/*!
Theme Name: Customify
Theme URI: https://pressmaximum.notice-cold-6994/customify
Author: WPCustomify
Author URI: https://pressmaximum.notice-cold-6994
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.notice-cold-6994/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.element-eb17.title_ea0d/licenses/gpl-2.0.middle_f963
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.gallery-plasma-652c/, (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.primary_6dfe.card-orange-0bcd/normalize.hero_soft_099e/
 ======
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.hero_soft_099e v7.0.0 | MIT License | github.notice-cold-6994/necolas/normalize.hero_soft_099e */
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;
}
.frame-44cc .accent_brown_c1e0,
.list_0d26,
.plasma_f535,
.module_wood_4e7c,
.detail-f626,
.feature_solid_84aa,
.detail_7171,
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;
}
.list_0d26,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .list_0d26,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .list_0d26,
  h1 {
    font-size: 1.8em;
  }
}
.plasma_f535,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.plasma_f535 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .plasma_f535,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .plasma_f535,
  h2 {
    font-size: 1.7em;
  }
}
.module_wood_4e7c,
h3 {
  font-size: 1.618em;
}
.frame-44cc .accent_brown_c1e0,
.detail-f626,
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.status-60a0 {
  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;
}
.message-cfed:after,
.message-cfed:before,
.main_872d:after,
.main_872d:before {
  content: "";
  display: table;
}
.message-cfed:after,
.main_872d:after {
  clear: both;
}
.accordion-1450 {
  float: right;
  margin-right: 0;
}
.frame_east_d259 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.popup-fast-3f12 .panel-f377,
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;
}
.popup-fast-3f12 .panel-f377: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;
}
.header-fc17 .panel-f377 {
  box-shadow: none;
}
.header-fc17
  .panel-f377
  .wrapper_lite_7f97 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.header-fc17 .panel-f377 .message_hard_e83c {
  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;
}
.header-fc17
  .panel-f377
  .message_hard_e83c
  b {
  display: none;
}
.header-fc17 .nav-hard-c561 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.description_8e20:not(.highlight_75b8):not(.down_6eb2),
button:not(.highlight_75b8):not(.down_6eb2),
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ),
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ),
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ) {
  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;
}
.description_8e20:not(.highlight_75b8):not(
    .down_6eb2
  ):hover,
button:not(.highlight_75b8):not(
    .down_6eb2
  ):hover,
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ):hover,
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ):hover,
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.description_8e20:not(.highlight_75b8):not(
    .down_6eb2
  ):active,
.description_8e20:not(.highlight_75b8):not(
    .down_6eb2
  ):focus,
button:not(.highlight_75b8):not(
    .down_6eb2
  ):active,
button:not(.highlight_75b8):not(
    .down_6eb2
  ):focus,
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ):active,
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ):focus,
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ):active,
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ):focus,
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ):active,
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ):focus {
  outline: 0;
}
.description_8e20:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1,
button:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1,
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1,
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1,
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1 {
  position: relative;
}
.description_8e20:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .paragraph_982f,
.description_8e20:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .component_23d7,
.description_8e20:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .label_2dbf,
.description_8e20:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  i,
.description_8e20:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  svg,
button:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .paragraph_982f,
button:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .component_23d7,
button:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .label_2dbf,
button:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  i,
button:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  svg,
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .paragraph_982f,
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .component_23d7,
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .label_2dbf,
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  i,
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  svg,
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .paragraph_982f,
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .component_23d7,
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .label_2dbf,
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  i,
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  svg,
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .paragraph_982f,
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .component_23d7,
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  .label_2dbf,
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  i,
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1
  svg {
  visibility: hidden;
}
.description_8e20:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1:after,
button:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1:after,
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1:after,
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1:after,
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ).fn-loading-b1b1: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;
}
.description_8e20:not(.highlight_75b8):not(.down_6eb2),
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ),
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ),
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ) {
  color: #fff;
  background: #235787;
}
.description_8e20:not(.highlight_75b8):not(
    .down_6eb2
  ):focus,
input[type="button"]:not(.highlight_75b8):not(
    .down_6eb2
  ):focus,
input[type="reset"]:not(.highlight_75b8):not(
    .down_6eb2
  ):focus,
input[type="submit"]:not(.highlight_75b8):not(
    .down_6eb2
  ):focus {
  color: #fff;
}
.description_8e20.fn-disabled-b1b1:not(.highlight_75b8):not(
    .down_6eb2
  ),
.description_8e20[disabled]:not(.highlight_75b8):not(
    .down_6eb2
  ),
button.fn-disabled-b1b1:not(.highlight_75b8):not(
    .down_6eb2
  ),
button[disabled]:not(.highlight_75b8):not(
    .down_6eb2
  ) {
  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;
}
.bright-b065 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.bright-b065: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;
}
.feature-91f1 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.old-b21c {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.media_west_5cee {
  clear: both;
  display: block;
  margin: 0 auto;
}
.message-cfed:after,
.message-cfed:before,
.media_5261:after,
.media_5261:before,
.simple-703c:after,
.simple-703c:before,
.form_dade:after,
.form_dade:before,
.active-huge-38e7:after,
.active-huge-38e7:before,
.sort-motion-2d02:after,
.sort-motion-2d02:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.message-cfed:after,
.media_5261:after,
.simple-703c:after,
.form_dade:after,
.active-huge-38e7:after,
.sort-motion-2d02:after {
  clear: both;
}
.media_5261 .notification-outer-38a6,
.simple-703c .notification-outer-38a6,
.solid-fb3d .notification-outer-38a6 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.current-5eff {
  display: inline-block;
}
.mask-focused-7db7 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.mask-focused-7db7 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mask-focused-7db7 .pagination-e43c {
  padding: 1em 0;
  font-size: 85%;
}
.pagination-e43c {
  text-align: left;
  font-style: italic;
  color: #999;
}
.breadcrumb-f4ea {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.breadcrumb-f4ea:after,
.breadcrumb-f4ea:before {
  content: "";
  display: table;
}
.breadcrumb-f4ea:after {
  clear: both;
}
.logo-dc56 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.east_cf53 .logo-dc56 {
  max-width: 50%;
}
.left_cc8a .logo-dc56 {
  max-width: 33.33%;
}
.grid_light_0cc2 .logo-dc56 {
  max-width: 25%;
}
.secondary-d328 .logo-dc56 {
  max-width: 20%;
}
.stone-bf46 .logo-dc56 {
  max-width: 16.66%;
}
.green-7c99 .logo-dc56 {
  max-width: 14.28%;
}
.tooltip-990a .logo-dc56 {
  max-width: 12.5%;
}
.bronze_879e .logo-dc56 {
  max-width: 11.11%;
}
.thick_dc45 {
  display: block;
}
.frame-44cc .wood-8aac label,
.frame-44cc .border-motion-f56b label,
.frame-44cc .avatar-69b8 label,
.frame-44cc .input-a72d label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.slider-hovered-9297 {
  list-style: none;
  margin: 0;
}
.slider-hovered-9297 article.complex_0268 {
  margin-bottom: 0;
}
.slider-hovered-9297 ul {
  list-style: none;
  margin: 0;
}
.slider-hovered-9297 .mask_over_8d2b li.complex_0268 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .slider-hovered-9297 .mask_over_8d2b li.complex_0268 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .slider-hovered-9297 .mask_over_8d2b li.complex_0268: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) {
  .slider-hovered-9297 .mask_over_8d2b li.complex_0268 li.complex_0268 li.complex_0268 li.complex_0268 {
    padding-left: 0;
  }
}
article.complex_0268 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.complex_0268 .media_5261 p:last-of-type {
  margin-bottom: 0;
}
article.complex_0268 .caption_c94a {
  float: left;
}
article.complex_0268 .hover-332f {
  margin-left: 85px;
}
article.complex_0268 .fluid-cba1 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.complex_0268 .fluid-cba1 .action-6d1b {
  margin-left: 10px;
}
article.complex_0268 .notification-pro-41cc {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.complex_0268 .next_ef71 {
  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 .wood-8aac,
  #respond .avatar-69b8,
  #respond .input-a72d {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .wood-8aac input,
#respond .avatar-69b8 input,
#respond .input-a72d input {
  width: 100%;
}
#respond .input-a72d {
  margin-right: 0;
}
#respond .aside_99ba #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.background-yellow-75ed {
  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;
}
.background-yellow-75ed.picture-thick-f65d {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.background-yellow-75ed 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%);
}
.background-yellow-75ed:focus,
.background-yellow-75ed: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);
}
.primary_short_50df {
  border-radius: 10%;
}
.article-9ebd {
  border-radius: 50%;
}
.top-efe7 {
  font-size: 0.72em;
}
.block_a0c2 {
  font-size: 0.875em;
}
.dim-7e4d {
  font-size: 1.1em;
}
.footer-d7e4 {
  text-transform: uppercase;
  line-height: 1.2;
}
.footer-d7e4.top-efe7 {
  letter-spacing: 0.5px;
}
.modal-large-25c4,
.modal-large-25c4 a {
  color: #6d6d6d;
}
.modal-large-25c4 a:hover {
  color: #111;
}
.icon_0960 {
  color: #6d6d6d;
}
.surface-full-78ea {
  overflow-x: hidden;
}
.surface-full-78ea .orange-3ed8.dim-8a4e {
  position: relative;
}
.surface-full-78ea .orange-3ed8.dim-8a4e.small-cfb2 {
  position: initial;
}
.surface-full-78ea
  .orange-3ed8.dim-8a4e.small-cfb2
  .focus-1010 {
  left: auto;
}
.surface-full-78ea .orange-3ed8 .focus-1010 {
  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;
}
.surface-full-78ea .orange-3ed8:hover.dim-8a4e {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.surface-full-78ea
  .orange-3ed8:hover.dim-8a4e
  .focus-1010 {
  display: block;
  z-index: 9999999;
}
.surface-full-78ea .main_9130 .input_middle_c7db,
.surface-full-78ea .active-c2be .input_middle_c7db {
  display: none;
}
.surface-full-78ea .pressed_413c .orange-3ed8:hover.dim-8a4e {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.frame-44cc .wood-8aac label,
.frame-44cc .border-motion-f56b label,
.frame-44cc .avatar-69b8 label,
.frame-44cc .input-a72d label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.slider-hovered-9297 {
  list-style: none;
  margin: 0;
}
.slider-hovered-9297 article.complex_0268 {
  margin-bottom: 0;
}
.slider-hovered-9297 ul {
  list-style: none;
  margin: 0;
}
.slider-hovered-9297 .mask_over_8d2b li.complex_0268 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .slider-hovered-9297 .mask_over_8d2b li.complex_0268 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .slider-hovered-9297 .mask_over_8d2b li.complex_0268: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) {
  .slider-hovered-9297 .mask_over_8d2b li.complex_0268 li.complex_0268 li.complex_0268 li.complex_0268 {
    padding-left: 0;
  }
}
article.complex_0268 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.complex_0268 .media_5261 p:last-of-type {
  margin-bottom: 0;
}
article.complex_0268 .caption_c94a {
  float: left;
}
article.complex_0268 .hover-332f {
  margin-left: 85px;
}
article.complex_0268 .fluid-cba1 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.complex_0268 .fluid-cba1 .action-6d1b {
  margin-left: 10px;
}
article.complex_0268 .notification-pro-41cc {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.complex_0268 .next_ef71 {
  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 .wood-8aac,
  #respond .avatar-69b8,
  #respond .input-a72d {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .wood-8aac input,
#respond .avatar-69b8 input,
#respond .input-a72d input {
  width: 100%;
}
#respond .input-a72d {
  margin-right: 0;
}
#respond .aside_99ba #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.main_9130 .tiny-d29e {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.tiny-d29e .active-top-b1ff.glass_d9f8 .modal_7e68 > li > a:focus,
.tiny-d29e .active-top-b1ff.glass_d9f8 .modal_7e68 > li > a:hover,
.tiny-d29e .active-top-b1ff.liquid-e9d5 .modal_7e68 > li > a:focus,
.tiny-d29e .active-top-b1ff.liquid-e9d5 .modal_7e68 > li > a:hover,
.tiny-d29e .active-top-b1ff.text-stale-6fab .modal_7e68 > li > a:focus,
.tiny-d29e .active-top-b1ff.text-stale-6fab .modal_7e68 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tiny-d29e
  .active-top-b1ff.glass_d9f8
  .modal_7e68
  > li.mask_white_c955
  > a,
.tiny-d29e
  .active-top-b1ff.glass_d9f8
  .modal_7e68
  > li.advanced-16b9
  > a,
.tiny-d29e
  .active-top-b1ff.liquid-e9d5
  .modal_7e68
  > li.mask_white_c955
  > a,
.tiny-d29e
  .active-top-b1ff.liquid-e9d5
  .modal_7e68
  > li.advanced-16b9
  > a,
.tiny-d29e
  .active-top-b1ff.text-stale-6fab
  .modal_7e68
  > li.mask_white_c955
  > a,
.tiny-d29e .active-top-b1ff.text-stale-6fab .modal_7e68 > li.search-c44c > a {
  color: rgba(255, 255, 255, 0.99);
}
.tiny-d29e .article_paper_fe4d,
.tiny-d29e .article_paper_fe4d a {
  color: rgba(255, 255, 255, 0.99);
}
.tiny-d29e .active_be85.message-17de li a,
.tiny-d29e .message-9785 a,
.tiny-d29e .surface_cold_9a73,
.tiny-d29e .modal_7e68 > li > a,
.tiny-d29e .down-7e14 {
  color: rgba(255, 255, 255, 0.79);
}
.tiny-d29e .active_be85.message-17de li a:hover,
.tiny-d29e .message-9785 a:hover,
.tiny-d29e .surface_cold_9a73:hover,
.tiny-d29e .modal_7e68 > li > a:hover,
.tiny-d29e .down-7e14:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tiny-d29e .outer_23f7 {
  color: rgba(255, 255, 255, 0.79);
}
.tiny-d29e .outer_23f7 .primary_motion_f3df {
  color: rgba(255, 255, 255, 0.99);
}
.tiny-d29e .outer_23f7:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tiny-d29e .label-d073 .gold-3bec {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tiny-d29e .label-d073 .gold-3bec .slider-44c8 {
  color: rgba(255, 255, 255, 0.79);
}
.tiny-d29e
  .label-d073
  .gold-3bec
  .slider-44c8::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tiny-d29e
  .label-d073
  .gold-3bec
  .slider-44c8:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tiny-d29e
  .label-d073
  .gold-3bec
  .slider-44c8::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tiny-d29e
  .label-d073
  .gold-3bec
  .slider-44c8::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tiny-d29e .label-d073 .next-5cc8 {
  color: rgba(255, 255, 255, 0.79);
}
.tiny-d29e .label-d073 .next-5cc8:hover {
  color: rgba(255, 255, 255, 0.99);
}
.notice_orange_0127
  .tiny-d29e
  .label-d073
  .action-b889
  .picture_motion_660a {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.notice_orange_0127
  .tiny-d29e
  .label-d073
  .action-b889
  .slider-44c8 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.main_9130 .bronze_8c61 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.bronze_8c61 .active-top-b1ff.glass_d9f8 .modal_7e68 > li > a:focus,
.bronze_8c61 .active-top-b1ff.glass_d9f8 .modal_7e68 > li > a:hover,
.bronze_8c61 .active-top-b1ff.liquid-e9d5 .modal_7e68 > li > a:focus,
.bronze_8c61 .active-top-b1ff.liquid-e9d5 .modal_7e68 > li > a:hover,
.bronze_8c61 .active-top-b1ff.text-stale-6fab .modal_7e68 > li > a:focus,
.bronze_8c61 .active-top-b1ff.text-stale-6fab .modal_7e68 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.bronze_8c61
  .active-top-b1ff.glass_d9f8
  .modal_7e68
  > li.mask_white_c955
  > a,
.bronze_8c61
  .active-top-b1ff.glass_d9f8
  .modal_7e68
  > li.advanced-16b9
  > a,
.bronze_8c61
  .active-top-b1ff.liquid-e9d5
  .modal_7e68
  > li.mask_white_c955
  > a,
.bronze_8c61
  .active-top-b1ff.liquid-e9d5
  .modal_7e68
  > li.advanced-16b9
  > a,
.bronze_8c61
  .active-top-b1ff.text-stale-6fab
  .modal_7e68
  > li.mask_white_c955
  > a,
.bronze_8c61 .active-top-b1ff.text-stale-6fab .modal_7e68 > li.search-c44c > a {
  color: rgba(0, 0, 0, 0.8);
}
.bronze_8c61 .article_paper_fe4d,
.bronze_8c61 .article_paper_fe4d a {
  color: rgba(0, 0, 0, 0.8);
}
.bronze_8c61 .active_be85.message-17de li a,
.bronze_8c61 .message-9785 a,
.bronze_8c61 .surface_cold_9a73,
.bronze_8c61 .modal_7e68 > li > a,
.bronze_8c61 .down-7e14 {
  color: rgba(0, 0, 0, 0.55);
}
.bronze_8c61 .active_be85.message-17de li a:hover,
.bronze_8c61 .message-9785 a:hover,
.bronze_8c61 .surface_cold_9a73:hover,
.bronze_8c61 .modal_7e68 > li > a:hover,
.bronze_8c61 .down-7e14:hover {
  color: rgba(0, 0, 0, 0.8);
}
.bronze_8c61 .outer_23f7 {
  color: rgba(0, 0, 0, 0.55);
}
.bronze_8c61 .outer_23f7 .primary_motion_f3df {
  color: rgba(0, 0, 0, 0.8);
}
.bronze_8c61 .outer_23f7:hover {
  color: rgba(0, 0, 0, 0.8);
}
.form-1ff5 .sidebar_full_657e {
  margin-left: auto;
  margin-right: auto;
}
.simple-703c > * {
  margin-left: auto;
  margin-right: auto;
}
.simple-703c .feature-91f1 {
  margin-right: 1.41575em;
}
.shadow-fresh-fbd9 .simple-703c > .detail_yellow_3333 {
  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;
}
.shadow-fresh-fbd9 .simple-703c > .status-thick-74c8 {
  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;
}
.motion-ffe5.form-1ff5 .sidebar_full_657e,
.secondary-paper-f532.form-1ff5 .sidebar_full_657e {
  margin-left: 0;
}
.thumbnail_west_fd89.form-1ff5 .sidebar_full_657e,
.advanced_ee69.form-1ff5 .sidebar_full_657e {
  margin-right: 0;
}
.simple-703c ol,
.simple-703c ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.progress-b5d7 video {
  max-width: 100%;
}
.item-glass-dbf7 img {
  display: block;
}
.item-glass-dbf7.feature-91f1,
.item-glass-dbf7.old-b21c {
  width: 100%;
}
.item-glass-dbf7.status-thick-74c8 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.smooth_7bda:not(.primary_static_3408) {
  margin: 1.5em auto;
}
.hovered_c10f p {
  padding: 1.5em 14px;
}
ul.yellow_47d8.status-thick-74c8,
ul.yellow_47d8.detail_yellow_3333,
ul.yellow_47d8.secondary_fixed_45ec.detail_yellow_3333 {
  padding: 0 14px;
}
.photo_white_1482 {
  display: block;
  overflow-x: auto;
}
.photo_white_1482 table {
  border-collapse: collapse;
  width: 100%;
}
.photo_white_1482 td,
.photo_white_1482 th {
  padding: 0.5em;
}
.simple-703c li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.simple-703c ol ol,
.simple-703c ol ul,
.simple-703c ul ol,
.simple-703c ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.simple-703c ol ol li,
.simple-703c ol ul li,
.simple-703c ul ol li,
.simple-703c ul ul li {
  margin-left: 0;
}
.item-a077.image-aee3 > .list_up_2a76 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.item-a077.image-aee3 > .list_up_2a76 iframe,
.item-a077.image-aee3 > .list_up_2a76 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.surface-brown-9403 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.surface-brown-9403.panel_large_ce8c {
  padding: 0;
}
.surface-brown-9403.panel_large_ce8c cite {
  font-size: 13px;
}
.surface-brown-9403 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.surface-brown-9403 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.secondary-8f76 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.secondary-8f76 > p:first-child {
  margin-top: 0;
}
.secondary-8f76 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.secondary-8f76 blockquote {
  border-left: 0;
}
.south_b816 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.south_b816:not(.content-right-0fa4) {
  max-width: 100px;
}
.south_b816.breadcrumb_5ed1 {
  border-bottom: none !important;
  text-align: center;
}
.south_b816.breadcrumb_5ed1::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .hovered_c10f p {
    padding: 1.5em 0;
  }
}
.pagination-soft-500b {
  color: #0073aa;
}
.primary_c7eb {
  background-color: #0073aa;
}
.alert-copper-b3c4 {
  color: #229fd8;
}
.gallery_876e {
  background-color: #229fd8;
}
.row_mini_9e82 {
  color: #eee;
}
.motion_dd6e {
  background-color: #eee;
}
.outer-e747 {
  color: #444;
}
.message-lite-3fa1 {
  background-color: #444;
}
.east_029d {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.east_029d .background-b9d7 .message-9785 {
  font-size: 15px;
}
.east_029d .message-9785 {
  line-height: 1.3;
}
.east_029d .bronze_8c61 {
}
.east_029d .tiny-d29e {
  background: #235787;
}
.tall-106c {
  padding: 0;
}
.tall-106c .tiny-d29e {
  background: #1a1a1a;
}
.tall-106c .bronze_8c61 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.gallery-silver-4711 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.gallery-silver-4711 .bronze_8c61 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.gallery-silver-4711 .tiny-d29e {
  background: #303030;
}
.sort-motion-2d02 {
  position: relative;
  z-index: 10;
}
.sort-motion-2d02 .detail-0986 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.row-fresh-5c95 .dim-8a4e {
  display: inline-block;
  vertical-align: middle;
}
.row-fresh-5c95.last-38f0 .dim-8a4e {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .row-fresh-5c95.last-38f0 .dim-8a4e {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .row-fresh-5c95.last-38f0 .dim-8a4e {
    margin-right: 0.4em;
  }
}
.row-fresh-5c95.last-38f0 .dim-8a4e:last-child {
  margin-right: 0;
}
.layout_middle_8627 .detail-0986 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .main_9130 .background-b9d7 {
    margin: 0 -0.5em;
  }
  .main_9130 .background-b9d7 [class*="customify-col-"],
  .main_9130 .background-b9d7 [class*="customify-col_"],
  .main_9130 .background-b9d7 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.main_9130.hidden-liquid-ef7a .detail-0986 {
  background: 0 0 !important;
}
.main_9130.hidden-liquid-ef7a .detail-0986,
.main_9130.layout_middle_8627 .detail-0986 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .main_9130.layout-94ce {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.main_9130.layout_middle_8627 .detail-0986 {
  box-shadow: none !important;
}
.nav_3231 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .nav_3231 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .nav_3231 {
    padding: 18px 0 20px;
  }
}
.nav_3231 .over_fe5e {
  width: 100%;
}
.nav_3231 .preview-0afe {
  margin-bottom: 0;
}
.nav_3231 .hover-next-0e89 {
  margin-top: 5px;
  font-size: 0.875em;
}
.overlay_fluid_ca48 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.overlay_fluid_ca48 .popup_87bf {
  width: 100%;
}
.selected_4153 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.selected_4153 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.selected_4153 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;
}
.selected_4153 li:last-child:after {
  display: none;
}
.selected_4153 li a {
  font-weight: 500;
  margin-right: 10px;
}
.primary-0886 .input_middle_c7db button,
.nav_3231 .input_middle_c7db button {
  left: 0;
}
.primary-0886 .popup_87bf,
.nav_3231 .popup_87bf {
  padding-left: 0;
  padding-right: 0;
}
.primary-0886 .overlay_fluid_ca48,
.nav_3231 .overlay_fluid_ca48 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.primary-0886 {
  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;
}
.primary-0886: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;
}
.primary-0886 .title-south-c292 {
  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) {
  .primary-0886 .title-south-c292 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .primary-0886 .title-south-c292 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .primary-0886 .title-south-c292 {
    min-height: 200px;
  }
}
.primary-0886 .selected_4153 {
  color: rgba(255, 255, 255, 0.8);
}
.primary-0886 .selected_4153 a,
.primary-0886 .selected_4153 li:after {
  color: inherit;
}
.primary-0886 .selected_4153 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.column-c6b3 {
  margin-bottom: 0.5em;
}
.picture-advanced-6b73 {
  margin-bottom: 1.2em;
}
.picture-advanced-6b73,
.column-c6b3 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.picture-advanced-6b73 p:last-child,
.column-c6b3 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .input_middle_c7db,
#masthead .input_middle_c7db {
  display: none;
}
#masthead
  > .input_middle_c7db.static_3f1e {
  display: none;
}
#masthead > .input_middle_c7db button {
  left: 0;
}
.button-right-775e {
  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%;
}
.button-right-775e .dim-8a4e {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.button-right-775e .button_2069 {
  display: -webkit-box;
  display: flex;
}
.button-right-775e .button_2069.purple_c41b {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.button-right-775e .button_2069.accordion_liquid_acbf {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.button-right-775e .button_2069.title-221f {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.button-right-775e.menu-4dca.primary-67fc .button_2069.purple_c41b {
  flex-basis: 100%;
}
.button-right-775e.basic_868a .button_2069.accordion_liquid_acbf {
  -webkit-box-flex: 1;
  flex: auto;
}
.button-right-775e.basic_868a .button_2069.title-221f {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .input_middle_c7db.static_3f1e {
  display: none;
}
#masthead > .input_middle_c7db button {
  left: 0;
}
.table-short-04bc {
  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;
}
.table-short-04bc:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.table-short-04bc.modal-silver-8058 i {
  margin-right: 4px;
}
.table-short-04bc.last-2133 i {
  margin-left: 5px;
}
.message-9785 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.message-9785 p:last-child {
  margin-bottom: 0;
}
.white-85e6 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.white-85e6 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.white-85e6 img {
  display: block;
  width: auto;
  line-height: 1;
}
.white-85e6 .article_paper_fe4d {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.white-85e6 .dropdown_6794 {
  margin: 5px 0 7px 0;
}
.white-85e6.static-3916 .primary_7588 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.white-85e6.static-3916 .medium_3660 {
  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;
}
.white-85e6.wrapper_inner_e581 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.white-85e6.wrapper_inner_e581 .primary_7588 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.white-85e6.wrapper_inner_e581 .medium_3660 {
  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;
}
.white-85e6.input_current_19e3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.white-85e6.popup_38f7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.white-85e6.popup_38f7 .medium_3660 {
  margin-top: 7px;
}
.container_iron_16a0 {
  display: inline-block;
}
.sort-motion-2d02 .detail-f45c .white-85e6 img {
  max-width: 100%;
}
.active-top-b1ff .thumbnail_dark_027c.footer_2fa7,
.alert_bc48 .thumbnail_dark_027c.footer_2fa7 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.active-top-b1ff .search_dfc4,
.alert_bc48 .search_dfc4 {
  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%);
}
.active-top-b1ff .search_dfc4 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.active-top-b1ff.solid-4804 .search_dfc4 {
  display: none;
}
.active-top-b1ff .hover-adc7 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.active-top-b1ff .hover-adc7 li {
  display: inline-block;
  position: relative;
}
.active-top-b1ff .hover-adc7 li:last-child {
  margin-right: 0;
}
.active-top-b1ff .hover-adc7 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;
}
.active-top-b1ff .hover-adc7 li.search-c44c > a {
  color: rgba(0, 0, 0, 0.9);
}
.active-top-b1ff .hover-adc7 > 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;
}
.active-top-b1ff .hover-adc7 > li > a i {
  line-height: 0;
}
.active-top-b1ff .hover-adc7 > li.dim-cd5f > a .search_dfc4 {
  margin-left: 4px;
  line-height: 0;
}
.active-top-b1ff .hover-adc7 .image-narrow-63bb li.dim-cd5f > a {
  position: relative;
}
.active-top-b1ff .hover-adc7 .image-narrow-63bb li.dim-cd5f > a:after,
.active-top-b1ff .hover-adc7 .image-narrow-63bb li.dim-cd5f > a:before {
  content: "";
  display: table;
}
.active-top-b1ff .hover-adc7 .image-narrow-63bb li.dim-cd5f > a:after {
  clear: both;
}
.active-top-b1ff .hover-adc7 .image-narrow-63bb li.dim-cd5f > a .search_dfc4 {
  margin-left: 5px;
  float: right;
}
.active-top-b1ff .hot-d612,
.active-top-b1ff .image-narrow-63bb {
  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;
}
.active-top-b1ff .image-narrow-63bb {
  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;
}
.active-top-b1ff .image-narrow-63bb .footer_2fa7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.active-top-b1ff .image-narrow-63bb .search_dfc4 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.active-top-b1ff .image-narrow-63bb li {
  display: block;
  margin: 0;
  padding: 0;
}
.active-top-b1ff .image-narrow-63bb 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;
}
.active-top-b1ff .image-narrow-63bb li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.active-top-b1ff .image-narrow-63bb .image-narrow-63bb {
  top: 0;
  left: 100%;
}
.active-top-b1ff .sidebar_9756.fn-focus-b1b1 > .hot-d612,
.active-top-b1ff .sidebar_9756.fn-focus-b1b1 > .image-narrow-63bb,
.active-top-b1ff .sidebar_9756:focus > .hot-d612,
.active-top-b1ff .sidebar_9756:focus > .image-narrow-63bb,
.active-top-b1ff .sidebar_9756:hover > .hot-d612,
.active-top-b1ff .sidebar_9756:hover > .image-narrow-63bb {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.active-top-b1ff.text-stale-6fab .modal_7e68:after,
.active-top-b1ff.text-stale-6fab .modal_7e68:before {
  content: "";
  display: table;
}
.active-top-b1ff.text-stale-6fab .modal_7e68:after {
  clear: both;
}
.active-top-b1ff.text-stale-6fab .modal_7e68 > li {
  float: left;
}
.active-top-b1ff.up-2f21 .modal_7e68:after,
.active-top-b1ff.up-2f21 .modal_7e68:before {
  content: "";
  display: table;
}
.active-top-b1ff.up-2f21 .modal_7e68:after {
  clear: both;
}
.active-top-b1ff.up-2f21 .modal_7e68 > li {
  float: left;
}
.active-top-b1ff.up-2f21 .modal_7e68 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.active-top-b1ff.up-2f21 .modal_7e68 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.active-top-b1ff.up-2f21 .modal_7e68 > li.mask_white_c955 > a,
.active-top-b1ff.up-2f21 .modal_7e68 > li.search-c44c > a {
  color: #fff;
  background-color: #1e4b75;
}
.active-top-b1ff.glass_d9f8 .modal_7e68 > li > a .footer_2fa7 {
  position: relative;
}
.active-top-b1ff.glass_d9f8 .modal_7e68 > li > a .footer_2fa7: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;
}
.active-top-b1ff.glass_d9f8
  .modal_7e68
  > li:focus
  > a
  .footer_2fa7:before,
.active-top-b1ff.glass_d9f8
  .modal_7e68
  > li:hover
  > a
  .footer_2fa7:before {
  width: 100%;
  background-color: currentColor;
}
.active-top-b1ff.glass_d9f8
  .modal_7e68
  > li.mask_white_c955
  > a
  .footer_2fa7:before,
.active-top-b1ff.glass_d9f8
  .modal_7e68
  > li.advanced-16b9
  > a
  .footer_2fa7:before {
  width: 100%;
  background-color: currentColor;
}
.active-top-b1ff.liquid-e9d5 .modal_7e68 > li > a .footer_2fa7 {
  position: relative;
}
.active-top-b1ff.liquid-e9d5 .modal_7e68 > li > a .footer_2fa7: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;
}
.active-top-b1ff.liquid-e9d5 .modal_7e68 > li:focus > a .footer_2fa7:before,
.active-top-b1ff.liquid-e9d5
  .modal_7e68
  > li:hover
  > a
  .footer_2fa7:before {
  width: 100%;
  background-color: currentColor;
}
.active-top-b1ff.liquid-e9d5
  .modal_7e68
  > li.mask_white_c955
  > a
  .footer_2fa7:before,
.active-top-b1ff.liquid-e9d5
  .modal_7e68
  > li.advanced-16b9
  > a
  .footer_2fa7:before {
  width: 100%;
  background-color: currentColor;
}
.alert_bc48 .hover-adc7 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alert_bc48 .hover-adc7 li:first-child > a {
  border-top: none;
}
.alert_bc48 .hover-adc7 .outline_ae0a > .footer_2fa7 .search_dfc4 {
  display: none;
}
.alert_bc48 .hover-adc7 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.alert_bc48 .hover-adc7 li:last-child {
  border: none;
}
.alert_bc48 .hover-adc7 li.dim-cd5f > a {
  padding-right: 45px !important;
}
.alert_bc48 .hover-adc7 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.alert_bc48 .hover-adc7 li a:focus,
.alert_bc48 .hover-adc7 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.alert_bc48 .hover-adc7 li .center-ed30 {
  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;
}
.alert_bc48 .hover-adc7 li .center-ed30:hover {
  box-shadow: none;
}
.alert_bc48 .hover-adc7 li .center-ed30 .search_dfc4 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.alert_bc48 .hover-adc7 .image-narrow-63bb {
  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);
}
.alert_bc48 .hover-adc7 .image-narrow-63bb li a {
  padding-left: 3em;
}
.alert_bc48 .hover-adc7 .row-e36a > a .center-ed30 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.alert_bc48 .hover-adc7 .row-e36a > .image-narrow-63bb {
  display: block;
  opacity: 1;
}
.media-8fd0 {
  max-width: 100%;
}
.hidden_67b6 {
  line-height: 0;
  cursor: pointer;
}
.down-7e14 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.down-7e14:hover {
  box-shadow: none;
  color: currentColor;
}
.down-7e14 svg {
  width: 18px;
  height: 18px;
}
.down-7e14 .dropdown-soft-6560 {
  display: none;
}
.dim_dc0d {
  position: relative;
}
.dim_dc0d.fn-active-b1b1 .down-7e14 .simple-b113 {
  display: none;
}
.dim_dc0d.fn-active-b1b1 .down-7e14 .dropdown-soft-6560 {
  display: inline-block;
}
.dim_dc0d .tall-ae26 {
  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);
}
.dim_dc0d.table-8fa8 .tall-ae26 {
  left: auto;
  right: -0.9em;
}
.dim_dc0d.table-8fa8 .notice-bright-cefd::before {
  left: auto;
  right: 15px;
}
.dim_dc0d.fn-active-b1b1 .tall-ae26 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.action-b889 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.action-b889 label {
  flex-basis: 100%;
}
.action-b889 .gold-3bec {
  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;
}
.action-b889 .slider-44c8 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.action-b889 .slider-44c8:focus {
  background-color: transparent;
}
.action-b889 button.next-5cc8 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.action-b889 button.next-5cc8:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.action-b889 button.next-5cc8 svg {
  width: 18px;
  height: 18px;
}
.action-b889 input[type="submit"] {
  min-height: auto;
}
.label-d073 .action-b889 .slider-44c8 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.notice-bright-cefd {
  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) {
  .notice-bright-cefd {
    width: 220px;
  }
}
.notice-bright-cefd label {
  flex-basis: 100%;
}
.notice-bright-cefd::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;
}
.notice_orange_0127 .label-d073 .action-b889 {
  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;
}
.notice_orange_0127
  .label-d073
  .action-b889
  .gold-3bec {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.notice_orange_0127 .label-d073 .action-b889 .slider-44c8 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.notice_orange_0127
  .label-d073
  .action-b889
  .slider-44c8:focus {
  background: 0 0;
}
.notice_orange_0127
  .label-d073
  .action-b889
  .picture_motion_660a {
  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;
}
.active_be85 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.active_be85 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.active_be85 li:last-child {
  margin-right: 0;
}
.active_be85 li:first-child {
  margin-left: 0;
}
.active_be85.surface_8d06 a {
  color: #fff;
}
.active_be85.surface_8d06 a:hover {
  color: #fff;
}
.active_be85 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.active_be85 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.active_be85 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.active_be85 a:hover {
  opacity: 0.9;
  color: inherit;
}
.active_be85 [class*="social-icon-apple"] {
  background-color: #999;
}
.active_be85 [class*="social-icon-apple"].gas-6d7d {
  background-color: transparent;
  color: #999;
}
.active_be85 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.active_be85 [class*="social-icon-behance"].gas-6d7d {
  background-color: transparent;
  color: #1769ff;
}
.active_be85 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.active_be85 [class*="social-icon-bitbucket"].gas-6d7d {
  background-color: transparent;
  color: #205081;
}
.active_be85 [class*="social-icon-codepen"] {
  background-color: #000;
}
.active_be85 [class*="social-icon-codepen"].gas-6d7d {
  background-color: transparent;
  color: #000;
}
.active_be85 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.active_be85 [class*="social-icon-delicious"].gas-6d7d {
  background-color: transparent;
  color: #39f;
}
.active_be85 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.active_be85 [class*="social-icon-digg"].gas-6d7d {
  background-color: transparent;
  color: #005be2;
}
.active_be85 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.active_be85 [class*="social-icon-dribbble"].gas-6d7d {
  background-color: transparent;
  color: #ea4c89;
}
.active_be85 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.active_be85 [class*="social-icon-envelope"].gas-6d7d {
  background-color: transparent;
  color: #ea4335;
}
.active_be85 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.active_be85 [class*="social-icon-facebook"].gas-6d7d {
  background-color: transparent;
  color: #3b5998;
}
.active_be85 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.active_be85 [class*="social-icon-flickr"].gas-6d7d {
  background-color: transparent;
  color: #0063dc;
}
.active_be85 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.active_be85 [class*="social-icon-foursquare"].gas-6d7d {
  background-color: transparent;
  color: #2d5be3;
}
.active_be85 [class*="social-icon-github"] {
  background-color: #333;
}
.active_be85 [class*="social-icon-github"].gas-6d7d {
  background-color: transparent;
  color: #333;
}
.active_be85 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.active_be85 [class*="social-icon-google-plus"].gas-6d7d {
  background-color: transparent;
  color: #dd4b39;
}
.active_be85 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.active_be85 [class*="social-icon-houzz"].gas-6d7d {
  background-color: transparent;
  color: #7ac142;
}
.active_be85 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.active_be85 [class*="social-icon-instagram"].gas-6d7d {
  background-color: transparent;
  color: #262626;
}
.active_be85 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.active_be85 [class*="social-icon-jsfiddle"].gas-6d7d {
  background-color: transparent;
  color: #487aa2;
}
.active_be85 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.active_be85 [class*="social-icon-linkedin"].gas-6d7d {
  background-color: transparent;
  color: #0077b5;
}
.active_be85 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.active_be85 [class*="social-icon-medium"].gas-6d7d {
  background-color: transparent;
  color: #00ab6b;
}
.active_be85 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.active_be85
  [class*="social-icon-odnoklassniki"].gas-6d7d {
  background-color: transparent;
  color: #f4731c;
}
.active_be85 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.active_be85 [class*="social-icon-meetup"].gas-6d7d {
  background-color: transparent;
  color: #ec1c40;
}
.active_be85 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.active_be85 [class*="social-icon-pinterest"].gas-6d7d {
  background-color: transparent;
  color: #bd081c;
}
.active_be85 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.active_be85 [class*="social-icon-product-hunt"].gas-6d7d {
  background-color: transparent;
  color: #da552f;
}
.active_be85 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.active_be85 [class*="social-icon-reddit"].gas-6d7d {
  background-color: transparent;
  color: #ff4500;
}
.active_be85 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.active_be85 [class*="social-icon-rss"].gas-6d7d {
  background-color: transparent;
  color: #f26522;
}
.active_be85 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.active_be85
  [class*="social-icon-shopping-cart"].gas-6d7d {
  background-color: transparent;
  color: #4caf50;
}
.active_be85 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.active_be85 [class*="social-icon-skype"].gas-6d7d {
  background-color: transparent;
  color: #00aff0;
}
.active_be85 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.active_be85 [class*="social-icon-slideshare"].gas-6d7d {
  background-color: transparent;
  color: #0077b5;
}
.active_be85 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.active_be85 [class*="social-icon-snapchat"].gas-6d7d {
  background-color: transparent;
  color: #fffc00;
}
.active_be85 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.active_be85 [class*="social-icon-soundcloud"].gas-6d7d {
  background-color: transparent;
  color: #f80;
}
.active_be85 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.active_be85 [class*="social-icon-spotify"].gas-6d7d {
  background-color: transparent;
  color: #2ebd59;
}
.active_be85 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.active_be85
  [class*="social-icon-stack-overflow"].gas-6d7d {
  background-color: transparent;
  color: #fe7a15;
}
.active_be85 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.active_be85 [class*="social-icon-maldkfgram"].gas-6d7d {
  background-color: transparent;
  color: #2ca5e0;
}
.active_be85 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.active_be85 [class*="social-icon-tripadvisor"].gas-6d7d {
  background-color: transparent;
  color: #589442;
}
.active_be85 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.active_be85 [class*="social-icon-tumblr"].gas-6d7d {
  background-color: transparent;
  color: #35465c;
}
.active_be85 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.active_be85 [class*="social-icon-twitch"].gas-6d7d {
  background-color: transparent;
  color: #6441a5;
}
.active_be85 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.active_be85 [class*="social-icon-twitter"].gas-6d7d {
  background-color: transparent;
  color: #1da1f2;
}
.active_be85 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.active_be85 [class*="social-icon-vimeo"].gas-6d7d {
  background-color: transparent;
  color: #1ab7ea;
}
.active_be85 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.active_be85 [class*="social-icon-vk"].gas-6d7d {
  background-color: transparent;
  color: #45668e;
}
.active_be85 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.active_be85 [class*="social-icon-weibo"].gas-6d7d {
  background-color: transparent;
  color: #df2029;
}
.active_be85 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.active_be85 [class*="social-icon-weixin"].gas-6d7d {
  background-color: transparent;
  color: #7bb32e;
}
.active_be85 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.active_be85 [class*="social-icon-whatsapp"].gas-6d7d {
  background-color: transparent;
  color: #25d366;
}
.active_be85 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.active_be85 [class*="social-icon-wordpress"].gas-6d7d {
  background-color: transparent;
  color: #21759b;
}
.active_be85 [class*="social-icon-xing"] {
  background-color: #026466;
}
.active_be85 [class*="social-icon-xing"].gas-6d7d {
  background-color: transparent;
  color: #026466;
}
.active_be85 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.active_be85 [class*="social-icon-yelp"].gas-6d7d {
  background-color: transparent;
  color: #af0606;
}
.active_be85 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.active_be85 [class*="social-icon-youtube"].gas-6d7d {
  background-color: transparent;
  color: #cd201f;
}
.surface_cold_9a73 {
  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;
}
.surface_cold_9a73:hover {
  box-shadow: none;
  background: 0 0;
}
.content-5795 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.north-4731 {
  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;
}
.west-1a17 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.main-center-40b5 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.main-center-40b5,
.main-center-40b5::after,
.main-center-40b5::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;
}
.main-center-40b5::after,
.main-center-40b5::before {
  content: "";
  display: block;
  background-color: inherit;
}
.caption-36b5 .north-4731 .west-1a17 {
  margin-top: -2px;
  width: 19px;
}
.caption-36b5 .north-4731 .main-center-40b5 {
  margin-top: -1px;
}
.caption-36b5 .north-4731 .main-center-40b5,
.caption-36b5 .north-4731 .main-center-40b5::after,
.caption-36b5 .north-4731 .main-center-40b5::before {
  width: 19px;
  height: 2px;
}
.caption-36b5 .north-4731 .main-center-40b5::before {
  top: -6px;
}
.caption-36b5 .north-4731 .main-center-40b5::after {
  bottom: -6px;
}
.stale_5c3c .north-4731 .west-1a17 {
  margin-top: -2px;
  width: 22px;
}
.stale_5c3c .north-4731 .main-center-40b5 {
  margin-top: -1px;
}
.stale_5c3c .north-4731 .main-center-40b5,
.stale_5c3c .north-4731 .main-center-40b5::after,
.stale_5c3c .north-4731 .main-center-40b5::before {
  width: 22px;
  height: 2px;
}
.stale_5c3c .north-4731 .main-center-40b5::before {
  top: -7px;
}
.stale_5c3c .north-4731 .main-center-40b5::after {
  bottom: -7px;
}
.button_copper_8f23 .north-4731 .west-1a17 {
  margin-top: -2px;
  width: 31px;
}
.button_copper_8f23 .north-4731 .main-center-40b5 {
  margin-top: -1.5px;
}
.button_copper_8f23 .north-4731 .main-center-40b5,
.button_copper_8f23 .north-4731 .main-center-40b5::after,
.button_copper_8f23 .north-4731 .main-center-40b5::before {
  width: 31px;
  height: 3px;
}
.button_copper_8f23 .north-4731 .main-center-40b5::before {
  top: -9px;
}
.button_copper_8f23 .north-4731 .main-center-40b5::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .video_df01 .north-4731 .west-1a17 {
    margin-top: -2px;
    width: 19px;
  }
  .video_df01 .north-4731 .main-center-40b5 {
    margin-top: -1px;
  }
  .video_df01 .north-4731 .main-center-40b5,
  .video_df01 .north-4731 .main-center-40b5::after,
  .video_df01 .north-4731 .main-center-40b5::before {
    width: 19px;
    height: 2px;
  }
  .video_df01 .north-4731 .main-center-40b5::before {
    top: -6px;
  }
  .video_df01 .north-4731 .main-center-40b5::after {
    bottom: -6px;
  }
  .accordion-active-f452 .north-4731 .west-1a17 {
    margin-top: -2px;
    width: 22px;
  }
  .accordion-active-f452 .north-4731 .main-center-40b5 {
    margin-top: -1px;
  }
  .accordion-active-f452 .north-4731 .main-center-40b5,
  .accordion-active-f452 .north-4731 .main-center-40b5::after,
  .accordion-active-f452 .north-4731 .main-center-40b5::before {
    width: 22px;
    height: 2px;
  }
  .accordion-active-f452 .north-4731 .main-center-40b5::before {
    top: -7px;
  }
  .accordion-active-f452 .north-4731 .main-center-40b5::after {
    bottom: -7px;
  }
  .copper-878e .north-4731 .west-1a17 {
    margin-top: -2px;
    width: 31px;
  }
  .copper-878e .north-4731 .main-center-40b5 {
    margin-top: -1.5px;
  }
  .copper-878e .north-4731 .main-center-40b5,
  .copper-878e .north-4731 .main-center-40b5::after,
  .copper-878e .north-4731 .main-center-40b5::before {
    width: 31px;
    height: 3px;
  }
  .copper-878e .north-4731 .main-center-40b5::before {
    top: -9px;
  }
  .copper-878e .north-4731 .main-center-40b5::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .next-6c21 .north-4731 .west-1a17 {
    margin-top: -2px;
    width: 19px;
  }
  .next-6c21 .north-4731 .main-center-40b5 {
    margin-top: -1px;
  }
  .next-6c21 .north-4731 .main-center-40b5,
  .next-6c21 .north-4731 .main-center-40b5::after,
  .next-6c21 .north-4731 .main-center-40b5::before {
    width: 19px;
    height: 2px;
  }
  .next-6c21 .north-4731 .main-center-40b5::before {
    top: -6px;
  }
  .next-6c21 .north-4731 .main-center-40b5::after {
    bottom: -6px;
  }
  .out-b2c3 .north-4731 .west-1a17 {
    margin-top: -2px;
    width: 22px;
  }
  .out-b2c3 .north-4731 .main-center-40b5 {
    margin-top: -1px;
  }
  .out-b2c3 .north-4731 .main-center-40b5,
  .out-b2c3 .north-4731 .main-center-40b5::after,
  .out-b2c3 .north-4731 .main-center-40b5::before {
    width: 22px;
    height: 2px;
  }
  .out-b2c3 .north-4731 .main-center-40b5::before {
    top: -7px;
  }
  .out-b2c3 .north-4731 .main-center-40b5::after {
    bottom: -7px;
  }
  .texture_3f3f .north-4731 .west-1a17 {
    margin-top: -2px;
    width: 31px;
  }
  .texture_3f3f .north-4731 .main-center-40b5 {
    margin-top: -1.5px;
  }
  .texture_3f3f .north-4731 .main-center-40b5,
  .texture_3f3f .north-4731 .main-center-40b5::after,
  .texture_3f3f .north-4731 .main-center-40b5::before {
    width: 31px;
    height: 3px;
  }
  .texture_3f3f .north-4731 .main-center-40b5::before {
    top: -9px;
  }
  .texture_3f3f .north-4731 .main-center-40b5::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .shade-d04c .north-4731 .west-1a17 {
    margin-top: -2px;
    width: 19px;
  }
  .shade-d04c .north-4731 .main-center-40b5 {
    margin-top: -1px;
  }
  .shade-d04c .north-4731 .main-center-40b5,
  .shade-d04c .north-4731 .main-center-40b5::after,
  .shade-d04c .north-4731 .main-center-40b5::before {
    width: 19px;
    height: 2px;
  }
  .shade-d04c .north-4731 .main-center-40b5::before {
    top: -6px;
  }
  .shade-d04c .north-4731 .main-center-40b5::after {
    bottom: -6px;
  }
  .simple_5c5a .north-4731 .west-1a17 {
    margin-top: -2px;
    width: 22px;
  }
  .simple_5c5a .north-4731 .main-center-40b5 {
    margin-top: -1px;
  }
  .simple_5c5a .north-4731 .main-center-40b5,
  .simple_5c5a .north-4731 .main-center-40b5::after,
  .simple_5c5a .north-4731 .main-center-40b5::before {
    width: 22px;
    height: 2px;
  }
  .simple_5c5a .north-4731 .main-center-40b5::before {
    top: -7px;
  }
  .simple_5c5a .north-4731 .main-center-40b5::after {
    bottom: -7px;
  }
  .sort-1b67 .north-4731 .west-1a17 {
    margin-top: -2px;
    width: 31px;
  }
  .sort-1b67 .north-4731 .main-center-40b5 {
    margin-top: -1.5px;
  }
  .sort-1b67 .north-4731 .main-center-40b5,
  .sort-1b67 .north-4731 .main-center-40b5::after,
  .sort-1b67 .north-4731 .main-center-40b5::before {
    width: 31px;
    height: 3px;
  }
  .sort-1b67 .north-4731 .main-center-40b5::before {
    top: -9px;
  }
  .sort-1b67 .north-4731 .main-center-40b5::after {
    bottom: -9px;
  }
}
.plasma-c314 .main-center-40b5 {
  -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);
}
.plasma-c314 .main-center-40b5::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.plasma-c314 .main-center-40b5::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);
}
.plasma-c314.active-d52e .main-center-40b5 {
  -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);
}
.plasma-c314.active-d52e .main-center-40b5::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.plasma-c314.active-d52e .main-center-40b5::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);
}
.primary_narrow_359b {
  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.brown_aef2:before {
  display: none;
}
.active-c2be {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.active-c2be .video_7a97 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.active-c2be .video_7a97:last-of-type {
  border-bottom: none;
}
.active-c2be .video_7a97.accordion_0517,
.active-c2be .video_7a97.icon-001f,
.active-c2be .video_7a97.breadcrumb_fae4 {
  padding: 0;
}
.active-c2be .alert_bc48 .center-ed30 {
  color: currentColor;
}
.active-c2be .alert_bc48 .center-ed30:focus,
.active-c2be .alert_bc48 .center-ed30:hover {
  background: rgba(0, 0, 0, 0.01);
}
.active-c2be.bronze_8c61 .outer_23f7,
.active-c2be.bronze_8c61 .message-9785 a,
.active-c2be.bronze_8c61 .modal_7e68 a,
.active-c2be.bronze_8c61 .image-narrow-63bb a {
  color: rgba(0, 0, 0, 0.55);
}
.active-c2be.bronze_8c61 .outer_23f7:hover,
.active-c2be.bronze_8c61 .message-9785 a:hover,
.active-c2be.bronze_8c61 .modal_7e68 a:hover,
.active-c2be.bronze_8c61 .image-narrow-63bb a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.active-c2be.bronze_8c61 .primary_motion_f3df {
  color: rgba(0, 0, 0, 0.8);
}
.active-c2be.bronze_8c61 .video_7a97 {
  border-color: rgba(0, 0, 0, 0.08);
}
.active-c2be.bronze_8c61 .video_7a97:before {
  background: rgba(0, 0, 0, 0.08);
}
.active-c2be.bronze_8c61 .mini_f998:before {
  background: rgba(255, 255, 255, 0.9);
}
.active-c2be.bronze_8c61 .alert_bc48 .hover-adc7 li a,
.active-c2be.bronze_8c61 .alert_bc48 .center-ed30,
.active-c2be.bronze_8c61 .image-narrow-63bb {
  border-color: rgba(0, 0, 0, 0.08);
}
.active-c2be.bronze_8c61 .alert_bc48 .center-ed30:focus,
.active-c2be.bronze_8c61 .alert_bc48 .center-ed30:hover {
  background: rgba(0, 0, 0, 0.01);
}
.active-c2be.bronze_8c61 .hover-adc7 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.active-c2be.tiny-d29e .outer_23f7,
.active-c2be.tiny-d29e .message-9785 a,
.active-c2be.tiny-d29e .modal_7e68 .center-ed30,
.active-c2be.tiny-d29e .modal_7e68 a,
.active-c2be.tiny-d29e .image-narrow-63bb a {
  color: rgba(255, 255, 255, 0.79);
}
.active-c2be.tiny-d29e .outer_23f7:hover,
.active-c2be.tiny-d29e .message-9785 a:hover,
.active-c2be.tiny-d29e .modal_7e68 .center-ed30:hover,
.active-c2be.tiny-d29e .modal_7e68 a:hover,
.active-c2be.tiny-d29e .image-narrow-63bb a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.active-c2be.tiny-d29e .primary_motion_f3df {
  color: rgba(255, 255, 255, 0.99);
}
.active-c2be.tiny-d29e .video_7a97 {
  border-color: rgba(255, 255, 255, 0.08);
}
.active-c2be.tiny-d29e .video_7a97:before {
  background: rgba(255, 255, 255, 0.08);
}
.active-c2be.tiny-d29e .mini_f998:before {
  background: rgba(0, 0, 0, 0.9);
}
.active-c2be.tiny-d29e .alert_bc48 .hover-adc7 li a,
.active-c2be.tiny-d29e .alert_bc48 .center-ed30,
.active-c2be.tiny-d29e .image-narrow-63bb {
  border-color: rgba(255, 255, 255, 0.08);
}
.active-c2be.tiny-d29e .alert_bc48 .center-ed30:focus,
.active-c2be.tiny-d29e .alert_bc48 .center-ed30:hover {
  background: rgba(0, 0, 0, 0.01);
}
.active-c2be.tiny-d29e .hover-adc7 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.mini_f998 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.mini_f998:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.small_ae0a {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.message-3c1a .active-c2be {
  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;
}
.message-3c1a .video_7a97 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.message-3c1a .video_7a97: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) {
  .message-3c1a .video_7a97:before {
    width: 16%;
    left: 42%;
  }
}
.message-3c1a .video_7a97:last-child:before {
  content: none;
}
.message-3c1a .video_7a97[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.message-3c1a .alert_bc48 .hover-adc7 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.message-3c1a .alert_bc48 .hover-adc7 li a .center-ed30 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.message-3c1a .alert_bc48 .image-narrow-63bb {
  border: none;
}
.message-3c1a .alert_bc48 .image-narrow-63bb li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.message-3c1a .mini_f998 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.message-3c1a .small_ae0a {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.message-3c1a .tiny-d29e .mini_f998:before {
  background: rgba(0, 0, 0, 0.9);
}
.message-3c1a .bronze_8c61.text_57fe .main-center-40b5 {
  background: rgba(0, 0, 0, 0.6);
}
.message-3c1a
  .bronze_8c61.text_57fe
  .main-center-40b5::after,
.message-3c1a
  .bronze_8c61.text_57fe
  .main-center-40b5:before {
  background: inherit;
}
.message-3c1a
  .bronze_8c61.text_57fe:hover
  .main-center-40b5 {
  background: rgba(0, 0, 0, 0.8);
}
.slow-db4c .active-c2be {
  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) {
  .slow-db4c .active-c2be {
    width: auto;
    right: 45px;
  }
}
.preview-fb44 .active-c2be {
  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) {
  .preview-fb44 .active-c2be {
    width: auto;
    left: 45px;
  }
}
.brown_aef2 .active-c2be {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.brown_aef2 .small_ae0a {
  max-width: 48em;
  margin: 0 auto;
}
.brown_aef2 .mini_f998:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.purple_78b9 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.purple_78b9.message-3c1a .active-c2be {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.purple_78b9.slow-db4c .active-c2be {
  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);
}
.purple_78b9 .active-c2be {
  visibility: visible;
}
.purple_78b9.preview-fb44 .active-c2be {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.fluid_a715,
.notification-rough-689f {
  overflow-x: hidden;
}
.fluid_a715 .active-c2be {
  overflow: auto;
}
.fluid_a715.message-3c1a {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.fluid_a715.message-3c1a .active-c2be {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.fluid_a715.message-3c1a .surface_cold_9a73 {
  opacity: 0;
}
.fluid_a715.slow-db4c {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.fluid_a715.slow-db4c .active-c2be {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.fluid_a715.slow-db4c .surface_cold_9a73 {
  opacity: 0;
}
.fluid_a715.preview-fb44 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.fluid_a715.preview-fb44 .active-c2be {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.fluid_a715.preview-fb44 .surface_cold_9a73 {
  opacity: 0;
}
.fluid_a715.brown_aef2 .active-c2be {
  z-index: 10;
  visibility: visible;
}
.text_57fe {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.text_57fe .main-center-40b5 {
  background: rgba(255, 255, 255, 0.99);
}
.text_57fe .main-center-40b5::after,
.text_57fe .main-center-40b5:before {
  background: inherit;
}
.text_57fe:hover .main-center-40b5 {
  background: rgba(255, 255, 255, 0.99);
}
.preview-fb44 .text_57fe {
  top: 10px;
  right: auto;
  left: 12px;
}
.brown_aef2 .text_57fe {
  display: none !important;
}
.fluid_a715:before,
.notification-rough-689f:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.fluid_a715 .text_57fe,
.notification-rough-689f .text_57fe {
  display: inline-block;
}
.active-c2be .dim-8a4e {
  -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;
}
.fluid_a715 .active-c2be .dim-8a4e,
.notification-rough-689f .active-c2be .dim-8a4e {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.column-selected-7bdd .gold-3bec {
  width: 100%;
}
.detail-f45c {
  padding: 0 0.5em 0;
}
.detail-f45c [class*="customify-col-"],
.detail-f45c [class*="customify-col_"],
.detail-f45c [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.border_center_5bc7 .detail-f45c {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .background-b9d7 .black_d48d,
  .black_d48d {
    display: none;
  }
  .wood_377f {
    text-align: left;
  }
  .content_short_463c {
    text-align: center;
  }
  .full_ce7f {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .background-b9d7 .module_bdaa,
  .module_bdaa {
    display: none;
  }
  .north_7f50 {
    text-align: left;
  }
  .south-99aa {
    text-align: center;
  }
  .liquid-1596 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .background-b9d7 .nav_short_1574,
  .nav_short_1574 {
    display: none;
  }
  .thick-091d {
    text-align: left;
  }
  .red_2a11 {
    text-align: center;
  }
  .secondary_huge_12bc {
    text-align: right;
  }
}
#page {
  position: relative;
}
.wide_fc11 {
  box-shadow: none !important;
}
.stone_3a0e .alert-9257,
.tabs-0028 .alert-9257 {
  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;
}
.tabs-0028 .alert-9257 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.detail-0986 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.detail-0986:after,
.detail-0986:before {
  content: "";
  display: table;
}
.detail-0986:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .detail-0986 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.detail-0986,
.layout-94ce {
  max-width: 1248px;
  margin: 0 auto;
}

.form_dade.breadcrumb_orange_f56f .detail-0986 {
  max-width: 100%;
}
.form_dade.complex-aea5 {
  max-width: 1200px;
  margin: 0 auto;
}
.form_dade.panel_9f08 .detail-0986 {
  max-width: 100%;
}
.form_dade.panel_9f08 > .detail-0986 {
  padding-left: 0;
  padding-right: 0;
}
.form_dade.panel_9f08 > .detail-0986 .background-b9d7 {
  margin: 0;
}
.form_dade.panel_9f08
  > .detail-0986
  .progress_east_a4ab.widget_fc70 {
  margin-right: 0;
  margin-left: 0;
}
.form_dade.panel_9f08 #main.widget_fc70 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .soft-a839 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .soft-a839 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .footer-yellow-be54 .sidebar_full_657e {
    padding-right: 1em;
  }
  .footer-yellow-be54.disabled-4e96 .progress_east_a4ab {
    border-right: 1px solid #eaecee;
  }
  .footer-yellow-be54.disabled-4e96 .sidebar_full_657e {
    padding-right: 1em;
  }
  .footer-yellow-be54.disabled-4e96 .blue_0e7b {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .sort-8ed9 .sidebar_full_657e {
    padding-left: 1em;
  }
  .sort-8ed9.disabled-4e96 .progress_east_a4ab {
    border-left: 1px solid #eaecee;
  }
  .sort-8ed9.disabled-4e96 .sidebar_full_657e {
    padding-left: 1em;
  }
  .sort-8ed9.disabled-4e96 .blue_0e7b {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .paragraph_hovered_18fd .sidebar_full_657e {
    padding-left: 1em;
  }
  .paragraph_hovered_18fd.disabled-4e96 .white_349b {
    border-right: 1px solid #eaecee;
  }
  .paragraph_hovered_18fd.disabled-4e96 .down_0986 {
    border-right: 1px solid #eaecee;
  }
  .paragraph_hovered_18fd.disabled-4e96 .sidebar_full_657e {
    padding-left: 1em;
  }
  .paragraph_hovered_18fd.disabled-4e96 .blue_0e7b {
    padding-right: 1em;
  }
  .paragraph_hovered_18fd.disabled-4e96 .badge-1cfc {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .orange-6a39 .sidebar_full_657e {
    padding-right: 1em;
  }
  .orange-6a39.disabled-4e96 .white_349b {
    border-left: 1px solid #eaecee;
  }
  .orange-6a39.disabled-4e96 .down_0986 {
    border-left: 1px solid #eaecee;
  }
  .orange-6a39.disabled-4e96 .sidebar_full_657e {
    padding-right: 1em;
  }
  .orange-6a39.disabled-4e96 .blue_0e7b {
    padding-left: 1em;
    padding-right: 1em;
  }
  .orange-6a39.disabled-4e96 .badge-1cfc {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .soft-a839 .sidebar_full_657e {
    padding-left: 1em;
    padding-right: 1em;
  }
  .soft-a839.disabled-4e96 .progress_east_a4ab {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .soft-a839.disabled-4e96 .sidebar_full_657e {
    padding-left: 1em;
    padding-right: 1em;
  }
  .soft-a839.disabled-4e96 .blue_0e7b {
    padding-left: 1em;
  }
  .soft-a839.disabled-4e96 .badge-1cfc {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .soft-a839.disabled-4e96 .sidebar_full_657e {
    padding-left: 0;
  }
}
.footer-silver-7a1c .row-fresh-5c95 {
  display: inline-block;
}
.message-west-59de {
  display: inline-block;
}
.card-full-1ecb {
  word-con: break-word;
}
.feature_4f98 > span {
  display: inline-block;
  padding: 5px 0;
}
.feature_4f98 .modal-8ad2 {
  margin-left: 8px;
  margin-right: 8px;
}
.feature_4f98 .hovered_c249 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.outer_67d8 .highlight-9c16 {
  margin-bottom: 2em;
}
.outer_67d8 .inner_fa7f {
  margin-bottom: 15px;
}
.outer_67d8 .inner_fa7f:last-child {
  margin-bottom: 0;
}
.outer_67d8 .gallery_tiny_aa77 {
  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) {
  .outer_67d8 .gallery_tiny_aa77 {
    display: block;
  }
}
.outer_67d8 .menu_8e64 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .outer_67d8 .menu_8e64 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.outer_67d8 .element_63a0 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.outer_67d8 .element_63a0 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.outer_67d8 .element_63a0 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.outer_67d8 .card-full-1ecb {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.outer_67d8 .card-full-1ecb a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.outer_67d8 .north-5a3e p:last-child {
  margin-bottom: 0;
}
.outer_67d8 .small-f144 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.outer_67d8 .cool_b4a2 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.outer_67d8 .status-smooth-e4ee {
  margin-top: 1em;
}
.outer_67d8 .menu_7a05 {
  top: 0;
  display: block;
}
.outer_67d8 .menu_7a05 a {
  color: inherit;
}
.outer_67d8 .menu_7a05 a:hover {
  color: inherit;
}
.outer_67d8 .column-7ffa {
  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;
}
.outer_67d8 .column-7ffa:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.outer_67d8 .cool_b4a2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.outer_67d8 .message-orange-d778 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.outer_67d8 .message-orange-d778:first-child {
  margin-top: 0;
}
.outer_67d8 .message-orange-d778.menu_action_a90a {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.outer_67d8 .message-orange-d778.menu-5f54 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.outer_67d8
  .message-orange-d778.menu-5f54.rough_25e4
  .status-smooth-e4ee {
  width: 100%;
}
.outer_67d8 .menu-5f54 {
  -webkit-box-align: center;
  align-items: center;
}
.outer_67d8 .menu-5f54 .feature_4f98,
.outer_67d8 .menu-5f54 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.outer_67d8 .element_63a0 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.outer_67d8 .element_63a0 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.outer_67d8 .element_63a0: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;
}
.outer_67d8 .menu_action_a90a {
  z-index: 5;
}
.outer_67d8 .chip_1d83 .logo_yellow_7897 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.outer_67d8 .hovered-3816 .logo_yellow_7897 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.outer_67d8 .chip_yellow_4f01 .logo_yellow_7897 {
  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;
}
.outer_67d8.badge-full-6d0f .gallery_tiny_aa77,
.outer_67d8.tertiary_copper_4cc2 .gallery_tiny_aa77 {
  display: block;
}
.outer_67d8.badge-full-6d0f .gallery_tiny_aa77 .thumbnail-6402,
.outer_67d8.badge-full-6d0f .gallery_tiny_aa77 .cool_b4a2,
.outer_67d8.tertiary_copper_4cc2 .gallery_tiny_aa77 .thumbnail-6402,
.outer_67d8.tertiary_copper_4cc2 .gallery_tiny_aa77 .cool_b4a2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.outer_67d8.container-cold-c2e2 .menu_8e64 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .outer_67d8.container-cold-c2e2 .menu_8e64 {
    margin-right: 0;
  }
}
.outer_67d8.badge-full-6d0f .menu_8e64,
.outer_67d8.tertiary_copper_4cc2 .menu_8e64 {
  padding-top: 40%;
}
.outer_67d8.badge-full-6d0f .highlight-9c16,
.outer_67d8.tertiary_copper_4cc2 .highlight-9c16 {
  display: block;
}
.outer_67d8.badge-full-6d0f .fn-sticky-b1b1 .cool_b4a2,
.outer_67d8.tertiary_copper_4cc2 .fn-sticky-b1b1 .cool_b4a2 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.outer_67d8.badge-full-6d0f .menu_8e64,
.outer_67d8.tertiary_copper_4cc2 .menu_8e64 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.outer_67d8.badge-full-6d0f .cool_b4a2 {
  padding: 1em;
}
.row-dirty-03cc {
  margin: 30px auto;
  display: block;
}
.row-dirty-03cc .section-selected-1190 > * {
  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;
}
.row-dirty-03cc .section-selected-1190 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.row-dirty-03cc .section-selected-1190 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.form-099c .feature_4f98 {
  margin-bottom: 1.41575em;
}
.form-099c .thumbnail-down-dd71 {
  margin-bottom: 1.618em;
}
.simple-703c .box-c170 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.simple-703c .box-c170 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.simple-703c .brown_2af5 {
  max-width: 100%;
  overflow: auto;
}
.form-1ff5 .simple-703c a:hover {
  text-decoration: underline;
}
.center-bb6a .inner_fa7f:not(.card-full-1ecb),
.center-bb6a .element_63a0 {
  margin-bottom: 1.41575em;
}
.center-bb6a .inner_fa7f:not(.card-full-1ecb):last-child,
.center-bb6a .element_63a0:last-child {
  margin-bottom: 0;
}
.center-bb6a .inner_fa7f.cold_a92b {
  margin-bottom: 0.41575em;
}
.center-bb6a .in_3d1b:before,
.center-bb6a .thick_7659:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.center-bb6a .in_3d1b:before {
  content: "\f115";
}
.center-bb6a .thick_7659:before {
  content: "\f02c";
}
.center-bb6a .plasma-c852 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.center-bb6a .plasma-c852 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.small-8ab3 {
  display: -webkit-box;
  display: flex;
}
.small-8ab3 .thumbnail_cold_f8a8 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .small-8ab3 .thumbnail_cold_f8a8 {
    flex-basis: 90px;
  }
}
.small-8ab3 .hovered_c576 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .small-8ab3 .hovered_c576 {
    flex-basis: calc(100% - 50px);
  }
}
.small-8ab3 .aside_c81f p:last-child {
  margin-bottom: 0.72em;
}
.hard_9306 .section-selected-1190 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.hard_9306 .section-selected-1190:after,
.hard_9306 .section-selected-1190:before {
  content: "";
  display: table;
}
.hard_9306 .section-selected-1190:after {
  clear: both;
}
.hard_9306 .section-selected-1190 .hidden_gold_faca,
.hard_9306 .section-selected-1190 .easy_423a {
  width: 49%;
}
.hard_9306 .section-selected-1190 .hidden_gold_faca a span.border_859b,
.hard_9306 .section-selected-1190 .easy_423a a span.border_859b {
  display: block;
  margin-bottom: 5px;
}
.hard_9306 .section-selected-1190 .easy_423a {
  float: left;
  text-align: left;
}
.hard_9306 .section-selected-1190 .hidden_gold_faca {
  float: right;
  text-align: right;
}
.shadow_4355 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .shadow_4355 {
    margin-bottom: 0;
  }
}
.paper-c19a {
  margin-bottom: 1em;
}
.paper-c19a .card-full-1ecb {
  font-size: 1.1em;
  line-height: 1.3;
}
.backdrop_east_a158 a {
  display: block;
  line-height: 0;
  position: relative;
}
.inner_28a4 .paper-c19a,
.gradient-04a2 .paper-c19a {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .inner_28a4 .paper-c19a,
  .gradient-04a2 .paper-c19a {
    display: block;
  }
}
.inner_28a4 .backdrop_east_a158,
.gradient-04a2 .backdrop_east_a158 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .inner_28a4 .backdrop_east_a158,
  .gradient-04a2 .backdrop_east_a158 {
    margin-bottom: 1em;
  }
}
.inner_28a4 .backdrop_east_a158 img,
.gradient-04a2 .backdrop_east_a158 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.inner_28a4 .shade_rough_6c6e,
.gradient-04a2 .shade_rough_6c6e {
  flex-basis: calc(100% - 160px);
}
.inner_28a4 .shade_rough_6c6e p,
.gradient-04a2 .shade_rough_6c6e p {
  margin-bottom: 0;
}
.inner_28a4 .shade_rough_6c6e {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .inner_28a4 .shade_rough_6c6e {
    padding-left: 0;
  }
}
.gradient-04a2 .shade_rough_6c6e {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .gradient-04a2 .shade_rough_6c6e {
    padding-right: 0;
  }
}
.gradient-04a2 .backdrop_east_a158 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.preview_7e45 .backdrop_east_a158 {
  margin-bottom: 0.5em;
}
.preview_7e45 .backdrop_east_a158 img {
  width: 100%;
}
.media_27ec .layout_stone_7dcb,
.dark_5cee .layout_stone_7dcb {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.dark_5cee .progress_east_a4ab .active-focused-0074 p:last-child {
  margin-bottom: 0;
}
.text_easy_9619 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.menu_7e36 .paragraph-gas-0fb7 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .menu_7e36 .paragraph-gas-0fb7:last-of-type {
    margin-bottom: 0;
  }
}
.menu_7e36 .paragraph-gas-0fb7 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_7e36 .paragraph-gas-0fb7 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.menu_7e36 .paragraph-gas-0fb7 ul li {
  margin: 0 0 0.6em;
}
.menu_7e36 .paragraph-gas-0fb7 ul li.article_dark_98bc,
.menu_7e36 .paragraph-gas-0fb7 ul li.caption_0c82 {
  position: relative;
}
.menu_7e36 .paragraph-gas-0fb7 ul li.article_dark_98bc .basic_da62,
.menu_7e36 .paragraph-gas-0fb7 ul li.caption_0c82 .basic_da62 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.menu_7e36 .paragraph-gas-0fb7 ul li.article_dark_98bc:after:after,
.menu_7e36 .paragraph-gas-0fb7 ul li.article_dark_98bc:after:before,
.menu_7e36
  .paragraph-gas-0fb7
  ul
  li.caption_0c82:after:after,
.menu_7e36
  .paragraph-gas-0fb7
  ul
  li.caption_0c82:after:before {
  content: "";
  display: table;
}
.menu_7e36 .paragraph-gas-0fb7 ul li.article_dark_98bc:after:after,
.menu_7e36
  .paragraph-gas-0fb7
  ul
  li.caption_0c82:after:after {
  clear: both;
}
.menu_7e36 .paragraph-gas-0fb7 a.description_8e20:hover {
  text-decoration: none;
}
.menu_7e36 .paragraph-gas-0fb7 select {
  max-width: 100%;
}
.menu_7e36 .paragraph-gas-0fb7 table {
  font-size: 85%;
}
.menu_7e36 .paragraph-gas-0fb7 table td,
.menu_7e36 .paragraph-gas-0fb7 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.menu_7e36 .paragraph-gas-0fb7 table tfoot td {
  text-align: left;
}
.menu_7e36 .paragraph-gas-0fb7 :last-child {
  margin-bottom: 0;
}
.menu_7e36 .paragraph-gas-0fb7 .popup-e156 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.menu_7e36 .paragraph-gas-0fb7 .popup-e156 label {
  width: 100%;
}
.menu_7e36 .paragraph-gas-0fb7 .popup-e156 .slider-44c8 {
  width: 100%;
  display: block;
}
.menu_7e36 .paragraph-gas-0fb7 .popup-e156 .next-5cc8 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.menu_7e36 .paragraph-gas-0fb7 .popup-e156 .next-5cc8:hover svg #svg-search {
  fill: #444;
}
.menu_7e36 .paragraph-gas-0fb7 .popup-e156 .next-5cc8 svg {
  width: 18px;
  height: 18px;
}
.menu_7e36 .wrapper-4a1d ul ul,
.menu_7e36 .layout-3440 ul ul,
.menu_7e36 .old_0749 ul ul,
.menu_7e36 .info-26b0 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.menu_7e36 .wrapper-4a1d .dim-cd5f > a,
.menu_7e36 .layout-3440 .dim-cd5f > a,
.menu_7e36 .old_0749 .dim-cd5f > a,
.menu_7e36 .info-26b0 .dim-cd5f > a {
  margin-bottom: 0;
}
.menu_7e36 .background-dim-0a4c li,
.menu_7e36 .wrapper-4a1d li,
.menu_7e36 .modal_cold_0bcc li,
.menu_7e36 .layout-3440 li,
.menu_7e36 .old_0749 li,
.menu_7e36 .info-26b0 li,
.menu_7e36 .column-outer-985b li,
.menu_7e36 .menu-49a5 li {
  display: block;
  position: relative;
}
.menu_7e36 .background-dim-0a4c li:last-child,
.menu_7e36 .wrapper-4a1d li:last-child,
.menu_7e36 .modal_cold_0bcc li:last-child,
.menu_7e36 .layout-3440 li:last-child,
.menu_7e36 .old_0749 li:last-child,
.menu_7e36 .info-26b0 li:last-child,
.menu_7e36 .column-outer-985b li:last-child,
.menu_7e36 .menu-49a5 li:last-child {
  border: none;
}
.menu_7e36 .background-dim-0a4c li a,
.menu_7e36 .wrapper-4a1d li a,
.menu_7e36 .modal_cold_0bcc li a,
.menu_7e36 .layout-3440 li a,
.menu_7e36 .old_0749 li a,
.menu_7e36 .info-26b0 li a,
.menu_7e36 .column-outer-985b li a,
.menu_7e36 .menu-49a5 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.menu_7e36 .background-dim-0a4c li ul li::before,
.menu_7e36 .wrapper-4a1d li ul li::before,
.menu_7e36 .modal_cold_0bcc li ul li::before,
.menu_7e36 .layout-3440 li ul li::before,
.menu_7e36 .old_0749 li ul li::before,
.menu_7e36 .info-26b0 li ul li::before,
.menu_7e36 .column-outer-985b li ul li::before,
.menu_7e36 .menu-49a5 li ul li::before {
  left: 15px;
}
.menu_7e36 .background-dim-0a4c li ul a,
.menu_7e36 .wrapper-4a1d li ul a,
.menu_7e36 .modal_cold_0bcc li ul a,
.menu_7e36 .layout-3440 li ul a,
.menu_7e36 .old_0749 li ul a,
.menu_7e36 .info-26b0 li ul a,
.menu_7e36 .column-outer-985b li ul a,
.menu_7e36 .menu-49a5 li ul a {
  padding-left: 20px;
}
.menu_7e36 .background-dim-0a4c li ul ul li::before,
.menu_7e36 .wrapper-4a1d li ul ul li::before,
.menu_7e36 .modal_cold_0bcc li ul ul li::before,
.menu_7e36 .layout-3440 li ul ul li::before,
.menu_7e36 .old_0749 li ul ul li::before,
.menu_7e36 .info-26b0 li ul ul li::before,
.menu_7e36 .column-outer-985b li ul ul li::before,
.menu_7e36 .menu-49a5 li ul ul li::before {
  left: 30px;
}
.menu_7e36 .background-dim-0a4c li ul ul a,
.menu_7e36 .wrapper-4a1d li ul ul a,
.menu_7e36 .modal_cold_0bcc li ul ul a,
.menu_7e36 .layout-3440 li ul ul a,
.menu_7e36 .old_0749 li ul ul a,
.menu_7e36 .info-26b0 li ul ul a,
.menu_7e36 .column-outer-985b li ul ul a,
.menu_7e36 .menu-49a5 li ul ul a {
  padding-left: 40px;
}
.menu_7e36 .current_9dfb li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.menu_7e36 .menu-49a5 ul li {
  margin-bottom: 1.41575em;
}
.menu_7e36 .menu-49a5 ul li .aside-6483 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.menu_7e36 .menu-49a5 ul li .left_a691 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.tiny-d29e .background-dim-0a4c li a,
.tiny-d29e .wrapper-4a1d li a,
.tiny-d29e .modal_cold_0bcc li a,
.tiny-d29e .layout-3440 li a,
.tiny-d29e .old_0749 li a,
.tiny-d29e .info-26b0 li a,
.tiny-d29e .column-outer-985b li a,
.tiny-d29e .menu-49a5 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.tiny-d29e .current_9dfb li {
  border-color: rgba(255, 255, 255, 0.08);
}
.tiny-d29e .paragraph-gas-0fb7 ul li.article_dark_98bc .basic_da62,
.tiny-d29e .paragraph-gas-0fb7 ul li.caption_0c82 .basic_da62 {
  background: rgba(0, 0, 0, 0.2);
}
.tiny-d29e .menu_7e36 .paragraph-gas-0fb7 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.form_dade .menu_7e36 .hover-adc7 li {
  margin: 0;
}
.form_dade .menu_7e36 .hover-adc7 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.form_dade .menu_7e36 .hover-adc7 li ul {
  margin: 0;
}
.form_dade .menu_7e36 .hover-adc7 li ul li a {
  padding-left: 15px;
}
.form_dade .menu_7e36 .hover-adc7 li ul li li a {
  padding-left: 30px;
}
.form_dade .menu_7e36 .hover-adc7 li.search-c44c > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.form_dade .menu_7e36 .hover-adc7 li.search-c44c > 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;
}
.form_dade .menu_7e36 .hover-adc7 li.search-c44c > 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;
}
.main_b5ea a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.active-huge-38e7 {
  position: relative;
  z-index: 10;
}
.active-huge-38e7 .dim-8a4e {
  width: 100%;
  max-width: 100%;
}
.mask_077f .dropdown-old-71b1 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.mask_077f .bronze_8c61 {
}
.mask_077f .tiny-d29e {
  background: #292929;
}
.copper_9b56 .dropdown-old-71b1 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.copper_9b56 .bronze_8c61 {
  background: #f9f9f9;
}
.copper_9b56 .tiny-d29e {
  background: #303030;
}
.overlay_fresh_29c7 .dropdown-old-71b1 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .overlay_fresh_29c7 .row-fresh-5c95 {
    margin-bottom: 1em;
  }
  .overlay_fresh_29c7 .row-fresh-5c95:last-child {
    margin-bottom: 0;
  }
}
.overlay_fresh_29c7 .bronze_8c61 {
  background: #ededed;
}
.overlay_fresh_29c7 .tiny-d29e {
  background: #1a1a1a;
}
.dropdown-old-71b1.bronze_8c61 {
  color: rgba(0, 0, 0, 0.6);
}
.dropdown-old-71b1.bronze_8c61 .header_dd22 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.dropdown-old-71b1.tiny-d29e {
  color: rgba(255, 255, 255, 0.99);
}
.dropdown-old-71b1.tiny-d29e a:not(.description_8e20) {
  color: rgba(255, 255, 255, 0.79);
}
.dropdown-old-71b1.tiny-d29e a:not(.description_8e20):hover {
  color: rgba(255, 255, 255, 0.99);
}
.dropdown-old-71b1.tiny-d29e .header_dd22 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.dropdown-old-71b1.tiny-d29e table tbody td,
.dropdown-old-71b1.tiny-d29e table th {
  background: rgba(0, 0, 0, 0.08);
}
.pressed_413c.layout_middle_8627 .detail-0986 {
  max-width: initial;
}
.pressed_413c .last-38f0 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.pressed_413c .last-38f0 .dim-8a4e {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .pressed_413c .last-38f0 .dim-8a4e {
    display: block;
    margin-bottom: 2em;
  }
  .pressed_413c .last-38f0 .dim-8a4e:last-child {
    margin-bottom: 0;
  }
}
.overlay_fresh_29c7 .row-fresh-5c95:last-child,
.copper_9b56 .row-fresh-5c95:last-child,
.mask_077f .row-fresh-5c95:last-child {
  margin-bottom: 0;
}
.overlay_fresh_29c7 .row-fresh-5c95 .menu_7e36 .paragraph-gas-0fb7:last-child,
.copper_9b56 .row-fresh-5c95 .menu_7e36 .paragraph-gas-0fb7:last-child,
.mask_077f .row-fresh-5c95 .menu_7e36 .paragraph-gas-0fb7:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .overlay_fresh_29c7 .input-simple-c343,
  .overlay_fresh_29c7 .outline_5e21,
  .copper_9b56 .input-simple-c343,
  .copper_9b56 .outline_5e21,
  .mask_077f .input-simple-c343,
  .mask_077f .outline_5e21 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .active-huge-38e7 .row-fresh-5c95 {
    margin-bottom: 2em;
  }
}
.active-huge-38e7 p:last-child {
  margin-bottom: 0;
}
.active-huge-38e7 li,
.active-huge-38e7 ul {
  list-style: none;
  margin: 0;
}
.active-huge-38e7 ul ul {
  margin-left: 2.617924em;
}
.simple_4009 {
  font-size: 0.875em;
}

/* css-noise: 5c74 */
.widget-item-j3 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
