/*!
Theme Name: Customify
Theme URI: https://pressmaximum.caption-0e23/customify
Author: WPCustomify
Author URI: https://pressmaximum.caption-0e23
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.caption-0e23/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.primary-warm-a8a2.badge-7aca/licenses/gpl-2.0.column-active-6561
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.brown_5f11/, (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.tag_7627.frame-9134/normalize.input-bottom-a65a/
 ======
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.input-bottom-a65a v7.0.0 | MIT License | github.caption-0e23/necolas/normalize.input-bottom-a65a */
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;
}
.notification-lower-a72f .thumbnail-0ddc,
.box_fixed_246d,
.down-a5e0,
.block-silver-34b0,
.text-last-6cfd,
.white-92ab,
.gold_4634,
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;
}
.box_fixed_246d,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .box_fixed_246d,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .box_fixed_246d,
  h1 {
    font-size: 1.8em;
  }
}
.down-a5e0,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.down-a5e0 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .down-a5e0,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .down-a5e0,
  h2 {
    font-size: 1.7em;
  }
}
.block-silver-34b0,
h3 {
  font-size: 1.618em;
}
.notification-lower-a72f .thumbnail-0ddc,
.text-last-6cfd,
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.outer_2620 {
  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;
}
.blue-02e9:after,
.blue-02e9:before,
.tall-ff6a:after,
.tall-ff6a:before {
  content: "";
  display: table;
}
.blue-02e9:after,
.tall-ff6a:after {
  clear: both;
}
.search-14e5 {
  float: right;
  margin-right: 0;
}
.thumbnail-rough-7b33 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.in_404e .widget_steel_a8cf,
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;
}
.in_404e .widget_steel_a8cf: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;
}
.soft-d859 .widget_steel_a8cf {
  box-shadow: none;
}
.soft-d859
  .widget_steel_a8cf
  .card_f55a {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.soft-d859 .widget_steel_a8cf .next-f6d6 {
  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;
}
.soft-d859
  .widget_steel_a8cf
  .next-f6d6
  b {
  display: none;
}
.soft-d859 .selected_634e {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.background-cool-b1fb:not(.picture_small_7c1c):not(.brown_c686),
button:not(.picture_small_7c1c):not(.brown_c686),
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ),
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ),
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ) {
  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;
}
.background-cool-b1fb:not(.picture_small_7c1c):not(
    .brown_c686
  ):hover,
button:not(.picture_small_7c1c):not(
    .brown_c686
  ):hover,
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):hover,
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):hover,
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.background-cool-b1fb:not(.picture_small_7c1c):not(
    .brown_c686
  ):active,
.background-cool-b1fb:not(.picture_small_7c1c):not(
    .brown_c686
  ):focus,
button:not(.picture_small_7c1c):not(
    .brown_c686
  ):active,
button:not(.picture_small_7c1c):not(
    .brown_c686
  ):focus,
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):active,
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):focus,
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):active,
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):focus,
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):active,
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):focus {
  outline: 0;
}
.background-cool-b1fb:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1,
button:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1,
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1,
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1,
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1 {
  position: relative;
}
.background-cool-b1fb:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .box_cold_ec50,
.background-cool-b1fb:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .pressed_f8cd,
.background-cool-b1fb:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .summary_aa6a,
.background-cool-b1fb:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  i,
.background-cool-b1fb:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  svg,
button:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .box_cold_ec50,
button:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .pressed_f8cd,
button:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .summary_aa6a,
button:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  i,
button:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  svg,
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .box_cold_ec50,
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .pressed_f8cd,
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .summary_aa6a,
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  i,
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  svg,
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .box_cold_ec50,
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .pressed_f8cd,
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .summary_aa6a,
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  i,
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  svg,
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .box_cold_ec50,
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .pressed_f8cd,
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  .summary_aa6a,
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  i,
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1
  svg {
  visibility: hidden;
}
.background-cool-b1fb:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1:after,
button:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1:after,
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1:after,
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1:after,
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ).fn-loading-bfe1: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;
}
.background-cool-b1fb:not(.picture_small_7c1c):not(.brown_c686),
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ),
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ),
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ) {
  color: #fff;
  background: #235787;
}
.background-cool-b1fb:not(.picture_small_7c1c):not(
    .brown_c686
  ):focus,
input[type="button"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):focus,
input[type="reset"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):focus,
input[type="submit"]:not(.picture_small_7c1c):not(
    .brown_c686
  ):focus {
  color: #fff;
}
.background-cool-b1fb.fn-disabled-bfe1:not(.picture_small_7c1c):not(
    .brown_c686
  ),
.background-cool-b1fb[disabled]:not(.picture_small_7c1c):not(
    .brown_c686
  ),
button.fn-disabled-bfe1:not(.picture_small_7c1c):not(
    .brown_c686
  ),
button[disabled]:not(.picture_small_7c1c):not(
    .brown_c686
  ) {
  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;
}
.inner_a5f0 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.inner_a5f0: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;
}
.under-2ce9 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.basic-82f6 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.dynamic_9dc1 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.blue-02e9:after,
.blue-02e9:before,
.link_full_8737:after,
.link_full_8737:before,
.thick_b134:after,
.thick_b134:before,
.photo_pink_333c:after,
.photo_pink_333c:before,
.input_494c:after,
.input_494c:before,
.pressed-95dd:after,
.pressed-95dd:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.blue-02e9:after,
.link_full_8737:after,
.thick_b134:after,
.photo_pink_333c:after,
.input_494c:after,
.pressed-95dd:after {
  clear: both;
}
.link_full_8737 .center_8205,
.thick_b134 .center_8205,
.aside_brown_9b7d .center_8205 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.message_silver_1eb7 {
  display: inline-block;
}
.main_fc7c {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.main_fc7c img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main_fc7c .wood-7d78 {
  padding: 1em 0;
  font-size: 85%;
}
.wood-7d78 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.photo_fast_95b9 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.photo_fast_95b9:after,
.photo_fast_95b9:before {
  content: "";
  display: table;
}
.photo_fast_95b9:after {
  clear: both;
}
.form-cool-4f8d {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.steel-1471 .form-cool-4f8d {
  max-width: 50%;
}
.shadow-selected-09b1 .form-cool-4f8d {
  max-width: 33.33%;
}
.gallery-simple-6782 .form-cool-4f8d {
  max-width: 25%;
}
.component_f629 .form-cool-4f8d {
  max-width: 20%;
}
.video_dim_a95e .form-cool-4f8d {
  max-width: 16.66%;
}
.hard_3652 .form-cool-4f8d {
  max-width: 14.28%;
}
.banner-old-e76a .form-cool-4f8d {
  max-width: 12.5%;
}
.widget-mini-bc5e .form-cool-4f8d {
  max-width: 11.11%;
}
.panel_26ae {
  display: block;
}
.notification-lower-a72f .light-1007 label,
.notification-lower-a72f .background-old-9f35 label,
.notification-lower-a72f .white-4903 label,
.notification-lower-a72f .module-large-568c label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.table_dim_8db7 {
  list-style: none;
  margin: 0;
}
.table_dim_8db7 article.progress_complex_3b38 {
  margin-bottom: 0;
}
.table_dim_8db7 ul {
  list-style: none;
  margin: 0;
}
.table_dim_8db7 .bronze_8a02 li.progress_complex_3b38 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .table_dim_8db7 .bronze_8a02 li.progress_complex_3b38 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .table_dim_8db7 .bronze_8a02 li.progress_complex_3b38: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) {
  .table_dim_8db7 .bronze_8a02 li.progress_complex_3b38 li.progress_complex_3b38 li.progress_complex_3b38 li.progress_complex_3b38 {
    padding-left: 0;
  }
}
article.progress_complex_3b38 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.progress_complex_3b38 .link_full_8737 p:last-of-type {
  margin-bottom: 0;
}
article.progress_complex_3b38 .large_7b28 {
  float: left;
}
article.progress_complex_3b38 .right_3d5b {
  margin-left: 85px;
}
article.progress_complex_3b38 .middle_337b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.progress_complex_3b38 .middle_337b .brown_4237 {
  margin-left: 10px;
}
article.progress_complex_3b38 .new-6c7b {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.progress_complex_3b38 .form_west_c0a9 {
  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 .light-1007,
  #respond .white-4903,
  #respond .module-large-568c {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .light-1007 input,
#respond .white-4903 input,
#respond .module-large-568c input {
  width: 100%;
}
#respond .module-large-568c {
  margin-right: 0;
}
#respond .motion-507b #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.fluid-e31b {
  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;
}
.fluid-e31b.slider_gas_50f3 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.fluid-e31b 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%);
}
.fluid-e31b:focus,
.fluid-e31b: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);
}
.logo-stone-e6cc {
  border-radius: 10%;
}
.box_1c3c {
  border-radius: 50%;
}
.chip_58d9 {
  font-size: 0.72em;
}
.shadow-warm-b067 {
  font-size: 0.875em;
}
.grid-blue-d829 {
  font-size: 1.1em;
}
.solid_87bc {
  text-transform: uppercase;
  line-height: 1.2;
}
.solid_87bc.chip_58d9 {
  letter-spacing: 0.5px;
}
.fresh_3b8a,
.fresh_3b8a a {
  color: #6d6d6d;
}
.fresh_3b8a a:hover {
  color: #111;
}
.dark-bc8b {
  color: #6d6d6d;
}
.yellow-fe8f {
  overflow-x: hidden;
}
.yellow-fe8f .gold_5812.texture-bottom-bf04 {
  position: relative;
}
.yellow-fe8f .gold_5812.texture-bottom-bf04.overlay-new-7a47 {
  position: initial;
}
.yellow-fe8f
  .gold_5812.texture-bottom-bf04.overlay-new-7a47
  .soft-c263 {
  left: auto;
}
.yellow-fe8f .gold_5812 .soft-c263 {
  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;
}
.yellow-fe8f .gold_5812:hover.texture-bottom-bf04 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.yellow-fe8f
  .gold_5812:hover.texture-bottom-bf04
  .soft-c263 {
  display: block;
  z-index: 9999999;
}
.yellow-fe8f .caption_7d49 .accordion-78c4,
.yellow-fe8f .gradient-649d .accordion-78c4 {
  display: none;
}
.yellow-fe8f .pagination_wide_2877 .gold_5812:hover.texture-bottom-bf04 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.notification-lower-a72f .light-1007 label,
.notification-lower-a72f .background-old-9f35 label,
.notification-lower-a72f .white-4903 label,
.notification-lower-a72f .module-large-568c label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.table_dim_8db7 {
  list-style: none;
  margin: 0;
}
.table_dim_8db7 article.progress_complex_3b38 {
  margin-bottom: 0;
}
.table_dim_8db7 ul {
  list-style: none;
  margin: 0;
}
.table_dim_8db7 .bronze_8a02 li.progress_complex_3b38 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .table_dim_8db7 .bronze_8a02 li.progress_complex_3b38 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .table_dim_8db7 .bronze_8a02 li.progress_complex_3b38: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) {
  .table_dim_8db7 .bronze_8a02 li.progress_complex_3b38 li.progress_complex_3b38 li.progress_complex_3b38 li.progress_complex_3b38 {
    padding-left: 0;
  }
}
article.progress_complex_3b38 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.progress_complex_3b38 .link_full_8737 p:last-of-type {
  margin-bottom: 0;
}
article.progress_complex_3b38 .large_7b28 {
  float: left;
}
article.progress_complex_3b38 .right_3d5b {
  margin-left: 85px;
}
article.progress_complex_3b38 .middle_337b {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.progress_complex_3b38 .middle_337b .brown_4237 {
  margin-left: 10px;
}
article.progress_complex_3b38 .new-6c7b {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.progress_complex_3b38 .form_west_c0a9 {
  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 .light-1007,
  #respond .white-4903,
  #respond .module-large-568c {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .light-1007 input,
#respond .white-4903 input,
#respond .module-large-568c input {
  width: 100%;
}
#respond .module-large-568c {
  margin-right: 0;
}
#respond .motion-507b #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.caption_7d49 .tag_narrow_ed8a {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.tag_narrow_ed8a .element-8315.dynamic_d8c6 .accordion_daf9 > li > a:focus,
.tag_narrow_ed8a .element-8315.dynamic_d8c6 .accordion_daf9 > li > a:hover,
.tag_narrow_ed8a .element-8315.surface-66f1 .accordion_daf9 > li > a:focus,
.tag_narrow_ed8a .element-8315.surface-66f1 .accordion_daf9 > li > a:hover,
.tag_narrow_ed8a .element-8315.dropdown-steel-e985 .accordion_daf9 > li > a:focus,
.tag_narrow_ed8a .element-8315.dropdown-steel-e985 .accordion_daf9 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tag_narrow_ed8a
  .element-8315.dynamic_d8c6
  .accordion_daf9
  > li.fast_3598
  > a,
.tag_narrow_ed8a
  .element-8315.dynamic_d8c6
  .accordion_daf9
  > li.button_basic_6086
  > a,
.tag_narrow_ed8a
  .element-8315.surface-66f1
  .accordion_daf9
  > li.fast_3598
  > a,
.tag_narrow_ed8a
  .element-8315.surface-66f1
  .accordion_daf9
  > li.button_basic_6086
  > a,
.tag_narrow_ed8a
  .element-8315.dropdown-steel-e985
  .accordion_daf9
  > li.fast_3598
  > a,
.tag_narrow_ed8a .element-8315.dropdown-steel-e985 .accordion_daf9 > li.search-tiny-cf16 > a {
  color: rgba(255, 255, 255, 0.99);
}
.tag_narrow_ed8a .middle_2b07,
.tag_narrow_ed8a .middle_2b07 a {
  color: rgba(255, 255, 255, 0.99);
}
.tag_narrow_ed8a .avatar_710e.overlay_d441 li a,
.tag_narrow_ed8a .left_1086 a,
.tag_narrow_ed8a .yellow-6b6a,
.tag_narrow_ed8a .accordion_daf9 > li > a,
.tag_narrow_ed8a .steel-7bbb {
  color: rgba(255, 255, 255, 0.79);
}
.tag_narrow_ed8a .avatar_710e.overlay_d441 li a:hover,
.tag_narrow_ed8a .left_1086 a:hover,
.tag_narrow_ed8a .yellow-6b6a:hover,
.tag_narrow_ed8a .accordion_daf9 > li > a:hover,
.tag_narrow_ed8a .steel-7bbb:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tag_narrow_ed8a .panel-f796 {
  color: rgba(255, 255, 255, 0.79);
}
.tag_narrow_ed8a .panel-f796 .notice-small-5dd8 {
  color: rgba(255, 255, 255, 0.99);
}
.tag_narrow_ed8a .panel-f796:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tag_narrow_ed8a .fast-b197 .highlight_hard_285d {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tag_narrow_ed8a .fast-b197 .highlight_hard_285d .warm-e82d {
  color: rgba(255, 255, 255, 0.79);
}
.tag_narrow_ed8a
  .fast-b197
  .highlight_hard_285d
  .warm-e82d::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tag_narrow_ed8a
  .fast-b197
  .highlight_hard_285d
  .warm-e82d:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tag_narrow_ed8a
  .fast-b197
  .highlight_hard_285d
  .warm-e82d::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tag_narrow_ed8a
  .fast-b197
  .highlight_hard_285d
  .warm-e82d::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tag_narrow_ed8a .fast-b197 .list_basic_9665 {
  color: rgba(255, 255, 255, 0.79);
}
.tag_narrow_ed8a .fast-b197 .list_basic_9665:hover {
  color: rgba(255, 255, 255, 0.99);
}
.container-c292
  .tag_narrow_ed8a
  .fast-b197
  .down_c689
  .top_d6ce {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.container-c292
  .tag_narrow_ed8a
  .fast-b197
  .down_c689
  .warm-e82d {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.caption_7d49 .fixed_16cd {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.fixed_16cd .element-8315.dynamic_d8c6 .accordion_daf9 > li > a:focus,
.fixed_16cd .element-8315.dynamic_d8c6 .accordion_daf9 > li > a:hover,
.fixed_16cd .element-8315.surface-66f1 .accordion_daf9 > li > a:focus,
.fixed_16cd .element-8315.surface-66f1 .accordion_daf9 > li > a:hover,
.fixed_16cd .element-8315.dropdown-steel-e985 .accordion_daf9 > li > a:focus,
.fixed_16cd .element-8315.dropdown-steel-e985 .accordion_daf9 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.fixed_16cd
  .element-8315.dynamic_d8c6
  .accordion_daf9
  > li.fast_3598
  > a,
.fixed_16cd
  .element-8315.dynamic_d8c6
  .accordion_daf9
  > li.button_basic_6086
  > a,
.fixed_16cd
  .element-8315.surface-66f1
  .accordion_daf9
  > li.fast_3598
  > a,
.fixed_16cd
  .element-8315.surface-66f1
  .accordion_daf9
  > li.button_basic_6086
  > a,
.fixed_16cd
  .element-8315.dropdown-steel-e985
  .accordion_daf9
  > li.fast_3598
  > a,
.fixed_16cd .element-8315.dropdown-steel-e985 .accordion_daf9 > li.search-tiny-cf16 > a {
  color: rgba(0, 0, 0, 0.8);
}
.fixed_16cd .middle_2b07,
.fixed_16cd .middle_2b07 a {
  color: rgba(0, 0, 0, 0.8);
}
.fixed_16cd .avatar_710e.overlay_d441 li a,
.fixed_16cd .left_1086 a,
.fixed_16cd .yellow-6b6a,
.fixed_16cd .accordion_daf9 > li > a,
.fixed_16cd .steel-7bbb {
  color: rgba(0, 0, 0, 0.55);
}
.fixed_16cd .avatar_710e.overlay_d441 li a:hover,
.fixed_16cd .left_1086 a:hover,
.fixed_16cd .yellow-6b6a:hover,
.fixed_16cd .accordion_daf9 > li > a:hover,
.fixed_16cd .steel-7bbb:hover {
  color: rgba(0, 0, 0, 0.8);
}
.fixed_16cd .panel-f796 {
  color: rgba(0, 0, 0, 0.55);
}
.fixed_16cd .panel-f796 .notice-small-5dd8 {
  color: rgba(0, 0, 0, 0.8);
}
.fixed_16cd .panel-f796:hover {
  color: rgba(0, 0, 0, 0.8);
}
.huge_2004 .table_15eb {
  margin-left: auto;
  margin-right: auto;
}
.thick_b134 > * {
  margin-left: auto;
  margin-right: auto;
}
.thick_b134 .under-2ce9 {
  margin-right: 1.41575em;
}
.clean_9537 .thick_b134 > .south-610c {
  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;
}
.clean_9537 .thick_b134 > .box_warm_6b79 {
  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;
}
.bright-9330.huge_2004 .table_15eb,
.slider-e7c6.huge_2004 .table_15eb {
  margin-left: 0;
}
.input_18e9.huge_2004 .table_15eb,
.hover_over_ff37.huge_2004 .table_15eb {
  margin-right: 0;
}
.thick_b134 ol,
.thick_b134 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.dropdown-3678 video {
  max-width: 100%;
}
.text_e9d4 img {
  display: block;
}
.text_e9d4.under-2ce9,
.text_e9d4.basic-82f6 {
  width: 100%;
}
.text_e9d4.box_warm_6b79 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.module-stale-6398:not(.nav-hot-534c) {
  margin: 1.5em auto;
}
.photo_right_20ef p {
  padding: 1.5em 14px;
}
ul.card_slow_2b68.box_warm_6b79,
ul.card_slow_2b68.south-610c,
ul.card_slow_2b68.banner-8769.south-610c {
  padding: 0 14px;
}
.chip-5d74 {
  display: block;
  overflow-x: auto;
}
.chip-5d74 table {
  border-collapse: collapse;
  width: 100%;
}
.chip-5d74 td,
.chip-5d74 th {
  padding: 0.5em;
}
.thick_b134 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.thick_b134 ol ol,
.thick_b134 ol ul,
.thick_b134 ul ol,
.thick_b134 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.thick_b134 ol ol li,
.thick_b134 ol ul li,
.thick_b134 ul ol li,
.thick_b134 ul ul li {
  margin-left: 0;
}
.modal_selected_95ef.media_ff9a > .title_new_cbfb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.modal_selected_95ef.media_ff9a > .title_new_cbfb iframe,
.modal_selected_95ef.media_ff9a > .title_new_cbfb > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hidden_ec69 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.hidden_ec69.tabs-c708 {
  padding: 0;
}
.hidden_ec69.tabs-c708 cite {
  font-size: 13px;
}
.hidden_ec69 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.hidden_ec69 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.breadcrumb_50c4 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.breadcrumb_50c4 > p:first-child {
  margin-top: 0;
}
.breadcrumb_50c4 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.breadcrumb_50c4 blockquote {
  border-left: 0;
}
.item-yellow-881c {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.item-yellow-881c:not(.hard_6e3f) {
  max-width: 100px;
}
.item-yellow-881c.button-1062 {
  border-bottom: none !important;
  text-align: center;
}
.item-yellow-881c.button-1062::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .photo_right_20ef p {
    padding: 1.5em 0;
  }
}
.inner-021c {
  color: #0073aa;
}
.lower_cbfc {
  background-color: #0073aa;
}
.card-d49f {
  color: #229fd8;
}
.cool-fe94 {
  background-color: #229fd8;
}
.hot_102e {
  color: #eee;
}
.black_f0a5 {
  background-color: #eee;
}
.brown_5273 {
  color: #444;
}
.section_south_efef {
  background-color: #444;
}
.video_warm_da78 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.video_warm_da78 .main_warm_9c0c .left_1086 {
  font-size: 15px;
}
.video_warm_da78 .left_1086 {
  line-height: 1.3;
}
.video_warm_da78 .fixed_16cd {
}
.video_warm_da78 .tag_narrow_ed8a {
  background: #235787;
}
.first-ec6a {
  padding: 0;
}
.first-ec6a .tag_narrow_ed8a {
  background: #1a1a1a;
}
.first-ec6a .fixed_16cd {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.badge-34d7 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.badge-34d7 .fixed_16cd {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.badge-34d7 .tag_narrow_ed8a {
  background: #303030;
}
.pressed-95dd {
  position: relative;
  z-index: 10;
}
.pressed-95dd .feature_4dd3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.backdrop_motion_1ace .texture-bottom-bf04 {
  display: inline-block;
  vertical-align: middle;
}
.backdrop_motion_1ace.under-f1bd .texture-bottom-bf04 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .backdrop_motion_1ace.under-f1bd .texture-bottom-bf04 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .backdrop_motion_1ace.under-f1bd .texture-bottom-bf04 {
    margin-right: 0.4em;
  }
}
.backdrop_motion_1ace.under-f1bd .texture-bottom-bf04:last-child {
  margin-right: 0;
}
.banner-pink-141f .feature_4dd3 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .caption_7d49 .main_warm_9c0c {
    margin: 0 -0.5em;
  }
  .caption_7d49 .main_warm_9c0c [class*="customify-col-"],
  .caption_7d49 .main_warm_9c0c [class*="customify-col_"],
  .caption_7d49 .main_warm_9c0c [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.caption_7d49.alert-2e92 .feature_4dd3 {
  background: 0 0 !important;
}
.caption_7d49.alert-2e92 .feature_4dd3,
.caption_7d49.banner-pink-141f .feature_4dd3 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .caption_7d49.carousel-b870 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.caption_7d49.banner-pink-141f .feature_4dd3 {
  box-shadow: none !important;
}
.hot_18e7 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .hot_18e7 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .hot_18e7 {
    padding: 18px 0 20px;
  }
}
.hot_18e7 .list_fast_8ed3 {
  width: 100%;
}
.hot_18e7 .dropdown-1065 {
  margin-bottom: 0;
}
.hot_18e7 .bronze_7a14 {
  margin-top: 5px;
  font-size: 0.875em;
}
.chip-tiny-8345 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.chip-tiny-8345 .overlay_dd9c {
  width: 100%;
}
.layout-be8c {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.layout-be8c li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.layout-be8c 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;
}
.layout-be8c li:last-child:after {
  display: none;
}
.layout-be8c li a {
  font-weight: 500;
  margin-right: 10px;
}
.link_tiny_84ec .accordion-78c4 button,
.hot_18e7 .accordion-78c4 button {
  left: 0;
}
.link_tiny_84ec .overlay_dd9c,
.hot_18e7 .overlay_dd9c {
  padding-left: 0;
  padding-right: 0;
}
.link_tiny_84ec .chip-tiny-8345,
.hot_18e7 .chip-tiny-8345 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.link_tiny_84ec {
  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;
}
.link_tiny_84ec: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;
}
.link_tiny_84ec .hero_rough_b9e1 {
  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) {
  .link_tiny_84ec .hero_rough_b9e1 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .link_tiny_84ec .hero_rough_b9e1 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .link_tiny_84ec .hero_rough_b9e1 {
    min-height: 200px;
  }
}
.link_tiny_84ec .layout-be8c {
  color: rgba(255, 255, 255, 0.8);
}
.link_tiny_84ec .layout-be8c a,
.link_tiny_84ec .layout-be8c li:after {
  color: inherit;
}
.link_tiny_84ec .layout-be8c a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.notice_12f8 {
  margin-bottom: 0.5em;
}
.content_dirty_7fe2 {
  margin-bottom: 1.2em;
}
.content_dirty_7fe2,
.notice_12f8 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.content_dirty_7fe2 p:last-child,
.notice_12f8 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .accordion-78c4,
#masthead .accordion-78c4 {
  display: none;
}
#masthead
  > .accordion-78c4.icon-f34c {
  display: none;
}
#masthead > .accordion-78c4 button {
  left: 0;
}
.main-static-2421 {
  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%;
}
.main-static-2421 .texture-bottom-bf04 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.main-static-2421 .liquid-00a4 {
  display: -webkit-box;
  display: flex;
}
.main-static-2421 .liquid-00a4.progress-next-854f {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.main-static-2421 .liquid-00a4.picture-20a0 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.main-static-2421 .liquid-00a4.card_cc24 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.main-static-2421.hover-e667.hover-d779 .liquid-00a4.progress-next-854f {
  flex-basis: 100%;
}
.main-static-2421.disabled_402c .liquid-00a4.picture-20a0 {
  -webkit-box-flex: 1;
  flex: auto;
}
.main-static-2421.disabled_402c .liquid-00a4.card_cc24 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .accordion-78c4.icon-f34c {
  display: none;
}
#masthead > .accordion-78c4 button {
  left: 0;
}
.title-lower-4c06 {
  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;
}
.title-lower-4c06:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.title-lower-4c06.large-660c i {
  margin-right: 4px;
}
.title-lower-4c06.blue_daa7 i {
  margin-left: 5px;
}
.left_1086 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.left_1086 p:last-child {
  margin-bottom: 0;
}
.input_pro_5839 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.input_pro_5839 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.input_pro_5839 img {
  display: block;
  width: auto;
  line-height: 1;
}
.input_pro_5839 .middle_2b07 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.input_pro_5839 .list-a384 {
  margin: 5px 0 7px 0;
}
.input_pro_5839.border_action_7e1d .video-36d9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.input_pro_5839.border_action_7e1d .texture_outer_d2d7 {
  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;
}
.input_pro_5839.upper_953e {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.input_pro_5839.upper_953e .video-36d9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.input_pro_5839.upper_953e .texture_outer_d2d7 {
  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;
}
.input_pro_5839.pink_bccc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.input_pro_5839.backdrop-outer-cb29 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.input_pro_5839.backdrop-outer-cb29 .texture_outer_d2d7 {
  margin-top: 7px;
}
.icon-5cd3 {
  display: inline-block;
}
.pressed-95dd .logo-f4a7 .input_pro_5839 img {
  max-width: 100%;
}
.element-8315 .dark_8f0c.south-4fdd,
.column-20e3 .dark_8f0c.south-4fdd {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.element-8315 .in-97dc,
.column-20e3 .in-97dc {
  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%);
}
.element-8315 .in-97dc {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.element-8315.feature_first_e48d .in-97dc {
  display: none;
}
.element-8315 .copper-04b9 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.element-8315 .copper-04b9 li {
  display: inline-block;
  position: relative;
}
.element-8315 .copper-04b9 li:last-child {
  margin-right: 0;
}
.element-8315 .copper-04b9 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;
}
.element-8315 .copper-04b9 li.search-tiny-cf16 > a {
  color: rgba(0, 0, 0, 0.9);
}
.element-8315 .copper-04b9 > 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;
}
.element-8315 .copper-04b9 > li > a i {
  line-height: 0;
}
.element-8315 .copper-04b9 > li.message-purple-cced > a .in-97dc {
  margin-left: 4px;
  line-height: 0;
}
.element-8315 .copper-04b9 .chip_2651 li.message-purple-cced > a {
  position: relative;
}
.element-8315 .copper-04b9 .chip_2651 li.message-purple-cced > a:after,
.element-8315 .copper-04b9 .chip_2651 li.message-purple-cced > a:before {
  content: "";
  display: table;
}
.element-8315 .copper-04b9 .chip_2651 li.message-purple-cced > a:after {
  clear: both;
}
.element-8315 .copper-04b9 .chip_2651 li.message-purple-cced > a .in-97dc {
  margin-left: 5px;
  float: right;
}
.element-8315 .layout-hard-f6ba,
.element-8315 .chip_2651 {
  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;
}
.element-8315 .chip_2651 {
  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;
}
.element-8315 .chip_2651 .south-4fdd {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.element-8315 .chip_2651 .in-97dc {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.element-8315 .chip_2651 li {
  display: block;
  margin: 0;
  padding: 0;
}
.element-8315 .chip_2651 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;
}
.element-8315 .chip_2651 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.element-8315 .chip_2651 .chip_2651 {
  top: 0;
  left: 100%;
}
.element-8315 .avatar_7aae.fn-focus-bfe1 > .layout-hard-f6ba,
.element-8315 .avatar_7aae.fn-focus-bfe1 > .chip_2651,
.element-8315 .avatar_7aae:focus > .layout-hard-f6ba,
.element-8315 .avatar_7aae:focus > .chip_2651,
.element-8315 .avatar_7aae:hover > .layout-hard-f6ba,
.element-8315 .avatar_7aae:hover > .chip_2651 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.element-8315.dropdown-steel-e985 .accordion_daf9:after,
.element-8315.dropdown-steel-e985 .accordion_daf9:before {
  content: "";
  display: table;
}
.element-8315.dropdown-steel-e985 .accordion_daf9:after {
  clear: both;
}
.element-8315.dropdown-steel-e985 .accordion_daf9 > li {
  float: left;
}
.element-8315.texture_warm_9e06 .accordion_daf9:after,
.element-8315.texture_warm_9e06 .accordion_daf9:before {
  content: "";
  display: table;
}
.element-8315.texture_warm_9e06 .accordion_daf9:after {
  clear: both;
}
.element-8315.texture_warm_9e06 .accordion_daf9 > li {
  float: left;
}
.element-8315.texture_warm_9e06 .accordion_daf9 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.element-8315.texture_warm_9e06 .accordion_daf9 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.element-8315.texture_warm_9e06 .accordion_daf9 > li.fast_3598 > a,
.element-8315.texture_warm_9e06 .accordion_daf9 > li.search-tiny-cf16 > a {
  color: #fff;
  background-color: #1e4b75;
}
.element-8315.dynamic_d8c6 .accordion_daf9 > li > a .south-4fdd {
  position: relative;
}
.element-8315.dynamic_d8c6 .accordion_daf9 > li > a .south-4fdd: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;
}
.element-8315.dynamic_d8c6
  .accordion_daf9
  > li:focus
  > a
  .south-4fdd:before,
.element-8315.dynamic_d8c6
  .accordion_daf9
  > li:hover
  > a
  .south-4fdd:before {
  width: 100%;
  background-color: currentColor;
}
.element-8315.dynamic_d8c6
  .accordion_daf9
  > li.fast_3598
  > a
  .south-4fdd:before,
.element-8315.dynamic_d8c6
  .accordion_daf9
  > li.button_basic_6086
  > a
  .south-4fdd:before {
  width: 100%;
  background-color: currentColor;
}
.element-8315.surface-66f1 .accordion_daf9 > li > a .south-4fdd {
  position: relative;
}
.element-8315.surface-66f1 .accordion_daf9 > li > a .south-4fdd: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;
}
.element-8315.surface-66f1 .accordion_daf9 > li:focus > a .south-4fdd:before,
.element-8315.surface-66f1
  .accordion_daf9
  > li:hover
  > a
  .south-4fdd:before {
  width: 100%;
  background-color: currentColor;
}
.element-8315.surface-66f1
  .accordion_daf9
  > li.fast_3598
  > a
  .south-4fdd:before,
.element-8315.surface-66f1
  .accordion_daf9
  > li.button_basic_6086
  > a
  .south-4fdd:before {
  width: 100%;
  background-color: currentColor;
}
.column-20e3 .copper-04b9 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.column-20e3 .copper-04b9 li:first-child > a {
  border-top: none;
}
.column-20e3 .copper-04b9 .image_wood_cf36 > .south-4fdd .in-97dc {
  display: none;
}
.column-20e3 .copper-04b9 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.column-20e3 .copper-04b9 li:last-child {
  border: none;
}
.column-20e3 .copper-04b9 li.message-purple-cced > a {
  padding-right: 45px !important;
}
.column-20e3 .copper-04b9 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.column-20e3 .copper-04b9 li a:focus,
.column-20e3 .copper-04b9 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.column-20e3 .copper-04b9 li .panel-54a5 {
  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;
}
.column-20e3 .copper-04b9 li .panel-54a5:hover {
  box-shadow: none;
}
.column-20e3 .copper-04b9 li .panel-54a5 .in-97dc {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.column-20e3 .copper-04b9 .chip_2651 {
  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);
}
.column-20e3 .copper-04b9 .chip_2651 li a {
  padding-left: 3em;
}
.column-20e3 .copper-04b9 .pro_be6b > a .panel-54a5 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.column-20e3 .copper-04b9 .pro_be6b > .chip_2651 {
  display: block;
  opacity: 1;
}
.content-pro-5da5 {
  max-width: 100%;
}
.east_68f3 {
  line-height: 0;
  cursor: pointer;
}
.steel-7bbb {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.steel-7bbb:hover {
  box-shadow: none;
  color: currentColor;
}
.steel-7bbb svg {
  width: 18px;
  height: 18px;
}
.steel-7bbb .search-red-fabd {
  display: none;
}
.detail_motion_1d4e {
  position: relative;
}
.detail_motion_1d4e.fn-active-bfe1 .steel-7bbb .south_80c6 {
  display: none;
}
.detail_motion_1d4e.fn-active-bfe1 .steel-7bbb .search-red-fabd {
  display: inline-block;
}
.detail_motion_1d4e .label-fresh-517f {
  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);
}
.detail_motion_1d4e.steel_9940 .label-fresh-517f {
  left: auto;
  right: -0.9em;
}
.detail_motion_1d4e.steel_9940 .smooth-0d15::before {
  left: auto;
  right: 15px;
}
.detail_motion_1d4e.fn-active-bfe1 .label-fresh-517f {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.down_c689 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.down_c689 label {
  flex-basis: 100%;
}
.down_c689 .highlight_hard_285d {
  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;
}
.down_c689 .warm-e82d {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.down_c689 .warm-e82d:focus {
  background-color: transparent;
}
.down_c689 button.list_basic_9665 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.down_c689 button.list_basic_9665:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.down_c689 button.list_basic_9665 svg {
  width: 18px;
  height: 18px;
}
.down_c689 input[type="submit"] {
  min-height: auto;
}
.fast-b197 .down_c689 .warm-e82d {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.smooth-0d15 {
  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) {
  .smooth-0d15 {
    width: 220px;
  }
}
.smooth-0d15 label {
  flex-basis: 100%;
}
.smooth-0d15::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;
}
.container-c292 .fast-b197 .down_c689 {
  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;
}
.container-c292
  .fast-b197
  .down_c689
  .highlight_hard_285d {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.container-c292 .fast-b197 .down_c689 .warm-e82d {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.container-c292
  .fast-b197
  .down_c689
  .warm-e82d:focus {
  background: 0 0;
}
.container-c292
  .fast-b197
  .down_c689
  .top_d6ce {
  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;
}
.avatar_710e {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.avatar_710e li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.avatar_710e li:last-child {
  margin-right: 0;
}
.avatar_710e li:first-child {
  margin-left: 0;
}
.avatar_710e.lite_5c02 a {
  color: #fff;
}
.avatar_710e.lite_5c02 a:hover {
  color: #fff;
}
.avatar_710e a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.avatar_710e a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.avatar_710e a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.avatar_710e a:hover {
  opacity: 0.9;
  color: inherit;
}
.avatar_710e [class*="social-icon-apple"] {
  background-color: #999;
}
.avatar_710e [class*="social-icon-apple"].tall-51f3 {
  background-color: transparent;
  color: #999;
}
.avatar_710e [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.avatar_710e [class*="social-icon-behance"].tall-51f3 {
  background-color: transparent;
  color: #1769ff;
}
.avatar_710e [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.avatar_710e [class*="social-icon-bitbucket"].tall-51f3 {
  background-color: transparent;
  color: #205081;
}
.avatar_710e [class*="social-icon-codepen"] {
  background-color: #000;
}
.avatar_710e [class*="social-icon-codepen"].tall-51f3 {
  background-color: transparent;
  color: #000;
}
.avatar_710e [class*="social-icon-delicious"] {
  background-color: #39f;
}
.avatar_710e [class*="social-icon-delicious"].tall-51f3 {
  background-color: transparent;
  color: #39f;
}
.avatar_710e [class*="social-icon-digg"] {
  background-color: #005be2;
}
.avatar_710e [class*="social-icon-digg"].tall-51f3 {
  background-color: transparent;
  color: #005be2;
}
.avatar_710e [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.avatar_710e [class*="social-icon-dribbble"].tall-51f3 {
  background-color: transparent;
  color: #ea4c89;
}
.avatar_710e [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.avatar_710e [class*="social-icon-envelope"].tall-51f3 {
  background-color: transparent;
  color: #ea4335;
}
.avatar_710e [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.avatar_710e [class*="social-icon-facebook"].tall-51f3 {
  background-color: transparent;
  color: #3b5998;
}
.avatar_710e [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.avatar_710e [class*="social-icon-flickr"].tall-51f3 {
  background-color: transparent;
  color: #0063dc;
}
.avatar_710e [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.avatar_710e [class*="social-icon-foursquare"].tall-51f3 {
  background-color: transparent;
  color: #2d5be3;
}
.avatar_710e [class*="social-icon-github"] {
  background-color: #333;
}
.avatar_710e [class*="social-icon-github"].tall-51f3 {
  background-color: transparent;
  color: #333;
}
.avatar_710e [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.avatar_710e [class*="social-icon-google-plus"].tall-51f3 {
  background-color: transparent;
  color: #dd4b39;
}
.avatar_710e [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.avatar_710e [class*="social-icon-houzz"].tall-51f3 {
  background-color: transparent;
  color: #7ac142;
}
.avatar_710e [class*="social-icon-instagram"] {
  background-color: #262626;
}
.avatar_710e [class*="social-icon-instagram"].tall-51f3 {
  background-color: transparent;
  color: #262626;
}
.avatar_710e [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.avatar_710e [class*="social-icon-jsfiddle"].tall-51f3 {
  background-color: transparent;
  color: #487aa2;
}
.avatar_710e [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.avatar_710e [class*="social-icon-linkedin"].tall-51f3 {
  background-color: transparent;
  color: #0077b5;
}
.avatar_710e [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.avatar_710e [class*="social-icon-medium"].tall-51f3 {
  background-color: transparent;
  color: #00ab6b;
}
.avatar_710e [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.avatar_710e
  [class*="social-icon-odnoklassniki"].tall-51f3 {
  background-color: transparent;
  color: #f4731c;
}
.avatar_710e [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.avatar_710e [class*="social-icon-meetup"].tall-51f3 {
  background-color: transparent;
  color: #ec1c40;
}
.avatar_710e [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.avatar_710e [class*="social-icon-pinterest"].tall-51f3 {
  background-color: transparent;
  color: #bd081c;
}
.avatar_710e [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.avatar_710e [class*="social-icon-product-hunt"].tall-51f3 {
  background-color: transparent;
  color: #da552f;
}
.avatar_710e [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.avatar_710e [class*="social-icon-reddit"].tall-51f3 {
  background-color: transparent;
  color: #ff4500;
}
.avatar_710e [class*="social-icon-rss"] {
  background-color: #f26522;
}
.avatar_710e [class*="social-icon-rss"].tall-51f3 {
  background-color: transparent;
  color: #f26522;
}
.avatar_710e [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.avatar_710e
  [class*="social-icon-shopping-cart"].tall-51f3 {
  background-color: transparent;
  color: #4caf50;
}
.avatar_710e [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.avatar_710e [class*="social-icon-skype"].tall-51f3 {
  background-color: transparent;
  color: #00aff0;
}
.avatar_710e [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.avatar_710e [class*="social-icon-slideshare"].tall-51f3 {
  background-color: transparent;
  color: #0077b5;
}
.avatar_710e [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.avatar_710e [class*="social-icon-snapchat"].tall-51f3 {
  background-color: transparent;
  color: #fffc00;
}
.avatar_710e [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.avatar_710e [class*="social-icon-soundcloud"].tall-51f3 {
  background-color: transparent;
  color: #f80;
}
.avatar_710e [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.avatar_710e [class*="social-icon-spotify"].tall-51f3 {
  background-color: transparent;
  color: #2ebd59;
}
.avatar_710e [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.avatar_710e
  [class*="social-icon-stack-overflow"].tall-51f3 {
  background-color: transparent;
  color: #fe7a15;
}
.avatar_710e [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.avatar_710e [class*="social-icon-maldkfgram"].tall-51f3 {
  background-color: transparent;
  color: #2ca5e0;
}
.avatar_710e [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.avatar_710e [class*="social-icon-tripadvisor"].tall-51f3 {
  background-color: transparent;
  color: #589442;
}
.avatar_710e [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.avatar_710e [class*="social-icon-tumblr"].tall-51f3 {
  background-color: transparent;
  color: #35465c;
}
.avatar_710e [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.avatar_710e [class*="social-icon-twitch"].tall-51f3 {
  background-color: transparent;
  color: #6441a5;
}
.avatar_710e [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.avatar_710e [class*="social-icon-twitter"].tall-51f3 {
  background-color: transparent;
  color: #1da1f2;
}
.avatar_710e [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.avatar_710e [class*="social-icon-vimeo"].tall-51f3 {
  background-color: transparent;
  color: #1ab7ea;
}
.avatar_710e [class*="social-icon-vk"] {
  background-color: #45668e;
}
.avatar_710e [class*="social-icon-vk"].tall-51f3 {
  background-color: transparent;
  color: #45668e;
}
.avatar_710e [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.avatar_710e [class*="social-icon-weibo"].tall-51f3 {
  background-color: transparent;
  color: #df2029;
}
.avatar_710e [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.avatar_710e [class*="social-icon-weixin"].tall-51f3 {
  background-color: transparent;
  color: #7bb32e;
}
.avatar_710e [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.avatar_710e [class*="social-icon-whatsapp"].tall-51f3 {
  background-color: transparent;
  color: #25d366;
}
.avatar_710e [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.avatar_710e [class*="social-icon-wordpress"].tall-51f3 {
  background-color: transparent;
  color: #21759b;
}
.avatar_710e [class*="social-icon-xing"] {
  background-color: #026466;
}
.avatar_710e [class*="social-icon-xing"].tall-51f3 {
  background-color: transparent;
  color: #026466;
}
.avatar_710e [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.avatar_710e [class*="social-icon-yelp"].tall-51f3 {
  background-color: transparent;
  color: #af0606;
}
.avatar_710e [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.avatar_710e [class*="social-icon-youtube"].tall-51f3 {
  background-color: transparent;
  color: #cd201f;
}
.yellow-6b6a {
  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;
}
.yellow-6b6a:hover {
  box-shadow: none;
  background: 0 0;
}
.description-stale-3ffc {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.container-66b7 {
  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;
}
.search_hard_cc50 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.first_5260 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.first_5260,
.first_5260::after,
.first_5260::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;
}
.first_5260::after,
.first_5260::before {
  content: "";
  display: block;
  background-color: inherit;
}
.old-9d4d .container-66b7 .search_hard_cc50 {
  margin-top: -2px;
  width: 19px;
}
.old-9d4d .container-66b7 .first_5260 {
  margin-top: -1px;
}
.old-9d4d .container-66b7 .first_5260,
.old-9d4d .container-66b7 .first_5260::after,
.old-9d4d .container-66b7 .first_5260::before {
  width: 19px;
  height: 2px;
}
.old-9d4d .container-66b7 .first_5260::before {
  top: -6px;
}
.old-9d4d .container-66b7 .first_5260::after {
  bottom: -6px;
}
.in_a34d .container-66b7 .search_hard_cc50 {
  margin-top: -2px;
  width: 22px;
}
.in_a34d .container-66b7 .first_5260 {
  margin-top: -1px;
}
.in_a34d .container-66b7 .first_5260,
.in_a34d .container-66b7 .first_5260::after,
.in_a34d .container-66b7 .first_5260::before {
  width: 22px;
  height: 2px;
}
.in_a34d .container-66b7 .first_5260::before {
  top: -7px;
}
.in_a34d .container-66b7 .first_5260::after {
  bottom: -7px;
}
.thumbnail_30d1 .container-66b7 .search_hard_cc50 {
  margin-top: -2px;
  width: 31px;
}
.thumbnail_30d1 .container-66b7 .first_5260 {
  margin-top: -1.5px;
}
.thumbnail_30d1 .container-66b7 .first_5260,
.thumbnail_30d1 .container-66b7 .first_5260::after,
.thumbnail_30d1 .container-66b7 .first_5260::before {
  width: 31px;
  height: 3px;
}
.thumbnail_30d1 .container-66b7 .first_5260::before {
  top: -9px;
}
.thumbnail_30d1 .container-66b7 .first_5260::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .status_c6b0 .container-66b7 .search_hard_cc50 {
    margin-top: -2px;
    width: 19px;
  }
  .status_c6b0 .container-66b7 .first_5260 {
    margin-top: -1px;
  }
  .status_c6b0 .container-66b7 .first_5260,
  .status_c6b0 .container-66b7 .first_5260::after,
  .status_c6b0 .container-66b7 .first_5260::before {
    width: 19px;
    height: 2px;
  }
  .status_c6b0 .container-66b7 .first_5260::before {
    top: -6px;
  }
  .status_c6b0 .container-66b7 .first_5260::after {
    bottom: -6px;
  }
  .message-0f09 .container-66b7 .search_hard_cc50 {
    margin-top: -2px;
    width: 22px;
  }
  .message-0f09 .container-66b7 .first_5260 {
    margin-top: -1px;
  }
  .message-0f09 .container-66b7 .first_5260,
  .message-0f09 .container-66b7 .first_5260::after,
  .message-0f09 .container-66b7 .first_5260::before {
    width: 22px;
    height: 2px;
  }
  .message-0f09 .container-66b7 .first_5260::before {
    top: -7px;
  }
  .message-0f09 .container-66b7 .first_5260::after {
    bottom: -7px;
  }
  .focus-short-7dd4 .container-66b7 .search_hard_cc50 {
    margin-top: -2px;
    width: 31px;
  }
  .focus-short-7dd4 .container-66b7 .first_5260 {
    margin-top: -1.5px;
  }
  .focus-short-7dd4 .container-66b7 .first_5260,
  .focus-short-7dd4 .container-66b7 .first_5260::after,
  .focus-short-7dd4 .container-66b7 .first_5260::before {
    width: 31px;
    height: 3px;
  }
  .focus-short-7dd4 .container-66b7 .first_5260::before {
    top: -9px;
  }
  .focus-short-7dd4 .container-66b7 .first_5260::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .tag_3676 .container-66b7 .search_hard_cc50 {
    margin-top: -2px;
    width: 19px;
  }
  .tag_3676 .container-66b7 .first_5260 {
    margin-top: -1px;
  }
  .tag_3676 .container-66b7 .first_5260,
  .tag_3676 .container-66b7 .first_5260::after,
  .tag_3676 .container-66b7 .first_5260::before {
    width: 19px;
    height: 2px;
  }
  .tag_3676 .container-66b7 .first_5260::before {
    top: -6px;
  }
  .tag_3676 .container-66b7 .first_5260::after {
    bottom: -6px;
  }
  .plasma-496c .container-66b7 .search_hard_cc50 {
    margin-top: -2px;
    width: 22px;
  }
  .plasma-496c .container-66b7 .first_5260 {
    margin-top: -1px;
  }
  .plasma-496c .container-66b7 .first_5260,
  .plasma-496c .container-66b7 .first_5260::after,
  .plasma-496c .container-66b7 .first_5260::before {
    width: 22px;
    height: 2px;
  }
  .plasma-496c .container-66b7 .first_5260::before {
    top: -7px;
  }
  .plasma-496c .container-66b7 .first_5260::after {
    bottom: -7px;
  }
  .card_7e37 .container-66b7 .search_hard_cc50 {
    margin-top: -2px;
    width: 31px;
  }
  .card_7e37 .container-66b7 .first_5260 {
    margin-top: -1.5px;
  }
  .card_7e37 .container-66b7 .first_5260,
  .card_7e37 .container-66b7 .first_5260::after,
  .card_7e37 .container-66b7 .first_5260::before {
    width: 31px;
    height: 3px;
  }
  .card_7e37 .container-66b7 .first_5260::before {
    top: -9px;
  }
  .card_7e37 .container-66b7 .first_5260::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .grid_focused_5d90 .container-66b7 .search_hard_cc50 {
    margin-top: -2px;
    width: 19px;
  }
  .grid_focused_5d90 .container-66b7 .first_5260 {
    margin-top: -1px;
  }
  .grid_focused_5d90 .container-66b7 .first_5260,
  .grid_focused_5d90 .container-66b7 .first_5260::after,
  .grid_focused_5d90 .container-66b7 .first_5260::before {
    width: 19px;
    height: 2px;
  }
  .grid_focused_5d90 .container-66b7 .first_5260::before {
    top: -6px;
  }
  .grid_focused_5d90 .container-66b7 .first_5260::after {
    bottom: -6px;
  }
  .upper_b17f .container-66b7 .search_hard_cc50 {
    margin-top: -2px;
    width: 22px;
  }
  .upper_b17f .container-66b7 .first_5260 {
    margin-top: -1px;
  }
  .upper_b17f .container-66b7 .first_5260,
  .upper_b17f .container-66b7 .first_5260::after,
  .upper_b17f .container-66b7 .first_5260::before {
    width: 22px;
    height: 2px;
  }
  .upper_b17f .container-66b7 .first_5260::before {
    top: -7px;
  }
  .upper_b17f .container-66b7 .first_5260::after {
    bottom: -7px;
  }
  .active-0539 .container-66b7 .search_hard_cc50 {
    margin-top: -2px;
    width: 31px;
  }
  .active-0539 .container-66b7 .first_5260 {
    margin-top: -1.5px;
  }
  .active-0539 .container-66b7 .first_5260,
  .active-0539 .container-66b7 .first_5260::after,
  .active-0539 .container-66b7 .first_5260::before {
    width: 31px;
    height: 3px;
  }
  .active-0539 .container-66b7 .first_5260::before {
    top: -9px;
  }
  .active-0539 .container-66b7 .first_5260::after {
    bottom: -9px;
  }
}
.block-6834 .first_5260 {
  -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);
}
.block-6834 .first_5260::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.block-6834 .first_5260::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);
}
.block-6834.frame_fce9 .first_5260 {
  -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);
}
.block-6834.frame_fce9 .first_5260::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.block-6834.frame_fce9 .first_5260::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);
}
.form-fast-e94f {
  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.input_new_5a47:before {
  display: none;
}
.gradient-649d {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.gradient-649d .accent_f3ff {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.gradient-649d .accent_f3ff:last-of-type {
  border-bottom: none;
}
.gradient-649d .accent_f3ff.frame_hard_3e6c,
.gradient-649d .accent_f3ff.silver_bf4e,
.gradient-649d .accent_f3ff.label-1c7e {
  padding: 0;
}
.gradient-649d .column-20e3 .panel-54a5 {
  color: currentColor;
}
.gradient-649d .column-20e3 .panel-54a5:focus,
.gradient-649d .column-20e3 .panel-54a5:hover {
  background: rgba(0, 0, 0, 0.01);
}
.gradient-649d.fixed_16cd .panel-f796,
.gradient-649d.fixed_16cd .left_1086 a,
.gradient-649d.fixed_16cd .accordion_daf9 a,
.gradient-649d.fixed_16cd .chip_2651 a {
  color: rgba(0, 0, 0, 0.55);
}
.gradient-649d.fixed_16cd .panel-f796:hover,
.gradient-649d.fixed_16cd .left_1086 a:hover,
.gradient-649d.fixed_16cd .accordion_daf9 a:hover,
.gradient-649d.fixed_16cd .chip_2651 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.gradient-649d.fixed_16cd .notice-small-5dd8 {
  color: rgba(0, 0, 0, 0.8);
}
.gradient-649d.fixed_16cd .accent_f3ff {
  border-color: rgba(0, 0, 0, 0.08);
}
.gradient-649d.fixed_16cd .accent_f3ff:before {
  background: rgba(0, 0, 0, 0.08);
}
.gradient-649d.fixed_16cd .icon-glass-e3c1:before {
  background: rgba(255, 255, 255, 0.9);
}
.gradient-649d.fixed_16cd .column-20e3 .copper-04b9 li a,
.gradient-649d.fixed_16cd .column-20e3 .panel-54a5,
.gradient-649d.fixed_16cd .chip_2651 {
  border-color: rgba(0, 0, 0, 0.08);
}
.gradient-649d.fixed_16cd .column-20e3 .panel-54a5:focus,
.gradient-649d.fixed_16cd .column-20e3 .panel-54a5:hover {
  background: rgba(0, 0, 0, 0.01);
}
.gradient-649d.fixed_16cd .copper-04b9 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.gradient-649d.tag_narrow_ed8a .panel-f796,
.gradient-649d.tag_narrow_ed8a .left_1086 a,
.gradient-649d.tag_narrow_ed8a .accordion_daf9 .panel-54a5,
.gradient-649d.tag_narrow_ed8a .accordion_daf9 a,
.gradient-649d.tag_narrow_ed8a .chip_2651 a {
  color: rgba(255, 255, 255, 0.79);
}
.gradient-649d.tag_narrow_ed8a .panel-f796:hover,
.gradient-649d.tag_narrow_ed8a .left_1086 a:hover,
.gradient-649d.tag_narrow_ed8a .accordion_daf9 .panel-54a5:hover,
.gradient-649d.tag_narrow_ed8a .accordion_daf9 a:hover,
.gradient-649d.tag_narrow_ed8a .chip_2651 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.gradient-649d.tag_narrow_ed8a .notice-small-5dd8 {
  color: rgba(255, 255, 255, 0.99);
}
.gradient-649d.tag_narrow_ed8a .accent_f3ff {
  border-color: rgba(255, 255, 255, 0.08);
}
.gradient-649d.tag_narrow_ed8a .accent_f3ff:before {
  background: rgba(255, 255, 255, 0.08);
}
.gradient-649d.tag_narrow_ed8a .icon-glass-e3c1:before {
  background: rgba(0, 0, 0, 0.9);
}
.gradient-649d.tag_narrow_ed8a .column-20e3 .copper-04b9 li a,
.gradient-649d.tag_narrow_ed8a .column-20e3 .panel-54a5,
.gradient-649d.tag_narrow_ed8a .chip_2651 {
  border-color: rgba(255, 255, 255, 0.08);
}
.gradient-649d.tag_narrow_ed8a .column-20e3 .panel-54a5:focus,
.gradient-649d.tag_narrow_ed8a .column-20e3 .panel-54a5:hover {
  background: rgba(0, 0, 0, 0.01);
}
.gradient-649d.tag_narrow_ed8a .copper-04b9 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.icon-glass-e3c1 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.icon-glass-e3c1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.grid_soft_00d7 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.label-ceef .gradient-649d {
  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;
}
.label-ceef .accent_f3ff {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.label-ceef .accent_f3ff: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) {
  .label-ceef .accent_f3ff:before {
    width: 16%;
    left: 42%;
  }
}
.label-ceef .accent_f3ff:last-child:before {
  content: none;
}
.label-ceef .accent_f3ff[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.label-ceef .column-20e3 .copper-04b9 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.label-ceef .column-20e3 .copper-04b9 li a .panel-54a5 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.label-ceef .column-20e3 .chip_2651 {
  border: none;
}
.label-ceef .column-20e3 .chip_2651 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.label-ceef .icon-glass-e3c1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.label-ceef .grid_soft_00d7 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.label-ceef .tag_narrow_ed8a .icon-glass-e3c1:before {
  background: rgba(0, 0, 0, 0.9);
}
.label-ceef .fixed_16cd.wrapper-new-043f .first_5260 {
  background: rgba(0, 0, 0, 0.6);
}
.label-ceef
  .fixed_16cd.wrapper-new-043f
  .first_5260::after,
.label-ceef
  .fixed_16cd.wrapper-new-043f
  .first_5260:before {
  background: inherit;
}
.label-ceef
  .fixed_16cd.wrapper-new-043f:hover
  .first_5260 {
  background: rgba(0, 0, 0, 0.8);
}
.left-83a4 .gradient-649d {
  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) {
  .left-83a4 .gradient-649d {
    width: auto;
    right: 45px;
  }
}
.panel_097d .gradient-649d {
  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) {
  .panel_097d .gradient-649d {
    width: auto;
    left: 45px;
  }
}
.input_new_5a47 .gradient-649d {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.input_new_5a47 .grid_soft_00d7 {
  max-width: 48em;
  margin: 0 auto;
}
.input_new_5a47 .icon-glass-e3c1:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.message-d02b {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.message-d02b.label-ceef .gradient-649d {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.message-d02b.left-83a4 .gradient-649d {
  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);
}
.message-d02b .gradient-649d {
  visibility: visible;
}
.message-d02b.panel_097d .gradient-649d {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.center-9920,
.accordion-hovered-695a {
  overflow-x: hidden;
}
.center-9920 .gradient-649d {
  overflow: auto;
}
.center-9920.label-ceef {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.center-9920.label-ceef .gradient-649d {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.center-9920.label-ceef .yellow-6b6a {
  opacity: 0;
}
.center-9920.left-83a4 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.center-9920.left-83a4 .gradient-649d {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.center-9920.left-83a4 .yellow-6b6a {
  opacity: 0;
}
.center-9920.panel_097d {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.center-9920.panel_097d .gradient-649d {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.center-9920.panel_097d .yellow-6b6a {
  opacity: 0;
}
.center-9920.input_new_5a47 .gradient-649d {
  z-index: 10;
  visibility: visible;
}
.wrapper-new-043f {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.wrapper-new-043f .first_5260 {
  background: rgba(255, 255, 255, 0.99);
}
.wrapper-new-043f .first_5260::after,
.wrapper-new-043f .first_5260:before {
  background: inherit;
}
.wrapper-new-043f:hover .first_5260 {
  background: rgba(255, 255, 255, 0.99);
}
.panel_097d .wrapper-new-043f {
  top: 10px;
  right: auto;
  left: 12px;
}
.input_new_5a47 .wrapper-new-043f {
  display: none !important;
}
.center-9920:before,
.accordion-hovered-695a:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.center-9920 .wrapper-new-043f,
.accordion-hovered-695a .wrapper-new-043f {
  display: inline-block;
}
.gradient-649d .texture-bottom-bf04 {
  -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;
}
.center-9920 .gradient-649d .texture-bottom-bf04,
.accordion-hovered-695a .gradient-649d .texture-bottom-bf04 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.current-de04 .highlight_hard_285d {
  width: 100%;
}
.logo-f4a7 {
  padding: 0 0.5em 0;
}
.logo-f4a7 [class*="customify-col-"],
.logo-f4a7 [class*="customify-col_"],
.logo-f4a7 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.fixed-0553 .logo-f4a7 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .main_warm_9c0c .short-22fd,
  .short-22fd {
    display: none;
  }
  .complex-49d0 {
    text-align: left;
  }
  .south_b0a7 {
    text-align: center;
  }
  .label-945d {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .main_warm_9c0c .popup_0f40,
  .popup_0f40 {
    display: none;
  }
  .element_1117 {
    text-align: left;
  }
  .down-f203 {
    text-align: center;
  }
  .logo_complex_d927 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .main_warm_9c0c .hard_6ced,
  .hard_6ced {
    display: none;
  }
  .status_over_59e1 {
    text-align: left;
  }
  .overlay_large_2455 {
    text-align: center;
  }
  .shadow_682b {
    text-align: right;
  }
}
#page {
  position: relative;
}
.liquid-8168 {
  box-shadow: none !important;
}
.rough_0121 .feature_717c,
.info-400e .feature_717c {
  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;
}
.info-400e .feature_717c {
  margin-top: 30px;
  margin-bottom: 30px;
}
.feature_4dd3 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.feature_4dd3:after,
.feature_4dd3:before {
  content: "";
  display: table;
}
.feature_4dd3:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .feature_4dd3 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.feature_4dd3,
.carousel-b870 {
  max-width: 1248px;
  margin: 0 auto;
}

.photo_pink_333c.input_0472 .feature_4dd3 {
  max-width: 100%;
}
.photo_pink_333c.upper_6ed6 {
  max-width: 1200px;
  margin: 0 auto;
}
.photo_pink_333c.hard_983f .feature_4dd3 {
  max-width: 100%;
}
.photo_pink_333c.hard_983f > .feature_4dd3 {
  padding-left: 0;
  padding-right: 0;
}
.photo_pink_333c.hard_983f > .feature_4dd3 .main_warm_9c0c {
  margin: 0;
}
.photo_pink_333c.hard_983f
  > .feature_4dd3
  .progress_2186.stone_0748 {
  margin-right: 0;
  margin-left: 0;
}
.photo_pink_333c.hard_983f #main.stone_0748 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .steel-59ef #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .steel-59ef #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .simple_2b7e .table_15eb {
    padding-right: 1em;
  }
  .simple_2b7e.article-c848 .progress_2186 {
    border-right: 1px solid #eaecee;
  }
  .simple_2b7e.article-c848 .table_15eb {
    padding-right: 1em;
  }
  .simple_2b7e.article-c848 .header_motion_ab31 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .caption-full-cd2d .table_15eb {
    padding-left: 1em;
  }
  .caption-full-cd2d.article-c848 .progress_2186 {
    border-left: 1px solid #eaecee;
  }
  .caption-full-cd2d.article-c848 .table_15eb {
    padding-left: 1em;
  }
  .caption-full-cd2d.article-c848 .header_motion_ab31 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .article_focused_bf1e .table_15eb {
    padding-left: 1em;
  }
  .article_focused_bf1e.article-c848 .iron-67ec {
    border-right: 1px solid #eaecee;
  }
  .article_focused_bf1e.article-c848 .black-b692 {
    border-right: 1px solid #eaecee;
  }
  .article_focused_bf1e.article-c848 .table_15eb {
    padding-left: 1em;
  }
  .article_focused_bf1e.article-c848 .header_motion_ab31 {
    padding-right: 1em;
  }
  .article_focused_bf1e.article-c848 .white_e123 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .element-cold-9691 .table_15eb {
    padding-right: 1em;
  }
  .element-cold-9691.article-c848 .iron-67ec {
    border-left: 1px solid #eaecee;
  }
  .element-cold-9691.article-c848 .black-b692 {
    border-left: 1px solid #eaecee;
  }
  .element-cold-9691.article-c848 .table_15eb {
    padding-right: 1em;
  }
  .element-cold-9691.article-c848 .header_motion_ab31 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .element-cold-9691.article-c848 .white_e123 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .steel-59ef .table_15eb {
    padding-left: 1em;
    padding-right: 1em;
  }
  .steel-59ef.article-c848 .progress_2186 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .steel-59ef.article-c848 .table_15eb {
    padding-left: 1em;
    padding-right: 1em;
  }
  .steel-59ef.article-c848 .header_motion_ab31 {
    padding-left: 1em;
  }
  .steel-59ef.article-c848 .white_e123 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .steel-59ef.article-c848 .table_15eb {
    padding-left: 0;
  }
}
.module_bottom_0ba1 .backdrop_motion_1ace {
  display: inline-block;
}
.south_1490 {
  display: inline-block;
}
.logo_f41d {
  word-con: break-word;
}
.notification_525c > span {
  display: inline-block;
  padding: 5px 0;
}
.notification_525c .north-f951 {
  margin-left: 8px;
  margin-right: 8px;
}
.notification_525c .middle_84e4 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.border-old-0517 .logo_5ac6 {
  margin-bottom: 2em;
}
.border-old-0517 .green_a7c2 {
  margin-bottom: 15px;
}
.border-old-0517 .green_a7c2:last-child {
  margin-bottom: 0;
}
.border-old-0517 .layout-c80a {
  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) {
  .border-old-0517 .layout-c80a {
    display: block;
  }
}
.border-old-0517 .grid-simple-b7b9 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .border-old-0517 .grid-simple-b7b9 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.border-old-0517 .glass_f039 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.border-old-0517 .glass_f039 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.border-old-0517 .glass_f039 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.border-old-0517 .logo_f41d {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.border-old-0517 .logo_f41d a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.border-old-0517 .wide_9093 p:last-child {
  margin-bottom: 0;
}
.border-old-0517 .list-248d {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.border-old-0517 .smooth_1c1f {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.border-old-0517 .thumbnail-huge-13b7 {
  margin-top: 1em;
}
.border-old-0517 .rough_db98 {
  top: 0;
  display: block;
}
.border-old-0517 .rough_db98 a {
  color: inherit;
}
.border-old-0517 .rough_db98 a:hover {
  color: inherit;
}
.border-old-0517 .description-blue-49a4 {
  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;
}
.border-old-0517 .description-blue-49a4:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.border-old-0517 .smooth_1c1f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.border-old-0517 .badge_center_afe7 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.border-old-0517 .badge_center_afe7:first-child {
  margin-top: 0;
}
.border-old-0517 .badge_center_afe7.avatar-ba8b {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.border-old-0517 .badge_center_afe7.blue_35a9 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.border-old-0517
  .badge_center_afe7.blue_35a9.large-6dbe
  .thumbnail-huge-13b7 {
  width: 100%;
}
.border-old-0517 .blue_35a9 {
  -webkit-box-align: center;
  align-items: center;
}
.border-old-0517 .blue_35a9 .notification_525c,
.border-old-0517 .blue_35a9 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.border-old-0517 .glass_f039 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.border-old-0517 .glass_f039 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.border-old-0517 .glass_f039: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;
}
.border-old-0517 .avatar-ba8b {
  z-index: 5;
}
.border-old-0517 .aside-ba91 .surface-copper-78d1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.border-old-0517 .tertiary_1105 .surface-copper-78d1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.border-old-0517 .top-8d0f .surface-copper-78d1 {
  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;
}
.border-old-0517.medium_ef2f .layout-c80a,
.border-old-0517.caption_upper_2e5d .layout-c80a {
  display: block;
}
.border-old-0517.medium_ef2f .layout-c80a .orange_60df,
.border-old-0517.medium_ef2f .layout-c80a .smooth_1c1f,
.border-old-0517.caption_upper_2e5d .layout-c80a .orange_60df,
.border-old-0517.caption_upper_2e5d .layout-c80a .smooth_1c1f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.border-old-0517.button_2f8a .grid-simple-b7b9 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .border-old-0517.button_2f8a .grid-simple-b7b9 {
    margin-right: 0;
  }
}
.border-old-0517.medium_ef2f .grid-simple-b7b9,
.border-old-0517.caption_upper_2e5d .grid-simple-b7b9 {
  padding-top: 40%;
}
.border-old-0517.medium_ef2f .logo_5ac6,
.border-old-0517.caption_upper_2e5d .logo_5ac6 {
  display: block;
}
.border-old-0517.medium_ef2f .fn-sticky-bfe1 .smooth_1c1f,
.border-old-0517.caption_upper_2e5d .fn-sticky-bfe1 .smooth_1c1f {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.border-old-0517.medium_ef2f .grid-simple-b7b9,
.border-old-0517.caption_upper_2e5d .grid-simple-b7b9 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.border-old-0517.medium_ef2f .smooth_1c1f {
  padding: 1em;
}
.caption-light-acbb {
  margin: 30px auto;
  display: block;
}
.caption-light-acbb .column-cc7e > * {
  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;
}
.caption-light-acbb .column-cc7e > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.caption-light-acbb .column-cc7e span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.silver_0711 .notification_525c {
  margin-bottom: 1.41575em;
}
.silver_0711 .aside-1e7f {
  margin-bottom: 1.618em;
}
.thick_b134 .thumbnail-fa31 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.thick_b134 .thumbnail-fa31 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.thick_b134 .gallery-motion-c3f5 {
  max-width: 100%;
  overflow: auto;
}
.huge_2004 .thick_b134 a:hover {
  text-decoration: underline;
}
.primary-cf29 .green_a7c2:not(.logo_f41d),
.primary-cf29 .glass_f039 {
  margin-bottom: 1.41575em;
}
.primary-cf29 .green_a7c2:not(.logo_f41d):last-child,
.primary-cf29 .glass_f039:last-child {
  margin-bottom: 0;
}
.primary-cf29 .green_a7c2.video-medium-7f04 {
  margin-bottom: 0.41575em;
}
.primary-cf29 .mini_bd2c:before,
.primary-cf29 .hovered_4d65:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.primary-cf29 .mini_bd2c:before {
  content: "\f115";
}
.primary-cf29 .hovered_4d65:before {
  content: "\f02c";
}
.primary-cf29 .stale_1b37 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.primary-cf29 .stale_1b37 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.tertiary_3ace {
  display: -webkit-box;
  display: flex;
}
.tertiary_3ace .rough_74d1 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .tertiary_3ace .rough_74d1 {
    flex-basis: 90px;
  }
}
.tertiary_3ace .action-647f {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .tertiary_3ace .action-647f {
    flex-basis: calc(100% - 50px);
  }
}
.tertiary_3ace .caption_selected_2f13 p:last-child {
  margin-bottom: 0.72em;
}
.banner-purple-3793 .column-cc7e {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.banner-purple-3793 .column-cc7e:after,
.banner-purple-3793 .column-cc7e:before {
  content: "";
  display: table;
}
.banner-purple-3793 .column-cc7e:after {
  clear: both;
}
.banner-purple-3793 .column-cc7e .aside_new_3140,
.banner-purple-3793 .column-cc7e .message-black-899c {
  width: 49%;
}
.banner-purple-3793 .column-cc7e .aside_new_3140 a span.dim-979a,
.banner-purple-3793 .column-cc7e .message-black-899c a span.dim-979a {
  display: block;
  margin-bottom: 5px;
}
.banner-purple-3793 .column-cc7e .message-black-899c {
  float: left;
  text-align: left;
}
.banner-purple-3793 .column-cc7e .aside_new_3140 {
  float: right;
  text-align: right;
}
.outline-1fbb {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .outline-1fbb {
    margin-bottom: 0;
  }
}
.table-1e20 {
  margin-bottom: 1em;
}
.table-1e20 .logo_f41d {
  font-size: 1.1em;
  line-height: 1.3;
}
.north-90d4 a {
  display: block;
  line-height: 0;
  position: relative;
}
.orange-65f2 .table-1e20,
.frame_877d .table-1e20 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .orange-65f2 .table-1e20,
  .frame_877d .table-1e20 {
    display: block;
  }
}
.orange-65f2 .north-90d4,
.frame_877d .north-90d4 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .orange-65f2 .north-90d4,
  .frame_877d .north-90d4 {
    margin-bottom: 1em;
  }
}
.orange-65f2 .north-90d4 img,
.frame_877d .north-90d4 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.orange-65f2 .texture_3d7a,
.frame_877d .texture_3d7a {
  flex-basis: calc(100% - 160px);
}
.orange-65f2 .texture_3d7a p,
.frame_877d .texture_3d7a p {
  margin-bottom: 0;
}
.orange-65f2 .texture_3d7a {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .orange-65f2 .texture_3d7a {
    padding-left: 0;
  }
}
.frame_877d .texture_3d7a {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .frame_877d .texture_3d7a {
    padding-right: 0;
  }
}
.frame_877d .north-90d4 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.first-0fd3 .north-90d4 {
  margin-bottom: 0.5em;
}
.first-0fd3 .north-90d4 img {
  width: 100%;
}
.progress_4e3e .list-1ef3,
.inner_5ca7 .list-1ef3 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.inner_5ca7 .progress_2186 .west_28ea p:last-child {
  margin-bottom: 0;
}
.bright-76e5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.center-5fec .lower-5643 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .center-5fec .lower-5643:last-of-type {
    margin-bottom: 0;
  }
}
.center-5fec .lower-5643 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.center-5fec .lower-5643 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.center-5fec .lower-5643 ul li {
  margin: 0 0 0.6em;
}
.center-5fec .lower-5643 ul li.rough_c914,
.center-5fec .lower-5643 ul li.panel_e5eb {
  position: relative;
}
.center-5fec .lower-5643 ul li.rough_c914 .up-1c25,
.center-5fec .lower-5643 ul li.panel_e5eb .up-1c25 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.center-5fec .lower-5643 ul li.rough_c914:after:after,
.center-5fec .lower-5643 ul li.rough_c914:after:before,
.center-5fec
  .lower-5643
  ul
  li.panel_e5eb:after:after,
.center-5fec
  .lower-5643
  ul
  li.panel_e5eb:after:before {
  content: "";
  display: table;
}
.center-5fec .lower-5643 ul li.rough_c914:after:after,
.center-5fec
  .lower-5643
  ul
  li.panel_e5eb:after:after {
  clear: both;
}
.center-5fec .lower-5643 a.background-cool-b1fb:hover {
  text-decoration: none;
}
.center-5fec .lower-5643 select {
  max-width: 100%;
}
.center-5fec .lower-5643 table {
  font-size: 85%;
}
.center-5fec .lower-5643 table td,
.center-5fec .lower-5643 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.center-5fec .lower-5643 table tfoot td {
  text-align: left;
}
.center-5fec .lower-5643 :last-child {
  margin-bottom: 0;
}
.center-5fec .lower-5643 .background_mini_f75c {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.center-5fec .lower-5643 .background_mini_f75c label {
  width: 100%;
}
.center-5fec .lower-5643 .background_mini_f75c .warm-e82d {
  width: 100%;
  display: block;
}
.center-5fec .lower-5643 .background_mini_f75c .list_basic_9665 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.center-5fec .lower-5643 .background_mini_f75c .list_basic_9665:hover svg #svg-search {
  fill: #444;
}
.center-5fec .lower-5643 .background_mini_f75c .list_basic_9665 svg {
  width: 18px;
  height: 18px;
}
.center-5fec .column_f2e7 ul ul,
.center-5fec .gas-12a1 ul ul,
.center-5fec .clean-fa03 ul ul,
.center-5fec .down_9149 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.center-5fec .column_f2e7 .message-purple-cced > a,
.center-5fec .gas-12a1 .message-purple-cced > a,
.center-5fec .clean-fa03 .message-purple-cced > a,
.center-5fec .down_9149 .message-purple-cced > a {
  margin-bottom: 0;
}
.center-5fec .pressed-dc0c li,
.center-5fec .column_f2e7 li,
.center-5fec .accordion-e141 li,
.center-5fec .gas-12a1 li,
.center-5fec .clean-fa03 li,
.center-5fec .down_9149 li,
.center-5fec .description_0566 li,
.center-5fec .caption-d47c li {
  display: block;
  position: relative;
}
.center-5fec .pressed-dc0c li:last-child,
.center-5fec .column_f2e7 li:last-child,
.center-5fec .accordion-e141 li:last-child,
.center-5fec .gas-12a1 li:last-child,
.center-5fec .clean-fa03 li:last-child,
.center-5fec .down_9149 li:last-child,
.center-5fec .description_0566 li:last-child,
.center-5fec .caption-d47c li:last-child {
  border: none;
}
.center-5fec .pressed-dc0c li a,
.center-5fec .column_f2e7 li a,
.center-5fec .accordion-e141 li a,
.center-5fec .gas-12a1 li a,
.center-5fec .clean-fa03 li a,
.center-5fec .down_9149 li a,
.center-5fec .description_0566 li a,
.center-5fec .caption-d47c li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.center-5fec .pressed-dc0c li ul li::before,
.center-5fec .column_f2e7 li ul li::before,
.center-5fec .accordion-e141 li ul li::before,
.center-5fec .gas-12a1 li ul li::before,
.center-5fec .clean-fa03 li ul li::before,
.center-5fec .down_9149 li ul li::before,
.center-5fec .description_0566 li ul li::before,
.center-5fec .caption-d47c li ul li::before {
  left: 15px;
}
.center-5fec .pressed-dc0c li ul a,
.center-5fec .column_f2e7 li ul a,
.center-5fec .accordion-e141 li ul a,
.center-5fec .gas-12a1 li ul a,
.center-5fec .clean-fa03 li ul a,
.center-5fec .down_9149 li ul a,
.center-5fec .description_0566 li ul a,
.center-5fec .caption-d47c li ul a {
  padding-left: 20px;
}
.center-5fec .pressed-dc0c li ul ul li::before,
.center-5fec .column_f2e7 li ul ul li::before,
.center-5fec .accordion-e141 li ul ul li::before,
.center-5fec .gas-12a1 li ul ul li::before,
.center-5fec .clean-fa03 li ul ul li::before,
.center-5fec .down_9149 li ul ul li::before,
.center-5fec .description_0566 li ul ul li::before,
.center-5fec .caption-d47c li ul ul li::before {
  left: 30px;
}
.center-5fec .pressed-dc0c li ul ul a,
.center-5fec .column_f2e7 li ul ul a,
.center-5fec .accordion-e141 li ul ul a,
.center-5fec .gas-12a1 li ul ul a,
.center-5fec .clean-fa03 li ul ul a,
.center-5fec .down_9149 li ul ul a,
.center-5fec .description_0566 li ul ul a,
.center-5fec .caption-d47c li ul ul a {
  padding-left: 40px;
}
.center-5fec .north-d222 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.center-5fec .caption-d47c ul li {
  margin-bottom: 1.41575em;
}
.center-5fec .caption-d47c ul li .yellow-6c99 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.center-5fec .caption-d47c ul li .basic_f532 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.tag_narrow_ed8a .pressed-dc0c li a,
.tag_narrow_ed8a .column_f2e7 li a,
.tag_narrow_ed8a .accordion-e141 li a,
.tag_narrow_ed8a .gas-12a1 li a,
.tag_narrow_ed8a .clean-fa03 li a,
.tag_narrow_ed8a .down_9149 li a,
.tag_narrow_ed8a .description_0566 li a,
.tag_narrow_ed8a .caption-d47c li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.tag_narrow_ed8a .north-d222 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.tag_narrow_ed8a .lower-5643 ul li.rough_c914 .up-1c25,
.tag_narrow_ed8a .lower-5643 ul li.panel_e5eb .up-1c25 {
  background: rgba(0, 0, 0, 0.2);
}
.tag_narrow_ed8a .center-5fec .lower-5643 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.photo_pink_333c .center-5fec .copper-04b9 li {
  margin: 0;
}
.photo_pink_333c .center-5fec .copper-04b9 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.photo_pink_333c .center-5fec .copper-04b9 li ul {
  margin: 0;
}
.photo_pink_333c .center-5fec .copper-04b9 li ul li a {
  padding-left: 15px;
}
.photo_pink_333c .center-5fec .copper-04b9 li ul li li a {
  padding-left: 30px;
}
.photo_pink_333c .center-5fec .copper-04b9 li.search-tiny-cf16 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.photo_pink_333c .center-5fec .copper-04b9 li.search-tiny-cf16 > a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eaecee;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 13px;
}
.photo_pink_333c .center-5fec .copper-04b9 li.search-tiny-cf16 > 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;
}
.silver-eb30 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.input_494c {
  position: relative;
  z-index: 10;
}
.input_494c .texture-bottom-bf04 {
  width: 100%;
  max-width: 100%;
}
.hard-f2d7 .mini_16ca {
  padding-top: 2em;
  padding-bottom: 2em;
}
.hard-f2d7 .fixed_16cd {
}
.hard-f2d7 .tag_narrow_ed8a {
  background: #292929;
}
.title-e65d .mini_16ca {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.title-e65d .fixed_16cd {
  background: #f9f9f9;
}
.title-e65d .tag_narrow_ed8a {
  background: #303030;
}
.selected-2458 .mini_16ca {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .selected-2458 .backdrop_motion_1ace {
    margin-bottom: 1em;
  }
  .selected-2458 .backdrop_motion_1ace:last-child {
    margin-bottom: 0;
  }
}
.selected-2458 .fixed_16cd {
  background: #ededed;
}
.selected-2458 .tag_narrow_ed8a {
  background: #1a1a1a;
}
.mini_16ca.fixed_16cd {
  color: rgba(0, 0, 0, 0.6);
}
.mini_16ca.fixed_16cd .carousel-north-3fb3 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.mini_16ca.tag_narrow_ed8a {
  color: rgba(255, 255, 255, 0.99);
}
.mini_16ca.tag_narrow_ed8a a:not(.background-cool-b1fb) {
  color: rgba(255, 255, 255, 0.79);
}
.mini_16ca.tag_narrow_ed8a a:not(.background-cool-b1fb):hover {
  color: rgba(255, 255, 255, 0.99);
}
.mini_16ca.tag_narrow_ed8a .carousel-north-3fb3 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.mini_16ca.tag_narrow_ed8a table tbody td,
.mini_16ca.tag_narrow_ed8a table th {
  background: rgba(0, 0, 0, 0.08);
}
.pagination_wide_2877.banner-pink-141f .feature_4dd3 {
  max-width: initial;
}
.pagination_wide_2877 .under-f1bd {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.pagination_wide_2877 .under-f1bd .texture-bottom-bf04 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .pagination_wide_2877 .under-f1bd .texture-bottom-bf04 {
    display: block;
    margin-bottom: 2em;
  }
  .pagination_wide_2877 .under-f1bd .texture-bottom-bf04:last-child {
    margin-bottom: 0;
  }
}
.selected-2458 .backdrop_motion_1ace:last-child,
.title-e65d .backdrop_motion_1ace:last-child,
.hard-f2d7 .backdrop_motion_1ace:last-child {
  margin-bottom: 0;
}
.selected-2458 .backdrop_motion_1ace .center-5fec .lower-5643:last-child,
.title-e65d .backdrop_motion_1ace .center-5fec .lower-5643:last-child,
.hard-f2d7 .backdrop_motion_1ace .center-5fec .lower-5643:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .selected-2458 .tertiary-current-5771,
  .selected-2458 .narrow_13ae,
  .title-e65d .tertiary-current-5771,
  .title-e65d .narrow_13ae,
  .hard-f2d7 .tertiary-current-5771,
  .hard-f2d7 .narrow_13ae {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .input_494c .backdrop_motion_1ace {
    margin-bottom: 2em;
  }
}
.input_494c p:last-child {
  margin-bottom: 0;
}
.input_494c li,
.input_494c ul {
  list-style: none;
  margin: 0;
}
.input_494c ul ul {
  margin-left: 2.617924em;
}
.large-373c {
  font-size: 0.875em;
}

/* css-noise: c0f9 */
.widget-item-o6 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
