/*!
Theme Name: Customify
Theme URI: https://pressmaximum.badge_green_77f5/customify
Author: WPCustomify
Author URI: https://pressmaximum.badge_green_77f5
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.badge_green_77f5/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.table_430e.nav-45c8/licenses/gpl-2.0.paragraph_139f
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.icon-new-8215/, (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.thick-8982.dropdown_2786/normalize.frame-lower-838a/
 ======
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.frame-lower-838a v7.0.0 | MIT License | github.badge_green_77f5/necolas/normalize.frame-lower-838a */
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;
}
.gas_8000 .frame_64ef,
.clean-8817,
.wood_644d,
.info_lite_2afa,
.highlight-6e22,
.picture-4b23,
.main-east-c161,
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;
}
.clean-8817,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .clean-8817,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .clean-8817,
  h1 {
    font-size: 1.8em;
  }
}
.wood_644d,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.wood_644d + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .wood_644d,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .wood_644d,
  h2 {
    font-size: 1.7em;
  }
}
.info_lite_2afa,
h3 {
  font-size: 1.618em;
}
.gas_8000 .frame_64ef,
.highlight-6e22,
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.bright-66b6 {
  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;
}
.accent-950d:after,
.accent-950d:before,
.wood-f757:after,
.wood-f757:before {
  content: "";
  display: table;
}
.accent-950d:after,
.wood-f757:after {
  clear: both;
}
.sidebar_840d {
  float: right;
  margin-right: 0;
}
.search_9089 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.feature-0626 .title-37bf,
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;
}
.feature-0626 .title-37bf: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;
}
.video-warm-3fff .title-37bf {
  box-shadow: none;
}
.video-warm-3fff
  .title-37bf
  .tooltip-de27 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.video-warm-3fff .title-37bf .video-current-3652 {
  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;
}
.video-warm-3fff
  .title-37bf
  .video-current-3652
  b {
  display: none;
}
.video-warm-3fff .media_south_9931 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.liquid-cfb0:not(.focused-848a):not(.red_90e0),
button:not(.focused-848a):not(.red_90e0),
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ),
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ),
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ) {
  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;
}
.liquid-cfb0:not(.focused-848a):not(
    .red_90e0
  ):hover,
button:not(.focused-848a):not(
    .red_90e0
  ):hover,
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ):hover,
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ):hover,
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.liquid-cfb0:not(.focused-848a):not(
    .red_90e0
  ):active,
.liquid-cfb0:not(.focused-848a):not(
    .red_90e0
  ):focus,
button:not(.focused-848a):not(
    .red_90e0
  ):active,
button:not(.focused-848a):not(
    .red_90e0
  ):focus,
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ):active,
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ):focus,
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ):active,
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ):focus,
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ):active,
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ):focus {
  outline: 0;
}
.liquid-cfb0:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088,
button:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088,
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088,
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088,
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088 {
  position: relative;
}
.liquid-cfb0:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .wrapper-dark-0e41,
.liquid-cfb0:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .form-8f8c,
.liquid-cfb0:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .secondary_thick_a469,
.liquid-cfb0:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  i,
.liquid-cfb0:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  svg,
button:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .wrapper-dark-0e41,
button:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .form-8f8c,
button:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .secondary_thick_a469,
button:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  i,
button:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  svg,
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .wrapper-dark-0e41,
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .form-8f8c,
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .secondary_thick_a469,
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  i,
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  svg,
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .wrapper-dark-0e41,
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .form-8f8c,
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .secondary_thick_a469,
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  i,
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  svg,
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .wrapper-dark-0e41,
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .form-8f8c,
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  .secondary_thick_a469,
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  i,
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088
  svg {
  visibility: hidden;
}
.liquid-cfb0:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088:after,
button:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088:after,
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088:after,
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088:after,
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ).fn-loading-4088: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;
}
.liquid-cfb0:not(.focused-848a):not(.red_90e0),
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ),
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ),
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ) {
  color: #fff;
  background: #235787;
}
.liquid-cfb0:not(.focused-848a):not(
    .red_90e0
  ):focus,
input[type="button"]:not(.focused-848a):not(
    .red_90e0
  ):focus,
input[type="reset"]:not(.focused-848a):not(
    .red_90e0
  ):focus,
input[type="submit"]:not(.focused-848a):not(
    .red_90e0
  ):focus {
  color: #fff;
}
.liquid-cfb0.fn-disabled-4088:not(.focused-848a):not(
    .red_90e0
  ),
.liquid-cfb0[disabled]:not(.focused-848a):not(
    .red_90e0
  ),
button.fn-disabled-4088:not(.focused-848a):not(
    .red_90e0
  ),
button[disabled]:not(.focused-848a):not(
    .red_90e0
  ) {
  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;
}
.block-f875 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.block-f875: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;
}
.secondary-wide-2dc1 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.shadow_right_2586 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.media-wide-f3db {
  clear: both;
  display: block;
  margin: 0 auto;
}
.accent-950d:after,
.accent-950d:before,
.header_dirty_01a1:after,
.header_dirty_01a1:before,
.dim_9e1b:after,
.dim_9e1b:before,
.mask-1c96:after,
.mask-1c96:before,
.middle_8886:after,
.middle_8886:before,
.main_complex_da18:after,
.main_complex_da18:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.accent-950d:after,
.header_dirty_01a1:after,
.dim_9e1b:after,
.mask-1c96:after,
.middle_8886:after,
.main_complex_da18:after {
  clear: both;
}
.header_dirty_01a1 .message_complex_ed4f,
.dim_9e1b .message_complex_ed4f,
.logo_smooth_74be .message_complex_ed4f {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.glass_05a8 {
  display: inline-block;
}
.glass_98f4 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.glass_98f4 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.glass_98f4 .search-small-195e {
  padding: 1em 0;
  font-size: 85%;
}
.search-small-195e {
  text-align: left;
  font-style: italic;
  color: #999;
}
.logo-f274 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.logo-f274:after,
.logo-f274:before {
  content: "";
  display: table;
}
.logo-f274:after {
  clear: both;
}
.first_0b94 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.notice_gas_bf88 .first_0b94 {
  max-width: 50%;
}
.nav_yellow_b191 .first_0b94 {
  max-width: 33.33%;
}
.row-dfe1 .first_0b94 {
  max-width: 25%;
}
.steel_2b7a .first_0b94 {
  max-width: 20%;
}
.menu-wood-c034 .first_0b94 {
  max-width: 16.66%;
}
.south-4d87 .first_0b94 {
  max-width: 14.28%;
}
.over_39b6 .first_0b94 {
  max-width: 12.5%;
}
.slow_433e .first_0b94 {
  max-width: 11.11%;
}
.logo_95b5 {
  display: block;
}
.gas_8000 .cool_ccb1 label,
.gas_8000 .border-6aef label,
.gas_8000 .chip-next-4672 label,
.gas_8000 .label_d4d1 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.status-black-d5f4 {
  list-style: none;
  margin: 0;
}
.status-black-d5f4 article.tall_fc8f {
  margin-bottom: 0;
}
.status-black-d5f4 ul {
  list-style: none;
  margin: 0;
}
.status-black-d5f4 .gas_4ab4 li.tall_fc8f {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .status-black-d5f4 .gas_4ab4 li.tall_fc8f {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .status-black-d5f4 .gas_4ab4 li.tall_fc8f: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) {
  .status-black-d5f4 .gas_4ab4 li.tall_fc8f li.tall_fc8f li.tall_fc8f li.tall_fc8f {
    padding-left: 0;
  }
}
article.tall_fc8f {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.tall_fc8f .header_dirty_01a1 p:last-of-type {
  margin-bottom: 0;
}
article.tall_fc8f .block_f22d {
  float: left;
}
article.tall_fc8f .chip_f9f2 {
  margin-left: 85px;
}
article.tall_fc8f .article-new-294e {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.tall_fc8f .article-new-294e .hidden-gold-1944 {
  margin-left: 10px;
}
article.tall_fc8f .grid-wide-f0fb {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.tall_fc8f .module-basic-8001 {
  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 .cool_ccb1,
  #respond .chip-next-4672,
  #respond .label_d4d1 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .cool_ccb1 input,
#respond .chip-next-4672 input,
#respond .label_d4d1 input {
  width: 100%;
}
#respond .label_d4d1 {
  margin-right: 0;
}
#respond .avatar_top_dadb #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.liquid-3488 {
  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;
}
.liquid-3488.simple-68ac {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.liquid-3488 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%);
}
.liquid-3488:focus,
.liquid-3488: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);
}
.modal_old_91f4 {
  border-radius: 10%;
}
.hover_center_21b7 {
  border-radius: 50%;
}
.down_b4b9 {
  font-size: 0.72em;
}
.iron_f689 {
  font-size: 0.875em;
}
.surface_hot_8ed5 {
  font-size: 1.1em;
}
.title-e77e {
  text-transform: uppercase;
  line-height: 1.2;
}
.title-e77e.down_b4b9 {
  letter-spacing: 0.5px;
}
.notification-ce0b,
.notification-ce0b a {
  color: #6d6d6d;
}
.notification-ce0b a:hover {
  color: #111;
}
.media_tall_a8f5 {
  color: #6d6d6d;
}
.card-edeb {
  overflow-x: hidden;
}
.card-edeb .first_d26f.liquid_5d32 {
  position: relative;
}
.card-edeb .first_d26f.liquid_5d32.card_066a {
  position: initial;
}
.card-edeb
  .first_d26f.liquid_5d32.card_066a
  .orange-efc3 {
  left: auto;
}
.card-edeb .first_d26f .orange-efc3 {
  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;
}
.card-edeb .first_d26f:hover.liquid_5d32 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.card-edeb
  .first_d26f:hover.liquid_5d32
  .orange-efc3 {
  display: block;
  z-index: 9999999;
}
.card-edeb .image-99d3 .surface_6150,
.card-edeb .button_f0b7 .surface_6150 {
  display: none;
}
.card-edeb .table-out-8fae .first_d26f:hover.liquid_5d32 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.gas_8000 .cool_ccb1 label,
.gas_8000 .border-6aef label,
.gas_8000 .chip-next-4672 label,
.gas_8000 .label_d4d1 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.status-black-d5f4 {
  list-style: none;
  margin: 0;
}
.status-black-d5f4 article.tall_fc8f {
  margin-bottom: 0;
}
.status-black-d5f4 ul {
  list-style: none;
  margin: 0;
}
.status-black-d5f4 .gas_4ab4 li.tall_fc8f {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .status-black-d5f4 .gas_4ab4 li.tall_fc8f {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .status-black-d5f4 .gas_4ab4 li.tall_fc8f: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) {
  .status-black-d5f4 .gas_4ab4 li.tall_fc8f li.tall_fc8f li.tall_fc8f li.tall_fc8f {
    padding-left: 0;
  }
}
article.tall_fc8f {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.tall_fc8f .header_dirty_01a1 p:last-of-type {
  margin-bottom: 0;
}
article.tall_fc8f .block_f22d {
  float: left;
}
article.tall_fc8f .chip_f9f2 {
  margin-left: 85px;
}
article.tall_fc8f .article-new-294e {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.tall_fc8f .article-new-294e .hidden-gold-1944 {
  margin-left: 10px;
}
article.tall_fc8f .grid-wide-f0fb {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.tall_fc8f .module-basic-8001 {
  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 .cool_ccb1,
  #respond .chip-next-4672,
  #respond .label_d4d1 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .cool_ccb1 input,
#respond .chip-next-4672 input,
#respond .label_d4d1 input {
  width: 100%;
}
#respond .label_d4d1 {
  margin-right: 0;
}
#respond .avatar_top_dadb #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.image-99d3 .smooth_2916 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.smooth_2916 .smooth_9019.liquid-d281 .status_faa8 > li > a:focus,
.smooth_2916 .smooth_9019.liquid-d281 .status_faa8 > li > a:hover,
.smooth_2916 .smooth_9019.left_b0ff .status_faa8 > li > a:focus,
.smooth_2916 .smooth_9019.left_b0ff .status_faa8 > li > a:hover,
.smooth_2916 .smooth_9019.right_685a .status_faa8 > li > a:focus,
.smooth_2916 .smooth_9019.right_685a .status_faa8 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.smooth_2916
  .smooth_9019.liquid-d281
  .status_faa8
  > li.row-left-5500
  > a,
.smooth_2916
  .smooth_9019.liquid-d281
  .status_faa8
  > li.input_last_1b9e
  > a,
.smooth_2916
  .smooth_9019.left_b0ff
  .status_faa8
  > li.row-left-5500
  > a,
.smooth_2916
  .smooth_9019.left_b0ff
  .status_faa8
  > li.input_last_1b9e
  > a,
.smooth_2916
  .smooth_9019.right_685a
  .status_faa8
  > li.row-left-5500
  > a,
.smooth_2916 .smooth_9019.right_685a .status_faa8 > li.content-hard-4bcb > a {
  color: rgba(255, 255, 255, 0.99);
}
.smooth_2916 .banner-out-49a8,
.smooth_2916 .banner-out-49a8 a {
  color: rgba(255, 255, 255, 0.99);
}
.smooth_2916 .info-dark-e97f.image_lower_8f5b li a,
.smooth_2916 .shade-bright-1726 a,
.smooth_2916 .steel-69ec,
.smooth_2916 .status_faa8 > li > a,
.smooth_2916 .shade-d757 {
  color: rgba(255, 255, 255, 0.79);
}
.smooth_2916 .info-dark-e97f.image_lower_8f5b li a:hover,
.smooth_2916 .shade-bright-1726 a:hover,
.smooth_2916 .steel-69ec:hover,
.smooth_2916 .status_faa8 > li > a:hover,
.smooth_2916 .shade-d757:hover {
  color: rgba(255, 255, 255, 0.99);
}
.smooth_2916 .up_7b5a {
  color: rgba(255, 255, 255, 0.79);
}
.smooth_2916 .up_7b5a .dropdown-middle-2268 {
  color: rgba(255, 255, 255, 0.99);
}
.smooth_2916 .up_7b5a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.smooth_2916 .footer-solid-2823 .shade-ce8d {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.smooth_2916 .footer-solid-2823 .shade-ce8d .last_f009 {
  color: rgba(255, 255, 255, 0.79);
}
.smooth_2916
  .footer-solid-2823
  .shade-ce8d
  .last_f009::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.smooth_2916
  .footer-solid-2823
  .shade-ce8d
  .last_f009:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.smooth_2916
  .footer-solid-2823
  .shade-ce8d
  .last_f009::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.smooth_2916
  .footer-solid-2823
  .shade-ce8d
  .last_f009::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.smooth_2916 .footer-solid-2823 .gold-1c8c {
  color: rgba(255, 255, 255, 0.79);
}
.smooth_2916 .footer-solid-2823 .gold-1c8c:hover {
  color: rgba(255, 255, 255, 0.99);
}
.texture-center-4f60
  .smooth_2916
  .footer-solid-2823
  .summary-c719
  .background-action-ad80 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.texture-center-4f60
  .smooth_2916
  .footer-solid-2823
  .summary-c719
  .last_f009 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.image-99d3 .border_5c61 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.border_5c61 .smooth_9019.liquid-d281 .status_faa8 > li > a:focus,
.border_5c61 .smooth_9019.liquid-d281 .status_faa8 > li > a:hover,
.border_5c61 .smooth_9019.left_b0ff .status_faa8 > li > a:focus,
.border_5c61 .smooth_9019.left_b0ff .status_faa8 > li > a:hover,
.border_5c61 .smooth_9019.right_685a .status_faa8 > li > a:focus,
.border_5c61 .smooth_9019.right_685a .status_faa8 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.border_5c61
  .smooth_9019.liquid-d281
  .status_faa8
  > li.row-left-5500
  > a,
.border_5c61
  .smooth_9019.liquid-d281
  .status_faa8
  > li.input_last_1b9e
  > a,
.border_5c61
  .smooth_9019.left_b0ff
  .status_faa8
  > li.row-left-5500
  > a,
.border_5c61
  .smooth_9019.left_b0ff
  .status_faa8
  > li.input_last_1b9e
  > a,
.border_5c61
  .smooth_9019.right_685a
  .status_faa8
  > li.row-left-5500
  > a,
.border_5c61 .smooth_9019.right_685a .status_faa8 > li.content-hard-4bcb > a {
  color: rgba(0, 0, 0, 0.8);
}
.border_5c61 .banner-out-49a8,
.border_5c61 .banner-out-49a8 a {
  color: rgba(0, 0, 0, 0.8);
}
.border_5c61 .info-dark-e97f.image_lower_8f5b li a,
.border_5c61 .shade-bright-1726 a,
.border_5c61 .steel-69ec,
.border_5c61 .status_faa8 > li > a,
.border_5c61 .shade-d757 {
  color: rgba(0, 0, 0, 0.55);
}
.border_5c61 .info-dark-e97f.image_lower_8f5b li a:hover,
.border_5c61 .shade-bright-1726 a:hover,
.border_5c61 .steel-69ec:hover,
.border_5c61 .status_faa8 > li > a:hover,
.border_5c61 .shade-d757:hover {
  color: rgba(0, 0, 0, 0.8);
}
.border_5c61 .up_7b5a {
  color: rgba(0, 0, 0, 0.55);
}
.border_5c61 .up_7b5a .dropdown-middle-2268 {
  color: rgba(0, 0, 0, 0.8);
}
.border_5c61 .up_7b5a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.widget-white-334b .logo-bd48 {
  margin-left: auto;
  margin-right: auto;
}
.dim_9e1b > * {
  margin-left: auto;
  margin-right: auto;
}
.dim_9e1b .secondary-wide-2dc1 {
  margin-right: 1.41575em;
}
.info-ba1c .dim_9e1b > .preview-simple-79e0 {
  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;
}
.info-ba1c .dim_9e1b > .gold_50e1 {
  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;
}
.popup-static-d413.widget-white-334b .logo-bd48,
.row_brown_9588.widget-white-334b .logo-bd48 {
  margin-left: 0;
}
.hero_0b05.widget-white-334b .logo-bd48,
.carousel-b37d.widget-white-334b .logo-bd48 {
  margin-right: 0;
}
.dim_9e1b ol,
.dim_9e1b ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.mask_green_0197 video {
  max-width: 100%;
}
.menu-complex-a7b4 img {
  display: block;
}
.menu-complex-a7b4.secondary-wide-2dc1,
.menu-complex-a7b4.shadow_right_2586 {
  width: 100%;
}
.menu-complex-a7b4.gold_50e1 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.light-f1ad:not(.slow-f2a3) {
  margin: 1.5em auto;
}
.last-415d p {
  padding: 1.5em 14px;
}
ul.paragraph-small-0cba.gold_50e1,
ul.paragraph-small-0cba.preview-simple-79e0,
ul.paragraph-small-0cba.gas_faac.preview-simple-79e0 {
  padding: 0 14px;
}
.module-28f9 {
  display: block;
  overflow-x: auto;
}
.module-28f9 table {
  border-collapse: collapse;
  width: 100%;
}
.module-28f9 td,
.module-28f9 th {
  padding: 0.5em;
}
.dim_9e1b li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.dim_9e1b ol ol,
.dim_9e1b ol ul,
.dim_9e1b ul ol,
.dim_9e1b ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.dim_9e1b ol ol li,
.dim_9e1b ol ul li,
.dim_9e1b ul ol li,
.dim_9e1b ul ul li {
  margin-left: 0;
}
.lite_43e4.active_red_fbac > .list-center-25b7 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.lite_43e4.active_red_fbac > .list-center-25b7 iframe,
.lite_43e4.active_red_fbac > .list-center-25b7 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero-focused-cd33 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.hero-focused-cd33.element-8dc8 {
  padding: 0;
}
.hero-focused-cd33.element-8dc8 cite {
  font-size: 13px;
}
.hero-focused-cd33 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.hero-focused-cd33 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.hover-top-a86d {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.hover-top-a86d > p:first-child {
  margin-top: 0;
}
.hover-top-a86d cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.hover-top-a86d blockquote {
  border-left: 0;
}
.wood-f438 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.wood-f438:not(.frame-red-d76f) {
  max-width: 100px;
}
.wood-f438.image_3c99 {
  border-bottom: none !important;
  text-align: center;
}
.wood-f438.image_3c99::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .last-415d p {
    padding: 1.5em 0;
  }
}
.background_hot_dd76 {
  color: #0073aa;
}
.static_5eee {
  background-color: #0073aa;
}
.advanced_1339 {
  color: #229fd8;
}
.input_8d22 {
  background-color: #229fd8;
}
.gallery-461d {
  color: #eee;
}
.last-ed08 {
  background-color: #eee;
}
.inner_1cc7 {
  color: #444;
}
.hero-4563 {
  background-color: #444;
}
.badge_3e09 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.badge_3e09 .header_solid_be04 .shade-bright-1726 {
  font-size: 15px;
}
.badge_3e09 .shade-bright-1726 {
  line-height: 1.3;
}
.badge_3e09 .border_5c61 {
}
.badge_3e09 .smooth_2916 {
  background: #235787;
}
.background-91f7 {
  padding: 0;
}
.background-91f7 .smooth_2916 {
  background: #1a1a1a;
}
.background-91f7 .border_5c61 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.frame-hard-7af0 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.frame-hard-7af0 .border_5c61 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.frame-hard-7af0 .smooth_2916 {
  background: #303030;
}
.main_complex_da18 {
  position: relative;
  z-index: 10;
}
.main_complex_da18 .article-0c7f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.large-36dc .liquid_5d32 {
  display: inline-block;
  vertical-align: middle;
}
.large-36dc.purple_c7bd .liquid_5d32 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .large-36dc.purple_c7bd .liquid_5d32 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .large-36dc.purple_c7bd .liquid_5d32 {
    margin-right: 0.4em;
  }
}
.large-36dc.purple_c7bd .liquid_5d32:last-child {
  margin-right: 0;
}
.top-f9fd .article-0c7f {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .image-99d3 .header_solid_be04 {
    margin: 0 -0.5em;
  }
  .image-99d3 .header_solid_be04 [class*="customify-col-"],
  .image-99d3 .header_solid_be04 [class*="customify-col_"],
  .image-99d3 .header_solid_be04 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.image-99d3.yellow_a457 .article-0c7f {
  background: 0 0 !important;
}
.image-99d3.yellow_a457 .article-0c7f,
.image-99d3.top-f9fd .article-0c7f {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .image-99d3.dirty-fbdd {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.image-99d3.top-f9fd .article-0c7f {
  box-shadow: none !important;
}
.paper-e846 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .paper-e846 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .paper-e846 {
    padding: 18px 0 20px;
  }
}
.paper-e846 .stale-e021 {
  width: 100%;
}
.paper-e846 .green_2ac7 {
  margin-bottom: 0;
}
.paper-e846 .dark_97c2 {
  margin-top: 5px;
  font-size: 0.875em;
}
.photo_6734 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.photo_6734 .container-664f {
  width: 100%;
}
.form-gold-2826 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.form-gold-2826 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.form-gold-2826 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;
}
.form-gold-2826 li:last-child:after {
  display: none;
}
.form-gold-2826 li a {
  font-weight: 500;
  margin-right: 10px;
}
.info_cd4f .surface_6150 button,
.paper-e846 .surface_6150 button {
  left: 0;
}
.info_cd4f .container-664f,
.paper-e846 .container-664f {
  padding-left: 0;
  padding-right: 0;
}
.info_cd4f .photo_6734,
.paper-e846 .photo_6734 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.info_cd4f {
  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;
}
.info_cd4f: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;
}
.info_cd4f .alert_rough_dd19 {
  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) {
  .info_cd4f .alert_rough_dd19 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .info_cd4f .alert_rough_dd19 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .info_cd4f .alert_rough_dd19 {
    min-height: 200px;
  }
}
.info_cd4f .form-gold-2826 {
  color: rgba(255, 255, 255, 0.8);
}
.info_cd4f .form-gold-2826 a,
.info_cd4f .form-gold-2826 li:after {
  color: inherit;
}
.info_cd4f .form-gold-2826 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.simple-5d3e {
  margin-bottom: 0.5em;
}
.border_old_9124 {
  margin-bottom: 1.2em;
}
.border_old_9124,
.simple-5d3e {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.border_old_9124 p:last-child,
.simple-5d3e p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .surface_6150,
#masthead .surface_6150 {
  display: none;
}
#masthead
  > .surface_6150.fixed-dec0 {
  display: none;
}
#masthead > .surface_6150 button {
  left: 0;
}
.layout_b3ee {
  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%;
}
.layout_b3ee .liquid_5d32 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.layout_b3ee .first-326c {
  display: -webkit-box;
  display: flex;
}
.layout_b3ee .first-326c.hidden-d89f {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.layout_b3ee .first-326c.hard-81b9 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.layout_b3ee .first-326c.pro_93ed {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.layout_b3ee.slider-2a0d.text_dark_9fa6 .first-326c.hidden-d89f {
  flex-basis: 100%;
}
.layout_b3ee.white-159a .first-326c.hard-81b9 {
  -webkit-box-flex: 1;
  flex: auto;
}
.layout_b3ee.white-159a .first-326c.pro_93ed {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .surface_6150.fixed-dec0 {
  display: none;
}
#masthead > .surface_6150 button {
  left: 0;
}
.secondary-4905 {
  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;
}
.secondary-4905:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.secondary-4905.message-gold-65c6 i {
  margin-right: 4px;
}
.secondary-4905.input_4078 i {
  margin-left: 5px;
}
.shade-bright-1726 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.shade-bright-1726 p:last-child {
  margin-bottom: 0;
}
.preview-purple-6274 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.preview-purple-6274 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.preview-purple-6274 img {
  display: block;
  width: auto;
  line-height: 1;
}
.preview-purple-6274 .banner-out-49a8 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.preview-purple-6274 .header-21b2 {
  margin: 5px 0 7px 0;
}
.preview-purple-6274.description-aeb1 .texture-29c3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.preview-purple-6274.description-aeb1 .surface_purple_2449 {
  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;
}
.preview-purple-6274.backdrop-left-c4c2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.preview-purple-6274.backdrop-left-c4c2 .texture-29c3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.preview-purple-6274.backdrop-left-c4c2 .surface_purple_2449 {
  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;
}
.preview-purple-6274.hover-eef6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.preview-purple-6274.surface_prev_348a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.preview-purple-6274.surface_prev_348a .surface_purple_2449 {
  margin-top: 7px;
}
.description_4b29 {
  display: inline-block;
}
.main_complex_da18 .thumbnail_pro_74c7 .preview-purple-6274 img {
  max-width: 100%;
}
.smooth_9019 .bronze_9a4f.mini_1c32,
.info_over_55fa .bronze_9a4f.mini_1c32 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.smooth_9019 .shadow-mini-10d9,
.info_over_55fa .shadow-mini-10d9 {
  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%);
}
.smooth_9019 .shadow-mini-10d9 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.smooth_9019.glass-c0ac .shadow-mini-10d9 {
  display: none;
}
.smooth_9019 .left-ed86 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smooth_9019 .left-ed86 li {
  display: inline-block;
  position: relative;
}
.smooth_9019 .left-ed86 li:last-child {
  margin-right: 0;
}
.smooth_9019 .left-ed86 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;
}
.smooth_9019 .left-ed86 li.content-hard-4bcb > a {
  color: rgba(0, 0, 0, 0.9);
}
.smooth_9019 .left-ed86 > 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;
}
.smooth_9019 .left-ed86 > li > a i {
  line-height: 0;
}
.smooth_9019 .left-ed86 > li.warm_86b3 > a .shadow-mini-10d9 {
  margin-left: 4px;
  line-height: 0;
}
.smooth_9019 .left-ed86 .simple-79e9 li.warm_86b3 > a {
  position: relative;
}
.smooth_9019 .left-ed86 .simple-79e9 li.warm_86b3 > a:after,
.smooth_9019 .left-ed86 .simple-79e9 li.warm_86b3 > a:before {
  content: "";
  display: table;
}
.smooth_9019 .left-ed86 .simple-79e9 li.warm_86b3 > a:after {
  clear: both;
}
.smooth_9019 .left-ed86 .simple-79e9 li.warm_86b3 > a .shadow-mini-10d9 {
  margin-left: 5px;
  float: right;
}
.smooth_9019 .component-dynamic-377f,
.smooth_9019 .simple-79e9 {
  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;
}
.smooth_9019 .simple-79e9 {
  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;
}
.smooth_9019 .simple-79e9 .mini_1c32 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.smooth_9019 .simple-79e9 .shadow-mini-10d9 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.smooth_9019 .simple-79e9 li {
  display: block;
  margin: 0;
  padding: 0;
}
.smooth_9019 .simple-79e9 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;
}
.smooth_9019 .simple-79e9 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.smooth_9019 .simple-79e9 .simple-79e9 {
  top: 0;
  left: 100%;
}
.smooth_9019 .pattern-wood-187f.fn-focus-4088 > .component-dynamic-377f,
.smooth_9019 .pattern-wood-187f.fn-focus-4088 > .simple-79e9,
.smooth_9019 .pattern-wood-187f:focus > .component-dynamic-377f,
.smooth_9019 .pattern-wood-187f:focus > .simple-79e9,
.smooth_9019 .pattern-wood-187f:hover > .component-dynamic-377f,
.smooth_9019 .pattern-wood-187f:hover > .simple-79e9 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.smooth_9019.right_685a .status_faa8:after,
.smooth_9019.right_685a .status_faa8:before {
  content: "";
  display: table;
}
.smooth_9019.right_685a .status_faa8:after {
  clear: both;
}
.smooth_9019.right_685a .status_faa8 > li {
  float: left;
}
.smooth_9019.border_4bda .status_faa8:after,
.smooth_9019.border_4bda .status_faa8:before {
  content: "";
  display: table;
}
.smooth_9019.border_4bda .status_faa8:after {
  clear: both;
}
.smooth_9019.border_4bda .status_faa8 > li {
  float: left;
}
.smooth_9019.border_4bda .status_faa8 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.smooth_9019.border_4bda .status_faa8 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.smooth_9019.border_4bda .status_faa8 > li.row-left-5500 > a,
.smooth_9019.border_4bda .status_faa8 > li.content-hard-4bcb > a {
  color: #fff;
  background-color: #1e4b75;
}
.smooth_9019.liquid-d281 .status_faa8 > li > a .mini_1c32 {
  position: relative;
}
.smooth_9019.liquid-d281 .status_faa8 > li > a .mini_1c32: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;
}
.smooth_9019.liquid-d281
  .status_faa8
  > li:focus
  > a
  .mini_1c32:before,
.smooth_9019.liquid-d281
  .status_faa8
  > li:hover
  > a
  .mini_1c32:before {
  width: 100%;
  background-color: currentColor;
}
.smooth_9019.liquid-d281
  .status_faa8
  > li.row-left-5500
  > a
  .mini_1c32:before,
.smooth_9019.liquid-d281
  .status_faa8
  > li.input_last_1b9e
  > a
  .mini_1c32:before {
  width: 100%;
  background-color: currentColor;
}
.smooth_9019.left_b0ff .status_faa8 > li > a .mini_1c32 {
  position: relative;
}
.smooth_9019.left_b0ff .status_faa8 > li > a .mini_1c32: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;
}
.smooth_9019.left_b0ff .status_faa8 > li:focus > a .mini_1c32:before,
.smooth_9019.left_b0ff
  .status_faa8
  > li:hover
  > a
  .mini_1c32:before {
  width: 100%;
  background-color: currentColor;
}
.smooth_9019.left_b0ff
  .status_faa8
  > li.row-left-5500
  > a
  .mini_1c32:before,
.smooth_9019.left_b0ff
  .status_faa8
  > li.input_last_1b9e
  > a
  .mini_1c32:before {
  width: 100%;
  background-color: currentColor;
}
.info_over_55fa .left-ed86 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info_over_55fa .left-ed86 li:first-child > a {
  border-top: none;
}
.info_over_55fa .left-ed86 .section-9c0d > .mini_1c32 .shadow-mini-10d9 {
  display: none;
}
.info_over_55fa .left-ed86 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.info_over_55fa .left-ed86 li:last-child {
  border: none;
}
.info_over_55fa .left-ed86 li.warm_86b3 > a {
  padding-right: 45px !important;
}
.info_over_55fa .left-ed86 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.info_over_55fa .left-ed86 li a:focus,
.info_over_55fa .left-ed86 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.info_over_55fa .left-ed86 li .dirty_dda3 {
  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;
}
.info_over_55fa .left-ed86 li .dirty_dda3:hover {
  box-shadow: none;
}
.info_over_55fa .left-ed86 li .dirty_dda3 .shadow-mini-10d9 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.info_over_55fa .left-ed86 .simple-79e9 {
  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);
}
.info_over_55fa .left-ed86 .simple-79e9 li a {
  padding-left: 3em;
}
.info_over_55fa .left-ed86 .element-dd09 > a .dirty_dda3 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info_over_55fa .left-ed86 .element-dd09 > .simple-79e9 {
  display: block;
  opacity: 1;
}
.link-yellow-ed37 {
  max-width: 100%;
}
.tertiary_3bf8 {
  line-height: 0;
  cursor: pointer;
}
.shade-d757 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.shade-d757:hover {
  box-shadow: none;
  color: currentColor;
}
.shade-d757 svg {
  width: 18px;
  height: 18px;
}
.shade-d757 .soft-279b {
  display: none;
}
.info_brown_5477 {
  position: relative;
}
.info_brown_5477.fn-active-4088 .shade-d757 .next_e921 {
  display: none;
}
.info_brown_5477.fn-active-4088 .shade-d757 .soft-279b {
  display: inline-block;
}
.info_brown_5477 .avatar-light-1085 {
  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);
}
.info_brown_5477.tertiary_5cc1 .avatar-light-1085 {
  left: auto;
  right: -0.9em;
}
.info_brown_5477.tertiary_5cc1 .shade_left_c615::before {
  left: auto;
  right: 15px;
}
.info_brown_5477.fn-active-4088 .avatar-light-1085 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.summary-c719 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.summary-c719 label {
  flex-basis: 100%;
}
.summary-c719 .shade-ce8d {
  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;
}
.summary-c719 .last_f009 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.summary-c719 .last_f009:focus {
  background-color: transparent;
}
.summary-c719 button.gold-1c8c {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.summary-c719 button.gold-1c8c:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.summary-c719 button.gold-1c8c svg {
  width: 18px;
  height: 18px;
}
.summary-c719 input[type="submit"] {
  min-height: auto;
}
.footer-solid-2823 .summary-c719 .last_f009 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.shade_left_c615 {
  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) {
  .shade_left_c615 {
    width: 220px;
  }
}
.shade_left_c615 label {
  flex-basis: 100%;
}
.shade_left_c615::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;
}
.texture-center-4f60 .footer-solid-2823 .summary-c719 {
  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;
}
.texture-center-4f60
  .footer-solid-2823
  .summary-c719
  .shade-ce8d {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.texture-center-4f60 .footer-solid-2823 .summary-c719 .last_f009 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.texture-center-4f60
  .footer-solid-2823
  .summary-c719
  .last_f009:focus {
  background: 0 0;
}
.texture-center-4f60
  .footer-solid-2823
  .summary-c719
  .background-action-ad80 {
  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;
}
.info-dark-e97f {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.info-dark-e97f li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.info-dark-e97f li:last-child {
  margin-right: 0;
}
.info-dark-e97f li:first-child {
  margin-left: 0;
}
.info-dark-e97f.smooth-58cf a {
  color: #fff;
}
.info-dark-e97f.smooth-58cf a:hover {
  color: #fff;
}
.info-dark-e97f a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.info-dark-e97f a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.info-dark-e97f a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.info-dark-e97f a:hover {
  opacity: 0.9;
  color: inherit;
}
.info-dark-e97f [class*="social-icon-apple"] {
  background-color: #999;
}
.info-dark-e97f [class*="social-icon-apple"].modal_narrow_4031 {
  background-color: transparent;
  color: #999;
}
.info-dark-e97f [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.info-dark-e97f [class*="social-icon-behance"].modal_narrow_4031 {
  background-color: transparent;
  color: #1769ff;
}
.info-dark-e97f [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.info-dark-e97f [class*="social-icon-bitbucket"].modal_narrow_4031 {
  background-color: transparent;
  color: #205081;
}
.info-dark-e97f [class*="social-icon-codepen"] {
  background-color: #000;
}
.info-dark-e97f [class*="social-icon-codepen"].modal_narrow_4031 {
  background-color: transparent;
  color: #000;
}
.info-dark-e97f [class*="social-icon-delicious"] {
  background-color: #39f;
}
.info-dark-e97f [class*="social-icon-delicious"].modal_narrow_4031 {
  background-color: transparent;
  color: #39f;
}
.info-dark-e97f [class*="social-icon-digg"] {
  background-color: #005be2;
}
.info-dark-e97f [class*="social-icon-digg"].modal_narrow_4031 {
  background-color: transparent;
  color: #005be2;
}
.info-dark-e97f [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.info-dark-e97f [class*="social-icon-dribbble"].modal_narrow_4031 {
  background-color: transparent;
  color: #ea4c89;
}
.info-dark-e97f [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.info-dark-e97f [class*="social-icon-envelope"].modal_narrow_4031 {
  background-color: transparent;
  color: #ea4335;
}
.info-dark-e97f [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.info-dark-e97f [class*="social-icon-facebook"].modal_narrow_4031 {
  background-color: transparent;
  color: #3b5998;
}
.info-dark-e97f [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.info-dark-e97f [class*="social-icon-flickr"].modal_narrow_4031 {
  background-color: transparent;
  color: #0063dc;
}
.info-dark-e97f [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.info-dark-e97f [class*="social-icon-foursquare"].modal_narrow_4031 {
  background-color: transparent;
  color: #2d5be3;
}
.info-dark-e97f [class*="social-icon-github"] {
  background-color: #333;
}
.info-dark-e97f [class*="social-icon-github"].modal_narrow_4031 {
  background-color: transparent;
  color: #333;
}
.info-dark-e97f [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.info-dark-e97f [class*="social-icon-google-plus"].modal_narrow_4031 {
  background-color: transparent;
  color: #dd4b39;
}
.info-dark-e97f [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.info-dark-e97f [class*="social-icon-houzz"].modal_narrow_4031 {
  background-color: transparent;
  color: #7ac142;
}
.info-dark-e97f [class*="social-icon-instagram"] {
  background-color: #262626;
}
.info-dark-e97f [class*="social-icon-instagram"].modal_narrow_4031 {
  background-color: transparent;
  color: #262626;
}
.info-dark-e97f [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.info-dark-e97f [class*="social-icon-jsfiddle"].modal_narrow_4031 {
  background-color: transparent;
  color: #487aa2;
}
.info-dark-e97f [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.info-dark-e97f [class*="social-icon-linkedin"].modal_narrow_4031 {
  background-color: transparent;
  color: #0077b5;
}
.info-dark-e97f [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.info-dark-e97f [class*="social-icon-medium"].modal_narrow_4031 {
  background-color: transparent;
  color: #00ab6b;
}
.info-dark-e97f [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.info-dark-e97f
  [class*="social-icon-odnoklassniki"].modal_narrow_4031 {
  background-color: transparent;
  color: #f4731c;
}
.info-dark-e97f [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.info-dark-e97f [class*="social-icon-meetup"].modal_narrow_4031 {
  background-color: transparent;
  color: #ec1c40;
}
.info-dark-e97f [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.info-dark-e97f [class*="social-icon-pinterest"].modal_narrow_4031 {
  background-color: transparent;
  color: #bd081c;
}
.info-dark-e97f [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.info-dark-e97f [class*="social-icon-product-hunt"].modal_narrow_4031 {
  background-color: transparent;
  color: #da552f;
}
.info-dark-e97f [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.info-dark-e97f [class*="social-icon-reddit"].modal_narrow_4031 {
  background-color: transparent;
  color: #ff4500;
}
.info-dark-e97f [class*="social-icon-rss"] {
  background-color: #f26522;
}
.info-dark-e97f [class*="social-icon-rss"].modal_narrow_4031 {
  background-color: transparent;
  color: #f26522;
}
.info-dark-e97f [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.info-dark-e97f
  [class*="social-icon-shopping-cart"].modal_narrow_4031 {
  background-color: transparent;
  color: #4caf50;
}
.info-dark-e97f [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.info-dark-e97f [class*="social-icon-skype"].modal_narrow_4031 {
  background-color: transparent;
  color: #00aff0;
}
.info-dark-e97f [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.info-dark-e97f [class*="social-icon-slideshare"].modal_narrow_4031 {
  background-color: transparent;
  color: #0077b5;
}
.info-dark-e97f [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.info-dark-e97f [class*="social-icon-snapchat"].modal_narrow_4031 {
  background-color: transparent;
  color: #fffc00;
}
.info-dark-e97f [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.info-dark-e97f [class*="social-icon-soundcloud"].modal_narrow_4031 {
  background-color: transparent;
  color: #f80;
}
.info-dark-e97f [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.info-dark-e97f [class*="social-icon-spotify"].modal_narrow_4031 {
  background-color: transparent;
  color: #2ebd59;
}
.info-dark-e97f [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.info-dark-e97f
  [class*="social-icon-stack-overflow"].modal_narrow_4031 {
  background-color: transparent;
  color: #fe7a15;
}
.info-dark-e97f [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.info-dark-e97f [class*="social-icon-maldkfgram"].modal_narrow_4031 {
  background-color: transparent;
  color: #2ca5e0;
}
.info-dark-e97f [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.info-dark-e97f [class*="social-icon-tripadvisor"].modal_narrow_4031 {
  background-color: transparent;
  color: #589442;
}
.info-dark-e97f [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.info-dark-e97f [class*="social-icon-tumblr"].modal_narrow_4031 {
  background-color: transparent;
  color: #35465c;
}
.info-dark-e97f [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.info-dark-e97f [class*="social-icon-twitch"].modal_narrow_4031 {
  background-color: transparent;
  color: #6441a5;
}
.info-dark-e97f [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.info-dark-e97f [class*="social-icon-twitter"].modal_narrow_4031 {
  background-color: transparent;
  color: #1da1f2;
}
.info-dark-e97f [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.info-dark-e97f [class*="social-icon-vimeo"].modal_narrow_4031 {
  background-color: transparent;
  color: #1ab7ea;
}
.info-dark-e97f [class*="social-icon-vk"] {
  background-color: #45668e;
}
.info-dark-e97f [class*="social-icon-vk"].modal_narrow_4031 {
  background-color: transparent;
  color: #45668e;
}
.info-dark-e97f [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.info-dark-e97f [class*="social-icon-weibo"].modal_narrow_4031 {
  background-color: transparent;
  color: #df2029;
}
.info-dark-e97f [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.info-dark-e97f [class*="social-icon-weixin"].modal_narrow_4031 {
  background-color: transparent;
  color: #7bb32e;
}
.info-dark-e97f [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.info-dark-e97f [class*="social-icon-whatsapp"].modal_narrow_4031 {
  background-color: transparent;
  color: #25d366;
}
.info-dark-e97f [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.info-dark-e97f [class*="social-icon-wordpress"].modal_narrow_4031 {
  background-color: transparent;
  color: #21759b;
}
.info-dark-e97f [class*="social-icon-xing"] {
  background-color: #026466;
}
.info-dark-e97f [class*="social-icon-xing"].modal_narrow_4031 {
  background-color: transparent;
  color: #026466;
}
.info-dark-e97f [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.info-dark-e97f [class*="social-icon-yelp"].modal_narrow_4031 {
  background-color: transparent;
  color: #af0606;
}
.info-dark-e97f [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.info-dark-e97f [class*="social-icon-youtube"].modal_narrow_4031 {
  background-color: transparent;
  color: #cd201f;
}
.steel-69ec {
  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;
}
.steel-69ec:hover {
  box-shadow: none;
  background: 0 0;
}
.wood-2e01 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.container_north_5835 {
  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;
}
.border-red-a66f {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.info_dark_e71f {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.info_dark_e71f,
.info_dark_e71f::after,
.info_dark_e71f::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;
}
.info_dark_e71f::after,
.info_dark_e71f::before {
  content: "";
  display: block;
  background-color: inherit;
}
.article_pro_6428 .container_north_5835 .border-red-a66f {
  margin-top: -2px;
  width: 19px;
}
.article_pro_6428 .container_north_5835 .info_dark_e71f {
  margin-top: -1px;
}
.article_pro_6428 .container_north_5835 .info_dark_e71f,
.article_pro_6428 .container_north_5835 .info_dark_e71f::after,
.article_pro_6428 .container_north_5835 .info_dark_e71f::before {
  width: 19px;
  height: 2px;
}
.article_pro_6428 .container_north_5835 .info_dark_e71f::before {
  top: -6px;
}
.article_pro_6428 .container_north_5835 .info_dark_e71f::after {
  bottom: -6px;
}
.summary_orange_4289 .container_north_5835 .border-red-a66f {
  margin-top: -2px;
  width: 22px;
}
.summary_orange_4289 .container_north_5835 .info_dark_e71f {
  margin-top: -1px;
}
.summary_orange_4289 .container_north_5835 .info_dark_e71f,
.summary_orange_4289 .container_north_5835 .info_dark_e71f::after,
.summary_orange_4289 .container_north_5835 .info_dark_e71f::before {
  width: 22px;
  height: 2px;
}
.summary_orange_4289 .container_north_5835 .info_dark_e71f::before {
  top: -7px;
}
.summary_orange_4289 .container_north_5835 .info_dark_e71f::after {
  bottom: -7px;
}
.fluid_9935 .container_north_5835 .border-red-a66f {
  margin-top: -2px;
  width: 31px;
}
.fluid_9935 .container_north_5835 .info_dark_e71f {
  margin-top: -1.5px;
}
.fluid_9935 .container_north_5835 .info_dark_e71f,
.fluid_9935 .container_north_5835 .info_dark_e71f::after,
.fluid_9935 .container_north_5835 .info_dark_e71f::before {
  width: 31px;
  height: 3px;
}
.fluid_9935 .container_north_5835 .info_dark_e71f::before {
  top: -9px;
}
.fluid_9935 .container_north_5835 .info_dark_e71f::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .new_a5c3 .container_north_5835 .border-red-a66f {
    margin-top: -2px;
    width: 19px;
  }
  .new_a5c3 .container_north_5835 .info_dark_e71f {
    margin-top: -1px;
  }
  .new_a5c3 .container_north_5835 .info_dark_e71f,
  .new_a5c3 .container_north_5835 .info_dark_e71f::after,
  .new_a5c3 .container_north_5835 .info_dark_e71f::before {
    width: 19px;
    height: 2px;
  }
  .new_a5c3 .container_north_5835 .info_dark_e71f::before {
    top: -6px;
  }
  .new_a5c3 .container_north_5835 .info_dark_e71f::after {
    bottom: -6px;
  }
  .tabs_inner_afba .container_north_5835 .border-red-a66f {
    margin-top: -2px;
    width: 22px;
  }
  .tabs_inner_afba .container_north_5835 .info_dark_e71f {
    margin-top: -1px;
  }
  .tabs_inner_afba .container_north_5835 .info_dark_e71f,
  .tabs_inner_afba .container_north_5835 .info_dark_e71f::after,
  .tabs_inner_afba .container_north_5835 .info_dark_e71f::before {
    width: 22px;
    height: 2px;
  }
  .tabs_inner_afba .container_north_5835 .info_dark_e71f::before {
    top: -7px;
  }
  .tabs_inner_afba .container_north_5835 .info_dark_e71f::after {
    bottom: -7px;
  }
  .frame-5f9d .container_north_5835 .border-red-a66f {
    margin-top: -2px;
    width: 31px;
  }
  .frame-5f9d .container_north_5835 .info_dark_e71f {
    margin-top: -1.5px;
  }
  .frame-5f9d .container_north_5835 .info_dark_e71f,
  .frame-5f9d .container_north_5835 .info_dark_e71f::after,
  .frame-5f9d .container_north_5835 .info_dark_e71f::before {
    width: 31px;
    height: 3px;
  }
  .frame-5f9d .container_north_5835 .info_dark_e71f::before {
    top: -9px;
  }
  .frame-5f9d .container_north_5835 .info_dark_e71f::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .border_north_22ea .container_north_5835 .border-red-a66f {
    margin-top: -2px;
    width: 19px;
  }
  .border_north_22ea .container_north_5835 .info_dark_e71f {
    margin-top: -1px;
  }
  .border_north_22ea .container_north_5835 .info_dark_e71f,
  .border_north_22ea .container_north_5835 .info_dark_e71f::after,
  .border_north_22ea .container_north_5835 .info_dark_e71f::before {
    width: 19px;
    height: 2px;
  }
  .border_north_22ea .container_north_5835 .info_dark_e71f::before {
    top: -6px;
  }
  .border_north_22ea .container_north_5835 .info_dark_e71f::after {
    bottom: -6px;
  }
  .clean_28a8 .container_north_5835 .border-red-a66f {
    margin-top: -2px;
    width: 22px;
  }
  .clean_28a8 .container_north_5835 .info_dark_e71f {
    margin-top: -1px;
  }
  .clean_28a8 .container_north_5835 .info_dark_e71f,
  .clean_28a8 .container_north_5835 .info_dark_e71f::after,
  .clean_28a8 .container_north_5835 .info_dark_e71f::before {
    width: 22px;
    height: 2px;
  }
  .clean_28a8 .container_north_5835 .info_dark_e71f::before {
    top: -7px;
  }
  .clean_28a8 .container_north_5835 .info_dark_e71f::after {
    bottom: -7px;
  }
  .video-e069 .container_north_5835 .border-red-a66f {
    margin-top: -2px;
    width: 31px;
  }
  .video-e069 .container_north_5835 .info_dark_e71f {
    margin-top: -1.5px;
  }
  .video-e069 .container_north_5835 .info_dark_e71f,
  .video-e069 .container_north_5835 .info_dark_e71f::after,
  .video-e069 .container_north_5835 .info_dark_e71f::before {
    width: 31px;
    height: 3px;
  }
  .video-e069 .container_north_5835 .info_dark_e71f::before {
    top: -9px;
  }
  .video-e069 .container_north_5835 .info_dark_e71f::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .summary-top-ee89 .container_north_5835 .border-red-a66f {
    margin-top: -2px;
    width: 19px;
  }
  .summary-top-ee89 .container_north_5835 .info_dark_e71f {
    margin-top: -1px;
  }
  .summary-top-ee89 .container_north_5835 .info_dark_e71f,
  .summary-top-ee89 .container_north_5835 .info_dark_e71f::after,
  .summary-top-ee89 .container_north_5835 .info_dark_e71f::before {
    width: 19px;
    height: 2px;
  }
  .summary-top-ee89 .container_north_5835 .info_dark_e71f::before {
    top: -6px;
  }
  .summary-top-ee89 .container_north_5835 .info_dark_e71f::after {
    bottom: -6px;
  }
  .notice_be89 .container_north_5835 .border-red-a66f {
    margin-top: -2px;
    width: 22px;
  }
  .notice_be89 .container_north_5835 .info_dark_e71f {
    margin-top: -1px;
  }
  .notice_be89 .container_north_5835 .info_dark_e71f,
  .notice_be89 .container_north_5835 .info_dark_e71f::after,
  .notice_be89 .container_north_5835 .info_dark_e71f::before {
    width: 22px;
    height: 2px;
  }
  .notice_be89 .container_north_5835 .info_dark_e71f::before {
    top: -7px;
  }
  .notice_be89 .container_north_5835 .info_dark_e71f::after {
    bottom: -7px;
  }
  .highlight_5db2 .container_north_5835 .border-red-a66f {
    margin-top: -2px;
    width: 31px;
  }
  .highlight_5db2 .container_north_5835 .info_dark_e71f {
    margin-top: -1.5px;
  }
  .highlight_5db2 .container_north_5835 .info_dark_e71f,
  .highlight_5db2 .container_north_5835 .info_dark_e71f::after,
  .highlight_5db2 .container_north_5835 .info_dark_e71f::before {
    width: 31px;
    height: 3px;
  }
  .highlight_5db2 .container_north_5835 .info_dark_e71f::before {
    top: -9px;
  }
  .highlight_5db2 .container_north_5835 .info_dark_e71f::after {
    bottom: -9px;
  }
}
.main-d7da .info_dark_e71f {
  -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);
}
.main-d7da .info_dark_e71f::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.main-d7da .info_dark_e71f::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);
}
.main-d7da.wrapper_a44c .info_dark_e71f {
  -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);
}
.main-d7da.wrapper_a44c .info_dark_e71f::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.main-d7da.wrapper_a44c .info_dark_e71f::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);
}
.message-e855 {
  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.liquid-98ad:before {
  display: none;
}
.button_f0b7 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.button_f0b7 .secondary-3f81 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.button_f0b7 .secondary-3f81:last-of-type {
  border-bottom: none;
}
.button_f0b7 .secondary-3f81.sidebar-cold-3c19,
.button_f0b7 .secondary-3f81.selected_8780,
.button_f0b7 .secondary-3f81.smooth-8386 {
  padding: 0;
}
.button_f0b7 .info_over_55fa .dirty_dda3 {
  color: currentColor;
}
.button_f0b7 .info_over_55fa .dirty_dda3:focus,
.button_f0b7 .info_over_55fa .dirty_dda3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.button_f0b7.border_5c61 .up_7b5a,
.button_f0b7.border_5c61 .shade-bright-1726 a,
.button_f0b7.border_5c61 .status_faa8 a,
.button_f0b7.border_5c61 .simple-79e9 a {
  color: rgba(0, 0, 0, 0.55);
}
.button_f0b7.border_5c61 .up_7b5a:hover,
.button_f0b7.border_5c61 .shade-bright-1726 a:hover,
.button_f0b7.border_5c61 .status_faa8 a:hover,
.button_f0b7.border_5c61 .simple-79e9 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.button_f0b7.border_5c61 .dropdown-middle-2268 {
  color: rgba(0, 0, 0, 0.8);
}
.button_f0b7.border_5c61 .secondary-3f81 {
  border-color: rgba(0, 0, 0, 0.08);
}
.button_f0b7.border_5c61 .secondary-3f81:before {
  background: rgba(0, 0, 0, 0.08);
}
.button_f0b7.border_5c61 .over-0b85:before {
  background: rgba(255, 255, 255, 0.9);
}
.button_f0b7.border_5c61 .info_over_55fa .left-ed86 li a,
.button_f0b7.border_5c61 .info_over_55fa .dirty_dda3,
.button_f0b7.border_5c61 .simple-79e9 {
  border-color: rgba(0, 0, 0, 0.08);
}
.button_f0b7.border_5c61 .info_over_55fa .dirty_dda3:focus,
.button_f0b7.border_5c61 .info_over_55fa .dirty_dda3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.button_f0b7.border_5c61 .left-ed86 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.button_f0b7.smooth_2916 .up_7b5a,
.button_f0b7.smooth_2916 .shade-bright-1726 a,
.button_f0b7.smooth_2916 .status_faa8 .dirty_dda3,
.button_f0b7.smooth_2916 .status_faa8 a,
.button_f0b7.smooth_2916 .simple-79e9 a {
  color: rgba(255, 255, 255, 0.79);
}
.button_f0b7.smooth_2916 .up_7b5a:hover,
.button_f0b7.smooth_2916 .shade-bright-1726 a:hover,
.button_f0b7.smooth_2916 .status_faa8 .dirty_dda3:hover,
.button_f0b7.smooth_2916 .status_faa8 a:hover,
.button_f0b7.smooth_2916 .simple-79e9 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.button_f0b7.smooth_2916 .dropdown-middle-2268 {
  color: rgba(255, 255, 255, 0.99);
}
.button_f0b7.smooth_2916 .secondary-3f81 {
  border-color: rgba(255, 255, 255, 0.08);
}
.button_f0b7.smooth_2916 .secondary-3f81:before {
  background: rgba(255, 255, 255, 0.08);
}
.button_f0b7.smooth_2916 .over-0b85:before {
  background: rgba(0, 0, 0, 0.9);
}
.button_f0b7.smooth_2916 .info_over_55fa .left-ed86 li a,
.button_f0b7.smooth_2916 .info_over_55fa .dirty_dda3,
.button_f0b7.smooth_2916 .simple-79e9 {
  border-color: rgba(255, 255, 255, 0.08);
}
.button_f0b7.smooth_2916 .info_over_55fa .dirty_dda3:focus,
.button_f0b7.smooth_2916 .info_over_55fa .dirty_dda3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.button_f0b7.smooth_2916 .left-ed86 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.over-0b85 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.over-0b85:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.disabled_green_044b {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.last_2736 .button_f0b7 {
  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;
}
.last_2736 .secondary-3f81 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.last_2736 .secondary-3f81: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) {
  .last_2736 .secondary-3f81:before {
    width: 16%;
    left: 42%;
  }
}
.last_2736 .secondary-3f81:last-child:before {
  content: none;
}
.last_2736 .secondary-3f81[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.last_2736 .info_over_55fa .left-ed86 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.last_2736 .info_over_55fa .left-ed86 li a .dirty_dda3 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.last_2736 .info_over_55fa .simple-79e9 {
  border: none;
}
.last_2736 .info_over_55fa .simple-79e9 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.last_2736 .over-0b85 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.last_2736 .disabled_green_044b {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.last_2736 .smooth_2916 .over-0b85:before {
  background: rgba(0, 0, 0, 0.9);
}
.last_2736 .border_5c61.slider-da3e .info_dark_e71f {
  background: rgba(0, 0, 0, 0.6);
}
.last_2736
  .border_5c61.slider-da3e
  .info_dark_e71f::after,
.last_2736
  .border_5c61.slider-da3e
  .info_dark_e71f:before {
  background: inherit;
}
.last_2736
  .border_5c61.slider-da3e:hover
  .info_dark_e71f {
  background: rgba(0, 0, 0, 0.8);
}
.tabs_2a09 .button_f0b7 {
  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) {
  .tabs_2a09 .button_f0b7 {
    width: auto;
    right: 45px;
  }
}
.widget_200a .button_f0b7 {
  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) {
  .widget_200a .button_f0b7 {
    width: auto;
    left: 45px;
  }
}
.liquid-98ad .button_f0b7 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.liquid-98ad .disabled_green_044b {
  max-width: 48em;
  margin: 0 auto;
}
.liquid-98ad .over-0b85:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.bottom_f1ec {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.bottom_f1ec.last_2736 .button_f0b7 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.bottom_f1ec.tabs_2a09 .button_f0b7 {
  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);
}
.bottom_f1ec .button_f0b7 {
  visibility: visible;
}
.bottom_f1ec.widget_200a .button_f0b7 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.form-hard-343c,
.frame-f330 {
  overflow-x: hidden;
}
.form-hard-343c .button_f0b7 {
  overflow: auto;
}
.form-hard-343c.last_2736 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.form-hard-343c.last_2736 .button_f0b7 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.form-hard-343c.last_2736 .steel-69ec {
  opacity: 0;
}
.form-hard-343c.tabs_2a09 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.form-hard-343c.tabs_2a09 .button_f0b7 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.form-hard-343c.tabs_2a09 .steel-69ec {
  opacity: 0;
}
.form-hard-343c.widget_200a {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.form-hard-343c.widget_200a .button_f0b7 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.form-hard-343c.widget_200a .steel-69ec {
  opacity: 0;
}
.form-hard-343c.liquid-98ad .button_f0b7 {
  z-index: 10;
  visibility: visible;
}
.slider-da3e {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.slider-da3e .info_dark_e71f {
  background: rgba(255, 255, 255, 0.99);
}
.slider-da3e .info_dark_e71f::after,
.slider-da3e .info_dark_e71f:before {
  background: inherit;
}
.slider-da3e:hover .info_dark_e71f {
  background: rgba(255, 255, 255, 0.99);
}
.widget_200a .slider-da3e {
  top: 10px;
  right: auto;
  left: 12px;
}
.liquid-98ad .slider-da3e {
  display: none !important;
}
.form-hard-343c:before,
.frame-f330:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.form-hard-343c .slider-da3e,
.frame-f330 .slider-da3e {
  display: inline-block;
}
.button_f0b7 .liquid_5d32 {
  -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;
}
.form-hard-343c .button_f0b7 .liquid_5d32,
.frame-f330 .button_f0b7 .liquid_5d32 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.gallery_51a2 .shade-ce8d {
  width: 100%;
}
.thumbnail_pro_74c7 {
  padding: 0 0.5em 0;
}
.thumbnail_pro_74c7 [class*="customify-col-"],
.thumbnail_pro_74c7 [class*="customify-col_"],
.thumbnail_pro_74c7 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.purple-e72b .thumbnail_pro_74c7 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .header_solid_be04 .solid-607f,
  .solid-607f {
    display: none;
  }
  .block_b3c1 {
    text-align: left;
  }
  .article_c7d4 {
    text-align: center;
  }
  .gradient-dirty-8031 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .header_solid_be04 .upper-16ed,
  .upper-16ed {
    display: none;
  }
  .carousel_red_25d1 {
    text-align: left;
  }
  .over_12a9 {
    text-align: center;
  }
  .accordion-4398 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .header_solid_be04 .hard_3dbe,
  .hard_3dbe {
    display: none;
  }
  .pagination-silver-f342 {
    text-align: left;
  }
  .dark-b350 {
    text-align: center;
  }
  .middle-6729 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.notification-c0c5 {
  box-shadow: none !important;
}
.mini-2e78 .sort_3acf,
.pink-203c .sort_3acf {
  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;
}
.pink-203c .sort_3acf {
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-0c7f {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.article-0c7f:after,
.article-0c7f:before {
  content: "";
  display: table;
}
.article-0c7f:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .article-0c7f {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.article-0c7f,
.dirty-fbdd {
  max-width: 1248px;
  margin: 0 auto;
}

.mask-1c96.hard-12f9 .article-0c7f {
  max-width: 100%;
}
.mask-1c96.static-e9a8 {
  max-width: 1200px;
  margin: 0 auto;
}
.mask-1c96.hero_hovered_5b2d .article-0c7f {
  max-width: 100%;
}
.mask-1c96.hero_hovered_5b2d > .article-0c7f {
  padding-left: 0;
  padding-right: 0;
}
.mask-1c96.hero_hovered_5b2d > .article-0c7f .header_solid_be04 {
  margin: 0;
}
.mask-1c96.hero_hovered_5b2d
  > .article-0c7f
  .dark_2764.progress_motion_7727 {
  margin-right: 0;
  margin-left: 0;
}
.mask-1c96.hero_hovered_5b2d #main.progress_motion_7727 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .input-bronze-6596 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .input-bronze-6596 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .container-43ff .logo-bd48 {
    padding-right: 1em;
  }
  .container-43ff.hard_6a94 .dark_2764 {
    border-right: 1px solid #eaecee;
  }
  .container-43ff.hard_6a94 .logo-bd48 {
    padding-right: 1em;
  }
  .container-43ff.hard_6a94 .pattern-dirty-0edf {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .detail_3fa9 .logo-bd48 {
    padding-left: 1em;
  }
  .detail_3fa9.hard_6a94 .dark_2764 {
    border-left: 1px solid #eaecee;
  }
  .detail_3fa9.hard_6a94 .logo-bd48 {
    padding-left: 1em;
  }
  .detail_3fa9.hard_6a94 .pattern-dirty-0edf {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .message-892a .logo-bd48 {
    padding-left: 1em;
  }
  .message-892a.hard_6a94 .disabled_b432 {
    border-right: 1px solid #eaecee;
  }
  .message-892a.hard_6a94 .paper_b275 {
    border-right: 1px solid #eaecee;
  }
  .message-892a.hard_6a94 .logo-bd48 {
    padding-left: 1em;
  }
  .message-892a.hard_6a94 .pattern-dirty-0edf {
    padding-right: 1em;
  }
  .message-892a.hard_6a94 .texture-af08 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .static-fcfb .logo-bd48 {
    padding-right: 1em;
  }
  .static-fcfb.hard_6a94 .disabled_b432 {
    border-left: 1px solid #eaecee;
  }
  .static-fcfb.hard_6a94 .paper_b275 {
    border-left: 1px solid #eaecee;
  }
  .static-fcfb.hard_6a94 .logo-bd48 {
    padding-right: 1em;
  }
  .static-fcfb.hard_6a94 .pattern-dirty-0edf {
    padding-left: 1em;
    padding-right: 1em;
  }
  .static-fcfb.hard_6a94 .texture-af08 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .input-bronze-6596 .logo-bd48 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .input-bronze-6596.hard_6a94 .dark_2764 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .input-bronze-6596.hard_6a94 .logo-bd48 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .input-bronze-6596.hard_6a94 .pattern-dirty-0edf {
    padding-left: 1em;
  }
  .input-bronze-6596.hard_6a94 .texture-af08 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .input-bronze-6596.hard_6a94 .logo-bd48 {
    padding-left: 0;
  }
}
.stale-2687 .large-36dc {
  display: inline-block;
}
.media_ccda {
  display: inline-block;
}
.hover_in_c328 {
  word-con: break-word;
}
.focused_b4f2 > span {
  display: inline-block;
  padding: 5px 0;
}
.focused_b4f2 .search_50b9 {
  margin-left: 8px;
  margin-right: 8px;
}
.focused_b4f2 .list-fbc8 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.selected_2a81 .outline_over_64ef {
  margin-bottom: 2em;
}
.selected_2a81 .panel-cool-614b {
  margin-bottom: 15px;
}
.selected_2a81 .panel-cool-614b:last-child {
  margin-bottom: 0;
}
.selected_2a81 .accordion-motion-215e {
  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) {
  .selected_2a81 .accordion-motion-215e {
    display: block;
  }
}
.selected_2a81 .section-6127 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .selected_2a81 .section-6127 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.selected_2a81 .hidden-d609 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.selected_2a81 .hidden-d609 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.selected_2a81 .hidden-d609 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.selected_2a81 .hover_in_c328 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.selected_2a81 .hover_in_c328 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.selected_2a81 .bronze-c77b p:last-child {
  margin-bottom: 0;
}
.selected_2a81 .purple_042b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.selected_2a81 .message_7600 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.selected_2a81 .alert_d2fa {
  margin-top: 1em;
}
.selected_2a81 .dark_29b7 {
  top: 0;
  display: block;
}
.selected_2a81 .dark_29b7 a {
  color: inherit;
}
.selected_2a81 .dark_29b7 a:hover {
  color: inherit;
}
.selected_2a81 .overlay_03c1 {
  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;
}
.selected_2a81 .overlay_03c1:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.selected_2a81 .message_7600 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.selected_2a81 .disabled-a7ae {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.selected_2a81 .disabled-a7ae:first-child {
  margin-top: 0;
}
.selected_2a81 .disabled-a7ae.description-action-85ba {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.selected_2a81 .disabled-a7ae.paper-c525 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.selected_2a81
  .disabled-a7ae.paper-c525.slow-0629
  .alert_d2fa {
  width: 100%;
}
.selected_2a81 .paper-c525 {
  -webkit-box-align: center;
  align-items: center;
}
.selected_2a81 .paper-c525 .focused_b4f2,
.selected_2a81 .paper-c525 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.selected_2a81 .hidden-d609 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.selected_2a81 .hidden-d609 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.selected_2a81 .hidden-d609: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;
}
.selected_2a81 .description-action-85ba {
  z-index: 5;
}
.selected_2a81 .mini_4771 .current-c2c7 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.selected_2a81 .disabled-large-cc0d .current-c2c7 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.selected_2a81 .table-rough-66eb .current-c2c7 {
  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;
}
.selected_2a81.down_05fb .accordion-motion-215e,
.selected_2a81.iron-c4e3 .accordion-motion-215e {
  display: block;
}
.selected_2a81.down_05fb .accordion-motion-215e .header_6956,
.selected_2a81.down_05fb .accordion-motion-215e .message_7600,
.selected_2a81.iron-c4e3 .accordion-motion-215e .header_6956,
.selected_2a81.iron-c4e3 .accordion-motion-215e .message_7600 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.selected_2a81.container_middle_9c10 .section-6127 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .selected_2a81.container_middle_9c10 .section-6127 {
    margin-right: 0;
  }
}
.selected_2a81.down_05fb .section-6127,
.selected_2a81.iron-c4e3 .section-6127 {
  padding-top: 40%;
}
.selected_2a81.down_05fb .outline_over_64ef,
.selected_2a81.iron-c4e3 .outline_over_64ef {
  display: block;
}
.selected_2a81.down_05fb .fn-sticky-4088 .message_7600,
.selected_2a81.iron-c4e3 .fn-sticky-4088 .message_7600 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.selected_2a81.down_05fb .section-6127,
.selected_2a81.iron-c4e3 .section-6127 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.selected_2a81.down_05fb .message_7600 {
  padding: 1em;
}
.info-18c3 {
  margin: 30px auto;
  display: block;
}
.info-18c3 .outline_complex_16ef > * {
  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;
}
.info-18c3 .outline_complex_16ef > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.info-18c3 .outline_complex_16ef span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.heading-0266 .focused_b4f2 {
  margin-bottom: 1.41575em;
}
.heading-0266 .description-steel-a7c3 {
  margin-bottom: 1.618em;
}
.dim_9e1b .modal-outer-37ca {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.dim_9e1b .modal-outer-37ca a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.dim_9e1b .grid_narrow_7d07 {
  max-width: 100%;
  overflow: auto;
}
.widget-white-334b .dim_9e1b a:hover {
  text-decoration: underline;
}
.overlay_3d03 .panel-cool-614b:not(.hover_in_c328),
.overlay_3d03 .hidden-d609 {
  margin-bottom: 1.41575em;
}
.overlay_3d03 .panel-cool-614b:not(.hover_in_c328):last-child,
.overlay_3d03 .hidden-d609:last-child {
  margin-bottom: 0;
}
.overlay_3d03 .panel-cool-614b.hover-f04f {
  margin-bottom: 0.41575em;
}
.overlay_3d03 .bottom-a5c3:before,
.overlay_3d03 .status-action-55a8:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.overlay_3d03 .bottom-a5c3:before {
  content: "\f115";
}
.overlay_3d03 .status-action-55a8:before {
  content: "\f02c";
}
.overlay_3d03 .plasma_bf77 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.overlay_3d03 .plasma_bf77 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.banner_selected_dcce {
  display: -webkit-box;
  display: flex;
}
.banner_selected_dcce .soft_62a1 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .banner_selected_dcce .soft_62a1 {
    flex-basis: 90px;
  }
}
.banner_selected_dcce .panel-fixed-e5f8 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .banner_selected_dcce .panel-fixed-e5f8 {
    flex-basis: calc(100% - 50px);
  }
}
.banner_selected_dcce .brown_192e p:last-child {
  margin-bottom: 0.72em;
}
.heading_6563 .outline_complex_16ef {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.heading_6563 .outline_complex_16ef:after,
.heading_6563 .outline_complex_16ef:before {
  content: "";
  display: table;
}
.heading_6563 .outline_complex_16ef:after {
  clear: both;
}
.heading_6563 .outline_complex_16ef .preview-000c,
.heading_6563 .outline_complex_16ef .heading-50ff {
  width: 49%;
}
.heading_6563 .outline_complex_16ef .preview-000c a span.detail-simple-5d77,
.heading_6563 .outline_complex_16ef .heading-50ff a span.detail-simple-5d77 {
  display: block;
  margin-bottom: 5px;
}
.heading_6563 .outline_complex_16ef .heading-50ff {
  float: left;
  text-align: left;
}
.heading_6563 .outline_complex_16ef .preview-000c {
  float: right;
  text-align: right;
}
.section-359e {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .section-359e {
    margin-bottom: 0;
  }
}
.container_92bb {
  margin-bottom: 1em;
}
.container_92bb .hover_in_c328 {
  font-size: 1.1em;
  line-height: 1.3;
}
.carousel_bright_a3cd a {
  display: block;
  line-height: 0;
  position: relative;
}
.narrow_03e5 .container_92bb,
.motion_939c .container_92bb {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .narrow_03e5 .container_92bb,
  .motion_939c .container_92bb {
    display: block;
  }
}
.narrow_03e5 .carousel_bright_a3cd,
.motion_939c .carousel_bright_a3cd {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .narrow_03e5 .carousel_bright_a3cd,
  .motion_939c .carousel_bright_a3cd {
    margin-bottom: 1em;
  }
}
.narrow_03e5 .carousel_bright_a3cd img,
.motion_939c .carousel_bright_a3cd img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.narrow_03e5 .hero-9abf,
.motion_939c .hero-9abf {
  flex-basis: calc(100% - 160px);
}
.narrow_03e5 .hero-9abf p,
.motion_939c .hero-9abf p {
  margin-bottom: 0;
}
.narrow_03e5 .hero-9abf {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .narrow_03e5 .hero-9abf {
    padding-left: 0;
  }
}
.motion_939c .hero-9abf {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .motion_939c .hero-9abf {
    padding-right: 0;
  }
}
.motion_939c .carousel_bright_a3cd {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.popup-bbb8 .carousel_bright_a3cd {
  margin-bottom: 0.5em;
}
.popup-bbb8 .carousel_bright_a3cd img {
  width: 100%;
}
.element_d693 .pagination-east-ceed,
.dark_5ef0 .pagination-east-ceed {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.dark_5ef0 .dark_2764 .section-basic-9d38 p:last-child {
  margin-bottom: 0;
}
.bottom_ec8b {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.warm_9db2 .secondary-south-c00f {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .warm_9db2 .secondary-south-c00f:last-of-type {
    margin-bottom: 0;
  }
}
.warm_9db2 .secondary-south-c00f ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.warm_9db2 .secondary-south-c00f ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.warm_9db2 .secondary-south-c00f ul li {
  margin: 0 0 0.6em;
}
.warm_9db2 .secondary-south-c00f ul li.card_current_026c,
.warm_9db2 .secondary-south-c00f ul li.sort-yellow-96e2 {
  position: relative;
}
.warm_9db2 .secondary-south-c00f ul li.card_current_026c .inner_bead,
.warm_9db2 .secondary-south-c00f ul li.sort-yellow-96e2 .inner_bead {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.warm_9db2 .secondary-south-c00f ul li.card_current_026c:after:after,
.warm_9db2 .secondary-south-c00f ul li.card_current_026c:after:before,
.warm_9db2
  .secondary-south-c00f
  ul
  li.sort-yellow-96e2:after:after,
.warm_9db2
  .secondary-south-c00f
  ul
  li.sort-yellow-96e2:after:before {
  content: "";
  display: table;
}
.warm_9db2 .secondary-south-c00f ul li.card_current_026c:after:after,
.warm_9db2
  .secondary-south-c00f
  ul
  li.sort-yellow-96e2:after:after {
  clear: both;
}
.warm_9db2 .secondary-south-c00f a.liquid-cfb0:hover {
  text-decoration: none;
}
.warm_9db2 .secondary-south-c00f select {
  max-width: 100%;
}
.warm_9db2 .secondary-south-c00f table {
  font-size: 85%;
}
.warm_9db2 .secondary-south-c00f table td,
.warm_9db2 .secondary-south-c00f table th {
  padding: 0.2360828548em;
  text-align: center;
}
.warm_9db2 .secondary-south-c00f table tfoot td {
  text-align: left;
}
.warm_9db2 .secondary-south-c00f :last-child {
  margin-bottom: 0;
}
.warm_9db2 .secondary-south-c00f .pro-2036 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.warm_9db2 .secondary-south-c00f .pro-2036 label {
  width: 100%;
}
.warm_9db2 .secondary-south-c00f .pro-2036 .last_f009 {
  width: 100%;
  display: block;
}
.warm_9db2 .secondary-south-c00f .pro-2036 .gold-1c8c {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.warm_9db2 .secondary-south-c00f .pro-2036 .gold-1c8c:hover svg #svg-search {
  fill: #444;
}
.warm_9db2 .secondary-south-c00f .pro-2036 .gold-1c8c svg {
  width: 18px;
  height: 18px;
}
.warm_9db2 .mini_4144 ul ul,
.warm_9db2 .block_2474 ul ul,
.warm_9db2 .border-67fe ul ul,
.warm_9db2 .pro_9452 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.warm_9db2 .mini_4144 .warm_86b3 > a,
.warm_9db2 .block_2474 .warm_86b3 > a,
.warm_9db2 .border-67fe .warm_86b3 > a,
.warm_9db2 .pro_9452 .warm_86b3 > a {
  margin-bottom: 0;
}
.warm_9db2 .out-b59d li,
.warm_9db2 .mini_4144 li,
.warm_9db2 .under-d275 li,
.warm_9db2 .block_2474 li,
.warm_9db2 .border-67fe li,
.warm_9db2 .pro_9452 li,
.warm_9db2 .search-b2cd li,
.warm_9db2 .popup-hard-a31b li {
  display: block;
  position: relative;
}
.warm_9db2 .out-b59d li:last-child,
.warm_9db2 .mini_4144 li:last-child,
.warm_9db2 .under-d275 li:last-child,
.warm_9db2 .block_2474 li:last-child,
.warm_9db2 .border-67fe li:last-child,
.warm_9db2 .pro_9452 li:last-child,
.warm_9db2 .search-b2cd li:last-child,
.warm_9db2 .popup-hard-a31b li:last-child {
  border: none;
}
.warm_9db2 .out-b59d li a,
.warm_9db2 .mini_4144 li a,
.warm_9db2 .under-d275 li a,
.warm_9db2 .block_2474 li a,
.warm_9db2 .border-67fe li a,
.warm_9db2 .pro_9452 li a,
.warm_9db2 .search-b2cd li a,
.warm_9db2 .popup-hard-a31b li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.warm_9db2 .out-b59d li ul li::before,
.warm_9db2 .mini_4144 li ul li::before,
.warm_9db2 .under-d275 li ul li::before,
.warm_9db2 .block_2474 li ul li::before,
.warm_9db2 .border-67fe li ul li::before,
.warm_9db2 .pro_9452 li ul li::before,
.warm_9db2 .search-b2cd li ul li::before,
.warm_9db2 .popup-hard-a31b li ul li::before {
  left: 15px;
}
.warm_9db2 .out-b59d li ul a,
.warm_9db2 .mini_4144 li ul a,
.warm_9db2 .under-d275 li ul a,
.warm_9db2 .block_2474 li ul a,
.warm_9db2 .border-67fe li ul a,
.warm_9db2 .pro_9452 li ul a,
.warm_9db2 .search-b2cd li ul a,
.warm_9db2 .popup-hard-a31b li ul a {
  padding-left: 20px;
}
.warm_9db2 .out-b59d li ul ul li::before,
.warm_9db2 .mini_4144 li ul ul li::before,
.warm_9db2 .under-d275 li ul ul li::before,
.warm_9db2 .block_2474 li ul ul li::before,
.warm_9db2 .border-67fe li ul ul li::before,
.warm_9db2 .pro_9452 li ul ul li::before,
.warm_9db2 .search-b2cd li ul ul li::before,
.warm_9db2 .popup-hard-a31b li ul ul li::before {
  left: 30px;
}
.warm_9db2 .out-b59d li ul ul a,
.warm_9db2 .mini_4144 li ul ul a,
.warm_9db2 .under-d275 li ul ul a,
.warm_9db2 .block_2474 li ul ul a,
.warm_9db2 .border-67fe li ul ul a,
.warm_9db2 .pro_9452 li ul ul a,
.warm_9db2 .search-b2cd li ul ul a,
.warm_9db2 .popup-hard-a31b li ul ul a {
  padding-left: 40px;
}
.warm_9db2 .logo_f305 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.warm_9db2 .popup-hard-a31b ul li {
  margin-bottom: 1.41575em;
}
.warm_9db2 .popup-hard-a31b ul li .soft-d1c3 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.warm_9db2 .popup-hard-a31b ul li .next_0513 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.smooth_2916 .out-b59d li a,
.smooth_2916 .mini_4144 li a,
.smooth_2916 .under-d275 li a,
.smooth_2916 .block_2474 li a,
.smooth_2916 .border-67fe li a,
.smooth_2916 .pro_9452 li a,
.smooth_2916 .search-b2cd li a,
.smooth_2916 .popup-hard-a31b li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.smooth_2916 .logo_f305 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.smooth_2916 .secondary-south-c00f ul li.card_current_026c .inner_bead,
.smooth_2916 .secondary-south-c00f ul li.sort-yellow-96e2 .inner_bead {
  background: rgba(0, 0, 0, 0.2);
}
.smooth_2916 .warm_9db2 .secondary-south-c00f select {
  border-color: rgba(255, 255, 255, 0.08);
}
.mask-1c96 .warm_9db2 .left-ed86 li {
  margin: 0;
}
.mask-1c96 .warm_9db2 .left-ed86 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.mask-1c96 .warm_9db2 .left-ed86 li ul {
  margin: 0;
}
.mask-1c96 .warm_9db2 .left-ed86 li ul li a {
  padding-left: 15px;
}
.mask-1c96 .warm_9db2 .left-ed86 li ul li li a {
  padding-left: 30px;
}
.mask-1c96 .warm_9db2 .left-ed86 li.content-hard-4bcb > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.mask-1c96 .warm_9db2 .left-ed86 li.content-hard-4bcb > 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;
}
.mask-1c96 .warm_9db2 .left-ed86 li.content-hard-4bcb > 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;
}
.active-f140 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.middle_8886 {
  position: relative;
  z-index: 10;
}
.middle_8886 .liquid_5d32 {
  width: 100%;
  max-width: 100%;
}
.orange_493e .picture_d99b {
  padding-top: 2em;
  padding-bottom: 2em;
}
.orange_493e .border_5c61 {
}
.orange_493e .smooth_2916 {
  background: #292929;
}
.fluid-9d0a .picture_d99b {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.fluid-9d0a .border_5c61 {
  background: #f9f9f9;
}
.fluid-9d0a .smooth_2916 {
  background: #303030;
}
.widget-64d9 .picture_d99b {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .widget-64d9 .large-36dc {
    margin-bottom: 1em;
  }
  .widget-64d9 .large-36dc:last-child {
    margin-bottom: 0;
  }
}
.widget-64d9 .border_5c61 {
  background: #ededed;
}
.widget-64d9 .smooth_2916 {
  background: #1a1a1a;
}
.picture_d99b.border_5c61 {
  color: rgba(0, 0, 0, 0.6);
}
.picture_d99b.border_5c61 .detail-a61a li {
  border-color: rgba(0, 0, 0, 0.08);
}
.picture_d99b.smooth_2916 {
  color: rgba(255, 255, 255, 0.99);
}
.picture_d99b.smooth_2916 a:not(.liquid-cfb0) {
  color: rgba(255, 255, 255, 0.79);
}
.picture_d99b.smooth_2916 a:not(.liquid-cfb0):hover {
  color: rgba(255, 255, 255, 0.99);
}
.picture_d99b.smooth_2916 .detail-a61a li {
  border-color: rgba(255, 255, 255, 0.08);
}
.picture_d99b.smooth_2916 table tbody td,
.picture_d99b.smooth_2916 table th {
  background: rgba(0, 0, 0, 0.08);
}
.table-out-8fae.top-f9fd .article-0c7f {
  max-width: initial;
}
.table-out-8fae .purple_c7bd {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.table-out-8fae .purple_c7bd .liquid_5d32 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .table-out-8fae .purple_c7bd .liquid_5d32 {
    display: block;
    margin-bottom: 2em;
  }
  .table-out-8fae .purple_c7bd .liquid_5d32:last-child {
    margin-bottom: 0;
  }
}
.widget-64d9 .large-36dc:last-child,
.fluid-9d0a .large-36dc:last-child,
.orange_493e .large-36dc:last-child {
  margin-bottom: 0;
}
.widget-64d9 .large-36dc .warm_9db2 .secondary-south-c00f:last-child,
.fluid-9d0a .large-36dc .warm_9db2 .secondary-south-c00f:last-child,
.orange_493e .large-36dc .warm_9db2 .secondary-south-c00f:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .widget-64d9 .dynamic-f07d,
  .widget-64d9 .feature-273f,
  .fluid-9d0a .dynamic-f07d,
  .fluid-9d0a .feature-273f,
  .orange_493e .dynamic-f07d,
  .orange_493e .feature-273f {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .middle_8886 .large-36dc {
    margin-bottom: 2em;
  }
}
.middle_8886 p:last-child {
  margin-bottom: 0;
}
.middle_8886 li,
.middle_8886 ul {
  list-style: none;
  margin: 0;
}
.middle_8886 ul ul {
  margin-left: 2.617924em;
}
.accordion_7f7e {
  font-size: 0.875em;
}

/* css-noise: 2384 */
.promo-block-w0 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
