/*!
Theme Name: Customify
Theme URI: https://pressmaximum.image-ba2b/customify
Author: WPCustomify
Author URI: https://pressmaximum.image-ba2b
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.image-ba2b/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.grid_7421.warm_a20d/licenses/gpl-2.0.container_bright_1f32
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.photo-slow-f518/, (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.huge_f58e.frame-simple-707c/normalize.north-b2f8/
 ======
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.north-b2f8 v7.0.0 | MIT License | github.image-ba2b/necolas/normalize.north-b2f8 */
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;
}
.disabled_iron_d861 .column_84ce,
.column-plasma-c1dd,
.surface-0b33,
.accordion_red_4370,
.banner-5eec,
.status_old_505c,
.picture_1c29,
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;
}
.column-plasma-c1dd,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .column-plasma-c1dd,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .column-plasma-c1dd,
  h1 {
    font-size: 1.8em;
  }
}
.surface-0b33,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.surface-0b33 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .surface-0b33,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .surface-0b33,
  h2 {
    font-size: 1.7em;
  }
}
.accordion_red_4370,
h3 {
  font-size: 1.618em;
}
.disabled_iron_d861 .column_84ce,
.banner-5eec,
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.left_1687 {
  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;
}
.primary_7f5a:after,
.primary_7f5a:before,
.under_bf9f:after,
.under_bf9f:before {
  content: "";
  display: table;
}
.primary_7f5a:after,
.under_bf9f:after {
  clear: both;
}
.popup-mini-7541 {
  float: right;
  margin-right: 0;
}
.advanced-5516 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.stone_249e .next-ac6b,
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;
}
.stone_249e .next-ac6b: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;
}
.media_paper_9e0d .next-ac6b {
  box-shadow: none;
}
.media_paper_9e0d
  .next-ac6b
  .chip_2952 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.media_paper_9e0d .next-ac6b .disabled-bd70 {
  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;
}
.media_paper_9e0d
  .next-ac6b
  .disabled-bd70
  b {
  display: none;
}
.media_paper_9e0d .selected-44d6 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.box-6bb1:not(.border-black-942b):not(.surface_4b8f),
button:not(.border-black-942b):not(.surface_4b8f),
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ),
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ),
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ) {
  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;
}
.box-6bb1:not(.border-black-942b):not(
    .surface_4b8f
  ):hover,
button:not(.border-black-942b):not(
    .surface_4b8f
  ):hover,
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ):hover,
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ):hover,
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.box-6bb1:not(.border-black-942b):not(
    .surface_4b8f
  ):active,
.box-6bb1:not(.border-black-942b):not(
    .surface_4b8f
  ):focus,
button:not(.border-black-942b):not(
    .surface_4b8f
  ):active,
button:not(.border-black-942b):not(
    .surface_4b8f
  ):focus,
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ):active,
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ):focus,
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ):active,
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ):focus,
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ):active,
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ):focus {
  outline: 0;
}
.box-6bb1:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11,
button:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11,
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11,
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11,
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11 {
  position: relative;
}
.box-6bb1:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .glass-66d1,
.box-6bb1:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .heading_north_7bd0,
.box-6bb1:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .primary_bronze_81c2,
.box-6bb1:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  i,
.box-6bb1:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  svg,
button:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .glass-66d1,
button:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .heading_north_7bd0,
button:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .primary_bronze_81c2,
button:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  i,
button:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  svg,
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .glass-66d1,
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .heading_north_7bd0,
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .primary_bronze_81c2,
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  i,
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  svg,
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .glass-66d1,
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .heading_north_7bd0,
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .primary_bronze_81c2,
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  i,
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  svg,
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .glass-66d1,
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .heading_north_7bd0,
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  .primary_bronze_81c2,
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  i,
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11
  svg {
  visibility: hidden;
}
.box-6bb1:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11:after,
button:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11:after,
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11:after,
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11:after,
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ).fn-loading-1b11: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;
}
.box-6bb1:not(.border-black-942b):not(.surface_4b8f),
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ),
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ),
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ) {
  color: #fff;
  background: #235787;
}
.box-6bb1:not(.border-black-942b):not(
    .surface_4b8f
  ):focus,
input[type="button"]:not(.border-black-942b):not(
    .surface_4b8f
  ):focus,
input[type="reset"]:not(.border-black-942b):not(
    .surface_4b8f
  ):focus,
input[type="submit"]:not(.border-black-942b):not(
    .surface_4b8f
  ):focus {
  color: #fff;
}
.box-6bb1.fn-disabled-1b11:not(.border-black-942b):not(
    .surface_4b8f
  ),
.box-6bb1[disabled]:not(.border-black-942b):not(
    .surface_4b8f
  ),
button.fn-disabled-1b11:not(.border-black-942b):not(
    .surface_4b8f
  ),
button[disabled]:not(.border-black-942b):not(
    .surface_4b8f
  ) {
  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;
}
.accordion-stone-0e6b {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.accordion-stone-0e6b: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;
}
.avatar_918b {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.wrapper_last_8335 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.nav-5507 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.primary_7f5a:after,
.primary_7f5a:before,
.layout_9c68:after,
.layout_9c68:before,
.progress-pro-2108:after,
.progress-pro-2108:before,
.title_active_045a:after,
.title_active_045a:before,
.huge-b75b:after,
.huge-b75b:before,
.preview-orange-40bd:after,
.preview-orange-40bd:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.primary_7f5a:after,
.layout_9c68:after,
.progress-pro-2108:after,
.title_active_045a:after,
.huge-b75b:after,
.preview-orange-40bd:after {
  clear: both;
}
.layout_9c68 .aside_short_9358,
.progress-pro-2108 .aside_short_9358,
.stone_98c7 .aside_short_9358 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.block_505f {
  display: inline-block;
}
.pagination_silver_455d {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.pagination_silver_455d img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pagination_silver_455d .iron-fa0b {
  padding: 1em 0;
  font-size: 85%;
}
.iron-fa0b {
  text-align: left;
  font-style: italic;
  color: #999;
}
.widget_3633 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.widget_3633:after,
.widget_3633:before {
  content: "";
  display: table;
}
.widget_3633:after {
  clear: both;
}
.paper_55aa {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.advanced_8c1e .paper_55aa {
  max-width: 50%;
}
.pattern-c5f1 .paper_55aa {
  max-width: 33.33%;
}
.grid_hovered_908e .paper_55aa {
  max-width: 25%;
}
.gallery-53da .paper_55aa {
  max-width: 20%;
}
.popup-middle-062d .paper_55aa {
  max-width: 16.66%;
}
.paragraph_727b .paper_55aa {
  max-width: 14.28%;
}
.row_lower_1093 .paper_55aa {
  max-width: 12.5%;
}
.huge_0f27 .paper_55aa {
  max-width: 11.11%;
}
.logo-selected-bb37 {
  display: block;
}
.disabled_iron_d861 .sort-ccef label,
.disabled_iron_d861 .modal-prev-0cad label,
.disabled_iron_d861 .frame_down_50d0 label,
.disabled_iron_d861 .narrow_6945 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.stone-4046 {
  list-style: none;
  margin: 0;
}
.stone-4046 article.green-06a6 {
  margin-bottom: 0;
}
.stone-4046 ul {
  list-style: none;
  margin: 0;
}
.stone-4046 .filter_a62d li.green-06a6 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .stone-4046 .filter_a62d li.green-06a6 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .stone-4046 .filter_a62d li.green-06a6: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) {
  .stone-4046 .filter_a62d li.green-06a6 li.green-06a6 li.green-06a6 li.green-06a6 {
    padding-left: 0;
  }
}
article.green-06a6 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.green-06a6 .layout_9c68 p:last-of-type {
  margin-bottom: 0;
}
article.green-06a6 .pattern-red-e321 {
  float: left;
}
article.green-06a6 .logo_action_c7bb {
  margin-left: 85px;
}
article.green-06a6 .tooltip_fc15 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.green-06a6 .tooltip_fc15 .dark-927c {
  margin-left: 10px;
}
article.green-06a6 .background-next-72cc {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.green-06a6 .carousel_4b43 {
  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 .sort-ccef,
  #respond .frame_down_50d0,
  #respond .narrow_6945 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .sort-ccef input,
#respond .frame_down_50d0 input,
#respond .narrow_6945 input {
  width: 100%;
}
#respond .narrow_6945 {
  margin-right: 0;
}
#respond .right_adc5 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.logo-684c {
  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;
}
.logo-684c.middle-8026 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.logo-684c 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%);
}
.logo-684c:focus,
.logo-684c: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);
}
.icon-63aa {
  border-radius: 10%;
}
.breadcrumb_purple_5d96 {
  border-radius: 50%;
}
.simple-532c {
  font-size: 0.72em;
}
.right_9016 {
  font-size: 0.875em;
}
.text_thick_1fd8 {
  font-size: 1.1em;
}
.header-79b2 {
  text-transform: uppercase;
  line-height: 1.2;
}
.header-79b2.simple-532c {
  letter-spacing: 0.5px;
}
.chip-e138,
.chip-e138 a {
  color: #6d6d6d;
}
.chip-e138 a:hover {
  color: #111;
}
.outline_glass_b2b1 {
  color: #6d6d6d;
}
.warm-e8f3 {
  overflow-x: hidden;
}
.warm-e8f3 .thumbnail_be89.input_f658 {
  position: relative;
}
.warm-e8f3 .thumbnail_be89.input_f658.secondary_liquid_dabb {
  position: initial;
}
.warm-e8f3
  .thumbnail_be89.input_f658.secondary_liquid_dabb
  .filter_medium_911c {
  left: auto;
}
.warm-e8f3 .thumbnail_be89 .filter_medium_911c {
  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;
}
.warm-e8f3 .thumbnail_be89:hover.input_f658 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.warm-e8f3
  .thumbnail_be89:hover.input_f658
  .filter_medium_911c {
  display: block;
  z-index: 9999999;
}
.warm-e8f3 .cool-4ffe .basic-b5d1,
.warm-e8f3 .widget-dark-ae39 .basic-b5d1 {
  display: none;
}
.warm-e8f3 .dropdown_gold_53b9 .thumbnail_be89:hover.input_f658 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.disabled_iron_d861 .sort-ccef label,
.disabled_iron_d861 .modal-prev-0cad label,
.disabled_iron_d861 .frame_down_50d0 label,
.disabled_iron_d861 .narrow_6945 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.stone-4046 {
  list-style: none;
  margin: 0;
}
.stone-4046 article.green-06a6 {
  margin-bottom: 0;
}
.stone-4046 ul {
  list-style: none;
  margin: 0;
}
.stone-4046 .filter_a62d li.green-06a6 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .stone-4046 .filter_a62d li.green-06a6 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .stone-4046 .filter_a62d li.green-06a6: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) {
  .stone-4046 .filter_a62d li.green-06a6 li.green-06a6 li.green-06a6 li.green-06a6 {
    padding-left: 0;
  }
}
article.green-06a6 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.green-06a6 .layout_9c68 p:last-of-type {
  margin-bottom: 0;
}
article.green-06a6 .pattern-red-e321 {
  float: left;
}
article.green-06a6 .logo_action_c7bb {
  margin-left: 85px;
}
article.green-06a6 .tooltip_fc15 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.green-06a6 .tooltip_fc15 .dark-927c {
  margin-left: 10px;
}
article.green-06a6 .background-next-72cc {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.green-06a6 .carousel_4b43 {
  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 .sort-ccef,
  #respond .frame_down_50d0,
  #respond .narrow_6945 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .sort-ccef input,
#respond .frame_down_50d0 input,
#respond .narrow_6945 input {
  width: 100%;
}
#respond .narrow_6945 {
  margin-right: 0;
}
#respond .right_adc5 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.cool-4ffe .search_left_a30b {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.search_left_a30b .badge_e7e9.sort_9297 .pressed_0789 > li > a:focus,
.search_left_a30b .badge_e7e9.sort_9297 .pressed_0789 > li > a:hover,
.search_left_a30b .badge_e7e9.description_62b5 .pressed_0789 > li > a:focus,
.search_left_a30b .badge_e7e9.description_62b5 .pressed_0789 > li > a:hover,
.search_left_a30b .badge_e7e9.video_3ca3 .pressed_0789 > li > a:focus,
.search_left_a30b .badge_e7e9.video_3ca3 .pressed_0789 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.search_left_a30b
  .badge_e7e9.sort_9297
  .pressed_0789
  > li.widget_fast_5e78
  > a,
.search_left_a30b
  .badge_e7e9.sort_9297
  .pressed_0789
  > li.texture_c5f8
  > a,
.search_left_a30b
  .badge_e7e9.description_62b5
  .pressed_0789
  > li.widget_fast_5e78
  > a,
.search_left_a30b
  .badge_e7e9.description_62b5
  .pressed_0789
  > li.texture_c5f8
  > a,
.search_left_a30b
  .badge_e7e9.video_3ca3
  .pressed_0789
  > li.widget_fast_5e78
  > a,
.search_left_a30b .badge_e7e9.video_3ca3 .pressed_0789 > li.pagination_hovered_a40e > a {
  color: rgba(255, 255, 255, 0.99);
}
.search_left_a30b .surface-clean-c9a2,
.search_left_a30b .surface-clean-c9a2 a {
  color: rgba(255, 255, 255, 0.99);
}
.search_left_a30b .section_light_14a6.wood_f14f li a,
.search_left_a30b .focused-13db a,
.search_left_a30b .article-9e63,
.search_left_a30b .pressed_0789 > li > a,
.search_left_a30b .tag-pro-9814 {
  color: rgba(255, 255, 255, 0.79);
}
.search_left_a30b .section_light_14a6.wood_f14f li a:hover,
.search_left_a30b .focused-13db a:hover,
.search_left_a30b .article-9e63:hover,
.search_left_a30b .pressed_0789 > li > a:hover,
.search_left_a30b .tag-pro-9814:hover {
  color: rgba(255, 255, 255, 0.99);
}
.search_left_a30b .input-049e {
  color: rgba(255, 255, 255, 0.79);
}
.search_left_a30b .input-049e .box_db0e {
  color: rgba(255, 255, 255, 0.99);
}
.search_left_a30b .input-049e:hover {
  color: rgba(255, 255, 255, 0.99);
}
.search_left_a30b .widget-south-2bd8 .green-c26a {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.search_left_a30b .widget-south-2bd8 .green-c26a .green_439e {
  color: rgba(255, 255, 255, 0.79);
}
.search_left_a30b
  .widget-south-2bd8
  .green-c26a
  .green_439e::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.search_left_a30b
  .widget-south-2bd8
  .green-c26a
  .green_439e:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.search_left_a30b
  .widget-south-2bd8
  .green-c26a
  .green_439e::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.search_left_a30b
  .widget-south-2bd8
  .green-c26a
  .green_439e::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.search_left_a30b .widget-south-2bd8 .iron-ab91 {
  color: rgba(255, 255, 255, 0.79);
}
.search_left_a30b .widget-south-2bd8 .iron-ab91:hover {
  color: rgba(255, 255, 255, 0.99);
}
.component_a5b0
  .search_left_a30b
  .widget-south-2bd8
  .accordion-down-8e62
  .media_ce70 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.component_a5b0
  .search_left_a30b
  .widget-south-2bd8
  .accordion-down-8e62
  .green_439e {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.cool-4ffe .hidden_2b96 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.hidden_2b96 .badge_e7e9.sort_9297 .pressed_0789 > li > a:focus,
.hidden_2b96 .badge_e7e9.sort_9297 .pressed_0789 > li > a:hover,
.hidden_2b96 .badge_e7e9.description_62b5 .pressed_0789 > li > a:focus,
.hidden_2b96 .badge_e7e9.description_62b5 .pressed_0789 > li > a:hover,
.hidden_2b96 .badge_e7e9.video_3ca3 .pressed_0789 > li > a:focus,
.hidden_2b96 .badge_e7e9.video_3ca3 .pressed_0789 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.hidden_2b96
  .badge_e7e9.sort_9297
  .pressed_0789
  > li.widget_fast_5e78
  > a,
.hidden_2b96
  .badge_e7e9.sort_9297
  .pressed_0789
  > li.texture_c5f8
  > a,
.hidden_2b96
  .badge_e7e9.description_62b5
  .pressed_0789
  > li.widget_fast_5e78
  > a,
.hidden_2b96
  .badge_e7e9.description_62b5
  .pressed_0789
  > li.texture_c5f8
  > a,
.hidden_2b96
  .badge_e7e9.video_3ca3
  .pressed_0789
  > li.widget_fast_5e78
  > a,
.hidden_2b96 .badge_e7e9.video_3ca3 .pressed_0789 > li.pagination_hovered_a40e > a {
  color: rgba(0, 0, 0, 0.8);
}
.hidden_2b96 .surface-clean-c9a2,
.hidden_2b96 .surface-clean-c9a2 a {
  color: rgba(0, 0, 0, 0.8);
}
.hidden_2b96 .section_light_14a6.wood_f14f li a,
.hidden_2b96 .focused-13db a,
.hidden_2b96 .article-9e63,
.hidden_2b96 .pressed_0789 > li > a,
.hidden_2b96 .tag-pro-9814 {
  color: rgba(0, 0, 0, 0.55);
}
.hidden_2b96 .section_light_14a6.wood_f14f li a:hover,
.hidden_2b96 .focused-13db a:hover,
.hidden_2b96 .article-9e63:hover,
.hidden_2b96 .pressed_0789 > li > a:hover,
.hidden_2b96 .tag-pro-9814:hover {
  color: rgba(0, 0, 0, 0.8);
}
.hidden_2b96 .input-049e {
  color: rgba(0, 0, 0, 0.55);
}
.hidden_2b96 .input-049e .box_db0e {
  color: rgba(0, 0, 0, 0.8);
}
.hidden_2b96 .input-049e:hover {
  color: rgba(0, 0, 0, 0.8);
}
.grid-6098 .paragraph-bbe6 {
  margin-left: auto;
  margin-right: auto;
}
.progress-pro-2108 > * {
  margin-left: auto;
  margin-right: auto;
}
.progress-pro-2108 .avatar_918b {
  margin-right: 1.41575em;
}
.black_04e0 .progress-pro-2108 > .surface_21ad {
  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;
}
.black_04e0 .progress-pro-2108 > .pagination_iron_961c {
  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;
}
.dim_0bc1.grid-6098 .paragraph-bbe6,
.fresh-68a5.grid-6098 .paragraph-bbe6 {
  margin-left: 0;
}
.feature_stale_8aec.grid-6098 .paragraph-bbe6,
.thick-1706.grid-6098 .paragraph-bbe6 {
  margin-right: 0;
}
.progress-pro-2108 ol,
.progress-pro-2108 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.thumbnail-e645 video {
  max-width: 100%;
}
.article_8fe6 img {
  display: block;
}
.article_8fe6.avatar_918b,
.article_8fe6.wrapper_last_8335 {
  width: 100%;
}
.article_8fe6.pagination_iron_961c img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.button-82b7:not(.wood-09ea) {
  margin: 1.5em auto;
}
.modal_adc8 p {
  padding: 1.5em 14px;
}
ul.outline_cool_3f2d.pagination_iron_961c,
ul.outline_cool_3f2d.surface_21ad,
ul.outline_cool_3f2d.footer_a280.surface_21ad {
  padding: 0 14px;
}
.primary_fluid_15b4 {
  display: block;
  overflow-x: auto;
}
.primary_fluid_15b4 table {
  border-collapse: collapse;
  width: 100%;
}
.primary_fluid_15b4 td,
.primary_fluid_15b4 th {
  padding: 0.5em;
}
.progress-pro-2108 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.progress-pro-2108 ol ol,
.progress-pro-2108 ol ul,
.progress-pro-2108 ul ol,
.progress-pro-2108 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.progress-pro-2108 ol ol li,
.progress-pro-2108 ol ul li,
.progress-pro-2108 ul ol li,
.progress-pro-2108 ul ul li {
  margin-left: 0;
}
.accordion-28b0.purple_2fa4 > .purple_72d6 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.accordion-28b0.purple_2fa4 > .purple_72d6 iframe,
.accordion-28b0.purple_2fa4 > .purple_72d6 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slider_51db {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.slider_51db.smooth_01a4 {
  padding: 0;
}
.slider_51db.smooth_01a4 cite {
  font-size: 13px;
}
.slider_51db > * {
  margin-left: 16px;
  margin-right: 16px;
}
.slider_51db cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.in_407d {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.in_407d > p:first-child {
  margin-top: 0;
}
.in_407d cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.in_407d blockquote {
  border-left: 0;
}
.content_white_97b4 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.content_white_97b4:not(.old-60b5) {
  max-width: 100px;
}
.content_white_97b4.pro-1f5d {
  border-bottom: none !important;
  text-align: center;
}
.content_white_97b4.pro-1f5d::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .modal_adc8 p {
    padding: 1.5em 0;
  }
}
.dynamic-67b2 {
  color: #0073aa;
}
.focused_4eca {
  background-color: #0073aa;
}
.text-e737 {
  color: #229fd8;
}
.aside_down_4e5c {
  background-color: #229fd8;
}
.column-stone-b165 {
  color: #eee;
}
.chip_easy_d56d {
  background-color: #eee;
}
.yellow-0ab3 {
  color: #444;
}
.upper-8d9d {
  background-color: #444;
}
.last-14c1 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.last-14c1 .filter-4d90 .focused-13db {
  font-size: 15px;
}
.last-14c1 .focused-13db {
  line-height: 1.3;
}
.last-14c1 .hidden_2b96 {
}
.last-14c1 .search_left_a30b {
  background: #235787;
}
.avatar_bb5a {
  padding: 0;
}
.avatar_bb5a .search_left_a30b {
  background: #1a1a1a;
}
.avatar_bb5a .hidden_2b96 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.thumbnail-east-bcb9 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.thumbnail-east-bcb9 .hidden_2b96 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.thumbnail-east-bcb9 .search_left_a30b {
  background: #303030;
}
.preview-orange-40bd {
  position: relative;
  z-index: 10;
}
.preview-orange-40bd .purple_33af {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.filter_7e83 .input_f658 {
  display: inline-block;
  vertical-align: middle;
}
.filter_7e83.nav-986f .input_f658 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .filter_7e83.nav-986f .input_f658 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .filter_7e83.nav-986f .input_f658 {
    margin-right: 0.4em;
  }
}
.filter_7e83.nav-986f .input_f658:last-child {
  margin-right: 0;
}
.box_narrow_4e71 .purple_33af {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .cool-4ffe .filter-4d90 {
    margin: 0 -0.5em;
  }
  .cool-4ffe .filter-4d90 [class*="customify-col-"],
  .cool-4ffe .filter-4d90 [class*="customify-col_"],
  .cool-4ffe .filter-4d90 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.cool-4ffe.small-80c4 .purple_33af {
  background: 0 0 !important;
}
.cool-4ffe.small-80c4 .purple_33af,
.cool-4ffe.box_narrow_4e71 .purple_33af {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .cool-4ffe.logo_6082 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.cool-4ffe.box_narrow_4e71 .purple_33af {
  box-shadow: none !important;
}
.media_2822 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .media_2822 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .media_2822 {
    padding: 18px 0 20px;
  }
}
.media_2822 .aside_125c {
  width: 100%;
}
.media_2822 .tall_b8b8 {
  margin-bottom: 0;
}
.media_2822 .highlight_9cee {
  margin-top: 5px;
  font-size: 0.875em;
}
.block_cb0e {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.block_cb0e .pattern-inner-e82a {
  width: 100%;
}
.outer_d594 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.outer_d594 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.outer_d594 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;
}
.outer_d594 li:last-child:after {
  display: none;
}
.outer_d594 li a {
  font-weight: 500;
  margin-right: 10px;
}
.pink-ab7c .basic-b5d1 button,
.media_2822 .basic-b5d1 button {
  left: 0;
}
.pink-ab7c .pattern-inner-e82a,
.media_2822 .pattern-inner-e82a {
  padding-left: 0;
  padding-right: 0;
}
.pink-ab7c .block_cb0e,
.media_2822 .block_cb0e {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.pink-ab7c {
  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;
}
.pink-ab7c: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;
}
.pink-ab7c .form_2661 {
  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) {
  .pink-ab7c .form_2661 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .pink-ab7c .form_2661 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .pink-ab7c .form_2661 {
    min-height: 200px;
  }
}
.pink-ab7c .outer_d594 {
  color: rgba(255, 255, 255, 0.8);
}
.pink-ab7c .outer_d594 a,
.pink-ab7c .outer_d594 li:after {
  color: inherit;
}
.pink-ab7c .outer_d594 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.tertiary_cold_47e3 {
  margin-bottom: 0.5em;
}
.highlight_3fda {
  margin-bottom: 1.2em;
}
.highlight_3fda,
.tertiary_cold_47e3 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.highlight_3fda p:last-child,
.tertiary_cold_47e3 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .basic-b5d1,
#masthead .basic-b5d1 {
  display: none;
}
#masthead
  > .basic-b5d1.block-6b1c {
  display: none;
}
#masthead > .basic-b5d1 button {
  left: 0;
}
.footer_wide_8baa {
  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%;
}
.footer_wide_8baa .input_f658 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.footer_wide_8baa .frame-f8c0 {
  display: -webkit-box;
  display: flex;
}
.footer_wide_8baa .frame-f8c0.tooltip_in_3316 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.footer_wide_8baa .frame-f8c0.label-b915 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.footer_wide_8baa .frame-f8c0.main-975b {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.footer_wide_8baa.message-steel-b11d.row_7ced .frame-f8c0.tooltip_in_3316 {
  flex-basis: 100%;
}
.footer_wide_8baa.form-bright-f376 .frame-f8c0.label-b915 {
  -webkit-box-flex: 1;
  flex: auto;
}
.footer_wide_8baa.form-bright-f376 .frame-f8c0.main-975b {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .basic-b5d1.block-6b1c {
  display: none;
}
#masthead > .basic-b5d1 button {
  left: 0;
}
.gallery_d303 {
  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;
}
.gallery_d303:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.gallery_d303.frame-stale-1356 i {
  margin-right: 4px;
}
.gallery_d303.over-7ea0 i {
  margin-left: 5px;
}
.focused-13db p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.focused-13db p:last-child {
  margin-bottom: 0;
}
.solid-e79f {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.solid-e79f a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.solid-e79f img {
  display: block;
  width: auto;
  line-height: 1;
}
.solid-e79f .surface-clean-c9a2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.solid-e79f .stale-7084 {
  margin: 5px 0 7px 0;
}
.solid-e79f.widget_west_9b07 .green_5319 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.solid-e79f.widget_west_9b07 .detail-2d7f {
  margin-left: 7px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.solid-e79f.input-north-29c6 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.solid-e79f.input-north-29c6 .green_5319 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.solid-e79f.input-north-29c6 .detail-2d7f {
  margin-right: 7px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.solid-e79f.secondary-tall-dd53 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.solid-e79f.fast-06fe {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.solid-e79f.fast-06fe .detail-2d7f {
  margin-top: 7px;
}
.hover-4281 {
  display: inline-block;
}
.preview-orange-40bd .preview_down_5e79 .solid-e79f img {
  max-width: 100%;
}
.badge_e7e9 .button_a90e.feature-soft-ae7d,
.wide_ef69 .button_a90e.feature-soft-ae7d {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.badge_e7e9 .mask_c355,
.wide_ef69 .mask_c355 {
  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%);
}
.badge_e7e9 .mask_c355 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.badge_e7e9.breadcrumb_ac59 .mask_c355 {
  display: none;
}
.badge_e7e9 .search_huge_7547 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.badge_e7e9 .search_huge_7547 li {
  display: inline-block;
  position: relative;
}
.badge_e7e9 .search_huge_7547 li:last-child {
  margin-right: 0;
}
.badge_e7e9 .search_huge_7547 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;
}
.badge_e7e9 .search_huge_7547 li.pagination_hovered_a40e > a {
  color: rgba(0, 0, 0, 0.9);
}
.badge_e7e9 .search_huge_7547 > 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;
}
.badge_e7e9 .search_huge_7547 > li > a i {
  line-height: 0;
}
.badge_e7e9 .search_huge_7547 > li.top-942c > a .mask_c355 {
  margin-left: 4px;
  line-height: 0;
}
.badge_e7e9 .search_huge_7547 .item-98ba li.top-942c > a {
  position: relative;
}
.badge_e7e9 .search_huge_7547 .item-98ba li.top-942c > a:after,
.badge_e7e9 .search_huge_7547 .item-98ba li.top-942c > a:before {
  content: "";
  display: table;
}
.badge_e7e9 .search_huge_7547 .item-98ba li.top-942c > a:after {
  clear: both;
}
.badge_e7e9 .search_huge_7547 .item-98ba li.top-942c > a .mask_c355 {
  margin-left: 5px;
  float: right;
}
.badge_e7e9 .dropdown-5a0d,
.badge_e7e9 .item-98ba {
  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;
}
.badge_e7e9 .item-98ba {
  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;
}
.badge_e7e9 .item-98ba .feature-soft-ae7d {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.badge_e7e9 .item-98ba .mask_c355 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.badge_e7e9 .item-98ba li {
  display: block;
  margin: 0;
  padding: 0;
}
.badge_e7e9 .item-98ba 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;
}
.badge_e7e9 .item-98ba li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.badge_e7e9 .item-98ba .item-98ba {
  top: 0;
  left: 100%;
}
.badge_e7e9 .slider-1ce3.fn-focus-1b11 > .dropdown-5a0d,
.badge_e7e9 .slider-1ce3.fn-focus-1b11 > .item-98ba,
.badge_e7e9 .slider-1ce3:focus > .dropdown-5a0d,
.badge_e7e9 .slider-1ce3:focus > .item-98ba,
.badge_e7e9 .slider-1ce3:hover > .dropdown-5a0d,
.badge_e7e9 .slider-1ce3:hover > .item-98ba {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.badge_e7e9.video_3ca3 .pressed_0789:after,
.badge_e7e9.video_3ca3 .pressed_0789:before {
  content: "";
  display: table;
}
.badge_e7e9.video_3ca3 .pressed_0789:after {
  clear: both;
}
.badge_e7e9.video_3ca3 .pressed_0789 > li {
  float: left;
}
.badge_e7e9.carousel_f710 .pressed_0789:after,
.badge_e7e9.carousel_f710 .pressed_0789:before {
  content: "";
  display: table;
}
.badge_e7e9.carousel_f710 .pressed_0789:after {
  clear: both;
}
.badge_e7e9.carousel_f710 .pressed_0789 > li {
  float: left;
}
.badge_e7e9.carousel_f710 .pressed_0789 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.badge_e7e9.carousel_f710 .pressed_0789 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.badge_e7e9.carousel_f710 .pressed_0789 > li.widget_fast_5e78 > a,
.badge_e7e9.carousel_f710 .pressed_0789 > li.pagination_hovered_a40e > a {
  color: #fff;
  background-color: #1e4b75;
}
.badge_e7e9.sort_9297 .pressed_0789 > li > a .feature-soft-ae7d {
  position: relative;
}
.badge_e7e9.sort_9297 .pressed_0789 > li > a .feature-soft-ae7d: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;
}
.badge_e7e9.sort_9297
  .pressed_0789
  > li:focus
  > a
  .feature-soft-ae7d:before,
.badge_e7e9.sort_9297
  .pressed_0789
  > li:hover
  > a
  .feature-soft-ae7d:before {
  width: 100%;
  background-color: currentColor;
}
.badge_e7e9.sort_9297
  .pressed_0789
  > li.widget_fast_5e78
  > a
  .feature-soft-ae7d:before,
.badge_e7e9.sort_9297
  .pressed_0789
  > li.texture_c5f8
  > a
  .feature-soft-ae7d:before {
  width: 100%;
  background-color: currentColor;
}
.badge_e7e9.description_62b5 .pressed_0789 > li > a .feature-soft-ae7d {
  position: relative;
}
.badge_e7e9.description_62b5 .pressed_0789 > li > a .feature-soft-ae7d: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;
}
.badge_e7e9.description_62b5 .pressed_0789 > li:focus > a .feature-soft-ae7d:before,
.badge_e7e9.description_62b5
  .pressed_0789
  > li:hover
  > a
  .feature-soft-ae7d:before {
  width: 100%;
  background-color: currentColor;
}
.badge_e7e9.description_62b5
  .pressed_0789
  > li.widget_fast_5e78
  > a
  .feature-soft-ae7d:before,
.badge_e7e9.description_62b5
  .pressed_0789
  > li.texture_c5f8
  > a
  .feature-soft-ae7d:before {
  width: 100%;
  background-color: currentColor;
}
.wide_ef69 .search_huge_7547 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wide_ef69 .search_huge_7547 li:first-child > a {
  border-top: none;
}
.wide_ef69 .search_huge_7547 .warm_e0a5 > .feature-soft-ae7d .mask_c355 {
  display: none;
}
.wide_ef69 .search_huge_7547 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.wide_ef69 .search_huge_7547 li:last-child {
  border: none;
}
.wide_ef69 .search_huge_7547 li.top-942c > a {
  padding-right: 45px !important;
}
.wide_ef69 .search_huge_7547 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.wide_ef69 .search_huge_7547 li a:focus,
.wide_ef69 .search_huge_7547 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.wide_ef69 .search_huge_7547 li .heading-3579 {
  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;
}
.wide_ef69 .search_huge_7547 li .heading-3579:hover {
  box-shadow: none;
}
.wide_ef69 .search_huge_7547 li .heading-3579 .mask_c355 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.wide_ef69 .search_huge_7547 .item-98ba {
  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);
}
.wide_ef69 .search_huge_7547 .item-98ba li a {
  padding-left: 3em;
}
.wide_ef69 .search_huge_7547 .logo_0c29 > a .heading-3579 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wide_ef69 .search_huge_7547 .logo_0c29 > .item-98ba {
  display: block;
  opacity: 1;
}
.picture_first_1326 {
  max-width: 100%;
}
.texture-hovered-3c95 {
  line-height: 0;
  cursor: pointer;
}
.tag-pro-9814 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.tag-pro-9814:hover {
  box-shadow: none;
  color: currentColor;
}
.tag-pro-9814 svg {
  width: 18px;
  height: 18px;
}
.tag-pro-9814 .brown_8cca {
  display: none;
}
.caption_1ac2 {
  position: relative;
}
.caption_1ac2.fn-active-1b11 .tag-pro-9814 .content_under_eaf4 {
  display: none;
}
.caption_1ac2.fn-active-1b11 .tag-pro-9814 .brown_8cca {
  display: inline-block;
}
.caption_1ac2 .main-paper-70f4 {
  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);
}
.caption_1ac2.hot_151a .main-paper-70f4 {
  left: auto;
  right: -0.9em;
}
.caption_1ac2.hot_151a .footer_red_adb1::before {
  left: auto;
  right: 15px;
}
.caption_1ac2.fn-active-1b11 .main-paper-70f4 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.accordion-down-8e62 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.accordion-down-8e62 label {
  flex-basis: 100%;
}
.accordion-down-8e62 .green-c26a {
  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;
}
.accordion-down-8e62 .green_439e {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.accordion-down-8e62 .green_439e:focus {
  background-color: transparent;
}
.accordion-down-8e62 button.iron-ab91 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.accordion-down-8e62 button.iron-ab91:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.accordion-down-8e62 button.iron-ab91 svg {
  width: 18px;
  height: 18px;
}
.accordion-down-8e62 input[type="submit"] {
  min-height: auto;
}
.widget-south-2bd8 .accordion-down-8e62 .green_439e {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.footer_red_adb1 {
  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) {
  .footer_red_adb1 {
    width: 220px;
  }
}
.footer_red_adb1 label {
  flex-basis: 100%;
}
.footer_red_adb1::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;
}
.component_a5b0 .widget-south-2bd8 .accordion-down-8e62 {
  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;
}
.component_a5b0
  .widget-south-2bd8
  .accordion-down-8e62
  .green-c26a {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.component_a5b0 .widget-south-2bd8 .accordion-down-8e62 .green_439e {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.component_a5b0
  .widget-south-2bd8
  .accordion-down-8e62
  .green_439e:focus {
  background: 0 0;
}
.component_a5b0
  .widget-south-2bd8
  .accordion-down-8e62
  .media_ce70 {
  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;
}
.section_light_14a6 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.section_light_14a6 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.section_light_14a6 li:last-child {
  margin-right: 0;
}
.section_light_14a6 li:first-child {
  margin-left: 0;
}
.section_light_14a6.form_baf7 a {
  color: #fff;
}
.section_light_14a6.form_baf7 a:hover {
  color: #fff;
}
.section_light_14a6 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.section_light_14a6 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.section_light_14a6 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section_light_14a6 a:hover {
  opacity: 0.9;
  color: inherit;
}
.section_light_14a6 [class*="social-icon-apple"] {
  background-color: #999;
}
.section_light_14a6 [class*="social-icon-apple"].yellow_4607 {
  background-color: transparent;
  color: #999;
}
.section_light_14a6 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.section_light_14a6 [class*="social-icon-behance"].yellow_4607 {
  background-color: transparent;
  color: #1769ff;
}
.section_light_14a6 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.section_light_14a6 [class*="social-icon-bitbucket"].yellow_4607 {
  background-color: transparent;
  color: #205081;
}
.section_light_14a6 [class*="social-icon-codepen"] {
  background-color: #000;
}
.section_light_14a6 [class*="social-icon-codepen"].yellow_4607 {
  background-color: transparent;
  color: #000;
}
.section_light_14a6 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.section_light_14a6 [class*="social-icon-delicious"].yellow_4607 {
  background-color: transparent;
  color: #39f;
}
.section_light_14a6 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.section_light_14a6 [class*="social-icon-digg"].yellow_4607 {
  background-color: transparent;
  color: #005be2;
}
.section_light_14a6 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.section_light_14a6 [class*="social-icon-dribbble"].yellow_4607 {
  background-color: transparent;
  color: #ea4c89;
}
.section_light_14a6 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.section_light_14a6 [class*="social-icon-envelope"].yellow_4607 {
  background-color: transparent;
  color: #ea4335;
}
.section_light_14a6 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.section_light_14a6 [class*="social-icon-facebook"].yellow_4607 {
  background-color: transparent;
  color: #3b5998;
}
.section_light_14a6 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.section_light_14a6 [class*="social-icon-flickr"].yellow_4607 {
  background-color: transparent;
  color: #0063dc;
}
.section_light_14a6 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.section_light_14a6 [class*="social-icon-foursquare"].yellow_4607 {
  background-color: transparent;
  color: #2d5be3;
}
.section_light_14a6 [class*="social-icon-github"] {
  background-color: #333;
}
.section_light_14a6 [class*="social-icon-github"].yellow_4607 {
  background-color: transparent;
  color: #333;
}
.section_light_14a6 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.section_light_14a6 [class*="social-icon-google-plus"].yellow_4607 {
  background-color: transparent;
  color: #dd4b39;
}
.section_light_14a6 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.section_light_14a6 [class*="social-icon-houzz"].yellow_4607 {
  background-color: transparent;
  color: #7ac142;
}
.section_light_14a6 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.section_light_14a6 [class*="social-icon-instagram"].yellow_4607 {
  background-color: transparent;
  color: #262626;
}
.section_light_14a6 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.section_light_14a6 [class*="social-icon-jsfiddle"].yellow_4607 {
  background-color: transparent;
  color: #487aa2;
}
.section_light_14a6 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.section_light_14a6 [class*="social-icon-linkedin"].yellow_4607 {
  background-color: transparent;
  color: #0077b5;
}
.section_light_14a6 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.section_light_14a6 [class*="social-icon-medium"].yellow_4607 {
  background-color: transparent;
  color: #00ab6b;
}
.section_light_14a6 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.section_light_14a6
  [class*="social-icon-odnoklassniki"].yellow_4607 {
  background-color: transparent;
  color: #f4731c;
}
.section_light_14a6 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.section_light_14a6 [class*="social-icon-meetup"].yellow_4607 {
  background-color: transparent;
  color: #ec1c40;
}
.section_light_14a6 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.section_light_14a6 [class*="social-icon-pinterest"].yellow_4607 {
  background-color: transparent;
  color: #bd081c;
}
.section_light_14a6 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.section_light_14a6 [class*="social-icon-product-hunt"].yellow_4607 {
  background-color: transparent;
  color: #da552f;
}
.section_light_14a6 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.section_light_14a6 [class*="social-icon-reddit"].yellow_4607 {
  background-color: transparent;
  color: #ff4500;
}
.section_light_14a6 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.section_light_14a6 [class*="social-icon-rss"].yellow_4607 {
  background-color: transparent;
  color: #f26522;
}
.section_light_14a6 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.section_light_14a6
  [class*="social-icon-shopping-cart"].yellow_4607 {
  background-color: transparent;
  color: #4caf50;
}
.section_light_14a6 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.section_light_14a6 [class*="social-icon-skype"].yellow_4607 {
  background-color: transparent;
  color: #00aff0;
}
.section_light_14a6 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.section_light_14a6 [class*="social-icon-slideshare"].yellow_4607 {
  background-color: transparent;
  color: #0077b5;
}
.section_light_14a6 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.section_light_14a6 [class*="social-icon-snapchat"].yellow_4607 {
  background-color: transparent;
  color: #fffc00;
}
.section_light_14a6 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.section_light_14a6 [class*="social-icon-soundcloud"].yellow_4607 {
  background-color: transparent;
  color: #f80;
}
.section_light_14a6 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.section_light_14a6 [class*="social-icon-spotify"].yellow_4607 {
  background-color: transparent;
  color: #2ebd59;
}
.section_light_14a6 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.section_light_14a6
  [class*="social-icon-stack-overflow"].yellow_4607 {
  background-color: transparent;
  color: #fe7a15;
}
.section_light_14a6 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.section_light_14a6 [class*="social-icon-maldkfgram"].yellow_4607 {
  background-color: transparent;
  color: #2ca5e0;
}
.section_light_14a6 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.section_light_14a6 [class*="social-icon-tripadvisor"].yellow_4607 {
  background-color: transparent;
  color: #589442;
}
.section_light_14a6 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.section_light_14a6 [class*="social-icon-tumblr"].yellow_4607 {
  background-color: transparent;
  color: #35465c;
}
.section_light_14a6 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.section_light_14a6 [class*="social-icon-twitch"].yellow_4607 {
  background-color: transparent;
  color: #6441a5;
}
.section_light_14a6 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.section_light_14a6 [class*="social-icon-twitter"].yellow_4607 {
  background-color: transparent;
  color: #1da1f2;
}
.section_light_14a6 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.section_light_14a6 [class*="social-icon-vimeo"].yellow_4607 {
  background-color: transparent;
  color: #1ab7ea;
}
.section_light_14a6 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.section_light_14a6 [class*="social-icon-vk"].yellow_4607 {
  background-color: transparent;
  color: #45668e;
}
.section_light_14a6 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.section_light_14a6 [class*="social-icon-weibo"].yellow_4607 {
  background-color: transparent;
  color: #df2029;
}
.section_light_14a6 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.section_light_14a6 [class*="social-icon-weixin"].yellow_4607 {
  background-color: transparent;
  color: #7bb32e;
}
.section_light_14a6 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.section_light_14a6 [class*="social-icon-whatsapp"].yellow_4607 {
  background-color: transparent;
  color: #25d366;
}
.section_light_14a6 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.section_light_14a6 [class*="social-icon-wordpress"].yellow_4607 {
  background-color: transparent;
  color: #21759b;
}
.section_light_14a6 [class*="social-icon-xing"] {
  background-color: #026466;
}
.section_light_14a6 [class*="social-icon-xing"].yellow_4607 {
  background-color: transparent;
  color: #026466;
}
.section_light_14a6 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.section_light_14a6 [class*="social-icon-yelp"].yellow_4607 {
  background-color: transparent;
  color: #af0606;
}
.section_light_14a6 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.section_light_14a6 [class*="social-icon-youtube"].yellow_4607 {
  background-color: transparent;
  color: #cd201f;
}
.article-9e63 {
  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;
}
.article-9e63:hover {
  box-shadow: none;
  background: 0 0;
}
.modal_0660 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.logo-53b9 {
  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;
}
.box-left-2e60 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.mask_action_f385 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.mask_action_f385,
.mask_action_f385::after,
.mask_action_f385::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;
}
.mask_action_f385::after,
.mask_action_f385::before {
  content: "";
  display: block;
  background-color: inherit;
}
.complex_5f2d .logo-53b9 .box-left-2e60 {
  margin-top: -2px;
  width: 19px;
}
.complex_5f2d .logo-53b9 .mask_action_f385 {
  margin-top: -1px;
}
.complex_5f2d .logo-53b9 .mask_action_f385,
.complex_5f2d .logo-53b9 .mask_action_f385::after,
.complex_5f2d .logo-53b9 .mask_action_f385::before {
  width: 19px;
  height: 2px;
}
.complex_5f2d .logo-53b9 .mask_action_f385::before {
  top: -6px;
}
.complex_5f2d .logo-53b9 .mask_action_f385::after {
  bottom: -6px;
}
.rough_df33 .logo-53b9 .box-left-2e60 {
  margin-top: -2px;
  width: 22px;
}
.rough_df33 .logo-53b9 .mask_action_f385 {
  margin-top: -1px;
}
.rough_df33 .logo-53b9 .mask_action_f385,
.rough_df33 .logo-53b9 .mask_action_f385::after,
.rough_df33 .logo-53b9 .mask_action_f385::before {
  width: 22px;
  height: 2px;
}
.rough_df33 .logo-53b9 .mask_action_f385::before {
  top: -7px;
}
.rough_df33 .logo-53b9 .mask_action_f385::after {
  bottom: -7px;
}
.column_small_e697 .logo-53b9 .box-left-2e60 {
  margin-top: -2px;
  width: 31px;
}
.column_small_e697 .logo-53b9 .mask_action_f385 {
  margin-top: -1.5px;
}
.column_small_e697 .logo-53b9 .mask_action_f385,
.column_small_e697 .logo-53b9 .mask_action_f385::after,
.column_small_e697 .logo-53b9 .mask_action_f385::before {
  width: 31px;
  height: 3px;
}
.column_small_e697 .logo-53b9 .mask_action_f385::before {
  top: -9px;
}
.column_small_e697 .logo-53b9 .mask_action_f385::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .prev-51f4 .logo-53b9 .box-left-2e60 {
    margin-top: -2px;
    width: 19px;
  }
  .prev-51f4 .logo-53b9 .mask_action_f385 {
    margin-top: -1px;
  }
  .prev-51f4 .logo-53b9 .mask_action_f385,
  .prev-51f4 .logo-53b9 .mask_action_f385::after,
  .prev-51f4 .logo-53b9 .mask_action_f385::before {
    width: 19px;
    height: 2px;
  }
  .prev-51f4 .logo-53b9 .mask_action_f385::before {
    top: -6px;
  }
  .prev-51f4 .logo-53b9 .mask_action_f385::after {
    bottom: -6px;
  }
  .wrapper-da54 .logo-53b9 .box-left-2e60 {
    margin-top: -2px;
    width: 22px;
  }
  .wrapper-da54 .logo-53b9 .mask_action_f385 {
    margin-top: -1px;
  }
  .wrapper-da54 .logo-53b9 .mask_action_f385,
  .wrapper-da54 .logo-53b9 .mask_action_f385::after,
  .wrapper-da54 .logo-53b9 .mask_action_f385::before {
    width: 22px;
    height: 2px;
  }
  .wrapper-da54 .logo-53b9 .mask_action_f385::before {
    top: -7px;
  }
  .wrapper-da54 .logo-53b9 .mask_action_f385::after {
    bottom: -7px;
  }
  .accent-east-e853 .logo-53b9 .box-left-2e60 {
    margin-top: -2px;
    width: 31px;
  }
  .accent-east-e853 .logo-53b9 .mask_action_f385 {
    margin-top: -1.5px;
  }
  .accent-east-e853 .logo-53b9 .mask_action_f385,
  .accent-east-e853 .logo-53b9 .mask_action_f385::after,
  .accent-east-e853 .logo-53b9 .mask_action_f385::before {
    width: 31px;
    height: 3px;
  }
  .accent-east-e853 .logo-53b9 .mask_action_f385::before {
    top: -9px;
  }
  .accent-east-e853 .logo-53b9 .mask_action_f385::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .element-rough-58ad .logo-53b9 .box-left-2e60 {
    margin-top: -2px;
    width: 19px;
  }
  .element-rough-58ad .logo-53b9 .mask_action_f385 {
    margin-top: -1px;
  }
  .element-rough-58ad .logo-53b9 .mask_action_f385,
  .element-rough-58ad .logo-53b9 .mask_action_f385::after,
  .element-rough-58ad .logo-53b9 .mask_action_f385::before {
    width: 19px;
    height: 2px;
  }
  .element-rough-58ad .logo-53b9 .mask_action_f385::before {
    top: -6px;
  }
  .element-rough-58ad .logo-53b9 .mask_action_f385::after {
    bottom: -6px;
  }
  .silver-bade .logo-53b9 .box-left-2e60 {
    margin-top: -2px;
    width: 22px;
  }
  .silver-bade .logo-53b9 .mask_action_f385 {
    margin-top: -1px;
  }
  .silver-bade .logo-53b9 .mask_action_f385,
  .silver-bade .logo-53b9 .mask_action_f385::after,
  .silver-bade .logo-53b9 .mask_action_f385::before {
    width: 22px;
    height: 2px;
  }
  .silver-bade .logo-53b9 .mask_action_f385::before {
    top: -7px;
  }
  .silver-bade .logo-53b9 .mask_action_f385::after {
    bottom: -7px;
  }
  .popup_6a1c .logo-53b9 .box-left-2e60 {
    margin-top: -2px;
    width: 31px;
  }
  .popup_6a1c .logo-53b9 .mask_action_f385 {
    margin-top: -1.5px;
  }
  .popup_6a1c .logo-53b9 .mask_action_f385,
  .popup_6a1c .logo-53b9 .mask_action_f385::after,
  .popup_6a1c .logo-53b9 .mask_action_f385::before {
    width: 31px;
    height: 3px;
  }
  .popup_6a1c .logo-53b9 .mask_action_f385::before {
    top: -9px;
  }
  .popup_6a1c .logo-53b9 .mask_action_f385::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .clean_dc15 .logo-53b9 .box-left-2e60 {
    margin-top: -2px;
    width: 19px;
  }
  .clean_dc15 .logo-53b9 .mask_action_f385 {
    margin-top: -1px;
  }
  .clean_dc15 .logo-53b9 .mask_action_f385,
  .clean_dc15 .logo-53b9 .mask_action_f385::after,
  .clean_dc15 .logo-53b9 .mask_action_f385::before {
    width: 19px;
    height: 2px;
  }
  .clean_dc15 .logo-53b9 .mask_action_f385::before {
    top: -6px;
  }
  .clean_dc15 .logo-53b9 .mask_action_f385::after {
    bottom: -6px;
  }
  .shade_thick_cbe4 .logo-53b9 .box-left-2e60 {
    margin-top: -2px;
    width: 22px;
  }
  .shade_thick_cbe4 .logo-53b9 .mask_action_f385 {
    margin-top: -1px;
  }
  .shade_thick_cbe4 .logo-53b9 .mask_action_f385,
  .shade_thick_cbe4 .logo-53b9 .mask_action_f385::after,
  .shade_thick_cbe4 .logo-53b9 .mask_action_f385::before {
    width: 22px;
    height: 2px;
  }
  .shade_thick_cbe4 .logo-53b9 .mask_action_f385::before {
    top: -7px;
  }
  .shade_thick_cbe4 .logo-53b9 .mask_action_f385::after {
    bottom: -7px;
  }
  .complex_ee78 .logo-53b9 .box-left-2e60 {
    margin-top: -2px;
    width: 31px;
  }
  .complex_ee78 .logo-53b9 .mask_action_f385 {
    margin-top: -1.5px;
  }
  .complex_ee78 .logo-53b9 .mask_action_f385,
  .complex_ee78 .logo-53b9 .mask_action_f385::after,
  .complex_ee78 .logo-53b9 .mask_action_f385::before {
    width: 31px;
    height: 3px;
  }
  .complex_ee78 .logo-53b9 .mask_action_f385::before {
    top: -9px;
  }
  .complex_ee78 .logo-53b9 .mask_action_f385::after {
    bottom: -9px;
  }
}
.item-lite-d222 .mask_action_f385 {
  -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);
}
.item-lite-d222 .mask_action_f385::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.item-lite-d222 .mask_action_f385::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);
}
.item-lite-d222.thick-5384 .mask_action_f385 {
  -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);
}
.item-lite-d222.thick-5384 .mask_action_f385::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.item-lite-d222.thick-5384 .mask_action_f385::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);
}
.silver_adcc {
  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.next_55d1:before {
  display: none;
}
.widget-dark-ae39 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.widget-dark-ae39 .iron-fb9d {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.widget-dark-ae39 .iron-fb9d:last-of-type {
  border-bottom: none;
}
.widget-dark-ae39 .iron-fb9d.bronze-54a1,
.widget-dark-ae39 .iron-fb9d.shadow-medium-14b0,
.widget-dark-ae39 .iron-fb9d.background-faed {
  padding: 0;
}
.widget-dark-ae39 .wide_ef69 .heading-3579 {
  color: currentColor;
}
.widget-dark-ae39 .wide_ef69 .heading-3579:focus,
.widget-dark-ae39 .wide_ef69 .heading-3579:hover {
  background: rgba(0, 0, 0, 0.01);
}
.widget-dark-ae39.hidden_2b96 .input-049e,
.widget-dark-ae39.hidden_2b96 .focused-13db a,
.widget-dark-ae39.hidden_2b96 .pressed_0789 a,
.widget-dark-ae39.hidden_2b96 .item-98ba a {
  color: rgba(0, 0, 0, 0.55);
}
.widget-dark-ae39.hidden_2b96 .input-049e:hover,
.widget-dark-ae39.hidden_2b96 .focused-13db a:hover,
.widget-dark-ae39.hidden_2b96 .pressed_0789 a:hover,
.widget-dark-ae39.hidden_2b96 .item-98ba a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.widget-dark-ae39.hidden_2b96 .box_db0e {
  color: rgba(0, 0, 0, 0.8);
}
.widget-dark-ae39.hidden_2b96 .iron-fb9d {
  border-color: rgba(0, 0, 0, 0.08);
}
.widget-dark-ae39.hidden_2b96 .iron-fb9d:before {
  background: rgba(0, 0, 0, 0.08);
}
.widget-dark-ae39.hidden_2b96 .slider_b9a1:before {
  background: rgba(255, 255, 255, 0.9);
}
.widget-dark-ae39.hidden_2b96 .wide_ef69 .search_huge_7547 li a,
.widget-dark-ae39.hidden_2b96 .wide_ef69 .heading-3579,
.widget-dark-ae39.hidden_2b96 .item-98ba {
  border-color: rgba(0, 0, 0, 0.08);
}
.widget-dark-ae39.hidden_2b96 .wide_ef69 .heading-3579:focus,
.widget-dark-ae39.hidden_2b96 .wide_ef69 .heading-3579:hover {
  background: rgba(0, 0, 0, 0.01);
}
.widget-dark-ae39.hidden_2b96 .search_huge_7547 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.widget-dark-ae39.search_left_a30b .input-049e,
.widget-dark-ae39.search_left_a30b .focused-13db a,
.widget-dark-ae39.search_left_a30b .pressed_0789 .heading-3579,
.widget-dark-ae39.search_left_a30b .pressed_0789 a,
.widget-dark-ae39.search_left_a30b .item-98ba a {
  color: rgba(255, 255, 255, 0.79);
}
.widget-dark-ae39.search_left_a30b .input-049e:hover,
.widget-dark-ae39.search_left_a30b .focused-13db a:hover,
.widget-dark-ae39.search_left_a30b .pressed_0789 .heading-3579:hover,
.widget-dark-ae39.search_left_a30b .pressed_0789 a:hover,
.widget-dark-ae39.search_left_a30b .item-98ba a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.widget-dark-ae39.search_left_a30b .box_db0e {
  color: rgba(255, 255, 255, 0.99);
}
.widget-dark-ae39.search_left_a30b .iron-fb9d {
  border-color: rgba(255, 255, 255, 0.08);
}
.widget-dark-ae39.search_left_a30b .iron-fb9d:before {
  background: rgba(255, 255, 255, 0.08);
}
.widget-dark-ae39.search_left_a30b .slider_b9a1:before {
  background: rgba(0, 0, 0, 0.9);
}
.widget-dark-ae39.search_left_a30b .wide_ef69 .search_huge_7547 li a,
.widget-dark-ae39.search_left_a30b .wide_ef69 .heading-3579,
.widget-dark-ae39.search_left_a30b .item-98ba {
  border-color: rgba(255, 255, 255, 0.08);
}
.widget-dark-ae39.search_left_a30b .wide_ef69 .heading-3579:focus,
.widget-dark-ae39.search_left_a30b .wide_ef69 .heading-3579:hover {
  background: rgba(0, 0, 0, 0.01);
}
.widget-dark-ae39.search_left_a30b .search_huge_7547 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.slider_b9a1 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.slider_b9a1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.description-last-cf29 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.highlight_easy_806a .widget-dark-ae39 {
  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;
}
.highlight_easy_806a .iron-fb9d {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.highlight_easy_806a .iron-fb9d: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) {
  .highlight_easy_806a .iron-fb9d:before {
    width: 16%;
    left: 42%;
  }
}
.highlight_easy_806a .iron-fb9d:last-child:before {
  content: none;
}
.highlight_easy_806a .iron-fb9d[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.highlight_easy_806a .wide_ef69 .search_huge_7547 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.highlight_easy_806a .wide_ef69 .search_huge_7547 li a .heading-3579 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.highlight_easy_806a .wide_ef69 .item-98ba {
  border: none;
}
.highlight_easy_806a .wide_ef69 .item-98ba li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.highlight_easy_806a .slider_b9a1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.highlight_easy_806a .description-last-cf29 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.highlight_easy_806a .search_left_a30b .slider_b9a1:before {
  background: rgba(0, 0, 0, 0.9);
}
.highlight_easy_806a .hidden_2b96.heading_green_6124 .mask_action_f385 {
  background: rgba(0, 0, 0, 0.6);
}
.highlight_easy_806a
  .hidden_2b96.heading_green_6124
  .mask_action_f385::after,
.highlight_easy_806a
  .hidden_2b96.heading_green_6124
  .mask_action_f385:before {
  background: inherit;
}
.highlight_easy_806a
  .hidden_2b96.heading_green_6124:hover
  .mask_action_f385 {
  background: rgba(0, 0, 0, 0.8);
}
.hovered_e99d .widget-dark-ae39 {
  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) {
  .hovered_e99d .widget-dark-ae39 {
    width: auto;
    right: 45px;
  }
}
.brown_1668 .widget-dark-ae39 {
  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) {
  .brown_1668 .widget-dark-ae39 {
    width: auto;
    left: 45px;
  }
}
.next_55d1 .widget-dark-ae39 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.next_55d1 .description-last-cf29 {
  max-width: 48em;
  margin: 0 auto;
}
.next_55d1 .slider_b9a1:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.media-16f3 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.media-16f3.highlight_easy_806a .widget-dark-ae39 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.media-16f3.hovered_e99d .widget-dark-ae39 {
  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);
}
.media-16f3 .widget-dark-ae39 {
  visibility: visible;
}
.media-16f3.brown_1668 .widget-dark-ae39 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.first-80c5,
.badge_7dc7 {
  overflow-x: hidden;
}
.first-80c5 .widget-dark-ae39 {
  overflow: auto;
}
.first-80c5.highlight_easy_806a {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.first-80c5.highlight_easy_806a .widget-dark-ae39 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.first-80c5.highlight_easy_806a .article-9e63 {
  opacity: 0;
}
.first-80c5.hovered_e99d {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.first-80c5.hovered_e99d .widget-dark-ae39 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.first-80c5.hovered_e99d .article-9e63 {
  opacity: 0;
}
.first-80c5.brown_1668 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.first-80c5.brown_1668 .widget-dark-ae39 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.first-80c5.brown_1668 .article-9e63 {
  opacity: 0;
}
.first-80c5.next_55d1 .widget-dark-ae39 {
  z-index: 10;
  visibility: visible;
}
.heading_green_6124 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.heading_green_6124 .mask_action_f385 {
  background: rgba(255, 255, 255, 0.99);
}
.heading_green_6124 .mask_action_f385::after,
.heading_green_6124 .mask_action_f385:before {
  background: inherit;
}
.heading_green_6124:hover .mask_action_f385 {
  background: rgba(255, 255, 255, 0.99);
}
.brown_1668 .heading_green_6124 {
  top: 10px;
  right: auto;
  left: 12px;
}
.next_55d1 .heading_green_6124 {
  display: none !important;
}
.first-80c5:before,
.badge_7dc7:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.first-80c5 .heading_green_6124,
.badge_7dc7 .heading_green_6124 {
  display: inline-block;
}
.widget-dark-ae39 .input_f658 {
  -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;
}
.first-80c5 .widget-dark-ae39 .input_f658,
.badge_7dc7 .widget-dark-ae39 .input_f658 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.video_small_1b9b .green-c26a {
  width: 100%;
}
.preview_down_5e79 {
  padding: 0 0.5em 0;
}
.preview_down_5e79 [class*="customify-col-"],
.preview_down_5e79 [class*="customify-col_"],
.preview_down_5e79 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.outline_d1cc .preview_down_5e79 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .filter-4d90 .feature_9828,
  .feature_9828 {
    display: none;
  }
  .list-fa54 {
    text-align: left;
  }
  .notification-52a9 {
    text-align: center;
  }
  .column-green-d29b {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .filter-4d90 .description-complex-85fb,
  .description-complex-85fb {
    display: none;
  }
  .status_dynamic_937f {
    text-align: left;
  }
  .dim_1002 {
    text-align: center;
  }
  .article-hard-d74c {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .filter-4d90 .overlay-e0c0,
  .overlay-e0c0 {
    display: none;
  }
  .panel-light-6413 {
    text-align: left;
  }
  .gold-12e0 {
    text-align: center;
  }
  .title_bottom_15f0 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.sidebar_simple_ec71 {
  box-shadow: none !important;
}
.sidebar_b02b .notice_orange_c4bf,
.link-fae8 .notice_orange_c4bf {
  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;
}
.link-fae8 .notice_orange_c4bf {
  margin-top: 30px;
  margin-bottom: 30px;
}
.purple_33af {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.purple_33af:after,
.purple_33af:before {
  content: "";
  display: table;
}
.purple_33af:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .purple_33af {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.purple_33af,
.logo_6082 {
  max-width: 1248px;
  margin: 0 auto;
}

.title_active_045a.disabled-3807 .purple_33af {
  max-width: 100%;
}
.title_active_045a.under-6a1a {
  max-width: 1200px;
  margin: 0 auto;
}
.title_active_045a.menu_motion_ddac .purple_33af {
  max-width: 100%;
}
.title_active_045a.menu_motion_ddac > .purple_33af {
  padding-left: 0;
  padding-right: 0;
}
.title_active_045a.menu_motion_ddac > .purple_33af .filter-4d90 {
  margin: 0;
}
.title_active_045a.menu_motion_ddac
  > .purple_33af
  .warm_4ade.easy-3c78 {
  margin-right: 0;
  margin-left: 0;
}
.title_active_045a.menu_motion_ddac #main.easy-3c78 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .description_6d3c #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .description_6d3c #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .highlight-d346 .paragraph-bbe6 {
    padding-right: 1em;
  }
  .highlight-d346.main_2fd4 .warm_4ade {
    border-right: 1px solid #eaecee;
  }
  .highlight-d346.main_2fd4 .paragraph-bbe6 {
    padding-right: 1em;
  }
  .highlight-d346.main_2fd4 .pink_4765 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .paper_2243 .paragraph-bbe6 {
    padding-left: 1em;
  }
  .paper_2243.main_2fd4 .warm_4ade {
    border-left: 1px solid #eaecee;
  }
  .paper_2243.main_2fd4 .paragraph-bbe6 {
    padding-left: 1em;
  }
  .paper_2243.main_2fd4 .pink_4765 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .accent_large_a09d .paragraph-bbe6 {
    padding-left: 1em;
  }
  .accent_large_a09d.main_2fd4 .feature-active-8a7a {
    border-right: 1px solid #eaecee;
  }
  .accent_large_a09d.main_2fd4 .primary-ca56 {
    border-right: 1px solid #eaecee;
  }
  .accent_large_a09d.main_2fd4 .paragraph-bbe6 {
    padding-left: 1em;
  }
  .accent_large_a09d.main_2fd4 .pink_4765 {
    padding-right: 1em;
  }
  .accent_large_a09d.main_2fd4 .photo-selected-6649 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .card_dim_8ad0 .paragraph-bbe6 {
    padding-right: 1em;
  }
  .card_dim_8ad0.main_2fd4 .feature-active-8a7a {
    border-left: 1px solid #eaecee;
  }
  .card_dim_8ad0.main_2fd4 .primary-ca56 {
    border-left: 1px solid #eaecee;
  }
  .card_dim_8ad0.main_2fd4 .paragraph-bbe6 {
    padding-right: 1em;
  }
  .card_dim_8ad0.main_2fd4 .pink_4765 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .card_dim_8ad0.main_2fd4 .photo-selected-6649 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .description_6d3c .paragraph-bbe6 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .description_6d3c.main_2fd4 .warm_4ade {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .description_6d3c.main_2fd4 .paragraph-bbe6 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .description_6d3c.main_2fd4 .pink_4765 {
    padding-left: 1em;
  }
  .description_6d3c.main_2fd4 .photo-selected-6649 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .description_6d3c.main_2fd4 .paragraph-bbe6 {
    padding-left: 0;
  }
}
.surface-light-2f8a .filter_7e83 {
  display: inline-block;
}
.texture_4931 {
  display: inline-block;
}
.outer-b9c4 {
  word-con: break-word;
}
.layout-22b8 > span {
  display: inline-block;
  padding: 5px 0;
}
.layout-22b8 .hover-dirty-4014 {
  margin-left: 8px;
  margin-right: 8px;
}
.layout-22b8 .heading_cf6a img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.cold_6743 .picture_70fa {
  margin-bottom: 2em;
}
.cold_6743 .content-8d4c {
  margin-bottom: 15px;
}
.cold_6743 .content-8d4c:last-child {
  margin-bottom: 0;
}
.cold_6743 .warm_4d52 {
  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) {
  .cold_6743 .warm_4d52 {
    display: block;
  }
}
.cold_6743 .top-95a1 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .cold_6743 .top-95a1 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.cold_6743 .dropdown-cf12 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.cold_6743 .dropdown-cf12 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.cold_6743 .dropdown-cf12 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.cold_6743 .outer-b9c4 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cold_6743 .outer-b9c4 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.cold_6743 .frame_8bb1 p:last-child {
  margin-bottom: 0;
}
.cold_6743 .shadow-north-3499 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.cold_6743 .aside-81f6 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.cold_6743 .avatar-wide-5028 {
  margin-top: 1em;
}
.cold_6743 .summary_basic_a42d {
  top: 0;
  display: block;
}
.cold_6743 .summary_basic_a42d a {
  color: inherit;
}
.cold_6743 .summary_basic_a42d a:hover {
  color: inherit;
}
.cold_6743 .tertiary_3407 {
  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;
}
.cold_6743 .tertiary_3407:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.cold_6743 .aside-81f6 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.cold_6743 .yellow-f1e8 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.cold_6743 .yellow-f1e8:first-child {
  margin-top: 0;
}
.cold_6743 .yellow-f1e8.banner_eff5 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cold_6743 .yellow-f1e8.aside_green_6463 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cold_6743
  .yellow-f1e8.aside_green_6463.info-huge-6de7
  .avatar-wide-5028 {
  width: 100%;
}
.cold_6743 .aside_green_6463 {
  -webkit-box-align: center;
  align-items: center;
}
.cold_6743 .aside_green_6463 .layout-22b8,
.cold_6743 .aside_green_6463 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.cold_6743 .dropdown-cf12 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cold_6743 .dropdown-cf12 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cold_6743 .dropdown-cf12: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;
}
.cold_6743 .banner_eff5 {
  z-index: 5;
}
.cold_6743 .detail-cf1d .cool-806a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.cold_6743 .article_complex_9dc9 .cool-806a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.cold_6743 .wood-2713 .cool-806a {
  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;
}
.cold_6743.accent_80db .warm_4d52,
.cold_6743.container_5639 .warm_4d52 {
  display: block;
}
.cold_6743.accent_80db .warm_4d52 .menu_inner_7026,
.cold_6743.accent_80db .warm_4d52 .aside-81f6,
.cold_6743.container_5639 .warm_4d52 .menu_inner_7026,
.cold_6743.container_5639 .warm_4d52 .aside-81f6 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cold_6743.thumbnail_15db .top-95a1 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .cold_6743.thumbnail_15db .top-95a1 {
    margin-right: 0;
  }
}
.cold_6743.accent_80db .top-95a1,
.cold_6743.container_5639 .top-95a1 {
  padding-top: 40%;
}
.cold_6743.accent_80db .picture_70fa,
.cold_6743.container_5639 .picture_70fa {
  display: block;
}
.cold_6743.accent_80db .fn-sticky-1b11 .aside-81f6,
.cold_6743.container_5639 .fn-sticky-1b11 .aside-81f6 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.cold_6743.accent_80db .top-95a1,
.cold_6743.container_5639 .top-95a1 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.cold_6743.accent_80db .aside-81f6 {
  padding: 1em;
}
.cool_faf5 {
  margin: 30px auto;
  display: block;
}
.cool_faf5 .solid_26e6 > * {
  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;
}
.cool_faf5 .solid_26e6 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.cool_faf5 .solid_26e6 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.list_df5c .layout-22b8 {
  margin-bottom: 1.41575em;
}
.list_df5c .pagination-outer-af48 {
  margin-bottom: 1.618em;
}
.progress-pro-2108 .card_c8e1 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.progress-pro-2108 .card_c8e1 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.progress-pro-2108 .top_75db {
  max-width: 100%;
  overflow: auto;
}
.grid-6098 .progress-pro-2108 a:hover {
  text-decoration: underline;
}
.component_019b .content-8d4c:not(.outer-b9c4),
.component_019b .dropdown-cf12 {
  margin-bottom: 1.41575em;
}
.component_019b .content-8d4c:not(.outer-b9c4):last-child,
.component_019b .dropdown-cf12:last-child {
  margin-bottom: 0;
}
.component_019b .content-8d4c.button-f291 {
  margin-bottom: 0.41575em;
}
.component_019b .feature_a9c3:before,
.component_019b .paragraph_d3e3:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.component_019b .feature_a9c3:before {
  content: "\f115";
}
.component_019b .paragraph_d3e3:before {
  content: "\f02c";
}
.component_019b .pink_9247 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.component_019b .pink_9247 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.prev_ce74 {
  display: -webkit-box;
  display: flex;
}
.prev_ce74 .preview_4794 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .prev_ce74 .preview_4794 {
    flex-basis: 90px;
  }
}
.prev_ce74 .aside_top_d8c8 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .prev_ce74 .aside_top_d8c8 {
    flex-basis: calc(100% - 50px);
  }
}
.prev_ce74 .hovered_5850 p:last-child {
  margin-bottom: 0.72em;
}
.middle-b4dd .solid_26e6 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.middle-b4dd .solid_26e6:after,
.middle-b4dd .solid_26e6:before {
  content: "";
  display: table;
}
.middle-b4dd .solid_26e6:after {
  clear: both;
}
.middle-b4dd .solid_26e6 .accordion-green-b175,
.middle-b4dd .solid_26e6 .pagination-c231 {
  width: 49%;
}
.middle-b4dd .solid_26e6 .accordion-green-b175 a span.left_a260,
.middle-b4dd .solid_26e6 .pagination-c231 a span.left_a260 {
  display: block;
  margin-bottom: 5px;
}
.middle-b4dd .solid_26e6 .pagination-c231 {
  float: left;
  text-align: left;
}
.middle-b4dd .solid_26e6 .accordion-green-b175 {
  float: right;
  text-align: right;
}
.form_857e {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .form_857e {
    margin-bottom: 0;
  }
}
.shade_f601 {
  margin-bottom: 1em;
}
.shade_f601 .outer-b9c4 {
  font-size: 1.1em;
  line-height: 1.3;
}
.item_under_7d57 a {
  display: block;
  line-height: 0;
  position: relative;
}
.cool_7f59 .shade_f601,
.inner_159f .shade_f601 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .cool_7f59 .shade_f601,
  .inner_159f .shade_f601 {
    display: block;
  }
}
.cool_7f59 .item_under_7d57,
.inner_159f .item_under_7d57 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .cool_7f59 .item_under_7d57,
  .inner_159f .item_under_7d57 {
    margin-bottom: 1em;
  }
}
.cool_7f59 .item_under_7d57 img,
.inner_159f .item_under_7d57 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.cool_7f59 .element_focused_ec25,
.inner_159f .element_focused_ec25 {
  flex-basis: calc(100% - 160px);
}
.cool_7f59 .element_focused_ec25 p,
.inner_159f .element_focused_ec25 p {
  margin-bottom: 0;
}
.cool_7f59 .element_focused_ec25 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .cool_7f59 .element_focused_ec25 {
    padding-left: 0;
  }
}
.inner_159f .element_focused_ec25 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .inner_159f .element_focused_ec25 {
    padding-right: 0;
  }
}
.inner_159f .item_under_7d57 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.container_209c .item_under_7d57 {
  margin-bottom: 0.5em;
}
.container_209c .item_under_7d57 img {
  width: 100%;
}
.medium_3684 .feature-pressed-cfeb,
.popup-narrow-44ae .feature-pressed-cfeb {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.popup-narrow-44ae .warm_4ade .gallery-tiny-b31c p:last-child {
  margin-bottom: 0;
}
.focused_e40d {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.grid_1500 .north_1800 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .grid_1500 .north_1800:last-of-type {
    margin-bottom: 0;
  }
}
.grid_1500 .north_1800 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.grid_1500 .north_1800 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.grid_1500 .north_1800 ul li {
  margin: 0 0 0.6em;
}
.grid_1500 .north_1800 ul li.content_287d,
.grid_1500 .north_1800 ul li.list-inner-20f0 {
  position: relative;
}
.grid_1500 .north_1800 ul li.content_287d .tall-12a8,
.grid_1500 .north_1800 ul li.list-inner-20f0 .tall-12a8 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.grid_1500 .north_1800 ul li.content_287d:after:after,
.grid_1500 .north_1800 ul li.content_287d:after:before,
.grid_1500
  .north_1800
  ul
  li.list-inner-20f0:after:after,
.grid_1500
  .north_1800
  ul
  li.list-inner-20f0:after:before {
  content: "";
  display: table;
}
.grid_1500 .north_1800 ul li.content_287d:after:after,
.grid_1500
  .north_1800
  ul
  li.list-inner-20f0:after:after {
  clear: both;
}
.grid_1500 .north_1800 a.box-6bb1:hover {
  text-decoration: none;
}
.grid_1500 .north_1800 select {
  max-width: 100%;
}
.grid_1500 .north_1800 table {
  font-size: 85%;
}
.grid_1500 .north_1800 table td,
.grid_1500 .north_1800 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.grid_1500 .north_1800 table tfoot td {
  text-align: left;
}
.grid_1500 .north_1800 :last-child {
  margin-bottom: 0;
}
.grid_1500 .north_1800 .avatar_bb96 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.grid_1500 .north_1800 .avatar_bb96 label {
  width: 100%;
}
.grid_1500 .north_1800 .avatar_bb96 .green_439e {
  width: 100%;
  display: block;
}
.grid_1500 .north_1800 .avatar_bb96 .iron-ab91 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.grid_1500 .north_1800 .avatar_bb96 .iron-ab91:hover svg #svg-search {
  fill: #444;
}
.grid_1500 .north_1800 .avatar_bb96 .iron-ab91 svg {
  width: 18px;
  height: 18px;
}
.grid_1500 .fixed_9fda ul ul,
.grid_1500 .notice_a675 ul ul,
.grid_1500 .accordion-b655 ul ul,
.grid_1500 .table-prev-a1d5 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.grid_1500 .fixed_9fda .top-942c > a,
.grid_1500 .notice_a675 .top-942c > a,
.grid_1500 .accordion-b655 .top-942c > a,
.grid_1500 .table-prev-a1d5 .top-942c > a {
  margin-bottom: 0;
}
.grid_1500 .title-gas-3db5 li,
.grid_1500 .fixed_9fda li,
.grid_1500 .fast_2dbb li,
.grid_1500 .notice_a675 li,
.grid_1500 .accordion-b655 li,
.grid_1500 .table-prev-a1d5 li,
.grid_1500 .overlay-slow-9eb5 li,
.grid_1500 .slider-hovered-976f li {
  display: block;
  position: relative;
}
.grid_1500 .title-gas-3db5 li:last-child,
.grid_1500 .fixed_9fda li:last-child,
.grid_1500 .fast_2dbb li:last-child,
.grid_1500 .notice_a675 li:last-child,
.grid_1500 .accordion-b655 li:last-child,
.grid_1500 .table-prev-a1d5 li:last-child,
.grid_1500 .overlay-slow-9eb5 li:last-child,
.grid_1500 .slider-hovered-976f li:last-child {
  border: none;
}
.grid_1500 .title-gas-3db5 li a,
.grid_1500 .fixed_9fda li a,
.grid_1500 .fast_2dbb li a,
.grid_1500 .notice_a675 li a,
.grid_1500 .accordion-b655 li a,
.grid_1500 .table-prev-a1d5 li a,
.grid_1500 .overlay-slow-9eb5 li a,
.grid_1500 .slider-hovered-976f li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.grid_1500 .title-gas-3db5 li ul li::before,
.grid_1500 .fixed_9fda li ul li::before,
.grid_1500 .fast_2dbb li ul li::before,
.grid_1500 .notice_a675 li ul li::before,
.grid_1500 .accordion-b655 li ul li::before,
.grid_1500 .table-prev-a1d5 li ul li::before,
.grid_1500 .overlay-slow-9eb5 li ul li::before,
.grid_1500 .slider-hovered-976f li ul li::before {
  left: 15px;
}
.grid_1500 .title-gas-3db5 li ul a,
.grid_1500 .fixed_9fda li ul a,
.grid_1500 .fast_2dbb li ul a,
.grid_1500 .notice_a675 li ul a,
.grid_1500 .accordion-b655 li ul a,
.grid_1500 .table-prev-a1d5 li ul a,
.grid_1500 .overlay-slow-9eb5 li ul a,
.grid_1500 .slider-hovered-976f li ul a {
  padding-left: 20px;
}
.grid_1500 .title-gas-3db5 li ul ul li::before,
.grid_1500 .fixed_9fda li ul ul li::before,
.grid_1500 .fast_2dbb li ul ul li::before,
.grid_1500 .notice_a675 li ul ul li::before,
.grid_1500 .accordion-b655 li ul ul li::before,
.grid_1500 .table-prev-a1d5 li ul ul li::before,
.grid_1500 .overlay-slow-9eb5 li ul ul li::before,
.grid_1500 .slider-hovered-976f li ul ul li::before {
  left: 30px;
}
.grid_1500 .title-gas-3db5 li ul ul a,
.grid_1500 .fixed_9fda li ul ul a,
.grid_1500 .fast_2dbb li ul ul a,
.grid_1500 .notice_a675 li ul ul a,
.grid_1500 .accordion-b655 li ul ul a,
.grid_1500 .table-prev-a1d5 li ul ul a,
.grid_1500 .overlay-slow-9eb5 li ul ul a,
.grid_1500 .slider-hovered-976f li ul ul a {
  padding-left: 40px;
}
.grid_1500 .accent-gold-649e li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.grid_1500 .slider-hovered-976f ul li {
  margin-bottom: 1.41575em;
}
.grid_1500 .slider-hovered-976f ul li .footer_ae57 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.grid_1500 .slider-hovered-976f ul li .dim-d961 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.search_left_a30b .title-gas-3db5 li a,
.search_left_a30b .fixed_9fda li a,
.search_left_a30b .fast_2dbb li a,
.search_left_a30b .notice_a675 li a,
.search_left_a30b .accordion-b655 li a,
.search_left_a30b .table-prev-a1d5 li a,
.search_left_a30b .overlay-slow-9eb5 li a,
.search_left_a30b .slider-hovered-976f li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.search_left_a30b .accent-gold-649e li {
  border-color: rgba(255, 255, 255, 0.08);
}
.search_left_a30b .north_1800 ul li.content_287d .tall-12a8,
.search_left_a30b .north_1800 ul li.list-inner-20f0 .tall-12a8 {
  background: rgba(0, 0, 0, 0.2);
}
.search_left_a30b .grid_1500 .north_1800 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.title_active_045a .grid_1500 .search_huge_7547 li {
  margin: 0;
}
.title_active_045a .grid_1500 .search_huge_7547 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.title_active_045a .grid_1500 .search_huge_7547 li ul {
  margin: 0;
}
.title_active_045a .grid_1500 .search_huge_7547 li ul li a {
  padding-left: 15px;
}
.title_active_045a .grid_1500 .search_huge_7547 li ul li li a {
  padding-left: 30px;
}
.title_active_045a .grid_1500 .search_huge_7547 li.pagination_hovered_a40e > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.title_active_045a .grid_1500 .search_huge_7547 li.pagination_hovered_a40e > 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;
}
.title_active_045a .grid_1500 .search_huge_7547 li.pagination_hovered_a40e > 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;
}
.soft_6da1 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.huge-b75b {
  position: relative;
  z-index: 10;
}
.huge-b75b .input_f658 {
  width: 100%;
  max-width: 100%;
}
.input_thick_1ce1 .texture-purple-f505 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.input_thick_1ce1 .hidden_2b96 {
}
.input_thick_1ce1 .search_left_a30b {
  background: #292929;
}
.nav-69a1 .texture-purple-f505 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.nav-69a1 .hidden_2b96 {
  background: #f9f9f9;
}
.nav-69a1 .search_left_a30b {
  background: #303030;
}
.avatar_top_2c60 .texture-purple-f505 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .avatar_top_2c60 .filter_7e83 {
    margin-bottom: 1em;
  }
  .avatar_top_2c60 .filter_7e83:last-child {
    margin-bottom: 0;
  }
}
.avatar_top_2c60 .hidden_2b96 {
  background: #ededed;
}
.avatar_top_2c60 .search_left_a30b {
  background: #1a1a1a;
}
.texture-purple-f505.hidden_2b96 {
  color: rgba(0, 0, 0, 0.6);
}
.texture-purple-f505.hidden_2b96 .image_rough_5807 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.texture-purple-f505.search_left_a30b {
  color: rgba(255, 255, 255, 0.99);
}
.texture-purple-f505.search_left_a30b a:not(.box-6bb1) {
  color: rgba(255, 255, 255, 0.79);
}
.texture-purple-f505.search_left_a30b a:not(.box-6bb1):hover {
  color: rgba(255, 255, 255, 0.99);
}
.texture-purple-f505.search_left_a30b .image_rough_5807 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.texture-purple-f505.search_left_a30b table tbody td,
.texture-purple-f505.search_left_a30b table th {
  background: rgba(0, 0, 0, 0.08);
}
.dropdown_gold_53b9.box_narrow_4e71 .purple_33af {
  max-width: initial;
}
.dropdown_gold_53b9 .nav-986f {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.dropdown_gold_53b9 .nav-986f .input_f658 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .dropdown_gold_53b9 .nav-986f .input_f658 {
    display: block;
    margin-bottom: 2em;
  }
  .dropdown_gold_53b9 .nav-986f .input_f658:last-child {
    margin-bottom: 0;
  }
}
.avatar_top_2c60 .filter_7e83:last-child,
.nav-69a1 .filter_7e83:last-child,
.input_thick_1ce1 .filter_7e83:last-child {
  margin-bottom: 0;
}
.avatar_top_2c60 .filter_7e83 .grid_1500 .north_1800:last-child,
.nav-69a1 .filter_7e83 .grid_1500 .north_1800:last-child,
.input_thick_1ce1 .filter_7e83 .grid_1500 .north_1800:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .avatar_top_2c60 .detail_selected_6708,
  .avatar_top_2c60 .title-slow-77f9,
  .nav-69a1 .detail_selected_6708,
  .nav-69a1 .title-slow-77f9,
  .input_thick_1ce1 .detail_selected_6708,
  .input_thick_1ce1 .title-slow-77f9 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .huge-b75b .filter_7e83 {
    margin-bottom: 2em;
  }
}
.huge-b75b p:last-child {
  margin-bottom: 0;
}
.huge-b75b li,
.huge-b75b ul {
  list-style: none;
  margin: 0;
}
.huge-b75b ul ul {
  margin-left: 2.617924em;
}
.notice-ff4e {
  font-size: 0.875em;
}

/* css-noise: 962b */
.ghost-box-f0 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.1;
}
