/*!
Theme Name: Customify
Theme URI: https://pressmaximum.title-south-3386/customify
Author: WPCustomify
Author URI: https://pressmaximum.title-south-3386
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.title-south-3386/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.inner_5707.content_a2a4/licenses/gpl-2.0.shade_1849
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.green-48ee/, (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.info_e4cc.shadow_e7ea/normalize.block_blue_9cef/
 ======
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.block_blue_9cef v7.0.0 | MIT License | github.title-south-3386/necolas/normalize.block_blue_9cef */
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;
}
.black_fd73 .dropdown_682b,
.bright-c436,
.stone_ef4e,
.description-4502,
.green_8f7d,
.summary_clean_dfdf,
.frame_5152,
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;
}
.bright-c436,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .bright-c436,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .bright-c436,
  h1 {
    font-size: 1.8em;
  }
}
.stone_ef4e,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.stone_ef4e + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .stone_ef4e,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .stone_ef4e,
  h2 {
    font-size: 1.7em;
  }
}
.description-4502,
h3 {
  font-size: 1.618em;
}
.black_fd73 .dropdown_682b,
.green_8f7d,
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.pagination_old_760a {
  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;
}
.simple-aa5d:after,
.simple-aa5d:before,
.tooltip_fluid_3c9d:after,
.tooltip_fluid_3c9d:before {
  content: "";
  display: table;
}
.simple-aa5d:after,
.tooltip_fluid_3c9d:after {
  clear: both;
}
.slider_huge_f85e {
  float: right;
  margin-right: 0;
}
.preview-prev-8f54 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.active-d6e2 .box_3d8a,
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;
}
.active-d6e2 .box_3d8a: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;
}
.filter-fixed-5367 .box_3d8a {
  box-shadow: none;
}
.filter-fixed-5367
  .box_3d8a
  .link_right_1c19 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.filter-fixed-5367 .box_3d8a .component-blue-da53 {
  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;
}
.filter-fixed-5367
  .box_3d8a
  .component-blue-da53
  b {
  display: none;
}
.filter-fixed-5367 .secondary-red-2a6e {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.black-8415:not(.tiny-e232):not(.summary-under-290d),
button:not(.tiny-e232):not(.summary-under-290d),
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ),
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ),
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ) {
  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;
}
.black-8415:not(.tiny-e232):not(
    .summary-under-290d
  ):hover,
button:not(.tiny-e232):not(
    .summary-under-290d
  ):hover,
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ):hover,
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ):hover,
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.black-8415:not(.tiny-e232):not(
    .summary-under-290d
  ):active,
.black-8415:not(.tiny-e232):not(
    .summary-under-290d
  ):focus,
button:not(.tiny-e232):not(
    .summary-under-290d
  ):active,
button:not(.tiny-e232):not(
    .summary-under-290d
  ):focus,
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ):active,
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ):focus,
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ):active,
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ):focus,
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ):active,
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ):focus {
  outline: 0;
}
.black-8415:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28,
button:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28,
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28,
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28,
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28 {
  position: relative;
}
.black-8415:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .progress-c792,
.black-8415:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .search-a0a3,
.black-8415:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .warm-0626,
.black-8415:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  i,
.black-8415:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  svg,
button:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .progress-c792,
button:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .search-a0a3,
button:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .warm-0626,
button:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  i,
button:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  svg,
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .progress-c792,
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .search-a0a3,
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .warm-0626,
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  i,
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  svg,
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .progress-c792,
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .search-a0a3,
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .warm-0626,
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  i,
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  svg,
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .progress-c792,
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .search-a0a3,
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  .warm-0626,
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  i,
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28
  svg {
  visibility: hidden;
}
.black-8415:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28:after,
button:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28:after,
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28:after,
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28:after,
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ).fn-loading-0b28: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;
}
.black-8415:not(.tiny-e232):not(.summary-under-290d),
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ),
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ),
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ) {
  color: #fff;
  background: #235787;
}
.black-8415:not(.tiny-e232):not(
    .summary-under-290d
  ):focus,
input[type="button"]:not(.tiny-e232):not(
    .summary-under-290d
  ):focus,
input[type="reset"]:not(.tiny-e232):not(
    .summary-under-290d
  ):focus,
input[type="submit"]:not(.tiny-e232):not(
    .summary-under-290d
  ):focus {
  color: #fff;
}
.black-8415.fn-disabled-0b28:not(.tiny-e232):not(
    .summary-under-290d
  ),
.black-8415[disabled]:not(.tiny-e232):not(
    .summary-under-290d
  ),
button.fn-disabled-0b28:not(.tiny-e232):not(
    .summary-under-290d
  ),
button[disabled]:not(.tiny-e232):not(
    .summary-under-290d
  ) {
  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;
}
.backdrop_up_9f16 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.backdrop_up_9f16: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;
}
.stale-4c5d {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.button_7698 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.secondary-5dd8 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.simple-aa5d:after,
.simple-aa5d:before,
.accent-df91:after,
.accent-df91:before,
.layout_6e83:after,
.layout_6e83:before,
.secondary-aab1:after,
.secondary-aab1:before,
.hover_6c78:after,
.hover_6c78:before,
.shade_ac65:after,
.shade_ac65:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.simple-aa5d:after,
.accent-df91:after,
.layout_6e83:after,
.secondary-aab1:after,
.hover_6c78:after,
.shade_ac65:after {
  clear: both;
}
.accent-df91 .down_f7f8,
.layout_6e83 .down_f7f8,
.overlay-c404 .down_f7f8 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.tiny-5e03 {
  display: inline-block;
}
.complex-81ff {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.complex-81ff img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.complex-81ff .highlight-cold-bbef {
  padding: 1em 0;
  font-size: 85%;
}
.highlight-cold-bbef {
  text-align: left;
  font-style: italic;
  color: #999;
}
.article_8e46 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.article_8e46:after,
.article_8e46:before {
  content: "";
  display: table;
}
.article_8e46:after {
  clear: both;
}
.overlay_3fca {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.feature-1495 .overlay_3fca {
  max-width: 50%;
}
.breadcrumb_current_a418 .overlay_3fca {
  max-width: 33.33%;
}
.accordion_left_e4dd .overlay_3fca {
  max-width: 25%;
}
.south_10d4 .overlay_3fca {
  max-width: 20%;
}
.pagination_afc9 .overlay_3fca {
  max-width: 16.66%;
}
.icon-black-2013 .overlay_3fca {
  max-width: 14.28%;
}
.small_bd29 .overlay_3fca {
  max-width: 12.5%;
}
.widget_right_057b .overlay_3fca {
  max-width: 11.11%;
}
.thumbnail-left-13c2 {
  display: block;
}
.black_fd73 .stale_5f2e label,
.black_fd73 .tag-94ce label,
.black_fd73 .picture_1335 label,
.black_fd73 .footer_hard_bf3e label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.menu_medium_28ca {
  list-style: none;
  margin: 0;
}
.menu_medium_28ca article.simple-458e {
  margin-bottom: 0;
}
.menu_medium_28ca ul {
  list-style: none;
  margin: 0;
}
.menu_medium_28ca .progress-cool-7c8f li.simple-458e {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .menu_medium_28ca .progress-cool-7c8f li.simple-458e {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .menu_medium_28ca .progress-cool-7c8f li.simple-458e: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) {
  .menu_medium_28ca .progress-cool-7c8f li.simple-458e li.simple-458e li.simple-458e li.simple-458e {
    padding-left: 0;
  }
}
article.simple-458e {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.simple-458e .accent-df91 p:last-of-type {
  margin-bottom: 0;
}
article.simple-458e .blue-7811 {
  float: left;
}
article.simple-458e .thick_c798 {
  margin-left: 85px;
}
article.simple-458e .video-a9a0 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.simple-458e .video-a9a0 .heading-upper-ff44 {
  margin-left: 10px;
}
article.simple-458e .panel-old-84b8 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.simple-458e .notification_5137 {
  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 .stale_5f2e,
  #respond .picture_1335,
  #respond .footer_hard_bf3e {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .stale_5f2e input,
#respond .picture_1335 input,
#respond .footer_hard_bf3e input {
  width: 100%;
}
#respond .footer_hard_bf3e {
  margin-right: 0;
}
#respond .action-7812 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.block_motion_17c4 {
  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;
}
.block_motion_17c4.surface-stone-2d98 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.block_motion_17c4 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%);
}
.block_motion_17c4:focus,
.block_motion_17c4: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);
}
.texture_stale_c2f0 {
  border-radius: 10%;
}
.brown-07c6 {
  border-radius: 50%;
}
.iron-2451 {
  font-size: 0.72em;
}
.label-left-f158 {
  font-size: 0.875em;
}
.filter_1e1e {
  font-size: 1.1em;
}
.button-519d {
  text-transform: uppercase;
  line-height: 1.2;
}
.button-519d.iron-2451 {
  letter-spacing: 0.5px;
}
.new_dd74,
.new_dd74 a {
  color: #6d6d6d;
}
.new_dd74 a:hover {
  color: #111;
}
.image_dec2 {
  color: #6d6d6d;
}
.content-183d {
  overflow-x: hidden;
}
.content-183d .popup-ebf6.in-ac82 {
  position: relative;
}
.content-183d .popup-ebf6.in-ac82.lite_c7c0 {
  position: initial;
}
.content-183d
  .popup-ebf6.in-ac82.lite_c7c0
  .tertiary-in-aef8 {
  left: auto;
}
.content-183d .popup-ebf6 .tertiary-in-aef8 {
  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;
}
.content-183d .popup-ebf6:hover.in-ac82 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.content-183d
  .popup-ebf6:hover.in-ac82
  .tertiary-in-aef8 {
  display: block;
  z-index: 9999999;
}
.content-183d .dropdown_52b2 .medium-36e8,
.content-183d .dim-7f37 .medium-36e8 {
  display: none;
}
.content-183d .chip-14b0 .popup-ebf6:hover.in-ac82 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.black_fd73 .stale_5f2e label,
.black_fd73 .tag-94ce label,
.black_fd73 .picture_1335 label,
.black_fd73 .footer_hard_bf3e label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.menu_medium_28ca {
  list-style: none;
  margin: 0;
}
.menu_medium_28ca article.simple-458e {
  margin-bottom: 0;
}
.menu_medium_28ca ul {
  list-style: none;
  margin: 0;
}
.menu_medium_28ca .progress-cool-7c8f li.simple-458e {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .menu_medium_28ca .progress-cool-7c8f li.simple-458e {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .menu_medium_28ca .progress-cool-7c8f li.simple-458e: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) {
  .menu_medium_28ca .progress-cool-7c8f li.simple-458e li.simple-458e li.simple-458e li.simple-458e {
    padding-left: 0;
  }
}
article.simple-458e {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.simple-458e .accent-df91 p:last-of-type {
  margin-bottom: 0;
}
article.simple-458e .blue-7811 {
  float: left;
}
article.simple-458e .thick_c798 {
  margin-left: 85px;
}
article.simple-458e .video-a9a0 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.simple-458e .video-a9a0 .heading-upper-ff44 {
  margin-left: 10px;
}
article.simple-458e .panel-old-84b8 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.simple-458e .notification_5137 {
  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 .stale_5f2e,
  #respond .picture_1335,
  #respond .footer_hard_bf3e {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .stale_5f2e input,
#respond .picture_1335 input,
#respond .footer_hard_bf3e input {
  width: 100%;
}
#respond .footer_hard_bf3e {
  margin-right: 0;
}
#respond .action-7812 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.dropdown_52b2 .card_blue_66a6 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.card_blue_66a6 .disabled-new-f93a.disabled-mini-7538 .stale_47fa > li > a:focus,
.card_blue_66a6 .disabled-new-f93a.disabled-mini-7538 .stale_47fa > li > a:hover,
.card_blue_66a6 .disabled-new-f93a.content-soft-5efa .stale_47fa > li > a:focus,
.card_blue_66a6 .disabled-new-f93a.content-soft-5efa .stale_47fa > li > a:hover,
.card_blue_66a6 .disabled-new-f93a.small-b7ab .stale_47fa > li > a:focus,
.card_blue_66a6 .disabled-new-f93a.small-b7ab .stale_47fa > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.card_blue_66a6
  .disabled-new-f93a.disabled-mini-7538
  .stale_47fa
  > li.header-37a6
  > a,
.card_blue_66a6
  .disabled-new-f93a.disabled-mini-7538
  .stale_47fa
  > li.backdrop_8bb5
  > a,
.card_blue_66a6
  .disabled-new-f93a.content-soft-5efa
  .stale_47fa
  > li.header-37a6
  > a,
.card_blue_66a6
  .disabled-new-f93a.content-soft-5efa
  .stale_47fa
  > li.backdrop_8bb5
  > a,
.card_blue_66a6
  .disabled-new-f93a.small-b7ab
  .stale_47fa
  > li.header-37a6
  > a,
.card_blue_66a6 .disabled-new-f93a.small-b7ab .stale_47fa > li.stale_ae5d > a {
  color: rgba(255, 255, 255, 0.99);
}
.card_blue_66a6 .layout-e224,
.card_blue_66a6 .layout-e224 a {
  color: rgba(255, 255, 255, 0.99);
}
.card_blue_66a6 .grid_675f.media-lower-012e li a,
.card_blue_66a6 .texture_pro_7fd0 a,
.card_blue_66a6 .outer-3a07,
.card_blue_66a6 .stale_47fa > li > a,
.card_blue_66a6 .widget-paper-7b89 {
  color: rgba(255, 255, 255, 0.79);
}
.card_blue_66a6 .grid_675f.media-lower-012e li a:hover,
.card_blue_66a6 .texture_pro_7fd0 a:hover,
.card_blue_66a6 .outer-3a07:hover,
.card_blue_66a6 .stale_47fa > li > a:hover,
.card_blue_66a6 .widget-paper-7b89:hover {
  color: rgba(255, 255, 255, 0.99);
}
.card_blue_66a6 .block-13c4 {
  color: rgba(255, 255, 255, 0.79);
}
.card_blue_66a6 .block-13c4 .widget_429e {
  color: rgba(255, 255, 255, 0.99);
}
.card_blue_66a6 .block-13c4:hover {
  color: rgba(255, 255, 255, 0.99);
}
.card_blue_66a6 .in-ab13 .lite_0212 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.card_blue_66a6 .in-ab13 .lite_0212 .tooltip_97b2 {
  color: rgba(255, 255, 255, 0.79);
}
.card_blue_66a6
  .in-ab13
  .lite_0212
  .tooltip_97b2::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.card_blue_66a6
  .in-ab13
  .lite_0212
  .tooltip_97b2:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.card_blue_66a6
  .in-ab13
  .lite_0212
  .tooltip_97b2::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.card_blue_66a6
  .in-ab13
  .lite_0212
  .tooltip_97b2::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.card_blue_66a6 .in-ab13 .container-in-5cb9 {
  color: rgba(255, 255, 255, 0.79);
}
.card_blue_66a6 .in-ab13 .container-in-5cb9:hover {
  color: rgba(255, 255, 255, 0.99);
}
.slow-06f9
  .card_blue_66a6
  .in-ab13
  .heading-2ad2
  .primary_dbb5 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.slow-06f9
  .card_blue_66a6
  .in-ab13
  .heading-2ad2
  .tooltip_97b2 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.dropdown_52b2 .pattern-be38 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.pattern-be38 .disabled-new-f93a.disabled-mini-7538 .stale_47fa > li > a:focus,
.pattern-be38 .disabled-new-f93a.disabled-mini-7538 .stale_47fa > li > a:hover,
.pattern-be38 .disabled-new-f93a.content-soft-5efa .stale_47fa > li > a:focus,
.pattern-be38 .disabled-new-f93a.content-soft-5efa .stale_47fa > li > a:hover,
.pattern-be38 .disabled-new-f93a.small-b7ab .stale_47fa > li > a:focus,
.pattern-be38 .disabled-new-f93a.small-b7ab .stale_47fa > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.pattern-be38
  .disabled-new-f93a.disabled-mini-7538
  .stale_47fa
  > li.header-37a6
  > a,
.pattern-be38
  .disabled-new-f93a.disabled-mini-7538
  .stale_47fa
  > li.backdrop_8bb5
  > a,
.pattern-be38
  .disabled-new-f93a.content-soft-5efa
  .stale_47fa
  > li.header-37a6
  > a,
.pattern-be38
  .disabled-new-f93a.content-soft-5efa
  .stale_47fa
  > li.backdrop_8bb5
  > a,
.pattern-be38
  .disabled-new-f93a.small-b7ab
  .stale_47fa
  > li.header-37a6
  > a,
.pattern-be38 .disabled-new-f93a.small-b7ab .stale_47fa > li.stale_ae5d > a {
  color: rgba(0, 0, 0, 0.8);
}
.pattern-be38 .layout-e224,
.pattern-be38 .layout-e224 a {
  color: rgba(0, 0, 0, 0.8);
}
.pattern-be38 .grid_675f.media-lower-012e li a,
.pattern-be38 .texture_pro_7fd0 a,
.pattern-be38 .outer-3a07,
.pattern-be38 .stale_47fa > li > a,
.pattern-be38 .widget-paper-7b89 {
  color: rgba(0, 0, 0, 0.55);
}
.pattern-be38 .grid_675f.media-lower-012e li a:hover,
.pattern-be38 .texture_pro_7fd0 a:hover,
.pattern-be38 .outer-3a07:hover,
.pattern-be38 .stale_47fa > li > a:hover,
.pattern-be38 .widget-paper-7b89:hover {
  color: rgba(0, 0, 0, 0.8);
}
.pattern-be38 .block-13c4 {
  color: rgba(0, 0, 0, 0.55);
}
.pattern-be38 .block-13c4 .widget_429e {
  color: rgba(0, 0, 0, 0.8);
}
.pattern-be38 .block-13c4:hover {
  color: rgba(0, 0, 0, 0.8);
}
.pagination-994a .easy_966e {
  margin-left: auto;
  margin-right: auto;
}
.layout_6e83 > * {
  margin-left: auto;
  margin-right: auto;
}
.layout_6e83 .stale-4c5d {
  margin-right: 1.41575em;
}
.feature_thick_93fe .layout_6e83 > .complex-e8ba {
  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;
}
.feature_thick_93fe .layout_6e83 > .sort_rough_39cd {
  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;
}
.component_first_12c3.pagination-994a .easy_966e,
.item_soft_4051.pagination-994a .easy_966e {
  margin-left: 0;
}
.frame-clean-25f2.pagination-994a .easy_966e,
.notification-purple-26fb.pagination-994a .easy_966e {
  margin-right: 0;
}
.layout_6e83 ol,
.layout_6e83 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.banner-ec52 video {
  max-width: 100%;
}
.dropdown_cc42 img {
  display: block;
}
.dropdown_cc42.stale-4c5d,
.dropdown_cc42.button_7698 {
  width: 100%;
}
.dropdown_cc42.sort_rough_39cd img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.mask_gold_bd36:not(.easy-b9ab) {
  margin: 1.5em auto;
}
.left-3fcf p {
  padding: 1.5em 14px;
}
ul.hover_new_0976.sort_rough_39cd,
ul.hover_new_0976.complex-e8ba,
ul.hover_new_0976.background_5ff8.complex-e8ba {
  padding: 0 14px;
}
.row_brown_809c {
  display: block;
  overflow-x: auto;
}
.row_brown_809c table {
  border-collapse: collapse;
  width: 100%;
}
.row_brown_809c td,
.row_brown_809c th {
  padding: 0.5em;
}
.layout_6e83 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.layout_6e83 ol ol,
.layout_6e83 ol ul,
.layout_6e83 ul ol,
.layout_6e83 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.layout_6e83 ol ol li,
.layout_6e83 ol ul li,
.layout_6e83 ul ol li,
.layout_6e83 ul ul li {
  margin-left: 0;
}
.box-99c8.gallery-1fa9 > .first-cae6 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.box-99c8.gallery-1fa9 > .first-cae6 iframe,
.box-99c8.gallery-1fa9 > .first-cae6 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slider_ff22 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.slider_ff22.hover_motion_96de {
  padding: 0;
}
.slider_ff22.hover_motion_96de cite {
  font-size: 13px;
}
.slider_ff22 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.slider_ff22 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.modal_1ce5 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.modal_1ce5 > p:first-child {
  margin-top: 0;
}
.modal_1ce5 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.modal_1ce5 blockquote {
  border-left: 0;
}
.form_2fc8 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.form_2fc8:not(.huge-0503) {
  max-width: 100px;
}
.form_2fc8.surface_855e {
  border-bottom: none !important;
  text-align: center;
}
.form_2fc8.surface_855e::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .left-3fcf p {
    padding: 1.5em 0;
  }
}
.primary-down-cb81 {
  color: #0073aa;
}
.primary-6b43 {
  background-color: #0073aa;
}
.header_liquid_34ec {
  color: #229fd8;
}
.list-fff3 {
  background-color: #229fd8;
}
.active-f0d1 {
  color: #eee;
}
.alert-98f3 {
  background-color: #eee;
}
.simple_958e {
  color: #444;
}
.thumbnail-cdf8 {
  background-color: #444;
}
.accordion_hovered_9268 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.accordion_hovered_9268 .chip-0209 .texture_pro_7fd0 {
  font-size: 15px;
}
.accordion_hovered_9268 .texture_pro_7fd0 {
  line-height: 1.3;
}
.accordion_hovered_9268 .pattern-be38 {
}
.accordion_hovered_9268 .card_blue_66a6 {
  background: #235787;
}
.notification_fc45 {
  padding: 0;
}
.notification_fc45 .card_blue_66a6 {
  background: #1a1a1a;
}
.notification_fc45 .pattern-be38 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.logo-blue-cf3e {
  padding: 0;
  border-left: none;
  border-right: none;
}
.logo-blue-cf3e .pattern-be38 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.logo-blue-cf3e .card_blue_66a6 {
  background: #303030;
}
.shade_ac65 {
  position: relative;
  z-index: 10;
}
.shade_ac65 .description_smooth_ba54 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.yellow_895b .in-ac82 {
  display: inline-block;
  vertical-align: middle;
}
.yellow_895b.mask_purple_c268 .in-ac82 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .yellow_895b.mask_purple_c268 .in-ac82 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .yellow_895b.mask_purple_c268 .in-ac82 {
    margin-right: 0.4em;
  }
}
.yellow_895b.mask_purple_c268 .in-ac82:last-child {
  margin-right: 0;
}
.media-f730 .description_smooth_ba54 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .dropdown_52b2 .chip-0209 {
    margin: 0 -0.5em;
  }
  .dropdown_52b2 .chip-0209 [class*="customify-col-"],
  .dropdown_52b2 .chip-0209 [class*="customify-col_"],
  .dropdown_52b2 .chip-0209 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.dropdown_52b2.pattern-d69f .description_smooth_ba54 {
  background: 0 0 !important;
}
.dropdown_52b2.pattern-d69f .description_smooth_ba54,
.dropdown_52b2.media-f730 .description_smooth_ba54 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .dropdown_52b2.center-dd59 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.dropdown_52b2.media-f730 .description_smooth_ba54 {
  box-shadow: none !important;
}
.medium-396d {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .medium-396d {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .medium-396d {
    padding: 18px 0 20px;
  }
}
.medium-396d .picture-steel-6b36 {
  width: 100%;
}
.medium-396d .label-7d24 {
  margin-bottom: 0;
}
.medium-396d .left-cff9 {
  margin-top: 5px;
  font-size: 0.875em;
}
.notification_97d1 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.notification_97d1 .aside-glass-0a20 {
  width: 100%;
}
.white-a5f1 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.white-a5f1 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.white-a5f1 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;
}
.white-a5f1 li:last-child:after {
  display: none;
}
.white-a5f1 li a {
  font-weight: 500;
  margin-right: 10px;
}
.popup-6fd2 .medium-36e8 button,
.medium-396d .medium-36e8 button {
  left: 0;
}
.popup-6fd2 .aside-glass-0a20,
.medium-396d .aside-glass-0a20 {
  padding-left: 0;
  padding-right: 0;
}
.popup-6fd2 .notification_97d1,
.medium-396d .notification_97d1 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.popup-6fd2 {
  position: relative;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.popup-6fd2:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.popup-6fd2 .dark-254f {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 5;
  padding: 1em 30px;
}
@media screen and (min-width: 1025px) {
  .popup-6fd2 .dark-254f {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .popup-6fd2 .dark-254f {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .popup-6fd2 .dark-254f {
    min-height: 200px;
  }
}
.popup-6fd2 .white-a5f1 {
  color: rgba(255, 255, 255, 0.8);
}
.popup-6fd2 .white-a5f1 a,
.popup-6fd2 .white-a5f1 li:after {
  color: inherit;
}
.popup-6fd2 .white-a5f1 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.info_old_91c5 {
  margin-bottom: 0.5em;
}
.module-7778 {
  margin-bottom: 1.2em;
}
.module-7778,
.info_old_91c5 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.module-7778 p:last-child,
.info_old_91c5 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .medium-36e8,
#masthead .medium-36e8 {
  display: none;
}
#masthead
  > .medium-36e8.middle_48f3 {
  display: none;
}
#masthead > .medium-36e8 button {
  left: 0;
}
.photo_7819 {
  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%;
}
.photo_7819 .in-ac82 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.photo_7819 .accordion-dim-3649 {
  display: -webkit-box;
  display: flex;
}
.photo_7819 .accordion-dim-3649.aside-1444 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.photo_7819 .accordion-dim-3649.feature_white_784e {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.photo_7819 .accordion-dim-3649.paragraph_41e1 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.photo_7819.motion-d752.highlight-hard-3b4d .accordion-dim-3649.aside-1444 {
  flex-basis: 100%;
}
.photo_7819.up-f9ff .accordion-dim-3649.feature_white_784e {
  -webkit-box-flex: 1;
  flex: auto;
}
.photo_7819.up-f9ff .accordion-dim-3649.paragraph_41e1 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .medium-36e8.middle_48f3 {
  display: none;
}
#masthead > .medium-36e8 button {
  left: 0;
}
.grid-out-b40e {
  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;
}
.grid-out-b40e:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.grid-out-b40e.wrapper-liquid-a473 i {
  margin-right: 4px;
}
.grid-out-b40e.panel-wide-63b0 i {
  margin-left: 5px;
}
.texture_pro_7fd0 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.texture_pro_7fd0 p:last-child {
  margin-bottom: 0;
}
.form-purple-8563 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.form-purple-8563 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.form-purple-8563 img {
  display: block;
  width: auto;
  line-height: 1;
}
.form-purple-8563 .layout-e224 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.form-purple-8563 .nav-iron-4a2f {
  margin: 5px 0 7px 0;
}
.form-purple-8563.notice-869a .pattern_west_58d2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.form-purple-8563.notice-869a .shadow-1b9a {
  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;
}
.form-purple-8563.logo_fixed_618a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.form-purple-8563.logo_fixed_618a .pattern_west_58d2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.form-purple-8563.logo_fixed_618a .shadow-1b9a {
  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;
}
.form-purple-8563.texture_b67c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.form-purple-8563.background-slow-e154 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.form-purple-8563.background-slow-e154 .shadow-1b9a {
  margin-top: 7px;
}
.list_dark_9f78 {
  display: inline-block;
}
.shade_ac65 .title-dc4e .form-purple-8563 img {
  max-width: 100%;
}
.disabled-new-f93a .sidebar-active-384f.panel-basic-40ae,
.dirty_2896 .sidebar-active-384f.panel-basic-40ae {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.disabled-new-f93a .popup_3320,
.dirty_2896 .popup_3320 {
  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%);
}
.disabled-new-f93a .popup_3320 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.disabled-new-f93a.green-3769 .popup_3320 {
  display: none;
}
.disabled-new-f93a .progress_7752 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.disabled-new-f93a .progress_7752 li {
  display: inline-block;
  position: relative;
}
.disabled-new-f93a .progress_7752 li:last-child {
  margin-right: 0;
}
.disabled-new-f93a .progress_7752 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;
}
.disabled-new-f93a .progress_7752 li.stale_ae5d > a {
  color: rgba(0, 0, 0, 0.9);
}
.disabled-new-f93a .progress_7752 > 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;
}
.disabled-new-f93a .progress_7752 > li > a i {
  line-height: 0;
}
.disabled-new-f93a .progress_7752 > li.hot-81d3 > a .popup_3320 {
  margin-left: 4px;
  line-height: 0;
}
.disabled-new-f93a .progress_7752 .container-2d3e li.hot-81d3 > a {
  position: relative;
}
.disabled-new-f93a .progress_7752 .container-2d3e li.hot-81d3 > a:after,
.disabled-new-f93a .progress_7752 .container-2d3e li.hot-81d3 > a:before {
  content: "";
  display: table;
}
.disabled-new-f93a .progress_7752 .container-2d3e li.hot-81d3 > a:after {
  clear: both;
}
.disabled-new-f93a .progress_7752 .container-2d3e li.hot-81d3 > a .popup_3320 {
  margin-left: 5px;
  float: right;
}
.disabled-new-f93a .summary_static_1ff4,
.disabled-new-f93a .container-2d3e {
  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;
}
.disabled-new-f93a .container-2d3e {
  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;
}
.disabled-new-f93a .container-2d3e .panel-basic-40ae {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.disabled-new-f93a .container-2d3e .popup_3320 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.disabled-new-f93a .container-2d3e li {
  display: block;
  margin: 0;
  padding: 0;
}
.disabled-new-f93a .container-2d3e 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;
}
.disabled-new-f93a .container-2d3e li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.disabled-new-f93a .container-2d3e .container-2d3e {
  top: 0;
  left: 100%;
}
.disabled-new-f93a .search-b41f.fn-focus-0b28 > .summary_static_1ff4,
.disabled-new-f93a .search-b41f.fn-focus-0b28 > .container-2d3e,
.disabled-new-f93a .search-b41f:focus > .summary_static_1ff4,
.disabled-new-f93a .search-b41f:focus > .container-2d3e,
.disabled-new-f93a .search-b41f:hover > .summary_static_1ff4,
.disabled-new-f93a .search-b41f:hover > .container-2d3e {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.disabled-new-f93a.small-b7ab .stale_47fa:after,
.disabled-new-f93a.small-b7ab .stale_47fa:before {
  content: "";
  display: table;
}
.disabled-new-f93a.small-b7ab .stale_47fa:after {
  clear: both;
}
.disabled-new-f93a.small-b7ab .stale_47fa > li {
  float: left;
}
.disabled-new-f93a.input-narrow-4761 .stale_47fa:after,
.disabled-new-f93a.input-narrow-4761 .stale_47fa:before {
  content: "";
  display: table;
}
.disabled-new-f93a.input-narrow-4761 .stale_47fa:after {
  clear: both;
}
.disabled-new-f93a.input-narrow-4761 .stale_47fa > li {
  float: left;
}
.disabled-new-f93a.input-narrow-4761 .stale_47fa > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.disabled-new-f93a.input-narrow-4761 .stale_47fa > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.disabled-new-f93a.input-narrow-4761 .stale_47fa > li.header-37a6 > a,
.disabled-new-f93a.input-narrow-4761 .stale_47fa > li.stale_ae5d > a {
  color: #fff;
  background-color: #1e4b75;
}
.disabled-new-f93a.disabled-mini-7538 .stale_47fa > li > a .panel-basic-40ae {
  position: relative;
}
.disabled-new-f93a.disabled-mini-7538 .stale_47fa > li > a .panel-basic-40ae: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;
}
.disabled-new-f93a.disabled-mini-7538
  .stale_47fa
  > li:focus
  > a
  .panel-basic-40ae:before,
.disabled-new-f93a.disabled-mini-7538
  .stale_47fa
  > li:hover
  > a
  .panel-basic-40ae:before {
  width: 100%;
  background-color: currentColor;
}
.disabled-new-f93a.disabled-mini-7538
  .stale_47fa
  > li.header-37a6
  > a
  .panel-basic-40ae:before,
.disabled-new-f93a.disabled-mini-7538
  .stale_47fa
  > li.backdrop_8bb5
  > a
  .panel-basic-40ae:before {
  width: 100%;
  background-color: currentColor;
}
.disabled-new-f93a.content-soft-5efa .stale_47fa > li > a .panel-basic-40ae {
  position: relative;
}
.disabled-new-f93a.content-soft-5efa .stale_47fa > li > a .panel-basic-40ae: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;
}
.disabled-new-f93a.content-soft-5efa .stale_47fa > li:focus > a .panel-basic-40ae:before,
.disabled-new-f93a.content-soft-5efa
  .stale_47fa
  > li:hover
  > a
  .panel-basic-40ae:before {
  width: 100%;
  background-color: currentColor;
}
.disabled-new-f93a.content-soft-5efa
  .stale_47fa
  > li.header-37a6
  > a
  .panel-basic-40ae:before,
.disabled-new-f93a.content-soft-5efa
  .stale_47fa
  > li.backdrop_8bb5
  > a
  .panel-basic-40ae:before {
  width: 100%;
  background-color: currentColor;
}
.dirty_2896 .progress_7752 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dirty_2896 .progress_7752 li:first-child > a {
  border-top: none;
}
.dirty_2896 .progress_7752 .block-5b56 > .panel-basic-40ae .popup_3320 {
  display: none;
}
.dirty_2896 .progress_7752 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.dirty_2896 .progress_7752 li:last-child {
  border: none;
}
.dirty_2896 .progress_7752 li.hot-81d3 > a {
  padding-right: 45px !important;
}
.dirty_2896 .progress_7752 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.dirty_2896 .progress_7752 li a:focus,
.dirty_2896 .progress_7752 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dirty_2896 .progress_7752 li .center_291b {
  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;
}
.dirty_2896 .progress_7752 li .center_291b:hover {
  box-shadow: none;
}
.dirty_2896 .progress_7752 li .center_291b .popup_3320 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.dirty_2896 .progress_7752 .container-2d3e {
  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);
}
.dirty_2896 .progress_7752 .container-2d3e li a {
  padding-left: 3em;
}
.dirty_2896 .progress_7752 .large-169a > a .center_291b i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dirty_2896 .progress_7752 .large-169a > .container-2d3e {
  display: block;
  opacity: 1;
}
.secondary-orange-754d {
  max-width: 100%;
}
.wide-cfa9 {
  line-height: 0;
  cursor: pointer;
}
.widget-paper-7b89 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.widget-paper-7b89:hover {
  box-shadow: none;
  color: currentColor;
}
.widget-paper-7b89 svg {
  width: 18px;
  height: 18px;
}
.widget-paper-7b89 .shade_red_e05e {
  display: none;
}
.smooth-88d8 {
  position: relative;
}
.smooth-88d8.fn-active-0b28 .widget-paper-7b89 .plasma_c42c {
  display: none;
}
.smooth-88d8.fn-active-0b28 .widget-paper-7b89 .shade_red_e05e {
  display: inline-block;
}
.smooth-88d8 .blue-669d {
  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);
}
.smooth-88d8.focused_6293 .blue-669d {
  left: auto;
  right: -0.9em;
}
.smooth-88d8.focused_6293 .component_left_4ab3::before {
  left: auto;
  right: 15px;
}
.smooth-88d8.fn-active-0b28 .blue-669d {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.heading-2ad2 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.heading-2ad2 label {
  flex-basis: 100%;
}
.heading-2ad2 .lite_0212 {
  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;
}
.heading-2ad2 .tooltip_97b2 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.heading-2ad2 .tooltip_97b2:focus {
  background-color: transparent;
}
.heading-2ad2 button.container-in-5cb9 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.heading-2ad2 button.container-in-5cb9:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.heading-2ad2 button.container-in-5cb9 svg {
  width: 18px;
  height: 18px;
}
.heading-2ad2 input[type="submit"] {
  min-height: auto;
}
.in-ab13 .heading-2ad2 .tooltip_97b2 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.component_left_4ab3 {
  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) {
  .component_left_4ab3 {
    width: 220px;
  }
}
.component_left_4ab3 label {
  flex-basis: 100%;
}
.component_left_4ab3::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;
}
.slow-06f9 .in-ab13 .heading-2ad2 {
  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;
}
.slow-06f9
  .in-ab13
  .heading-2ad2
  .lite_0212 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.slow-06f9 .in-ab13 .heading-2ad2 .tooltip_97b2 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.slow-06f9
  .in-ab13
  .heading-2ad2
  .tooltip_97b2:focus {
  background: 0 0;
}
.slow-06f9
  .in-ab13
  .heading-2ad2
  .primary_dbb5 {
  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;
}
.grid_675f {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.grid_675f li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.grid_675f li:last-child {
  margin-right: 0;
}
.grid_675f li:first-child {
  margin-left: 0;
}
.grid_675f.header_9953 a {
  color: #fff;
}
.grid_675f.header_9953 a:hover {
  color: #fff;
}
.grid_675f a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.grid_675f a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.grid_675f a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.grid_675f a:hover {
  opacity: 0.9;
  color: inherit;
}
.grid_675f [class*="social-icon-apple"] {
  background-color: #999;
}
.grid_675f [class*="social-icon-apple"].detail-next-ae9e {
  background-color: transparent;
  color: #999;
}
.grid_675f [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.grid_675f [class*="social-icon-behance"].detail-next-ae9e {
  background-color: transparent;
  color: #1769ff;
}
.grid_675f [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.grid_675f [class*="social-icon-bitbucket"].detail-next-ae9e {
  background-color: transparent;
  color: #205081;
}
.grid_675f [class*="social-icon-codepen"] {
  background-color: #000;
}
.grid_675f [class*="social-icon-codepen"].detail-next-ae9e {
  background-color: transparent;
  color: #000;
}
.grid_675f [class*="social-icon-delicious"] {
  background-color: #39f;
}
.grid_675f [class*="social-icon-delicious"].detail-next-ae9e {
  background-color: transparent;
  color: #39f;
}
.grid_675f [class*="social-icon-digg"] {
  background-color: #005be2;
}
.grid_675f [class*="social-icon-digg"].detail-next-ae9e {
  background-color: transparent;
  color: #005be2;
}
.grid_675f [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.grid_675f [class*="social-icon-dribbble"].detail-next-ae9e {
  background-color: transparent;
  color: #ea4c89;
}
.grid_675f [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.grid_675f [class*="social-icon-envelope"].detail-next-ae9e {
  background-color: transparent;
  color: #ea4335;
}
.grid_675f [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.grid_675f [class*="social-icon-facebook"].detail-next-ae9e {
  background-color: transparent;
  color: #3b5998;
}
.grid_675f [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.grid_675f [class*="social-icon-flickr"].detail-next-ae9e {
  background-color: transparent;
  color: #0063dc;
}
.grid_675f [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.grid_675f [class*="social-icon-foursquare"].detail-next-ae9e {
  background-color: transparent;
  color: #2d5be3;
}
.grid_675f [class*="social-icon-github"] {
  background-color: #333;
}
.grid_675f [class*="social-icon-github"].detail-next-ae9e {
  background-color: transparent;
  color: #333;
}
.grid_675f [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.grid_675f [class*="social-icon-google-plus"].detail-next-ae9e {
  background-color: transparent;
  color: #dd4b39;
}
.grid_675f [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.grid_675f [class*="social-icon-houzz"].detail-next-ae9e {
  background-color: transparent;
  color: #7ac142;
}
.grid_675f [class*="social-icon-instagram"] {
  background-color: #262626;
}
.grid_675f [class*="social-icon-instagram"].detail-next-ae9e {
  background-color: transparent;
  color: #262626;
}
.grid_675f [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.grid_675f [class*="social-icon-jsfiddle"].detail-next-ae9e {
  background-color: transparent;
  color: #487aa2;
}
.grid_675f [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.grid_675f [class*="social-icon-linkedin"].detail-next-ae9e {
  background-color: transparent;
  color: #0077b5;
}
.grid_675f [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.grid_675f [class*="social-icon-medium"].detail-next-ae9e {
  background-color: transparent;
  color: #00ab6b;
}
.grid_675f [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.grid_675f
  [class*="social-icon-odnoklassniki"].detail-next-ae9e {
  background-color: transparent;
  color: #f4731c;
}
.grid_675f [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.grid_675f [class*="social-icon-meetup"].detail-next-ae9e {
  background-color: transparent;
  color: #ec1c40;
}
.grid_675f [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.grid_675f [class*="social-icon-pinterest"].detail-next-ae9e {
  background-color: transparent;
  color: #bd081c;
}
.grid_675f [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.grid_675f [class*="social-icon-product-hunt"].detail-next-ae9e {
  background-color: transparent;
  color: #da552f;
}
.grid_675f [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.grid_675f [class*="social-icon-reddit"].detail-next-ae9e {
  background-color: transparent;
  color: #ff4500;
}
.grid_675f [class*="social-icon-rss"] {
  background-color: #f26522;
}
.grid_675f [class*="social-icon-rss"].detail-next-ae9e {
  background-color: transparent;
  color: #f26522;
}
.grid_675f [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.grid_675f
  [class*="social-icon-shopping-cart"].detail-next-ae9e {
  background-color: transparent;
  color: #4caf50;
}
.grid_675f [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.grid_675f [class*="social-icon-skype"].detail-next-ae9e {
  background-color: transparent;
  color: #00aff0;
}
.grid_675f [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.grid_675f [class*="social-icon-slideshare"].detail-next-ae9e {
  background-color: transparent;
  color: #0077b5;
}
.grid_675f [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.grid_675f [class*="social-icon-snapchat"].detail-next-ae9e {
  background-color: transparent;
  color: #fffc00;
}
.grid_675f [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.grid_675f [class*="social-icon-soundcloud"].detail-next-ae9e {
  background-color: transparent;
  color: #f80;
}
.grid_675f [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.grid_675f [class*="social-icon-spotify"].detail-next-ae9e {
  background-color: transparent;
  color: #2ebd59;
}
.grid_675f [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.grid_675f
  [class*="social-icon-stack-overflow"].detail-next-ae9e {
  background-color: transparent;
  color: #fe7a15;
}
.grid_675f [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.grid_675f [class*="social-icon-maldkfgram"].detail-next-ae9e {
  background-color: transparent;
  color: #2ca5e0;
}
.grid_675f [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.grid_675f [class*="social-icon-tripadvisor"].detail-next-ae9e {
  background-color: transparent;
  color: #589442;
}
.grid_675f [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.grid_675f [class*="social-icon-tumblr"].detail-next-ae9e {
  background-color: transparent;
  color: #35465c;
}
.grid_675f [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.grid_675f [class*="social-icon-twitch"].detail-next-ae9e {
  background-color: transparent;
  color: #6441a5;
}
.grid_675f [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.grid_675f [class*="social-icon-twitter"].detail-next-ae9e {
  background-color: transparent;
  color: #1da1f2;
}
.grid_675f [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.grid_675f [class*="social-icon-vimeo"].detail-next-ae9e {
  background-color: transparent;
  color: #1ab7ea;
}
.grid_675f [class*="social-icon-vk"] {
  background-color: #45668e;
}
.grid_675f [class*="social-icon-vk"].detail-next-ae9e {
  background-color: transparent;
  color: #45668e;
}
.grid_675f [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.grid_675f [class*="social-icon-weibo"].detail-next-ae9e {
  background-color: transparent;
  color: #df2029;
}
.grid_675f [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.grid_675f [class*="social-icon-weixin"].detail-next-ae9e {
  background-color: transparent;
  color: #7bb32e;
}
.grid_675f [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.grid_675f [class*="social-icon-whatsapp"].detail-next-ae9e {
  background-color: transparent;
  color: #25d366;
}
.grid_675f [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.grid_675f [class*="social-icon-wordpress"].detail-next-ae9e {
  background-color: transparent;
  color: #21759b;
}
.grid_675f [class*="social-icon-xing"] {
  background-color: #026466;
}
.grid_675f [class*="social-icon-xing"].detail-next-ae9e {
  background-color: transparent;
  color: #026466;
}
.grid_675f [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.grid_675f [class*="social-icon-yelp"].detail-next-ae9e {
  background-color: transparent;
  color: #af0606;
}
.grid_675f [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.grid_675f [class*="social-icon-youtube"].detail-next-ae9e {
  background-color: transparent;
  color: #cd201f;
}
.outer-3a07 {
  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;
}
.outer-3a07:hover {
  box-shadow: none;
  background: 0 0;
}
.pro-5df8 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.blue_cbca {
  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;
}
.mask_31a6 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.avatar-ebbe {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.avatar-ebbe,
.avatar-ebbe::after,
.avatar-ebbe::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;
}
.avatar-ebbe::after,
.avatar-ebbe::before {
  content: "";
  display: block;
  background-color: inherit;
}
.liquid_74a5 .blue_cbca .mask_31a6 {
  margin-top: -2px;
  width: 19px;
}
.liquid_74a5 .blue_cbca .avatar-ebbe {
  margin-top: -1px;
}
.liquid_74a5 .blue_cbca .avatar-ebbe,
.liquid_74a5 .blue_cbca .avatar-ebbe::after,
.liquid_74a5 .blue_cbca .avatar-ebbe::before {
  width: 19px;
  height: 2px;
}
.liquid_74a5 .blue_cbca .avatar-ebbe::before {
  top: -6px;
}
.liquid_74a5 .blue_cbca .avatar-ebbe::after {
  bottom: -6px;
}
.pink_def0 .blue_cbca .mask_31a6 {
  margin-top: -2px;
  width: 22px;
}
.pink_def0 .blue_cbca .avatar-ebbe {
  margin-top: -1px;
}
.pink_def0 .blue_cbca .avatar-ebbe,
.pink_def0 .blue_cbca .avatar-ebbe::after,
.pink_def0 .blue_cbca .avatar-ebbe::before {
  width: 22px;
  height: 2px;
}
.pink_def0 .blue_cbca .avatar-ebbe::before {
  top: -7px;
}
.pink_def0 .blue_cbca .avatar-ebbe::after {
  bottom: -7px;
}
.progress-90fc .blue_cbca .mask_31a6 {
  margin-top: -2px;
  width: 31px;
}
.progress-90fc .blue_cbca .avatar-ebbe {
  margin-top: -1.5px;
}
.progress-90fc .blue_cbca .avatar-ebbe,
.progress-90fc .blue_cbca .avatar-ebbe::after,
.progress-90fc .blue_cbca .avatar-ebbe::before {
  width: 31px;
  height: 3px;
}
.progress-90fc .blue_cbca .avatar-ebbe::before {
  top: -9px;
}
.progress-90fc .blue_cbca .avatar-ebbe::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .description-motion-eefd .blue_cbca .mask_31a6 {
    margin-top: -2px;
    width: 19px;
  }
  .description-motion-eefd .blue_cbca .avatar-ebbe {
    margin-top: -1px;
  }
  .description-motion-eefd .blue_cbca .avatar-ebbe,
  .description-motion-eefd .blue_cbca .avatar-ebbe::after,
  .description-motion-eefd .blue_cbca .avatar-ebbe::before {
    width: 19px;
    height: 2px;
  }
  .description-motion-eefd .blue_cbca .avatar-ebbe::before {
    top: -6px;
  }
  .description-motion-eefd .blue_cbca .avatar-ebbe::after {
    bottom: -6px;
  }
  .popup-efb0 .blue_cbca .mask_31a6 {
    margin-top: -2px;
    width: 22px;
  }
  .popup-efb0 .blue_cbca .avatar-ebbe {
    margin-top: -1px;
  }
  .popup-efb0 .blue_cbca .avatar-ebbe,
  .popup-efb0 .blue_cbca .avatar-ebbe::after,
  .popup-efb0 .blue_cbca .avatar-ebbe::before {
    width: 22px;
    height: 2px;
  }
  .popup-efb0 .blue_cbca .avatar-ebbe::before {
    top: -7px;
  }
  .popup-efb0 .blue_cbca .avatar-ebbe::after {
    bottom: -7px;
  }
  .accordion_5f0c .blue_cbca .mask_31a6 {
    margin-top: -2px;
    width: 31px;
  }
  .accordion_5f0c .blue_cbca .avatar-ebbe {
    margin-top: -1.5px;
  }
  .accordion_5f0c .blue_cbca .avatar-ebbe,
  .accordion_5f0c .blue_cbca .avatar-ebbe::after,
  .accordion_5f0c .blue_cbca .avatar-ebbe::before {
    width: 31px;
    height: 3px;
  }
  .accordion_5f0c .blue_cbca .avatar-ebbe::before {
    top: -9px;
  }
  .accordion_5f0c .blue_cbca .avatar-ebbe::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-8d4d .blue_cbca .mask_31a6 {
    margin-top: -2px;
    width: 19px;
  }
  .sidebar-8d4d .blue_cbca .avatar-ebbe {
    margin-top: -1px;
  }
  .sidebar-8d4d .blue_cbca .avatar-ebbe,
  .sidebar-8d4d .blue_cbca .avatar-ebbe::after,
  .sidebar-8d4d .blue_cbca .avatar-ebbe::before {
    width: 19px;
    height: 2px;
  }
  .sidebar-8d4d .blue_cbca .avatar-ebbe::before {
    top: -6px;
  }
  .sidebar-8d4d .blue_cbca .avatar-ebbe::after {
    bottom: -6px;
  }
  .accordion-small-a4c3 .blue_cbca .mask_31a6 {
    margin-top: -2px;
    width: 22px;
  }
  .accordion-small-a4c3 .blue_cbca .avatar-ebbe {
    margin-top: -1px;
  }
  .accordion-small-a4c3 .blue_cbca .avatar-ebbe,
  .accordion-small-a4c3 .blue_cbca .avatar-ebbe::after,
  .accordion-small-a4c3 .blue_cbca .avatar-ebbe::before {
    width: 22px;
    height: 2px;
  }
  .accordion-small-a4c3 .blue_cbca .avatar-ebbe::before {
    top: -7px;
  }
  .accordion-small-a4c3 .blue_cbca .avatar-ebbe::after {
    bottom: -7px;
  }
  .notification_soft_bd57 .blue_cbca .mask_31a6 {
    margin-top: -2px;
    width: 31px;
  }
  .notification_soft_bd57 .blue_cbca .avatar-ebbe {
    margin-top: -1.5px;
  }
  .notification_soft_bd57 .blue_cbca .avatar-ebbe,
  .notification_soft_bd57 .blue_cbca .avatar-ebbe::after,
  .notification_soft_bd57 .blue_cbca .avatar-ebbe::before {
    width: 31px;
    height: 3px;
  }
  .notification_soft_bd57 .blue_cbca .avatar-ebbe::before {
    top: -9px;
  }
  .notification_soft_bd57 .blue_cbca .avatar-ebbe::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .notification-first-b786 .blue_cbca .mask_31a6 {
    margin-top: -2px;
    width: 19px;
  }
  .notification-first-b786 .blue_cbca .avatar-ebbe {
    margin-top: -1px;
  }
  .notification-first-b786 .blue_cbca .avatar-ebbe,
  .notification-first-b786 .blue_cbca .avatar-ebbe::after,
  .notification-first-b786 .blue_cbca .avatar-ebbe::before {
    width: 19px;
    height: 2px;
  }
  .notification-first-b786 .blue_cbca .avatar-ebbe::before {
    top: -6px;
  }
  .notification-first-b786 .blue_cbca .avatar-ebbe::after {
    bottom: -6px;
  }
  .hard_8ac1 .blue_cbca .mask_31a6 {
    margin-top: -2px;
    width: 22px;
  }
  .hard_8ac1 .blue_cbca .avatar-ebbe {
    margin-top: -1px;
  }
  .hard_8ac1 .blue_cbca .avatar-ebbe,
  .hard_8ac1 .blue_cbca .avatar-ebbe::after,
  .hard_8ac1 .blue_cbca .avatar-ebbe::before {
    width: 22px;
    height: 2px;
  }
  .hard_8ac1 .blue_cbca .avatar-ebbe::before {
    top: -7px;
  }
  .hard_8ac1 .blue_cbca .avatar-ebbe::after {
    bottom: -7px;
  }
  .tertiary-steel-8778 .blue_cbca .mask_31a6 {
    margin-top: -2px;
    width: 31px;
  }
  .tertiary-steel-8778 .blue_cbca .avatar-ebbe {
    margin-top: -1.5px;
  }
  .tertiary-steel-8778 .blue_cbca .avatar-ebbe,
  .tertiary-steel-8778 .blue_cbca .avatar-ebbe::after,
  .tertiary-steel-8778 .blue_cbca .avatar-ebbe::before {
    width: 31px;
    height: 3px;
  }
  .tertiary-steel-8778 .blue_cbca .avatar-ebbe::before {
    top: -9px;
  }
  .tertiary-steel-8778 .blue_cbca .avatar-ebbe::after {
    bottom: -9px;
  }
}
.texture-2fef .avatar-ebbe {
  -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);
}
.texture-2fef .avatar-ebbe::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.texture-2fef .avatar-ebbe::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);
}
.texture-2fef.layout-hard-e66f .avatar-ebbe {
  -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);
}
.texture-2fef.layout-hard-e66f .avatar-ebbe::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.texture-2fef.layout-hard-e66f .avatar-ebbe::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);
}
.simple_1f7b {
  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.article_lite_9da0:before {
  display: none;
}
.dim-7f37 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.dim-7f37 .filter_current_e326 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.dim-7f37 .filter_current_e326:last-of-type {
  border-bottom: none;
}
.dim-7f37 .filter_current_e326.filter-hard-572e,
.dim-7f37 .filter_current_e326.form_2dd7,
.dim-7f37 .filter_current_e326.element-fluid-4afb {
  padding: 0;
}
.dim-7f37 .dirty_2896 .center_291b {
  color: currentColor;
}
.dim-7f37 .dirty_2896 .center_291b:focus,
.dim-7f37 .dirty_2896 .center_291b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dim-7f37.pattern-be38 .block-13c4,
.dim-7f37.pattern-be38 .texture_pro_7fd0 a,
.dim-7f37.pattern-be38 .stale_47fa a,
.dim-7f37.pattern-be38 .container-2d3e a {
  color: rgba(0, 0, 0, 0.55);
}
.dim-7f37.pattern-be38 .block-13c4:hover,
.dim-7f37.pattern-be38 .texture_pro_7fd0 a:hover,
.dim-7f37.pattern-be38 .stale_47fa a:hover,
.dim-7f37.pattern-be38 .container-2d3e a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.dim-7f37.pattern-be38 .widget_429e {
  color: rgba(0, 0, 0, 0.8);
}
.dim-7f37.pattern-be38 .filter_current_e326 {
  border-color: rgba(0, 0, 0, 0.08);
}
.dim-7f37.pattern-be38 .filter_current_e326:before {
  background: rgba(0, 0, 0, 0.08);
}
.dim-7f37.pattern-be38 .north-7060:before {
  background: rgba(255, 255, 255, 0.9);
}
.dim-7f37.pattern-be38 .dirty_2896 .progress_7752 li a,
.dim-7f37.pattern-be38 .dirty_2896 .center_291b,
.dim-7f37.pattern-be38 .container-2d3e {
  border-color: rgba(0, 0, 0, 0.08);
}
.dim-7f37.pattern-be38 .dirty_2896 .center_291b:focus,
.dim-7f37.pattern-be38 .dirty_2896 .center_291b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dim-7f37.pattern-be38 .progress_7752 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.dim-7f37.card_blue_66a6 .block-13c4,
.dim-7f37.card_blue_66a6 .texture_pro_7fd0 a,
.dim-7f37.card_blue_66a6 .stale_47fa .center_291b,
.dim-7f37.card_blue_66a6 .stale_47fa a,
.dim-7f37.card_blue_66a6 .container-2d3e a {
  color: rgba(255, 255, 255, 0.79);
}
.dim-7f37.card_blue_66a6 .block-13c4:hover,
.dim-7f37.card_blue_66a6 .texture_pro_7fd0 a:hover,
.dim-7f37.card_blue_66a6 .stale_47fa .center_291b:hover,
.dim-7f37.card_blue_66a6 .stale_47fa a:hover,
.dim-7f37.card_blue_66a6 .container-2d3e a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.dim-7f37.card_blue_66a6 .widget_429e {
  color: rgba(255, 255, 255, 0.99);
}
.dim-7f37.card_blue_66a6 .filter_current_e326 {
  border-color: rgba(255, 255, 255, 0.08);
}
.dim-7f37.card_blue_66a6 .filter_current_e326:before {
  background: rgba(255, 255, 255, 0.08);
}
.dim-7f37.card_blue_66a6 .north-7060:before {
  background: rgba(0, 0, 0, 0.9);
}
.dim-7f37.card_blue_66a6 .dirty_2896 .progress_7752 li a,
.dim-7f37.card_blue_66a6 .dirty_2896 .center_291b,
.dim-7f37.card_blue_66a6 .container-2d3e {
  border-color: rgba(255, 255, 255, 0.08);
}
.dim-7f37.card_blue_66a6 .dirty_2896 .center_291b:focus,
.dim-7f37.card_blue_66a6 .dirty_2896 .center_291b:hover {
  background: rgba(0, 0, 0, 0.01);
}
.dim-7f37.card_blue_66a6 .progress_7752 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.north-7060 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.north-7060:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.slider_042e {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.gradient_wood_2212 .dim-7f37 {
  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;
}
.gradient_wood_2212 .filter_current_e326 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.gradient_wood_2212 .filter_current_e326: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) {
  .gradient_wood_2212 .filter_current_e326:before {
    width: 16%;
    left: 42%;
  }
}
.gradient_wood_2212 .filter_current_e326:last-child:before {
  content: none;
}
.gradient_wood_2212 .filter_current_e326[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.gradient_wood_2212 .dirty_2896 .progress_7752 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.gradient_wood_2212 .dirty_2896 .progress_7752 li a .center_291b {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.gradient_wood_2212 .dirty_2896 .container-2d3e {
  border: none;
}
.gradient_wood_2212 .dirty_2896 .container-2d3e li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.gradient_wood_2212 .north-7060 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gradient_wood_2212 .slider_042e {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.gradient_wood_2212 .card_blue_66a6 .north-7060:before {
  background: rgba(0, 0, 0, 0.9);
}
.gradient_wood_2212 .pattern-be38.container_prev_edd1 .avatar-ebbe {
  background: rgba(0, 0, 0, 0.6);
}
.gradient_wood_2212
  .pattern-be38.container_prev_edd1
  .avatar-ebbe::after,
.gradient_wood_2212
  .pattern-be38.container_prev_edd1
  .avatar-ebbe:before {
  background: inherit;
}
.gradient_wood_2212
  .pattern-be38.container_prev_edd1:hover
  .avatar-ebbe {
  background: rgba(0, 0, 0, 0.8);
}
.easy_036f .dim-7f37 {
  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) {
  .easy_036f .dim-7f37 {
    width: auto;
    right: 45px;
  }
}
.outer-e1b2 .dim-7f37 {
  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) {
  .outer-e1b2 .dim-7f37 {
    width: auto;
    left: 45px;
  }
}
.article_lite_9da0 .dim-7f37 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.article_lite_9da0 .slider_042e {
  max-width: 48em;
  margin: 0 auto;
}
.article_lite_9da0 .north-7060:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.caption-4c31 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.caption-4c31.gradient_wood_2212 .dim-7f37 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.caption-4c31.easy_036f .dim-7f37 {
  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);
}
.caption-4c31 .dim-7f37 {
  visibility: visible;
}
.caption-4c31.outer-e1b2 .dim-7f37 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.panel-green-eb89,
.clean_252b {
  overflow-x: hidden;
}
.panel-green-eb89 .dim-7f37 {
  overflow: auto;
}
.panel-green-eb89.gradient_wood_2212 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.panel-green-eb89.gradient_wood_2212 .dim-7f37 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.panel-green-eb89.gradient_wood_2212 .outer-3a07 {
  opacity: 0;
}
.panel-green-eb89.easy_036f {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.panel-green-eb89.easy_036f .dim-7f37 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.panel-green-eb89.easy_036f .outer-3a07 {
  opacity: 0;
}
.panel-green-eb89.outer-e1b2 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.panel-green-eb89.outer-e1b2 .dim-7f37 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.panel-green-eb89.outer-e1b2 .outer-3a07 {
  opacity: 0;
}
.panel-green-eb89.article_lite_9da0 .dim-7f37 {
  z-index: 10;
  visibility: visible;
}
.container_prev_edd1 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.container_prev_edd1 .avatar-ebbe {
  background: rgba(255, 255, 255, 0.99);
}
.container_prev_edd1 .avatar-ebbe::after,
.container_prev_edd1 .avatar-ebbe:before {
  background: inherit;
}
.container_prev_edd1:hover .avatar-ebbe {
  background: rgba(255, 255, 255, 0.99);
}
.outer-e1b2 .container_prev_edd1 {
  top: 10px;
  right: auto;
  left: 12px;
}
.article_lite_9da0 .container_prev_edd1 {
  display: none !important;
}
.panel-green-eb89:before,
.clean_252b:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.panel-green-eb89 .container_prev_edd1,
.clean_252b .container_prev_edd1 {
  display: inline-block;
}
.dim-7f37 .in-ac82 {
  -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;
}
.panel-green-eb89 .dim-7f37 .in-ac82,
.clean_252b .dim-7f37 .in-ac82 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hard_367e .lite_0212 {
  width: 100%;
}
.title-dc4e {
  padding: 0 0.5em 0;
}
.title-dc4e [class*="customify-col-"],
.title-dc4e [class*="customify-col_"],
.title-dc4e [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.backdrop_d129 .title-dc4e {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .chip-0209 .layout-inner-8aea,
  .layout-inner-8aea {
    display: none;
  }
  .iron-5884 {
    text-align: left;
  }
  .pink-7725 {
    text-align: center;
  }
  .green-8e9b {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .chip-0209 .gold-eacd,
  .gold-eacd {
    display: none;
  }
  .complex_35bd {
    text-align: left;
  }
  .narrow_de64 {
    text-align: center;
  }
  .medium_f964 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .chip-0209 .overlay-12d6,
  .overlay-12d6 {
    display: none;
  }
  .container_a99c {
    text-align: left;
  }
  .article_ef08 {
    text-align: center;
  }
  .overlay_c81d {
    text-align: right;
  }
}
#page {
  position: relative;
}
.form_new_439a {
  box-shadow: none !important;
}
.purple_7f10 .outer-4653,
.complex_c049 .outer-4653 {
  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;
}
.complex_c049 .outer-4653 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.description_smooth_ba54 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.description_smooth_ba54:after,
.description_smooth_ba54:before {
  content: "";
  display: table;
}
.description_smooth_ba54:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .description_smooth_ba54 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.description_smooth_ba54,
.center-dd59 {
  max-width: 1248px;
  margin: 0 auto;
}

.secondary-aab1.box-full-6e3b .description_smooth_ba54 {
  max-width: 100%;
}
.secondary-aab1.form-thick-c878 {
  max-width: 1200px;
  margin: 0 auto;
}
.secondary-aab1.pattern_pink_7e10 .description_smooth_ba54 {
  max-width: 100%;
}
.secondary-aab1.pattern_pink_7e10 > .description_smooth_ba54 {
  padding-left: 0;
  padding-right: 0;
}
.secondary-aab1.pattern_pink_7e10 > .description_smooth_ba54 .chip-0209 {
  margin: 0;
}
.secondary-aab1.pattern_pink_7e10
  > .description_smooth_ba54
  .pagination_ff9b.slider-cold-d227 {
  margin-right: 0;
  margin-left: 0;
}
.secondary-aab1.pattern_pink_7e10 #main.slider-cold-d227 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .frame-left-c7cf #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .frame-left-c7cf #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .tag-8378 .easy_966e {
    padding-right: 1em;
  }
  .tag-8378.section-north-53e4 .pagination_ff9b {
    border-right: 1px solid #eaecee;
  }
  .tag-8378.section-north-53e4 .easy_966e {
    padding-right: 1em;
  }
  .tag-8378.section-north-53e4 .silver_8bcd {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .hover_aa7a .easy_966e {
    padding-left: 1em;
  }
  .hover_aa7a.section-north-53e4 .pagination_ff9b {
    border-left: 1px solid #eaecee;
  }
  .hover_aa7a.section-north-53e4 .easy_966e {
    padding-left: 1em;
  }
  .hover_aa7a.section-north-53e4 .silver_8bcd {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .form_stone_9dd1 .easy_966e {
    padding-left: 1em;
  }
  .form_stone_9dd1.section-north-53e4 .layout-under-2e8c {
    border-right: 1px solid #eaecee;
  }
  .form_stone_9dd1.section-north-53e4 .lite_f42a {
    border-right: 1px solid #eaecee;
  }
  .form_stone_9dd1.section-north-53e4 .easy_966e {
    padding-left: 1em;
  }
  .form_stone_9dd1.section-north-53e4 .silver_8bcd {
    padding-right: 1em;
  }
  .form_stone_9dd1.section-north-53e4 .module_55e2 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .surface-fd3d .easy_966e {
    padding-right: 1em;
  }
  .surface-fd3d.section-north-53e4 .layout-under-2e8c {
    border-left: 1px solid #eaecee;
  }
  .surface-fd3d.section-north-53e4 .lite_f42a {
    border-left: 1px solid #eaecee;
  }
  .surface-fd3d.section-north-53e4 .easy_966e {
    padding-right: 1em;
  }
  .surface-fd3d.section-north-53e4 .silver_8bcd {
    padding-left: 1em;
    padding-right: 1em;
  }
  .surface-fd3d.section-north-53e4 .module_55e2 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .frame-left-c7cf .easy_966e {
    padding-left: 1em;
    padding-right: 1em;
  }
  .frame-left-c7cf.section-north-53e4 .pagination_ff9b {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .frame-left-c7cf.section-north-53e4 .easy_966e {
    padding-left: 1em;
    padding-right: 1em;
  }
  .frame-left-c7cf.section-north-53e4 .silver_8bcd {
    padding-left: 1em;
  }
  .frame-left-c7cf.section-north-53e4 .module_55e2 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .frame-left-c7cf.section-north-53e4 .easy_966e {
    padding-left: 0;
  }
}
.badge_effa .yellow_895b {
  display: inline-block;
}
.menu_dirty_a11d {
  display: inline-block;
}
.button-gold-b614 {
  word-con: break-word;
}
.surface_e04c > span {
  display: inline-block;
  padding: 5px 0;
}
.surface_e04c .widget-252e {
  margin-left: 8px;
  margin-right: 8px;
}
.surface_e04c .active_active_bbe5 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.shadow_98d8 .mask-selected-3ca3 {
  margin-bottom: 2em;
}
.shadow_98d8 .wrapper_out_5d85 {
  margin-bottom: 15px;
}
.shadow_98d8 .wrapper_out_5d85:last-child {
  margin-bottom: 0;
}
.shadow_98d8 .highlight_next_7a1b {
  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) {
  .shadow_98d8 .highlight_next_7a1b {
    display: block;
  }
}
.shadow_98d8 .last-2bee {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .shadow_98d8 .last-2bee {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.shadow_98d8 .white_1d76 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.shadow_98d8 .white_1d76 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.shadow_98d8 .white_1d76 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.shadow_98d8 .button-gold-b614 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.shadow_98d8 .button-gold-b614 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.shadow_98d8 .photo-up-8566 p:last-child {
  margin-bottom: 0;
}
.shadow_98d8 .surface-south-c958 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.shadow_98d8 .form-60e8 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.shadow_98d8 .paper-d9ee {
  margin-top: 1em;
}
.shadow_98d8 .border_stone_3547 {
  top: 0;
  display: block;
}
.shadow_98d8 .border_stone_3547 a {
  color: inherit;
}
.shadow_98d8 .border_stone_3547 a:hover {
  color: inherit;
}
.shadow_98d8 .menu-medium-10bc {
  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;
}
.shadow_98d8 .menu-medium-10bc:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.shadow_98d8 .form-60e8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.shadow_98d8 .outline_down_0c53 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.shadow_98d8 .outline_down_0c53:first-child {
  margin-top: 0;
}
.shadow_98d8 .outline_down_0c53.search_9c36 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shadow_98d8 .outline_down_0c53.thumbnail-rough-b53d {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.shadow_98d8
  .outline_down_0c53.thumbnail-rough-b53d.active-c167
  .paper-d9ee {
  width: 100%;
}
.shadow_98d8 .thumbnail-rough-b53d {
  -webkit-box-align: center;
  align-items: center;
}
.shadow_98d8 .thumbnail-rough-b53d .surface_e04c,
.shadow_98d8 .thumbnail-rough-b53d > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.shadow_98d8 .white_1d76 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.shadow_98d8 .white_1d76 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.shadow_98d8 .white_1d76: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;
}
.shadow_98d8 .search_9c36 {
  z-index: 5;
}
.shadow_98d8 .paper_0fac .background-soft-c90e {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.shadow_98d8 .mask-silver-0b85 .background-soft-c90e {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.shadow_98d8 .silver-663c .background-soft-c90e {
  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;
}
.shadow_98d8.stale_5734 .highlight_next_7a1b,
.shadow_98d8.old-0ea0 .highlight_next_7a1b {
  display: block;
}
.shadow_98d8.stale_5734 .highlight_next_7a1b .pattern_3861,
.shadow_98d8.stale_5734 .highlight_next_7a1b .form-60e8,
.shadow_98d8.old-0ea0 .highlight_next_7a1b .pattern_3861,
.shadow_98d8.old-0ea0 .highlight_next_7a1b .form-60e8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.shadow_98d8.aside_lite_6e2b .last-2bee {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .shadow_98d8.aside_lite_6e2b .last-2bee {
    margin-right: 0;
  }
}
.shadow_98d8.stale_5734 .last-2bee,
.shadow_98d8.old-0ea0 .last-2bee {
  padding-top: 40%;
}
.shadow_98d8.stale_5734 .mask-selected-3ca3,
.shadow_98d8.old-0ea0 .mask-selected-3ca3 {
  display: block;
}
.shadow_98d8.stale_5734 .fn-sticky-0b28 .form-60e8,
.shadow_98d8.old-0ea0 .fn-sticky-0b28 .form-60e8 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.shadow_98d8.stale_5734 .last-2bee,
.shadow_98d8.old-0ea0 .last-2bee {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.shadow_98d8.stale_5734 .form-60e8 {
  padding: 1em;
}
.plasma-3201 {
  margin: 30px auto;
  display: block;
}
.plasma-3201 .right_82c7 > * {
  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;
}
.plasma-3201 .right_82c7 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.plasma-3201 .right_82c7 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.hover_hard_97e1 .surface_e04c {
  margin-bottom: 1.41575em;
}
.hover_hard_97e1 .highlight-7715 {
  margin-bottom: 1.618em;
}
.layout_6e83 .detail_gas_72f0 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.layout_6e83 .detail_gas_72f0 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.layout_6e83 .progress-in-2ff1 {
  max-width: 100%;
  overflow: auto;
}
.pagination-994a .layout_6e83 a:hover {
  text-decoration: underline;
}
.shadow-5e41 .wrapper_out_5d85:not(.button-gold-b614),
.shadow-5e41 .white_1d76 {
  margin-bottom: 1.41575em;
}
.shadow-5e41 .wrapper_out_5d85:not(.button-gold-b614):last-child,
.shadow-5e41 .white_1d76:last-child {
  margin-bottom: 0;
}
.shadow-5e41 .wrapper_out_5d85.image_down_48a5 {
  margin-bottom: 0.41575em;
}
.shadow-5e41 .outline-c433:before,
.shadow-5e41 .border-01be:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.shadow-5e41 .outline-c433:before {
  content: "\f115";
}
.shadow-5e41 .border-01be:before {
  content: "\f02c";
}
.shadow-5e41 .purple_f788 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.shadow-5e41 .purple_f788 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.north-c602 {
  display: -webkit-box;
  display: flex;
}
.north-c602 .new_a657 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .north-c602 .new_a657 {
    flex-basis: 90px;
  }
}
.north-c602 .wrapper-hot-5859 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .north-c602 .wrapper-hot-5859 {
    flex-basis: calc(100% - 50px);
  }
}
.north-c602 .prev_5f41 p:last-child {
  margin-bottom: 0.72em;
}
.element-steel-45dd .right_82c7 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.element-steel-45dd .right_82c7:after,
.element-steel-45dd .right_82c7:before {
  content: "";
  display: table;
}
.element-steel-45dd .right_82c7:after {
  clear: both;
}
.element-steel-45dd .right_82c7 .paragraph_d035,
.element-steel-45dd .right_82c7 .sort-last-e74b {
  width: 49%;
}
.element-steel-45dd .right_82c7 .paragraph_d035 a span.border_soft_68a9,
.element-steel-45dd .right_82c7 .sort-last-e74b a span.border_soft_68a9 {
  display: block;
  margin-bottom: 5px;
}
.element-steel-45dd .right_82c7 .sort-last-e74b {
  float: left;
  text-align: left;
}
.element-steel-45dd .right_82c7 .paragraph_d035 {
  float: right;
  text-align: right;
}
.gallery_hot_b466 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .gallery_hot_b466 {
    margin-bottom: 0;
  }
}
.alert_silver_97d9 {
  margin-bottom: 1em;
}
.alert_silver_97d9 .button-gold-b614 {
  font-size: 1.1em;
  line-height: 1.3;
}
.breadcrumb_new_ba9d a {
  display: block;
  line-height: 0;
  position: relative;
}
.shade-pro-c4f8 .alert_silver_97d9,
.huge_3d02 .alert_silver_97d9 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .shade-pro-c4f8 .alert_silver_97d9,
  .huge_3d02 .alert_silver_97d9 {
    display: block;
  }
}
.shade-pro-c4f8 .breadcrumb_new_ba9d,
.huge_3d02 .breadcrumb_new_ba9d {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .shade-pro-c4f8 .breadcrumb_new_ba9d,
  .huge_3d02 .breadcrumb_new_ba9d {
    margin-bottom: 1em;
  }
}
.shade-pro-c4f8 .breadcrumb_new_ba9d img,
.huge_3d02 .breadcrumb_new_ba9d img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.shade-pro-c4f8 .caption_d694,
.huge_3d02 .caption_d694 {
  flex-basis: calc(100% - 160px);
}
.shade-pro-c4f8 .caption_d694 p,
.huge_3d02 .caption_d694 p {
  margin-bottom: 0;
}
.shade-pro-c4f8 .caption_d694 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .shade-pro-c4f8 .caption_d694 {
    padding-left: 0;
  }
}
.huge_3d02 .caption_d694 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .huge_3d02 .caption_d694 {
    padding-right: 0;
  }
}
.huge_3d02 .breadcrumb_new_ba9d {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.button_36c4 .breadcrumb_new_ba9d {
  margin-bottom: 0.5em;
}
.button_36c4 .breadcrumb_new_ba9d img {
  width: 100%;
}
.progress-bb5a .box-ffbe,
.notice-240e .box-ffbe {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.notice-240e .pagination_ff9b .preview-hard-a3b2 p:last-child {
  margin-bottom: 0;
}
.hovered-fbdb {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.soft-15a8 .dim-ff13 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .soft-15a8 .dim-ff13:last-of-type {
    margin-bottom: 0;
  }
}
.soft-15a8 .dim-ff13 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.soft-15a8 .dim-ff13 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.soft-15a8 .dim-ff13 ul li {
  margin: 0 0 0.6em;
}
.soft-15a8 .dim-ff13 ul li.advanced-1ef6,
.soft-15a8 .dim-ff13 ul li.container-5ac0 {
  position: relative;
}
.soft-15a8 .dim-ff13 ul li.advanced-1ef6 .cool-c198,
.soft-15a8 .dim-ff13 ul li.container-5ac0 .cool-c198 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.soft-15a8 .dim-ff13 ul li.advanced-1ef6:after:after,
.soft-15a8 .dim-ff13 ul li.advanced-1ef6:after:before,
.soft-15a8
  .dim-ff13
  ul
  li.container-5ac0:after:after,
.soft-15a8
  .dim-ff13
  ul
  li.container-5ac0:after:before {
  content: "";
  display: table;
}
.soft-15a8 .dim-ff13 ul li.advanced-1ef6:after:after,
.soft-15a8
  .dim-ff13
  ul
  li.container-5ac0:after:after {
  clear: both;
}
.soft-15a8 .dim-ff13 a.black-8415:hover {
  text-decoration: none;
}
.soft-15a8 .dim-ff13 select {
  max-width: 100%;
}
.soft-15a8 .dim-ff13 table {
  font-size: 85%;
}
.soft-15a8 .dim-ff13 table td,
.soft-15a8 .dim-ff13 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.soft-15a8 .dim-ff13 table tfoot td {
  text-align: left;
}
.soft-15a8 .dim-ff13 :last-child {
  margin-bottom: 0;
}
.soft-15a8 .dim-ff13 .shade_f71a {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.soft-15a8 .dim-ff13 .shade_f71a label {
  width: 100%;
}
.soft-15a8 .dim-ff13 .shade_f71a .tooltip_97b2 {
  width: 100%;
  display: block;
}
.soft-15a8 .dim-ff13 .shade_f71a .container-in-5cb9 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.soft-15a8 .dim-ff13 .shade_f71a .container-in-5cb9:hover svg #svg-search {
  fill: #444;
}
.soft-15a8 .dim-ff13 .shade_f71a .container-in-5cb9 svg {
  width: 18px;
  height: 18px;
}
.soft-15a8 .article-d5b6 ul ul,
.soft-15a8 .surface_2840 ul ul,
.soft-15a8 .orange-706f ul ul,
.soft-15a8 .media_6356 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.soft-15a8 .article-d5b6 .hot-81d3 > a,
.soft-15a8 .surface_2840 .hot-81d3 > a,
.soft-15a8 .orange-706f .hot-81d3 > a,
.soft-15a8 .media_6356 .hot-81d3 > a {
  margin-bottom: 0;
}
.soft-15a8 .caption_072c li,
.soft-15a8 .article-d5b6 li,
.soft-15a8 .yellow_e879 li,
.soft-15a8 .surface_2840 li,
.soft-15a8 .orange-706f li,
.soft-15a8 .media_6356 li,
.soft-15a8 .logo_cb70 li,
.soft-15a8 .surface_down_a2c3 li {
  display: block;
  position: relative;
}
.soft-15a8 .caption_072c li:last-child,
.soft-15a8 .article-d5b6 li:last-child,
.soft-15a8 .yellow_e879 li:last-child,
.soft-15a8 .surface_2840 li:last-child,
.soft-15a8 .orange-706f li:last-child,
.soft-15a8 .media_6356 li:last-child,
.soft-15a8 .logo_cb70 li:last-child,
.soft-15a8 .surface_down_a2c3 li:last-child {
  border: none;
}
.soft-15a8 .caption_072c li a,
.soft-15a8 .article-d5b6 li a,
.soft-15a8 .yellow_e879 li a,
.soft-15a8 .surface_2840 li a,
.soft-15a8 .orange-706f li a,
.soft-15a8 .media_6356 li a,
.soft-15a8 .logo_cb70 li a,
.soft-15a8 .surface_down_a2c3 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.soft-15a8 .caption_072c li ul li::before,
.soft-15a8 .article-d5b6 li ul li::before,
.soft-15a8 .yellow_e879 li ul li::before,
.soft-15a8 .surface_2840 li ul li::before,
.soft-15a8 .orange-706f li ul li::before,
.soft-15a8 .media_6356 li ul li::before,
.soft-15a8 .logo_cb70 li ul li::before,
.soft-15a8 .surface_down_a2c3 li ul li::before {
  left: 15px;
}
.soft-15a8 .caption_072c li ul a,
.soft-15a8 .article-d5b6 li ul a,
.soft-15a8 .yellow_e879 li ul a,
.soft-15a8 .surface_2840 li ul a,
.soft-15a8 .orange-706f li ul a,
.soft-15a8 .media_6356 li ul a,
.soft-15a8 .logo_cb70 li ul a,
.soft-15a8 .surface_down_a2c3 li ul a {
  padding-left: 20px;
}
.soft-15a8 .caption_072c li ul ul li::before,
.soft-15a8 .article-d5b6 li ul ul li::before,
.soft-15a8 .yellow_e879 li ul ul li::before,
.soft-15a8 .surface_2840 li ul ul li::before,
.soft-15a8 .orange-706f li ul ul li::before,
.soft-15a8 .media_6356 li ul ul li::before,
.soft-15a8 .logo_cb70 li ul ul li::before,
.soft-15a8 .surface_down_a2c3 li ul ul li::before {
  left: 30px;
}
.soft-15a8 .caption_072c li ul ul a,
.soft-15a8 .article-d5b6 li ul ul a,
.soft-15a8 .yellow_e879 li ul ul a,
.soft-15a8 .surface_2840 li ul ul a,
.soft-15a8 .orange-706f li ul ul a,
.soft-15a8 .media_6356 li ul ul a,
.soft-15a8 .logo_cb70 li ul ul a,
.soft-15a8 .surface_down_a2c3 li ul ul a {
  padding-left: 40px;
}
.soft-15a8 .hover_8022 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.soft-15a8 .surface_down_a2c3 ul li {
  margin-bottom: 1.41575em;
}
.soft-15a8 .surface_down_a2c3 ul li .banner_1259 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.soft-15a8 .surface_down_a2c3 ul li .left-d893 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.card_blue_66a6 .caption_072c li a,
.card_blue_66a6 .article-d5b6 li a,
.card_blue_66a6 .yellow_e879 li a,
.card_blue_66a6 .surface_2840 li a,
.card_blue_66a6 .orange-706f li a,
.card_blue_66a6 .media_6356 li a,
.card_blue_66a6 .logo_cb70 li a,
.card_blue_66a6 .surface_down_a2c3 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.card_blue_66a6 .hover_8022 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.card_blue_66a6 .dim-ff13 ul li.advanced-1ef6 .cool-c198,
.card_blue_66a6 .dim-ff13 ul li.container-5ac0 .cool-c198 {
  background: rgba(0, 0, 0, 0.2);
}
.card_blue_66a6 .soft-15a8 .dim-ff13 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.secondary-aab1 .soft-15a8 .progress_7752 li {
  margin: 0;
}
.secondary-aab1 .soft-15a8 .progress_7752 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.secondary-aab1 .soft-15a8 .progress_7752 li ul {
  margin: 0;
}
.secondary-aab1 .soft-15a8 .progress_7752 li ul li a {
  padding-left: 15px;
}
.secondary-aab1 .soft-15a8 .progress_7752 li ul li li a {
  padding-left: 30px;
}
.secondary-aab1 .soft-15a8 .progress_7752 li.stale_ae5d > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.secondary-aab1 .soft-15a8 .progress_7752 li.stale_ae5d > 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;
}
.secondary-aab1 .soft-15a8 .progress_7752 li.stale_ae5d > 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;
}
.in_2c2b a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.hover_6c78 {
  position: relative;
  z-index: 10;
}
.hover_6c78 .in-ac82 {
  width: 100%;
  max-width: 100%;
}
.status_0f5d .frame_93b5 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.status_0f5d .pattern-be38 {
}
.status_0f5d .card_blue_66a6 {
  background: #292929;
}
.lite_ae7d .frame_93b5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.lite_ae7d .pattern-be38 {
  background: #f9f9f9;
}
.lite_ae7d .card_blue_66a6 {
  background: #303030;
}
.link_over_a9f6 .frame_93b5 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .link_over_a9f6 .yellow_895b {
    margin-bottom: 1em;
  }
  .link_over_a9f6 .yellow_895b:last-child {
    margin-bottom: 0;
  }
}
.link_over_a9f6 .pattern-be38 {
  background: #ededed;
}
.link_over_a9f6 .card_blue_66a6 {
  background: #1a1a1a;
}
.frame_93b5.pattern-be38 {
  color: rgba(0, 0, 0, 0.6);
}
.frame_93b5.pattern-be38 .description-002b li {
  border-color: rgba(0, 0, 0, 0.08);
}
.frame_93b5.card_blue_66a6 {
  color: rgba(255, 255, 255, 0.99);
}
.frame_93b5.card_blue_66a6 a:not(.black-8415) {
  color: rgba(255, 255, 255, 0.79);
}
.frame_93b5.card_blue_66a6 a:not(.black-8415):hover {
  color: rgba(255, 255, 255, 0.99);
}
.frame_93b5.card_blue_66a6 .description-002b li {
  border-color: rgba(255, 255, 255, 0.08);
}
.frame_93b5.card_blue_66a6 table tbody td,
.frame_93b5.card_blue_66a6 table th {
  background: rgba(0, 0, 0, 0.08);
}
.chip-14b0.media-f730 .description_smooth_ba54 {
  max-width: initial;
}
.chip-14b0 .mask_purple_c268 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.chip-14b0 .mask_purple_c268 .in-ac82 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .chip-14b0 .mask_purple_c268 .in-ac82 {
    display: block;
    margin-bottom: 2em;
  }
  .chip-14b0 .mask_purple_c268 .in-ac82:last-child {
    margin-bottom: 0;
  }
}
.link_over_a9f6 .yellow_895b:last-child,
.lite_ae7d .yellow_895b:last-child,
.status_0f5d .yellow_895b:last-child {
  margin-bottom: 0;
}
.link_over_a9f6 .yellow_895b .soft-15a8 .dim-ff13:last-child,
.lite_ae7d .yellow_895b .soft-15a8 .dim-ff13:last-child,
.status_0f5d .yellow_895b .soft-15a8 .dim-ff13:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .link_over_a9f6 .hovered_cc98,
  .link_over_a9f6 .border-cb8c,
  .lite_ae7d .hovered_cc98,
  .lite_ae7d .border-cb8c,
  .status_0f5d .hovered_cc98,
  .status_0f5d .border-cb8c {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .hover_6c78 .yellow_895b {
    margin-bottom: 2em;
  }
}
.hover_6c78 p:last-child {
  margin-bottom: 0;
}
.hover_6c78 li,
.hover_6c78 ul {
  list-style: none;
  margin: 0;
}
.hover_6c78 ul ul {
  margin-left: 2.617924em;
}
.disabled-0c6e {
  font-size: 0.875em;
}

/* css-noise: 0694 */
.shadow-element-r4 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
