/*!
Theme Name: Customify
Theme URI: https://pressmaximum.gradient_light_f718/customify
Author: WPCustomify
Author URI: https://pressmaximum.gradient_light_f718
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.gradient_light_f718/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.image-small-6a94.column_green_775a/licenses/gpl-2.0.banner_2cf2
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.orange_3e81/, (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.gallery_silver_ca62.background_brown_d965/normalize.liquid-746a/
 ======
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.liquid-746a v7.0.0 | MIT License | github.gradient_light_f718/necolas/normalize.liquid-746a */
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;
}
.secondary-5a2a .list_short_1acb,
.alert_red_3006,
.banner-over-d8a7,
.widget-tall-b2bc,
.carousel-pro-e4fb,
.active-fad9,
.icon-b6e3,
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;
}
.alert_red_3006,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .alert_red_3006,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .alert_red_3006,
  h1 {
    font-size: 1.8em;
  }
}
.banner-over-d8a7,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.banner-over-d8a7 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .banner-over-d8a7,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .banner-over-d8a7,
  h2 {
    font-size: 1.7em;
  }
}
.widget-tall-b2bc,
h3 {
  font-size: 1.618em;
}
.secondary-5a2a .list_short_1acb,
.carousel-pro-e4fb,
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.shade_ab5b {
  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;
}
.preview-medium-91dd:after,
.preview-medium-91dd:before,
.avatar-up-683d:after,
.avatar-up-683d:before {
  content: "";
  display: table;
}
.preview-medium-91dd:after,
.avatar-up-683d:after {
  clear: both;
}
.purple-032c {
  float: right;
  margin-right: 0;
}
.heading_b197 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.message-fluid-ec7f .detail_south_cea2,
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;
}
.message-fluid-ec7f .detail_south_cea2: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;
}
.hover_d74b .detail_south_cea2 {
  box-shadow: none;
}
.hover_d74b
  .detail_south_cea2
  .feature-fresh-d822 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.hover_d74b .detail_south_cea2 .title-new-755b {
  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;
}
.hover_d74b
  .detail_south_cea2
  .title-new-755b
  b {
  display: none;
}
.hover_d74b .center_3db4 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.badge-9ea0:not(.dirty-a13a):not(.fresh_ee02),
button:not(.dirty-a13a):not(.fresh_ee02),
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ),
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ),
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ) {
  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;
}
.badge-9ea0:not(.dirty-a13a):not(
    .fresh_ee02
  ):hover,
button:not(.dirty-a13a):not(
    .fresh_ee02
  ):hover,
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):hover,
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):hover,
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.badge-9ea0:not(.dirty-a13a):not(
    .fresh_ee02
  ):active,
.badge-9ea0:not(.dirty-a13a):not(
    .fresh_ee02
  ):focus,
button:not(.dirty-a13a):not(
    .fresh_ee02
  ):active,
button:not(.dirty-a13a):not(
    .fresh_ee02
  ):focus,
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):active,
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):focus,
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):active,
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):focus,
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):active,
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):focus {
  outline: 0;
}
.badge-9ea0:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1,
button:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1,
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1,
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1,
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1 {
  position: relative;
}
.badge-9ea0:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .search_1bbc,
.badge-9ea0:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .search_ca38,
.badge-9ea0:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .video_hot_16ae,
.badge-9ea0:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  i,
.badge-9ea0:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  svg,
button:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .search_1bbc,
button:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .search_ca38,
button:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .video_hot_16ae,
button:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  i,
button:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  svg,
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .search_1bbc,
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .search_ca38,
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .video_hot_16ae,
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  i,
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  svg,
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .search_1bbc,
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .search_ca38,
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .video_hot_16ae,
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  i,
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  svg,
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .search_1bbc,
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .search_ca38,
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  .video_hot_16ae,
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  i,
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1
  svg {
  visibility: hidden;
}
.badge-9ea0:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1:after,
button:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1:after,
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1:after,
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1:after,
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ).fn-loading-68a1: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;
}
.badge-9ea0:not(.dirty-a13a):not(.fresh_ee02),
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ),
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ),
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ) {
  color: #fff;
  background: #235787;
}
.badge-9ea0:not(.dirty-a13a):not(
    .fresh_ee02
  ):focus,
input[type="button"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):focus,
input[type="reset"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):focus,
input[type="submit"]:not(.dirty-a13a):not(
    .fresh_ee02
  ):focus {
  color: #fff;
}
.badge-9ea0.fn-disabled-68a1:not(.dirty-a13a):not(
    .fresh_ee02
  ),
.badge-9ea0[disabled]:not(.dirty-a13a):not(
    .fresh_ee02
  ),
button.fn-disabled-68a1:not(.dirty-a13a):not(
    .fresh_ee02
  ),
button[disabled]:not(.dirty-a13a):not(
    .fresh_ee02
  ) {
  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;
}
.hero_plasma_27ca {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.hero_plasma_27ca: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;
}
.popup-large-560e {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.layout-1d60 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.orange-feec {
  clear: both;
  display: block;
  margin: 0 auto;
}
.preview-medium-91dd:after,
.preview-medium-91dd:before,
.fixed_c149:after,
.fixed_c149:before,
.pressed_be20:after,
.pressed_be20:before,
.dim-1380:after,
.dim-1380:before,
.plasma_764f:after,
.plasma_764f:before,
.selected_67b3:after,
.selected_67b3:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.preview-medium-91dd:after,
.fixed_c149:after,
.pressed_be20:after,
.dim-1380:after,
.plasma_764f:after,
.selected_67b3:after {
  clear: both;
}
.fixed_c149 .feature-85cf,
.pressed_be20 .feature-85cf,
.aside_d69b .feature-85cf {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.preview_purple_a7cc {
  display: inline-block;
}
.narrow_7d4d {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.narrow_7d4d img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.narrow_7d4d .border_inner_03d0 {
  padding: 1em 0;
  font-size: 85%;
}
.border_inner_03d0 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.chip-3592 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.chip-3592:after,
.chip-3592:before {
  content: "";
  display: table;
}
.chip-3592:after {
  clear: both;
}
.bottom_cb94 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.dynamic_3fc4 .bottom_cb94 {
  max-width: 50%;
}
.inner_eae9 .bottom_cb94 {
  max-width: 33.33%;
}
.header-78c1 .bottom_cb94 {
  max-width: 25%;
}
.tabs_full_4735 .bottom_cb94 {
  max-width: 20%;
}
.gas-9f54 .bottom_cb94 {
  max-width: 16.66%;
}
.menu-rough-6cf8 .bottom_cb94 {
  max-width: 14.28%;
}
.hidden-2aab .bottom_cb94 {
  max-width: 12.5%;
}
.preview_active_43a7 .bottom_cb94 {
  max-width: 11.11%;
}
.panel_small_56c1 {
  display: block;
}
.secondary-5a2a .plasma-dabb label,
.secondary-5a2a .border_472c label,
.secondary-5a2a .video-focused-afbd label,
.secondary-5a2a .wide-7c06 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.photo-stone-702c {
  list-style: none;
  margin: 0;
}
.photo-stone-702c article.list_east_4bff {
  margin-bottom: 0;
}
.photo-stone-702c ul {
  list-style: none;
  margin: 0;
}
.photo-stone-702c .dirty_3067 li.list_east_4bff {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .photo-stone-702c .dirty_3067 li.list_east_4bff {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .photo-stone-702c .dirty_3067 li.list_east_4bff: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) {
  .photo-stone-702c .dirty_3067 li.list_east_4bff li.list_east_4bff li.list_east_4bff li.list_east_4bff {
    padding-left: 0;
  }
}
article.list_east_4bff {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.list_east_4bff .fixed_c149 p:last-of-type {
  margin-bottom: 0;
}
article.list_east_4bff .basic-0ac7 {
  float: left;
}
article.list_east_4bff .breadcrumb-fixed-7098 {
  margin-left: 85px;
}
article.list_east_4bff .widget-over-472a {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.list_east_4bff .widget-over-472a .copper-e027 {
  margin-left: 10px;
}
article.list_east_4bff .pressed-67fe {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.list_east_4bff .icon_dark_9ac0 {
  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 .plasma-dabb,
  #respond .video-focused-afbd,
  #respond .wide-7c06 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .plasma-dabb input,
#respond .video-focused-afbd input,
#respond .wide-7c06 input {
  width: 100%;
}
#respond .wide-7c06 {
  margin-right: 0;
}
#respond .background_e1a5 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.north-96ee {
  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;
}
.north-96ee.popup_fixed_c3fe {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.north-96ee 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%);
}
.north-96ee:focus,
.north-96ee: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);
}
.element_tiny_6c2a {
  border-radius: 10%;
}
.huge_0c73 {
  border-radius: 50%;
}
.article_hot_2c8f {
  font-size: 0.72em;
}
.sidebar_hard_22ed {
  font-size: 0.875em;
}
.chip-1e82 {
  font-size: 1.1em;
}
.link_bottom_6443 {
  text-transform: uppercase;
  line-height: 1.2;
}
.link_bottom_6443.article_hot_2c8f {
  letter-spacing: 0.5px;
}
.article_hard_b67c,
.article_hard_b67c a {
  color: #6d6d6d;
}
.article_hard_b67c a:hover {
  color: #111;
}
.form-da98 {
  color: #6d6d6d;
}
.component_7951 {
  overflow-x: hidden;
}
.component_7951 .backdrop_brown_f4ea.component-e4b4 {
  position: relative;
}
.component_7951 .backdrop_brown_f4ea.component-e4b4.purple-5b72 {
  position: initial;
}
.component_7951
  .backdrop_brown_f4ea.component-e4b4.purple-5b72
  .iron-cde7 {
  left: auto;
}
.component_7951 .backdrop_brown_f4ea .iron-cde7 {
  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;
}
.component_7951 .backdrop_brown_f4ea:hover.component-e4b4 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.component_7951
  .backdrop_brown_f4ea:hover.component-e4b4
  .iron-cde7 {
  display: block;
  z-index: 9999999;
}
.component_7951 .notice_easy_c19a .preview-7bd6,
.component_7951 .menu-cb06 .preview-7bd6 {
  display: none;
}
.component_7951 .carousel_dc9d .backdrop_brown_f4ea:hover.component-e4b4 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.secondary-5a2a .plasma-dabb label,
.secondary-5a2a .border_472c label,
.secondary-5a2a .video-focused-afbd label,
.secondary-5a2a .wide-7c06 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.photo-stone-702c {
  list-style: none;
  margin: 0;
}
.photo-stone-702c article.list_east_4bff {
  margin-bottom: 0;
}
.photo-stone-702c ul {
  list-style: none;
  margin: 0;
}
.photo-stone-702c .dirty_3067 li.list_east_4bff {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .photo-stone-702c .dirty_3067 li.list_east_4bff {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .photo-stone-702c .dirty_3067 li.list_east_4bff: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) {
  .photo-stone-702c .dirty_3067 li.list_east_4bff li.list_east_4bff li.list_east_4bff li.list_east_4bff {
    padding-left: 0;
  }
}
article.list_east_4bff {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.list_east_4bff .fixed_c149 p:last-of-type {
  margin-bottom: 0;
}
article.list_east_4bff .basic-0ac7 {
  float: left;
}
article.list_east_4bff .breadcrumb-fixed-7098 {
  margin-left: 85px;
}
article.list_east_4bff .widget-over-472a {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.list_east_4bff .widget-over-472a .copper-e027 {
  margin-left: 10px;
}
article.list_east_4bff .pressed-67fe {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.list_east_4bff .icon_dark_9ac0 {
  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 .plasma-dabb,
  #respond .video-focused-afbd,
  #respond .wide-7c06 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .plasma-dabb input,
#respond .video-focused-afbd input,
#respond .wide-7c06 input {
  width: 100%;
}
#respond .wide-7c06 {
  margin-right: 0;
}
#respond .background_e1a5 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.notice_easy_c19a .sort-9053 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.sort-9053 .hero_up_a336.primary_purple_68eb .orange-f061 > li > a:focus,
.sort-9053 .hero_up_a336.primary_purple_68eb .orange-f061 > li > a:hover,
.sort-9053 .hero_up_a336.picture_small_0d89 .orange-f061 > li > a:focus,
.sort-9053 .hero_up_a336.picture_small_0d89 .orange-f061 > li > a:hover,
.sort-9053 .hero_up_a336.wrapper-ea37 .orange-f061 > li > a:focus,
.sort-9053 .hero_up_a336.wrapper-ea37 .orange-f061 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.sort-9053
  .hero_up_a336.primary_purple_68eb
  .orange-f061
  > li.small-f358
  > a,
.sort-9053
  .hero_up_a336.primary_purple_68eb
  .orange-f061
  > li.nav-dc32
  > a,
.sort-9053
  .hero_up_a336.picture_small_0d89
  .orange-f061
  > li.small-f358
  > a,
.sort-9053
  .hero_up_a336.picture_small_0d89
  .orange-f061
  > li.nav-dc32
  > a,
.sort-9053
  .hero_up_a336.wrapper-ea37
  .orange-f061
  > li.small-f358
  > a,
.sort-9053 .hero_up_a336.wrapper-ea37 .orange-f061 > li.caption-mini-37c4 > a {
  color: rgba(255, 255, 255, 0.99);
}
.sort-9053 .selected-a62d,
.sort-9053 .selected-a62d a {
  color: rgba(255, 255, 255, 0.99);
}
.sort-9053 .title-black-ca13.hidden_bright_2e5f li a,
.sort-9053 .hidden-hard-a9e5 a,
.sort-9053 .gradient-basic-837b,
.sort-9053 .orange-f061 > li > a,
.sort-9053 .image_steel_ad4b {
  color: rgba(255, 255, 255, 0.79);
}
.sort-9053 .title-black-ca13.hidden_bright_2e5f li a:hover,
.sort-9053 .hidden-hard-a9e5 a:hover,
.sort-9053 .gradient-basic-837b:hover,
.sort-9053 .orange-f061 > li > a:hover,
.sort-9053 .image_steel_ad4b:hover {
  color: rgba(255, 255, 255, 0.99);
}
.sort-9053 .bronze_0543 {
  color: rgba(255, 255, 255, 0.79);
}
.sort-9053 .bronze_0543 .footer-next-8015 {
  color: rgba(255, 255, 255, 0.99);
}
.sort-9053 .bronze_0543:hover {
  color: rgba(255, 255, 255, 0.99);
}
.sort-9053 .hot_3e0c .prev_4c16 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.sort-9053 .hot_3e0c .prev_4c16 .pagination-c922 {
  color: rgba(255, 255, 255, 0.79);
}
.sort-9053
  .hot_3e0c
  .prev_4c16
  .pagination-c922::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.sort-9053
  .hot_3e0c
  .prev_4c16
  .pagination-c922:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.sort-9053
  .hot_3e0c
  .prev_4c16
  .pagination-c922::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.sort-9053
  .hot_3e0c
  .prev_4c16
  .pagination-c922::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.sort-9053 .hot_3e0c .tiny-c71a {
  color: rgba(255, 255, 255, 0.79);
}
.sort-9053 .hot_3e0c .tiny-c71a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.nav-782e
  .sort-9053
  .hot_3e0c
  .rough_d55c
  .primary-241f {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.nav-782e
  .sort-9053
  .hot_3e0c
  .rough_d55c
  .pagination-c922 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.notice_easy_c19a .hard-e3dd {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.hard-e3dd .hero_up_a336.primary_purple_68eb .orange-f061 > li > a:focus,
.hard-e3dd .hero_up_a336.primary_purple_68eb .orange-f061 > li > a:hover,
.hard-e3dd .hero_up_a336.picture_small_0d89 .orange-f061 > li > a:focus,
.hard-e3dd .hero_up_a336.picture_small_0d89 .orange-f061 > li > a:hover,
.hard-e3dd .hero_up_a336.wrapper-ea37 .orange-f061 > li > a:focus,
.hard-e3dd .hero_up_a336.wrapper-ea37 .orange-f061 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.hard-e3dd
  .hero_up_a336.primary_purple_68eb
  .orange-f061
  > li.small-f358
  > a,
.hard-e3dd
  .hero_up_a336.primary_purple_68eb
  .orange-f061
  > li.nav-dc32
  > a,
.hard-e3dd
  .hero_up_a336.picture_small_0d89
  .orange-f061
  > li.small-f358
  > a,
.hard-e3dd
  .hero_up_a336.picture_small_0d89
  .orange-f061
  > li.nav-dc32
  > a,
.hard-e3dd
  .hero_up_a336.wrapper-ea37
  .orange-f061
  > li.small-f358
  > a,
.hard-e3dd .hero_up_a336.wrapper-ea37 .orange-f061 > li.caption-mini-37c4 > a {
  color: rgba(0, 0, 0, 0.8);
}
.hard-e3dd .selected-a62d,
.hard-e3dd .selected-a62d a {
  color: rgba(0, 0, 0, 0.8);
}
.hard-e3dd .title-black-ca13.hidden_bright_2e5f li a,
.hard-e3dd .hidden-hard-a9e5 a,
.hard-e3dd .gradient-basic-837b,
.hard-e3dd .orange-f061 > li > a,
.hard-e3dd .image_steel_ad4b {
  color: rgba(0, 0, 0, 0.55);
}
.hard-e3dd .title-black-ca13.hidden_bright_2e5f li a:hover,
.hard-e3dd .hidden-hard-a9e5 a:hover,
.hard-e3dd .gradient-basic-837b:hover,
.hard-e3dd .orange-f061 > li > a:hover,
.hard-e3dd .image_steel_ad4b:hover {
  color: rgba(0, 0, 0, 0.8);
}
.hard-e3dd .bronze_0543 {
  color: rgba(0, 0, 0, 0.55);
}
.hard-e3dd .bronze_0543 .footer-next-8015 {
  color: rgba(0, 0, 0, 0.8);
}
.hard-e3dd .bronze_0543:hover {
  color: rgba(0, 0, 0, 0.8);
}
.notice_5162 .pattern_blue_5daf {
  margin-left: auto;
  margin-right: auto;
}
.pressed_be20 > * {
  margin-left: auto;
  margin-right: auto;
}
.pressed_be20 .popup-large-560e {
  margin-right: 1.41575em;
}
.rough-7040 .pressed_be20 > .list-over-4e83 {
  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;
}
.rough-7040 .pressed_be20 > .steel_2948 {
  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;
}
.heading-north-21e8.notice_5162 .pattern_blue_5daf,
.feature-c779.notice_5162 .pattern_blue_5daf {
  margin-left: 0;
}
.new-1621.notice_5162 .pattern_blue_5daf,
.up_e7cd.notice_5162 .pattern_blue_5daf {
  margin-right: 0;
}
.pressed_be20 ol,
.pressed_be20 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.card_copper_6740 video {
  max-width: 100%;
}
.under-e18e img {
  display: block;
}
.under-e18e.popup-large-560e,
.under-e18e.layout-1d60 {
  width: 100%;
}
.under-e18e.steel_2948 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.fluid-4846:not(.tiny_779a) {
  margin: 1.5em auto;
}
.prev_0994 p {
  padding: 1.5em 14px;
}
ul.short-13e7.steel_2948,
ul.short-13e7.list-over-4e83,
ul.short-13e7.highlight_blue_465e.list-over-4e83 {
  padding: 0 14px;
}
.fresh_5184 {
  display: block;
  overflow-x: auto;
}
.fresh_5184 table {
  border-collapse: collapse;
  width: 100%;
}
.fresh_5184 td,
.fresh_5184 th {
  padding: 0.5em;
}
.pressed_be20 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.pressed_be20 ol ol,
.pressed_be20 ol ul,
.pressed_be20 ul ol,
.pressed_be20 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.pressed_be20 ol ol li,
.pressed_be20 ol ul li,
.pressed_be20 ul ol li,
.pressed_be20 ul ul li {
  margin-left: 0;
}
.first_6a5d.green_e1ca > .stale_f749 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.first_6a5d.green_e1ca > .stale_f749 iframe,
.first_6a5d.green_e1ca > .stale_f749 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bottom-55f8 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.bottom-55f8.dark_dfff {
  padding: 0;
}
.bottom-55f8.dark_dfff cite {
  font-size: 13px;
}
.bottom-55f8 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.bottom-55f8 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.module-yellow-c4d9 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.module-yellow-c4d9 > p:first-child {
  margin-top: 0;
}
.module-yellow-c4d9 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.module-yellow-c4d9 blockquote {
  border-left: 0;
}
.grid_6c42 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.grid_6c42:not(.frame-down-bbb7) {
  max-width: 100px;
}
.grid_6c42.tabs_d290 {
  border-bottom: none !important;
  text-align: center;
}
.grid_6c42.tabs_d290::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .prev_0994 p {
    padding: 1.5em 0;
  }
}
.box-d800 {
  color: #0073aa;
}
.breadcrumb-left-3d06 {
  background-color: #0073aa;
}
.shade-fixed-da41 {
  color: #229fd8;
}
.full_b96e {
  background-color: #229fd8;
}
.item-31ca {
  color: #eee;
}
.sort_selected_6386 {
  background-color: #eee;
}
.tabs-23ae {
  color: #444;
}
.east-6073 {
  background-color: #444;
}
.avatar_e4ca {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.avatar_e4ca .banner-c18e .hidden-hard-a9e5 {
  font-size: 15px;
}
.avatar_e4ca .hidden-hard-a9e5 {
  line-height: 1.3;
}
.avatar_e4ca .hard-e3dd {
}
.avatar_e4ca .sort-9053 {
  background: #235787;
}
.accent-c28a {
  padding: 0;
}
.accent-c28a .sort-9053 {
  background: #1a1a1a;
}
.accent-c28a .hard-e3dd {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.gradient-bottom-83cf {
  padding: 0;
  border-left: none;
  border-right: none;
}
.gradient-bottom-83cf .hard-e3dd {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.gradient-bottom-83cf .sort-9053 {
  background: #303030;
}
.selected_67b3 {
  position: relative;
  z-index: 10;
}
.selected_67b3 .title_north_33b0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.wide-2ed2 .component-e4b4 {
  display: inline-block;
  vertical-align: middle;
}
.wide-2ed2.large-df04 .component-e4b4 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .wide-2ed2.large-df04 .component-e4b4 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .wide-2ed2.large-df04 .component-e4b4 {
    margin-right: 0.4em;
  }
}
.wide-2ed2.large-df04 .component-e4b4:last-child {
  margin-right: 0;
}
.warm-d6ca .title_north_33b0 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .notice_easy_c19a .banner-c18e {
    margin: 0 -0.5em;
  }
  .notice_easy_c19a .banner-c18e [class*="customify-col-"],
  .notice_easy_c19a .banner-c18e [class*="customify-col_"],
  .notice_easy_c19a .banner-c18e [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.notice_easy_c19a.action_bf46 .title_north_33b0 {
  background: 0 0 !important;
}
.notice_easy_c19a.action_bf46 .title_north_33b0,
.notice_easy_c19a.warm-d6ca .title_north_33b0 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .notice_easy_c19a.dynamic_ff9e {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.notice_easy_c19a.warm-d6ca .title_north_33b0 {
  box-shadow: none !important;
}
.box-hot-a277 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .box-hot-a277 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .box-hot-a277 {
    padding: 18px 0 20px;
  }
}
.box-hot-a277 .shadow_fluid_51aa {
  width: 100%;
}
.box-hot-a277 .progress-f146 {
  margin-bottom: 0;
}
.box-hot-a277 .tag_mini_8f61 {
  margin-top: 5px;
  font-size: 0.875em;
}
.red_bb9d {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.red_bb9d .gradient-fff6 {
  width: 100%;
}
.main_top_89e9 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.main_top_89e9 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.main_top_89e9 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;
}
.main_top_89e9 li:last-child:after {
  display: none;
}
.main_top_89e9 li a {
  font-weight: 500;
  margin-right: 10px;
}
.popup_5919 .preview-7bd6 button,
.box-hot-a277 .preview-7bd6 button {
  left: 0;
}
.popup_5919 .gradient-fff6,
.box-hot-a277 .gradient-fff6 {
  padding-left: 0;
  padding-right: 0;
}
.popup_5919 .red_bb9d,
.box-hot-a277 .red_bb9d {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.popup_5919 {
  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;
}
.popup_5919: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;
}
.popup_5919 .text-fcef {
  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) {
  .popup_5919 .text-fcef {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .popup_5919 .text-fcef {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .popup_5919 .text-fcef {
    min-height: 200px;
  }
}
.popup_5919 .main_top_89e9 {
  color: rgba(255, 255, 255, 0.8);
}
.popup_5919 .main_top_89e9 a,
.popup_5919 .main_top_89e9 li:after {
  color: inherit;
}
.popup_5919 .main_top_89e9 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.status_c52f {
  margin-bottom: 0.5em;
}
.center_0ed9 {
  margin-bottom: 1.2em;
}
.center_0ed9,
.status_c52f {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.center_0ed9 p:last-child,
.status_c52f p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .preview-7bd6,
#masthead .preview-7bd6 {
  display: none;
}
#masthead
  > .preview-7bd6.primary_c312 {
  display: none;
}
#masthead > .preview-7bd6 button {
  left: 0;
}
.link_purple_3958 {
  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%;
}
.link_purple_3958 .component-e4b4 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.link_purple_3958 .mask-49ad {
  display: -webkit-box;
  display: flex;
}
.link_purple_3958 .mask-49ad.content_current_2af6 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.link_purple_3958 .mask-49ad.item-glass-6b1e {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.link_purple_3958 .mask-49ad.next_e2af {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.link_purple_3958.block_easy_2584.simple_6882 .mask-49ad.content_current_2af6 {
  flex-basis: 100%;
}
.link_purple_3958.detail_2af4 .mask-49ad.item-glass-6b1e {
  -webkit-box-flex: 1;
  flex: auto;
}
.link_purple_3958.detail_2af4 .mask-49ad.next_e2af {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .preview-7bd6.primary_c312 {
  display: none;
}
#masthead > .preview-7bd6 button {
  left: 0;
}
.stale_16ad {
  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;
}
.stale_16ad:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.stale_16ad.large-ec67 i {
  margin-right: 4px;
}
.stale_16ad.dropdown_c0e7 i {
  margin-left: 5px;
}
.hidden-hard-a9e5 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.hidden-hard-a9e5 p:last-child {
  margin-bottom: 0;
}
.title-warm-ede0 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.title-warm-ede0 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.title-warm-ede0 img {
  display: block;
  width: auto;
  line-height: 1;
}
.title-warm-ede0 .selected-a62d {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.title-warm-ede0 .container-d147 {
  margin: 5px 0 7px 0;
}
.title-warm-ede0.background-fa74 .info-7d81 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.title-warm-ede0.background-fa74 .link_fresh_474e {
  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;
}
.title-warm-ede0.sort-copper-252d {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.title-warm-ede0.sort-copper-252d .info-7d81 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.title-warm-ede0.sort-copper-252d .link_fresh_474e {
  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;
}
.title-warm-ede0.item-f8e3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.title-warm-ede0.header_east_e8f9 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.title-warm-ede0.header_east_e8f9 .link_fresh_474e {
  margin-top: 7px;
}
.badge_1f1d {
  display: inline-block;
}
.selected_67b3 .new_5957 .title-warm-ede0 img {
  max-width: 100%;
}
.hero_up_a336 .chip_up_ebf6.label_hard_dced,
.medium-29cc .chip_up_ebf6.label_hard_dced {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.hero_up_a336 .overlay-slow-b9e8,
.medium-29cc .overlay-slow-b9e8 {
  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%);
}
.hero_up_a336 .overlay-slow-b9e8 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.hero_up_a336.title-plasma-ed38 .overlay-slow-b9e8 {
  display: none;
}
.hero_up_a336 .orange-1a71 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero_up_a336 .orange-1a71 li {
  display: inline-block;
  position: relative;
}
.hero_up_a336 .orange-1a71 li:last-child {
  margin-right: 0;
}
.hero_up_a336 .orange-1a71 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;
}
.hero_up_a336 .orange-1a71 li.caption-mini-37c4 > a {
  color: rgba(0, 0, 0, 0.9);
}
.hero_up_a336 .orange-1a71 > 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;
}
.hero_up_a336 .orange-1a71 > li > a i {
  line-height: 0;
}
.hero_up_a336 .orange-1a71 > li.basic_d358 > a .overlay-slow-b9e8 {
  margin-left: 4px;
  line-height: 0;
}
.hero_up_a336 .orange-1a71 .focused-6bf3 li.basic_d358 > a {
  position: relative;
}
.hero_up_a336 .orange-1a71 .focused-6bf3 li.basic_d358 > a:after,
.hero_up_a336 .orange-1a71 .focused-6bf3 li.basic_d358 > a:before {
  content: "";
  display: table;
}
.hero_up_a336 .orange-1a71 .focused-6bf3 li.basic_d358 > a:after {
  clear: both;
}
.hero_up_a336 .orange-1a71 .focused-6bf3 li.basic_d358 > a .overlay-slow-b9e8 {
  margin-left: 5px;
  float: right;
}
.hero_up_a336 .backdrop-mini-752b,
.hero_up_a336 .focused-6bf3 {
  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;
}
.hero_up_a336 .focused-6bf3 {
  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;
}
.hero_up_a336 .focused-6bf3 .label_hard_dced {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.hero_up_a336 .focused-6bf3 .overlay-slow-b9e8 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.hero_up_a336 .focused-6bf3 li {
  display: block;
  margin: 0;
  padding: 0;
}
.hero_up_a336 .focused-6bf3 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;
}
.hero_up_a336 .focused-6bf3 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.hero_up_a336 .focused-6bf3 .focused-6bf3 {
  top: 0;
  left: 100%;
}
.hero_up_a336 .card_f59e.fn-focus-68a1 > .backdrop-mini-752b,
.hero_up_a336 .card_f59e.fn-focus-68a1 > .focused-6bf3,
.hero_up_a336 .card_f59e:focus > .backdrop-mini-752b,
.hero_up_a336 .card_f59e:focus > .focused-6bf3,
.hero_up_a336 .card_f59e:hover > .backdrop-mini-752b,
.hero_up_a336 .card_f59e:hover > .focused-6bf3 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.hero_up_a336.wrapper-ea37 .orange-f061:after,
.hero_up_a336.wrapper-ea37 .orange-f061:before {
  content: "";
  display: table;
}
.hero_up_a336.wrapper-ea37 .orange-f061:after {
  clear: both;
}
.hero_up_a336.wrapper-ea37 .orange-f061 > li {
  float: left;
}
.hero_up_a336.banner-hard-170f .orange-f061:after,
.hero_up_a336.banner-hard-170f .orange-f061:before {
  content: "";
  display: table;
}
.hero_up_a336.banner-hard-170f .orange-f061:after {
  clear: both;
}
.hero_up_a336.banner-hard-170f .orange-f061 > li {
  float: left;
}
.hero_up_a336.banner-hard-170f .orange-f061 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.hero_up_a336.banner-hard-170f .orange-f061 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.hero_up_a336.banner-hard-170f .orange-f061 > li.small-f358 > a,
.hero_up_a336.banner-hard-170f .orange-f061 > li.caption-mini-37c4 > a {
  color: #fff;
  background-color: #1e4b75;
}
.hero_up_a336.primary_purple_68eb .orange-f061 > li > a .label_hard_dced {
  position: relative;
}
.hero_up_a336.primary_purple_68eb .orange-f061 > li > a .label_hard_dced: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;
}
.hero_up_a336.primary_purple_68eb
  .orange-f061
  > li:focus
  > a
  .label_hard_dced:before,
.hero_up_a336.primary_purple_68eb
  .orange-f061
  > li:hover
  > a
  .label_hard_dced:before {
  width: 100%;
  background-color: currentColor;
}
.hero_up_a336.primary_purple_68eb
  .orange-f061
  > li.small-f358
  > a
  .label_hard_dced:before,
.hero_up_a336.primary_purple_68eb
  .orange-f061
  > li.nav-dc32
  > a
  .label_hard_dced:before {
  width: 100%;
  background-color: currentColor;
}
.hero_up_a336.picture_small_0d89 .orange-f061 > li > a .label_hard_dced {
  position: relative;
}
.hero_up_a336.picture_small_0d89 .orange-f061 > li > a .label_hard_dced: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;
}
.hero_up_a336.picture_small_0d89 .orange-f061 > li:focus > a .label_hard_dced:before,
.hero_up_a336.picture_small_0d89
  .orange-f061
  > li:hover
  > a
  .label_hard_dced:before {
  width: 100%;
  background-color: currentColor;
}
.hero_up_a336.picture_small_0d89
  .orange-f061
  > li.small-f358
  > a
  .label_hard_dced:before,
.hero_up_a336.picture_small_0d89
  .orange-f061
  > li.nav-dc32
  > a
  .label_hard_dced:before {
  width: 100%;
  background-color: currentColor;
}
.medium-29cc .orange-1a71 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.medium-29cc .orange-1a71 li:first-child > a {
  border-top: none;
}
.medium-29cc .orange-1a71 .lite_4052 > .label_hard_dced .overlay-slow-b9e8 {
  display: none;
}
.medium-29cc .orange-1a71 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.medium-29cc .orange-1a71 li:last-child {
  border: none;
}
.medium-29cc .orange-1a71 li.basic_d358 > a {
  padding-right: 45px !important;
}
.medium-29cc .orange-1a71 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.medium-29cc .orange-1a71 li a:focus,
.medium-29cc .orange-1a71 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.medium-29cc .orange-1a71 li .header-silver-ee09 {
  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;
}
.medium-29cc .orange-1a71 li .header-silver-ee09:hover {
  box-shadow: none;
}
.medium-29cc .orange-1a71 li .header-silver-ee09 .overlay-slow-b9e8 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.medium-29cc .orange-1a71 .focused-6bf3 {
  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);
}
.medium-29cc .orange-1a71 .focused-6bf3 li a {
  padding-left: 3em;
}
.medium-29cc .orange-1a71 .input-b199 > a .header-silver-ee09 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.medium-29cc .orange-1a71 .input-b199 > .focused-6bf3 {
  display: block;
  opacity: 1;
}
.iron-bb91 {
  max-width: 100%;
}
.tabs-action-992e {
  line-height: 0;
  cursor: pointer;
}
.image_steel_ad4b {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.image_steel_ad4b:hover {
  box-shadow: none;
  color: currentColor;
}
.image_steel_ad4b svg {
  width: 18px;
  height: 18px;
}
.image_steel_ad4b .primary-wide-f466 {
  display: none;
}
.gallery-19f7 {
  position: relative;
}
.gallery-19f7.fn-active-68a1 .image_steel_ad4b .wrapper-06f1 {
  display: none;
}
.gallery-19f7.fn-active-68a1 .image_steel_ad4b .primary-wide-f466 {
  display: inline-block;
}
.gallery-19f7 .large-c5fa {
  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);
}
.gallery-19f7.inner-8ac1 .large-c5fa {
  left: auto;
  right: -0.9em;
}
.gallery-19f7.inner-8ac1 .title-fluid-bf6c::before {
  left: auto;
  right: 15px;
}
.gallery-19f7.fn-active-68a1 .large-c5fa {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.rough_d55c {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.rough_d55c label {
  flex-basis: 100%;
}
.rough_d55c .prev_4c16 {
  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;
}
.rough_d55c .pagination-c922 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.rough_d55c .pagination-c922:focus {
  background-color: transparent;
}
.rough_d55c button.tiny-c71a {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.rough_d55c button.tiny-c71a:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.rough_d55c button.tiny-c71a svg {
  width: 18px;
  height: 18px;
}
.rough_d55c input[type="submit"] {
  min-height: auto;
}
.hot_3e0c .rough_d55c .pagination-c922 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.title-fluid-bf6c {
  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) {
  .title-fluid-bf6c {
    width: 220px;
  }
}
.title-fluid-bf6c label {
  flex-basis: 100%;
}
.title-fluid-bf6c::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;
}
.nav-782e .hot_3e0c .rough_d55c {
  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;
}
.nav-782e
  .hot_3e0c
  .rough_d55c
  .prev_4c16 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.nav-782e .hot_3e0c .rough_d55c .pagination-c922 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.nav-782e
  .hot_3e0c
  .rough_d55c
  .pagination-c922:focus {
  background: 0 0;
}
.nav-782e
  .hot_3e0c
  .rough_d55c
  .primary-241f {
  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;
}
.title-black-ca13 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.title-black-ca13 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.title-black-ca13 li:last-child {
  margin-right: 0;
}
.title-black-ca13 li:first-child {
  margin-left: 0;
}
.title-black-ca13.mini-b6c4 a {
  color: #fff;
}
.title-black-ca13.mini-b6c4 a:hover {
  color: #fff;
}
.title-black-ca13 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.title-black-ca13 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.title-black-ca13 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.title-black-ca13 a:hover {
  opacity: 0.9;
  color: inherit;
}
.title-black-ca13 [class*="social-icon-apple"] {
  background-color: #999;
}
.title-black-ca13 [class*="social-icon-apple"].background-29cf {
  background-color: transparent;
  color: #999;
}
.title-black-ca13 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.title-black-ca13 [class*="social-icon-behance"].background-29cf {
  background-color: transparent;
  color: #1769ff;
}
.title-black-ca13 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.title-black-ca13 [class*="social-icon-bitbucket"].background-29cf {
  background-color: transparent;
  color: #205081;
}
.title-black-ca13 [class*="social-icon-codepen"] {
  background-color: #000;
}
.title-black-ca13 [class*="social-icon-codepen"].background-29cf {
  background-color: transparent;
  color: #000;
}
.title-black-ca13 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.title-black-ca13 [class*="social-icon-delicious"].background-29cf {
  background-color: transparent;
  color: #39f;
}
.title-black-ca13 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.title-black-ca13 [class*="social-icon-digg"].background-29cf {
  background-color: transparent;
  color: #005be2;
}
.title-black-ca13 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.title-black-ca13 [class*="social-icon-dribbble"].background-29cf {
  background-color: transparent;
  color: #ea4c89;
}
.title-black-ca13 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.title-black-ca13 [class*="social-icon-envelope"].background-29cf {
  background-color: transparent;
  color: #ea4335;
}
.title-black-ca13 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.title-black-ca13 [class*="social-icon-facebook"].background-29cf {
  background-color: transparent;
  color: #3b5998;
}
.title-black-ca13 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.title-black-ca13 [class*="social-icon-flickr"].background-29cf {
  background-color: transparent;
  color: #0063dc;
}
.title-black-ca13 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.title-black-ca13 [class*="social-icon-foursquare"].background-29cf {
  background-color: transparent;
  color: #2d5be3;
}
.title-black-ca13 [class*="social-icon-github"] {
  background-color: #333;
}
.title-black-ca13 [class*="social-icon-github"].background-29cf {
  background-color: transparent;
  color: #333;
}
.title-black-ca13 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.title-black-ca13 [class*="social-icon-google-plus"].background-29cf {
  background-color: transparent;
  color: #dd4b39;
}
.title-black-ca13 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.title-black-ca13 [class*="social-icon-houzz"].background-29cf {
  background-color: transparent;
  color: #7ac142;
}
.title-black-ca13 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.title-black-ca13 [class*="social-icon-instagram"].background-29cf {
  background-color: transparent;
  color: #262626;
}
.title-black-ca13 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.title-black-ca13 [class*="social-icon-jsfiddle"].background-29cf {
  background-color: transparent;
  color: #487aa2;
}
.title-black-ca13 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.title-black-ca13 [class*="social-icon-linkedin"].background-29cf {
  background-color: transparent;
  color: #0077b5;
}
.title-black-ca13 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.title-black-ca13 [class*="social-icon-medium"].background-29cf {
  background-color: transparent;
  color: #00ab6b;
}
.title-black-ca13 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.title-black-ca13
  [class*="social-icon-odnoklassniki"].background-29cf {
  background-color: transparent;
  color: #f4731c;
}
.title-black-ca13 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.title-black-ca13 [class*="social-icon-meetup"].background-29cf {
  background-color: transparent;
  color: #ec1c40;
}
.title-black-ca13 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.title-black-ca13 [class*="social-icon-pinterest"].background-29cf {
  background-color: transparent;
  color: #bd081c;
}
.title-black-ca13 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.title-black-ca13 [class*="social-icon-product-hunt"].background-29cf {
  background-color: transparent;
  color: #da552f;
}
.title-black-ca13 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.title-black-ca13 [class*="social-icon-reddit"].background-29cf {
  background-color: transparent;
  color: #ff4500;
}
.title-black-ca13 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.title-black-ca13 [class*="social-icon-rss"].background-29cf {
  background-color: transparent;
  color: #f26522;
}
.title-black-ca13 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.title-black-ca13
  [class*="social-icon-shopping-cart"].background-29cf {
  background-color: transparent;
  color: #4caf50;
}
.title-black-ca13 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.title-black-ca13 [class*="social-icon-skype"].background-29cf {
  background-color: transparent;
  color: #00aff0;
}
.title-black-ca13 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.title-black-ca13 [class*="social-icon-slideshare"].background-29cf {
  background-color: transparent;
  color: #0077b5;
}
.title-black-ca13 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.title-black-ca13 [class*="social-icon-snapchat"].background-29cf {
  background-color: transparent;
  color: #fffc00;
}
.title-black-ca13 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.title-black-ca13 [class*="social-icon-soundcloud"].background-29cf {
  background-color: transparent;
  color: #f80;
}
.title-black-ca13 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.title-black-ca13 [class*="social-icon-spotify"].background-29cf {
  background-color: transparent;
  color: #2ebd59;
}
.title-black-ca13 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.title-black-ca13
  [class*="social-icon-stack-overflow"].background-29cf {
  background-color: transparent;
  color: #fe7a15;
}
.title-black-ca13 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.title-black-ca13 [class*="social-icon-maldkfgram"].background-29cf {
  background-color: transparent;
  color: #2ca5e0;
}
.title-black-ca13 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.title-black-ca13 [class*="social-icon-tripadvisor"].background-29cf {
  background-color: transparent;
  color: #589442;
}
.title-black-ca13 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.title-black-ca13 [class*="social-icon-tumblr"].background-29cf {
  background-color: transparent;
  color: #35465c;
}
.title-black-ca13 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.title-black-ca13 [class*="social-icon-twitch"].background-29cf {
  background-color: transparent;
  color: #6441a5;
}
.title-black-ca13 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.title-black-ca13 [class*="social-icon-twitter"].background-29cf {
  background-color: transparent;
  color: #1da1f2;
}
.title-black-ca13 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.title-black-ca13 [class*="social-icon-vimeo"].background-29cf {
  background-color: transparent;
  color: #1ab7ea;
}
.title-black-ca13 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.title-black-ca13 [class*="social-icon-vk"].background-29cf {
  background-color: transparent;
  color: #45668e;
}
.title-black-ca13 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.title-black-ca13 [class*="social-icon-weibo"].background-29cf {
  background-color: transparent;
  color: #df2029;
}
.title-black-ca13 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.title-black-ca13 [class*="social-icon-weixin"].background-29cf {
  background-color: transparent;
  color: #7bb32e;
}
.title-black-ca13 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.title-black-ca13 [class*="social-icon-whatsapp"].background-29cf {
  background-color: transparent;
  color: #25d366;
}
.title-black-ca13 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.title-black-ca13 [class*="social-icon-wordpress"].background-29cf {
  background-color: transparent;
  color: #21759b;
}
.title-black-ca13 [class*="social-icon-xing"] {
  background-color: #026466;
}
.title-black-ca13 [class*="social-icon-xing"].background-29cf {
  background-color: transparent;
  color: #026466;
}
.title-black-ca13 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.title-black-ca13 [class*="social-icon-yelp"].background-29cf {
  background-color: transparent;
  color: #af0606;
}
.title-black-ca13 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.title-black-ca13 [class*="social-icon-youtube"].background-29cf {
  background-color: transparent;
  color: #cd201f;
}
.gradient-basic-837b {
  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;
}
.gradient-basic-837b:hover {
  box-shadow: none;
  background: 0 0;
}
.static_07ab {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.hard_d2b3 {
  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;
}
.tooltip-new-5726 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.hidden-active-5e90 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.hidden-active-5e90,
.hidden-active-5e90::after,
.hidden-active-5e90::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;
}
.hidden-active-5e90::after,
.hidden-active-5e90::before {
  content: "";
  display: block;
  background-color: inherit;
}
.paper_cc3e .hard_d2b3 .tooltip-new-5726 {
  margin-top: -2px;
  width: 19px;
}
.paper_cc3e .hard_d2b3 .hidden-active-5e90 {
  margin-top: -1px;
}
.paper_cc3e .hard_d2b3 .hidden-active-5e90,
.paper_cc3e .hard_d2b3 .hidden-active-5e90::after,
.paper_cc3e .hard_d2b3 .hidden-active-5e90::before {
  width: 19px;
  height: 2px;
}
.paper_cc3e .hard_d2b3 .hidden-active-5e90::before {
  top: -6px;
}
.paper_cc3e .hard_d2b3 .hidden-active-5e90::after {
  bottom: -6px;
}
.pagination-b32a .hard_d2b3 .tooltip-new-5726 {
  margin-top: -2px;
  width: 22px;
}
.pagination-b32a .hard_d2b3 .hidden-active-5e90 {
  margin-top: -1px;
}
.pagination-b32a .hard_d2b3 .hidden-active-5e90,
.pagination-b32a .hard_d2b3 .hidden-active-5e90::after,
.pagination-b32a .hard_d2b3 .hidden-active-5e90::before {
  width: 22px;
  height: 2px;
}
.pagination-b32a .hard_d2b3 .hidden-active-5e90::before {
  top: -7px;
}
.pagination-b32a .hard_d2b3 .hidden-active-5e90::after {
  bottom: -7px;
}
.disabled_soft_8137 .hard_d2b3 .tooltip-new-5726 {
  margin-top: -2px;
  width: 31px;
}
.disabled_soft_8137 .hard_d2b3 .hidden-active-5e90 {
  margin-top: -1.5px;
}
.disabled_soft_8137 .hard_d2b3 .hidden-active-5e90,
.disabled_soft_8137 .hard_d2b3 .hidden-active-5e90::after,
.disabled_soft_8137 .hard_d2b3 .hidden-active-5e90::before {
  width: 31px;
  height: 3px;
}
.disabled_soft_8137 .hard_d2b3 .hidden-active-5e90::before {
  top: -9px;
}
.disabled_soft_8137 .hard_d2b3 .hidden-active-5e90::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .texture_iron_06f6 .hard_d2b3 .tooltip-new-5726 {
    margin-top: -2px;
    width: 19px;
  }
  .texture_iron_06f6 .hard_d2b3 .hidden-active-5e90 {
    margin-top: -1px;
  }
  .texture_iron_06f6 .hard_d2b3 .hidden-active-5e90,
  .texture_iron_06f6 .hard_d2b3 .hidden-active-5e90::after,
  .texture_iron_06f6 .hard_d2b3 .hidden-active-5e90::before {
    width: 19px;
    height: 2px;
  }
  .texture_iron_06f6 .hard_d2b3 .hidden-active-5e90::before {
    top: -6px;
  }
  .texture_iron_06f6 .hard_d2b3 .hidden-active-5e90::after {
    bottom: -6px;
  }
  .widget-bronze-16da .hard_d2b3 .tooltip-new-5726 {
    margin-top: -2px;
    width: 22px;
  }
  .widget-bronze-16da .hard_d2b3 .hidden-active-5e90 {
    margin-top: -1px;
  }
  .widget-bronze-16da .hard_d2b3 .hidden-active-5e90,
  .widget-bronze-16da .hard_d2b3 .hidden-active-5e90::after,
  .widget-bronze-16da .hard_d2b3 .hidden-active-5e90::before {
    width: 22px;
    height: 2px;
  }
  .widget-bronze-16da .hard_d2b3 .hidden-active-5e90::before {
    top: -7px;
  }
  .widget-bronze-16da .hard_d2b3 .hidden-active-5e90::after {
    bottom: -7px;
  }
  .feature-252a .hard_d2b3 .tooltip-new-5726 {
    margin-top: -2px;
    width: 31px;
  }
  .feature-252a .hard_d2b3 .hidden-active-5e90 {
    margin-top: -1.5px;
  }
  .feature-252a .hard_d2b3 .hidden-active-5e90,
  .feature-252a .hard_d2b3 .hidden-active-5e90::after,
  .feature-252a .hard_d2b3 .hidden-active-5e90::before {
    width: 31px;
    height: 3px;
  }
  .feature-252a .hard_d2b3 .hidden-active-5e90::before {
    top: -9px;
  }
  .feature-252a .hard_d2b3 .hidden-active-5e90::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .top-9625 .hard_d2b3 .tooltip-new-5726 {
    margin-top: -2px;
    width: 19px;
  }
  .top-9625 .hard_d2b3 .hidden-active-5e90 {
    margin-top: -1px;
  }
  .top-9625 .hard_d2b3 .hidden-active-5e90,
  .top-9625 .hard_d2b3 .hidden-active-5e90::after,
  .top-9625 .hard_d2b3 .hidden-active-5e90::before {
    width: 19px;
    height: 2px;
  }
  .top-9625 .hard_d2b3 .hidden-active-5e90::before {
    top: -6px;
  }
  .top-9625 .hard_d2b3 .hidden-active-5e90::after {
    bottom: -6px;
  }
  .container_over_f340 .hard_d2b3 .tooltip-new-5726 {
    margin-top: -2px;
    width: 22px;
  }
  .container_over_f340 .hard_d2b3 .hidden-active-5e90 {
    margin-top: -1px;
  }
  .container_over_f340 .hard_d2b3 .hidden-active-5e90,
  .container_over_f340 .hard_d2b3 .hidden-active-5e90::after,
  .container_over_f340 .hard_d2b3 .hidden-active-5e90::before {
    width: 22px;
    height: 2px;
  }
  .container_over_f340 .hard_d2b3 .hidden-active-5e90::before {
    top: -7px;
  }
  .container_over_f340 .hard_d2b3 .hidden-active-5e90::after {
    bottom: -7px;
  }
  .hovered-3e95 .hard_d2b3 .tooltip-new-5726 {
    margin-top: -2px;
    width: 31px;
  }
  .hovered-3e95 .hard_d2b3 .hidden-active-5e90 {
    margin-top: -1.5px;
  }
  .hovered-3e95 .hard_d2b3 .hidden-active-5e90,
  .hovered-3e95 .hard_d2b3 .hidden-active-5e90::after,
  .hovered-3e95 .hard_d2b3 .hidden-active-5e90::before {
    width: 31px;
    height: 3px;
  }
  .hovered-3e95 .hard_d2b3 .hidden-active-5e90::before {
    top: -9px;
  }
  .hovered-3e95 .hard_d2b3 .hidden-active-5e90::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .hovered_8bb0 .hard_d2b3 .tooltip-new-5726 {
    margin-top: -2px;
    width: 19px;
  }
  .hovered_8bb0 .hard_d2b3 .hidden-active-5e90 {
    margin-top: -1px;
  }
  .hovered_8bb0 .hard_d2b3 .hidden-active-5e90,
  .hovered_8bb0 .hard_d2b3 .hidden-active-5e90::after,
  .hovered_8bb0 .hard_d2b3 .hidden-active-5e90::before {
    width: 19px;
    height: 2px;
  }
  .hovered_8bb0 .hard_d2b3 .hidden-active-5e90::before {
    top: -6px;
  }
  .hovered_8bb0 .hard_d2b3 .hidden-active-5e90::after {
    bottom: -6px;
  }
  .picture_af35 .hard_d2b3 .tooltip-new-5726 {
    margin-top: -2px;
    width: 22px;
  }
  .picture_af35 .hard_d2b3 .hidden-active-5e90 {
    margin-top: -1px;
  }
  .picture_af35 .hard_d2b3 .hidden-active-5e90,
  .picture_af35 .hard_d2b3 .hidden-active-5e90::after,
  .picture_af35 .hard_d2b3 .hidden-active-5e90::before {
    width: 22px;
    height: 2px;
  }
  .picture_af35 .hard_d2b3 .hidden-active-5e90::before {
    top: -7px;
  }
  .picture_af35 .hard_d2b3 .hidden-active-5e90::after {
    bottom: -7px;
  }
  .mini_c655 .hard_d2b3 .tooltip-new-5726 {
    margin-top: -2px;
    width: 31px;
  }
  .mini_c655 .hard_d2b3 .hidden-active-5e90 {
    margin-top: -1.5px;
  }
  .mini_c655 .hard_d2b3 .hidden-active-5e90,
  .mini_c655 .hard_d2b3 .hidden-active-5e90::after,
  .mini_c655 .hard_d2b3 .hidden-active-5e90::before {
    width: 31px;
    height: 3px;
  }
  .mini_c655 .hard_d2b3 .hidden-active-5e90::before {
    top: -9px;
  }
  .mini_c655 .hard_d2b3 .hidden-active-5e90::after {
    bottom: -9px;
  }
}
.sidebar-2bcd .hidden-active-5e90 {
  -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);
}
.sidebar-2bcd .hidden-active-5e90::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.sidebar-2bcd .hidden-active-5e90::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);
}
.sidebar-2bcd.notice_9ff6 .hidden-active-5e90 {
  -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);
}
.sidebar-2bcd.notice_9ff6 .hidden-active-5e90::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.sidebar-2bcd.notice_9ff6 .hidden-active-5e90::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);
}
.slider_down_36f0 {
  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.border_edc1:before {
  display: none;
}
.menu-cb06 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.menu-cb06 .summary_cfa4 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.menu-cb06 .summary_cfa4:last-of-type {
  border-bottom: none;
}
.menu-cb06 .summary_cfa4.pink-791d,
.menu-cb06 .summary_cfa4.thick_68e0,
.menu-cb06 .summary_cfa4.blue_7a7f {
  padding: 0;
}
.menu-cb06 .medium-29cc .header-silver-ee09 {
  color: currentColor;
}
.menu-cb06 .medium-29cc .header-silver-ee09:focus,
.menu-cb06 .medium-29cc .header-silver-ee09:hover {
  background: rgba(0, 0, 0, 0.01);
}
.menu-cb06.hard-e3dd .bronze_0543,
.menu-cb06.hard-e3dd .hidden-hard-a9e5 a,
.menu-cb06.hard-e3dd .orange-f061 a,
.menu-cb06.hard-e3dd .focused-6bf3 a {
  color: rgba(0, 0, 0, 0.55);
}
.menu-cb06.hard-e3dd .bronze_0543:hover,
.menu-cb06.hard-e3dd .hidden-hard-a9e5 a:hover,
.menu-cb06.hard-e3dd .orange-f061 a:hover,
.menu-cb06.hard-e3dd .focused-6bf3 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.menu-cb06.hard-e3dd .footer-next-8015 {
  color: rgba(0, 0, 0, 0.8);
}
.menu-cb06.hard-e3dd .summary_cfa4 {
  border-color: rgba(0, 0, 0, 0.08);
}
.menu-cb06.hard-e3dd .summary_cfa4:before {
  background: rgba(0, 0, 0, 0.08);
}
.menu-cb06.hard-e3dd .up_4a5a:before {
  background: rgba(255, 255, 255, 0.9);
}
.menu-cb06.hard-e3dd .medium-29cc .orange-1a71 li a,
.menu-cb06.hard-e3dd .medium-29cc .header-silver-ee09,
.menu-cb06.hard-e3dd .focused-6bf3 {
  border-color: rgba(0, 0, 0, 0.08);
}
.menu-cb06.hard-e3dd .medium-29cc .header-silver-ee09:focus,
.menu-cb06.hard-e3dd .medium-29cc .header-silver-ee09:hover {
  background: rgba(0, 0, 0, 0.01);
}
.menu-cb06.hard-e3dd .orange-1a71 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.menu-cb06.sort-9053 .bronze_0543,
.menu-cb06.sort-9053 .hidden-hard-a9e5 a,
.menu-cb06.sort-9053 .orange-f061 .header-silver-ee09,
.menu-cb06.sort-9053 .orange-f061 a,
.menu-cb06.sort-9053 .focused-6bf3 a {
  color: rgba(255, 255, 255, 0.79);
}
.menu-cb06.sort-9053 .bronze_0543:hover,
.menu-cb06.sort-9053 .hidden-hard-a9e5 a:hover,
.menu-cb06.sort-9053 .orange-f061 .header-silver-ee09:hover,
.menu-cb06.sort-9053 .orange-f061 a:hover,
.menu-cb06.sort-9053 .focused-6bf3 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.menu-cb06.sort-9053 .footer-next-8015 {
  color: rgba(255, 255, 255, 0.99);
}
.menu-cb06.sort-9053 .summary_cfa4 {
  border-color: rgba(255, 255, 255, 0.08);
}
.menu-cb06.sort-9053 .summary_cfa4:before {
  background: rgba(255, 255, 255, 0.08);
}
.menu-cb06.sort-9053 .up_4a5a:before {
  background: rgba(0, 0, 0, 0.9);
}
.menu-cb06.sort-9053 .medium-29cc .orange-1a71 li a,
.menu-cb06.sort-9053 .medium-29cc .header-silver-ee09,
.menu-cb06.sort-9053 .focused-6bf3 {
  border-color: rgba(255, 255, 255, 0.08);
}
.menu-cb06.sort-9053 .medium-29cc .header-silver-ee09:focus,
.menu-cb06.sort-9053 .medium-29cc .header-silver-ee09:hover {
  background: rgba(0, 0, 0, 0.01);
}
.menu-cb06.sort-9053 .orange-1a71 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.up_4a5a {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.up_4a5a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.paragraph_blue_9ab3 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.tabs-4d85 .menu-cb06 {
  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;
}
.tabs-4d85 .summary_cfa4 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.tabs-4d85 .summary_cfa4: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) {
  .tabs-4d85 .summary_cfa4:before {
    width: 16%;
    left: 42%;
  }
}
.tabs-4d85 .summary_cfa4:last-child:before {
  content: none;
}
.tabs-4d85 .summary_cfa4[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.tabs-4d85 .medium-29cc .orange-1a71 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.tabs-4d85 .medium-29cc .orange-1a71 li a .header-silver-ee09 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.tabs-4d85 .medium-29cc .focused-6bf3 {
  border: none;
}
.tabs-4d85 .medium-29cc .focused-6bf3 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.tabs-4d85 .up_4a5a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tabs-4d85 .paragraph_blue_9ab3 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.tabs-4d85 .sort-9053 .up_4a5a:before {
  background: rgba(0, 0, 0, 0.9);
}
.tabs-4d85 .hard-e3dd.tiny-165c .hidden-active-5e90 {
  background: rgba(0, 0, 0, 0.6);
}
.tabs-4d85
  .hard-e3dd.tiny-165c
  .hidden-active-5e90::after,
.tabs-4d85
  .hard-e3dd.tiny-165c
  .hidden-active-5e90:before {
  background: inherit;
}
.tabs-4d85
  .hard-e3dd.tiny-165c:hover
  .hidden-active-5e90 {
  background: rgba(0, 0, 0, 0.8);
}
.overlay_6bdc .menu-cb06 {
  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) {
  .overlay_6bdc .menu-cb06 {
    width: auto;
    right: 45px;
  }
}
.layout_db71 .menu-cb06 {
  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) {
  .layout_db71 .menu-cb06 {
    width: auto;
    left: 45px;
  }
}
.border_edc1 .menu-cb06 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.border_edc1 .paragraph_blue_9ab3 {
  max-width: 48em;
  margin: 0 auto;
}
.border_edc1 .up_4a5a:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.pattern_clean_d4b8 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.pattern_clean_d4b8.tabs-4d85 .menu-cb06 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.pattern_clean_d4b8.overlay_6bdc .menu-cb06 {
  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);
}
.pattern_clean_d4b8 .menu-cb06 {
  visibility: visible;
}
.pattern_clean_d4b8.layout_db71 .menu-cb06 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.hot_1089,
.progress-fixed-160b {
  overflow-x: hidden;
}
.hot_1089 .menu-cb06 {
  overflow: auto;
}
.hot_1089.tabs-4d85 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.hot_1089.tabs-4d85 .menu-cb06 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.hot_1089.tabs-4d85 .gradient-basic-837b {
  opacity: 0;
}
.hot_1089.overlay_6bdc {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.hot_1089.overlay_6bdc .menu-cb06 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.hot_1089.overlay_6bdc .gradient-basic-837b {
  opacity: 0;
}
.hot_1089.layout_db71 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.hot_1089.layout_db71 .menu-cb06 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.hot_1089.layout_db71 .gradient-basic-837b {
  opacity: 0;
}
.hot_1089.border_edc1 .menu-cb06 {
  z-index: 10;
  visibility: visible;
}
.tiny-165c {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.tiny-165c .hidden-active-5e90 {
  background: rgba(255, 255, 255, 0.99);
}
.tiny-165c .hidden-active-5e90::after,
.tiny-165c .hidden-active-5e90:before {
  background: inherit;
}
.tiny-165c:hover .hidden-active-5e90 {
  background: rgba(255, 255, 255, 0.99);
}
.layout_db71 .tiny-165c {
  top: 10px;
  right: auto;
  left: 12px;
}
.border_edc1 .tiny-165c {
  display: none !important;
}
.hot_1089:before,
.progress-fixed-160b:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.hot_1089 .tiny-165c,
.progress-fixed-160b .tiny-165c {
  display: inline-block;
}
.menu-cb06 .component-e4b4 {
  -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;
}
.hot_1089 .menu-cb06 .component-e4b4,
.progress-fixed-160b .menu-cb06 .component-e4b4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.icon_52d9 .prev_4c16 {
  width: 100%;
}
.new_5957 {
  padding: 0 0.5em 0;
}
.new_5957 [class*="customify-col-"],
.new_5957 [class*="customify-col_"],
.new_5957 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.tiny-d8c2 .new_5957 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .banner-c18e .west_ddf5,
  .west_ddf5 {
    display: none;
  }
  .accent-hard-67d9 {
    text-align: left;
  }
  .video-2610 {
    text-align: center;
  }
  .focus_left_9bfc {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .banner-c18e .hidden-light-6d3b,
  .hidden-light-6d3b {
    display: none;
  }
  .notice-4476 {
    text-align: left;
  }
  .nav-glass-af56 {
    text-align: center;
  }
  .caption-1bba {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .banner-c18e .last_3b19,
  .last_3b19 {
    display: none;
  }
  .popup-green-546a {
    text-align: left;
  }
  .yellow_4349 {
    text-align: center;
  }
  .gallery_078c {
    text-align: right;
  }
}
#page {
  position: relative;
}
.footer_easy_51a9 {
  box-shadow: none !important;
}
.chip-gold-1685 .dirty-3ff5,
.south-c6b7 .dirty-3ff5 {
  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;
}
.south-c6b7 .dirty-3ff5 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.title_north_33b0 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.title_north_33b0:after,
.title_north_33b0:before {
  content: "";
  display: table;
}
.title_north_33b0:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .title_north_33b0 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.title_north_33b0,
.dynamic_ff9e {
  max-width: 1248px;
  margin: 0 auto;
}

.dim-1380.breadcrumb_aca7 .title_north_33b0 {
  max-width: 100%;
}
.dim-1380.progress_8e00 {
  max-width: 1200px;
  margin: 0 auto;
}
.dim-1380.frame_9dd8 .title_north_33b0 {
  max-width: 100%;
}
.dim-1380.frame_9dd8 > .title_north_33b0 {
  padding-left: 0;
  padding-right: 0;
}
.dim-1380.frame_9dd8 > .title_north_33b0 .banner-c18e {
  margin: 0;
}
.dim-1380.frame_9dd8
  > .title_north_33b0
  .item_liquid_32ad.north_5eb4 {
  margin-right: 0;
  margin-left: 0;
}
.dim-1380.frame_9dd8 #main.north_5eb4 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .logo_b5bf #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .logo_b5bf #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .simple-797a .pattern_blue_5daf {
    padding-right: 1em;
  }
  .simple-797a.table-1a58 .item_liquid_32ad {
    border-right: 1px solid #eaecee;
  }
  .simple-797a.table-1a58 .pattern_blue_5daf {
    padding-right: 1em;
  }
  .simple-797a.table-1a58 .footer_63b8 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .wide-90ed .pattern_blue_5daf {
    padding-left: 1em;
  }
  .wide-90ed.table-1a58 .item_liquid_32ad {
    border-left: 1px solid #eaecee;
  }
  .wide-90ed.table-1a58 .pattern_blue_5daf {
    padding-left: 1em;
  }
  .wide-90ed.table-1a58 .footer_63b8 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .caption-2575 .pattern_blue_5daf {
    padding-left: 1em;
  }
  .caption-2575.table-1a58 .easy_e1b6 {
    border-right: 1px solid #eaecee;
  }
  .caption-2575.table-1a58 .summary-c56f {
    border-right: 1px solid #eaecee;
  }
  .caption-2575.table-1a58 .pattern_blue_5daf {
    padding-left: 1em;
  }
  .caption-2575.table-1a58 .footer_63b8 {
    padding-right: 1em;
  }
  .caption-2575.table-1a58 .down_0b1d {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .paper-9a0e .pattern_blue_5daf {
    padding-right: 1em;
  }
  .paper-9a0e.table-1a58 .easy_e1b6 {
    border-left: 1px solid #eaecee;
  }
  .paper-9a0e.table-1a58 .summary-c56f {
    border-left: 1px solid #eaecee;
  }
  .paper-9a0e.table-1a58 .pattern_blue_5daf {
    padding-right: 1em;
  }
  .paper-9a0e.table-1a58 .footer_63b8 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .paper-9a0e.table-1a58 .down_0b1d {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .logo_b5bf .pattern_blue_5daf {
    padding-left: 1em;
    padding-right: 1em;
  }
  .logo_b5bf.table-1a58 .item_liquid_32ad {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .logo_b5bf.table-1a58 .pattern_blue_5daf {
    padding-left: 1em;
    padding-right: 1em;
  }
  .logo_b5bf.table-1a58 .footer_63b8 {
    padding-left: 1em;
  }
  .logo_b5bf.table-1a58 .down_0b1d {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .logo_b5bf.table-1a58 .pattern_blue_5daf {
    padding-left: 0;
  }
}
.bright-e514 .wide-2ed2 {
  display: inline-block;
}
.fast-cb85 {
  display: inline-block;
}
.under_a3dc {
  word-con: break-word;
}
.selected_b472 > span {
  display: inline-block;
  padding: 5px 0;
}
.selected_b472 .logo_14d1 {
  margin-left: 8px;
  margin-right: 8px;
}
.selected_b472 .description-slow-fd6d img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.chip_bottom_d616 .red-5f2e {
  margin-bottom: 2em;
}
.chip_bottom_d616 .hover-south-d113 {
  margin-bottom: 15px;
}
.chip_bottom_d616 .hover-south-d113:last-child {
  margin-bottom: 0;
}
.chip_bottom_d616 .upper-7261 {
  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) {
  .chip_bottom_d616 .upper-7261 {
    display: block;
  }
}
.chip_bottom_d616 .video-0b7e {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .chip_bottom_d616 .video-0b7e {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.chip_bottom_d616 .black-2e7e {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.chip_bottom_d616 .black-2e7e img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.chip_bottom_d616 .black-2e7e a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.chip_bottom_d616 .under_a3dc {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.chip_bottom_d616 .under_a3dc a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.chip_bottom_d616 .silver-0fef p:last-child {
  margin-bottom: 0;
}
.chip_bottom_d616 .lower_b22b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.chip_bottom_d616 .hot-ec65 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.chip_bottom_d616 .form-motion-3f85 {
  margin-top: 1em;
}
.chip_bottom_d616 .notification_inner_12ed {
  top: 0;
  display: block;
}
.chip_bottom_d616 .notification_inner_12ed a {
  color: inherit;
}
.chip_bottom_d616 .notification_inner_12ed a:hover {
  color: inherit;
}
.chip_bottom_d616 .menu_gas_2c28 {
  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;
}
.chip_bottom_d616 .menu_gas_2c28:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.chip_bottom_d616 .hot-ec65 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.chip_bottom_d616 .text_top_cfbc {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.chip_bottom_d616 .text_top_cfbc:first-child {
  margin-top: 0;
}
.chip_bottom_d616 .text_top_cfbc.shadow-1a54 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.chip_bottom_d616 .text_top_cfbc.gold_85c7 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.chip_bottom_d616
  .text_top_cfbc.gold_85c7.video_729a
  .form-motion-3f85 {
  width: 100%;
}
.chip_bottom_d616 .gold_85c7 {
  -webkit-box-align: center;
  align-items: center;
}
.chip_bottom_d616 .gold_85c7 .selected_b472,
.chip_bottom_d616 .gold_85c7 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.chip_bottom_d616 .black-2e7e {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.chip_bottom_d616 .black-2e7e img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.chip_bottom_d616 .black-2e7e: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;
}
.chip_bottom_d616 .shadow-1a54 {
  z-index: 5;
}
.chip_bottom_d616 .slow_5e8b .hot_7c04 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.chip_bottom_d616 .pagination_south_962f .hot_7c04 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.chip_bottom_d616 .pro-b0db .hot_7c04 {
  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;
}
.chip_bottom_d616.secondary_down_3525 .upper-7261,
.chip_bottom_d616.main_full_2086 .upper-7261 {
  display: block;
}
.chip_bottom_d616.secondary_down_3525 .upper-7261 .shadow_left_abc3,
.chip_bottom_d616.secondary_down_3525 .upper-7261 .hot-ec65,
.chip_bottom_d616.main_full_2086 .upper-7261 .shadow_left_abc3,
.chip_bottom_d616.main_full_2086 .upper-7261 .hot-ec65 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.chip_bottom_d616.widget_40b9 .video-0b7e {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .chip_bottom_d616.widget_40b9 .video-0b7e {
    margin-right: 0;
  }
}
.chip_bottom_d616.secondary_down_3525 .video-0b7e,
.chip_bottom_d616.main_full_2086 .video-0b7e {
  padding-top: 40%;
}
.chip_bottom_d616.secondary_down_3525 .red-5f2e,
.chip_bottom_d616.main_full_2086 .red-5f2e {
  display: block;
}
.chip_bottom_d616.secondary_down_3525 .fn-sticky-68a1 .hot-ec65,
.chip_bottom_d616.main_full_2086 .fn-sticky-68a1 .hot-ec65 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.chip_bottom_d616.secondary_down_3525 .video-0b7e,
.chip_bottom_d616.main_full_2086 .video-0b7e {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.chip_bottom_d616.secondary_down_3525 .hot-ec65 {
  padding: 1em;
}
.new_83f0 {
  margin: 30px auto;
  display: block;
}
.new_83f0 .brown_8687 > * {
  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;
}
.new_83f0 .brown_8687 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.new_83f0 .brown_8687 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.accordion_e2bc .selected_b472 {
  margin-bottom: 1.41575em;
}
.accordion_e2bc .right-0ceb {
  margin-bottom: 1.618em;
}
.pressed_be20 .search-red-96ee {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.pressed_be20 .search-red-96ee a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.pressed_be20 .table_short_9116 {
  max-width: 100%;
  overflow: auto;
}
.notice_5162 .pressed_be20 a:hover {
  text-decoration: underline;
}
.dirty-902e .hover-south-d113:not(.under_a3dc),
.dirty-902e .black-2e7e {
  margin-bottom: 1.41575em;
}
.dirty-902e .hover-south-d113:not(.under_a3dc):last-child,
.dirty-902e .black-2e7e:last-child {
  margin-bottom: 0;
}
.dirty-902e .hover-south-d113.popup-50b0 {
  margin-bottom: 0.41575em;
}
.dirty-902e .old-151d:before,
.dirty-902e .east-1284:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.dirty-902e .old-151d:before {
  content: "\f115";
}
.dirty-902e .east-1284:before {
  content: "\f02c";
}
.dirty-902e .grid_pro_664c {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.dirty-902e .grid_pro_664c a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.overlay-f25b {
  display: -webkit-box;
  display: flex;
}
.overlay-f25b .preview_9f97 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .overlay-f25b .preview_9f97 {
    flex-basis: 90px;
  }
}
.overlay-f25b .cold-afd8 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .overlay-f25b .cold-afd8 {
    flex-basis: calc(100% - 50px);
  }
}
.overlay-f25b .nav-paper-f6ea p:last-child {
  margin-bottom: 0.72em;
}
.layout_large_b4d8 .brown_8687 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.layout_large_b4d8 .brown_8687:after,
.layout_large_b4d8 .brown_8687:before {
  content: "";
  display: table;
}
.layout_large_b4d8 .brown_8687:after {
  clear: both;
}
.layout_large_b4d8 .brown_8687 .white_4c66,
.layout_large_b4d8 .brown_8687 .dynamic_daf6 {
  width: 49%;
}
.layout_large_b4d8 .brown_8687 .white_4c66 a span.box-stale-0a75,
.layout_large_b4d8 .brown_8687 .dynamic_daf6 a span.box-stale-0a75 {
  display: block;
  margin-bottom: 5px;
}
.layout_large_b4d8 .brown_8687 .dynamic_daf6 {
  float: left;
  text-align: left;
}
.layout_large_b4d8 .brown_8687 .white_4c66 {
  float: right;
  text-align: right;
}
.out_7fe9 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .out_7fe9 {
    margin-bottom: 0;
  }
}
.badge-selected-3513 {
  margin-bottom: 1em;
}
.badge-selected-3513 .under_a3dc {
  font-size: 1.1em;
  line-height: 1.3;
}
.column-bae1 a {
  display: block;
  line-height: 0;
  position: relative;
}
.copper_baa5 .badge-selected-3513,
.secondary-362f .badge-selected-3513 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .copper_baa5 .badge-selected-3513,
  .secondary-362f .badge-selected-3513 {
    display: block;
  }
}
.copper_baa5 .column-bae1,
.secondary-362f .column-bae1 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .copper_baa5 .column-bae1,
  .secondary-362f .column-bae1 {
    margin-bottom: 1em;
  }
}
.copper_baa5 .column-bae1 img,
.secondary-362f .column-bae1 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.copper_baa5 .button-89fb,
.secondary-362f .button-89fb {
  flex-basis: calc(100% - 160px);
}
.copper_baa5 .button-89fb p,
.secondary-362f .button-89fb p {
  margin-bottom: 0;
}
.copper_baa5 .button-89fb {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .copper_baa5 .button-89fb {
    padding-left: 0;
  }
}
.secondary-362f .button-89fb {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .secondary-362f .button-89fb {
    padding-right: 0;
  }
}
.secondary-362f .column-bae1 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.detail_hovered_df3d .column-bae1 {
  margin-bottom: 0.5em;
}
.detail_hovered_df3d .column-bae1 img {
  width: 100%;
}
.hard-96a7 .pagination_1d8a,
.preview-upper-cb3b .pagination_1d8a {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.preview-upper-cb3b .item_liquid_32ad .logo_4f6f p:last-child {
  margin-bottom: 0;
}
.list_medium_76b4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.last_c5af .tooltip_focused_586e {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .last_c5af .tooltip_focused_586e:last-of-type {
    margin-bottom: 0;
  }
}
.last_c5af .tooltip_focused_586e ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.last_c5af .tooltip_focused_586e ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.last_c5af .tooltip_focused_586e ul li {
  margin: 0 0 0.6em;
}
.last_c5af .tooltip_focused_586e ul li.logo_bottom_4eb4,
.last_c5af .tooltip_focused_586e ul li.lite_3d07 {
  position: relative;
}
.last_c5af .tooltip_focused_586e ul li.logo_bottom_4eb4 .filter_f09d,
.last_c5af .tooltip_focused_586e ul li.lite_3d07 .filter_f09d {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.last_c5af .tooltip_focused_586e ul li.logo_bottom_4eb4:after:after,
.last_c5af .tooltip_focused_586e ul li.logo_bottom_4eb4:after:before,
.last_c5af
  .tooltip_focused_586e
  ul
  li.lite_3d07:after:after,
.last_c5af
  .tooltip_focused_586e
  ul
  li.lite_3d07:after:before {
  content: "";
  display: table;
}
.last_c5af .tooltip_focused_586e ul li.logo_bottom_4eb4:after:after,
.last_c5af
  .tooltip_focused_586e
  ul
  li.lite_3d07:after:after {
  clear: both;
}
.last_c5af .tooltip_focused_586e a.badge-9ea0:hover {
  text-decoration: none;
}
.last_c5af .tooltip_focused_586e select {
  max-width: 100%;
}
.last_c5af .tooltip_focused_586e table {
  font-size: 85%;
}
.last_c5af .tooltip_focused_586e table td,
.last_c5af .tooltip_focused_586e table th {
  padding: 0.2360828548em;
  text-align: center;
}
.last_c5af .tooltip_focused_586e table tfoot td {
  text-align: left;
}
.last_c5af .tooltip_focused_586e :last-child {
  margin-bottom: 0;
}
.last_c5af .tooltip_focused_586e .column_yellow_d82e {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.last_c5af .tooltip_focused_586e .column_yellow_d82e label {
  width: 100%;
}
.last_c5af .tooltip_focused_586e .column_yellow_d82e .pagination-c922 {
  width: 100%;
  display: block;
}
.last_c5af .tooltip_focused_586e .column_yellow_d82e .tiny-c71a {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.last_c5af .tooltip_focused_586e .column_yellow_d82e .tiny-c71a:hover svg #svg-search {
  fill: #444;
}
.last_c5af .tooltip_focused_586e .column_yellow_d82e .tiny-c71a svg {
  width: 18px;
  height: 18px;
}
.last_c5af .short_f99d ul ul,
.last_c5af .popup_white_2c7a ul ul,
.last_c5af .list-4478 ul ul,
.last_c5af .icon_brown_ff81 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.last_c5af .short_f99d .basic_d358 > a,
.last_c5af .popup_white_2c7a .basic_d358 > a,
.last_c5af .list-4478 .basic_d358 > a,
.last_c5af .icon_brown_ff81 .basic_d358 > a {
  margin-bottom: 0;
}
.last_c5af .hovered-5a9d li,
.last_c5af .short_f99d li,
.last_c5af .filter_3905 li,
.last_c5af .popup_white_2c7a li,
.last_c5af .list-4478 li,
.last_c5af .icon_brown_ff81 li,
.last_c5af .avatar_over_4277 li,
.last_c5af .fresh-5fb3 li {
  display: block;
  position: relative;
}
.last_c5af .hovered-5a9d li:last-child,
.last_c5af .short_f99d li:last-child,
.last_c5af .filter_3905 li:last-child,
.last_c5af .popup_white_2c7a li:last-child,
.last_c5af .list-4478 li:last-child,
.last_c5af .icon_brown_ff81 li:last-child,
.last_c5af .avatar_over_4277 li:last-child,
.last_c5af .fresh-5fb3 li:last-child {
  border: none;
}
.last_c5af .hovered-5a9d li a,
.last_c5af .short_f99d li a,
.last_c5af .filter_3905 li a,
.last_c5af .popup_white_2c7a li a,
.last_c5af .list-4478 li a,
.last_c5af .icon_brown_ff81 li a,
.last_c5af .avatar_over_4277 li a,
.last_c5af .fresh-5fb3 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.last_c5af .hovered-5a9d li ul li::before,
.last_c5af .short_f99d li ul li::before,
.last_c5af .filter_3905 li ul li::before,
.last_c5af .popup_white_2c7a li ul li::before,
.last_c5af .list-4478 li ul li::before,
.last_c5af .icon_brown_ff81 li ul li::before,
.last_c5af .avatar_over_4277 li ul li::before,
.last_c5af .fresh-5fb3 li ul li::before {
  left: 15px;
}
.last_c5af .hovered-5a9d li ul a,
.last_c5af .short_f99d li ul a,
.last_c5af .filter_3905 li ul a,
.last_c5af .popup_white_2c7a li ul a,
.last_c5af .list-4478 li ul a,
.last_c5af .icon_brown_ff81 li ul a,
.last_c5af .avatar_over_4277 li ul a,
.last_c5af .fresh-5fb3 li ul a {
  padding-left: 20px;
}
.last_c5af .hovered-5a9d li ul ul li::before,
.last_c5af .short_f99d li ul ul li::before,
.last_c5af .filter_3905 li ul ul li::before,
.last_c5af .popup_white_2c7a li ul ul li::before,
.last_c5af .list-4478 li ul ul li::before,
.last_c5af .icon_brown_ff81 li ul ul li::before,
.last_c5af .avatar_over_4277 li ul ul li::before,
.last_c5af .fresh-5fb3 li ul ul li::before {
  left: 30px;
}
.last_c5af .hovered-5a9d li ul ul a,
.last_c5af .short_f99d li ul ul a,
.last_c5af .filter_3905 li ul ul a,
.last_c5af .popup_white_2c7a li ul ul a,
.last_c5af .list-4478 li ul ul a,
.last_c5af .icon_brown_ff81 li ul ul a,
.last_c5af .avatar_over_4277 li ul ul a,
.last_c5af .fresh-5fb3 li ul ul a {
  padding-left: 40px;
}
.last_c5af .tabs-7e93 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.last_c5af .fresh-5fb3 ul li {
  margin-bottom: 1.41575em;
}
.last_c5af .fresh-5fb3 ul li .input-pro-f01a {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.last_c5af .fresh-5fb3 ul li .shadow-b88d {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.sort-9053 .hovered-5a9d li a,
.sort-9053 .short_f99d li a,
.sort-9053 .filter_3905 li a,
.sort-9053 .popup_white_2c7a li a,
.sort-9053 .list-4478 li a,
.sort-9053 .icon_brown_ff81 li a,
.sort-9053 .avatar_over_4277 li a,
.sort-9053 .fresh-5fb3 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.sort-9053 .tabs-7e93 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.sort-9053 .tooltip_focused_586e ul li.logo_bottom_4eb4 .filter_f09d,
.sort-9053 .tooltip_focused_586e ul li.lite_3d07 .filter_f09d {
  background: rgba(0, 0, 0, 0.2);
}
.sort-9053 .last_c5af .tooltip_focused_586e select {
  border-color: rgba(255, 255, 255, 0.08);
}
.dim-1380 .last_c5af .orange-1a71 li {
  margin: 0;
}
.dim-1380 .last_c5af .orange-1a71 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.dim-1380 .last_c5af .orange-1a71 li ul {
  margin: 0;
}
.dim-1380 .last_c5af .orange-1a71 li ul li a {
  padding-left: 15px;
}
.dim-1380 .last_c5af .orange-1a71 li ul li li a {
  padding-left: 30px;
}
.dim-1380 .last_c5af .orange-1a71 li.caption-mini-37c4 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.dim-1380 .last_c5af .orange-1a71 li.caption-mini-37c4 > 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;
}
.dim-1380 .last_c5af .orange-1a71 li.caption-mini-37c4 > 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;
}
.column-bottom-c91a a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.plasma_764f {
  position: relative;
  z-index: 10;
}
.plasma_764f .component-e4b4 {
  width: 100%;
  max-width: 100%;
}
.south_2560 .pink-7e73 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.south_2560 .hard-e3dd {
}
.south_2560 .sort-9053 {
  background: #292929;
}
.dropdown-pink-e866 .pink-7e73 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.dropdown-pink-e866 .hard-e3dd {
  background: #f9f9f9;
}
.dropdown-pink-e866 .sort-9053 {
  background: #303030;
}
.backdrop-cfa5 .pink-7e73 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .backdrop-cfa5 .wide-2ed2 {
    margin-bottom: 1em;
  }
  .backdrop-cfa5 .wide-2ed2:last-child {
    margin-bottom: 0;
  }
}
.backdrop-cfa5 .hard-e3dd {
  background: #ededed;
}
.backdrop-cfa5 .sort-9053 {
  background: #1a1a1a;
}
.pink-7e73.hard-e3dd {
  color: rgba(0, 0, 0, 0.6);
}
.pink-7e73.hard-e3dd .rough-f8f1 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.pink-7e73.sort-9053 {
  color: rgba(255, 255, 255, 0.99);
}
.pink-7e73.sort-9053 a:not(.badge-9ea0) {
  color: rgba(255, 255, 255, 0.79);
}
.pink-7e73.sort-9053 a:not(.badge-9ea0):hover {
  color: rgba(255, 255, 255, 0.99);
}
.pink-7e73.sort-9053 .rough-f8f1 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.pink-7e73.sort-9053 table tbody td,
.pink-7e73.sort-9053 table th {
  background: rgba(0, 0, 0, 0.08);
}
.carousel_dc9d.warm-d6ca .title_north_33b0 {
  max-width: initial;
}
.carousel_dc9d .large-df04 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.carousel_dc9d .large-df04 .component-e4b4 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .carousel_dc9d .large-df04 .component-e4b4 {
    display: block;
    margin-bottom: 2em;
  }
  .carousel_dc9d .large-df04 .component-e4b4:last-child {
    margin-bottom: 0;
  }
}
.backdrop-cfa5 .wide-2ed2:last-child,
.dropdown-pink-e866 .wide-2ed2:last-child,
.south_2560 .wide-2ed2:last-child {
  margin-bottom: 0;
}
.backdrop-cfa5 .wide-2ed2 .last_c5af .tooltip_focused_586e:last-child,
.dropdown-pink-e866 .wide-2ed2 .last_c5af .tooltip_focused_586e:last-child,
.south_2560 .wide-2ed2 .last_c5af .tooltip_focused_586e:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .backdrop-cfa5 .mini_1deb,
  .backdrop-cfa5 .section-25c9,
  .dropdown-pink-e866 .mini_1deb,
  .dropdown-pink-e866 .section-25c9,
  .south_2560 .mini_1deb,
  .south_2560 .section-25c9 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .plasma_764f .wide-2ed2 {
    margin-bottom: 2em;
  }
}
.plasma_764f p:last-child {
  margin-bottom: 0;
}
.plasma_764f li,
.plasma_764f ul {
  list-style: none;
  margin: 0;
}
.plasma_764f ul ul {
  margin-left: 2.617924em;
}
.motion-eeb2 {
  font-size: 0.875em;
}

/* css-noise: 3794 */
.ghost-box-c3 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
