/*!
Theme Name: Customify
Theme URI: https://pressmaximum.icon-d2a8/customify
Author: WPCustomify
Author URI: https://pressmaximum.icon-d2a8
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.icon-d2a8/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.motion-8d29.iron_623a/licenses/gpl-2.0.nav-3c13
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.left_1431/, (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.modal-fresh-9637.action_fc67/normalize.paragraph-simple-c47a/
 ======
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.paragraph-simple-c47a v7.0.0 | MIT License | github.icon-d2a8/necolas/normalize.paragraph-simple-c47a */
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;
}
.panel_3172 .tooltip_c946,
.focused_9d2a,
.grid-white-2178,
.gas-54f3,
.layout-stone-40e6,
.east-fd33,
.tag-bf6e,
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;
}
.focused_9d2a,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .focused_9d2a,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .focused_9d2a,
  h1 {
    font-size: 1.8em;
  }
}
.grid-white-2178,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.grid-white-2178 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .grid-white-2178,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .grid-white-2178,
  h2 {
    font-size: 1.7em;
  }
}
.gas-54f3,
h3 {
  font-size: 1.618em;
}
.panel_3172 .tooltip_c946,
.layout-stone-40e6,
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.pink-7ff0 {
  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;
}
.huge-fbbd:after,
.huge-fbbd:before,
.prev-1718:after,
.prev-1718:before {
  content: "";
  display: table;
}
.huge-fbbd:after,
.prev-1718:after {
  clear: both;
}
.gradient-bronze-d5fa {
  float: right;
  margin-right: 0;
}
.breadcrumb-fast-3c72 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.current-e7ea .bright_e55a,
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;
}
.current-e7ea .bright_e55a: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;
}
.frame-e2e0 .bright_e55a {
  box-shadow: none;
}
.frame-e2e0
  .bright_e55a
  .silver_9e2b {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.frame-e2e0 .bright_e55a .link-78f2 {
  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;
}
.frame-e2e0
  .bright_e55a
  .link-78f2
  b {
  display: none;
}
.frame-e2e0 .header_stone_7015 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.label-bottom-af9e:not(.green-8923):not(.tall_79f0),
button:not(.green-8923):not(.tall_79f0),
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ),
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ),
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ) {
  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;
}
.label-bottom-af9e:not(.green-8923):not(
    .tall_79f0
  ):hover,
button:not(.green-8923):not(
    .tall_79f0
  ):hover,
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ):hover,
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ):hover,
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.label-bottom-af9e:not(.green-8923):not(
    .tall_79f0
  ):active,
.label-bottom-af9e:not(.green-8923):not(
    .tall_79f0
  ):focus,
button:not(.green-8923):not(
    .tall_79f0
  ):active,
button:not(.green-8923):not(
    .tall_79f0
  ):focus,
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ):active,
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ):focus,
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ):active,
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ):focus,
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ):active,
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ):focus {
  outline: 0;
}
.label-bottom-af9e:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614,
button:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614,
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614,
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614,
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614 {
  position: relative;
}
.label-bottom-af9e:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .gallery-9ef2,
.label-bottom-af9e:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .tag-fixed-f841,
.label-bottom-af9e:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .old_75c5,
.label-bottom-af9e:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  i,
.label-bottom-af9e:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  svg,
button:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .gallery-9ef2,
button:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .tag-fixed-f841,
button:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .old_75c5,
button:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  i,
button:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  svg,
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .gallery-9ef2,
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .tag-fixed-f841,
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .old_75c5,
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  i,
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  svg,
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .gallery-9ef2,
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .tag-fixed-f841,
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .old_75c5,
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  i,
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  svg,
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .gallery-9ef2,
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .tag-fixed-f841,
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  .old_75c5,
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  i,
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614
  svg {
  visibility: hidden;
}
.label-bottom-af9e:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614:after,
button:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614:after,
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614:after,
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614:after,
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ).fn-loading-1614: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;
}
.label-bottom-af9e:not(.green-8923):not(.tall_79f0),
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ),
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ),
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ) {
  color: #fff;
  background: #235787;
}
.label-bottom-af9e:not(.green-8923):not(
    .tall_79f0
  ):focus,
input[type="button"]:not(.green-8923):not(
    .tall_79f0
  ):focus,
input[type="reset"]:not(.green-8923):not(
    .tall_79f0
  ):focus,
input[type="submit"]:not(.green-8923):not(
    .tall_79f0
  ):focus {
  color: #fff;
}
.label-bottom-af9e.fn-disabled-1614:not(.green-8923):not(
    .tall_79f0
  ),
.label-bottom-af9e[disabled]:not(.green-8923):not(
    .tall_79f0
  ),
button.fn-disabled-1614:not(.green-8923):not(
    .tall_79f0
  ),
button[disabled]:not(.green-8923):not(
    .tall_79f0
  ) {
  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;
}
.media-4777 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.media-4777: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;
}
.left-dfa5 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.caption_hard_cb60 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.lite-904d {
  clear: both;
  display: block;
  margin: 0 auto;
}
.huge-fbbd:after,
.huge-fbbd:before,
.component-1fda:after,
.component-1fda:before,
.notice_full_256a:after,
.notice_full_256a:before,
.photo_03b2:after,
.photo_03b2:before,
.gallery-4b0b:after,
.gallery-4b0b:before,
.title_thick_d22a:after,
.title_thick_d22a:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.huge-fbbd:after,
.component-1fda:after,
.notice_full_256a:after,
.photo_03b2:after,
.gallery-4b0b:after,
.title_thick_d22a:after {
  clear: both;
}
.component-1fda .tertiary-7165,
.notice_full_256a .tertiary-7165,
.layout-in-956e .tertiary-7165 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.icon_wood_1f77 {
  display: inline-block;
}
.badge-147a {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.badge-147a img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.badge-147a .silver_9523 {
  padding: 1em 0;
  font-size: 85%;
}
.silver_9523 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.badge-slow-d659 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.badge-slow-d659:after,
.badge-slow-d659:before {
  content: "";
  display: table;
}
.badge-slow-d659:after {
  clear: both;
}
.row_bc0d {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.column-2e82 .row_bc0d {
  max-width: 50%;
}
.tiny_caf1 .row_bc0d {
  max-width: 33.33%;
}
.logo-5923 .row_bc0d {
  max-width: 25%;
}
.panel_hard_9a44 .row_bc0d {
  max-width: 20%;
}
.description_9159 .row_bc0d {
  max-width: 16.66%;
}
.bronze-0265 .row_bc0d {
  max-width: 14.28%;
}
.caption-55bf .row_bc0d {
  max-width: 12.5%;
}
.focus_east_0b5e .row_bc0d {
  max-width: 11.11%;
}
.top_74af {
  display: block;
}
.panel_3172 .dropdown-c62b label,
.panel_3172 .dim-6b50 label,
.panel_3172 .black-27fe label,
.panel_3172 .menu_fc20 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.pro_c4de {
  list-style: none;
  margin: 0;
}
.pro_c4de article.link_ec23 {
  margin-bottom: 0;
}
.pro_c4de ul {
  list-style: none;
  margin: 0;
}
.pro_c4de .picture-cd55 li.link_ec23 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .pro_c4de .picture-cd55 li.link_ec23 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .pro_c4de .picture-cd55 li.link_ec23: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) {
  .pro_c4de .picture-cd55 li.link_ec23 li.link_ec23 li.link_ec23 li.link_ec23 {
    padding-left: 0;
  }
}
article.link_ec23 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.link_ec23 .component-1fda p:last-of-type {
  margin-bottom: 0;
}
article.link_ec23 .aside_dark_8cbd {
  float: left;
}
article.link_ec23 .stale-4fa6 {
  margin-left: 85px;
}
article.link_ec23 .card-34c2 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.link_ec23 .card-34c2 .input-orange-f284 {
  margin-left: 10px;
}
article.link_ec23 .pink_be82 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.link_ec23 .narrow-f8a5 {
  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 .dropdown-c62b,
  #respond .black-27fe,
  #respond .menu_fc20 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .dropdown-c62b input,
#respond .black-27fe input,
#respond .menu_fc20 input {
  width: 100%;
}
#respond .menu_fc20 {
  margin-right: 0;
}
#respond .slow_ab54 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.dropdown_slow_83d4 {
  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;
}
.dropdown_slow_83d4.thumbnail_cool_b325 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.dropdown_slow_83d4 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%);
}
.dropdown_slow_83d4:focus,
.dropdown_slow_83d4: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);
}
.action-e389 {
  border-radius: 10%;
}
.lite-02b8 {
  border-radius: 50%;
}
.mask_lite_21d0 {
  font-size: 0.72em;
}
.progress_fresh_628f {
  font-size: 0.875em;
}
.layout-9315 {
  font-size: 1.1em;
}
.stone-392c {
  text-transform: uppercase;
  line-height: 1.2;
}
.stone-392c.mask_lite_21d0 {
  letter-spacing: 0.5px;
}
.component-43c0,
.component-43c0 a {
  color: #6d6d6d;
}
.component-43c0 a:hover {
  color: #111;
}
.column-7156 {
  color: #6d6d6d;
}
.new-0dde {
  overflow-x: hidden;
}
.new-0dde .footer_pink_2697.fluid_5677 {
  position: relative;
}
.new-0dde .footer_pink_2697.fluid_5677.north-af2f {
  position: initial;
}
.new-0dde
  .footer_pink_2697.fluid_5677.north-af2f
  .soft-45a1 {
  left: auto;
}
.new-0dde .footer_pink_2697 .soft-45a1 {
  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;
}
.new-0dde .footer_pink_2697:hover.fluid_5677 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.new-0dde
  .footer_pink_2697:hover.fluid_5677
  .soft-45a1 {
  display: block;
  z-index: 9999999;
}
.new-0dde .hover_active_a004 .pressed-8f68,
.new-0dde .hidden-next-4573 .pressed-8f68 {
  display: none;
}
.new-0dde .texture-focused-28f9 .footer_pink_2697:hover.fluid_5677 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.panel_3172 .dropdown-c62b label,
.panel_3172 .dim-6b50 label,
.panel_3172 .black-27fe label,
.panel_3172 .menu_fc20 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.pro_c4de {
  list-style: none;
  margin: 0;
}
.pro_c4de article.link_ec23 {
  margin-bottom: 0;
}
.pro_c4de ul {
  list-style: none;
  margin: 0;
}
.pro_c4de .picture-cd55 li.link_ec23 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .pro_c4de .picture-cd55 li.link_ec23 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .pro_c4de .picture-cd55 li.link_ec23: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) {
  .pro_c4de .picture-cd55 li.link_ec23 li.link_ec23 li.link_ec23 li.link_ec23 {
    padding-left: 0;
  }
}
article.link_ec23 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.link_ec23 .component-1fda p:last-of-type {
  margin-bottom: 0;
}
article.link_ec23 .aside_dark_8cbd {
  float: left;
}
article.link_ec23 .stale-4fa6 {
  margin-left: 85px;
}
article.link_ec23 .card-34c2 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.link_ec23 .card-34c2 .input-orange-f284 {
  margin-left: 10px;
}
article.link_ec23 .pink_be82 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.link_ec23 .narrow-f8a5 {
  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 .dropdown-c62b,
  #respond .black-27fe,
  #respond .menu_fc20 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .dropdown-c62b input,
#respond .black-27fe input,
#respond .menu_fc20 input {
  width: 100%;
}
#respond .menu_fc20 {
  margin-right: 0;
}
#respond .slow_ab54 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.hover_active_a004 .layout_cold_6c03 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.layout_cold_6c03 .wrapper_left_f4ec.article-huge-bbcd .wide-b9c9 > li > a:focus,
.layout_cold_6c03 .wrapper_left_f4ec.article-huge-bbcd .wide-b9c9 > li > a:hover,
.layout_cold_6c03 .wrapper_left_f4ec.slider_last_0de5 .wide-b9c9 > li > a:focus,
.layout_cold_6c03 .wrapper_left_f4ec.slider_last_0de5 .wide-b9c9 > li > a:hover,
.layout_cold_6c03 .wrapper_left_f4ec.input_cold_bf1a .wide-b9c9 > li > a:focus,
.layout_cold_6c03 .wrapper_left_f4ec.input_cold_bf1a .wide-b9c9 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.layout_cold_6c03
  .wrapper_left_f4ec.article-huge-bbcd
  .wide-b9c9
  > li.texture-tall-ec67
  > a,
.layout_cold_6c03
  .wrapper_left_f4ec.article-huge-bbcd
  .wide-b9c9
  > li.wide_0264
  > a,
.layout_cold_6c03
  .wrapper_left_f4ec.slider_last_0de5
  .wide-b9c9
  > li.texture-tall-ec67
  > a,
.layout_cold_6c03
  .wrapper_left_f4ec.slider_last_0de5
  .wide-b9c9
  > li.wide_0264
  > a,
.layout_cold_6c03
  .wrapper_left_f4ec.input_cold_bf1a
  .wide-b9c9
  > li.texture-tall-ec67
  > a,
.layout_cold_6c03 .wrapper_left_f4ec.input_cold_bf1a .wide-b9c9 > li.gas-2a07 > a {
  color: rgba(255, 255, 255, 0.99);
}
.layout_cold_6c03 .preview-complex-b148,
.layout_cold_6c03 .preview-complex-b148 a {
  color: rgba(255, 255, 255, 0.99);
}
.layout_cold_6c03 .item_purple_1afc.tag-dynamic-d3cc li a,
.layout_cold_6c03 .easy-a4db a,
.layout_cold_6c03 .disabled-out-da3e,
.layout_cold_6c03 .wide-b9c9 > li > a,
.layout_cold_6c03 .panel_hard_cdaf {
  color: rgba(255, 255, 255, 0.79);
}
.layout_cold_6c03 .item_purple_1afc.tag-dynamic-d3cc li a:hover,
.layout_cold_6c03 .easy-a4db a:hover,
.layout_cold_6c03 .disabled-out-da3e:hover,
.layout_cold_6c03 .wide-b9c9 > li > a:hover,
.layout_cold_6c03 .panel_hard_cdaf:hover {
  color: rgba(255, 255, 255, 0.99);
}
.layout_cold_6c03 .tertiary_41a3 {
  color: rgba(255, 255, 255, 0.79);
}
.layout_cold_6c03 .tertiary_41a3 .medium-1dbc {
  color: rgba(255, 255, 255, 0.99);
}
.layout_cold_6c03 .tertiary_41a3:hover {
  color: rgba(255, 255, 255, 0.99);
}
.layout_cold_6c03 .outline_3134 .menu_pro_09ed {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.layout_cold_6c03 .outline_3134 .menu_pro_09ed .layout-old-56c3 {
  color: rgba(255, 255, 255, 0.79);
}
.layout_cold_6c03
  .outline_3134
  .menu_pro_09ed
  .layout-old-56c3::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.layout_cold_6c03
  .outline_3134
  .menu_pro_09ed
  .layout-old-56c3:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.layout_cold_6c03
  .outline_3134
  .menu_pro_09ed
  .layout-old-56c3::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.layout_cold_6c03
  .outline_3134
  .menu_pro_09ed
  .layout-old-56c3::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.layout_cold_6c03 .outline_3134 .section_glass_dca9 {
  color: rgba(255, 255, 255, 0.79);
}
.layout_cold_6c03 .outline_3134 .section_glass_dca9:hover {
  color: rgba(255, 255, 255, 0.99);
}
.message_79bb
  .layout_cold_6c03
  .outline_3134
  .primary-8de6
  .texture-lower-6a9e {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.message_79bb
  .layout_cold_6c03
  .outline_3134
  .primary-8de6
  .layout-old-56c3 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.hover_active_a004 .first-9d20 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.first-9d20 .wrapper_left_f4ec.article-huge-bbcd .wide-b9c9 > li > a:focus,
.first-9d20 .wrapper_left_f4ec.article-huge-bbcd .wide-b9c9 > li > a:hover,
.first-9d20 .wrapper_left_f4ec.slider_last_0de5 .wide-b9c9 > li > a:focus,
.first-9d20 .wrapper_left_f4ec.slider_last_0de5 .wide-b9c9 > li > a:hover,
.first-9d20 .wrapper_left_f4ec.input_cold_bf1a .wide-b9c9 > li > a:focus,
.first-9d20 .wrapper_left_f4ec.input_cold_bf1a .wide-b9c9 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.first-9d20
  .wrapper_left_f4ec.article-huge-bbcd
  .wide-b9c9
  > li.texture-tall-ec67
  > a,
.first-9d20
  .wrapper_left_f4ec.article-huge-bbcd
  .wide-b9c9
  > li.wide_0264
  > a,
.first-9d20
  .wrapper_left_f4ec.slider_last_0de5
  .wide-b9c9
  > li.texture-tall-ec67
  > a,
.first-9d20
  .wrapper_left_f4ec.slider_last_0de5
  .wide-b9c9
  > li.wide_0264
  > a,
.first-9d20
  .wrapper_left_f4ec.input_cold_bf1a
  .wide-b9c9
  > li.texture-tall-ec67
  > a,
.first-9d20 .wrapper_left_f4ec.input_cold_bf1a .wide-b9c9 > li.gas-2a07 > a {
  color: rgba(0, 0, 0, 0.8);
}
.first-9d20 .preview-complex-b148,
.first-9d20 .preview-complex-b148 a {
  color: rgba(0, 0, 0, 0.8);
}
.first-9d20 .item_purple_1afc.tag-dynamic-d3cc li a,
.first-9d20 .easy-a4db a,
.first-9d20 .disabled-out-da3e,
.first-9d20 .wide-b9c9 > li > a,
.first-9d20 .panel_hard_cdaf {
  color: rgba(0, 0, 0, 0.55);
}
.first-9d20 .item_purple_1afc.tag-dynamic-d3cc li a:hover,
.first-9d20 .easy-a4db a:hover,
.first-9d20 .disabled-out-da3e:hover,
.first-9d20 .wide-b9c9 > li > a:hover,
.first-9d20 .panel_hard_cdaf:hover {
  color: rgba(0, 0, 0, 0.8);
}
.first-9d20 .tertiary_41a3 {
  color: rgba(0, 0, 0, 0.55);
}
.first-9d20 .tertiary_41a3 .medium-1dbc {
  color: rgba(0, 0, 0, 0.8);
}
.first-9d20 .tertiary_41a3:hover {
  color: rgba(0, 0, 0, 0.8);
}
.title-static-5ad5 .over-177f {
  margin-left: auto;
  margin-right: auto;
}
.notice_full_256a > * {
  margin-left: auto;
  margin-right: auto;
}
.notice_full_256a .left-dfa5 {
  margin-right: 1.41575em;
}
.huge_5f13 .notice_full_256a > .middle-7054 {
  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;
}
.huge_5f13 .notice_full_256a > .avatar-b0b8 {
  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;
}
.cold-8365.title-static-5ad5 .over-177f,
.preview-cold-0894.title-static-5ad5 .over-177f {
  margin-left: 0;
}
.liquid_4db8.title-static-5ad5 .over-177f,
.backdrop-0c35.title-static-5ad5 .over-177f {
  margin-right: 0;
}
.notice_full_256a ol,
.notice_full_256a ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.texture_4851 video {
  max-width: 100%;
}
.slider_smooth_1abc img {
  display: block;
}
.slider_smooth_1abc.left-dfa5,
.slider_smooth_1abc.caption_hard_cb60 {
  width: 100%;
}
.slider_smooth_1abc.avatar-b0b8 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.media_d19d:not(.action-0b37) {
  margin: 1.5em auto;
}
.filter_1c0a p {
  padding: 1.5em 14px;
}
ul.tabs-left-edd8.avatar-b0b8,
ul.tabs-left-edd8.middle-7054,
ul.tabs-left-edd8.modal-next-82eb.middle-7054 {
  padding: 0 14px;
}
.gradient_0c22 {
  display: block;
  overflow-x: auto;
}
.gradient_0c22 table {
  border-collapse: collapse;
  width: 100%;
}
.gradient_0c22 td,
.gradient_0c22 th {
  padding: 0.5em;
}
.notice_full_256a li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.notice_full_256a ol ol,
.notice_full_256a ol ul,
.notice_full_256a ul ol,
.notice_full_256a ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.notice_full_256a ol ol li,
.notice_full_256a ol ul li,
.notice_full_256a ul ol li,
.notice_full_256a ul ul li {
  margin-left: 0;
}
.active-hard-8600.last-faf5 > .basic_b95c {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.active-hard-8600.last-faf5 > .basic_b95c iframe,
.active-hard-8600.last-faf5 > .basic_b95c > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.focus-09d4 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.focus-09d4.container-first-1d6b {
  padding: 0;
}
.focus-09d4.container-first-1d6b cite {
  font-size: 13px;
}
.focus-09d4 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.focus-09d4 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.search-glass-39a2 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.search-glass-39a2 > p:first-child {
  margin-top: 0;
}
.search-glass-39a2 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.search-glass-39a2 blockquote {
  border-left: 0;
}
.media_cd8d {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.media_cd8d:not(.alert_short_5119) {
  max-width: 100px;
}
.media_cd8d.hover-d7b3 {
  border-bottom: none !important;
  text-align: center;
}
.media_cd8d.hover-d7b3::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .filter_1c0a p {
    padding: 1.5em 0;
  }
}
.gradient_selected_e998 {
  color: #0073aa;
}
.tertiary_5fc1 {
  background-color: #0073aa;
}
.icon-64c4 {
  color: #229fd8;
}
.content-a170 {
  background-color: #229fd8;
}
.middle_ba5d {
  color: #eee;
}
.cold_81ca {
  background-color: #eee;
}
.status-lite-96da {
  color: #444;
}
.summary_pressed_19d7 {
  background-color: #444;
}
.red-b3ed {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.red-b3ed .alert-copper-926b .easy-a4db {
  font-size: 15px;
}
.red-b3ed .easy-a4db {
  line-height: 1.3;
}
.red-b3ed .first-9d20 {
}
.red-b3ed .layout_cold_6c03 {
  background: #235787;
}
.block_wide_57e1 {
  padding: 0;
}
.block_wide_57e1 .layout_cold_6c03 {
  background: #1a1a1a;
}
.block_wide_57e1 .first-9d20 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.description_slow_86f7 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.description_slow_86f7 .first-9d20 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.description_slow_86f7 .layout_cold_6c03 {
  background: #303030;
}
.title_thick_d22a {
  position: relative;
  z-index: 10;
}
.title_thick_d22a .notice-8fdd {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.form-1653 .fluid_5677 {
  display: inline-block;
  vertical-align: middle;
}
.form-1653.search-7c74 .fluid_5677 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .form-1653.search-7c74 .fluid_5677 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .form-1653.search-7c74 .fluid_5677 {
    margin-right: 0.4em;
  }
}
.form-1653.search-7c74 .fluid_5677:last-child {
  margin-right: 0;
}
.wrapper_fb2e .notice-8fdd {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .hover_active_a004 .alert-copper-926b {
    margin: 0 -0.5em;
  }
  .hover_active_a004 .alert-copper-926b [class*="customify-col-"],
  .hover_active_a004 .alert-copper-926b [class*="customify-col_"],
  .hover_active_a004 .alert-copper-926b [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.hover_active_a004.logo-yellow-507b .notice-8fdd {
  background: 0 0 !important;
}
.hover_active_a004.logo-yellow-507b .notice-8fdd,
.hover_active_a004.wrapper_fb2e .notice-8fdd {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .hover_active_a004.next-0c4f {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.hover_active_a004.wrapper_fb2e .notice-8fdd {
  box-shadow: none !important;
}
.purple_b8a2 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .purple_b8a2 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .purple_b8a2 {
    padding: 18px 0 20px;
  }
}
.purple_b8a2 .nav_31df {
  width: 100%;
}
.purple_b8a2 .clean-5fc8 {
  margin-bottom: 0;
}
.purple_b8a2 .green_9a71 {
  margin-top: 5px;
  font-size: 0.875em;
}
.purple_5f4c {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.purple_5f4c .box-e820 {
  width: 100%;
}
.hover_first_f82c {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.hover_first_f82c li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.hover_first_f82c 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;
}
.hover_first_f82c li:last-child:after {
  display: none;
}
.hover_first_f82c li a {
  font-weight: 500;
  margin-right: 10px;
}
.fast-0958 .pressed-8f68 button,
.purple_b8a2 .pressed-8f68 button {
  left: 0;
}
.fast-0958 .box-e820,
.purple_b8a2 .box-e820 {
  padding-left: 0;
  padding-right: 0;
}
.fast-0958 .purple_5f4c,
.purple_b8a2 .purple_5f4c {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.fast-0958 {
  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;
}
.fast-0958: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;
}
.fast-0958 .detail_last_c656 {
  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) {
  .fast-0958 .detail_last_c656 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .fast-0958 .detail_last_c656 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .fast-0958 .detail_last_c656 {
    min-height: 200px;
  }
}
.fast-0958 .hover_first_f82c {
  color: rgba(255, 255, 255, 0.8);
}
.fast-0958 .hover_first_f82c a,
.fast-0958 .hover_first_f82c li:after {
  color: inherit;
}
.fast-0958 .hover_first_f82c a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.pattern_90c2 {
  margin-bottom: 0.5em;
}
.video-bfbf {
  margin-bottom: 1.2em;
}
.video-bfbf,
.pattern_90c2 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.video-bfbf p:last-child,
.pattern_90c2 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .pressed-8f68,
#masthead .pressed-8f68 {
  display: none;
}
#masthead
  > .pressed-8f68.message_fd89 {
  display: none;
}
#masthead > .pressed-8f68 button {
  left: 0;
}
.status-large-8261 {
  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%;
}
.status-large-8261 .fluid_5677 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.status-large-8261 .main-silver-72ea {
  display: -webkit-box;
  display: flex;
}
.status-large-8261 .main-silver-72ea.tertiary-iron-b4c4 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.status-large-8261 .main-silver-72ea.element_2650 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.status-large-8261 .main-silver-72ea.slow-5475 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.status-large-8261.link-hard-a805.article_copper_f8cb .main-silver-72ea.tertiary-iron-b4c4 {
  flex-basis: 100%;
}
.status-large-8261.bronze-2352 .main-silver-72ea.element_2650 {
  -webkit-box-flex: 1;
  flex: auto;
}
.status-large-8261.bronze-2352 .main-silver-72ea.slow-5475 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .pressed-8f68.message_fd89 {
  display: none;
}
#masthead > .pressed-8f68 button {
  left: 0;
}
.backdrop_easy_d809 {
  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;
}
.backdrop_easy_d809:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.backdrop_easy_d809.left_728b i {
  margin-right: 4px;
}
.backdrop_easy_d809.banner_thick_085a i {
  margin-left: 5px;
}
.easy-a4db p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.easy-a4db p:last-child {
  margin-bottom: 0;
}
.sort_motion_a01f {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.sort_motion_a01f a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.sort_motion_a01f img {
  display: block;
  width: auto;
  line-height: 1;
}
.sort_motion_a01f .preview-complex-b148 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.sort_motion_a01f .image_out_5c65 {
  margin: 5px 0 7px 0;
}
.sort_motion_a01f.tooltip-b3cc .video-5367 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.sort_motion_a01f.tooltip-b3cc .west-b2ab {
  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;
}
.sort_motion_a01f.smooth-60ea {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.sort_motion_a01f.smooth-60ea .video-5367 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.sort_motion_a01f.smooth-60ea .west-b2ab {
  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;
}
.sort_motion_a01f.hot_ddc9 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.sort_motion_a01f.container_fluid_1426 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.sort_motion_a01f.container_fluid_1426 .west-b2ab {
  margin-top: 7px;
}
.focused-f7a2 {
  display: inline-block;
}
.title_thick_d22a .alert_d8c0 .sort_motion_a01f img {
  max-width: 100%;
}
.wrapper_left_f4ec .hover_middle_8b24.tooltip_steel_27ed,
.gallery_8c70 .hover_middle_8b24.tooltip_steel_27ed {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.wrapper_left_f4ec .bright_e0b3,
.gallery_8c70 .bright_e0b3 {
  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%);
}
.wrapper_left_f4ec .bright_e0b3 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.wrapper_left_f4ec.basic-18d4 .bright_e0b3 {
  display: none;
}
.wrapper_left_f4ec .content_thick_e4f8 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper_left_f4ec .content_thick_e4f8 li {
  display: inline-block;
  position: relative;
}
.wrapper_left_f4ec .content_thick_e4f8 li:last-child {
  margin-right: 0;
}
.wrapper_left_f4ec .content_thick_e4f8 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;
}
.wrapper_left_f4ec .content_thick_e4f8 li.gas-2a07 > a {
  color: rgba(0, 0, 0, 0.9);
}
.wrapper_left_f4ec .content_thick_e4f8 > 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;
}
.wrapper_left_f4ec .content_thick_e4f8 > li > a i {
  line-height: 0;
}
.wrapper_left_f4ec .content_thick_e4f8 > li.article-1814 > a .bright_e0b3 {
  margin-left: 4px;
  line-height: 0;
}
.wrapper_left_f4ec .content_thick_e4f8 .short-c7f4 li.article-1814 > a {
  position: relative;
}
.wrapper_left_f4ec .content_thick_e4f8 .short-c7f4 li.article-1814 > a:after,
.wrapper_left_f4ec .content_thick_e4f8 .short-c7f4 li.article-1814 > a:before {
  content: "";
  display: table;
}
.wrapper_left_f4ec .content_thick_e4f8 .short-c7f4 li.article-1814 > a:after {
  clear: both;
}
.wrapper_left_f4ec .content_thick_e4f8 .short-c7f4 li.article-1814 > a .bright_e0b3 {
  margin-left: 5px;
  float: right;
}
.wrapper_left_f4ec .tooltip-green-529a,
.wrapper_left_f4ec .short-c7f4 {
  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;
}
.wrapper_left_f4ec .short-c7f4 {
  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;
}
.wrapper_left_f4ec .short-c7f4 .tooltip_steel_27ed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.wrapper_left_f4ec .short-c7f4 .bright_e0b3 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.wrapper_left_f4ec .short-c7f4 li {
  display: block;
  margin: 0;
  padding: 0;
}
.wrapper_left_f4ec .short-c7f4 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;
}
.wrapper_left_f4ec .short-c7f4 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.wrapper_left_f4ec .short-c7f4 .short-c7f4 {
  top: 0;
  left: 100%;
}
.wrapper_left_f4ec .basic-fcc9.fn-focus-1614 > .tooltip-green-529a,
.wrapper_left_f4ec .basic-fcc9.fn-focus-1614 > .short-c7f4,
.wrapper_left_f4ec .basic-fcc9:focus > .tooltip-green-529a,
.wrapper_left_f4ec .basic-fcc9:focus > .short-c7f4,
.wrapper_left_f4ec .basic-fcc9:hover > .tooltip-green-529a,
.wrapper_left_f4ec .basic-fcc9:hover > .short-c7f4 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.wrapper_left_f4ec.input_cold_bf1a .wide-b9c9:after,
.wrapper_left_f4ec.input_cold_bf1a .wide-b9c9:before {
  content: "";
  display: table;
}
.wrapper_left_f4ec.input_cold_bf1a .wide-b9c9:after {
  clear: both;
}
.wrapper_left_f4ec.input_cold_bf1a .wide-b9c9 > li {
  float: left;
}
.wrapper_left_f4ec.full-27d2 .wide-b9c9:after,
.wrapper_left_f4ec.full-27d2 .wide-b9c9:before {
  content: "";
  display: table;
}
.wrapper_left_f4ec.full-27d2 .wide-b9c9:after {
  clear: both;
}
.wrapper_left_f4ec.full-27d2 .wide-b9c9 > li {
  float: left;
}
.wrapper_left_f4ec.full-27d2 .wide-b9c9 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.wrapper_left_f4ec.full-27d2 .wide-b9c9 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.wrapper_left_f4ec.full-27d2 .wide-b9c9 > li.texture-tall-ec67 > a,
.wrapper_left_f4ec.full-27d2 .wide-b9c9 > li.gas-2a07 > a {
  color: #fff;
  background-color: #1e4b75;
}
.wrapper_left_f4ec.article-huge-bbcd .wide-b9c9 > li > a .tooltip_steel_27ed {
  position: relative;
}
.wrapper_left_f4ec.article-huge-bbcd .wide-b9c9 > li > a .tooltip_steel_27ed: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;
}
.wrapper_left_f4ec.article-huge-bbcd
  .wide-b9c9
  > li:focus
  > a
  .tooltip_steel_27ed:before,
.wrapper_left_f4ec.article-huge-bbcd
  .wide-b9c9
  > li:hover
  > a
  .tooltip_steel_27ed:before {
  width: 100%;
  background-color: currentColor;
}
.wrapper_left_f4ec.article-huge-bbcd
  .wide-b9c9
  > li.texture-tall-ec67
  > a
  .tooltip_steel_27ed:before,
.wrapper_left_f4ec.article-huge-bbcd
  .wide-b9c9
  > li.wide_0264
  > a
  .tooltip_steel_27ed:before {
  width: 100%;
  background-color: currentColor;
}
.wrapper_left_f4ec.slider_last_0de5 .wide-b9c9 > li > a .tooltip_steel_27ed {
  position: relative;
}
.wrapper_left_f4ec.slider_last_0de5 .wide-b9c9 > li > a .tooltip_steel_27ed: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;
}
.wrapper_left_f4ec.slider_last_0de5 .wide-b9c9 > li:focus > a .tooltip_steel_27ed:before,
.wrapper_left_f4ec.slider_last_0de5
  .wide-b9c9
  > li:hover
  > a
  .tooltip_steel_27ed:before {
  width: 100%;
  background-color: currentColor;
}
.wrapper_left_f4ec.slider_last_0de5
  .wide-b9c9
  > li.texture-tall-ec67
  > a
  .tooltip_steel_27ed:before,
.wrapper_left_f4ec.slider_last_0de5
  .wide-b9c9
  > li.wide_0264
  > a
  .tooltip_steel_27ed:before {
  width: 100%;
  background-color: currentColor;
}
.gallery_8c70 .content_thick_e4f8 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery_8c70 .content_thick_e4f8 li:first-child > a {
  border-top: none;
}
.gallery_8c70 .content_thick_e4f8 .item_bottom_9572 > .tooltip_steel_27ed .bright_e0b3 {
  display: none;
}
.gallery_8c70 .content_thick_e4f8 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.gallery_8c70 .content_thick_e4f8 li:last-child {
  border: none;
}
.gallery_8c70 .content_thick_e4f8 li.article-1814 > a {
  padding-right: 45px !important;
}
.gallery_8c70 .content_thick_e4f8 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.gallery_8c70 .content_thick_e4f8 li a:focus,
.gallery_8c70 .content_thick_e4f8 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.gallery_8c70 .content_thick_e4f8 li .clean-80e0 {
  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;
}
.gallery_8c70 .content_thick_e4f8 li .clean-80e0:hover {
  box-shadow: none;
}
.gallery_8c70 .content_thick_e4f8 li .clean-80e0 .bright_e0b3 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.gallery_8c70 .content_thick_e4f8 .short-c7f4 {
  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);
}
.gallery_8c70 .content_thick_e4f8 .short-c7f4 li a {
  padding-left: 3em;
}
.gallery_8c70 .content_thick_e4f8 .pagination-61ae > a .clean-80e0 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery_8c70 .content_thick_e4f8 .pagination-61ae > .short-c7f4 {
  display: block;
  opacity: 1;
}
.steel_f776 {
  max-width: 100%;
}
.tall-72f1 {
  line-height: 0;
  cursor: pointer;
}
.panel_hard_cdaf {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.panel_hard_cdaf:hover {
  box-shadow: none;
  color: currentColor;
}
.panel_hard_cdaf svg {
  width: 18px;
  height: 18px;
}
.panel_hard_cdaf .tabs-red-ed50 {
  display: none;
}
.fluid-bce2 {
  position: relative;
}
.fluid-bce2.fn-active-1614 .panel_hard_cdaf .pink_1033 {
  display: none;
}
.fluid-bce2.fn-active-1614 .panel_hard_cdaf .tabs-red-ed50 {
  display: inline-block;
}
.fluid-bce2 .copper-11e0 {
  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);
}
.fluid-bce2.summary-yellow-c0ff .copper-11e0 {
  left: auto;
  right: -0.9em;
}
.fluid-bce2.summary-yellow-c0ff .header-af7f::before {
  left: auto;
  right: 15px;
}
.fluid-bce2.fn-active-1614 .copper-11e0 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.primary-8de6 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.primary-8de6 label {
  flex-basis: 100%;
}
.primary-8de6 .menu_pro_09ed {
  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;
}
.primary-8de6 .layout-old-56c3 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.primary-8de6 .layout-old-56c3:focus {
  background-color: transparent;
}
.primary-8de6 button.section_glass_dca9 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.primary-8de6 button.section_glass_dca9:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.primary-8de6 button.section_glass_dca9 svg {
  width: 18px;
  height: 18px;
}
.primary-8de6 input[type="submit"] {
  min-height: auto;
}
.outline_3134 .primary-8de6 .layout-old-56c3 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.header-af7f {
  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) {
  .header-af7f {
    width: 220px;
  }
}
.header-af7f label {
  flex-basis: 100%;
}
.header-af7f::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;
}
.message_79bb .outline_3134 .primary-8de6 {
  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;
}
.message_79bb
  .outline_3134
  .primary-8de6
  .menu_pro_09ed {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.message_79bb .outline_3134 .primary-8de6 .layout-old-56c3 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.message_79bb
  .outline_3134
  .primary-8de6
  .layout-old-56c3:focus {
  background: 0 0;
}
.message_79bb
  .outline_3134
  .primary-8de6
  .texture-lower-6a9e {
  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;
}
.item_purple_1afc {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.item_purple_1afc li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.item_purple_1afc li:last-child {
  margin-right: 0;
}
.item_purple_1afc li:first-child {
  margin-left: 0;
}
.item_purple_1afc.aside_fixed_fc4c a {
  color: #fff;
}
.item_purple_1afc.aside_fixed_fc4c a:hover {
  color: #fff;
}
.item_purple_1afc a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.item_purple_1afc a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.item_purple_1afc a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.item_purple_1afc a:hover {
  opacity: 0.9;
  color: inherit;
}
.item_purple_1afc [class*="social-icon-apple"] {
  background-color: #999;
}
.item_purple_1afc [class*="social-icon-apple"].carousel_hot_a8ca {
  background-color: transparent;
  color: #999;
}
.item_purple_1afc [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.item_purple_1afc [class*="social-icon-behance"].carousel_hot_a8ca {
  background-color: transparent;
  color: #1769ff;
}
.item_purple_1afc [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.item_purple_1afc [class*="social-icon-bitbucket"].carousel_hot_a8ca {
  background-color: transparent;
  color: #205081;
}
.item_purple_1afc [class*="social-icon-codepen"] {
  background-color: #000;
}
.item_purple_1afc [class*="social-icon-codepen"].carousel_hot_a8ca {
  background-color: transparent;
  color: #000;
}
.item_purple_1afc [class*="social-icon-delicious"] {
  background-color: #39f;
}
.item_purple_1afc [class*="social-icon-delicious"].carousel_hot_a8ca {
  background-color: transparent;
  color: #39f;
}
.item_purple_1afc [class*="social-icon-digg"] {
  background-color: #005be2;
}
.item_purple_1afc [class*="social-icon-digg"].carousel_hot_a8ca {
  background-color: transparent;
  color: #005be2;
}
.item_purple_1afc [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.item_purple_1afc [class*="social-icon-dribbble"].carousel_hot_a8ca {
  background-color: transparent;
  color: #ea4c89;
}
.item_purple_1afc [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.item_purple_1afc [class*="social-icon-envelope"].carousel_hot_a8ca {
  background-color: transparent;
  color: #ea4335;
}
.item_purple_1afc [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.item_purple_1afc [class*="social-icon-facebook"].carousel_hot_a8ca {
  background-color: transparent;
  color: #3b5998;
}
.item_purple_1afc [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.item_purple_1afc [class*="social-icon-flickr"].carousel_hot_a8ca {
  background-color: transparent;
  color: #0063dc;
}
.item_purple_1afc [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.item_purple_1afc [class*="social-icon-foursquare"].carousel_hot_a8ca {
  background-color: transparent;
  color: #2d5be3;
}
.item_purple_1afc [class*="social-icon-github"] {
  background-color: #333;
}
.item_purple_1afc [class*="social-icon-github"].carousel_hot_a8ca {
  background-color: transparent;
  color: #333;
}
.item_purple_1afc [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.item_purple_1afc [class*="social-icon-google-plus"].carousel_hot_a8ca {
  background-color: transparent;
  color: #dd4b39;
}
.item_purple_1afc [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.item_purple_1afc [class*="social-icon-houzz"].carousel_hot_a8ca {
  background-color: transparent;
  color: #7ac142;
}
.item_purple_1afc [class*="social-icon-instagram"] {
  background-color: #262626;
}
.item_purple_1afc [class*="social-icon-instagram"].carousel_hot_a8ca {
  background-color: transparent;
  color: #262626;
}
.item_purple_1afc [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.item_purple_1afc [class*="social-icon-jsfiddle"].carousel_hot_a8ca {
  background-color: transparent;
  color: #487aa2;
}
.item_purple_1afc [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.item_purple_1afc [class*="social-icon-linkedin"].carousel_hot_a8ca {
  background-color: transparent;
  color: #0077b5;
}
.item_purple_1afc [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.item_purple_1afc [class*="social-icon-medium"].carousel_hot_a8ca {
  background-color: transparent;
  color: #00ab6b;
}
.item_purple_1afc [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.item_purple_1afc
  [class*="social-icon-odnoklassniki"].carousel_hot_a8ca {
  background-color: transparent;
  color: #f4731c;
}
.item_purple_1afc [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.item_purple_1afc [class*="social-icon-meetup"].carousel_hot_a8ca {
  background-color: transparent;
  color: #ec1c40;
}
.item_purple_1afc [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.item_purple_1afc [class*="social-icon-pinterest"].carousel_hot_a8ca {
  background-color: transparent;
  color: #bd081c;
}
.item_purple_1afc [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.item_purple_1afc [class*="social-icon-product-hunt"].carousel_hot_a8ca {
  background-color: transparent;
  color: #da552f;
}
.item_purple_1afc [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.item_purple_1afc [class*="social-icon-reddit"].carousel_hot_a8ca {
  background-color: transparent;
  color: #ff4500;
}
.item_purple_1afc [class*="social-icon-rss"] {
  background-color: #f26522;
}
.item_purple_1afc [class*="social-icon-rss"].carousel_hot_a8ca {
  background-color: transparent;
  color: #f26522;
}
.item_purple_1afc [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.item_purple_1afc
  [class*="social-icon-shopping-cart"].carousel_hot_a8ca {
  background-color: transparent;
  color: #4caf50;
}
.item_purple_1afc [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.item_purple_1afc [class*="social-icon-skype"].carousel_hot_a8ca {
  background-color: transparent;
  color: #00aff0;
}
.item_purple_1afc [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.item_purple_1afc [class*="social-icon-slideshare"].carousel_hot_a8ca {
  background-color: transparent;
  color: #0077b5;
}
.item_purple_1afc [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.item_purple_1afc [class*="social-icon-snapchat"].carousel_hot_a8ca {
  background-color: transparent;
  color: #fffc00;
}
.item_purple_1afc [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.item_purple_1afc [class*="social-icon-soundcloud"].carousel_hot_a8ca {
  background-color: transparent;
  color: #f80;
}
.item_purple_1afc [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.item_purple_1afc [class*="social-icon-spotify"].carousel_hot_a8ca {
  background-color: transparent;
  color: #2ebd59;
}
.item_purple_1afc [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.item_purple_1afc
  [class*="social-icon-stack-overflow"].carousel_hot_a8ca {
  background-color: transparent;
  color: #fe7a15;
}
.item_purple_1afc [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.item_purple_1afc [class*="social-icon-maldkfgram"].carousel_hot_a8ca {
  background-color: transparent;
  color: #2ca5e0;
}
.item_purple_1afc [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.item_purple_1afc [class*="social-icon-tripadvisor"].carousel_hot_a8ca {
  background-color: transparent;
  color: #589442;
}
.item_purple_1afc [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.item_purple_1afc [class*="social-icon-tumblr"].carousel_hot_a8ca {
  background-color: transparent;
  color: #35465c;
}
.item_purple_1afc [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.item_purple_1afc [class*="social-icon-twitch"].carousel_hot_a8ca {
  background-color: transparent;
  color: #6441a5;
}
.item_purple_1afc [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.item_purple_1afc [class*="social-icon-twitter"].carousel_hot_a8ca {
  background-color: transparent;
  color: #1da1f2;
}
.item_purple_1afc [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.item_purple_1afc [class*="social-icon-vimeo"].carousel_hot_a8ca {
  background-color: transparent;
  color: #1ab7ea;
}
.item_purple_1afc [class*="social-icon-vk"] {
  background-color: #45668e;
}
.item_purple_1afc [class*="social-icon-vk"].carousel_hot_a8ca {
  background-color: transparent;
  color: #45668e;
}
.item_purple_1afc [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.item_purple_1afc [class*="social-icon-weibo"].carousel_hot_a8ca {
  background-color: transparent;
  color: #df2029;
}
.item_purple_1afc [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.item_purple_1afc [class*="social-icon-weixin"].carousel_hot_a8ca {
  background-color: transparent;
  color: #7bb32e;
}
.item_purple_1afc [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.item_purple_1afc [class*="social-icon-whatsapp"].carousel_hot_a8ca {
  background-color: transparent;
  color: #25d366;
}
.item_purple_1afc [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.item_purple_1afc [class*="social-icon-wordpress"].carousel_hot_a8ca {
  background-color: transparent;
  color: #21759b;
}
.item_purple_1afc [class*="social-icon-xing"] {
  background-color: #026466;
}
.item_purple_1afc [class*="social-icon-xing"].carousel_hot_a8ca {
  background-color: transparent;
  color: #026466;
}
.item_purple_1afc [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.item_purple_1afc [class*="social-icon-yelp"].carousel_hot_a8ca {
  background-color: transparent;
  color: #af0606;
}
.item_purple_1afc [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.item_purple_1afc [class*="social-icon-youtube"].carousel_hot_a8ca {
  background-color: transparent;
  color: #cd201f;
}
.disabled-out-da3e {
  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;
}
.disabled-out-da3e:hover {
  box-shadow: none;
  background: 0 0;
}
.wide_9cc9 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.item-20d3 {
  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;
}
.lower_5665 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.accordion_3df8 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.accordion_3df8,
.accordion_3df8::after,
.accordion_3df8::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;
}
.accordion_3df8::after,
.accordion_3df8::before {
  content: "";
  display: block;
  background-color: inherit;
}
.active-right-be1b .item-20d3 .lower_5665 {
  margin-top: -2px;
  width: 19px;
}
.active-right-be1b .item-20d3 .accordion_3df8 {
  margin-top: -1px;
}
.active-right-be1b .item-20d3 .accordion_3df8,
.active-right-be1b .item-20d3 .accordion_3df8::after,
.active-right-be1b .item-20d3 .accordion_3df8::before {
  width: 19px;
  height: 2px;
}
.active-right-be1b .item-20d3 .accordion_3df8::before {
  top: -6px;
}
.active-right-be1b .item-20d3 .accordion_3df8::after {
  bottom: -6px;
}
.link-rough-a018 .item-20d3 .lower_5665 {
  margin-top: -2px;
  width: 22px;
}
.link-rough-a018 .item-20d3 .accordion_3df8 {
  margin-top: -1px;
}
.link-rough-a018 .item-20d3 .accordion_3df8,
.link-rough-a018 .item-20d3 .accordion_3df8::after,
.link-rough-a018 .item-20d3 .accordion_3df8::before {
  width: 22px;
  height: 2px;
}
.link-rough-a018 .item-20d3 .accordion_3df8::before {
  top: -7px;
}
.link-rough-a018 .item-20d3 .accordion_3df8::after {
  bottom: -7px;
}
.yellow-90fd .item-20d3 .lower_5665 {
  margin-top: -2px;
  width: 31px;
}
.yellow-90fd .item-20d3 .accordion_3df8 {
  margin-top: -1.5px;
}
.yellow-90fd .item-20d3 .accordion_3df8,
.yellow-90fd .item-20d3 .accordion_3df8::after,
.yellow-90fd .item-20d3 .accordion_3df8::before {
  width: 31px;
  height: 3px;
}
.yellow-90fd .item-20d3 .accordion_3df8::before {
  top: -9px;
}
.yellow-90fd .item-20d3 .accordion_3df8::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .wrapper-0a05 .item-20d3 .lower_5665 {
    margin-top: -2px;
    width: 19px;
  }
  .wrapper-0a05 .item-20d3 .accordion_3df8 {
    margin-top: -1px;
  }
  .wrapper-0a05 .item-20d3 .accordion_3df8,
  .wrapper-0a05 .item-20d3 .accordion_3df8::after,
  .wrapper-0a05 .item-20d3 .accordion_3df8::before {
    width: 19px;
    height: 2px;
  }
  .wrapper-0a05 .item-20d3 .accordion_3df8::before {
    top: -6px;
  }
  .wrapper-0a05 .item-20d3 .accordion_3df8::after {
    bottom: -6px;
  }
  .complex_2f1c .item-20d3 .lower_5665 {
    margin-top: -2px;
    width: 22px;
  }
  .complex_2f1c .item-20d3 .accordion_3df8 {
    margin-top: -1px;
  }
  .complex_2f1c .item-20d3 .accordion_3df8,
  .complex_2f1c .item-20d3 .accordion_3df8::after,
  .complex_2f1c .item-20d3 .accordion_3df8::before {
    width: 22px;
    height: 2px;
  }
  .complex_2f1c .item-20d3 .accordion_3df8::before {
    top: -7px;
  }
  .complex_2f1c .item-20d3 .accordion_3df8::after {
    bottom: -7px;
  }
  .picture_dirty_a11a .item-20d3 .lower_5665 {
    margin-top: -2px;
    width: 31px;
  }
  .picture_dirty_a11a .item-20d3 .accordion_3df8 {
    margin-top: -1.5px;
  }
  .picture_dirty_a11a .item-20d3 .accordion_3df8,
  .picture_dirty_a11a .item-20d3 .accordion_3df8::after,
  .picture_dirty_a11a .item-20d3 .accordion_3df8::before {
    width: 31px;
    height: 3px;
  }
  .picture_dirty_a11a .item-20d3 .accordion_3df8::before {
    top: -9px;
  }
  .picture_dirty_a11a .item-20d3 .accordion_3df8::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .east-c34c .item-20d3 .lower_5665 {
    margin-top: -2px;
    width: 19px;
  }
  .east-c34c .item-20d3 .accordion_3df8 {
    margin-top: -1px;
  }
  .east-c34c .item-20d3 .accordion_3df8,
  .east-c34c .item-20d3 .accordion_3df8::after,
  .east-c34c .item-20d3 .accordion_3df8::before {
    width: 19px;
    height: 2px;
  }
  .east-c34c .item-20d3 .accordion_3df8::before {
    top: -6px;
  }
  .east-c34c .item-20d3 .accordion_3df8::after {
    bottom: -6px;
  }
  .tag_dynamic_933f .item-20d3 .lower_5665 {
    margin-top: -2px;
    width: 22px;
  }
  .tag_dynamic_933f .item-20d3 .accordion_3df8 {
    margin-top: -1px;
  }
  .tag_dynamic_933f .item-20d3 .accordion_3df8,
  .tag_dynamic_933f .item-20d3 .accordion_3df8::after,
  .tag_dynamic_933f .item-20d3 .accordion_3df8::before {
    width: 22px;
    height: 2px;
  }
  .tag_dynamic_933f .item-20d3 .accordion_3df8::before {
    top: -7px;
  }
  .tag_dynamic_933f .item-20d3 .accordion_3df8::after {
    bottom: -7px;
  }
  .sidebar-dirty-9f0b .item-20d3 .lower_5665 {
    margin-top: -2px;
    width: 31px;
  }
  .sidebar-dirty-9f0b .item-20d3 .accordion_3df8 {
    margin-top: -1.5px;
  }
  .sidebar-dirty-9f0b .item-20d3 .accordion_3df8,
  .sidebar-dirty-9f0b .item-20d3 .accordion_3df8::after,
  .sidebar-dirty-9f0b .item-20d3 .accordion_3df8::before {
    width: 31px;
    height: 3px;
  }
  .sidebar-dirty-9f0b .item-20d3 .accordion_3df8::before {
    top: -9px;
  }
  .sidebar-dirty-9f0b .item-20d3 .accordion_3df8::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .modal-9088 .item-20d3 .lower_5665 {
    margin-top: -2px;
    width: 19px;
  }
  .modal-9088 .item-20d3 .accordion_3df8 {
    margin-top: -1px;
  }
  .modal-9088 .item-20d3 .accordion_3df8,
  .modal-9088 .item-20d3 .accordion_3df8::after,
  .modal-9088 .item-20d3 .accordion_3df8::before {
    width: 19px;
    height: 2px;
  }
  .modal-9088 .item-20d3 .accordion_3df8::before {
    top: -6px;
  }
  .modal-9088 .item-20d3 .accordion_3df8::after {
    bottom: -6px;
  }
  .highlight-small-7b07 .item-20d3 .lower_5665 {
    margin-top: -2px;
    width: 22px;
  }
  .highlight-small-7b07 .item-20d3 .accordion_3df8 {
    margin-top: -1px;
  }
  .highlight-small-7b07 .item-20d3 .accordion_3df8,
  .highlight-small-7b07 .item-20d3 .accordion_3df8::after,
  .highlight-small-7b07 .item-20d3 .accordion_3df8::before {
    width: 22px;
    height: 2px;
  }
  .highlight-small-7b07 .item-20d3 .accordion_3df8::before {
    top: -7px;
  }
  .highlight-small-7b07 .item-20d3 .accordion_3df8::after {
    bottom: -7px;
  }
  .hero_clean_950f .item-20d3 .lower_5665 {
    margin-top: -2px;
    width: 31px;
  }
  .hero_clean_950f .item-20d3 .accordion_3df8 {
    margin-top: -1.5px;
  }
  .hero_clean_950f .item-20d3 .accordion_3df8,
  .hero_clean_950f .item-20d3 .accordion_3df8::after,
  .hero_clean_950f .item-20d3 .accordion_3df8::before {
    width: 31px;
    height: 3px;
  }
  .hero_clean_950f .item-20d3 .accordion_3df8::before {
    top: -9px;
  }
  .hero_clean_950f .item-20d3 .accordion_3df8::after {
    bottom: -9px;
  }
}
.hidden-b8c7 .accordion_3df8 {
  -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);
}
.hidden-b8c7 .accordion_3df8::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.hidden-b8c7 .accordion_3df8::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);
}
.hidden-b8c7.title_def2 .accordion_3df8 {
  -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);
}
.hidden-b8c7.title_def2 .accordion_3df8::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.hidden-b8c7.title_def2 .accordion_3df8::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);
}
.input_ade8 {
  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.middle-97f1:before {
  display: none;
}
.hidden-next-4573 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.hidden-next-4573 .prev-dacb {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.hidden-next-4573 .prev-dacb:last-of-type {
  border-bottom: none;
}
.hidden-next-4573 .prev-dacb.hard-7933,
.hidden-next-4573 .prev-dacb.status_selected_07ac,
.hidden-next-4573 .prev-dacb.notice-large-d7a8 {
  padding: 0;
}
.hidden-next-4573 .gallery_8c70 .clean-80e0 {
  color: currentColor;
}
.hidden-next-4573 .gallery_8c70 .clean-80e0:focus,
.hidden-next-4573 .gallery_8c70 .clean-80e0:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hidden-next-4573.first-9d20 .tertiary_41a3,
.hidden-next-4573.first-9d20 .easy-a4db a,
.hidden-next-4573.first-9d20 .wide-b9c9 a,
.hidden-next-4573.first-9d20 .short-c7f4 a {
  color: rgba(0, 0, 0, 0.55);
}
.hidden-next-4573.first-9d20 .tertiary_41a3:hover,
.hidden-next-4573.first-9d20 .easy-a4db a:hover,
.hidden-next-4573.first-9d20 .wide-b9c9 a:hover,
.hidden-next-4573.first-9d20 .short-c7f4 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.hidden-next-4573.first-9d20 .medium-1dbc {
  color: rgba(0, 0, 0, 0.8);
}
.hidden-next-4573.first-9d20 .prev-dacb {
  border-color: rgba(0, 0, 0, 0.08);
}
.hidden-next-4573.first-9d20 .prev-dacb:before {
  background: rgba(0, 0, 0, 0.08);
}
.hidden-next-4573.first-9d20 .popup-under-e68b:before {
  background: rgba(255, 255, 255, 0.9);
}
.hidden-next-4573.first-9d20 .gallery_8c70 .content_thick_e4f8 li a,
.hidden-next-4573.first-9d20 .gallery_8c70 .clean-80e0,
.hidden-next-4573.first-9d20 .short-c7f4 {
  border-color: rgba(0, 0, 0, 0.08);
}
.hidden-next-4573.first-9d20 .gallery_8c70 .clean-80e0:focus,
.hidden-next-4573.first-9d20 .gallery_8c70 .clean-80e0:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hidden-next-4573.first-9d20 .content_thick_e4f8 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.hidden-next-4573.layout_cold_6c03 .tertiary_41a3,
.hidden-next-4573.layout_cold_6c03 .easy-a4db a,
.hidden-next-4573.layout_cold_6c03 .wide-b9c9 .clean-80e0,
.hidden-next-4573.layout_cold_6c03 .wide-b9c9 a,
.hidden-next-4573.layout_cold_6c03 .short-c7f4 a {
  color: rgba(255, 255, 255, 0.79);
}
.hidden-next-4573.layout_cold_6c03 .tertiary_41a3:hover,
.hidden-next-4573.layout_cold_6c03 .easy-a4db a:hover,
.hidden-next-4573.layout_cold_6c03 .wide-b9c9 .clean-80e0:hover,
.hidden-next-4573.layout_cold_6c03 .wide-b9c9 a:hover,
.hidden-next-4573.layout_cold_6c03 .short-c7f4 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hidden-next-4573.layout_cold_6c03 .medium-1dbc {
  color: rgba(255, 255, 255, 0.99);
}
.hidden-next-4573.layout_cold_6c03 .prev-dacb {
  border-color: rgba(255, 255, 255, 0.08);
}
.hidden-next-4573.layout_cold_6c03 .prev-dacb:before {
  background: rgba(255, 255, 255, 0.08);
}
.hidden-next-4573.layout_cold_6c03 .popup-under-e68b:before {
  background: rgba(0, 0, 0, 0.9);
}
.hidden-next-4573.layout_cold_6c03 .gallery_8c70 .content_thick_e4f8 li a,
.hidden-next-4573.layout_cold_6c03 .gallery_8c70 .clean-80e0,
.hidden-next-4573.layout_cold_6c03 .short-c7f4 {
  border-color: rgba(255, 255, 255, 0.08);
}
.hidden-next-4573.layout_cold_6c03 .gallery_8c70 .clean-80e0:focus,
.hidden-next-4573.layout_cold_6c03 .gallery_8c70 .clean-80e0:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hidden-next-4573.layout_cold_6c03 .content_thick_e4f8 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.popup-under-e68b {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.popup-under-e68b:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.tag_smooth_d9ce {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.text-0811 .hidden-next-4573 {
  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;
}
.text-0811 .prev-dacb {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.text-0811 .prev-dacb: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) {
  .text-0811 .prev-dacb:before {
    width: 16%;
    left: 42%;
  }
}
.text-0811 .prev-dacb:last-child:before {
  content: none;
}
.text-0811 .prev-dacb[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.text-0811 .gallery_8c70 .content_thick_e4f8 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.text-0811 .gallery_8c70 .content_thick_e4f8 li a .clean-80e0 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.text-0811 .gallery_8c70 .short-c7f4 {
  border: none;
}
.text-0811 .gallery_8c70 .short-c7f4 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.text-0811 .popup-under-e68b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.text-0811 .tag_smooth_d9ce {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.text-0811 .layout_cold_6c03 .popup-under-e68b:before {
  background: rgba(0, 0, 0, 0.9);
}
.text-0811 .first-9d20.first_3974 .accordion_3df8 {
  background: rgba(0, 0, 0, 0.6);
}
.text-0811
  .first-9d20.first_3974
  .accordion_3df8::after,
.text-0811
  .first-9d20.first_3974
  .accordion_3df8:before {
  background: inherit;
}
.text-0811
  .first-9d20.first_3974:hover
  .accordion_3df8 {
  background: rgba(0, 0, 0, 0.8);
}
.iron_9f6b .hidden-next-4573 {
  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) {
  .iron_9f6b .hidden-next-4573 {
    width: auto;
    right: 45px;
  }
}
.modal_blue_f7c3 .hidden-next-4573 {
  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) {
  .modal_blue_f7c3 .hidden-next-4573 {
    width: auto;
    left: 45px;
  }
}
.middle-97f1 .hidden-next-4573 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.middle-97f1 .tag_smooth_d9ce {
  max-width: 48em;
  margin: 0 auto;
}
.middle-97f1 .popup-under-e68b:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.thumbnail_cool_d90a {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.thumbnail_cool_d90a.text-0811 .hidden-next-4573 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.thumbnail_cool_d90a.iron_9f6b .hidden-next-4573 {
  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);
}
.thumbnail_cool_d90a .hidden-next-4573 {
  visibility: visible;
}
.thumbnail_cool_d90a.modal_blue_f7c3 .hidden-next-4573 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.focused_5141,
.section_f3b9 {
  overflow-x: hidden;
}
.focused_5141 .hidden-next-4573 {
  overflow: auto;
}
.focused_5141.text-0811 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.focused_5141.text-0811 .hidden-next-4573 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.focused_5141.text-0811 .disabled-out-da3e {
  opacity: 0;
}
.focused_5141.iron_9f6b {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.focused_5141.iron_9f6b .hidden-next-4573 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.focused_5141.iron_9f6b .disabled-out-da3e {
  opacity: 0;
}
.focused_5141.modal_blue_f7c3 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.focused_5141.modal_blue_f7c3 .hidden-next-4573 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.focused_5141.modal_blue_f7c3 .disabled-out-da3e {
  opacity: 0;
}
.focused_5141.middle-97f1 .hidden-next-4573 {
  z-index: 10;
  visibility: visible;
}
.first_3974 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.first_3974 .accordion_3df8 {
  background: rgba(255, 255, 255, 0.99);
}
.first_3974 .accordion_3df8::after,
.first_3974 .accordion_3df8:before {
  background: inherit;
}
.first_3974:hover .accordion_3df8 {
  background: rgba(255, 255, 255, 0.99);
}
.modal_blue_f7c3 .first_3974 {
  top: 10px;
  right: auto;
  left: 12px;
}
.middle-97f1 .first_3974 {
  display: none !important;
}
.focused_5141:before,
.section_f3b9:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.focused_5141 .first_3974,
.section_f3b9 .first_3974 {
  display: inline-block;
}
.hidden-next-4573 .fluid_5677 {
  -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;
}
.focused_5141 .hidden-next-4573 .fluid_5677,
.section_f3b9 .hidden-next-4573 .fluid_5677 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.filter_in_fd51 .menu_pro_09ed {
  width: 100%;
}
.alert_d8c0 {
  padding: 0 0.5em 0;
}
.alert_d8c0 [class*="customify-col-"],
.alert_d8c0 [class*="customify-col_"],
.alert_d8c0 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.accordion_c1e7 .alert_d8c0 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .alert-copper-926b .panel-3bae,
  .panel-3bae {
    display: none;
  }
  .gold-74bd {
    text-align: left;
  }
  .panel-9e57 {
    text-align: center;
  }
  .tooltip_5061 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .alert-copper-926b .brown_6e31,
  .brown_6e31 {
    display: none;
  }
  .frame_right_81bb {
    text-align: left;
  }
  .shadow_iron_eb5d {
    text-align: center;
  }
  .backdrop-f62a {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .alert-copper-926b .focus-glass-a90b,
  .focus-glass-a90b {
    display: none;
  }
  .active-ebe7 {
    text-align: left;
  }
  .image-full-b18b {
    text-align: center;
  }
  .picture-right-7573 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.stale-e1d9 {
  box-shadow: none !important;
}
.thumbnail-plasma-2255 .thumbnail-b694,
.carousel_fedf .thumbnail-b694 {
  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;
}
.carousel_fedf .thumbnail-b694 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.notice-8fdd {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.notice-8fdd:after,
.notice-8fdd:before {
  content: "";
  display: table;
}
.notice-8fdd:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .notice-8fdd {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.notice-8fdd,
.next-0c4f {
  max-width: 1248px;
  margin: 0 auto;
}

.photo_03b2.first-0319 .notice-8fdd {
  max-width: 100%;
}
.photo_03b2.active_6dd0 {
  max-width: 1200px;
  margin: 0 auto;
}
.photo_03b2.pagination_black_c9df .notice-8fdd {
  max-width: 100%;
}
.photo_03b2.pagination_black_c9df > .notice-8fdd {
  padding-left: 0;
  padding-right: 0;
}
.photo_03b2.pagination_black_c9df > .notice-8fdd .alert-copper-926b {
  margin: 0;
}
.photo_03b2.pagination_black_c9df
  > .notice-8fdd
  .grid_7688.cold_dab3 {
  margin-right: 0;
  margin-left: 0;
}
.photo_03b2.pagination_black_c9df #main.cold_dab3 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .panel_bf09 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .panel_bf09 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .element_9056 .over-177f {
    padding-right: 1em;
  }
  .element_9056.detail_0570 .grid_7688 {
    border-right: 1px solid #eaecee;
  }
  .element_9056.detail_0570 .over-177f {
    padding-right: 1em;
  }
  .element_9056.detail_0570 .avatar-hard-299a {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .card_cec7 .over-177f {
    padding-left: 1em;
  }
  .card_cec7.detail_0570 .grid_7688 {
    border-left: 1px solid #eaecee;
  }
  .card_cec7.detail_0570 .over-177f {
    padding-left: 1em;
  }
  .card_cec7.detail_0570 .avatar-hard-299a {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .red_8ed7 .over-177f {
    padding-left: 1em;
  }
  .red_8ed7.detail_0570 .paper_fe5d {
    border-right: 1px solid #eaecee;
  }
  .red_8ed7.detail_0570 .mini_dc0d {
    border-right: 1px solid #eaecee;
  }
  .red_8ed7.detail_0570 .over-177f {
    padding-left: 1em;
  }
  .red_8ed7.detail_0570 .avatar-hard-299a {
    padding-right: 1em;
  }
  .red_8ed7.detail_0570 .link_2470 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .list-d823 .over-177f {
    padding-right: 1em;
  }
  .list-d823.detail_0570 .paper_fe5d {
    border-left: 1px solid #eaecee;
  }
  .list-d823.detail_0570 .mini_dc0d {
    border-left: 1px solid #eaecee;
  }
  .list-d823.detail_0570 .over-177f {
    padding-right: 1em;
  }
  .list-d823.detail_0570 .avatar-hard-299a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .list-d823.detail_0570 .link_2470 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .panel_bf09 .over-177f {
    padding-left: 1em;
    padding-right: 1em;
  }
  .panel_bf09.detail_0570 .grid_7688 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .panel_bf09.detail_0570 .over-177f {
    padding-left: 1em;
    padding-right: 1em;
  }
  .panel_bf09.detail_0570 .avatar-hard-299a {
    padding-left: 1em;
  }
  .panel_bf09.detail_0570 .link_2470 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .panel_bf09.detail_0570 .over-177f {
    padding-left: 0;
  }
}
.widget_c69e .form-1653 {
  display: inline-block;
}
.medium_62b4 {
  display: inline-block;
}
.primary-b190 {
  word-con: break-word;
}
.modal-56db > span {
  display: inline-block;
  padding: 5px 0;
}
.modal-56db .mini-4674 {
  margin-left: 8px;
  margin-right: 8px;
}
.modal-56db .north_1aca img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.status_c2c4 .hero_801b {
  margin-bottom: 2em;
}
.status_c2c4 .black-b2ce {
  margin-bottom: 15px;
}
.status_c2c4 .black-b2ce:last-child {
  margin-bottom: 0;
}
.status_c2c4 .rough-e2ca {
  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) {
  .status_c2c4 .rough-e2ca {
    display: block;
  }
}
.status_c2c4 .simple_b8eb {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .status_c2c4 .simple_b8eb {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.status_c2c4 .caption-dynamic-b56a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.status_c2c4 .caption-dynamic-b56a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.status_c2c4 .caption-dynamic-b56a a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.status_c2c4 .primary-b190 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.status_c2c4 .primary-b190 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.status_c2c4 .outline_fixed_1003 p:last-child {
  margin-bottom: 0;
}
.status_c2c4 .backdrop_upper_63a3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.status_c2c4 .purple-5f76 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.status_c2c4 .steel_23fc {
  margin-top: 1em;
}
.status_c2c4 .mini_a6b3 {
  top: 0;
  display: block;
}
.status_c2c4 .mini_a6b3 a {
  color: inherit;
}
.status_c2c4 .mini_a6b3 a:hover {
  color: inherit;
}
.status_c2c4 .form-6cf4 {
  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;
}
.status_c2c4 .form-6cf4:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.status_c2c4 .purple-5f76 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.status_c2c4 .in_856a {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.status_c2c4 .in_856a:first-child {
  margin-top: 0;
}
.status_c2c4 .in_856a.bronze-e891 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.status_c2c4 .in_856a.cool_2098 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.status_c2c4
  .in_856a.cool_2098.tall-55bf
  .steel_23fc {
  width: 100%;
}
.status_c2c4 .cool_2098 {
  -webkit-box-align: center;
  align-items: center;
}
.status_c2c4 .cool_2098 .modal-56db,
.status_c2c4 .cool_2098 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.status_c2c4 .caption-dynamic-b56a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.status_c2c4 .caption-dynamic-b56a img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.status_c2c4 .caption-dynamic-b56a: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;
}
.status_c2c4 .bronze-e891 {
  z-index: 5;
}
.status_c2c4 .aside_huge_68d8 .accent_2f42 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.status_c2c4 .modal-up-ce7c .accent_2f42 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.status_c2c4 .table_c01c .accent_2f42 {
  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;
}
.status_c2c4.slider-cab9 .rough-e2ca,
.status_c2c4.dropdown_f96d .rough-e2ca {
  display: block;
}
.status_c2c4.slider-cab9 .rough-e2ca .short_768d,
.status_c2c4.slider-cab9 .rough-e2ca .purple-5f76,
.status_c2c4.dropdown_f96d .rough-e2ca .short_768d,
.status_c2c4.dropdown_f96d .rough-e2ca .purple-5f76 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.status_c2c4.wrapper-last-e8d2 .simple_b8eb {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .status_c2c4.wrapper-last-e8d2 .simple_b8eb {
    margin-right: 0;
  }
}
.status_c2c4.slider-cab9 .simple_b8eb,
.status_c2c4.dropdown_f96d .simple_b8eb {
  padding-top: 40%;
}
.status_c2c4.slider-cab9 .hero_801b,
.status_c2c4.dropdown_f96d .hero_801b {
  display: block;
}
.status_c2c4.slider-cab9 .fn-sticky-1614 .purple-5f76,
.status_c2c4.dropdown_f96d .fn-sticky-1614 .purple-5f76 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.status_c2c4.slider-cab9 .simple_b8eb,
.status_c2c4.dropdown_f96d .simple_b8eb {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.status_c2c4.slider-cab9 .purple-5f76 {
  padding: 1em;
}
.liquid_e335 {
  margin: 30px auto;
  display: block;
}
.liquid_e335 .current_9d1c > * {
  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;
}
.liquid_e335 .current_9d1c > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.liquid_e335 .current_9d1c span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.header-a47e .modal-56db {
  margin-bottom: 1.41575em;
}
.header-a47e .tiny_3cc1 {
  margin-bottom: 1.618em;
}
.notice_full_256a .chip-focused-1786 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.notice_full_256a .chip-focused-1786 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.notice_full_256a .lower-0f26 {
  max-width: 100%;
  overflow: auto;
}
.title-static-5ad5 .notice_full_256a a:hover {
  text-decoration: underline;
}
.soft_0ee4 .black-b2ce:not(.primary-b190),
.soft_0ee4 .caption-dynamic-b56a {
  margin-bottom: 1.41575em;
}
.soft_0ee4 .black-b2ce:not(.primary-b190):last-child,
.soft_0ee4 .caption-dynamic-b56a:last-child {
  margin-bottom: 0;
}
.soft_0ee4 .black-b2ce.highlight_4352 {
  margin-bottom: 0.41575em;
}
.soft_0ee4 .red-87a6:before,
.soft_0ee4 .avatar-motion-134c:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.soft_0ee4 .red-87a6:before {
  content: "\f115";
}
.soft_0ee4 .avatar-motion-134c:before {
  content: "\f02c";
}
.soft_0ee4 .block-305a {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.soft_0ee4 .block-305a a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.hero_center_b5fd {
  display: -webkit-box;
  display: flex;
}
.hero_center_b5fd .menu-2e3b {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .hero_center_b5fd .menu-2e3b {
    flex-basis: 90px;
  }
}
.hero_center_b5fd .preview_8815 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .hero_center_b5fd .preview_8815 {
    flex-basis: calc(100% - 50px);
  }
}
.hero_center_b5fd .soft-6220 p:last-child {
  margin-bottom: 0.72em;
}
.prev_0f0e .current_9d1c {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.prev_0f0e .current_9d1c:after,
.prev_0f0e .current_9d1c:before {
  content: "";
  display: table;
}
.prev_0f0e .current_9d1c:after {
  clear: both;
}
.prev_0f0e .current_9d1c .primary_huge_8ea2,
.prev_0f0e .current_9d1c .message-simple-2fd3 {
  width: 49%;
}
.prev_0f0e .current_9d1c .primary_huge_8ea2 a span.fixed-8342,
.prev_0f0e .current_9d1c .message-simple-2fd3 a span.fixed-8342 {
  display: block;
  margin-bottom: 5px;
}
.prev_0f0e .current_9d1c .message-simple-2fd3 {
  float: left;
  text-align: left;
}
.prev_0f0e .current_9d1c .primary_huge_8ea2 {
  float: right;
  text-align: right;
}
.summary_easy_560c {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .summary_easy_560c {
    margin-bottom: 0;
  }
}
.layout-a676 {
  margin-bottom: 1em;
}
.layout-a676 .primary-b190 {
  font-size: 1.1em;
  line-height: 1.3;
}
.wood_3f8b a {
  display: block;
  line-height: 0;
  position: relative;
}
.fast-d4be .layout-a676,
.element-bottom-cf9a .layout-a676 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .fast-d4be .layout-a676,
  .element-bottom-cf9a .layout-a676 {
    display: block;
  }
}
.fast-d4be .wood_3f8b,
.element-bottom-cf9a .wood_3f8b {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .fast-d4be .wood_3f8b,
  .element-bottom-cf9a .wood_3f8b {
    margin-bottom: 1em;
  }
}
.fast-d4be .wood_3f8b img,
.element-bottom-cf9a .wood_3f8b img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.fast-d4be .advanced-0bcd,
.element-bottom-cf9a .advanced-0bcd {
  flex-basis: calc(100% - 160px);
}
.fast-d4be .advanced-0bcd p,
.element-bottom-cf9a .advanced-0bcd p {
  margin-bottom: 0;
}
.fast-d4be .advanced-0bcd {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .fast-d4be .advanced-0bcd {
    padding-left: 0;
  }
}
.element-bottom-cf9a .advanced-0bcd {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .element-bottom-cf9a .advanced-0bcd {
    padding-right: 0;
  }
}
.element-bottom-cf9a .wood_3f8b {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.form_west_7665 .wood_3f8b {
  margin-bottom: 0.5em;
}
.form_west_7665 .wood_3f8b img {
  width: 100%;
}
.preview-49c9 .backdrop-advanced-ab28,
.row_south_6387 .backdrop-advanced-ab28 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.row_south_6387 .grid_7688 .frame_yellow_b9fc p:last-child {
  margin-bottom: 0;
}
.table-new-3271 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.component_full_8c9e .short-f4a6 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .component_full_8c9e .short-f4a6:last-of-type {
    margin-bottom: 0;
  }
}
.component_full_8c9e .short-f4a6 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.component_full_8c9e .short-f4a6 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.component_full_8c9e .short-f4a6 ul li {
  margin: 0 0 0.6em;
}
.component_full_8c9e .short-f4a6 ul li.item-fa8e,
.component_full_8c9e .short-f4a6 ul li.smooth-d87b {
  position: relative;
}
.component_full_8c9e .short-f4a6 ul li.item-fa8e .bottom-760b,
.component_full_8c9e .short-f4a6 ul li.smooth-d87b .bottom-760b {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.component_full_8c9e .short-f4a6 ul li.item-fa8e:after:after,
.component_full_8c9e .short-f4a6 ul li.item-fa8e:after:before,
.component_full_8c9e
  .short-f4a6
  ul
  li.smooth-d87b:after:after,
.component_full_8c9e
  .short-f4a6
  ul
  li.smooth-d87b:after:before {
  content: "";
  display: table;
}
.component_full_8c9e .short-f4a6 ul li.item-fa8e:after:after,
.component_full_8c9e
  .short-f4a6
  ul
  li.smooth-d87b:after:after {
  clear: both;
}
.component_full_8c9e .short-f4a6 a.label-bottom-af9e:hover {
  text-decoration: none;
}
.component_full_8c9e .short-f4a6 select {
  max-width: 100%;
}
.component_full_8c9e .short-f4a6 table {
  font-size: 85%;
}
.component_full_8c9e .short-f4a6 table td,
.component_full_8c9e .short-f4a6 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.component_full_8c9e .short-f4a6 table tfoot td {
  text-align: left;
}
.component_full_8c9e .short-f4a6 :last-child {
  margin-bottom: 0;
}
.component_full_8c9e .short-f4a6 .alert-light-8085 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.component_full_8c9e .short-f4a6 .alert-light-8085 label {
  width: 100%;
}
.component_full_8c9e .short-f4a6 .alert-light-8085 .layout-old-56c3 {
  width: 100%;
  display: block;
}
.component_full_8c9e .short-f4a6 .alert-light-8085 .section_glass_dca9 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.component_full_8c9e .short-f4a6 .alert-light-8085 .section_glass_dca9:hover svg #svg-search {
  fill: #444;
}
.component_full_8c9e .short-f4a6 .alert-light-8085 .section_glass_dca9 svg {
  width: 18px;
  height: 18px;
}
.component_full_8c9e .container_medium_5137 ul ul,
.component_full_8c9e .preview_north_e92e ul ul,
.component_full_8c9e .aside-stale-e6b2 ul ul,
.component_full_8c9e .basic_fcde ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.component_full_8c9e .container_medium_5137 .article-1814 > a,
.component_full_8c9e .preview_north_e92e .article-1814 > a,
.component_full_8c9e .aside-stale-e6b2 .article-1814 > a,
.component_full_8c9e .basic_fcde .article-1814 > a {
  margin-bottom: 0;
}
.component_full_8c9e .mini_a494 li,
.component_full_8c9e .container_medium_5137 li,
.component_full_8c9e .pagination_518f li,
.component_full_8c9e .preview_north_e92e li,
.component_full_8c9e .aside-stale-e6b2 li,
.component_full_8c9e .basic_fcde li,
.component_full_8c9e .info_prev_f4ea li,
.component_full_8c9e .breadcrumb-outer-5473 li {
  display: block;
  position: relative;
}
.component_full_8c9e .mini_a494 li:last-child,
.component_full_8c9e .container_medium_5137 li:last-child,
.component_full_8c9e .pagination_518f li:last-child,
.component_full_8c9e .preview_north_e92e li:last-child,
.component_full_8c9e .aside-stale-e6b2 li:last-child,
.component_full_8c9e .basic_fcde li:last-child,
.component_full_8c9e .info_prev_f4ea li:last-child,
.component_full_8c9e .breadcrumb-outer-5473 li:last-child {
  border: none;
}
.component_full_8c9e .mini_a494 li a,
.component_full_8c9e .container_medium_5137 li a,
.component_full_8c9e .pagination_518f li a,
.component_full_8c9e .preview_north_e92e li a,
.component_full_8c9e .aside-stale-e6b2 li a,
.component_full_8c9e .basic_fcde li a,
.component_full_8c9e .info_prev_f4ea li a,
.component_full_8c9e .breadcrumb-outer-5473 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.component_full_8c9e .mini_a494 li ul li::before,
.component_full_8c9e .container_medium_5137 li ul li::before,
.component_full_8c9e .pagination_518f li ul li::before,
.component_full_8c9e .preview_north_e92e li ul li::before,
.component_full_8c9e .aside-stale-e6b2 li ul li::before,
.component_full_8c9e .basic_fcde li ul li::before,
.component_full_8c9e .info_prev_f4ea li ul li::before,
.component_full_8c9e .breadcrumb-outer-5473 li ul li::before {
  left: 15px;
}
.component_full_8c9e .mini_a494 li ul a,
.component_full_8c9e .container_medium_5137 li ul a,
.component_full_8c9e .pagination_518f li ul a,
.component_full_8c9e .preview_north_e92e li ul a,
.component_full_8c9e .aside-stale-e6b2 li ul a,
.component_full_8c9e .basic_fcde li ul a,
.component_full_8c9e .info_prev_f4ea li ul a,
.component_full_8c9e .breadcrumb-outer-5473 li ul a {
  padding-left: 20px;
}
.component_full_8c9e .mini_a494 li ul ul li::before,
.component_full_8c9e .container_medium_5137 li ul ul li::before,
.component_full_8c9e .pagination_518f li ul ul li::before,
.component_full_8c9e .preview_north_e92e li ul ul li::before,
.component_full_8c9e .aside-stale-e6b2 li ul ul li::before,
.component_full_8c9e .basic_fcde li ul ul li::before,
.component_full_8c9e .info_prev_f4ea li ul ul li::before,
.component_full_8c9e .breadcrumb-outer-5473 li ul ul li::before {
  left: 30px;
}
.component_full_8c9e .mini_a494 li ul ul a,
.component_full_8c9e .container_medium_5137 li ul ul a,
.component_full_8c9e .pagination_518f li ul ul a,
.component_full_8c9e .preview_north_e92e li ul ul a,
.component_full_8c9e .aside-stale-e6b2 li ul ul a,
.component_full_8c9e .basic_fcde li ul ul a,
.component_full_8c9e .info_prev_f4ea li ul ul a,
.component_full_8c9e .breadcrumb-outer-5473 li ul ul a {
  padding-left: 40px;
}
.component_full_8c9e .panel_b067 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.component_full_8c9e .breadcrumb-outer-5473 ul li {
  margin-bottom: 1.41575em;
}
.component_full_8c9e .breadcrumb-outer-5473 ul li .title-middle-25f1 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.component_full_8c9e .breadcrumb-outer-5473 ul li .out_10ac {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.layout_cold_6c03 .mini_a494 li a,
.layout_cold_6c03 .container_medium_5137 li a,
.layout_cold_6c03 .pagination_518f li a,
.layout_cold_6c03 .preview_north_e92e li a,
.layout_cold_6c03 .aside-stale-e6b2 li a,
.layout_cold_6c03 .basic_fcde li a,
.layout_cold_6c03 .info_prev_f4ea li a,
.layout_cold_6c03 .breadcrumb-outer-5473 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.layout_cold_6c03 .panel_b067 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.layout_cold_6c03 .short-f4a6 ul li.item-fa8e .bottom-760b,
.layout_cold_6c03 .short-f4a6 ul li.smooth-d87b .bottom-760b {
  background: rgba(0, 0, 0, 0.2);
}
.layout_cold_6c03 .component_full_8c9e .short-f4a6 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.photo_03b2 .component_full_8c9e .content_thick_e4f8 li {
  margin: 0;
}
.photo_03b2 .component_full_8c9e .content_thick_e4f8 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.photo_03b2 .component_full_8c9e .content_thick_e4f8 li ul {
  margin: 0;
}
.photo_03b2 .component_full_8c9e .content_thick_e4f8 li ul li a {
  padding-left: 15px;
}
.photo_03b2 .component_full_8c9e .content_thick_e4f8 li ul li li a {
  padding-left: 30px;
}
.photo_03b2 .component_full_8c9e .content_thick_e4f8 li.gas-2a07 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.photo_03b2 .component_full_8c9e .content_thick_e4f8 li.gas-2a07 > 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;
}
.photo_03b2 .component_full_8c9e .content_thick_e4f8 li.gas-2a07 > 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;
}
.outline_fbf2 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.gallery-4b0b {
  position: relative;
  z-index: 10;
}
.gallery-4b0b .fluid_5677 {
  width: 100%;
  max-width: 100%;
}
.next_4215 .dark-58a9 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.next_4215 .first-9d20 {
}
.next_4215 .layout_cold_6c03 {
  background: #292929;
}
.title_9da1 .dark-58a9 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.title_9da1 .first-9d20 {
  background: #f9f9f9;
}
.title_9da1 .layout_cold_6c03 {
  background: #303030;
}
.title_6f41 .dark-58a9 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .title_6f41 .form-1653 {
    margin-bottom: 1em;
  }
  .title_6f41 .form-1653:last-child {
    margin-bottom: 0;
  }
}
.title_6f41 .first-9d20 {
  background: #ededed;
}
.title_6f41 .layout_cold_6c03 {
  background: #1a1a1a;
}
.dark-58a9.first-9d20 {
  color: rgba(0, 0, 0, 0.6);
}
.dark-58a9.first-9d20 .upper_977d li {
  border-color: rgba(0, 0, 0, 0.08);
}
.dark-58a9.layout_cold_6c03 {
  color: rgba(255, 255, 255, 0.99);
}
.dark-58a9.layout_cold_6c03 a:not(.label-bottom-af9e) {
  color: rgba(255, 255, 255, 0.79);
}
.dark-58a9.layout_cold_6c03 a:not(.label-bottom-af9e):hover {
  color: rgba(255, 255, 255, 0.99);
}
.dark-58a9.layout_cold_6c03 .upper_977d li {
  border-color: rgba(255, 255, 255, 0.08);
}
.dark-58a9.layout_cold_6c03 table tbody td,
.dark-58a9.layout_cold_6c03 table th {
  background: rgba(0, 0, 0, 0.08);
}
.texture-focused-28f9.wrapper_fb2e .notice-8fdd {
  max-width: initial;
}
.texture-focused-28f9 .search-7c74 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.texture-focused-28f9 .search-7c74 .fluid_5677 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .texture-focused-28f9 .search-7c74 .fluid_5677 {
    display: block;
    margin-bottom: 2em;
  }
  .texture-focused-28f9 .search-7c74 .fluid_5677:last-child {
    margin-bottom: 0;
  }
}
.title_6f41 .form-1653:last-child,
.title_9da1 .form-1653:last-child,
.next_4215 .form-1653:last-child {
  margin-bottom: 0;
}
.title_6f41 .form-1653 .component_full_8c9e .short-f4a6:last-child,
.title_9da1 .form-1653 .component_full_8c9e .short-f4a6:last-child,
.next_4215 .form-1653 .component_full_8c9e .short-f4a6:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .title_6f41 .action_27ad,
  .title_6f41 .down-8f80,
  .title_9da1 .action_27ad,
  .title_9da1 .down-8f80,
  .next_4215 .action_27ad,
  .next_4215 .down-8f80 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .gallery-4b0b .form-1653 {
    margin-bottom: 2em;
  }
}
.gallery-4b0b p:last-child {
  margin-bottom: 0;
}
.gallery-4b0b li,
.gallery-4b0b ul {
  list-style: none;
  margin: 0;
}
.gallery-4b0b ul ul {
  margin-left: 2.617924em;
}
.basic-f731 {
  font-size: 0.875em;
}

/* css-noise: 23f3 */
.widget-item-t4 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.2;
}
