/*!
Theme Name: Customify
Theme URI: https://pressmaximum.under_d094/customify
Author: WPCustomify
Author URI: https://pressmaximum.under_d094
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.under_d094/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.slow-5b6a.table_old_9aab/licenses/gpl-2.0.thick-54e9
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.sort-advanced-7770/, (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.large_9e92.search-red-a6f5/normalize.text-full-0517/
 ======
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.text-full-0517 v7.0.0 | MIT License | github.under_d094/necolas/normalize.text-full-0517 */
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;
}
.border_simple_88a9 .accordion-dark-c8d0,
.last-7dcf,
.background_yellow_9d1b,
.highlight-ff49,
.surface-a593,
.accordion-5486,
.frame-static-1231,
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;
}
.last-7dcf,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .last-7dcf,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .last-7dcf,
  h1 {
    font-size: 1.8em;
  }
}
.background_yellow_9d1b,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.background_yellow_9d1b + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .background_yellow_9d1b,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .background_yellow_9d1b,
  h2 {
    font-size: 1.7em;
  }
}
.highlight-ff49,
h3 {
  font-size: 1.618em;
}
.border_simple_88a9 .accordion-dark-c8d0,
.surface-a593,
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.bottom-ff17 {
  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;
}
.container-in-2d48:after,
.container-in-2d48:before,
.element-tall-8753:after,
.element-tall-8753:before {
  content: "";
  display: table;
}
.container-in-2d48:after,
.element-tall-8753:after {
  clear: both;
}
.media_7500 {
  float: right;
  margin-right: 0;
}
.hovered-924b {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.feature_over_6a31 .accent-green-71b3,
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_over_6a31 .accent-green-71b3: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;
}
.huge-4f90 .accent-green-71b3 {
  box-shadow: none;
}
.huge-4f90
  .accent-green-71b3
  .article-e1b6 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.huge-4f90 .accent-green-71b3 .carousel-yellow-d033 {
  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;
}
.huge-4f90
  .accent-green-71b3
  .carousel-yellow-d033
  b {
  display: none;
}
.huge-4f90 .logo_2e2c {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.warm_e04b:not(.upper-7bde):not(.dim_c407),
button:not(.upper-7bde):not(.dim_c407),
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ),
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ),
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ) {
  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;
}
.warm_e04b:not(.upper-7bde):not(
    .dim_c407
  ):hover,
button:not(.upper-7bde):not(
    .dim_c407
  ):hover,
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ):hover,
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ):hover,
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.warm_e04b:not(.upper-7bde):not(
    .dim_c407
  ):active,
.warm_e04b:not(.upper-7bde):not(
    .dim_c407
  ):focus,
button:not(.upper-7bde):not(
    .dim_c407
  ):active,
button:not(.upper-7bde):not(
    .dim_c407
  ):focus,
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ):active,
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ):focus,
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ):active,
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ):focus,
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ):active,
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ):focus {
  outline: 0;
}
.warm_e04b:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5,
button:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5,
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5,
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5,
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5 {
  position: relative;
}
.warm_e04b:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .alert-5e2b,
.warm_e04b:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .next_ac94,
.warm_e04b:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .stale_99cf,
.warm_e04b:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  i,
.warm_e04b:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  svg,
button:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .alert-5e2b,
button:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .next_ac94,
button:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .stale_99cf,
button:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  i,
button:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  svg,
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .alert-5e2b,
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .next_ac94,
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .stale_99cf,
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  i,
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  svg,
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .alert-5e2b,
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .next_ac94,
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .stale_99cf,
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  i,
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  svg,
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .alert-5e2b,
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .next_ac94,
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  .stale_99cf,
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  i,
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5
  svg {
  visibility: hidden;
}
.warm_e04b:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5:after,
button:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5:after,
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5:after,
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5:after,
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ).fn-loading-cde5: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;
}
.warm_e04b:not(.upper-7bde):not(.dim_c407),
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ),
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ),
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ) {
  color: #fff;
  background: #235787;
}
.warm_e04b:not(.upper-7bde):not(
    .dim_c407
  ):focus,
input[type="button"]:not(.upper-7bde):not(
    .dim_c407
  ):focus,
input[type="reset"]:not(.upper-7bde):not(
    .dim_c407
  ):focus,
input[type="submit"]:not(.upper-7bde):not(
    .dim_c407
  ):focus {
  color: #fff;
}
.warm_e04b.fn-disabled-cde5:not(.upper-7bde):not(
    .dim_c407
  ),
.warm_e04b[disabled]:not(.upper-7bde):not(
    .dim_c407
  ),
button.fn-disabled-cde5:not(.upper-7bde):not(
    .dim_c407
  ),
button[disabled]:not(.upper-7bde):not(
    .dim_c407
  ) {
  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;
}
.pro_77d0 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.pro_77d0: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;
}
.chip_3660 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.section_complex_7447 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.plasma-994f {
  clear: both;
  display: block;
  margin: 0 auto;
}
.container-in-2d48:after,
.container-in-2d48:before,
.purple_732e:after,
.purple_732e:before,
.frame-new-d9f1:after,
.frame-new-d9f1:before,
.wrapper_full_cb63:after,
.wrapper_full_cb63:before,
.carousel_smooth_5175:after,
.carousel_smooth_5175:before,
.tiny_08ce:after,
.tiny_08ce:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.container-in-2d48:after,
.purple_732e:after,
.frame-new-d9f1:after,
.wrapper_full_cb63:after,
.carousel_smooth_5175:after,
.tiny_08ce:after {
  clear: both;
}
.purple_732e .image_hard_39f2,
.frame-new-d9f1 .image_hard_39f2,
.primary-11af .image_hard_39f2 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.content_e5ef {
  display: inline-block;
}
.thumbnail-cfb1 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.thumbnail-cfb1 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail-cfb1 .overlay-cold-761a {
  padding: 1em 0;
  font-size: 85%;
}
.overlay-cold-761a {
  text-align: left;
  font-style: italic;
  color: #999;
}
.motion-ecf8 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.motion-ecf8:after,
.motion-ecf8:before {
  content: "";
  display: table;
}
.motion-ecf8:after {
  clear: both;
}
.content_fbbf {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gas_1c5e .content_fbbf {
  max-width: 50%;
}
.surface-f0c3 .content_fbbf {
  max-width: 33.33%;
}
.disabled-446d .content_fbbf {
  max-width: 25%;
}
.aside-3533 .content_fbbf {
  max-width: 20%;
}
.media-south-2652 .content_fbbf {
  max-width: 16.66%;
}
.hovered-84ff .content_fbbf {
  max-width: 14.28%;
}
.grid-ef5b .content_fbbf {
  max-width: 12.5%;
}
.simple_c794 .content_fbbf {
  max-width: 11.11%;
}
.purple-c9a0 {
  display: block;
}
.border_simple_88a9 .primary_red_68c8 label,
.border_simple_88a9 .header_top_1829 label,
.border_simple_88a9 .text-light-9c7d label,
.border_simple_88a9 .steel_ed76 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.gradient_full_2bc6 {
  list-style: none;
  margin: 0;
}
.gradient_full_2bc6 article.lite-6a66 {
  margin-bottom: 0;
}
.gradient_full_2bc6 ul {
  list-style: none;
  margin: 0;
}
.gradient_full_2bc6 .upper_6a41 li.lite-6a66 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .gradient_full_2bc6 .upper_6a41 li.lite-6a66 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .gradient_full_2bc6 .upper_6a41 li.lite-6a66: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) {
  .gradient_full_2bc6 .upper_6a41 li.lite-6a66 li.lite-6a66 li.lite-6a66 li.lite-6a66 {
    padding-left: 0;
  }
}
article.lite-6a66 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.lite-6a66 .purple_732e p:last-of-type {
  margin-bottom: 0;
}
article.lite-6a66 .row-down-c677 {
  float: left;
}
article.lite-6a66 .element_0309 {
  margin-left: 85px;
}
article.lite-6a66 .message-5988 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.lite-6a66 .message-5988 .list_e161 {
  margin-left: 10px;
}
article.lite-6a66 .gradient_12b6 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.lite-6a66 .selected-859b {
  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 .primary_red_68c8,
  #respond .text-light-9c7d,
  #respond .steel_ed76 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .primary_red_68c8 input,
#respond .text-light-9c7d input,
#respond .steel_ed76 input {
  width: 100%;
}
#respond .steel_ed76 {
  margin-right: 0;
}
#respond .top-dd94 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.form_advanced_616d {
  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;
}
.form_advanced_616d.thick-468f {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.form_advanced_616d 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%);
}
.form_advanced_616d:focus,
.form_advanced_616d: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);
}
.popup_pro_e0f6 {
  border-radius: 10%;
}
.outer-4f31 {
  border-radius: 50%;
}
.shade-2ba8 {
  font-size: 0.72em;
}
.section-6f83 {
  font-size: 0.875em;
}
.column-cd63 {
  font-size: 1.1em;
}
.mini_0086 {
  text-transform: uppercase;
  line-height: 1.2;
}
.mini_0086.shade-2ba8 {
  letter-spacing: 0.5px;
}
.article-358c,
.article-358c a {
  color: #6d6d6d;
}
.article-358c a:hover {
  color: #111;
}
.table-1e5c {
  color: #6d6d6d;
}
.glass_fd71 {
  overflow-x: hidden;
}
.glass_fd71 .accent_selected_b29f.hover-d974 {
  position: relative;
}
.glass_fd71 .accent_selected_b29f.hover-d974.carousel-full-d51d {
  position: initial;
}
.glass_fd71
  .accent_selected_b29f.hover-d974.carousel-full-d51d
  .banner_107d {
  left: auto;
}
.glass_fd71 .accent_selected_b29f .banner_107d {
  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;
}
.glass_fd71 .accent_selected_b29f:hover.hover-d974 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.glass_fd71
  .accent_selected_b29f:hover.hover-d974
  .banner_107d {
  display: block;
  z-index: 9999999;
}
.glass_fd71 .list_down_5f18 .dynamic-7b41,
.glass_fd71 .disabled_9e13 .dynamic-7b41 {
  display: none;
}
.glass_fd71 .carousel-tiny-b6f9 .accent_selected_b29f:hover.hover-d974 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.border_simple_88a9 .primary_red_68c8 label,
.border_simple_88a9 .header_top_1829 label,
.border_simple_88a9 .text-light-9c7d label,
.border_simple_88a9 .steel_ed76 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.gradient_full_2bc6 {
  list-style: none;
  margin: 0;
}
.gradient_full_2bc6 article.lite-6a66 {
  margin-bottom: 0;
}
.gradient_full_2bc6 ul {
  list-style: none;
  margin: 0;
}
.gradient_full_2bc6 .upper_6a41 li.lite-6a66 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .gradient_full_2bc6 .upper_6a41 li.lite-6a66 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .gradient_full_2bc6 .upper_6a41 li.lite-6a66: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) {
  .gradient_full_2bc6 .upper_6a41 li.lite-6a66 li.lite-6a66 li.lite-6a66 li.lite-6a66 {
    padding-left: 0;
  }
}
article.lite-6a66 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.lite-6a66 .purple_732e p:last-of-type {
  margin-bottom: 0;
}
article.lite-6a66 .row-down-c677 {
  float: left;
}
article.lite-6a66 .element_0309 {
  margin-left: 85px;
}
article.lite-6a66 .message-5988 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.lite-6a66 .message-5988 .list_e161 {
  margin-left: 10px;
}
article.lite-6a66 .gradient_12b6 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.lite-6a66 .selected-859b {
  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 .primary_red_68c8,
  #respond .text-light-9c7d,
  #respond .steel_ed76 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .primary_red_68c8 input,
#respond .text-light-9c7d input,
#respond .steel_ed76 input {
  width: 100%;
}
#respond .steel_ed76 {
  margin-right: 0;
}
#respond .top-dd94 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.list_down_5f18 .backdrop-a30b {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.backdrop-a30b .badge-dark-5405.tooltip-small-6eae .border-active-bc5b > li > a:focus,
.backdrop-a30b .badge-dark-5405.tooltip-small-6eae .border-active-bc5b > li > a:hover,
.backdrop-a30b .badge-dark-5405.old-7d6c .border-active-bc5b > li > a:focus,
.backdrop-a30b .badge-dark-5405.old-7d6c .border-active-bc5b > li > a:hover,
.backdrop-a30b .badge-dark-5405.link_hard_54e8 .border-active-bc5b > li > a:focus,
.backdrop-a30b .badge-dark-5405.link_hard_54e8 .border-active-bc5b > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.backdrop-a30b
  .badge-dark-5405.tooltip-small-6eae
  .border-active-bc5b
  > li.status-804c
  > a,
.backdrop-a30b
  .badge-dark-5405.tooltip-small-6eae
  .border-active-bc5b
  > li.accordion-motion-fe1f
  > a,
.backdrop-a30b
  .badge-dark-5405.old-7d6c
  .border-active-bc5b
  > li.status-804c
  > a,
.backdrop-a30b
  .badge-dark-5405.old-7d6c
  .border-active-bc5b
  > li.accordion-motion-fe1f
  > a,
.backdrop-a30b
  .badge-dark-5405.link_hard_54e8
  .border-active-bc5b
  > li.status-804c
  > a,
.backdrop-a30b .badge-dark-5405.link_hard_54e8 .border-active-bc5b > li.block-77d0 > a {
  color: rgba(255, 255, 255, 0.99);
}
.backdrop-a30b .pattern-west-6140,
.backdrop-a30b .pattern-west-6140 a {
  color: rgba(255, 255, 255, 0.99);
}
.backdrop-a30b .outline_d5f5.popup-hard-2714 li a,
.backdrop-a30b .info_ec19 a,
.backdrop-a30b .tabs-rough-ec9c,
.backdrop-a30b .border-active-bc5b > li > a,
.backdrop-a30b .description-6255 {
  color: rgba(255, 255, 255, 0.79);
}
.backdrop-a30b .outline_d5f5.popup-hard-2714 li a:hover,
.backdrop-a30b .info_ec19 a:hover,
.backdrop-a30b .tabs-rough-ec9c:hover,
.backdrop-a30b .border-active-bc5b > li > a:hover,
.backdrop-a30b .description-6255:hover {
  color: rgba(255, 255, 255, 0.99);
}
.backdrop-a30b .silver_d85d {
  color: rgba(255, 255, 255, 0.79);
}
.backdrop-a30b .silver_d85d .filter-tiny-ee2d {
  color: rgba(255, 255, 255, 0.99);
}
.backdrop-a30b .silver_d85d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.backdrop-a30b .alert-stale-6421 .tooltip_glass_e3f4 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.backdrop-a30b .alert-stale-6421 .tooltip_glass_e3f4 .mini-a1c6 {
  color: rgba(255, 255, 255, 0.79);
}
.backdrop-a30b
  .alert-stale-6421
  .tooltip_glass_e3f4
  .mini-a1c6::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.backdrop-a30b
  .alert-stale-6421
  .tooltip_glass_e3f4
  .mini-a1c6:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.backdrop-a30b
  .alert-stale-6421
  .tooltip_glass_e3f4
  .mini-a1c6::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.backdrop-a30b
  .alert-stale-6421
  .tooltip_glass_e3f4
  .mini-a1c6::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.backdrop-a30b .alert-stale-6421 .picture-huge-2c2a {
  color: rgba(255, 255, 255, 0.79);
}
.backdrop-a30b .alert-stale-6421 .picture-huge-2c2a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.card_9d32
  .backdrop-a30b
  .alert-stale-6421
  .in_4610
  .tabs_e050 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.card_9d32
  .backdrop-a30b
  .alert-stale-6421
  .in_4610
  .mini-a1c6 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.list_down_5f18 .bronze-9f5b {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.bronze-9f5b .badge-dark-5405.tooltip-small-6eae .border-active-bc5b > li > a:focus,
.bronze-9f5b .badge-dark-5405.tooltip-small-6eae .border-active-bc5b > li > a:hover,
.bronze-9f5b .badge-dark-5405.old-7d6c .border-active-bc5b > li > a:focus,
.bronze-9f5b .badge-dark-5405.old-7d6c .border-active-bc5b > li > a:hover,
.bronze-9f5b .badge-dark-5405.link_hard_54e8 .border-active-bc5b > li > a:focus,
.bronze-9f5b .badge-dark-5405.link_hard_54e8 .border-active-bc5b > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.bronze-9f5b
  .badge-dark-5405.tooltip-small-6eae
  .border-active-bc5b
  > li.status-804c
  > a,
.bronze-9f5b
  .badge-dark-5405.tooltip-small-6eae
  .border-active-bc5b
  > li.accordion-motion-fe1f
  > a,
.bronze-9f5b
  .badge-dark-5405.old-7d6c
  .border-active-bc5b
  > li.status-804c
  > a,
.bronze-9f5b
  .badge-dark-5405.old-7d6c
  .border-active-bc5b
  > li.accordion-motion-fe1f
  > a,
.bronze-9f5b
  .badge-dark-5405.link_hard_54e8
  .border-active-bc5b
  > li.status-804c
  > a,
.bronze-9f5b .badge-dark-5405.link_hard_54e8 .border-active-bc5b > li.block-77d0 > a {
  color: rgba(0, 0, 0, 0.8);
}
.bronze-9f5b .pattern-west-6140,
.bronze-9f5b .pattern-west-6140 a {
  color: rgba(0, 0, 0, 0.8);
}
.bronze-9f5b .outline_d5f5.popup-hard-2714 li a,
.bronze-9f5b .info_ec19 a,
.bronze-9f5b .tabs-rough-ec9c,
.bronze-9f5b .border-active-bc5b > li > a,
.bronze-9f5b .description-6255 {
  color: rgba(0, 0, 0, 0.55);
}
.bronze-9f5b .outline_d5f5.popup-hard-2714 li a:hover,
.bronze-9f5b .info_ec19 a:hover,
.bronze-9f5b .tabs-rough-ec9c:hover,
.bronze-9f5b .border-active-bc5b > li > a:hover,
.bronze-9f5b .description-6255:hover {
  color: rgba(0, 0, 0, 0.8);
}
.bronze-9f5b .silver_d85d {
  color: rgba(0, 0, 0, 0.55);
}
.bronze-9f5b .silver_d85d .filter-tiny-ee2d {
  color: rgba(0, 0, 0, 0.8);
}
.bronze-9f5b .silver_d85d:hover {
  color: rgba(0, 0, 0, 0.8);
}
.accordion_b2ce .focus_small_5858 {
  margin-left: auto;
  margin-right: auto;
}
.frame-new-d9f1 > * {
  margin-left: auto;
  margin-right: auto;
}
.frame-new-d9f1 .chip_3660 {
  margin-right: 1.41575em;
}
.backdrop_basic_f246 .frame-new-d9f1 > .hidden-stale-ffb8 {
  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;
}
.backdrop_basic_f246 .frame-new-d9f1 > .prev_dbef {
  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;
}
.advanced-d372.accordion_b2ce .focus_small_5858,
.background-d8a2.accordion_b2ce .focus_small_5858 {
  margin-left: 0;
}
.list-yellow-0cad.accordion_b2ce .focus_small_5858,
.nav_yellow_7f95.accordion_b2ce .focus_small_5858 {
  margin-right: 0;
}
.frame-new-d9f1 ol,
.frame-new-d9f1 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.green_81a8 video {
  max-width: 100%;
}
.logo-basic-1662 img {
  display: block;
}
.logo-basic-1662.chip_3660,
.logo-basic-1662.section_complex_7447 {
  width: 100%;
}
.logo-basic-1662.prev_dbef img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.static_aa10:not(.button_3553) {
  margin: 1.5em auto;
}
.soft-1e12 p {
  padding: 1.5em 14px;
}
ul.box-6790.prev_dbef,
ul.box-6790.hidden-stale-ffb8,
ul.box-6790.icon_7be9.hidden-stale-ffb8 {
  padding: 0 14px;
}
.paragraph_prev_3f15 {
  display: block;
  overflow-x: auto;
}
.paragraph_prev_3f15 table {
  border-collapse: collapse;
  width: 100%;
}
.paragraph_prev_3f15 td,
.paragraph_prev_3f15 th {
  padding: 0.5em;
}
.frame-new-d9f1 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.frame-new-d9f1 ol ol,
.frame-new-d9f1 ol ul,
.frame-new-d9f1 ul ol,
.frame-new-d9f1 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.frame-new-d9f1 ol ol li,
.frame-new-d9f1 ol ul li,
.frame-new-d9f1 ul ol li,
.frame-new-d9f1 ul ul li {
  margin-left: 0;
}
.copper_9f26.down_f8b9 > .frame-red-ab07 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.copper_9f26.down_f8b9 > .frame-red-ab07 iframe,
.copper_9f26.down_f8b9 > .frame-red-ab07 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.brown-79c3 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.brown-79c3.picture-f71f {
  padding: 0;
}
.brown-79c3.picture-f71f cite {
  font-size: 13px;
}
.brown-79c3 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.brown-79c3 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.search-solid-96e1 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.search-solid-96e1 > p:first-child {
  margin-top: 0;
}
.search-solid-96e1 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.search-solid-96e1 blockquote {
  border-left: 0;
}
.status_07a3 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.status_07a3:not(.message_44e0) {
  max-width: 100px;
}
.status_07a3.hidden_8f90 {
  border-bottom: none !important;
  text-align: center;
}
.status_07a3.hidden_8f90::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .soft-1e12 p {
    padding: 1.5em 0;
  }
}
.message-pink-cd9a {
  color: #0073aa;
}
.table-0f5b {
  background-color: #0073aa;
}
.white_05fb {
  color: #229fd8;
}
.hover_99f0 {
  background-color: #229fd8;
}
.box-tall-a0a9 {
  color: #eee;
}
.sort_0f03 {
  background-color: #eee;
}
.highlight_hard_fd5c {
  color: #444;
}
.gradient-slow-62f2 {
  background-color: #444;
}
.gold-fe4b {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.gold-fe4b .table-c464 .info_ec19 {
  font-size: 15px;
}
.gold-fe4b .info_ec19 {
  line-height: 1.3;
}
.gold-fe4b .bronze-9f5b {
}
.gold-fe4b .backdrop-a30b {
  background: #235787;
}
.motion_f8f7 {
  padding: 0;
}
.motion_f8f7 .backdrop-a30b {
  background: #1a1a1a;
}
.motion_f8f7 .bronze-9f5b {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.label-outer-780c {
  padding: 0;
  border-left: none;
  border-right: none;
}
.label-outer-780c .bronze-9f5b {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.label-outer-780c .backdrop-a30b {
  background: #303030;
}
.tiny_08ce {
  position: relative;
  z-index: 10;
}
.tiny_08ce .video-692f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.content_green_24bd .hover-d974 {
  display: inline-block;
  vertical-align: middle;
}
.content_green_24bd.icon-989e .hover-d974 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .content_green_24bd.icon-989e .hover-d974 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .content_green_24bd.icon-989e .hover-d974 {
    margin-right: 0.4em;
  }
}
.content_green_24bd.icon-989e .hover-d974:last-child {
  margin-right: 0;
}
.notice_blue_770b .video-692f {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .list_down_5f18 .table-c464 {
    margin: 0 -0.5em;
  }
  .list_down_5f18 .table-c464 [class*="customify-col-"],
  .list_down_5f18 .table-c464 [class*="customify-col_"],
  .list_down_5f18 .table-c464 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.list_down_5f18.dim_eab7 .video-692f {
  background: 0 0 !important;
}
.list_down_5f18.dim_eab7 .video-692f,
.list_down_5f18.notice_blue_770b .video-692f {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .list_down_5f18.backdrop_2d90 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.list_down_5f18.notice_blue_770b .video-692f {
  box-shadow: none !important;
}
.pattern_0a22 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .pattern_0a22 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .pattern_0a22 {
    padding: 18px 0 20px;
  }
}
.pattern_0a22 .aside_d8e9 {
  width: 100%;
}
.pattern_0a22 .accent_pro_6b46 {
  margin-bottom: 0;
}
.pattern_0a22 .short-7c32 {
  margin-top: 5px;
  font-size: 0.875em;
}
.paragraph_c6d2 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.paragraph_c6d2 .media_768f {
  width: 100%;
}
.element_15fc {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.element_15fc li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.element_15fc 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;
}
.element_15fc li:last-child:after {
  display: none;
}
.element_15fc li a {
  font-weight: 500;
  margin-right: 10px;
}
.outline_151b .dynamic-7b41 button,
.pattern_0a22 .dynamic-7b41 button {
  left: 0;
}
.outline_151b .media_768f,
.pattern_0a22 .media_768f {
  padding-left: 0;
  padding-right: 0;
}
.outline_151b .paragraph_c6d2,
.pattern_0a22 .paragraph_c6d2 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.outline_151b {
  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;
}
.outline_151b: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;
}
.outline_151b .description_fd04 {
  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) {
  .outline_151b .description_fd04 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .outline_151b .description_fd04 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .outline_151b .description_fd04 {
    min-height: 200px;
  }
}
.outline_151b .element_15fc {
  color: rgba(255, 255, 255, 0.8);
}
.outline_151b .element_15fc a,
.outline_151b .element_15fc li:after {
  color: inherit;
}
.outline_151b .element_15fc a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.thumbnail-19ca {
  margin-bottom: 0.5em;
}
.summary_dirty_71ac {
  margin-bottom: 1.2em;
}
.summary_dirty_71ac,
.thumbnail-19ca {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.summary_dirty_71ac p:last-child,
.thumbnail-19ca p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .dynamic-7b41,
#masthead .dynamic-7b41 {
  display: none;
}
#masthead
  > .dynamic-7b41.aside-8765 {
  display: none;
}
#masthead > .dynamic-7b41 button {
  left: 0;
}
.east_d755 {
  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%;
}
.east_d755 .hover-d974 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.east_d755 .hidden-6e60 {
  display: -webkit-box;
  display: flex;
}
.east_d755 .hidden-6e60.tooltip_medium_6735 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.east_d755 .hidden-6e60.white-db0d {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.east_d755 .hidden-6e60.aside_91d9 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.east_d755.lower-a722.overlay_iron_8426 .hidden-6e60.tooltip_medium_6735 {
  flex-basis: 100%;
}
.east_d755.active_0354 .hidden-6e60.white-db0d {
  -webkit-box-flex: 1;
  flex: auto;
}
.east_d755.active_0354 .hidden-6e60.aside_91d9 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .dynamic-7b41.aside-8765 {
  display: none;
}
#masthead > .dynamic-7b41 button {
  left: 0;
}
.center-3b2f {
  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;
}
.center-3b2f:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.center-3b2f.breadcrumb-yellow-296e i {
  margin-right: 4px;
}
.center-3b2f.advanced-0de0 i {
  margin-left: 5px;
}
.info_ec19 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.info_ec19 p:last-child {
  margin-bottom: 0;
}
.breadcrumb_c310 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.breadcrumb_c310 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.breadcrumb_c310 img {
  display: block;
  width: auto;
  line-height: 1;
}
.breadcrumb_c310 .pattern-west-6140 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.breadcrumb_c310 .detail-lower-e82b {
  margin: 5px 0 7px 0;
}
.breadcrumb_c310.active_wood_fa37 .blue_754e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.breadcrumb_c310.active_wood_fa37 .title-9151 {
  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;
}
.breadcrumb_c310.panel-pink-3ceb {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.breadcrumb_c310.panel-pink-3ceb .blue_754e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.breadcrumb_c310.panel-pink-3ceb .title-9151 {
  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;
}
.breadcrumb_c310.component-86ce {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.breadcrumb_c310.table_lower_6429 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.breadcrumb_c310.table_lower_6429 .title-9151 {
  margin-top: 7px;
}
.column-tiny-0d28 {
  display: inline-block;
}
.tiny_08ce .search_iron_cf39 .breadcrumb_c310 img {
  max-width: 100%;
}
.badge-dark-5405 .status-aba7.upper_2696,
.grid-f25f .status-aba7.upper_2696 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.badge-dark-5405 .slider-narrow-d447,
.grid-f25f .slider-narrow-d447 {
  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%);
}
.badge-dark-5405 .slider-narrow-d447 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.badge-dark-5405.photo-next-09cf .slider-narrow-d447 {
  display: none;
}
.badge-dark-5405 .alert-plasma-8bc3 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.badge-dark-5405 .alert-plasma-8bc3 li {
  display: inline-block;
  position: relative;
}
.badge-dark-5405 .alert-plasma-8bc3 li:last-child {
  margin-right: 0;
}
.badge-dark-5405 .alert-plasma-8bc3 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;
}
.badge-dark-5405 .alert-plasma-8bc3 li.block-77d0 > a {
  color: rgba(0, 0, 0, 0.9);
}
.badge-dark-5405 .alert-plasma-8bc3 > 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;
}
.badge-dark-5405 .alert-plasma-8bc3 > li > a i {
  line-height: 0;
}
.badge-dark-5405 .alert-plasma-8bc3 > li.border-blue-75b4 > a .slider-narrow-d447 {
  margin-left: 4px;
  line-height: 0;
}
.badge-dark-5405 .alert-plasma-8bc3 .button-east-627a li.border-blue-75b4 > a {
  position: relative;
}
.badge-dark-5405 .alert-plasma-8bc3 .button-east-627a li.border-blue-75b4 > a:after,
.badge-dark-5405 .alert-plasma-8bc3 .button-east-627a li.border-blue-75b4 > a:before {
  content: "";
  display: table;
}
.badge-dark-5405 .alert-plasma-8bc3 .button-east-627a li.border-blue-75b4 > a:after {
  clear: both;
}
.badge-dark-5405 .alert-plasma-8bc3 .button-east-627a li.border-blue-75b4 > a .slider-narrow-d447 {
  margin-left: 5px;
  float: right;
}
.badge-dark-5405 .red-1659,
.badge-dark-5405 .button-east-627a {
  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;
}
.badge-dark-5405 .button-east-627a {
  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;
}
.badge-dark-5405 .button-east-627a .upper_2696 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.badge-dark-5405 .button-east-627a .slider-narrow-d447 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.badge-dark-5405 .button-east-627a li {
  display: block;
  margin: 0;
  padding: 0;
}
.badge-dark-5405 .button-east-627a 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;
}
.badge-dark-5405 .button-east-627a li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.badge-dark-5405 .button-east-627a .button-east-627a {
  top: 0;
  left: 100%;
}
.badge-dark-5405 .sort-pro-d6a0.fn-focus-cde5 > .red-1659,
.badge-dark-5405 .sort-pro-d6a0.fn-focus-cde5 > .button-east-627a,
.badge-dark-5405 .sort-pro-d6a0:focus > .red-1659,
.badge-dark-5405 .sort-pro-d6a0:focus > .button-east-627a,
.badge-dark-5405 .sort-pro-d6a0:hover > .red-1659,
.badge-dark-5405 .sort-pro-d6a0:hover > .button-east-627a {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.badge-dark-5405.link_hard_54e8 .border-active-bc5b:after,
.badge-dark-5405.link_hard_54e8 .border-active-bc5b:before {
  content: "";
  display: table;
}
.badge-dark-5405.link_hard_54e8 .border-active-bc5b:after {
  clear: both;
}
.badge-dark-5405.link_hard_54e8 .border-active-bc5b > li {
  float: left;
}
.badge-dark-5405.row_5952 .border-active-bc5b:after,
.badge-dark-5405.row_5952 .border-active-bc5b:before {
  content: "";
  display: table;
}
.badge-dark-5405.row_5952 .border-active-bc5b:after {
  clear: both;
}
.badge-dark-5405.row_5952 .border-active-bc5b > li {
  float: left;
}
.badge-dark-5405.row_5952 .border-active-bc5b > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.badge-dark-5405.row_5952 .border-active-bc5b > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.badge-dark-5405.row_5952 .border-active-bc5b > li.status-804c > a,
.badge-dark-5405.row_5952 .border-active-bc5b > li.block-77d0 > a {
  color: #fff;
  background-color: #1e4b75;
}
.badge-dark-5405.tooltip-small-6eae .border-active-bc5b > li > a .upper_2696 {
  position: relative;
}
.badge-dark-5405.tooltip-small-6eae .border-active-bc5b > li > a .upper_2696: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;
}
.badge-dark-5405.tooltip-small-6eae
  .border-active-bc5b
  > li:focus
  > a
  .upper_2696:before,
.badge-dark-5405.tooltip-small-6eae
  .border-active-bc5b
  > li:hover
  > a
  .upper_2696:before {
  width: 100%;
  background-color: currentColor;
}
.badge-dark-5405.tooltip-small-6eae
  .border-active-bc5b
  > li.status-804c
  > a
  .upper_2696:before,
.badge-dark-5405.tooltip-small-6eae
  .border-active-bc5b
  > li.accordion-motion-fe1f
  > a
  .upper_2696:before {
  width: 100%;
  background-color: currentColor;
}
.badge-dark-5405.old-7d6c .border-active-bc5b > li > a .upper_2696 {
  position: relative;
}
.badge-dark-5405.old-7d6c .border-active-bc5b > li > a .upper_2696: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;
}
.badge-dark-5405.old-7d6c .border-active-bc5b > li:focus > a .upper_2696:before,
.badge-dark-5405.old-7d6c
  .border-active-bc5b
  > li:hover
  > a
  .upper_2696:before {
  width: 100%;
  background-color: currentColor;
}
.badge-dark-5405.old-7d6c
  .border-active-bc5b
  > li.status-804c
  > a
  .upper_2696:before,
.badge-dark-5405.old-7d6c
  .border-active-bc5b
  > li.accordion-motion-fe1f
  > a
  .upper_2696:before {
  width: 100%;
  background-color: currentColor;
}
.grid-f25f .alert-plasma-8bc3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grid-f25f .alert-plasma-8bc3 li:first-child > a {
  border-top: none;
}
.grid-f25f .alert-plasma-8bc3 .east_8eb8 > .upper_2696 .slider-narrow-d447 {
  display: none;
}
.grid-f25f .alert-plasma-8bc3 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.grid-f25f .alert-plasma-8bc3 li:last-child {
  border: none;
}
.grid-f25f .alert-plasma-8bc3 li.border-blue-75b4 > a {
  padding-right: 45px !important;
}
.grid-f25f .alert-plasma-8bc3 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.grid-f25f .alert-plasma-8bc3 li a:focus,
.grid-f25f .alert-plasma-8bc3 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.grid-f25f .alert-plasma-8bc3 li .wood_eeac {
  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;
}
.grid-f25f .alert-plasma-8bc3 li .wood_eeac:hover {
  box-shadow: none;
}
.grid-f25f .alert-plasma-8bc3 li .wood_eeac .slider-narrow-d447 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.grid-f25f .alert-plasma-8bc3 .button-east-627a {
  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);
}
.grid-f25f .alert-plasma-8bc3 .button-east-627a li a {
  padding-left: 3em;
}
.grid-f25f .alert-plasma-8bc3 .current_e636 > a .wood_eeac i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.grid-f25f .alert-plasma-8bc3 .current_e636 > .button-east-627a {
  display: block;
  opacity: 1;
}
.accordion_8600 {
  max-width: 100%;
}
.tag-lower-6039 {
  line-height: 0;
  cursor: pointer;
}
.description-6255 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.description-6255:hover {
  box-shadow: none;
  color: currentColor;
}
.description-6255 svg {
  width: 18px;
  height: 18px;
}
.description-6255 .accent-gold-68e9 {
  display: none;
}
.content-slow-234e {
  position: relative;
}
.content-slow-234e.fn-active-cde5 .description-6255 .icon_red_d97c {
  display: none;
}
.content-slow-234e.fn-active-cde5 .description-6255 .accent-gold-68e9 {
  display: inline-block;
}
.content-slow-234e .paragraph-hard-c334 {
  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);
}
.content-slow-234e.link_ae9b .paragraph-hard-c334 {
  left: auto;
  right: -0.9em;
}
.content-slow-234e.link_ae9b .black_9032::before {
  left: auto;
  right: 15px;
}
.content-slow-234e.fn-active-cde5 .paragraph-hard-c334 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.in_4610 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.in_4610 label {
  flex-basis: 100%;
}
.in_4610 .tooltip_glass_e3f4 {
  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;
}
.in_4610 .mini-a1c6 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.in_4610 .mini-a1c6:focus {
  background-color: transparent;
}
.in_4610 button.picture-huge-2c2a {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.in_4610 button.picture-huge-2c2a:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.in_4610 button.picture-huge-2c2a svg {
  width: 18px;
  height: 18px;
}
.in_4610 input[type="submit"] {
  min-height: auto;
}
.alert-stale-6421 .in_4610 .mini-a1c6 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.black_9032 {
  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) {
  .black_9032 {
    width: 220px;
  }
}
.black_9032 label {
  flex-basis: 100%;
}
.black_9032::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;
}
.card_9d32 .alert-stale-6421 .in_4610 {
  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;
}
.card_9d32
  .alert-stale-6421
  .in_4610
  .tooltip_glass_e3f4 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.card_9d32 .alert-stale-6421 .in_4610 .mini-a1c6 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.card_9d32
  .alert-stale-6421
  .in_4610
  .mini-a1c6:focus {
  background: 0 0;
}
.card_9d32
  .alert-stale-6421
  .in_4610
  .tabs_e050 {
  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;
}
.outline_d5f5 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.outline_d5f5 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.outline_d5f5 li:last-child {
  margin-right: 0;
}
.outline_d5f5 li:first-child {
  margin-left: 0;
}
.outline_d5f5.north-898e a {
  color: #fff;
}
.outline_d5f5.north-898e a:hover {
  color: #fff;
}
.outline_d5f5 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.outline_d5f5 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.outline_d5f5 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.outline_d5f5 a:hover {
  opacity: 0.9;
  color: inherit;
}
.outline_d5f5 [class*="social-icon-apple"] {
  background-color: #999;
}
.outline_d5f5 [class*="social-icon-apple"].first_97b6 {
  background-color: transparent;
  color: #999;
}
.outline_d5f5 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.outline_d5f5 [class*="social-icon-behance"].first_97b6 {
  background-color: transparent;
  color: #1769ff;
}
.outline_d5f5 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.outline_d5f5 [class*="social-icon-bitbucket"].first_97b6 {
  background-color: transparent;
  color: #205081;
}
.outline_d5f5 [class*="social-icon-codepen"] {
  background-color: #000;
}
.outline_d5f5 [class*="social-icon-codepen"].first_97b6 {
  background-color: transparent;
  color: #000;
}
.outline_d5f5 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.outline_d5f5 [class*="social-icon-delicious"].first_97b6 {
  background-color: transparent;
  color: #39f;
}
.outline_d5f5 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.outline_d5f5 [class*="social-icon-digg"].first_97b6 {
  background-color: transparent;
  color: #005be2;
}
.outline_d5f5 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.outline_d5f5 [class*="social-icon-dribbble"].first_97b6 {
  background-color: transparent;
  color: #ea4c89;
}
.outline_d5f5 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.outline_d5f5 [class*="social-icon-envelope"].first_97b6 {
  background-color: transparent;
  color: #ea4335;
}
.outline_d5f5 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.outline_d5f5 [class*="social-icon-facebook"].first_97b6 {
  background-color: transparent;
  color: #3b5998;
}
.outline_d5f5 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.outline_d5f5 [class*="social-icon-flickr"].first_97b6 {
  background-color: transparent;
  color: #0063dc;
}
.outline_d5f5 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.outline_d5f5 [class*="social-icon-foursquare"].first_97b6 {
  background-color: transparent;
  color: #2d5be3;
}
.outline_d5f5 [class*="social-icon-github"] {
  background-color: #333;
}
.outline_d5f5 [class*="social-icon-github"].first_97b6 {
  background-color: transparent;
  color: #333;
}
.outline_d5f5 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.outline_d5f5 [class*="social-icon-google-plus"].first_97b6 {
  background-color: transparent;
  color: #dd4b39;
}
.outline_d5f5 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.outline_d5f5 [class*="social-icon-houzz"].first_97b6 {
  background-color: transparent;
  color: #7ac142;
}
.outline_d5f5 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.outline_d5f5 [class*="social-icon-instagram"].first_97b6 {
  background-color: transparent;
  color: #262626;
}
.outline_d5f5 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.outline_d5f5 [class*="social-icon-jsfiddle"].first_97b6 {
  background-color: transparent;
  color: #487aa2;
}
.outline_d5f5 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.outline_d5f5 [class*="social-icon-linkedin"].first_97b6 {
  background-color: transparent;
  color: #0077b5;
}
.outline_d5f5 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.outline_d5f5 [class*="social-icon-medium"].first_97b6 {
  background-color: transparent;
  color: #00ab6b;
}
.outline_d5f5 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.outline_d5f5
  [class*="social-icon-odnoklassniki"].first_97b6 {
  background-color: transparent;
  color: #f4731c;
}
.outline_d5f5 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.outline_d5f5 [class*="social-icon-meetup"].first_97b6 {
  background-color: transparent;
  color: #ec1c40;
}
.outline_d5f5 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.outline_d5f5 [class*="social-icon-pinterest"].first_97b6 {
  background-color: transparent;
  color: #bd081c;
}
.outline_d5f5 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.outline_d5f5 [class*="social-icon-product-hunt"].first_97b6 {
  background-color: transparent;
  color: #da552f;
}
.outline_d5f5 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.outline_d5f5 [class*="social-icon-reddit"].first_97b6 {
  background-color: transparent;
  color: #ff4500;
}
.outline_d5f5 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.outline_d5f5 [class*="social-icon-rss"].first_97b6 {
  background-color: transparent;
  color: #f26522;
}
.outline_d5f5 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.outline_d5f5
  [class*="social-icon-shopping-cart"].first_97b6 {
  background-color: transparent;
  color: #4caf50;
}
.outline_d5f5 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.outline_d5f5 [class*="social-icon-skype"].first_97b6 {
  background-color: transparent;
  color: #00aff0;
}
.outline_d5f5 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.outline_d5f5 [class*="social-icon-slideshare"].first_97b6 {
  background-color: transparent;
  color: #0077b5;
}
.outline_d5f5 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.outline_d5f5 [class*="social-icon-snapchat"].first_97b6 {
  background-color: transparent;
  color: #fffc00;
}
.outline_d5f5 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.outline_d5f5 [class*="social-icon-soundcloud"].first_97b6 {
  background-color: transparent;
  color: #f80;
}
.outline_d5f5 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.outline_d5f5 [class*="social-icon-spotify"].first_97b6 {
  background-color: transparent;
  color: #2ebd59;
}
.outline_d5f5 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.outline_d5f5
  [class*="social-icon-stack-overflow"].first_97b6 {
  background-color: transparent;
  color: #fe7a15;
}
.outline_d5f5 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.outline_d5f5 [class*="social-icon-maldkfgram"].first_97b6 {
  background-color: transparent;
  color: #2ca5e0;
}
.outline_d5f5 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.outline_d5f5 [class*="social-icon-tripadvisor"].first_97b6 {
  background-color: transparent;
  color: #589442;
}
.outline_d5f5 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.outline_d5f5 [class*="social-icon-tumblr"].first_97b6 {
  background-color: transparent;
  color: #35465c;
}
.outline_d5f5 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.outline_d5f5 [class*="social-icon-twitch"].first_97b6 {
  background-color: transparent;
  color: #6441a5;
}
.outline_d5f5 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.outline_d5f5 [class*="social-icon-twitter"].first_97b6 {
  background-color: transparent;
  color: #1da1f2;
}
.outline_d5f5 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.outline_d5f5 [class*="social-icon-vimeo"].first_97b6 {
  background-color: transparent;
  color: #1ab7ea;
}
.outline_d5f5 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.outline_d5f5 [class*="social-icon-vk"].first_97b6 {
  background-color: transparent;
  color: #45668e;
}
.outline_d5f5 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.outline_d5f5 [class*="social-icon-weibo"].first_97b6 {
  background-color: transparent;
  color: #df2029;
}
.outline_d5f5 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.outline_d5f5 [class*="social-icon-weixin"].first_97b6 {
  background-color: transparent;
  color: #7bb32e;
}
.outline_d5f5 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.outline_d5f5 [class*="social-icon-whatsapp"].first_97b6 {
  background-color: transparent;
  color: #25d366;
}
.outline_d5f5 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.outline_d5f5 [class*="social-icon-wordpress"].first_97b6 {
  background-color: transparent;
  color: #21759b;
}
.outline_d5f5 [class*="social-icon-xing"] {
  background-color: #026466;
}
.outline_d5f5 [class*="social-icon-xing"].first_97b6 {
  background-color: transparent;
  color: #026466;
}
.outline_d5f5 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.outline_d5f5 [class*="social-icon-yelp"].first_97b6 {
  background-color: transparent;
  color: #af0606;
}
.outline_d5f5 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.outline_d5f5 [class*="social-icon-youtube"].first_97b6 {
  background-color: transparent;
  color: #cd201f;
}
.tabs-rough-ec9c {
  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;
}
.tabs-rough-ec9c:hover {
  box-shadow: none;
  background: 0 0;
}
.picture_28c6 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.label_static_208b {
  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;
}
.motion-e945 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.static_b5a3 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.static_b5a3,
.static_b5a3::after,
.static_b5a3::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;
}
.static_b5a3::after,
.static_b5a3::before {
  content: "";
  display: block;
  background-color: inherit;
}
.description_new_569d .label_static_208b .motion-e945 {
  margin-top: -2px;
  width: 19px;
}
.description_new_569d .label_static_208b .static_b5a3 {
  margin-top: -1px;
}
.description_new_569d .label_static_208b .static_b5a3,
.description_new_569d .label_static_208b .static_b5a3::after,
.description_new_569d .label_static_208b .static_b5a3::before {
  width: 19px;
  height: 2px;
}
.description_new_569d .label_static_208b .static_b5a3::before {
  top: -6px;
}
.description_new_569d .label_static_208b .static_b5a3::after {
  bottom: -6px;
}
.cool_d92f .label_static_208b .motion-e945 {
  margin-top: -2px;
  width: 22px;
}
.cool_d92f .label_static_208b .static_b5a3 {
  margin-top: -1px;
}
.cool_d92f .label_static_208b .static_b5a3,
.cool_d92f .label_static_208b .static_b5a3::after,
.cool_d92f .label_static_208b .static_b5a3::before {
  width: 22px;
  height: 2px;
}
.cool_d92f .label_static_208b .static_b5a3::before {
  top: -7px;
}
.cool_d92f .label_static_208b .static_b5a3::after {
  bottom: -7px;
}
.dim_9938 .label_static_208b .motion-e945 {
  margin-top: -2px;
  width: 31px;
}
.dim_9938 .label_static_208b .static_b5a3 {
  margin-top: -1.5px;
}
.dim_9938 .label_static_208b .static_b5a3,
.dim_9938 .label_static_208b .static_b5a3::after,
.dim_9938 .label_static_208b .static_b5a3::before {
  width: 31px;
  height: 3px;
}
.dim_9938 .label_static_208b .static_b5a3::before {
  top: -9px;
}
.dim_9938 .label_static_208b .static_b5a3::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .selected-7c3f .label_static_208b .motion-e945 {
    margin-top: -2px;
    width: 19px;
  }
  .selected-7c3f .label_static_208b .static_b5a3 {
    margin-top: -1px;
  }
  .selected-7c3f .label_static_208b .static_b5a3,
  .selected-7c3f .label_static_208b .static_b5a3::after,
  .selected-7c3f .label_static_208b .static_b5a3::before {
    width: 19px;
    height: 2px;
  }
  .selected-7c3f .label_static_208b .static_b5a3::before {
    top: -6px;
  }
  .selected-7c3f .label_static_208b .static_b5a3::after {
    bottom: -6px;
  }
  .hard_e7be .label_static_208b .motion-e945 {
    margin-top: -2px;
    width: 22px;
  }
  .hard_e7be .label_static_208b .static_b5a3 {
    margin-top: -1px;
  }
  .hard_e7be .label_static_208b .static_b5a3,
  .hard_e7be .label_static_208b .static_b5a3::after,
  .hard_e7be .label_static_208b .static_b5a3::before {
    width: 22px;
    height: 2px;
  }
  .hard_e7be .label_static_208b .static_b5a3::before {
    top: -7px;
  }
  .hard_e7be .label_static_208b .static_b5a3::after {
    bottom: -7px;
  }
  .slow-8421 .label_static_208b .motion-e945 {
    margin-top: -2px;
    width: 31px;
  }
  .slow-8421 .label_static_208b .static_b5a3 {
    margin-top: -1.5px;
  }
  .slow-8421 .label_static_208b .static_b5a3,
  .slow-8421 .label_static_208b .static_b5a3::after,
  .slow-8421 .label_static_208b .static_b5a3::before {
    width: 31px;
    height: 3px;
  }
  .slow-8421 .label_static_208b .static_b5a3::before {
    top: -9px;
  }
  .slow-8421 .label_static_208b .static_b5a3::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .center_b936 .label_static_208b .motion-e945 {
    margin-top: -2px;
    width: 19px;
  }
  .center_b936 .label_static_208b .static_b5a3 {
    margin-top: -1px;
  }
  .center_b936 .label_static_208b .static_b5a3,
  .center_b936 .label_static_208b .static_b5a3::after,
  .center_b936 .label_static_208b .static_b5a3::before {
    width: 19px;
    height: 2px;
  }
  .center_b936 .label_static_208b .static_b5a3::before {
    top: -6px;
  }
  .center_b936 .label_static_208b .static_b5a3::after {
    bottom: -6px;
  }
  .nav_b1b1 .label_static_208b .motion-e945 {
    margin-top: -2px;
    width: 22px;
  }
  .nav_b1b1 .label_static_208b .static_b5a3 {
    margin-top: -1px;
  }
  .nav_b1b1 .label_static_208b .static_b5a3,
  .nav_b1b1 .label_static_208b .static_b5a3::after,
  .nav_b1b1 .label_static_208b .static_b5a3::before {
    width: 22px;
    height: 2px;
  }
  .nav_b1b1 .label_static_208b .static_b5a3::before {
    top: -7px;
  }
  .nav_b1b1 .label_static_208b .static_b5a3::after {
    bottom: -7px;
  }
  .card_rough_1d91 .label_static_208b .motion-e945 {
    margin-top: -2px;
    width: 31px;
  }
  .card_rough_1d91 .label_static_208b .static_b5a3 {
    margin-top: -1.5px;
  }
  .card_rough_1d91 .label_static_208b .static_b5a3,
  .card_rough_1d91 .label_static_208b .static_b5a3::after,
  .card_rough_1d91 .label_static_208b .static_b5a3::before {
    width: 31px;
    height: 3px;
  }
  .card_rough_1d91 .label_static_208b .static_b5a3::before {
    top: -9px;
  }
  .card_rough_1d91 .label_static_208b .static_b5a3::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .chip_d118 .label_static_208b .motion-e945 {
    margin-top: -2px;
    width: 19px;
  }
  .chip_d118 .label_static_208b .static_b5a3 {
    margin-top: -1px;
  }
  .chip_d118 .label_static_208b .static_b5a3,
  .chip_d118 .label_static_208b .static_b5a3::after,
  .chip_d118 .label_static_208b .static_b5a3::before {
    width: 19px;
    height: 2px;
  }
  .chip_d118 .label_static_208b .static_b5a3::before {
    top: -6px;
  }
  .chip_d118 .label_static_208b .static_b5a3::after {
    bottom: -6px;
  }
  .short_25d4 .label_static_208b .motion-e945 {
    margin-top: -2px;
    width: 22px;
  }
  .short_25d4 .label_static_208b .static_b5a3 {
    margin-top: -1px;
  }
  .short_25d4 .label_static_208b .static_b5a3,
  .short_25d4 .label_static_208b .static_b5a3::after,
  .short_25d4 .label_static_208b .static_b5a3::before {
    width: 22px;
    height: 2px;
  }
  .short_25d4 .label_static_208b .static_b5a3::before {
    top: -7px;
  }
  .short_25d4 .label_static_208b .static_b5a3::after {
    bottom: -7px;
  }
  .black-af20 .label_static_208b .motion-e945 {
    margin-top: -2px;
    width: 31px;
  }
  .black-af20 .label_static_208b .static_b5a3 {
    margin-top: -1.5px;
  }
  .black-af20 .label_static_208b .static_b5a3,
  .black-af20 .label_static_208b .static_b5a3::after,
  .black-af20 .label_static_208b .static_b5a3::before {
    width: 31px;
    height: 3px;
  }
  .black-af20 .label_static_208b .static_b5a3::before {
    top: -9px;
  }
  .black-af20 .label_static_208b .static_b5a3::after {
    bottom: -9px;
  }
}
.badge_outer_e21e .static_b5a3 {
  -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);
}
.badge_outer_e21e .static_b5a3::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.badge_outer_e21e .static_b5a3::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);
}
.badge_outer_e21e.column_913c .static_b5a3 {
  -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);
}
.badge_outer_e21e.column_913c .static_b5a3::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.badge_outer_e21e.column_913c .static_b5a3::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);
}
.small_df13 {
  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.link_paper_37bc:before {
  display: none;
}
.disabled_9e13 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.disabled_9e13 .active_5def {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.disabled_9e13 .active_5def:last-of-type {
  border-bottom: none;
}
.disabled_9e13 .active_5def.thick-14df,
.disabled_9e13 .active_5def.first-1f10,
.disabled_9e13 .active_5def.backdrop_132b {
  padding: 0;
}
.disabled_9e13 .grid-f25f .wood_eeac {
  color: currentColor;
}
.disabled_9e13 .grid-f25f .wood_eeac:focus,
.disabled_9e13 .grid-f25f .wood_eeac:hover {
  background: rgba(0, 0, 0, 0.01);
}
.disabled_9e13.bronze-9f5b .silver_d85d,
.disabled_9e13.bronze-9f5b .info_ec19 a,
.disabled_9e13.bronze-9f5b .border-active-bc5b a,
.disabled_9e13.bronze-9f5b .button-east-627a a {
  color: rgba(0, 0, 0, 0.55);
}
.disabled_9e13.bronze-9f5b .silver_d85d:hover,
.disabled_9e13.bronze-9f5b .info_ec19 a:hover,
.disabled_9e13.bronze-9f5b .border-active-bc5b a:hover,
.disabled_9e13.bronze-9f5b .button-east-627a a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.disabled_9e13.bronze-9f5b .filter-tiny-ee2d {
  color: rgba(0, 0, 0, 0.8);
}
.disabled_9e13.bronze-9f5b .active_5def {
  border-color: rgba(0, 0, 0, 0.08);
}
.disabled_9e13.bronze-9f5b .active_5def:before {
  background: rgba(0, 0, 0, 0.08);
}
.disabled_9e13.bronze-9f5b .breadcrumb_ea9d:before {
  background: rgba(255, 255, 255, 0.9);
}
.disabled_9e13.bronze-9f5b .grid-f25f .alert-plasma-8bc3 li a,
.disabled_9e13.bronze-9f5b .grid-f25f .wood_eeac,
.disabled_9e13.bronze-9f5b .button-east-627a {
  border-color: rgba(0, 0, 0, 0.08);
}
.disabled_9e13.bronze-9f5b .grid-f25f .wood_eeac:focus,
.disabled_9e13.bronze-9f5b .grid-f25f .wood_eeac:hover {
  background: rgba(0, 0, 0, 0.01);
}
.disabled_9e13.bronze-9f5b .alert-plasma-8bc3 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.disabled_9e13.backdrop-a30b .silver_d85d,
.disabled_9e13.backdrop-a30b .info_ec19 a,
.disabled_9e13.backdrop-a30b .border-active-bc5b .wood_eeac,
.disabled_9e13.backdrop-a30b .border-active-bc5b a,
.disabled_9e13.backdrop-a30b .button-east-627a a {
  color: rgba(255, 255, 255, 0.79);
}
.disabled_9e13.backdrop-a30b .silver_d85d:hover,
.disabled_9e13.backdrop-a30b .info_ec19 a:hover,
.disabled_9e13.backdrop-a30b .border-active-bc5b .wood_eeac:hover,
.disabled_9e13.backdrop-a30b .border-active-bc5b a:hover,
.disabled_9e13.backdrop-a30b .button-east-627a a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.disabled_9e13.backdrop-a30b .filter-tiny-ee2d {
  color: rgba(255, 255, 255, 0.99);
}
.disabled_9e13.backdrop-a30b .active_5def {
  border-color: rgba(255, 255, 255, 0.08);
}
.disabled_9e13.backdrop-a30b .active_5def:before {
  background: rgba(255, 255, 255, 0.08);
}
.disabled_9e13.backdrop-a30b .breadcrumb_ea9d:before {
  background: rgba(0, 0, 0, 0.9);
}
.disabled_9e13.backdrop-a30b .grid-f25f .alert-plasma-8bc3 li a,
.disabled_9e13.backdrop-a30b .grid-f25f .wood_eeac,
.disabled_9e13.backdrop-a30b .button-east-627a {
  border-color: rgba(255, 255, 255, 0.08);
}
.disabled_9e13.backdrop-a30b .grid-f25f .wood_eeac:focus,
.disabled_9e13.backdrop-a30b .grid-f25f .wood_eeac:hover {
  background: rgba(0, 0, 0, 0.01);
}
.disabled_9e13.backdrop-a30b .alert-plasma-8bc3 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.breadcrumb_ea9d {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.breadcrumb_ea9d:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.action-8bf4 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.secondary-fd78 .disabled_9e13 {
  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;
}
.secondary-fd78 .active_5def {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.secondary-fd78 .active_5def: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) {
  .secondary-fd78 .active_5def:before {
    width: 16%;
    left: 42%;
  }
}
.secondary-fd78 .active_5def:last-child:before {
  content: none;
}
.secondary-fd78 .active_5def[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.secondary-fd78 .grid-f25f .alert-plasma-8bc3 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.secondary-fd78 .grid-f25f .alert-plasma-8bc3 li a .wood_eeac {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.secondary-fd78 .grid-f25f .button-east-627a {
  border: none;
}
.secondary-fd78 .grid-f25f .button-east-627a li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.secondary-fd78 .breadcrumb_ea9d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.secondary-fd78 .action-8bf4 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.secondary-fd78 .backdrop-a30b .breadcrumb_ea9d:before {
  background: rgba(0, 0, 0, 0.9);
}
.secondary-fd78 .bronze-9f5b.border_solid_9d62 .static_b5a3 {
  background: rgba(0, 0, 0, 0.6);
}
.secondary-fd78
  .bronze-9f5b.border_solid_9d62
  .static_b5a3::after,
.secondary-fd78
  .bronze-9f5b.border_solid_9d62
  .static_b5a3:before {
  background: inherit;
}
.secondary-fd78
  .bronze-9f5b.border_solid_9d62:hover
  .static_b5a3 {
  background: rgba(0, 0, 0, 0.8);
}
.sidebar_thick_07d0 .disabled_9e13 {
  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) {
  .sidebar_thick_07d0 .disabled_9e13 {
    width: auto;
    right: 45px;
  }
}
.top-1552 .disabled_9e13 {
  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) {
  .top-1552 .disabled_9e13 {
    width: auto;
    left: 45px;
  }
}
.link_paper_37bc .disabled_9e13 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.link_paper_37bc .action-8bf4 {
  max-width: 48em;
  margin: 0 auto;
}
.link_paper_37bc .breadcrumb_ea9d:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.outline_prev_82ba {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.outline_prev_82ba.secondary-fd78 .disabled_9e13 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.outline_prev_82ba.sidebar_thick_07d0 .disabled_9e13 {
  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);
}
.outline_prev_82ba .disabled_9e13 {
  visibility: visible;
}
.outline_prev_82ba.top-1552 .disabled_9e13 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.widget_6cc9,
.blue_86ea {
  overflow-x: hidden;
}
.widget_6cc9 .disabled_9e13 {
  overflow: auto;
}
.widget_6cc9.secondary-fd78 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.widget_6cc9.secondary-fd78 .disabled_9e13 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.widget_6cc9.secondary-fd78 .tabs-rough-ec9c {
  opacity: 0;
}
.widget_6cc9.sidebar_thick_07d0 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.widget_6cc9.sidebar_thick_07d0 .disabled_9e13 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.widget_6cc9.sidebar_thick_07d0 .tabs-rough-ec9c {
  opacity: 0;
}
.widget_6cc9.top-1552 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.widget_6cc9.top-1552 .disabled_9e13 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.widget_6cc9.top-1552 .tabs-rough-ec9c {
  opacity: 0;
}
.widget_6cc9.link_paper_37bc .disabled_9e13 {
  z-index: 10;
  visibility: visible;
}
.border_solid_9d62 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.border_solid_9d62 .static_b5a3 {
  background: rgba(255, 255, 255, 0.99);
}
.border_solid_9d62 .static_b5a3::after,
.border_solid_9d62 .static_b5a3:before {
  background: inherit;
}
.border_solid_9d62:hover .static_b5a3 {
  background: rgba(255, 255, 255, 0.99);
}
.top-1552 .border_solid_9d62 {
  top: 10px;
  right: auto;
  left: 12px;
}
.link_paper_37bc .border_solid_9d62 {
  display: none !important;
}
.widget_6cc9:before,
.blue_86ea:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.widget_6cc9 .border_solid_9d62,
.blue_86ea .border_solid_9d62 {
  display: inline-block;
}
.disabled_9e13 .hover-d974 {
  -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;
}
.widget_6cc9 .disabled_9e13 .hover-d974,
.blue_86ea .disabled_9e13 .hover-d974 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.accent-a61a .tooltip_glass_e3f4 {
  width: 100%;
}
.search_iron_cf39 {
  padding: 0 0.5em 0;
}
.search_iron_cf39 [class*="customify-col-"],
.search_iron_cf39 [class*="customify-col_"],
.search_iron_cf39 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.hero_70d7 .search_iron_cf39 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .table-c464 .short-f9ef,
  .short-f9ef {
    display: none;
  }
  .media_a549 {
    text-align: left;
  }
  .preview-simple-1973 {
    text-align: center;
  }
  .video-basic-3114 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .table-c464 .medium-bf60,
  .medium-bf60 {
    display: none;
  }
  .orange_e8b8 {
    text-align: left;
  }
  .mask_liquid_d3de {
    text-align: center;
  }
  .pattern-f0f6 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .table-c464 .icon_selected_b9eb,
  .icon_selected_b9eb {
    display: none;
  }
  .stone-ca78 {
    text-align: left;
  }
  .next-c2bd {
    text-align: center;
  }
  .detail_06e9 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.middle_1ecc {
  box-shadow: none !important;
}
.shade-rough-84d7 .bright-081f,
.badge_46da .bright-081f {
  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;
}
.badge_46da .bright-081f {
  margin-top: 30px;
  margin-bottom: 30px;
}
.video-692f {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.video-692f:after,
.video-692f:before {
  content: "";
  display: table;
}
.video-692f:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .video-692f {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.video-692f,
.backdrop_2d90 {
  max-width: 1248px;
  margin: 0 auto;
}

.wrapper_full_cb63.article-large-91f3 .video-692f {
  max-width: 100%;
}
.wrapper_full_cb63.overlay_c549 {
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper_full_cb63.media-7ed2 .video-692f {
  max-width: 100%;
}
.wrapper_full_cb63.media-7ed2 > .video-692f {
  padding-left: 0;
  padding-right: 0;
}
.wrapper_full_cb63.media-7ed2 > .video-692f .table-c464 {
  margin: 0;
}
.wrapper_full_cb63.media-7ed2
  > .video-692f
  .aside-soft-b077.caption_21e7 {
  margin-right: 0;
  margin-left: 0;
}
.wrapper_full_cb63.media-7ed2 #main.caption_21e7 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .pink-e18f #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .pink-e18f #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .tooltip-0f77 .focus_small_5858 {
    padding-right: 1em;
  }
  .tooltip-0f77.easy-3d7f .aside-soft-b077 {
    border-right: 1px solid #eaecee;
  }
  .tooltip-0f77.easy-3d7f .focus_small_5858 {
    padding-right: 1em;
  }
  .tooltip-0f77.easy-3d7f .media-1358 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .icon_cd11 .focus_small_5858 {
    padding-left: 1em;
  }
  .icon_cd11.easy-3d7f .aside-soft-b077 {
    border-left: 1px solid #eaecee;
  }
  .icon_cd11.easy-3d7f .focus_small_5858 {
    padding-left: 1em;
  }
  .icon_cd11.easy-3d7f .media-1358 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .banner_action_7221 .focus_small_5858 {
    padding-left: 1em;
  }
  .banner_action_7221.easy-3d7f .pattern_dab4 {
    border-right: 1px solid #eaecee;
  }
  .banner_action_7221.easy-3d7f .south_7690 {
    border-right: 1px solid #eaecee;
  }
  .banner_action_7221.easy-3d7f .focus_small_5858 {
    padding-left: 1em;
  }
  .banner_action_7221.easy-3d7f .media-1358 {
    padding-right: 1em;
  }
  .banner_action_7221.easy-3d7f .fresh-9385 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .secondary_north_2f01 .focus_small_5858 {
    padding-right: 1em;
  }
  .secondary_north_2f01.easy-3d7f .pattern_dab4 {
    border-left: 1px solid #eaecee;
  }
  .secondary_north_2f01.easy-3d7f .south_7690 {
    border-left: 1px solid #eaecee;
  }
  .secondary_north_2f01.easy-3d7f .focus_small_5858 {
    padding-right: 1em;
  }
  .secondary_north_2f01.easy-3d7f .media-1358 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .secondary_north_2f01.easy-3d7f .fresh-9385 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .pink-e18f .focus_small_5858 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .pink-e18f.easy-3d7f .aside-soft-b077 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .pink-e18f.easy-3d7f .focus_small_5858 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .pink-e18f.easy-3d7f .media-1358 {
    padding-left: 1em;
  }
  .pink-e18f.easy-3d7f .fresh-9385 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .pink-e18f.easy-3d7f .focus_small_5858 {
    padding-left: 0;
  }
}
.stale-34ad .content_green_24bd {
  display: inline-block;
}
.accent-32b9 {
  display: inline-block;
}
.tag-f441 {
  word-con: break-word;
}
.avatar-0d80 > span {
  display: inline-block;
  padding: 5px 0;
}
.avatar-0d80 .grid-left-86df {
  margin-left: 8px;
  margin-right: 8px;
}
.avatar-0d80 .element_b0c1 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.content_9515 .message_9fc7 {
  margin-bottom: 2em;
}
.content_9515 .surface-current-51be {
  margin-bottom: 15px;
}
.content_9515 .surface-current-51be:last-child {
  margin-bottom: 0;
}
.content_9515 .item-outer-0a52 {
  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) {
  .content_9515 .item-outer-0a52 {
    display: block;
  }
}
.content_9515 .paragraph-143a {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .content_9515 .paragraph-143a {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.content_9515 .shade_dirty_7e66 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.content_9515 .shade_dirty_7e66 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.content_9515 .shade_dirty_7e66 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.content_9515 .tag-f441 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.content_9515 .tag-f441 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.content_9515 .hover_5434 p:last-child {
  margin-bottom: 0;
}
.content_9515 .tertiary-action-9a7a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.content_9515 .fluid_cfc7 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.content_9515 .large-2152 {
  margin-top: 1em;
}
.content_9515 .mask-1966 {
  top: 0;
  display: block;
}
.content_9515 .mask-1966 a {
  color: inherit;
}
.content_9515 .mask-1966 a:hover {
  color: inherit;
}
.content_9515 .south-ef93 {
  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;
}
.content_9515 .south-ef93:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.content_9515 .fluid_cfc7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.content_9515 .module_wood_58e6 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.content_9515 .module_wood_58e6:first-child {
  margin-top: 0;
}
.content_9515 .module_wood_58e6.hovered-4259 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content_9515 .module_wood_58e6.banner_c86f {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.content_9515
  .module_wood_58e6.banner_c86f.dropdown_d4e6
  .large-2152 {
  width: 100%;
}
.content_9515 .banner_c86f {
  -webkit-box-align: center;
  align-items: center;
}
.content_9515 .banner_c86f .avatar-0d80,
.content_9515 .banner_c86f > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.content_9515 .shade_dirty_7e66 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content_9515 .shade_dirty_7e66 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content_9515 .shade_dirty_7e66: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;
}
.content_9515 .hovered-4259 {
  z-index: 5;
}
.content_9515 .border-47ea .text-active-f093 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.content_9515 .component-6cba .text-active-f093 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.content_9515 .image_3f63 .text-active-f093 {
  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;
}
.content_9515.inner_594e .item-outer-0a52,
.content_9515.row_e207 .item-outer-0a52 {
  display: block;
}
.content_9515.inner_594e .item-outer-0a52 .right-a5e4,
.content_9515.inner_594e .item-outer-0a52 .fluid_cfc7,
.content_9515.row_e207 .item-outer-0a52 .right-a5e4,
.content_9515.row_e207 .item-outer-0a52 .fluid_cfc7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.content_9515.breadcrumb_dynamic_cddc .paragraph-143a {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .content_9515.breadcrumb_dynamic_cddc .paragraph-143a {
    margin-right: 0;
  }
}
.content_9515.inner_594e .paragraph-143a,
.content_9515.row_e207 .paragraph-143a {
  padding-top: 40%;
}
.content_9515.inner_594e .message_9fc7,
.content_9515.row_e207 .message_9fc7 {
  display: block;
}
.content_9515.inner_594e .fn-sticky-cde5 .fluid_cfc7,
.content_9515.row_e207 .fn-sticky-cde5 .fluid_cfc7 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.content_9515.inner_594e .paragraph-143a,
.content_9515.row_e207 .paragraph-143a {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.content_9515.inner_594e .fluid_cfc7 {
  padding: 1em;
}
.avatar-c575 {
  margin: 30px auto;
  display: block;
}
.avatar-c575 .card_smooth_11fc > * {
  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;
}
.avatar-c575 .card_smooth_11fc > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.avatar-c575 .card_smooth_11fc span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.popup-up-7d06 .avatar-0d80 {
  margin-bottom: 1.41575em;
}
.popup-up-7d06 .hero-de1d {
  margin-bottom: 1.618em;
}
.frame-new-d9f1 .disabled-iron-7e58 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.frame-new-d9f1 .disabled-iron-7e58 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.frame-new-d9f1 .mini-c4f4 {
  max-width: 100%;
  overflow: auto;
}
.accordion_b2ce .frame-new-d9f1 a:hover {
  text-decoration: underline;
}
.input_large_3f58 .surface-current-51be:not(.tag-f441),
.input_large_3f58 .shade_dirty_7e66 {
  margin-bottom: 1.41575em;
}
.input_large_3f58 .surface-current-51be:not(.tag-f441):last-child,
.input_large_3f58 .shade_dirty_7e66:last-child {
  margin-bottom: 0;
}
.input_large_3f58 .surface-current-51be.message-81a0 {
  margin-bottom: 0.41575em;
}
.input_large_3f58 .mask-current-4532:before,
.input_large_3f58 .white-790e:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.input_large_3f58 .mask-current-4532:before {
  content: "\f115";
}
.input_large_3f58 .white-790e:before {
  content: "\f02c";
}
.input_large_3f58 .accent-bb4b {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.input_large_3f58 .accent-bb4b a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.form_narrow_8056 {
  display: -webkit-box;
  display: flex;
}
.form_narrow_8056 .video-under-5c2b {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .form_narrow_8056 .video-under-5c2b {
    flex-basis: 90px;
  }
}
.form_narrow_8056 .full-f080 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .form_narrow_8056 .full-f080 {
    flex-basis: calc(100% - 50px);
  }
}
.form_narrow_8056 .next_77d6 p:last-child {
  margin-bottom: 0.72em;
}
.dirty-63ca .card_smooth_11fc {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.dirty-63ca .card_smooth_11fc:after,
.dirty-63ca .card_smooth_11fc:before {
  content: "";
  display: table;
}
.dirty-63ca .card_smooth_11fc:after {
  clear: both;
}
.dirty-63ca .card_smooth_11fc .gradient_steel_22a1,
.dirty-63ca .card_smooth_11fc .soft-3a18 {
  width: 49%;
}
.dirty-63ca .card_smooth_11fc .gradient_steel_22a1 a span.shadow-black-b2e3,
.dirty-63ca .card_smooth_11fc .soft-3a18 a span.shadow-black-b2e3 {
  display: block;
  margin-bottom: 5px;
}
.dirty-63ca .card_smooth_11fc .soft-3a18 {
  float: left;
  text-align: left;
}
.dirty-63ca .card_smooth_11fc .gradient_steel_22a1 {
  float: right;
  text-align: right;
}
.block-0237 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .block-0237 {
    margin-bottom: 0;
  }
}
.footer-9fc0 {
  margin-bottom: 1em;
}
.footer-9fc0 .tag-f441 {
  font-size: 1.1em;
  line-height: 1.3;
}
.caption_easy_3d16 a {
  display: block;
  line-height: 0;
  position: relative;
}
.east-d7ba .footer-9fc0,
.sort_full_29ea .footer-9fc0 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .east-d7ba .footer-9fc0,
  .sort_full_29ea .footer-9fc0 {
    display: block;
  }
}
.east-d7ba .caption_easy_3d16,
.sort_full_29ea .caption_easy_3d16 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .east-d7ba .caption_easy_3d16,
  .sort_full_29ea .caption_easy_3d16 {
    margin-bottom: 1em;
  }
}
.east-d7ba .caption_easy_3d16 img,
.sort_full_29ea .caption_easy_3d16 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.east-d7ba .south-711f,
.sort_full_29ea .south-711f {
  flex-basis: calc(100% - 160px);
}
.east-d7ba .south-711f p,
.sort_full_29ea .south-711f p {
  margin-bottom: 0;
}
.east-d7ba .south-711f {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .east-d7ba .south-711f {
    padding-left: 0;
  }
}
.sort_full_29ea .south-711f {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .sort_full_29ea .south-711f {
    padding-right: 0;
  }
}
.sort_full_29ea .caption_easy_3d16 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.detail-d269 .caption_easy_3d16 {
  margin-bottom: 0.5em;
}
.detail-d269 .caption_easy_3d16 img {
  width: 100%;
}
.solid_3b09 .card_0ff9,
.pagination_5c1e .card_0ff9 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.pagination_5c1e .aside-soft-b077 .column_2980 p:last-child {
  margin-bottom: 0;
}
.green-3067 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.huge_153e .search_current_717c {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .huge_153e .search_current_717c:last-of-type {
    margin-bottom: 0;
  }
}
.huge_153e .search_current_717c ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.huge_153e .search_current_717c ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.huge_153e .search_current_717c ul li {
  margin: 0 0 0.6em;
}
.huge_153e .search_current_717c ul li.paper_74cd,
.huge_153e .search_current_717c ul li.right-cc76 {
  position: relative;
}
.huge_153e .search_current_717c ul li.paper_74cd .main-east-c2bf,
.huge_153e .search_current_717c ul li.right-cc76 .main-east-c2bf {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.huge_153e .search_current_717c ul li.paper_74cd:after:after,
.huge_153e .search_current_717c ul li.paper_74cd:after:before,
.huge_153e
  .search_current_717c
  ul
  li.right-cc76:after:after,
.huge_153e
  .search_current_717c
  ul
  li.right-cc76:after:before {
  content: "";
  display: table;
}
.huge_153e .search_current_717c ul li.paper_74cd:after:after,
.huge_153e
  .search_current_717c
  ul
  li.right-cc76:after:after {
  clear: both;
}
.huge_153e .search_current_717c a.warm_e04b:hover {
  text-decoration: none;
}
.huge_153e .search_current_717c select {
  max-width: 100%;
}
.huge_153e .search_current_717c table {
  font-size: 85%;
}
.huge_153e .search_current_717c table td,
.huge_153e .search_current_717c table th {
  padding: 0.2360828548em;
  text-align: center;
}
.huge_153e .search_current_717c table tfoot td {
  text-align: left;
}
.huge_153e .search_current_717c :last-child {
  margin-bottom: 0;
}
.huge_153e .search_current_717c .hidden_a04d {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.huge_153e .search_current_717c .hidden_a04d label {
  width: 100%;
}
.huge_153e .search_current_717c .hidden_a04d .mini-a1c6 {
  width: 100%;
  display: block;
}
.huge_153e .search_current_717c .hidden_a04d .picture-huge-2c2a {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.huge_153e .search_current_717c .hidden_a04d .picture-huge-2c2a:hover svg #svg-search {
  fill: #444;
}
.huge_153e .search_current_717c .hidden_a04d .picture-huge-2c2a svg {
  width: 18px;
  height: 18px;
}
.huge_153e .primary-c884 ul ul,
.huge_153e .notice_b3b0 ul ul,
.huge_153e .preview-wide-c786 ul ul,
.huge_153e .picture_6c5b ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.huge_153e .primary-c884 .border-blue-75b4 > a,
.huge_153e .notice_b3b0 .border-blue-75b4 > a,
.huge_153e .preview-wide-c786 .border-blue-75b4 > a,
.huge_153e .picture_6c5b .border-blue-75b4 > a {
  margin-bottom: 0;
}
.huge_153e .shadow_4477 li,
.huge_153e .primary-c884 li,
.huge_153e .down-da6d li,
.huge_153e .notice_b3b0 li,
.huge_153e .preview-wide-c786 li,
.huge_153e .picture_6c5b li,
.huge_153e .background-tiny-ac5a li,
.huge_153e .lite-74d6 li {
  display: block;
  position: relative;
}
.huge_153e .shadow_4477 li:last-child,
.huge_153e .primary-c884 li:last-child,
.huge_153e .down-da6d li:last-child,
.huge_153e .notice_b3b0 li:last-child,
.huge_153e .preview-wide-c786 li:last-child,
.huge_153e .picture_6c5b li:last-child,
.huge_153e .background-tiny-ac5a li:last-child,
.huge_153e .lite-74d6 li:last-child {
  border: none;
}
.huge_153e .shadow_4477 li a,
.huge_153e .primary-c884 li a,
.huge_153e .down-da6d li a,
.huge_153e .notice_b3b0 li a,
.huge_153e .preview-wide-c786 li a,
.huge_153e .picture_6c5b li a,
.huge_153e .background-tiny-ac5a li a,
.huge_153e .lite-74d6 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.huge_153e .shadow_4477 li ul li::before,
.huge_153e .primary-c884 li ul li::before,
.huge_153e .down-da6d li ul li::before,
.huge_153e .notice_b3b0 li ul li::before,
.huge_153e .preview-wide-c786 li ul li::before,
.huge_153e .picture_6c5b li ul li::before,
.huge_153e .background-tiny-ac5a li ul li::before,
.huge_153e .lite-74d6 li ul li::before {
  left: 15px;
}
.huge_153e .shadow_4477 li ul a,
.huge_153e .primary-c884 li ul a,
.huge_153e .down-da6d li ul a,
.huge_153e .notice_b3b0 li ul a,
.huge_153e .preview-wide-c786 li ul a,
.huge_153e .picture_6c5b li ul a,
.huge_153e .background-tiny-ac5a li ul a,
.huge_153e .lite-74d6 li ul a {
  padding-left: 20px;
}
.huge_153e .shadow_4477 li ul ul li::before,
.huge_153e .primary-c884 li ul ul li::before,
.huge_153e .down-da6d li ul ul li::before,
.huge_153e .notice_b3b0 li ul ul li::before,
.huge_153e .preview-wide-c786 li ul ul li::before,
.huge_153e .picture_6c5b li ul ul li::before,
.huge_153e .background-tiny-ac5a li ul ul li::before,
.huge_153e .lite-74d6 li ul ul li::before {
  left: 30px;
}
.huge_153e .shadow_4477 li ul ul a,
.huge_153e .primary-c884 li ul ul a,
.huge_153e .down-da6d li ul ul a,
.huge_153e .notice_b3b0 li ul ul a,
.huge_153e .preview-wide-c786 li ul ul a,
.huge_153e .picture_6c5b li ul ul a,
.huge_153e .background-tiny-ac5a li ul ul a,
.huge_153e .lite-74d6 li ul ul a {
  padding-left: 40px;
}
.huge_153e .popup_08f4 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.huge_153e .lite-74d6 ul li {
  margin-bottom: 1.41575em;
}
.huge_153e .lite-74d6 ul li .pressed-83d9 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.huge_153e .lite-74d6 ul li .paragraph_dynamic_36e8 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.backdrop-a30b .shadow_4477 li a,
.backdrop-a30b .primary-c884 li a,
.backdrop-a30b .down-da6d li a,
.backdrop-a30b .notice_b3b0 li a,
.backdrop-a30b .preview-wide-c786 li a,
.backdrop-a30b .picture_6c5b li a,
.backdrop-a30b .background-tiny-ac5a li a,
.backdrop-a30b .lite-74d6 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.backdrop-a30b .popup_08f4 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.backdrop-a30b .search_current_717c ul li.paper_74cd .main-east-c2bf,
.backdrop-a30b .search_current_717c ul li.right-cc76 .main-east-c2bf {
  background: rgba(0, 0, 0, 0.2);
}
.backdrop-a30b .huge_153e .search_current_717c select {
  border-color: rgba(255, 255, 255, 0.08);
}
.wrapper_full_cb63 .huge_153e .alert-plasma-8bc3 li {
  margin: 0;
}
.wrapper_full_cb63 .huge_153e .alert-plasma-8bc3 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.wrapper_full_cb63 .huge_153e .alert-plasma-8bc3 li ul {
  margin: 0;
}
.wrapper_full_cb63 .huge_153e .alert-plasma-8bc3 li ul li a {
  padding-left: 15px;
}
.wrapper_full_cb63 .huge_153e .alert-plasma-8bc3 li ul li li a {
  padding-left: 30px;
}
.wrapper_full_cb63 .huge_153e .alert-plasma-8bc3 li.block-77d0 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.wrapper_full_cb63 .huge_153e .alert-plasma-8bc3 li.block-77d0 > a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eaecee;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 13px;
}
.wrapper_full_cb63 .huge_153e .alert-plasma-8bc3 li.block-77d0 > 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;
}
.outer-33a8 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.carousel_smooth_5175 {
  position: relative;
  z-index: 10;
}
.carousel_smooth_5175 .hover-d974 {
  width: 100%;
  max-width: 100%;
}
.aside_current_e2f1 .left-aa72 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.aside_current_e2f1 .bronze-9f5b {
}
.aside_current_e2f1 .backdrop-a30b {
  background: #292929;
}
.down-bb7b .left-aa72 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.down-bb7b .bronze-9f5b {
  background: #f9f9f9;
}
.down-bb7b .backdrop-a30b {
  background: #303030;
}
.summary_current_962d .left-aa72 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .summary_current_962d .content_green_24bd {
    margin-bottom: 1em;
  }
  .summary_current_962d .content_green_24bd:last-child {
    margin-bottom: 0;
  }
}
.summary_current_962d .bronze-9f5b {
  background: #ededed;
}
.summary_current_962d .backdrop-a30b {
  background: #1a1a1a;
}
.left-aa72.bronze-9f5b {
  color: rgba(0, 0, 0, 0.6);
}
.left-aa72.bronze-9f5b .sort-ab01 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.left-aa72.backdrop-a30b {
  color: rgba(255, 255, 255, 0.99);
}
.left-aa72.backdrop-a30b a:not(.warm_e04b) {
  color: rgba(255, 255, 255, 0.79);
}
.left-aa72.backdrop-a30b a:not(.warm_e04b):hover {
  color: rgba(255, 255, 255, 0.99);
}
.left-aa72.backdrop-a30b .sort-ab01 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.left-aa72.backdrop-a30b table tbody td,
.left-aa72.backdrop-a30b table th {
  background: rgba(0, 0, 0, 0.08);
}
.carousel-tiny-b6f9.notice_blue_770b .video-692f {
  max-width: initial;
}
.carousel-tiny-b6f9 .icon-989e {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.carousel-tiny-b6f9 .icon-989e .hover-d974 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .carousel-tiny-b6f9 .icon-989e .hover-d974 {
    display: block;
    margin-bottom: 2em;
  }
  .carousel-tiny-b6f9 .icon-989e .hover-d974:last-child {
    margin-bottom: 0;
  }
}
.summary_current_962d .content_green_24bd:last-child,
.down-bb7b .content_green_24bd:last-child,
.aside_current_e2f1 .content_green_24bd:last-child {
  margin-bottom: 0;
}
.summary_current_962d .content_green_24bd .huge_153e .search_current_717c:last-child,
.down-bb7b .content_green_24bd .huge_153e .search_current_717c:last-child,
.aside_current_e2f1 .content_green_24bd .huge_153e .search_current_717c:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .summary_current_962d .solid-9f9f,
  .summary_current_962d .overlay-dd07,
  .down-bb7b .solid-9f9f,
  .down-bb7b .overlay-dd07,
  .aside_current_e2f1 .solid-9f9f,
  .aside_current_e2f1 .overlay-dd07 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .carousel_smooth_5175 .content_green_24bd {
    margin-bottom: 2em;
  }
}
.carousel_smooth_5175 p:last-child {
  margin-bottom: 0;
}
.carousel_smooth_5175 li,
.carousel_smooth_5175 ul {
  list-style: none;
  margin: 0;
}
.carousel_smooth_5175 ul ul {
  margin-left: 2.617924em;
}
.content-ea09 {
  font-size: 0.875em;
}

/* css-noise: 2353 */
.promo-block-z3 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
