/*!
Theme Name: Customify
Theme URI: https://pressmaximum.popup-5e0a/customify
Author: WPCustomify
Author URI: https://pressmaximum.popup-5e0a
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.popup-5e0a/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.black-e25c.notice-859d/licenses/gpl-2.0.glass-8daf
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.border-0422/, (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.item-full-8a23.picture_dark_c604/normalize.badge-upper-323a/
 ======
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.badge-upper-323a v7.0.0 | MIT License | github.popup-5e0a/necolas/normalize.badge-upper-323a */
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;
}
.medium_015e .chip_18e4,
.highlight-a8de,
.message_59cb,
.tabs_5f1a,
.soft-d2e9,
.input-dynamic-d72f,
.notification-1da2,
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;
}
.highlight-a8de,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .highlight-a8de,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .highlight-a8de,
  h1 {
    font-size: 1.8em;
  }
}
.message_59cb,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.message_59cb + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .message_59cb,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .message_59cb,
  h2 {
    font-size: 1.7em;
  }
}
.tabs_5f1a,
h3 {
  font-size: 1.618em;
}
.medium_015e .chip_18e4,
.soft-d2e9,
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.form-fast-c573 {
  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;
}
.tag_gold_805e:after,
.tag_gold_805e:before,
.caption-down-f87b:after,
.caption-down-f87b:before {
  content: "";
  display: table;
}
.tag_gold_805e:after,
.caption-down-f87b:after {
  clear: both;
}
.detail_top_99ee {
  float: right;
  margin-right: 0;
}
.warm-2c6e {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.logo_inner_e969 .grid-over-2436,
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;
}
.logo_inner_e969 .grid-over-2436: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;
}
.heading-aed9 .grid-over-2436 {
  box-shadow: none;
}
.heading-aed9
  .grid-over-2436
  .module_narrow_e869 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.heading-aed9 .grid-over-2436 .main_dirty_f16e {
  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;
}
.heading-aed9
  .grid-over-2436
  .main_dirty_f16e
  b {
  display: none;
}
.heading-aed9 .dark-97f2 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.main_7b71:not(.next-3864):not(.hidden-3ccd),
button:not(.next-3864):not(.hidden-3ccd),
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ),
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ),
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ) {
  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;
}
.main_7b71:not(.next-3864):not(
    .hidden-3ccd
  ):hover,
button:not(.next-3864):not(
    .hidden-3ccd
  ):hover,
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ):hover,
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ):hover,
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.main_7b71:not(.next-3864):not(
    .hidden-3ccd
  ):active,
.main_7b71:not(.next-3864):not(
    .hidden-3ccd
  ):focus,
button:not(.next-3864):not(
    .hidden-3ccd
  ):active,
button:not(.next-3864):not(
    .hidden-3ccd
  ):focus,
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ):active,
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ):focus,
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ):active,
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ):focus,
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ):active,
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ):focus {
  outline: 0;
}
.main_7b71:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254,
button:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254,
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254,
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254,
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254 {
  position: relative;
}
.main_7b71:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .plasma-e40b,
.main_7b71:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .pattern-b749,
.main_7b71:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .dark-3959,
.main_7b71:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  i,
.main_7b71:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  svg,
button:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .plasma-e40b,
button:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .pattern-b749,
button:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .dark-3959,
button:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  i,
button:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  svg,
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .plasma-e40b,
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .pattern-b749,
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .dark-3959,
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  i,
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  svg,
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .plasma-e40b,
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .pattern-b749,
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .dark-3959,
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  i,
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  svg,
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .plasma-e40b,
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .pattern-b749,
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  .dark-3959,
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  i,
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254
  svg {
  visibility: hidden;
}
.main_7b71:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254:after,
button:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254:after,
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254:after,
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254:after,
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ).fn-loading-1254: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;
}
.main_7b71:not(.next-3864):not(.hidden-3ccd),
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ),
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ),
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ) {
  color: #fff;
  background: #235787;
}
.main_7b71:not(.next-3864):not(
    .hidden-3ccd
  ):focus,
input[type="button"]:not(.next-3864):not(
    .hidden-3ccd
  ):focus,
input[type="reset"]:not(.next-3864):not(
    .hidden-3ccd
  ):focus,
input[type="submit"]:not(.next-3864):not(
    .hidden-3ccd
  ):focus {
  color: #fff;
}
.main_7b71.fn-disabled-1254:not(.next-3864):not(
    .hidden-3ccd
  ),
.main_7b71[disabled]:not(.next-3864):not(
    .hidden-3ccd
  ),
button.fn-disabled-1254:not(.next-3864):not(
    .hidden-3ccd
  ),
button[disabled]:not(.next-3864):not(
    .hidden-3ccd
  ) {
  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;
}
.iron-b342 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.iron-b342: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-outer-7e44 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.panel_0494 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.tooltip_3a44 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.tag_gold_805e:after,
.tag_gold_805e:before,
.search_1e9d:after,
.search_1e9d:before,
.media_e970:after,
.media_e970:before,
.wrapper_last_2d04:after,
.wrapper_last_2d04:before,
.tag_dark_c1dc:after,
.tag_dark_c1dc:before,
.red_a7e1:after,
.red_a7e1:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.tag_gold_805e:after,
.search_1e9d:after,
.media_e970:after,
.wrapper_last_2d04:after,
.tag_dark_c1dc:after,
.red_a7e1:after {
  clear: both;
}
.search_1e9d .gas_7788,
.media_e970 .gas_7788,
.alert-9c6e .gas_7788 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.search-short-a059 {
  display: inline-block;
}
.sort-north-fa03 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.sort-north-fa03 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sort-north-fa03 .active_6c00 {
  padding: 1em 0;
  font-size: 85%;
}
.active_6c00 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.module_basic_b6e3 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.module_basic_b6e3:after,
.module_basic_b6e3:before {
  content: "";
  display: table;
}
.module_basic_b6e3:after {
  clear: both;
}
.border-e1a7 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.old_8b99 .border-e1a7 {
  max-width: 50%;
}
.notice_east_5180 .border-e1a7 {
  max-width: 33.33%;
}
.silver_05d6 .border-e1a7 {
  max-width: 25%;
}
.selected_be27 .border-e1a7 {
  max-width: 20%;
}
.aside_4aac .border-e1a7 {
  max-width: 16.66%;
}
.image_7122 .border-e1a7 {
  max-width: 14.28%;
}
.outline-c46a .border-e1a7 {
  max-width: 12.5%;
}
.hover_up_e920 .border-e1a7 {
  max-width: 11.11%;
}
.old-64e9 {
  display: block;
}
.medium_015e .tiny_1f54 label,
.medium_015e .module-fast-f3ed label,
.medium_015e .pink_6561 label,
.medium_015e .green_15ae label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.blue-8976 {
  list-style: none;
  margin: 0;
}
.blue-8976 article.warm_426f {
  margin-bottom: 0;
}
.blue-8976 ul {
  list-style: none;
  margin: 0;
}
.blue-8976 .border-6aa7 li.warm_426f {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .blue-8976 .border-6aa7 li.warm_426f {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .blue-8976 .border-6aa7 li.warm_426f: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) {
  .blue-8976 .border-6aa7 li.warm_426f li.warm_426f li.warm_426f li.warm_426f {
    padding-left: 0;
  }
}
article.warm_426f {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.warm_426f .search_1e9d p:last-of-type {
  margin-bottom: 0;
}
article.warm_426f .content_1a39 {
  float: left;
}
article.warm_426f .gradient-thick-951d {
  margin-left: 85px;
}
article.warm_426f .carousel_94d0 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.warm_426f .carousel_94d0 .north-a7dc {
  margin-left: 10px;
}
article.warm_426f .texture_under_a78e {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.warm_426f .module-liquid-90cb {
  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 .tiny_1f54,
  #respond .pink_6561,
  #respond .green_15ae {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .tiny_1f54 input,
#respond .pink_6561 input,
#respond .green_15ae input {
  width: 100%;
}
#respond .green_15ae {
  margin-right: 0;
}
#respond .notification-9ec8 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.basic-9bd4 {
  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;
}
.basic-9bd4.over_15c7 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.basic-9bd4 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%);
}
.basic-9bd4:focus,
.basic-9bd4: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);
}
.cool_b794 {
  border-radius: 10%;
}
.soft_45ae {
  border-radius: 50%;
}
.inner_0ea3 {
  font-size: 0.72em;
}
.brown-4a31 {
  font-size: 0.875em;
}
.yellow-170e {
  font-size: 1.1em;
}
.top-4a6d {
  text-transform: uppercase;
  line-height: 1.2;
}
.top-4a6d.inner_0ea3 {
  letter-spacing: 0.5px;
}
.stone_671f,
.stone_671f a {
  color: #6d6d6d;
}
.stone_671f a:hover {
  color: #111;
}
.backdrop_0bd9 {
  color: #6d6d6d;
}
.stale-89e4 {
  overflow-x: hidden;
}
.stale-89e4 .tertiary-over-acd4.action_1e96 {
  position: relative;
}
.stale-89e4 .tertiary-over-acd4.action_1e96.picture-pressed-7c0b {
  position: initial;
}
.stale-89e4
  .tertiary-over-acd4.action_1e96.picture-pressed-7c0b
  .wrapper-fa40 {
  left: auto;
}
.stale-89e4 .tertiary-over-acd4 .wrapper-fa40 {
  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;
}
.stale-89e4 .tertiary-over-acd4:hover.action_1e96 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.stale-89e4
  .tertiary-over-acd4:hover.action_1e96
  .wrapper-fa40 {
  display: block;
  z-index: 9999999;
}
.stale-89e4 .status_fast_f97b .label-d06b,
.stale-89e4 .shadow_05c4 .label-d06b {
  display: none;
}
.stale-89e4 .complex-7819 .tertiary-over-acd4:hover.action_1e96 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.medium_015e .tiny_1f54 label,
.medium_015e .module-fast-f3ed label,
.medium_015e .pink_6561 label,
.medium_015e .green_15ae label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.blue-8976 {
  list-style: none;
  margin: 0;
}
.blue-8976 article.warm_426f {
  margin-bottom: 0;
}
.blue-8976 ul {
  list-style: none;
  margin: 0;
}
.blue-8976 .border-6aa7 li.warm_426f {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .blue-8976 .border-6aa7 li.warm_426f {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .blue-8976 .border-6aa7 li.warm_426f: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) {
  .blue-8976 .border-6aa7 li.warm_426f li.warm_426f li.warm_426f li.warm_426f {
    padding-left: 0;
  }
}
article.warm_426f {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.warm_426f .search_1e9d p:last-of-type {
  margin-bottom: 0;
}
article.warm_426f .content_1a39 {
  float: left;
}
article.warm_426f .gradient-thick-951d {
  margin-left: 85px;
}
article.warm_426f .carousel_94d0 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.warm_426f .carousel_94d0 .north-a7dc {
  margin-left: 10px;
}
article.warm_426f .texture_under_a78e {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.warm_426f .module-liquid-90cb {
  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 .tiny_1f54,
  #respond .pink_6561,
  #respond .green_15ae {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .tiny_1f54 input,
#respond .pink_6561 input,
#respond .green_15ae input {
  width: 100%;
}
#respond .green_15ae {
  margin-right: 0;
}
#respond .notification-9ec8 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.status_fast_f97b .motion_4c5f {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.motion_4c5f .tertiary-wood-6160.new-ddd8 .dropdown-white-7058 > li > a:focus,
.motion_4c5f .tertiary-wood-6160.new-ddd8 .dropdown-white-7058 > li > a:hover,
.motion_4c5f .tertiary-wood-6160.nav-copper-9d8c .dropdown-white-7058 > li > a:focus,
.motion_4c5f .tertiary-wood-6160.nav-copper-9d8c .dropdown-white-7058 > li > a:hover,
.motion_4c5f .tertiary-wood-6160.out_6a01 .dropdown-white-7058 > li > a:focus,
.motion_4c5f .tertiary-wood-6160.out_6a01 .dropdown-white-7058 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.motion_4c5f
  .tertiary-wood-6160.new-ddd8
  .dropdown-white-7058
  > li.bright_2ba5
  > a,
.motion_4c5f
  .tertiary-wood-6160.new-ddd8
  .dropdown-white-7058
  > li.shadow_027f
  > a,
.motion_4c5f
  .tertiary-wood-6160.nav-copper-9d8c
  .dropdown-white-7058
  > li.bright_2ba5
  > a,
.motion_4c5f
  .tertiary-wood-6160.nav-copper-9d8c
  .dropdown-white-7058
  > li.shadow_027f
  > a,
.motion_4c5f
  .tertiary-wood-6160.out_6a01
  .dropdown-white-7058
  > li.bright_2ba5
  > a,
.motion_4c5f .tertiary-wood-6160.out_6a01 .dropdown-white-7058 > li.active_90ec > a {
  color: rgba(255, 255, 255, 0.99);
}
.motion_4c5f .message_orange_bf83,
.motion_4c5f .message_orange_bf83 a {
  color: rgba(255, 255, 255, 0.99);
}
.motion_4c5f .white-7b77.tag-7e7a li a,
.motion_4c5f .hidden-7e03 a,
.motion_4c5f .texture_red_c661,
.motion_4c5f .dropdown-white-7058 > li > a,
.motion_4c5f .article_last_0f01 {
  color: rgba(255, 255, 255, 0.79);
}
.motion_4c5f .white-7b77.tag-7e7a li a:hover,
.motion_4c5f .hidden-7e03 a:hover,
.motion_4c5f .texture_red_c661:hover,
.motion_4c5f .dropdown-white-7058 > li > a:hover,
.motion_4c5f .article_last_0f01:hover {
  color: rgba(255, 255, 255, 0.99);
}
.motion_4c5f .bottom-3c4c {
  color: rgba(255, 255, 255, 0.79);
}
.motion_4c5f .bottom-3c4c .pagination-huge-73a5 {
  color: rgba(255, 255, 255, 0.99);
}
.motion_4c5f .bottom-3c4c:hover {
  color: rgba(255, 255, 255, 0.99);
}
.motion_4c5f .fresh-3ab3 .dropdown-prev-13b1 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.motion_4c5f .fresh-3ab3 .dropdown-prev-13b1 .text_gas_4df4 {
  color: rgba(255, 255, 255, 0.79);
}
.motion_4c5f
  .fresh-3ab3
  .dropdown-prev-13b1
  .text_gas_4df4::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.motion_4c5f
  .fresh-3ab3
  .dropdown-prev-13b1
  .text_gas_4df4:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.motion_4c5f
  .fresh-3ab3
  .dropdown-prev-13b1
  .text_gas_4df4::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.motion_4c5f
  .fresh-3ab3
  .dropdown-prev-13b1
  .text_gas_4df4::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.motion_4c5f .fresh-3ab3 .chip_3d12 {
  color: rgba(255, 255, 255, 0.79);
}
.motion_4c5f .fresh-3ab3 .chip_3d12:hover {
  color: rgba(255, 255, 255, 0.99);
}
.paragraph-in-ce28
  .motion_4c5f
  .fresh-3ab3
  .fixed-6d01
  .orange-027a {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.paragraph-in-ce28
  .motion_4c5f
  .fresh-3ab3
  .fixed-6d01
  .text_gas_4df4 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.status_fast_f97b .highlight-e509 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.highlight-e509 .tertiary-wood-6160.new-ddd8 .dropdown-white-7058 > li > a:focus,
.highlight-e509 .tertiary-wood-6160.new-ddd8 .dropdown-white-7058 > li > a:hover,
.highlight-e509 .tertiary-wood-6160.nav-copper-9d8c .dropdown-white-7058 > li > a:focus,
.highlight-e509 .tertiary-wood-6160.nav-copper-9d8c .dropdown-white-7058 > li > a:hover,
.highlight-e509 .tertiary-wood-6160.out_6a01 .dropdown-white-7058 > li > a:focus,
.highlight-e509 .tertiary-wood-6160.out_6a01 .dropdown-white-7058 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.highlight-e509
  .tertiary-wood-6160.new-ddd8
  .dropdown-white-7058
  > li.bright_2ba5
  > a,
.highlight-e509
  .tertiary-wood-6160.new-ddd8
  .dropdown-white-7058
  > li.shadow_027f
  > a,
.highlight-e509
  .tertiary-wood-6160.nav-copper-9d8c
  .dropdown-white-7058
  > li.bright_2ba5
  > a,
.highlight-e509
  .tertiary-wood-6160.nav-copper-9d8c
  .dropdown-white-7058
  > li.shadow_027f
  > a,
.highlight-e509
  .tertiary-wood-6160.out_6a01
  .dropdown-white-7058
  > li.bright_2ba5
  > a,
.highlight-e509 .tertiary-wood-6160.out_6a01 .dropdown-white-7058 > li.active_90ec > a {
  color: rgba(0, 0, 0, 0.8);
}
.highlight-e509 .message_orange_bf83,
.highlight-e509 .message_orange_bf83 a {
  color: rgba(0, 0, 0, 0.8);
}
.highlight-e509 .white-7b77.tag-7e7a li a,
.highlight-e509 .hidden-7e03 a,
.highlight-e509 .texture_red_c661,
.highlight-e509 .dropdown-white-7058 > li > a,
.highlight-e509 .article_last_0f01 {
  color: rgba(0, 0, 0, 0.55);
}
.highlight-e509 .white-7b77.tag-7e7a li a:hover,
.highlight-e509 .hidden-7e03 a:hover,
.highlight-e509 .texture_red_c661:hover,
.highlight-e509 .dropdown-white-7058 > li > a:hover,
.highlight-e509 .article_last_0f01:hover {
  color: rgba(0, 0, 0, 0.8);
}
.highlight-e509 .bottom-3c4c {
  color: rgba(0, 0, 0, 0.55);
}
.highlight-e509 .bottom-3c4c .pagination-huge-73a5 {
  color: rgba(0, 0, 0, 0.8);
}
.highlight-e509 .bottom-3c4c:hover {
  color: rgba(0, 0, 0, 0.8);
}
.disabled-rough-4935 .center_38c7 {
  margin-left: auto;
  margin-right: auto;
}
.media_e970 > * {
  margin-left: auto;
  margin-right: auto;
}
.media_e970 .avatar-outer-7e44 {
  margin-right: 1.41575em;
}
.heading_east_1f63 .media_e970 > .slow-48be {
  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;
}
.heading_east_1f63 .media_e970 > .stone_5513 {
  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;
}
.grid-lower-ade6.disabled-rough-4935 .center_38c7,
.dropdown_pressed_3deb.disabled-rough-4935 .center_38c7 {
  margin-left: 0;
}
.active-bottom-1043.disabled-rough-4935 .center_38c7,
.wrapper_glass_b6eb.disabled-rough-4935 .center_38c7 {
  margin-right: 0;
}
.media_e970 ol,
.media_e970 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.list-upper-a76c video {
  max-width: 100%;
}
.blue_8b18 img {
  display: block;
}
.blue_8b18.avatar-outer-7e44,
.blue_8b18.panel_0494 {
  width: 100%;
}
.blue_8b18.stone_5513 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.focus_down_df52:not(.label_6833) {
  margin: 1.5em auto;
}
.pressed-ce4b p {
  padding: 1.5em 14px;
}
ul.over_5cd5.stone_5513,
ul.over_5cd5.slow-48be,
ul.over_5cd5.tertiary-fd94.slow-48be {
  padding: 0 14px;
}
.green-346d {
  display: block;
  overflow-x: auto;
}
.green-346d table {
  border-collapse: collapse;
  width: 100%;
}
.green-346d td,
.green-346d th {
  padding: 0.5em;
}
.media_e970 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.media_e970 ol ol,
.media_e970 ol ul,
.media_e970 ul ol,
.media_e970 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.media_e970 ol ol li,
.media_e970 ol ul li,
.media_e970 ul ol li,
.media_e970 ul ul li {
  margin-left: 0;
}
.banner_2e63.banner_new_adae > .pattern_pro_cf82 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.banner_2e63.banner_new_adae > .pattern_pro_cf82 iframe,
.banner_2e63.banner_new_adae > .pattern_pro_cf82 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.notice-034f {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.notice-034f.disabled_2fc6 {
  padding: 0;
}
.notice-034f.disabled_2fc6 cite {
  font-size: 13px;
}
.notice-034f > * {
  margin-left: 16px;
  margin-right: 16px;
}
.notice-034f cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.wood_f98b {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.wood_f98b > p:first-child {
  margin-top: 0;
}
.wood_f98b cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.wood_f98b blockquote {
  border-left: 0;
}
.module-fcc2 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.module-fcc2:not(.out-8b7d) {
  max-width: 100px;
}
.module-fcc2.yellow-ba7b {
  border-bottom: none !important;
  text-align: center;
}
.module-fcc2.yellow-ba7b::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .pressed-ce4b p {
    padding: 1.5em 0;
  }
}
.thumbnail-current-4928 {
  color: #0073aa;
}
.mini_4fc9 {
  background-color: #0073aa;
}
.large_2121 {
  color: #229fd8;
}
.title_4699 {
  background-color: #229fd8;
}
.notice_cb09 {
  color: #eee;
}
.tooltip-clean-e7bf {
  background-color: #eee;
}
.frame-dynamic-8a62 {
  color: #444;
}
.card_stale_e641 {
  background-color: #444;
}
.yellow_5ed2 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.yellow_5ed2 .white-8050 .hidden-7e03 {
  font-size: 15px;
}
.yellow_5ed2 .hidden-7e03 {
  line-height: 1.3;
}
.yellow_5ed2 .highlight-e509 {
}
.yellow_5ed2 .motion_4c5f {
  background: #235787;
}
.thumbnail-c2f7 {
  padding: 0;
}
.thumbnail-c2f7 .motion_4c5f {
  background: #1a1a1a;
}
.thumbnail-c2f7 .highlight-e509 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.footer-motion-ee7b {
  padding: 0;
  border-left: none;
  border-right: none;
}
.footer-motion-ee7b .highlight-e509 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.footer-motion-ee7b .motion_4c5f {
  background: #303030;
}
.red_a7e1 {
  position: relative;
  z-index: 10;
}
.red_a7e1 .center_aed1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.media-bright-87ca .action_1e96 {
  display: inline-block;
  vertical-align: middle;
}
.media-bright-87ca.next_30fc .action_1e96 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .media-bright-87ca.next_30fc .action_1e96 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .media-bright-87ca.next_30fc .action_1e96 {
    margin-right: 0.4em;
  }
}
.media-bright-87ca.next_30fc .action_1e96:last-child {
  margin-right: 0;
}
.middle_68ed .center_aed1 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .status_fast_f97b .white-8050 {
    margin: 0 -0.5em;
  }
  .status_fast_f97b .white-8050 [class*="customify-col-"],
  .status_fast_f97b .white-8050 [class*="customify-col_"],
  .status_fast_f97b .white-8050 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.status_fast_f97b.gradient_f4da .center_aed1 {
  background: 0 0 !important;
}
.status_fast_f97b.gradient_f4da .center_aed1,
.status_fast_f97b.middle_68ed .center_aed1 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .status_fast_f97b.next-cfca {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.status_fast_f97b.middle_68ed .center_aed1 {
  box-shadow: none !important;
}
.texture-east-8c71 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .texture-east-8c71 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .texture-east-8c71 {
    padding: 18px 0 20px;
  }
}
.texture-east-8c71 .tooltip-solid-dc53 {
  width: 100%;
}
.texture-east-8c71 .shade-dynamic-7a5d {
  margin-bottom: 0;
}
.texture-east-8c71 .carousel-red-4778 {
  margin-top: 5px;
  font-size: 0.875em;
}
.pagination_bd91 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.pagination_bd91 .item_29f4 {
  width: 100%;
}
.dirty_96e6 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.dirty_96e6 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.dirty_96e6 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;
}
.dirty_96e6 li:last-child:after {
  display: none;
}
.dirty_96e6 li a {
  font-weight: 500;
  margin-right: 10px;
}
.filter-30a8 .label-d06b button,
.texture-east-8c71 .label-d06b button {
  left: 0;
}
.filter-30a8 .item_29f4,
.texture-east-8c71 .item_29f4 {
  padding-left: 0;
  padding-right: 0;
}
.filter-30a8 .pagination_bd91,
.texture-east-8c71 .pagination_bd91 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.filter-30a8 {
  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;
}
.filter-30a8: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;
}
.filter-30a8 .notification_8da5 {
  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) {
  .filter-30a8 .notification_8da5 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .filter-30a8 .notification_8da5 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .filter-30a8 .notification_8da5 {
    min-height: 200px;
  }
}
.filter-30a8 .dirty_96e6 {
  color: rgba(255, 255, 255, 0.8);
}
.filter-30a8 .dirty_96e6 a,
.filter-30a8 .dirty_96e6 li:after {
  color: inherit;
}
.filter-30a8 .dirty_96e6 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.box_center_9c17 {
  margin-bottom: 0.5em;
}
.out-b608 {
  margin-bottom: 1.2em;
}
.out-b608,
.box_center_9c17 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.out-b608 p:last-child,
.box_center_9c17 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .label-d06b,
#masthead .label-d06b {
  display: none;
}
#masthead
  > .label-d06b.focused_3145 {
  display: none;
}
#masthead > .label-d06b button {
  left: 0;
}
.tertiary-gas-5df9 {
  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%;
}
.tertiary-gas-5df9 .action_1e96 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.tertiary-gas-5df9 .gold-6895 {
  display: -webkit-box;
  display: flex;
}
.tertiary-gas-5df9 .gold-6895.avatar_thick_e3ef {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.tertiary-gas-5df9 .gold-6895.pagination-fixed-5919 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.tertiary-gas-5df9 .gold-6895.component_fresh_636e {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.tertiary-gas-5df9.preview-b564.accent-3d0b .gold-6895.avatar_thick_e3ef {
  flex-basis: 100%;
}
.tertiary-gas-5df9.hard-b16e .gold-6895.pagination-fixed-5919 {
  -webkit-box-flex: 1;
  flex: auto;
}
.tertiary-gas-5df9.hard-b16e .gold-6895.component_fresh_636e {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .label-d06b.focused_3145 {
  display: none;
}
#masthead > .label-d06b button {
  left: 0;
}
.module-up-bb58 {
  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;
}
.module-up-bb58:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.module-up-bb58.item-185e i {
  margin-right: 4px;
}
.module-up-bb58.texture-silver-2fbf i {
  margin-left: 5px;
}
.hidden-7e03 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.hidden-7e03 p:last-child {
  margin-bottom: 0;
}
.left-ea56 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.left-ea56 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.left-ea56 img {
  display: block;
  width: auto;
  line-height: 1;
}
.left-ea56 .message_orange_bf83 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.left-ea56 .box-brown-9a0e {
  margin: 5px 0 7px 0;
}
.left-ea56.item_rough_5b14 .summary_gas_f491 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.left-ea56.item_rough_5b14 .column-paper-1fde {
  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;
}
.left-ea56.backdrop-a526 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.left-ea56.backdrop-a526 .summary_gas_f491 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.left-ea56.backdrop-a526 .column-paper-1fde {
  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;
}
.left-ea56.text_plasma_45eb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.left-ea56.progress_dirty_f447 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.left-ea56.progress_dirty_f447 .column-paper-1fde {
  margin-top: 7px;
}
.pink-d128 {
  display: inline-block;
}
.red_a7e1 .border_a6ee .left-ea56 img {
  max-width: 100%;
}
.tertiary-wood-6160 .video-88c2.popup_basic_ab18,
.icon_red_5a79 .video-88c2.popup_basic_ab18 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.tertiary-wood-6160 .description_motion_23cb,
.icon_red_5a79 .description_motion_23cb {
  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%);
}
.tertiary-wood-6160 .description_motion_23cb {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.tertiary-wood-6160.link_2267 .description_motion_23cb {
  display: none;
}
.tertiary-wood-6160 .form-simple-9142 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tertiary-wood-6160 .form-simple-9142 li {
  display: inline-block;
  position: relative;
}
.tertiary-wood-6160 .form-simple-9142 li:last-child {
  margin-right: 0;
}
.tertiary-wood-6160 .form-simple-9142 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;
}
.tertiary-wood-6160 .form-simple-9142 li.active_90ec > a {
  color: rgba(0, 0, 0, 0.9);
}
.tertiary-wood-6160 .form-simple-9142 > 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;
}
.tertiary-wood-6160 .form-simple-9142 > li > a i {
  line-height: 0;
}
.tertiary-wood-6160 .form-simple-9142 > li.alert_5d69 > a .description_motion_23cb {
  margin-left: 4px;
  line-height: 0;
}
.tertiary-wood-6160 .form-simple-9142 .component_05ac li.alert_5d69 > a {
  position: relative;
}
.tertiary-wood-6160 .form-simple-9142 .component_05ac li.alert_5d69 > a:after,
.tertiary-wood-6160 .form-simple-9142 .component_05ac li.alert_5d69 > a:before {
  content: "";
  display: table;
}
.tertiary-wood-6160 .form-simple-9142 .component_05ac li.alert_5d69 > a:after {
  clear: both;
}
.tertiary-wood-6160 .form-simple-9142 .component_05ac li.alert_5d69 > a .description_motion_23cb {
  margin-left: 5px;
  float: right;
}
.tertiary-wood-6160 .tertiary_21fd,
.tertiary-wood-6160 .component_05ac {
  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;
}
.tertiary-wood-6160 .component_05ac {
  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;
}
.tertiary-wood-6160 .component_05ac .popup_basic_ab18 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.tertiary-wood-6160 .component_05ac .description_motion_23cb {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.tertiary-wood-6160 .component_05ac li {
  display: block;
  margin: 0;
  padding: 0;
}
.tertiary-wood-6160 .component_05ac 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;
}
.tertiary-wood-6160 .component_05ac li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.tertiary-wood-6160 .component_05ac .component_05ac {
  top: 0;
  left: 100%;
}
.tertiary-wood-6160 .dropdown_d775.fn-focus-1254 > .tertiary_21fd,
.tertiary-wood-6160 .dropdown_d775.fn-focus-1254 > .component_05ac,
.tertiary-wood-6160 .dropdown_d775:focus > .tertiary_21fd,
.tertiary-wood-6160 .dropdown_d775:focus > .component_05ac,
.tertiary-wood-6160 .dropdown_d775:hover > .tertiary_21fd,
.tertiary-wood-6160 .dropdown_d775:hover > .component_05ac {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.tertiary-wood-6160.out_6a01 .dropdown-white-7058:after,
.tertiary-wood-6160.out_6a01 .dropdown-white-7058:before {
  content: "";
  display: table;
}
.tertiary-wood-6160.out_6a01 .dropdown-white-7058:after {
  clear: both;
}
.tertiary-wood-6160.out_6a01 .dropdown-white-7058 > li {
  float: left;
}
.tertiary-wood-6160.breadcrumb_53fd .dropdown-white-7058:after,
.tertiary-wood-6160.breadcrumb_53fd .dropdown-white-7058:before {
  content: "";
  display: table;
}
.tertiary-wood-6160.breadcrumb_53fd .dropdown-white-7058:after {
  clear: both;
}
.tertiary-wood-6160.breadcrumb_53fd .dropdown-white-7058 > li {
  float: left;
}
.tertiary-wood-6160.breadcrumb_53fd .dropdown-white-7058 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.tertiary-wood-6160.breadcrumb_53fd .dropdown-white-7058 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.tertiary-wood-6160.breadcrumb_53fd .dropdown-white-7058 > li.bright_2ba5 > a,
.tertiary-wood-6160.breadcrumb_53fd .dropdown-white-7058 > li.active_90ec > a {
  color: #fff;
  background-color: #1e4b75;
}
.tertiary-wood-6160.new-ddd8 .dropdown-white-7058 > li > a .popup_basic_ab18 {
  position: relative;
}
.tertiary-wood-6160.new-ddd8 .dropdown-white-7058 > li > a .popup_basic_ab18: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;
}
.tertiary-wood-6160.new-ddd8
  .dropdown-white-7058
  > li:focus
  > a
  .popup_basic_ab18:before,
.tertiary-wood-6160.new-ddd8
  .dropdown-white-7058
  > li:hover
  > a
  .popup_basic_ab18:before {
  width: 100%;
  background-color: currentColor;
}
.tertiary-wood-6160.new-ddd8
  .dropdown-white-7058
  > li.bright_2ba5
  > a
  .popup_basic_ab18:before,
.tertiary-wood-6160.new-ddd8
  .dropdown-white-7058
  > li.shadow_027f
  > a
  .popup_basic_ab18:before {
  width: 100%;
  background-color: currentColor;
}
.tertiary-wood-6160.nav-copper-9d8c .dropdown-white-7058 > li > a .popup_basic_ab18 {
  position: relative;
}
.tertiary-wood-6160.nav-copper-9d8c .dropdown-white-7058 > li > a .popup_basic_ab18: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;
}
.tertiary-wood-6160.nav-copper-9d8c .dropdown-white-7058 > li:focus > a .popup_basic_ab18:before,
.tertiary-wood-6160.nav-copper-9d8c
  .dropdown-white-7058
  > li:hover
  > a
  .popup_basic_ab18:before {
  width: 100%;
  background-color: currentColor;
}
.tertiary-wood-6160.nav-copper-9d8c
  .dropdown-white-7058
  > li.bright_2ba5
  > a
  .popup_basic_ab18:before,
.tertiary-wood-6160.nav-copper-9d8c
  .dropdown-white-7058
  > li.shadow_027f
  > a
  .popup_basic_ab18:before {
  width: 100%;
  background-color: currentColor;
}
.icon_red_5a79 .form-simple-9142 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.icon_red_5a79 .form-simple-9142 li:first-child > a {
  border-top: none;
}
.icon_red_5a79 .form-simple-9142 .black_a51c > .popup_basic_ab18 .description_motion_23cb {
  display: none;
}
.icon_red_5a79 .form-simple-9142 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.icon_red_5a79 .form-simple-9142 li:last-child {
  border: none;
}
.icon_red_5a79 .form-simple-9142 li.alert_5d69 > a {
  padding-right: 45px !important;
}
.icon_red_5a79 .form-simple-9142 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.icon_red_5a79 .form-simple-9142 li a:focus,
.icon_red_5a79 .form-simple-9142 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.icon_red_5a79 .form-simple-9142 li .feature-9e6b {
  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;
}
.icon_red_5a79 .form-simple-9142 li .feature-9e6b:hover {
  box-shadow: none;
}
.icon_red_5a79 .form-simple-9142 li .feature-9e6b .description_motion_23cb {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.icon_red_5a79 .form-simple-9142 .component_05ac {
  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);
}
.icon_red_5a79 .form-simple-9142 .component_05ac li a {
  padding-left: 3em;
}
.icon_red_5a79 .form-simple-9142 .soft_7405 > a .feature-9e6b i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon_red_5a79 .form-simple-9142 .soft_7405 > .component_05ac {
  display: block;
  opacity: 1;
}
.slow_d48c {
  max-width: 100%;
}
.image_afce {
  line-height: 0;
  cursor: pointer;
}
.article_last_0f01 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.article_last_0f01:hover {
  box-shadow: none;
  color: currentColor;
}
.article_last_0f01 svg {
  width: 18px;
  height: 18px;
}
.article_last_0f01 .sidebar-upper-6fbd {
  display: none;
}
.focus_b57b {
  position: relative;
}
.focus_b57b.fn-active-1254 .article_last_0f01 .first_dcad {
  display: none;
}
.focus_b57b.fn-active-1254 .article_last_0f01 .sidebar-upper-6fbd {
  display: inline-block;
}
.focus_b57b .shadow-c1e5 {
  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);
}
.focus_b57b.header_6904 .shadow-c1e5 {
  left: auto;
  right: -0.9em;
}
.focus_b57b.header_6904 .top_4afd::before {
  left: auto;
  right: 15px;
}
.focus_b57b.fn-active-1254 .shadow-c1e5 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fixed-6d01 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.fixed-6d01 label {
  flex-basis: 100%;
}
.fixed-6d01 .dropdown-prev-13b1 {
  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;
}
.fixed-6d01 .text_gas_4df4 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.fixed-6d01 .text_gas_4df4:focus {
  background-color: transparent;
}
.fixed-6d01 button.chip_3d12 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.fixed-6d01 button.chip_3d12:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.fixed-6d01 button.chip_3d12 svg {
  width: 18px;
  height: 18px;
}
.fixed-6d01 input[type="submit"] {
  min-height: auto;
}
.fresh-3ab3 .fixed-6d01 .text_gas_4df4 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.top_4afd {
  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) {
  .top_4afd {
    width: 220px;
  }
}
.top_4afd label {
  flex-basis: 100%;
}
.top_4afd::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;
}
.paragraph-in-ce28 .fresh-3ab3 .fixed-6d01 {
  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;
}
.paragraph-in-ce28
  .fresh-3ab3
  .fixed-6d01
  .dropdown-prev-13b1 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.paragraph-in-ce28 .fresh-3ab3 .fixed-6d01 .text_gas_4df4 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.paragraph-in-ce28
  .fresh-3ab3
  .fixed-6d01
  .text_gas_4df4:focus {
  background: 0 0;
}
.paragraph-in-ce28
  .fresh-3ab3
  .fixed-6d01
  .orange-027a {
  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;
}
.white-7b77 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.white-7b77 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.white-7b77 li:last-child {
  margin-right: 0;
}
.white-7b77 li:first-child {
  margin-left: 0;
}
.white-7b77.list_51a8 a {
  color: #fff;
}
.white-7b77.list_51a8 a:hover {
  color: #fff;
}
.white-7b77 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.white-7b77 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.white-7b77 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.white-7b77 a:hover {
  opacity: 0.9;
  color: inherit;
}
.white-7b77 [class*="social-icon-apple"] {
  background-color: #999;
}
.white-7b77 [class*="social-icon-apple"].north-fee9 {
  background-color: transparent;
  color: #999;
}
.white-7b77 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.white-7b77 [class*="social-icon-behance"].north-fee9 {
  background-color: transparent;
  color: #1769ff;
}
.white-7b77 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.white-7b77 [class*="social-icon-bitbucket"].north-fee9 {
  background-color: transparent;
  color: #205081;
}
.white-7b77 [class*="social-icon-codepen"] {
  background-color: #000;
}
.white-7b77 [class*="social-icon-codepen"].north-fee9 {
  background-color: transparent;
  color: #000;
}
.white-7b77 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.white-7b77 [class*="social-icon-delicious"].north-fee9 {
  background-color: transparent;
  color: #39f;
}
.white-7b77 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.white-7b77 [class*="social-icon-digg"].north-fee9 {
  background-color: transparent;
  color: #005be2;
}
.white-7b77 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.white-7b77 [class*="social-icon-dribbble"].north-fee9 {
  background-color: transparent;
  color: #ea4c89;
}
.white-7b77 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.white-7b77 [class*="social-icon-envelope"].north-fee9 {
  background-color: transparent;
  color: #ea4335;
}
.white-7b77 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.white-7b77 [class*="social-icon-facebook"].north-fee9 {
  background-color: transparent;
  color: #3b5998;
}
.white-7b77 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.white-7b77 [class*="social-icon-flickr"].north-fee9 {
  background-color: transparent;
  color: #0063dc;
}
.white-7b77 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.white-7b77 [class*="social-icon-foursquare"].north-fee9 {
  background-color: transparent;
  color: #2d5be3;
}
.white-7b77 [class*="social-icon-github"] {
  background-color: #333;
}
.white-7b77 [class*="social-icon-github"].north-fee9 {
  background-color: transparent;
  color: #333;
}
.white-7b77 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.white-7b77 [class*="social-icon-google-plus"].north-fee9 {
  background-color: transparent;
  color: #dd4b39;
}
.white-7b77 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.white-7b77 [class*="social-icon-houzz"].north-fee9 {
  background-color: transparent;
  color: #7ac142;
}
.white-7b77 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.white-7b77 [class*="social-icon-instagram"].north-fee9 {
  background-color: transparent;
  color: #262626;
}
.white-7b77 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.white-7b77 [class*="social-icon-jsfiddle"].north-fee9 {
  background-color: transparent;
  color: #487aa2;
}
.white-7b77 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.white-7b77 [class*="social-icon-linkedin"].north-fee9 {
  background-color: transparent;
  color: #0077b5;
}
.white-7b77 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.white-7b77 [class*="social-icon-medium"].north-fee9 {
  background-color: transparent;
  color: #00ab6b;
}
.white-7b77 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.white-7b77
  [class*="social-icon-odnoklassniki"].north-fee9 {
  background-color: transparent;
  color: #f4731c;
}
.white-7b77 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.white-7b77 [class*="social-icon-meetup"].north-fee9 {
  background-color: transparent;
  color: #ec1c40;
}
.white-7b77 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.white-7b77 [class*="social-icon-pinterest"].north-fee9 {
  background-color: transparent;
  color: #bd081c;
}
.white-7b77 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.white-7b77 [class*="social-icon-product-hunt"].north-fee9 {
  background-color: transparent;
  color: #da552f;
}
.white-7b77 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.white-7b77 [class*="social-icon-reddit"].north-fee9 {
  background-color: transparent;
  color: #ff4500;
}
.white-7b77 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.white-7b77 [class*="social-icon-rss"].north-fee9 {
  background-color: transparent;
  color: #f26522;
}
.white-7b77 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.white-7b77
  [class*="social-icon-shopping-cart"].north-fee9 {
  background-color: transparent;
  color: #4caf50;
}
.white-7b77 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.white-7b77 [class*="social-icon-skype"].north-fee9 {
  background-color: transparent;
  color: #00aff0;
}
.white-7b77 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.white-7b77 [class*="social-icon-slideshare"].north-fee9 {
  background-color: transparent;
  color: #0077b5;
}
.white-7b77 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.white-7b77 [class*="social-icon-snapchat"].north-fee9 {
  background-color: transparent;
  color: #fffc00;
}
.white-7b77 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.white-7b77 [class*="social-icon-soundcloud"].north-fee9 {
  background-color: transparent;
  color: #f80;
}
.white-7b77 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.white-7b77 [class*="social-icon-spotify"].north-fee9 {
  background-color: transparent;
  color: #2ebd59;
}
.white-7b77 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.white-7b77
  [class*="social-icon-stack-overflow"].north-fee9 {
  background-color: transparent;
  color: #fe7a15;
}
.white-7b77 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.white-7b77 [class*="social-icon-maldkfgram"].north-fee9 {
  background-color: transparent;
  color: #2ca5e0;
}
.white-7b77 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.white-7b77 [class*="social-icon-tripadvisor"].north-fee9 {
  background-color: transparent;
  color: #589442;
}
.white-7b77 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.white-7b77 [class*="social-icon-tumblr"].north-fee9 {
  background-color: transparent;
  color: #35465c;
}
.white-7b77 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.white-7b77 [class*="social-icon-twitch"].north-fee9 {
  background-color: transparent;
  color: #6441a5;
}
.white-7b77 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.white-7b77 [class*="social-icon-twitter"].north-fee9 {
  background-color: transparent;
  color: #1da1f2;
}
.white-7b77 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.white-7b77 [class*="social-icon-vimeo"].north-fee9 {
  background-color: transparent;
  color: #1ab7ea;
}
.white-7b77 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.white-7b77 [class*="social-icon-vk"].north-fee9 {
  background-color: transparent;
  color: #45668e;
}
.white-7b77 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.white-7b77 [class*="social-icon-weibo"].north-fee9 {
  background-color: transparent;
  color: #df2029;
}
.white-7b77 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.white-7b77 [class*="social-icon-weixin"].north-fee9 {
  background-color: transparent;
  color: #7bb32e;
}
.white-7b77 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.white-7b77 [class*="social-icon-whatsapp"].north-fee9 {
  background-color: transparent;
  color: #25d366;
}
.white-7b77 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.white-7b77 [class*="social-icon-wordpress"].north-fee9 {
  background-color: transparent;
  color: #21759b;
}
.white-7b77 [class*="social-icon-xing"] {
  background-color: #026466;
}
.white-7b77 [class*="social-icon-xing"].north-fee9 {
  background-color: transparent;
  color: #026466;
}
.white-7b77 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.white-7b77 [class*="social-icon-yelp"].north-fee9 {
  background-color: transparent;
  color: #af0606;
}
.white-7b77 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.white-7b77 [class*="social-icon-youtube"].north-fee9 {
  background-color: transparent;
  color: #cd201f;
}
.texture_red_c661 {
  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;
}
.texture_red_c661:hover {
  box-shadow: none;
  background: 0 0;
}
.thumbnail_5b8d {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.small_08c0 {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.container_97ba {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.gradient_yellow_ac34 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.gradient_yellow_ac34,
.gradient_yellow_ac34::after,
.gradient_yellow_ac34::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;
}
.gradient_yellow_ac34::after,
.gradient_yellow_ac34::before {
  content: "";
  display: block;
  background-color: inherit;
}
.article_up_26c9 .small_08c0 .container_97ba {
  margin-top: -2px;
  width: 19px;
}
.article_up_26c9 .small_08c0 .gradient_yellow_ac34 {
  margin-top: -1px;
}
.article_up_26c9 .small_08c0 .gradient_yellow_ac34,
.article_up_26c9 .small_08c0 .gradient_yellow_ac34::after,
.article_up_26c9 .small_08c0 .gradient_yellow_ac34::before {
  width: 19px;
  height: 2px;
}
.article_up_26c9 .small_08c0 .gradient_yellow_ac34::before {
  top: -6px;
}
.article_up_26c9 .small_08c0 .gradient_yellow_ac34::after {
  bottom: -6px;
}
.chip-fluid-cb89 .small_08c0 .container_97ba {
  margin-top: -2px;
  width: 22px;
}
.chip-fluid-cb89 .small_08c0 .gradient_yellow_ac34 {
  margin-top: -1px;
}
.chip-fluid-cb89 .small_08c0 .gradient_yellow_ac34,
.chip-fluid-cb89 .small_08c0 .gradient_yellow_ac34::after,
.chip-fluid-cb89 .small_08c0 .gradient_yellow_ac34::before {
  width: 22px;
  height: 2px;
}
.chip-fluid-cb89 .small_08c0 .gradient_yellow_ac34::before {
  top: -7px;
}
.chip-fluid-cb89 .small_08c0 .gradient_yellow_ac34::after {
  bottom: -7px;
}
.large_3005 .small_08c0 .container_97ba {
  margin-top: -2px;
  width: 31px;
}
.large_3005 .small_08c0 .gradient_yellow_ac34 {
  margin-top: -1.5px;
}
.large_3005 .small_08c0 .gradient_yellow_ac34,
.large_3005 .small_08c0 .gradient_yellow_ac34::after,
.large_3005 .small_08c0 .gradient_yellow_ac34::before {
  width: 31px;
  height: 3px;
}
.large_3005 .small_08c0 .gradient_yellow_ac34::before {
  top: -9px;
}
.large_3005 .small_08c0 .gradient_yellow_ac34::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .text-cold-5201 .small_08c0 .container_97ba {
    margin-top: -2px;
    width: 19px;
  }
  .text-cold-5201 .small_08c0 .gradient_yellow_ac34 {
    margin-top: -1px;
  }
  .text-cold-5201 .small_08c0 .gradient_yellow_ac34,
  .text-cold-5201 .small_08c0 .gradient_yellow_ac34::after,
  .text-cold-5201 .small_08c0 .gradient_yellow_ac34::before {
    width: 19px;
    height: 2px;
  }
  .text-cold-5201 .small_08c0 .gradient_yellow_ac34::before {
    top: -6px;
  }
  .text-cold-5201 .small_08c0 .gradient_yellow_ac34::after {
    bottom: -6px;
  }
  .footer_fresh_07f9 .small_08c0 .container_97ba {
    margin-top: -2px;
    width: 22px;
  }
  .footer_fresh_07f9 .small_08c0 .gradient_yellow_ac34 {
    margin-top: -1px;
  }
  .footer_fresh_07f9 .small_08c0 .gradient_yellow_ac34,
  .footer_fresh_07f9 .small_08c0 .gradient_yellow_ac34::after,
  .footer_fresh_07f9 .small_08c0 .gradient_yellow_ac34::before {
    width: 22px;
    height: 2px;
  }
  .footer_fresh_07f9 .small_08c0 .gradient_yellow_ac34::before {
    top: -7px;
  }
  .footer_fresh_07f9 .small_08c0 .gradient_yellow_ac34::after {
    bottom: -7px;
  }
  .popup-cold-04e8 .small_08c0 .container_97ba {
    margin-top: -2px;
    width: 31px;
  }
  .popup-cold-04e8 .small_08c0 .gradient_yellow_ac34 {
    margin-top: -1.5px;
  }
  .popup-cold-04e8 .small_08c0 .gradient_yellow_ac34,
  .popup-cold-04e8 .small_08c0 .gradient_yellow_ac34::after,
  .popup-cold-04e8 .small_08c0 .gradient_yellow_ac34::before {
    width: 31px;
    height: 3px;
  }
  .popup-cold-04e8 .small_08c0 .gradient_yellow_ac34::before {
    top: -9px;
  }
  .popup-cold-04e8 .small_08c0 .gradient_yellow_ac34::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .tall-4261 .small_08c0 .container_97ba {
    margin-top: -2px;
    width: 19px;
  }
  .tall-4261 .small_08c0 .gradient_yellow_ac34 {
    margin-top: -1px;
  }
  .tall-4261 .small_08c0 .gradient_yellow_ac34,
  .tall-4261 .small_08c0 .gradient_yellow_ac34::after,
  .tall-4261 .small_08c0 .gradient_yellow_ac34::before {
    width: 19px;
    height: 2px;
  }
  .tall-4261 .small_08c0 .gradient_yellow_ac34::before {
    top: -6px;
  }
  .tall-4261 .small_08c0 .gradient_yellow_ac34::after {
    bottom: -6px;
  }
  .link-pink-6c82 .small_08c0 .container_97ba {
    margin-top: -2px;
    width: 22px;
  }
  .link-pink-6c82 .small_08c0 .gradient_yellow_ac34 {
    margin-top: -1px;
  }
  .link-pink-6c82 .small_08c0 .gradient_yellow_ac34,
  .link-pink-6c82 .small_08c0 .gradient_yellow_ac34::after,
  .link-pink-6c82 .small_08c0 .gradient_yellow_ac34::before {
    width: 22px;
    height: 2px;
  }
  .link-pink-6c82 .small_08c0 .gradient_yellow_ac34::before {
    top: -7px;
  }
  .link-pink-6c82 .small_08c0 .gradient_yellow_ac34::after {
    bottom: -7px;
  }
  .logo-tiny-601c .small_08c0 .container_97ba {
    margin-top: -2px;
    width: 31px;
  }
  .logo-tiny-601c .small_08c0 .gradient_yellow_ac34 {
    margin-top: -1.5px;
  }
  .logo-tiny-601c .small_08c0 .gradient_yellow_ac34,
  .logo-tiny-601c .small_08c0 .gradient_yellow_ac34::after,
  .logo-tiny-601c .small_08c0 .gradient_yellow_ac34::before {
    width: 31px;
    height: 3px;
  }
  .logo-tiny-601c .small_08c0 .gradient_yellow_ac34::before {
    top: -9px;
  }
  .logo-tiny-601c .small_08c0 .gradient_yellow_ac34::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .complex_3bb8 .small_08c0 .container_97ba {
    margin-top: -2px;
    width: 19px;
  }
  .complex_3bb8 .small_08c0 .gradient_yellow_ac34 {
    margin-top: -1px;
  }
  .complex_3bb8 .small_08c0 .gradient_yellow_ac34,
  .complex_3bb8 .small_08c0 .gradient_yellow_ac34::after,
  .complex_3bb8 .small_08c0 .gradient_yellow_ac34::before {
    width: 19px;
    height: 2px;
  }
  .complex_3bb8 .small_08c0 .gradient_yellow_ac34::before {
    top: -6px;
  }
  .complex_3bb8 .small_08c0 .gradient_yellow_ac34::after {
    bottom: -6px;
  }
  .smooth_9ac6 .small_08c0 .container_97ba {
    margin-top: -2px;
    width: 22px;
  }
  .smooth_9ac6 .small_08c0 .gradient_yellow_ac34 {
    margin-top: -1px;
  }
  .smooth_9ac6 .small_08c0 .gradient_yellow_ac34,
  .smooth_9ac6 .small_08c0 .gradient_yellow_ac34::after,
  .smooth_9ac6 .small_08c0 .gradient_yellow_ac34::before {
    width: 22px;
    height: 2px;
  }
  .smooth_9ac6 .small_08c0 .gradient_yellow_ac34::before {
    top: -7px;
  }
  .smooth_9ac6 .small_08c0 .gradient_yellow_ac34::after {
    bottom: -7px;
  }
  .purple_6707 .small_08c0 .container_97ba {
    margin-top: -2px;
    width: 31px;
  }
  .purple_6707 .small_08c0 .gradient_yellow_ac34 {
    margin-top: -1.5px;
  }
  .purple_6707 .small_08c0 .gradient_yellow_ac34,
  .purple_6707 .small_08c0 .gradient_yellow_ac34::after,
  .purple_6707 .small_08c0 .gradient_yellow_ac34::before {
    width: 31px;
    height: 3px;
  }
  .purple_6707 .small_08c0 .gradient_yellow_ac34::before {
    top: -9px;
  }
  .purple_6707 .small_08c0 .gradient_yellow_ac34::after {
    bottom: -9px;
  }
}
.media-in-0b09 .gradient_yellow_ac34 {
  -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);
}
.media-in-0b09 .gradient_yellow_ac34::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.media-in-0b09 .gradient_yellow_ac34::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);
}
.media-in-0b09.preview-pro-9f19 .gradient_yellow_ac34 {
  -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);
}
.media-in-0b09.preview-pro-9f19 .gradient_yellow_ac34::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.media-in-0b09.preview-pro-9f19 .gradient_yellow_ac34::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);
}
.text-d013 {
  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.rough_1687:before {
  display: none;
}
.shadow_05c4 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.shadow_05c4 .orange-e023 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.shadow_05c4 .orange-e023:last-of-type {
  border-bottom: none;
}
.shadow_05c4 .orange-e023.first-4b04,
.shadow_05c4 .orange-e023.background-iron-22a3,
.shadow_05c4 .orange-e023.section_bc78 {
  padding: 0;
}
.shadow_05c4 .icon_red_5a79 .feature-9e6b {
  color: currentColor;
}
.shadow_05c4 .icon_red_5a79 .feature-9e6b:focus,
.shadow_05c4 .icon_red_5a79 .feature-9e6b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.shadow_05c4.highlight-e509 .bottom-3c4c,
.shadow_05c4.highlight-e509 .hidden-7e03 a,
.shadow_05c4.highlight-e509 .dropdown-white-7058 a,
.shadow_05c4.highlight-e509 .component_05ac a {
  color: rgba(0, 0, 0, 0.55);
}
.shadow_05c4.highlight-e509 .bottom-3c4c:hover,
.shadow_05c4.highlight-e509 .hidden-7e03 a:hover,
.shadow_05c4.highlight-e509 .dropdown-white-7058 a:hover,
.shadow_05c4.highlight-e509 .component_05ac a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.shadow_05c4.highlight-e509 .pagination-huge-73a5 {
  color: rgba(0, 0, 0, 0.8);
}
.shadow_05c4.highlight-e509 .orange-e023 {
  border-color: rgba(0, 0, 0, 0.08);
}
.shadow_05c4.highlight-e509 .orange-e023:before {
  background: rgba(0, 0, 0, 0.08);
}
.shadow_05c4.highlight-e509 .table-south-4e66:before {
  background: rgba(255, 255, 255, 0.9);
}
.shadow_05c4.highlight-e509 .icon_red_5a79 .form-simple-9142 li a,
.shadow_05c4.highlight-e509 .icon_red_5a79 .feature-9e6b,
.shadow_05c4.highlight-e509 .component_05ac {
  border-color: rgba(0, 0, 0, 0.08);
}
.shadow_05c4.highlight-e509 .icon_red_5a79 .feature-9e6b:focus,
.shadow_05c4.highlight-e509 .icon_red_5a79 .feature-9e6b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.shadow_05c4.highlight-e509 .form-simple-9142 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.shadow_05c4.motion_4c5f .bottom-3c4c,
.shadow_05c4.motion_4c5f .hidden-7e03 a,
.shadow_05c4.motion_4c5f .dropdown-white-7058 .feature-9e6b,
.shadow_05c4.motion_4c5f .dropdown-white-7058 a,
.shadow_05c4.motion_4c5f .component_05ac a {
  color: rgba(255, 255, 255, 0.79);
}
.shadow_05c4.motion_4c5f .bottom-3c4c:hover,
.shadow_05c4.motion_4c5f .hidden-7e03 a:hover,
.shadow_05c4.motion_4c5f .dropdown-white-7058 .feature-9e6b:hover,
.shadow_05c4.motion_4c5f .dropdown-white-7058 a:hover,
.shadow_05c4.motion_4c5f .component_05ac a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.shadow_05c4.motion_4c5f .pagination-huge-73a5 {
  color: rgba(255, 255, 255, 0.99);
}
.shadow_05c4.motion_4c5f .orange-e023 {
  border-color: rgba(255, 255, 255, 0.08);
}
.shadow_05c4.motion_4c5f .orange-e023:before {
  background: rgba(255, 255, 255, 0.08);
}
.shadow_05c4.motion_4c5f .table-south-4e66:before {
  background: rgba(0, 0, 0, 0.9);
}
.shadow_05c4.motion_4c5f .icon_red_5a79 .form-simple-9142 li a,
.shadow_05c4.motion_4c5f .icon_red_5a79 .feature-9e6b,
.shadow_05c4.motion_4c5f .component_05ac {
  border-color: rgba(255, 255, 255, 0.08);
}
.shadow_05c4.motion_4c5f .icon_red_5a79 .feature-9e6b:focus,
.shadow_05c4.motion_4c5f .icon_red_5a79 .feature-9e6b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.shadow_05c4.motion_4c5f .form-simple-9142 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.table-south-4e66 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.table-south-4e66:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.disabled-mini-5194 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.layout-old-e7bf .shadow_05c4 {
  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;
}
.layout-old-e7bf .orange-e023 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.layout-old-e7bf .orange-e023: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) {
  .layout-old-e7bf .orange-e023:before {
    width: 16%;
    left: 42%;
  }
}
.layout-old-e7bf .orange-e023:last-child:before {
  content: none;
}
.layout-old-e7bf .orange-e023[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.layout-old-e7bf .icon_red_5a79 .form-simple-9142 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.layout-old-e7bf .icon_red_5a79 .form-simple-9142 li a .feature-9e6b {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.layout-old-e7bf .icon_red_5a79 .component_05ac {
  border: none;
}
.layout-old-e7bf .icon_red_5a79 .component_05ac li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.layout-old-e7bf .table-south-4e66 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.layout-old-e7bf .disabled-mini-5194 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.layout-old-e7bf .motion_4c5f .table-south-4e66:before {
  background: rgba(0, 0, 0, 0.9);
}
.layout-old-e7bf .highlight-e509.plasma_d201 .gradient_yellow_ac34 {
  background: rgba(0, 0, 0, 0.6);
}
.layout-old-e7bf
  .highlight-e509.plasma_d201
  .gradient_yellow_ac34::after,
.layout-old-e7bf
  .highlight-e509.plasma_d201
  .gradient_yellow_ac34:before {
  background: inherit;
}
.layout-old-e7bf
  .highlight-e509.plasma_d201:hover
  .gradient_yellow_ac34 {
  background: rgba(0, 0, 0, 0.8);
}
.center_d9e4 .shadow_05c4 {
  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) {
  .center_d9e4 .shadow_05c4 {
    width: auto;
    right: 45px;
  }
}
.module_dirty_78a9 .shadow_05c4 {
  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) {
  .module_dirty_78a9 .shadow_05c4 {
    width: auto;
    left: 45px;
  }
}
.rough_1687 .shadow_05c4 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.rough_1687 .disabled-mini-5194 {
  max-width: 48em;
  margin: 0 auto;
}
.rough_1687 .table-south-4e66:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.banner_09a9 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.banner_09a9.layout-old-e7bf .shadow_05c4 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.banner_09a9.center_d9e4 .shadow_05c4 {
  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);
}
.banner_09a9 .shadow_05c4 {
  visibility: visible;
}
.banner_09a9.module_dirty_78a9 .shadow_05c4 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.feature_8815,
.hard-4e54 {
  overflow-x: hidden;
}
.feature_8815 .shadow_05c4 {
  overflow: auto;
}
.feature_8815.layout-old-e7bf {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.feature_8815.layout-old-e7bf .shadow_05c4 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.feature_8815.layout-old-e7bf .texture_red_c661 {
  opacity: 0;
}
.feature_8815.center_d9e4 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.feature_8815.center_d9e4 .shadow_05c4 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.feature_8815.center_d9e4 .texture_red_c661 {
  opacity: 0;
}
.feature_8815.module_dirty_78a9 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.feature_8815.module_dirty_78a9 .shadow_05c4 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.feature_8815.module_dirty_78a9 .texture_red_c661 {
  opacity: 0;
}
.feature_8815.rough_1687 .shadow_05c4 {
  z-index: 10;
  visibility: visible;
}
.plasma_d201 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.plasma_d201 .gradient_yellow_ac34 {
  background: rgba(255, 255, 255, 0.99);
}
.plasma_d201 .gradient_yellow_ac34::after,
.plasma_d201 .gradient_yellow_ac34:before {
  background: inherit;
}
.plasma_d201:hover .gradient_yellow_ac34 {
  background: rgba(255, 255, 255, 0.99);
}
.module_dirty_78a9 .plasma_d201 {
  top: 10px;
  right: auto;
  left: 12px;
}
.rough_1687 .plasma_d201 {
  display: none !important;
}
.feature_8815:before,
.hard-4e54:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.feature_8815 .plasma_d201,
.hard-4e54 .plasma_d201 {
  display: inline-block;
}
.shadow_05c4 .action_1e96 {
  -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;
}
.feature_8815 .shadow_05c4 .action_1e96,
.hard-4e54 .shadow_05c4 .action_1e96 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.over_ba87 .dropdown-prev-13b1 {
  width: 100%;
}
.border_a6ee {
  padding: 0 0.5em 0;
}
.border_a6ee [class*="customify-col-"],
.border_a6ee [class*="customify-col_"],
.border_a6ee [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.fixed-91c8 .border_a6ee {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .white-8050 .status_f7a8,
  .status_f7a8 {
    display: none;
  }
  .article-f70d {
    text-align: left;
  }
  .section-51d8 {
    text-align: center;
  }
  .top-921b {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .white-8050 .link-66b8,
  .link-66b8 {
    display: none;
  }
  .avatar-e7a5 {
    text-align: left;
  }
  .soft_06ff {
    text-align: center;
  }
  .photo_fb9c {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .white-8050 .texture_1d4a,
  .texture_1d4a {
    display: none;
  }
  .medium-1ff2 {
    text-align: left;
  }
  .accent-bronze-af2b {
    text-align: center;
  }
  .surface_up_e694 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.popup_in_91c9 {
  box-shadow: none !important;
}
.slow_f3f4 .liquid-7e23,
.border-pro-9ec2 .liquid-7e23 {
  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;
}
.border-pro-9ec2 .liquid-7e23 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.center_aed1 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.center_aed1:after,
.center_aed1:before {
  content: "";
  display: table;
}
.center_aed1:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .center_aed1 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.center_aed1,
.next-cfca {
  max-width: 1248px;
  margin: 0 auto;
}

.wrapper_last_2d04.widget-ef8a .center_aed1 {
  max-width: 100%;
}
.wrapper_last_2d04.footer_7db0 {
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper_last_2d04.action_85e5 .center_aed1 {
  max-width: 100%;
}
.wrapper_last_2d04.action_85e5 > .center_aed1 {
  padding-left: 0;
  padding-right: 0;
}
.wrapper_last_2d04.action_85e5 > .center_aed1 .white-8050 {
  margin: 0;
}
.wrapper_last_2d04.action_85e5
  > .center_aed1
  .active_4572.primary-steel-7607 {
  margin-right: 0;
  margin-left: 0;
}
.wrapper_last_2d04.action_85e5 #main.primary-steel-7607 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .layout-2c89 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .layout-2c89 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .border_simple_03ac .center_38c7 {
    padding-right: 1em;
  }
  .border_simple_03ac.dynamic-6798 .active_4572 {
    border-right: 1px solid #eaecee;
  }
  .border_simple_03ac.dynamic-6798 .center_38c7 {
    padding-right: 1em;
  }
  .border_simple_03ac.dynamic-6798 .warm_c768 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .panel_action_d036 .center_38c7 {
    padding-left: 1em;
  }
  .panel_action_d036.dynamic-6798 .active_4572 {
    border-left: 1px solid #eaecee;
  }
  .panel_action_d036.dynamic-6798 .center_38c7 {
    padding-left: 1em;
  }
  .panel_action_d036.dynamic-6798 .warm_c768 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .down-52be .center_38c7 {
    padding-left: 1em;
  }
  .down-52be.dynamic-6798 .image-simple-24e6 {
    border-right: 1px solid #eaecee;
  }
  .down-52be.dynamic-6798 .warm_19ab {
    border-right: 1px solid #eaecee;
  }
  .down-52be.dynamic-6798 .center_38c7 {
    padding-left: 1em;
  }
  .down-52be.dynamic-6798 .warm_c768 {
    padding-right: 1em;
  }
  .down-52be.dynamic-6798 .left-90fd {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .orange_54ab .center_38c7 {
    padding-right: 1em;
  }
  .orange_54ab.dynamic-6798 .image-simple-24e6 {
    border-left: 1px solid #eaecee;
  }
  .orange_54ab.dynamic-6798 .warm_19ab {
    border-left: 1px solid #eaecee;
  }
  .orange_54ab.dynamic-6798 .center_38c7 {
    padding-right: 1em;
  }
  .orange_54ab.dynamic-6798 .warm_c768 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .orange_54ab.dynamic-6798 .left-90fd {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .layout-2c89 .center_38c7 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .layout-2c89.dynamic-6798 .active_4572 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .layout-2c89.dynamic-6798 .center_38c7 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .layout-2c89.dynamic-6798 .warm_c768 {
    padding-left: 1em;
  }
  .layout-2c89.dynamic-6798 .left-90fd {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .layout-2c89.dynamic-6798 .center_38c7 {
    padding-left: 0;
  }
}
.table_fbfa .media-bright-87ca {
  display: inline-block;
}
.small-6ea0 {
  display: inline-block;
}
.iron_f1e1 {
  word-con: break-word;
}
.hero-next-e139 > span {
  display: inline-block;
  padding: 5px 0;
}
.hero-next-e139 .pattern-under-9db0 {
  margin-left: 8px;
  margin-right: 8px;
}
.hero-next-e139 .gallery_cold_fb31 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.highlight-7299 .section_copper_c3d0 {
  margin-bottom: 2em;
}
.highlight-7299 .modal_26fc {
  margin-bottom: 15px;
}
.highlight-7299 .modal_26fc:last-child {
  margin-bottom: 0;
}
.highlight-7299 .list-down-18b7 {
  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) {
  .highlight-7299 .list-down-18b7 {
    display: block;
  }
}
.highlight-7299 .backdrop-542a {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .highlight-7299 .backdrop-542a {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.highlight-7299 .texture-be3d {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.highlight-7299 .texture-be3d img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.highlight-7299 .texture-be3d a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.highlight-7299 .iron_f1e1 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.highlight-7299 .iron_f1e1 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.highlight-7299 .right-746d p:last-child {
  margin-bottom: 0;
}
.highlight-7299 .pagination_7934 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.highlight-7299 .slider-3404 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.highlight-7299 .overlay_paper_1182 {
  margin-top: 1em;
}
.highlight-7299 .accordion-76f0 {
  top: 0;
  display: block;
}
.highlight-7299 .accordion-76f0 a {
  color: inherit;
}
.highlight-7299 .accordion-76f0 a:hover {
  color: inherit;
}
.highlight-7299 .shadow_f2d8 {
  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;
}
.highlight-7299 .shadow_f2d8:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.highlight-7299 .slider-3404 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.highlight-7299 .liquid-1e81 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.highlight-7299 .liquid-1e81:first-child {
  margin-top: 0;
}
.highlight-7299 .liquid-1e81.menu-action-acf7 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.highlight-7299 .liquid-1e81.down_1fa0 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.highlight-7299
  .liquid-1e81.down_1fa0.mask_7eb5
  .overlay_paper_1182 {
  width: 100%;
}
.highlight-7299 .down_1fa0 {
  -webkit-box-align: center;
  align-items: center;
}
.highlight-7299 .down_1fa0 .hero-next-e139,
.highlight-7299 .down_1fa0 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.highlight-7299 .texture-be3d {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.highlight-7299 .texture-be3d img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.highlight-7299 .texture-be3d: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;
}
.highlight-7299 .menu-action-acf7 {
  z-index: 5;
}
.highlight-7299 .outer_f294 .text_2000 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.highlight-7299 .bottom-a60f .text_2000 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.highlight-7299 .header-silver-548b .text_2000 {
  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;
}
.highlight-7299.title-plasma-556d .list-down-18b7,
.highlight-7299.layout-white-f671 .list-down-18b7 {
  display: block;
}
.highlight-7299.title-plasma-556d .list-down-18b7 .fresh_dfb6,
.highlight-7299.title-plasma-556d .list-down-18b7 .slider-3404,
.highlight-7299.layout-white-f671 .list-down-18b7 .fresh_dfb6,
.highlight-7299.layout-white-f671 .list-down-18b7 .slider-3404 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.highlight-7299.right-31b8 .backdrop-542a {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .highlight-7299.right-31b8 .backdrop-542a {
    margin-right: 0;
  }
}
.highlight-7299.title-plasma-556d .backdrop-542a,
.highlight-7299.layout-white-f671 .backdrop-542a {
  padding-top: 40%;
}
.highlight-7299.title-plasma-556d .section_copper_c3d0,
.highlight-7299.layout-white-f671 .section_copper_c3d0 {
  display: block;
}
.highlight-7299.title-plasma-556d .fn-sticky-1254 .slider-3404,
.highlight-7299.layout-white-f671 .fn-sticky-1254 .slider-3404 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.highlight-7299.title-plasma-556d .backdrop-542a,
.highlight-7299.layout-white-f671 .backdrop-542a {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.highlight-7299.title-plasma-556d .slider-3404 {
  padding: 1em;
}
.top-edb3 {
  margin: 30px auto;
  display: block;
}
.top-edb3 .thick_c81b > * {
  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;
}
.top-edb3 .thick_c81b > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.top-edb3 .thick_c81b span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.backdrop-6552 .hero-next-e139 {
  margin-bottom: 1.41575em;
}
.backdrop-6552 .panel_9aab {
  margin-bottom: 1.618em;
}
.media_e970 .header_full_25a9 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.media_e970 .header_full_25a9 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.media_e970 .list-3cd8 {
  max-width: 100%;
  overflow: auto;
}
.disabled-rough-4935 .media_e970 a:hover {
  text-decoration: underline;
}
.border_65d9 .modal_26fc:not(.iron_f1e1),
.border_65d9 .texture-be3d {
  margin-bottom: 1.41575em;
}
.border_65d9 .modal_26fc:not(.iron_f1e1):last-child,
.border_65d9 .texture-be3d:last-child {
  margin-bottom: 0;
}
.border_65d9 .modal_26fc.huge_be67 {
  margin-bottom: 0.41575em;
}
.border_65d9 .paragraph_under_3f61:before,
.border_65d9 .white_12b8:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.border_65d9 .paragraph_under_3f61:before {
  content: "\f115";
}
.border_65d9 .white_12b8:before {
  content: "\f02c";
}
.border_65d9 .easy_1f2a {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.border_65d9 .easy_1f2a a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.picture-fluid-b49b {
  display: -webkit-box;
  display: flex;
}
.picture-fluid-b49b .header_north_a917 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .picture-fluid-b49b .header_north_a917 {
    flex-basis: 90px;
  }
}
.picture-fluid-b49b .banner_hard_f849 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .picture-fluid-b49b .banner_hard_f849 {
    flex-basis: calc(100% - 50px);
  }
}
.picture-fluid-b49b .box_short_c7d3 p:last-child {
  margin-bottom: 0.72em;
}
.over-3104 .thick_c81b {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.over-3104 .thick_c81b:after,
.over-3104 .thick_c81b:before {
  content: "";
  display: table;
}
.over-3104 .thick_c81b:after {
  clear: both;
}
.over-3104 .thick_c81b .focused_bc69,
.over-3104 .thick_c81b .fixed_4e8a {
  width: 49%;
}
.over-3104 .thick_c81b .focused_bc69 a span.dynamic-73b2,
.over-3104 .thick_c81b .fixed_4e8a a span.dynamic-73b2 {
  display: block;
  margin-bottom: 5px;
}
.over-3104 .thick_c81b .fixed_4e8a {
  float: left;
  text-align: left;
}
.over-3104 .thick_c81b .focused_bc69 {
  float: right;
  text-align: right;
}
.widget-clean-e7c6 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .widget-clean-e7c6 {
    margin-bottom: 0;
  }
}
.detail-blue-407d {
  margin-bottom: 1em;
}
.detail-blue-407d .iron_f1e1 {
  font-size: 1.1em;
  line-height: 1.3;
}
.upper_32ed a {
  display: block;
  line-height: 0;
  position: relative;
}
.pink_d58f .detail-blue-407d,
.solid_2590 .detail-blue-407d {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .pink_d58f .detail-blue-407d,
  .solid_2590 .detail-blue-407d {
    display: block;
  }
}
.pink_d58f .upper_32ed,
.solid_2590 .upper_32ed {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .pink_d58f .upper_32ed,
  .solid_2590 .upper_32ed {
    margin-bottom: 1em;
  }
}
.pink_d58f .upper_32ed img,
.solid_2590 .upper_32ed img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pink_d58f .content-5b31,
.solid_2590 .content-5b31 {
  flex-basis: calc(100% - 160px);
}
.pink_d58f .content-5b31 p,
.solid_2590 .content-5b31 p {
  margin-bottom: 0;
}
.pink_d58f .content-5b31 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .pink_d58f .content-5b31 {
    padding-left: 0;
  }
}
.solid_2590 .content-5b31 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .solid_2590 .content-5b31 {
    padding-right: 0;
  }
}
.solid_2590 .upper_32ed {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.surface_pro_94cf .upper_32ed {
  margin-bottom: 0.5em;
}
.surface_pro_94cf .upper_32ed img {
  width: 100%;
}
.focused-f350 .dropdown_new_8ea4,
.modal_center_2868 .dropdown_new_8ea4 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.modal_center_2868 .active_4572 .backdrop_7d3a p:last-child {
  margin-bottom: 0;
}
.label_pro_8c2f {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.description_dynamic_317d .plasma-a70e {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .description_dynamic_317d .plasma-a70e:last-of-type {
    margin-bottom: 0;
  }
}
.description_dynamic_317d .plasma-a70e ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.description_dynamic_317d .plasma-a70e ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.description_dynamic_317d .plasma-a70e ul li {
  margin: 0 0 0.6em;
}
.description_dynamic_317d .plasma-a70e ul li.search-925c,
.description_dynamic_317d .plasma-a70e ul li.container-5876 {
  position: relative;
}
.description_dynamic_317d .plasma-a70e ul li.search-925c .in_906c,
.description_dynamic_317d .plasma-a70e ul li.container-5876 .in_906c {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.description_dynamic_317d .plasma-a70e ul li.search-925c:after:after,
.description_dynamic_317d .plasma-a70e ul li.search-925c:after:before,
.description_dynamic_317d
  .plasma-a70e
  ul
  li.container-5876:after:after,
.description_dynamic_317d
  .plasma-a70e
  ul
  li.container-5876:after:before {
  content: "";
  display: table;
}
.description_dynamic_317d .plasma-a70e ul li.search-925c:after:after,
.description_dynamic_317d
  .plasma-a70e
  ul
  li.container-5876:after:after {
  clear: both;
}
.description_dynamic_317d .plasma-a70e a.main_7b71:hover {
  text-decoration: none;
}
.description_dynamic_317d .plasma-a70e select {
  max-width: 100%;
}
.description_dynamic_317d .plasma-a70e table {
  font-size: 85%;
}
.description_dynamic_317d .plasma-a70e table td,
.description_dynamic_317d .plasma-a70e table th {
  padding: 0.2360828548em;
  text-align: center;
}
.description_dynamic_317d .plasma-a70e table tfoot td {
  text-align: left;
}
.description_dynamic_317d .plasma-a70e :last-child {
  margin-bottom: 0;
}
.description_dynamic_317d .plasma-a70e .icon-light-7eb1 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.description_dynamic_317d .plasma-a70e .icon-light-7eb1 label {
  width: 100%;
}
.description_dynamic_317d .plasma-a70e .icon-light-7eb1 .text_gas_4df4 {
  width: 100%;
  display: block;
}
.description_dynamic_317d .plasma-a70e .icon-light-7eb1 .chip_3d12 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.description_dynamic_317d .plasma-a70e .icon-light-7eb1 .chip_3d12:hover svg #svg-search {
  fill: #444;
}
.description_dynamic_317d .plasma-a70e .icon-light-7eb1 .chip_3d12 svg {
  width: 18px;
  height: 18px;
}
.description_dynamic_317d .layout_tiny_0460 ul ul,
.description_dynamic_317d .gallery-dynamic-a431 ul ul,
.description_dynamic_317d .thumbnail-5f62 ul ul,
.description_dynamic_317d .button-easy-cc90 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.description_dynamic_317d .layout_tiny_0460 .alert_5d69 > a,
.description_dynamic_317d .gallery-dynamic-a431 .alert_5d69 > a,
.description_dynamic_317d .thumbnail-5f62 .alert_5d69 > a,
.description_dynamic_317d .button-easy-cc90 .alert_5d69 > a {
  margin-bottom: 0;
}
.description_dynamic_317d .menu_large_c3ff li,
.description_dynamic_317d .layout_tiny_0460 li,
.description_dynamic_317d .complex-3420 li,
.description_dynamic_317d .gallery-dynamic-a431 li,
.description_dynamic_317d .thumbnail-5f62 li,
.description_dynamic_317d .button-easy-cc90 li,
.description_dynamic_317d .overlay-huge-eb9f li,
.description_dynamic_317d .hover_motion_028b li {
  display: block;
  position: relative;
}
.description_dynamic_317d .menu_large_c3ff li:last-child,
.description_dynamic_317d .layout_tiny_0460 li:last-child,
.description_dynamic_317d .complex-3420 li:last-child,
.description_dynamic_317d .gallery-dynamic-a431 li:last-child,
.description_dynamic_317d .thumbnail-5f62 li:last-child,
.description_dynamic_317d .button-easy-cc90 li:last-child,
.description_dynamic_317d .overlay-huge-eb9f li:last-child,
.description_dynamic_317d .hover_motion_028b li:last-child {
  border: none;
}
.description_dynamic_317d .menu_large_c3ff li a,
.description_dynamic_317d .layout_tiny_0460 li a,
.description_dynamic_317d .complex-3420 li a,
.description_dynamic_317d .gallery-dynamic-a431 li a,
.description_dynamic_317d .thumbnail-5f62 li a,
.description_dynamic_317d .button-easy-cc90 li a,
.description_dynamic_317d .overlay-huge-eb9f li a,
.description_dynamic_317d .hover_motion_028b li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.description_dynamic_317d .menu_large_c3ff li ul li::before,
.description_dynamic_317d .layout_tiny_0460 li ul li::before,
.description_dynamic_317d .complex-3420 li ul li::before,
.description_dynamic_317d .gallery-dynamic-a431 li ul li::before,
.description_dynamic_317d .thumbnail-5f62 li ul li::before,
.description_dynamic_317d .button-easy-cc90 li ul li::before,
.description_dynamic_317d .overlay-huge-eb9f li ul li::before,
.description_dynamic_317d .hover_motion_028b li ul li::before {
  left: 15px;
}
.description_dynamic_317d .menu_large_c3ff li ul a,
.description_dynamic_317d .layout_tiny_0460 li ul a,
.description_dynamic_317d .complex-3420 li ul a,
.description_dynamic_317d .gallery-dynamic-a431 li ul a,
.description_dynamic_317d .thumbnail-5f62 li ul a,
.description_dynamic_317d .button-easy-cc90 li ul a,
.description_dynamic_317d .overlay-huge-eb9f li ul a,
.description_dynamic_317d .hover_motion_028b li ul a {
  padding-left: 20px;
}
.description_dynamic_317d .menu_large_c3ff li ul ul li::before,
.description_dynamic_317d .layout_tiny_0460 li ul ul li::before,
.description_dynamic_317d .complex-3420 li ul ul li::before,
.description_dynamic_317d .gallery-dynamic-a431 li ul ul li::before,
.description_dynamic_317d .thumbnail-5f62 li ul ul li::before,
.description_dynamic_317d .button-easy-cc90 li ul ul li::before,
.description_dynamic_317d .overlay-huge-eb9f li ul ul li::before,
.description_dynamic_317d .hover_motion_028b li ul ul li::before {
  left: 30px;
}
.description_dynamic_317d .menu_large_c3ff li ul ul a,
.description_dynamic_317d .layout_tiny_0460 li ul ul a,
.description_dynamic_317d .complex-3420 li ul ul a,
.description_dynamic_317d .gallery-dynamic-a431 li ul ul a,
.description_dynamic_317d .thumbnail-5f62 li ul ul a,
.description_dynamic_317d .button-easy-cc90 li ul ul a,
.description_dynamic_317d .overlay-huge-eb9f li ul ul a,
.description_dynamic_317d .hover_motion_028b li ul ul a {
  padding-left: 40px;
}
.description_dynamic_317d .info-lower-6fee li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.description_dynamic_317d .hover_motion_028b ul li {
  margin-bottom: 1.41575em;
}
.description_dynamic_317d .hover_motion_028b ul li .icon_192b {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.description_dynamic_317d .hover_motion_028b ul li .border_brown_5bef {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.motion_4c5f .menu_large_c3ff li a,
.motion_4c5f .layout_tiny_0460 li a,
.motion_4c5f .complex-3420 li a,
.motion_4c5f .gallery-dynamic-a431 li a,
.motion_4c5f .thumbnail-5f62 li a,
.motion_4c5f .button-easy-cc90 li a,
.motion_4c5f .overlay-huge-eb9f li a,
.motion_4c5f .hover_motion_028b li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.motion_4c5f .info-lower-6fee li {
  border-color: rgba(255, 255, 255, 0.08);
}
.motion_4c5f .plasma-a70e ul li.search-925c .in_906c,
.motion_4c5f .plasma-a70e ul li.container-5876 .in_906c {
  background: rgba(0, 0, 0, 0.2);
}
.motion_4c5f .description_dynamic_317d .plasma-a70e select {
  border-color: rgba(255, 255, 255, 0.08);
}
.wrapper_last_2d04 .description_dynamic_317d .form-simple-9142 li {
  margin: 0;
}
.wrapper_last_2d04 .description_dynamic_317d .form-simple-9142 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.wrapper_last_2d04 .description_dynamic_317d .form-simple-9142 li ul {
  margin: 0;
}
.wrapper_last_2d04 .description_dynamic_317d .form-simple-9142 li ul li a {
  padding-left: 15px;
}
.wrapper_last_2d04 .description_dynamic_317d .form-simple-9142 li ul li li a {
  padding-left: 30px;
}
.wrapper_last_2d04 .description_dynamic_317d .form-simple-9142 li.active_90ec > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.wrapper_last_2d04 .description_dynamic_317d .form-simple-9142 li.active_90ec > 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;
}
.wrapper_last_2d04 .description_dynamic_317d .form-simple-9142 li.active_90ec > 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;
}
.icon_102f a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.tag_dark_c1dc {
  position: relative;
  z-index: 10;
}
.tag_dark_c1dc .action_1e96 {
  width: 100%;
  max-width: 100%;
}
.dark-7f28 .main-up-648e {
  padding-top: 2em;
  padding-bottom: 2em;
}
.dark-7f28 .highlight-e509 {
}
.dark-7f28 .motion_4c5f {
  background: #292929;
}
.clean-5b90 .main-up-648e {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.clean-5b90 .highlight-e509 {
  background: #f9f9f9;
}
.clean-5b90 .motion_4c5f {
  background: #303030;
}
.description_motion_cb64 .main-up-648e {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .description_motion_cb64 .media-bright-87ca {
    margin-bottom: 1em;
  }
  .description_motion_cb64 .media-bright-87ca:last-child {
    margin-bottom: 0;
  }
}
.description_motion_cb64 .highlight-e509 {
  background: #ededed;
}
.description_motion_cb64 .motion_4c5f {
  background: #1a1a1a;
}
.main-up-648e.highlight-e509 {
  color: rgba(0, 0, 0, 0.6);
}
.main-up-648e.highlight-e509 .detail_old_22a9 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.main-up-648e.motion_4c5f {
  color: rgba(255, 255, 255, 0.99);
}
.main-up-648e.motion_4c5f a:not(.main_7b71) {
  color: rgba(255, 255, 255, 0.79);
}
.main-up-648e.motion_4c5f a:not(.main_7b71):hover {
  color: rgba(255, 255, 255, 0.99);
}
.main-up-648e.motion_4c5f .detail_old_22a9 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.main-up-648e.motion_4c5f table tbody td,
.main-up-648e.motion_4c5f table th {
  background: rgba(0, 0, 0, 0.08);
}
.complex-7819.middle_68ed .center_aed1 {
  max-width: initial;
}
.complex-7819 .next_30fc {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.complex-7819 .next_30fc .action_1e96 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .complex-7819 .next_30fc .action_1e96 {
    display: block;
    margin-bottom: 2em;
  }
  .complex-7819 .next_30fc .action_1e96:last-child {
    margin-bottom: 0;
  }
}
.description_motion_cb64 .media-bright-87ca:last-child,
.clean-5b90 .media-bright-87ca:last-child,
.dark-7f28 .media-bright-87ca:last-child {
  margin-bottom: 0;
}
.description_motion_cb64 .media-bright-87ca .description_dynamic_317d .plasma-a70e:last-child,
.clean-5b90 .media-bright-87ca .description_dynamic_317d .plasma-a70e:last-child,
.dark-7f28 .media-bright-87ca .description_dynamic_317d .plasma-a70e:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .description_motion_cb64 .carousel_5307,
  .description_motion_cb64 .hovered_404a,
  .clean-5b90 .carousel_5307,
  .clean-5b90 .hovered_404a,
  .dark-7f28 .carousel_5307,
  .dark-7f28 .hovered_404a {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .tag_dark_c1dc .media-bright-87ca {
    margin-bottom: 2em;
  }
}
.tag_dark_c1dc p:last-child {
  margin-bottom: 0;
}
.tag_dark_c1dc li,
.tag_dark_c1dc ul {
  list-style: none;
  margin: 0;
}
.tag_dark_c1dc ul ul {
  margin-left: 2.617924em;
}
.fluid_83f7 {
  font-size: 0.875em;
}

/* css-noise: 982f */
.promo-block-b6 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
