/*!
Theme Name: Customify
Theme URI: https://pressmaximum.focused-9f37/customify
Author: WPCustomify
Author URI: https://pressmaximum.focused-9f37
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.focused-9f37/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.selected_7f06.rough-573f/licenses/gpl-2.0.cold_fce5
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.component-blue-85f5/, (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.mask-mini-4f4a.pagination_8765/normalize.green_f7d5/
 ======
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.green_f7d5 v7.0.0 | MIT License | github.focused-9f37/necolas/normalize.green_f7d5 */
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;
}
.avatar-b2b3 .dropdown-348c,
.chip-bronze-4cb9,
.texture-9349,
.surface-03e8,
.lite_a9b5,
.overlay-68eb,
.fast-c8ed,
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;
}
.chip-bronze-4cb9,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .chip-bronze-4cb9,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .chip-bronze-4cb9,
  h1 {
    font-size: 1.8em;
  }
}
.texture-9349,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.texture-9349 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .texture-9349,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .texture-9349,
  h2 {
    font-size: 1.7em;
  }
}
.surface-03e8,
h3 {
  font-size: 1.618em;
}
.avatar-b2b3 .dropdown-348c,
.lite_a9b5,
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.tag-dim-d0a8 {
  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;
}
.secondary_hard_7ed4:after,
.secondary_hard_7ed4:before,
.thumbnail-1ef3:after,
.thumbnail-1ef3:before {
  content: "";
  display: table;
}
.secondary_hard_7ed4:after,
.thumbnail-1ef3:after {
  clear: both;
}
.middle_a931 {
  float: right;
  margin-right: 0;
}
.dark-ac7e {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.fast-d0e2 .container-61c3,
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;
}
.fast-d0e2 .container-61c3: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;
}
.wood-cdc3 .container-61c3 {
  box-shadow: none;
}
.wood-cdc3
  .container-61c3
  .old-95c7 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.wood-cdc3 .container-61c3 .image-steel-d776 {
  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;
}
.wood-cdc3
  .container-61c3
  .image-steel-d776
  b {
  display: none;
}
.wood-cdc3 .carousel-fixed-dafa {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.mask-medium-9a7d:not(.notice-large-81cb):not(.purple-7403),
button:not(.notice-large-81cb):not(.purple-7403),
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ),
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ),
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ) {
  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;
}
.mask-medium-9a7d:not(.notice-large-81cb):not(
    .purple-7403
  ):hover,
button:not(.notice-large-81cb):not(
    .purple-7403
  ):hover,
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ):hover,
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ):hover,
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.mask-medium-9a7d:not(.notice-large-81cb):not(
    .purple-7403
  ):active,
.mask-medium-9a7d:not(.notice-large-81cb):not(
    .purple-7403
  ):focus,
button:not(.notice-large-81cb):not(
    .purple-7403
  ):active,
button:not(.notice-large-81cb):not(
    .purple-7403
  ):focus,
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ):active,
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ):focus,
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ):active,
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ):focus,
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ):active,
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ):focus {
  outline: 0;
}
.mask-medium-9a7d:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f,
button:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f,
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f,
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f,
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f {
  position: relative;
}
.mask-medium-9a7d:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .progress-pressed-05d0,
.mask-medium-9a7d:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .text-prev-14f6,
.mask-medium-9a7d:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .inner-4b5a,
.mask-medium-9a7d:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  i,
.mask-medium-9a7d:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  svg,
button:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .progress-pressed-05d0,
button:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .text-prev-14f6,
button:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .inner-4b5a,
button:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  i,
button:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  svg,
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .progress-pressed-05d0,
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .text-prev-14f6,
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .inner-4b5a,
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  i,
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  svg,
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .progress-pressed-05d0,
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .text-prev-14f6,
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .inner-4b5a,
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  i,
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  svg,
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .progress-pressed-05d0,
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .text-prev-14f6,
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  .inner-4b5a,
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  i,
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f
  svg {
  visibility: hidden;
}
.mask-medium-9a7d:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f:after,
button:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f:after,
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f:after,
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f:after,
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ).fn-loading-c24f: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;
}
.mask-medium-9a7d:not(.notice-large-81cb):not(.purple-7403),
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ),
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ),
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ) {
  color: #fff;
  background: #235787;
}
.mask-medium-9a7d:not(.notice-large-81cb):not(
    .purple-7403
  ):focus,
input[type="button"]:not(.notice-large-81cb):not(
    .purple-7403
  ):focus,
input[type="reset"]:not(.notice-large-81cb):not(
    .purple-7403
  ):focus,
input[type="submit"]:not(.notice-large-81cb):not(
    .purple-7403
  ):focus {
  color: #fff;
}
.mask-medium-9a7d.fn-disabled-c24f:not(.notice-large-81cb):not(
    .purple-7403
  ),
.mask-medium-9a7d[disabled]:not(.notice-large-81cb):not(
    .purple-7403
  ),
button.fn-disabled-c24f:not(.notice-large-81cb):not(
    .purple-7403
  ),
button[disabled]:not(.notice-large-81cb):not(
    .purple-7403
  ) {
  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;
}
.secondary-upper-1ce5 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.secondary-upper-1ce5: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;
}
.widget-brown-1b91 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.focus-bottom-6477 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.button_266b {
  clear: both;
  display: block;
  margin: 0 auto;
}
.secondary_hard_7ed4:after,
.secondary_hard_7ed4:before,
.red-ff08:after,
.red-ff08:before,
.highlight-hard-ff55:after,
.highlight-hard-ff55:before,
.notice_4342:after,
.notice_4342:before,
.alert-9b03:after,
.alert-9b03:before,
.button-3d4e:after,
.button-3d4e:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.secondary_hard_7ed4:after,
.red-ff08:after,
.highlight-hard-ff55:after,
.notice_4342:after,
.alert-9b03:after,
.button-3d4e:after {
  clear: both;
}
.red-ff08 .right_63ea,
.highlight-hard-ff55 .right_63ea,
.button_2714 .right_63ea {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.picture_f571 {
  display: inline-block;
}
.solid-087c {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.solid-087c img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.solid-087c .first_262d {
  padding: 1em 0;
  font-size: 85%;
}
.first_262d {
  text-align: left;
  font-style: italic;
  color: #999;
}
.current_e59b {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.current_e59b:after,
.current_e59b:before {
  content: "";
  display: table;
}
.current_e59b:after {
  clear: both;
}
.lite_4579 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.grid_huge_0851 .lite_4579 {
  max-width: 50%;
}
.avatar_light_7a02 .lite_4579 {
  max-width: 33.33%;
}
.text_basic_99ed .lite_4579 {
  max-width: 25%;
}
.menu_bottom_1945 .lite_4579 {
  max-width: 20%;
}
.breadcrumb_01c6 .lite_4579 {
  max-width: 16.66%;
}
.section-thick-0ce7 .lite_4579 {
  max-width: 14.28%;
}
.last_8270 .lite_4579 {
  max-width: 12.5%;
}
.lower_6bd8 .lite_4579 {
  max-width: 11.11%;
}
.layout-36a4 {
  display: block;
}
.avatar-b2b3 .bright-405d label,
.avatar-b2b3 .overlay_stale_7b54 label,
.avatar-b2b3 .yellow_7bc4 label,
.avatar-b2b3 .focus-4331 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.logo-top-f8a7 {
  list-style: none;
  margin: 0;
}
.logo-top-f8a7 article.header_tall_5ad1 {
  margin-bottom: 0;
}
.logo-top-f8a7 ul {
  list-style: none;
  margin: 0;
}
.logo-top-f8a7 .hovered-f736 li.header_tall_5ad1 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .logo-top-f8a7 .hovered-f736 li.header_tall_5ad1 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .logo-top-f8a7 .hovered-f736 li.header_tall_5ad1: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) {
  .logo-top-f8a7 .hovered-f736 li.header_tall_5ad1 li.header_tall_5ad1 li.header_tall_5ad1 li.header_tall_5ad1 {
    padding-left: 0;
  }
}
article.header_tall_5ad1 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.header_tall_5ad1 .red-ff08 p:last-of-type {
  margin-bottom: 0;
}
article.header_tall_5ad1 .dropdown_041b {
  float: left;
}
article.header_tall_5ad1 .column_88c6 {
  margin-left: 85px;
}
article.header_tall_5ad1 .west-2ed5 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.header_tall_5ad1 .west-2ed5 .lite-1798 {
  margin-left: 10px;
}
article.header_tall_5ad1 .text_324d {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.header_tall_5ad1 .notification-60a9 {
  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 .bright-405d,
  #respond .yellow_7bc4,
  #respond .focus-4331 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .bright-405d input,
#respond .yellow_7bc4 input,
#respond .focus-4331 input {
  width: 100%;
}
#respond .focus-4331 {
  margin-right: 0;
}
#respond .south-0d48 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.stone-0724 {
  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;
}
.stone-0724.alert-bronze-e7a1 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.stone-0724 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%);
}
.stone-0724:focus,
.stone-0724: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);
}
.advanced_d00d {
  border-radius: 10%;
}
.progress-a153 {
  border-radius: 50%;
}
.modal_gas_6b05 {
  font-size: 0.72em;
}
.box_da61 {
  font-size: 0.875em;
}
.row-motion-584b {
  font-size: 1.1em;
}
.detail-b429 {
  text-transform: uppercase;
  line-height: 1.2;
}
.detail-b429.modal_gas_6b05 {
  letter-spacing: 0.5px;
}
.next_2c26,
.next_2c26 a {
  color: #6d6d6d;
}
.next_2c26 a:hover {
  color: #111;
}
.thick-ac58 {
  color: #6d6d6d;
}
.notice_south_f26f {
  overflow-x: hidden;
}
.notice_south_f26f .north-d35a.feature-259b {
  position: relative;
}
.notice_south_f26f .north-d35a.feature-259b.chip-8a80 {
  position: initial;
}
.notice_south_f26f
  .north-d35a.feature-259b.chip-8a80
  .smooth_d722 {
  left: auto;
}
.notice_south_f26f .north-d35a .smooth_d722 {
  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;
}
.notice_south_f26f .north-d35a:hover.feature-259b {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.notice_south_f26f
  .north-d35a:hover.feature-259b
  .smooth_d722 {
  display: block;
  z-index: 9999999;
}
.notice_south_f26f .in_df83 .in-0b1c,
.notice_south_f26f .cool_a767 .in-0b1c {
  display: none;
}
.notice_south_f26f .heading_419a .north-d35a:hover.feature-259b {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.avatar-b2b3 .bright-405d label,
.avatar-b2b3 .overlay_stale_7b54 label,
.avatar-b2b3 .yellow_7bc4 label,
.avatar-b2b3 .focus-4331 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.logo-top-f8a7 {
  list-style: none;
  margin: 0;
}
.logo-top-f8a7 article.header_tall_5ad1 {
  margin-bottom: 0;
}
.logo-top-f8a7 ul {
  list-style: none;
  margin: 0;
}
.logo-top-f8a7 .hovered-f736 li.header_tall_5ad1 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .logo-top-f8a7 .hovered-f736 li.header_tall_5ad1 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .logo-top-f8a7 .hovered-f736 li.header_tall_5ad1: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) {
  .logo-top-f8a7 .hovered-f736 li.header_tall_5ad1 li.header_tall_5ad1 li.header_tall_5ad1 li.header_tall_5ad1 {
    padding-left: 0;
  }
}
article.header_tall_5ad1 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.header_tall_5ad1 .red-ff08 p:last-of-type {
  margin-bottom: 0;
}
article.header_tall_5ad1 .dropdown_041b {
  float: left;
}
article.header_tall_5ad1 .column_88c6 {
  margin-left: 85px;
}
article.header_tall_5ad1 .west-2ed5 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.header_tall_5ad1 .west-2ed5 .lite-1798 {
  margin-left: 10px;
}
article.header_tall_5ad1 .text_324d {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.header_tall_5ad1 .notification-60a9 {
  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 .bright-405d,
  #respond .yellow_7bc4,
  #respond .focus-4331 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .bright-405d input,
#respond .yellow_7bc4 input,
#respond .focus-4331 input {
  width: 100%;
}
#respond .focus-4331 {
  margin-right: 0;
}
#respond .south-0d48 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.in_df83 .info_upper_b84b {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.info_upper_b84b .header_f9d8.feature_west_3bb2 .backdrop-6fe9 > li > a:focus,
.info_upper_b84b .header_f9d8.feature_west_3bb2 .backdrop-6fe9 > li > a:hover,
.info_upper_b84b .header_f9d8.carousel_ee85 .backdrop-6fe9 > li > a:focus,
.info_upper_b84b .header_f9d8.carousel_ee85 .backdrop-6fe9 > li > a:hover,
.info_upper_b84b .header_f9d8.logo_upper_f208 .backdrop-6fe9 > li > a:focus,
.info_upper_b84b .header_f9d8.logo_upper_f208 .backdrop-6fe9 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.info_upper_b84b
  .header_f9d8.feature_west_3bb2
  .backdrop-6fe9
  > li.nav-5756
  > a,
.info_upper_b84b
  .header_f9d8.feature_west_3bb2
  .backdrop-6fe9
  > li.text_a4d3
  > a,
.info_upper_b84b
  .header_f9d8.carousel_ee85
  .backdrop-6fe9
  > li.nav-5756
  > a,
.info_upper_b84b
  .header_f9d8.carousel_ee85
  .backdrop-6fe9
  > li.text_a4d3
  > a,
.info_upper_b84b
  .header_f9d8.logo_upper_f208
  .backdrop-6fe9
  > li.nav-5756
  > a,
.info_upper_b84b .header_f9d8.logo_upper_f208 .backdrop-6fe9 > li.modal-3abe > a {
  color: rgba(255, 255, 255, 0.99);
}
.info_upper_b84b .column_silver_68aa,
.info_upper_b84b .column_silver_68aa a {
  color: rgba(255, 255, 255, 0.99);
}
.info_upper_b84b .wide-15b8.sort_east_c01c li a,
.info_upper_b84b .west_6971 a,
.info_upper_b84b .left_16af,
.info_upper_b84b .backdrop-6fe9 > li > a,
.info_upper_b84b .frame_selected_243a {
  color: rgba(255, 255, 255, 0.79);
}
.info_upper_b84b .wide-15b8.sort_east_c01c li a:hover,
.info_upper_b84b .west_6971 a:hover,
.info_upper_b84b .left_16af:hover,
.info_upper_b84b .backdrop-6fe9 > li > a:hover,
.info_upper_b84b .frame_selected_243a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.info_upper_b84b .block_cold_0522 {
  color: rgba(255, 255, 255, 0.79);
}
.info_upper_b84b .block_cold_0522 .huge-2df7 {
  color: rgba(255, 255, 255, 0.99);
}
.info_upper_b84b .block_cold_0522:hover {
  color: rgba(255, 255, 255, 0.99);
}
.info_upper_b84b .thumbnail-action-9eef .notice_64b8 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.info_upper_b84b .thumbnail-action-9eef .notice_64b8 .item_static_3537 {
  color: rgba(255, 255, 255, 0.79);
}
.info_upper_b84b
  .thumbnail-action-9eef
  .notice_64b8
  .item_static_3537::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.info_upper_b84b
  .thumbnail-action-9eef
  .notice_64b8
  .item_static_3537:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.info_upper_b84b
  .thumbnail-action-9eef
  .notice_64b8
  .item_static_3537::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.info_upper_b84b
  .thumbnail-action-9eef
  .notice_64b8
  .item_static_3537::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.info_upper_b84b .thumbnail-action-9eef .huge-f141 {
  color: rgba(255, 255, 255, 0.79);
}
.info_upper_b84b .thumbnail-action-9eef .huge-f141:hover {
  color: rgba(255, 255, 255, 0.99);
}
.carousel-07c3
  .info_upper_b84b
  .thumbnail-action-9eef
  .shade_66ae
  .menu_medium_1134 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.carousel-07c3
  .info_upper_b84b
  .thumbnail-action-9eef
  .shade_66ae
  .item_static_3537 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.in_df83 .fast_64a6 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.fast_64a6 .header_f9d8.feature_west_3bb2 .backdrop-6fe9 > li > a:focus,
.fast_64a6 .header_f9d8.feature_west_3bb2 .backdrop-6fe9 > li > a:hover,
.fast_64a6 .header_f9d8.carousel_ee85 .backdrop-6fe9 > li > a:focus,
.fast_64a6 .header_f9d8.carousel_ee85 .backdrop-6fe9 > li > a:hover,
.fast_64a6 .header_f9d8.logo_upper_f208 .backdrop-6fe9 > li > a:focus,
.fast_64a6 .header_f9d8.logo_upper_f208 .backdrop-6fe9 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.fast_64a6
  .header_f9d8.feature_west_3bb2
  .backdrop-6fe9
  > li.nav-5756
  > a,
.fast_64a6
  .header_f9d8.feature_west_3bb2
  .backdrop-6fe9
  > li.text_a4d3
  > a,
.fast_64a6
  .header_f9d8.carousel_ee85
  .backdrop-6fe9
  > li.nav-5756
  > a,
.fast_64a6
  .header_f9d8.carousel_ee85
  .backdrop-6fe9
  > li.text_a4d3
  > a,
.fast_64a6
  .header_f9d8.logo_upper_f208
  .backdrop-6fe9
  > li.nav-5756
  > a,
.fast_64a6 .header_f9d8.logo_upper_f208 .backdrop-6fe9 > li.modal-3abe > a {
  color: rgba(0, 0, 0, 0.8);
}
.fast_64a6 .column_silver_68aa,
.fast_64a6 .column_silver_68aa a {
  color: rgba(0, 0, 0, 0.8);
}
.fast_64a6 .wide-15b8.sort_east_c01c li a,
.fast_64a6 .west_6971 a,
.fast_64a6 .left_16af,
.fast_64a6 .backdrop-6fe9 > li > a,
.fast_64a6 .frame_selected_243a {
  color: rgba(0, 0, 0, 0.55);
}
.fast_64a6 .wide-15b8.sort_east_c01c li a:hover,
.fast_64a6 .west_6971 a:hover,
.fast_64a6 .left_16af:hover,
.fast_64a6 .backdrop-6fe9 > li > a:hover,
.fast_64a6 .frame_selected_243a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.fast_64a6 .block_cold_0522 {
  color: rgba(0, 0, 0, 0.55);
}
.fast_64a6 .block_cold_0522 .huge-2df7 {
  color: rgba(0, 0, 0, 0.8);
}
.fast_64a6 .block_cold_0522:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tag-narrow-77c0 .tiny_9c99 {
  margin-left: auto;
  margin-right: auto;
}
.highlight-hard-ff55 > * {
  margin-left: auto;
  margin-right: auto;
}
.highlight-hard-ff55 .widget-brown-1b91 {
  margin-right: 1.41575em;
}
.header_new_543b .highlight-hard-ff55 > .picture_1990 {
  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;
}
.header_new_543b .highlight-hard-ff55 > .widget_hot_e95f {
  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;
}
.input_right_3c72.tag-narrow-77c0 .tiny_9c99,
.button-0d9c.tag-narrow-77c0 .tiny_9c99 {
  margin-left: 0;
}
.box_5c8d.tag-narrow-77c0 .tiny_9c99,
.block_8f9a.tag-narrow-77c0 .tiny_9c99 {
  margin-right: 0;
}
.highlight-hard-ff55 ol,
.highlight-hard-ff55 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.background-0e18 video {
  max-width: 100%;
}
.summary-focused-afc4 img {
  display: block;
}
.summary-focused-afc4.widget-brown-1b91,
.summary-focused-afc4.focus-bottom-6477 {
  width: 100%;
}
.summary-focused-afc4.widget_hot_e95f img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.pagination-9796:not(.primary_2fdd) {
  margin: 1.5em auto;
}
.sidebar_short_b02a p {
  padding: 1.5em 14px;
}
ul.slider-6472.widget_hot_e95f,
ul.slider-6472.picture_1990,
ul.slider-6472.notification-3dcc.picture_1990 {
  padding: 0 14px;
}
.brown_859a {
  display: block;
  overflow-x: auto;
}
.brown_859a table {
  border-collapse: collapse;
  width: 100%;
}
.brown_859a td,
.brown_859a th {
  padding: 0.5em;
}
.highlight-hard-ff55 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.highlight-hard-ff55 ol ol,
.highlight-hard-ff55 ol ul,
.highlight-hard-ff55 ul ol,
.highlight-hard-ff55 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.highlight-hard-ff55 ol ol li,
.highlight-hard-ff55 ol ul li,
.highlight-hard-ff55 ul ol li,
.highlight-hard-ff55 ul ul li {
  margin-left: 0;
}
.paragraph_basic_0822.message_slow_2002 > .accent-fresh-be88 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.paragraph_basic_0822.message_slow_2002 > .accent-fresh-be88 iframe,
.paragraph_basic_0822.message_slow_2002 > .accent-fresh-be88 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.active-8b50 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.active-8b50.hard_299b {
  padding: 0;
}
.active-8b50.hard_299b cite {
  font-size: 13px;
}
.active-8b50 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.active-8b50 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.mask-30d4 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.mask-30d4 > p:first-child {
  margin-top: 0;
}
.mask-30d4 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.mask-30d4 blockquote {
  border-left: 0;
}
.dropdown-5f23 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.dropdown-5f23:not(.grid-cold-8c2a) {
  max-width: 100px;
}
.dropdown-5f23.main_f6ec {
  border-bottom: none !important;
  text-align: center;
}
.dropdown-5f23.main_f6ec::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .sidebar_short_b02a p {
    padding: 1.5em 0;
  }
}
.paragraph_7ed9 {
  color: #0073aa;
}
.accordion_tiny_bc11 {
  background-color: #0073aa;
}
.row_fresh_1f7c {
  color: #229fd8;
}
.modal_focused_a0e6 {
  background-color: #229fd8;
}
.header-2733 {
  color: #eee;
}
.breadcrumb-full-8f5d {
  background-color: #eee;
}
.notification-8796 {
  color: #444;
}
.west-e456 {
  background-color: #444;
}
.solid_b74d {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.solid_b74d .mask_center_e846 .west_6971 {
  font-size: 15px;
}
.solid_b74d .west_6971 {
  line-height: 1.3;
}
.solid_b74d .fast_64a6 {
}
.solid_b74d .info_upper_b84b {
  background: #235787;
}
.backdrop_large_3ccf {
  padding: 0;
}
.backdrop_large_3ccf .info_upper_b84b {
  background: #1a1a1a;
}
.backdrop_large_3ccf .fast_64a6 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.preview_1915 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.preview_1915 .fast_64a6 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.preview_1915 .info_upper_b84b {
  background: #303030;
}
.button-3d4e {
  position: relative;
  z-index: 10;
}
.button-3d4e .footer-1b44 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.purple-7e3b .feature-259b {
  display: inline-block;
  vertical-align: middle;
}
.purple-7e3b.outer-d35b .feature-259b {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .purple-7e3b.outer-d35b .feature-259b {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .purple-7e3b.outer-d35b .feature-259b {
    margin-right: 0.4em;
  }
}
.purple-7e3b.outer-d35b .feature-259b:last-child {
  margin-right: 0;
}
.huge_1dbf .footer-1b44 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .in_df83 .mask_center_e846 {
    margin: 0 -0.5em;
  }
  .in_df83 .mask_center_e846 [class*="customify-col-"],
  .in_df83 .mask_center_e846 [class*="customify-col_"],
  .in_df83 .mask_center_e846 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.in_df83.notification_red_bf73 .footer-1b44 {
  background: 0 0 !important;
}
.in_df83.notification_red_bf73 .footer-1b44,
.in_df83.huge_1dbf .footer-1b44 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .in_df83.container-c24b {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.in_df83.huge_1dbf .footer-1b44 {
  box-shadow: none !important;
}
.input_ddb2 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .input_ddb2 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .input_ddb2 {
    padding: 18px 0 20px;
  }
}
.input_ddb2 .thumbnail-4057 {
  width: 100%;
}
.input_ddb2 .thumbnail_under_c765 {
  margin-bottom: 0;
}
.input_ddb2 .title_50e0 {
  margin-top: 5px;
  font-size: 0.875em;
}
.wrapper_slow_6b8a {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.wrapper_slow_6b8a .narrow-a617 {
  width: 100%;
}
.old-d0bf {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.old-d0bf li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.old-d0bf 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;
}
.old-d0bf li:last-child:after {
  display: none;
}
.old-d0bf li a {
  font-weight: 500;
  margin-right: 10px;
}
.logo-df45 .in-0b1c button,
.input_ddb2 .in-0b1c button {
  left: 0;
}
.logo-df45 .narrow-a617,
.input_ddb2 .narrow-a617 {
  padding-left: 0;
  padding-right: 0;
}
.logo-df45 .wrapper_slow_6b8a,
.input_ddb2 .wrapper_slow_6b8a {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.logo-df45 {
  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;
}
.logo-df45: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;
}
.logo-df45 .hover_ab63 {
  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) {
  .logo-df45 .hover_ab63 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .logo-df45 .hover_ab63 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .logo-df45 .hover_ab63 {
    min-height: 200px;
  }
}
.logo-df45 .old-d0bf {
  color: rgba(255, 255, 255, 0.8);
}
.logo-df45 .old-d0bf a,
.logo-df45 .old-d0bf li:after {
  color: inherit;
}
.logo-df45 .old-d0bf a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.badge_glass_e3a3 {
  margin-bottom: 0.5em;
}
.highlight-thick-659f {
  margin-bottom: 1.2em;
}
.highlight-thick-659f,
.badge_glass_e3a3 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.highlight-thick-659f p:last-child,
.badge_glass_e3a3 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .in-0b1c,
#masthead .in-0b1c {
  display: none;
}
#masthead
  > .in-0b1c.large-1b35 {
  display: none;
}
#masthead > .in-0b1c button {
  left: 0;
}
.fixed-342f {
  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%;
}
.fixed-342f .feature-259b {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.fixed-342f .brown-9982 {
  display: -webkit-box;
  display: flex;
}
.fixed-342f .brown-9982.texture-3a2e {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.fixed-342f .brown-9982.copper-9b47 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.fixed-342f .brown-9982.column_soft_28ce {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.fixed-342f.text_fixed_c5fa.hot-eea1 .brown-9982.texture-3a2e {
  flex-basis: 100%;
}
.fixed-342f.fast-3c01 .brown-9982.copper-9b47 {
  -webkit-box-flex: 1;
  flex: auto;
}
.fixed-342f.fast-3c01 .brown-9982.column_soft_28ce {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .in-0b1c.large-1b35 {
  display: none;
}
#masthead > .in-0b1c button {
  left: 0;
}
.overlay-top-2f81 {
  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;
}
.overlay-top-2f81:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.overlay-top-2f81.nav_f115 i {
  margin-right: 4px;
}
.overlay-top-2f81.summary-fluid-b568 i {
  margin-left: 5px;
}
.west_6971 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.west_6971 p:last-child {
  margin-bottom: 0;
}
.hover_9f8b {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.hover_9f8b a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.hover_9f8b img {
  display: block;
  width: auto;
  line-height: 1;
}
.hover_9f8b .column_silver_68aa {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.hover_9f8b .pagination_e4d1 {
  margin: 5px 0 7px 0;
}
.hover_9f8b.block_solid_02be .logo-d1ac {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.hover_9f8b.block_solid_02be .liquid_7b0c {
  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;
}
.hover_9f8b.icon_warm_3409 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.hover_9f8b.icon_warm_3409 .logo-d1ac {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.hover_9f8b.icon_warm_3409 .liquid_7b0c {
  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;
}
.hover_9f8b.progress_fa86 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.hover_9f8b.accordion-7722 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.hover_9f8b.accordion-7722 .liquid_7b0c {
  margin-top: 7px;
}
.active-pressed-ecfb {
  display: inline-block;
}
.button-3d4e .accent_simple_ad80 .hover_9f8b img {
  max-width: 100%;
}
.header_f9d8 .dim-b60c.summary_motion_a4a0,
.article-medium-6a19 .dim-b60c.summary_motion_a4a0 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.header_f9d8 .mask-red-4dab,
.article-medium-6a19 .mask-red-4dab {
  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%);
}
.header_f9d8 .mask-red-4dab {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.header_f9d8.smooth-3e7b .mask-red-4dab {
  display: none;
}
.header_f9d8 .dirty_03ab {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header_f9d8 .dirty_03ab li {
  display: inline-block;
  position: relative;
}
.header_f9d8 .dirty_03ab li:last-child {
  margin-right: 0;
}
.header_f9d8 .dirty_03ab 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;
}
.header_f9d8 .dirty_03ab li.modal-3abe > a {
  color: rgba(0, 0, 0, 0.9);
}
.header_f9d8 .dirty_03ab > 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;
}
.header_f9d8 .dirty_03ab > li > a i {
  line-height: 0;
}
.header_f9d8 .dirty_03ab > li.cool-cef7 > a .mask-red-4dab {
  margin-left: 4px;
  line-height: 0;
}
.header_f9d8 .dirty_03ab .action_6935 li.cool-cef7 > a {
  position: relative;
}
.header_f9d8 .dirty_03ab .action_6935 li.cool-cef7 > a:after,
.header_f9d8 .dirty_03ab .action_6935 li.cool-cef7 > a:before {
  content: "";
  display: table;
}
.header_f9d8 .dirty_03ab .action_6935 li.cool-cef7 > a:after {
  clear: both;
}
.header_f9d8 .dirty_03ab .action_6935 li.cool-cef7 > a .mask-red-4dab {
  margin-left: 5px;
  float: right;
}
.header_f9d8 .cold_7052,
.header_f9d8 .action_6935 {
  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;
}
.header_f9d8 .action_6935 {
  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;
}
.header_f9d8 .action_6935 .summary_motion_a4a0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.header_f9d8 .action_6935 .mask-red-4dab {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.header_f9d8 .action_6935 li {
  display: block;
  margin: 0;
  padding: 0;
}
.header_f9d8 .action_6935 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;
}
.header_f9d8 .action_6935 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.header_f9d8 .action_6935 .action_6935 {
  top: 0;
  left: 100%;
}
.header_f9d8 .section_bronze_883a.fn-focus-c24f > .cold_7052,
.header_f9d8 .section_bronze_883a.fn-focus-c24f > .action_6935,
.header_f9d8 .section_bronze_883a:focus > .cold_7052,
.header_f9d8 .section_bronze_883a:focus > .action_6935,
.header_f9d8 .section_bronze_883a:hover > .cold_7052,
.header_f9d8 .section_bronze_883a:hover > .action_6935 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.header_f9d8.logo_upper_f208 .backdrop-6fe9:after,
.header_f9d8.logo_upper_f208 .backdrop-6fe9:before {
  content: "";
  display: table;
}
.header_f9d8.logo_upper_f208 .backdrop-6fe9:after {
  clear: both;
}
.header_f9d8.logo_upper_f208 .backdrop-6fe9 > li {
  float: left;
}
.header_f9d8.orange-af69 .backdrop-6fe9:after,
.header_f9d8.orange-af69 .backdrop-6fe9:before {
  content: "";
  display: table;
}
.header_f9d8.orange-af69 .backdrop-6fe9:after {
  clear: both;
}
.header_f9d8.orange-af69 .backdrop-6fe9 > li {
  float: left;
}
.header_f9d8.orange-af69 .backdrop-6fe9 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.header_f9d8.orange-af69 .backdrop-6fe9 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.header_f9d8.orange-af69 .backdrop-6fe9 > li.nav-5756 > a,
.header_f9d8.orange-af69 .backdrop-6fe9 > li.modal-3abe > a {
  color: #fff;
  background-color: #1e4b75;
}
.header_f9d8.feature_west_3bb2 .backdrop-6fe9 > li > a .summary_motion_a4a0 {
  position: relative;
}
.header_f9d8.feature_west_3bb2 .backdrop-6fe9 > li > a .summary_motion_a4a0: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;
}
.header_f9d8.feature_west_3bb2
  .backdrop-6fe9
  > li:focus
  > a
  .summary_motion_a4a0:before,
.header_f9d8.feature_west_3bb2
  .backdrop-6fe9
  > li:hover
  > a
  .summary_motion_a4a0:before {
  width: 100%;
  background-color: currentColor;
}
.header_f9d8.feature_west_3bb2
  .backdrop-6fe9
  > li.nav-5756
  > a
  .summary_motion_a4a0:before,
.header_f9d8.feature_west_3bb2
  .backdrop-6fe9
  > li.text_a4d3
  > a
  .summary_motion_a4a0:before {
  width: 100%;
  background-color: currentColor;
}
.header_f9d8.carousel_ee85 .backdrop-6fe9 > li > a .summary_motion_a4a0 {
  position: relative;
}
.header_f9d8.carousel_ee85 .backdrop-6fe9 > li > a .summary_motion_a4a0: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;
}
.header_f9d8.carousel_ee85 .backdrop-6fe9 > li:focus > a .summary_motion_a4a0:before,
.header_f9d8.carousel_ee85
  .backdrop-6fe9
  > li:hover
  > a
  .summary_motion_a4a0:before {
  width: 100%;
  background-color: currentColor;
}
.header_f9d8.carousel_ee85
  .backdrop-6fe9
  > li.nav-5756
  > a
  .summary_motion_a4a0:before,
.header_f9d8.carousel_ee85
  .backdrop-6fe9
  > li.text_a4d3
  > a
  .summary_motion_a4a0:before {
  width: 100%;
  background-color: currentColor;
}
.article-medium-6a19 .dirty_03ab {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-medium-6a19 .dirty_03ab li:first-child > a {
  border-top: none;
}
.article-medium-6a19 .dirty_03ab .shade_basic_f6bb > .summary_motion_a4a0 .mask-red-4dab {
  display: none;
}
.article-medium-6a19 .dirty_03ab li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.article-medium-6a19 .dirty_03ab li:last-child {
  border: none;
}
.article-medium-6a19 .dirty_03ab li.cool-cef7 > a {
  padding-right: 45px !important;
}
.article-medium-6a19 .dirty_03ab li a {
  display: block;
  padding: 0.55em 1.5em;
}
.article-medium-6a19 .dirty_03ab li a:focus,
.article-medium-6a19 .dirty_03ab li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.article-medium-6a19 .dirty_03ab li .outer-d731 {
  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;
}
.article-medium-6a19 .dirty_03ab li .outer-d731:hover {
  box-shadow: none;
}
.article-medium-6a19 .dirty_03ab li .outer-d731 .mask-red-4dab {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.article-medium-6a19 .dirty_03ab .action_6935 {
  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);
}
.article-medium-6a19 .dirty_03ab .action_6935 li a {
  padding-left: 3em;
}
.article-medium-6a19 .dirty_03ab .narrow-1c7c > a .outer-d731 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.article-medium-6a19 .dirty_03ab .narrow-1c7c > .action_6935 {
  display: block;
  opacity: 1;
}
.table_0bd1 {
  max-width: 100%;
}
.media-short-2552 {
  line-height: 0;
  cursor: pointer;
}
.frame_selected_243a {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.frame_selected_243a:hover {
  box-shadow: none;
  color: currentColor;
}
.frame_selected_243a svg {
  width: 18px;
  height: 18px;
}
.frame_selected_243a .frame_warm_5f04 {
  display: none;
}
.accordion_lite_a795 {
  position: relative;
}
.accordion_lite_a795.fn-active-c24f .frame_selected_243a .row-6785 {
  display: none;
}
.accordion_lite_a795.fn-active-c24f .frame_selected_243a .frame_warm_5f04 {
  display: inline-block;
}
.accordion_lite_a795 .bright_0cfa {
  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);
}
.accordion_lite_a795.primary-over-d4b3 .bright_0cfa {
  left: auto;
  right: -0.9em;
}
.accordion_lite_a795.primary-over-d4b3 .mask-inner-dfec::before {
  left: auto;
  right: 15px;
}
.accordion_lite_a795.fn-active-c24f .bright_0cfa {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.shade_66ae {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.shade_66ae label {
  flex-basis: 100%;
}
.shade_66ae .notice_64b8 {
  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;
}
.shade_66ae .item_static_3537 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.shade_66ae .item_static_3537:focus {
  background-color: transparent;
}
.shade_66ae button.huge-f141 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.shade_66ae button.huge-f141:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.shade_66ae button.huge-f141 svg {
  width: 18px;
  height: 18px;
}
.shade_66ae input[type="submit"] {
  min-height: auto;
}
.thumbnail-action-9eef .shade_66ae .item_static_3537 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.mask-inner-dfec {
  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) {
  .mask-inner-dfec {
    width: 220px;
  }
}
.mask-inner-dfec label {
  flex-basis: 100%;
}
.mask-inner-dfec::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;
}
.carousel-07c3 .thumbnail-action-9eef .shade_66ae {
  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;
}
.carousel-07c3
  .thumbnail-action-9eef
  .shade_66ae
  .notice_64b8 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.carousel-07c3 .thumbnail-action-9eef .shade_66ae .item_static_3537 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.carousel-07c3
  .thumbnail-action-9eef
  .shade_66ae
  .item_static_3537:focus {
  background: 0 0;
}
.carousel-07c3
  .thumbnail-action-9eef
  .shade_66ae
  .menu_medium_1134 {
  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;
}
.wide-15b8 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.wide-15b8 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.wide-15b8 li:last-child {
  margin-right: 0;
}
.wide-15b8 li:first-child {
  margin-left: 0;
}
.wide-15b8.top-34a6 a {
  color: #fff;
}
.wide-15b8.top-34a6 a:hover {
  color: #fff;
}
.wide-15b8 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.wide-15b8 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.wide-15b8 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wide-15b8 a:hover {
  opacity: 0.9;
  color: inherit;
}
.wide-15b8 [class*="social-icon-apple"] {
  background-color: #999;
}
.wide-15b8 [class*="social-icon-apple"].accordion-complex-db45 {
  background-color: transparent;
  color: #999;
}
.wide-15b8 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.wide-15b8 [class*="social-icon-behance"].accordion-complex-db45 {
  background-color: transparent;
  color: #1769ff;
}
.wide-15b8 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.wide-15b8 [class*="social-icon-bitbucket"].accordion-complex-db45 {
  background-color: transparent;
  color: #205081;
}
.wide-15b8 [class*="social-icon-codepen"] {
  background-color: #000;
}
.wide-15b8 [class*="social-icon-codepen"].accordion-complex-db45 {
  background-color: transparent;
  color: #000;
}
.wide-15b8 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.wide-15b8 [class*="social-icon-delicious"].accordion-complex-db45 {
  background-color: transparent;
  color: #39f;
}
.wide-15b8 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.wide-15b8 [class*="social-icon-digg"].accordion-complex-db45 {
  background-color: transparent;
  color: #005be2;
}
.wide-15b8 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.wide-15b8 [class*="social-icon-dribbble"].accordion-complex-db45 {
  background-color: transparent;
  color: #ea4c89;
}
.wide-15b8 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.wide-15b8 [class*="social-icon-envelope"].accordion-complex-db45 {
  background-color: transparent;
  color: #ea4335;
}
.wide-15b8 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.wide-15b8 [class*="social-icon-facebook"].accordion-complex-db45 {
  background-color: transparent;
  color: #3b5998;
}
.wide-15b8 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.wide-15b8 [class*="social-icon-flickr"].accordion-complex-db45 {
  background-color: transparent;
  color: #0063dc;
}
.wide-15b8 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.wide-15b8 [class*="social-icon-foursquare"].accordion-complex-db45 {
  background-color: transparent;
  color: #2d5be3;
}
.wide-15b8 [class*="social-icon-github"] {
  background-color: #333;
}
.wide-15b8 [class*="social-icon-github"].accordion-complex-db45 {
  background-color: transparent;
  color: #333;
}
.wide-15b8 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.wide-15b8 [class*="social-icon-google-plus"].accordion-complex-db45 {
  background-color: transparent;
  color: #dd4b39;
}
.wide-15b8 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.wide-15b8 [class*="social-icon-houzz"].accordion-complex-db45 {
  background-color: transparent;
  color: #7ac142;
}
.wide-15b8 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.wide-15b8 [class*="social-icon-instagram"].accordion-complex-db45 {
  background-color: transparent;
  color: #262626;
}
.wide-15b8 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.wide-15b8 [class*="social-icon-jsfiddle"].accordion-complex-db45 {
  background-color: transparent;
  color: #487aa2;
}
.wide-15b8 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.wide-15b8 [class*="social-icon-linkedin"].accordion-complex-db45 {
  background-color: transparent;
  color: #0077b5;
}
.wide-15b8 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.wide-15b8 [class*="social-icon-medium"].accordion-complex-db45 {
  background-color: transparent;
  color: #00ab6b;
}
.wide-15b8 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.wide-15b8
  [class*="social-icon-odnoklassniki"].accordion-complex-db45 {
  background-color: transparent;
  color: #f4731c;
}
.wide-15b8 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.wide-15b8 [class*="social-icon-meetup"].accordion-complex-db45 {
  background-color: transparent;
  color: #ec1c40;
}
.wide-15b8 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.wide-15b8 [class*="social-icon-pinterest"].accordion-complex-db45 {
  background-color: transparent;
  color: #bd081c;
}
.wide-15b8 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.wide-15b8 [class*="social-icon-product-hunt"].accordion-complex-db45 {
  background-color: transparent;
  color: #da552f;
}
.wide-15b8 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.wide-15b8 [class*="social-icon-reddit"].accordion-complex-db45 {
  background-color: transparent;
  color: #ff4500;
}
.wide-15b8 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.wide-15b8 [class*="social-icon-rss"].accordion-complex-db45 {
  background-color: transparent;
  color: #f26522;
}
.wide-15b8 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.wide-15b8
  [class*="social-icon-shopping-cart"].accordion-complex-db45 {
  background-color: transparent;
  color: #4caf50;
}
.wide-15b8 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.wide-15b8 [class*="social-icon-skype"].accordion-complex-db45 {
  background-color: transparent;
  color: #00aff0;
}
.wide-15b8 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.wide-15b8 [class*="social-icon-slideshare"].accordion-complex-db45 {
  background-color: transparent;
  color: #0077b5;
}
.wide-15b8 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.wide-15b8 [class*="social-icon-snapchat"].accordion-complex-db45 {
  background-color: transparent;
  color: #fffc00;
}
.wide-15b8 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.wide-15b8 [class*="social-icon-soundcloud"].accordion-complex-db45 {
  background-color: transparent;
  color: #f80;
}
.wide-15b8 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.wide-15b8 [class*="social-icon-spotify"].accordion-complex-db45 {
  background-color: transparent;
  color: #2ebd59;
}
.wide-15b8 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.wide-15b8
  [class*="social-icon-stack-overflow"].accordion-complex-db45 {
  background-color: transparent;
  color: #fe7a15;
}
.wide-15b8 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.wide-15b8 [class*="social-icon-maldkfgram"].accordion-complex-db45 {
  background-color: transparent;
  color: #2ca5e0;
}
.wide-15b8 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.wide-15b8 [class*="social-icon-tripadvisor"].accordion-complex-db45 {
  background-color: transparent;
  color: #589442;
}
.wide-15b8 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.wide-15b8 [class*="social-icon-tumblr"].accordion-complex-db45 {
  background-color: transparent;
  color: #35465c;
}
.wide-15b8 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.wide-15b8 [class*="social-icon-twitch"].accordion-complex-db45 {
  background-color: transparent;
  color: #6441a5;
}
.wide-15b8 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.wide-15b8 [class*="social-icon-twitter"].accordion-complex-db45 {
  background-color: transparent;
  color: #1da1f2;
}
.wide-15b8 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.wide-15b8 [class*="social-icon-vimeo"].accordion-complex-db45 {
  background-color: transparent;
  color: #1ab7ea;
}
.wide-15b8 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.wide-15b8 [class*="social-icon-vk"].accordion-complex-db45 {
  background-color: transparent;
  color: #45668e;
}
.wide-15b8 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.wide-15b8 [class*="social-icon-weibo"].accordion-complex-db45 {
  background-color: transparent;
  color: #df2029;
}
.wide-15b8 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.wide-15b8 [class*="social-icon-weixin"].accordion-complex-db45 {
  background-color: transparent;
  color: #7bb32e;
}
.wide-15b8 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.wide-15b8 [class*="social-icon-whatsapp"].accordion-complex-db45 {
  background-color: transparent;
  color: #25d366;
}
.wide-15b8 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.wide-15b8 [class*="social-icon-wordpress"].accordion-complex-db45 {
  background-color: transparent;
  color: #21759b;
}
.wide-15b8 [class*="social-icon-xing"] {
  background-color: #026466;
}
.wide-15b8 [class*="social-icon-xing"].accordion-complex-db45 {
  background-color: transparent;
  color: #026466;
}
.wide-15b8 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.wide-15b8 [class*="social-icon-yelp"].accordion-complex-db45 {
  background-color: transparent;
  color: #af0606;
}
.wide-15b8 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.wide-15b8 [class*="social-icon-youtube"].accordion-complex-db45 {
  background-color: transparent;
  color: #cd201f;
}
.left_16af {
  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;
}
.left_16af:hover {
  box-shadow: none;
  background: 0 0;
}
.sort_thick_2d75 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.list_action_8522 {
  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;
}
.row-focused-d89e {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.north-1e00 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.north-1e00,
.north-1e00::after,
.north-1e00::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;
}
.north-1e00::after,
.north-1e00::before {
  content: "";
  display: block;
  background-color: inherit;
}
.notice-327b .list_action_8522 .row-focused-d89e {
  margin-top: -2px;
  width: 19px;
}
.notice-327b .list_action_8522 .north-1e00 {
  margin-top: -1px;
}
.notice-327b .list_action_8522 .north-1e00,
.notice-327b .list_action_8522 .north-1e00::after,
.notice-327b .list_action_8522 .north-1e00::before {
  width: 19px;
  height: 2px;
}
.notice-327b .list_action_8522 .north-1e00::before {
  top: -6px;
}
.notice-327b .list_action_8522 .north-1e00::after {
  bottom: -6px;
}
.red_5218 .list_action_8522 .row-focused-d89e {
  margin-top: -2px;
  width: 22px;
}
.red_5218 .list_action_8522 .north-1e00 {
  margin-top: -1px;
}
.red_5218 .list_action_8522 .north-1e00,
.red_5218 .list_action_8522 .north-1e00::after,
.red_5218 .list_action_8522 .north-1e00::before {
  width: 22px;
  height: 2px;
}
.red_5218 .list_action_8522 .north-1e00::before {
  top: -7px;
}
.red_5218 .list_action_8522 .north-1e00::after {
  bottom: -7px;
}
.new_baac .list_action_8522 .row-focused-d89e {
  margin-top: -2px;
  width: 31px;
}
.new_baac .list_action_8522 .north-1e00 {
  margin-top: -1.5px;
}
.new_baac .list_action_8522 .north-1e00,
.new_baac .list_action_8522 .north-1e00::after,
.new_baac .list_action_8522 .north-1e00::before {
  width: 31px;
  height: 3px;
}
.new_baac .list_action_8522 .north-1e00::before {
  top: -9px;
}
.new_baac .list_action_8522 .north-1e00::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .input_a9ba .list_action_8522 .row-focused-d89e {
    margin-top: -2px;
    width: 19px;
  }
  .input_a9ba .list_action_8522 .north-1e00 {
    margin-top: -1px;
  }
  .input_a9ba .list_action_8522 .north-1e00,
  .input_a9ba .list_action_8522 .north-1e00::after,
  .input_a9ba .list_action_8522 .north-1e00::before {
    width: 19px;
    height: 2px;
  }
  .input_a9ba .list_action_8522 .north-1e00::before {
    top: -6px;
  }
  .input_a9ba .list_action_8522 .north-1e00::after {
    bottom: -6px;
  }
  .summary_down_73bf .list_action_8522 .row-focused-d89e {
    margin-top: -2px;
    width: 22px;
  }
  .summary_down_73bf .list_action_8522 .north-1e00 {
    margin-top: -1px;
  }
  .summary_down_73bf .list_action_8522 .north-1e00,
  .summary_down_73bf .list_action_8522 .north-1e00::after,
  .summary_down_73bf .list_action_8522 .north-1e00::before {
    width: 22px;
    height: 2px;
  }
  .summary_down_73bf .list_action_8522 .north-1e00::before {
    top: -7px;
  }
  .summary_down_73bf .list_action_8522 .north-1e00::after {
    bottom: -7px;
  }
  .row-glass-73b3 .list_action_8522 .row-focused-d89e {
    margin-top: -2px;
    width: 31px;
  }
  .row-glass-73b3 .list_action_8522 .north-1e00 {
    margin-top: -1.5px;
  }
  .row-glass-73b3 .list_action_8522 .north-1e00,
  .row-glass-73b3 .list_action_8522 .north-1e00::after,
  .row-glass-73b3 .list_action_8522 .north-1e00::before {
    width: 31px;
    height: 3px;
  }
  .row-glass-73b3 .list_action_8522 .north-1e00::before {
    top: -9px;
  }
  .row-glass-73b3 .list_action_8522 .north-1e00::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .button_south_987a .list_action_8522 .row-focused-d89e {
    margin-top: -2px;
    width: 19px;
  }
  .button_south_987a .list_action_8522 .north-1e00 {
    margin-top: -1px;
  }
  .button_south_987a .list_action_8522 .north-1e00,
  .button_south_987a .list_action_8522 .north-1e00::after,
  .button_south_987a .list_action_8522 .north-1e00::before {
    width: 19px;
    height: 2px;
  }
  .button_south_987a .list_action_8522 .north-1e00::before {
    top: -6px;
  }
  .button_south_987a .list_action_8522 .north-1e00::after {
    bottom: -6px;
  }
  .slow-5fb6 .list_action_8522 .row-focused-d89e {
    margin-top: -2px;
    width: 22px;
  }
  .slow-5fb6 .list_action_8522 .north-1e00 {
    margin-top: -1px;
  }
  .slow-5fb6 .list_action_8522 .north-1e00,
  .slow-5fb6 .list_action_8522 .north-1e00::after,
  .slow-5fb6 .list_action_8522 .north-1e00::before {
    width: 22px;
    height: 2px;
  }
  .slow-5fb6 .list_action_8522 .north-1e00::before {
    top: -7px;
  }
  .slow-5fb6 .list_action_8522 .north-1e00::after {
    bottom: -7px;
  }
  .icon-553e .list_action_8522 .row-focused-d89e {
    margin-top: -2px;
    width: 31px;
  }
  .icon-553e .list_action_8522 .north-1e00 {
    margin-top: -1.5px;
  }
  .icon-553e .list_action_8522 .north-1e00,
  .icon-553e .list_action_8522 .north-1e00::after,
  .icon-553e .list_action_8522 .north-1e00::before {
    width: 31px;
    height: 3px;
  }
  .icon-553e .list_action_8522 .north-1e00::before {
    top: -9px;
  }
  .icon-553e .list_action_8522 .north-1e00::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .fluid-ff08 .list_action_8522 .row-focused-d89e {
    margin-top: -2px;
    width: 19px;
  }
  .fluid-ff08 .list_action_8522 .north-1e00 {
    margin-top: -1px;
  }
  .fluid-ff08 .list_action_8522 .north-1e00,
  .fluid-ff08 .list_action_8522 .north-1e00::after,
  .fluid-ff08 .list_action_8522 .north-1e00::before {
    width: 19px;
    height: 2px;
  }
  .fluid-ff08 .list_action_8522 .north-1e00::before {
    top: -6px;
  }
  .fluid-ff08 .list_action_8522 .north-1e00::after {
    bottom: -6px;
  }
  .button_gold_f7b1 .list_action_8522 .row-focused-d89e {
    margin-top: -2px;
    width: 22px;
  }
  .button_gold_f7b1 .list_action_8522 .north-1e00 {
    margin-top: -1px;
  }
  .button_gold_f7b1 .list_action_8522 .north-1e00,
  .button_gold_f7b1 .list_action_8522 .north-1e00::after,
  .button_gold_f7b1 .list_action_8522 .north-1e00::before {
    width: 22px;
    height: 2px;
  }
  .button_gold_f7b1 .list_action_8522 .north-1e00::before {
    top: -7px;
  }
  .button_gold_f7b1 .list_action_8522 .north-1e00::after {
    bottom: -7px;
  }
  .background_4dfd .list_action_8522 .row-focused-d89e {
    margin-top: -2px;
    width: 31px;
  }
  .background_4dfd .list_action_8522 .north-1e00 {
    margin-top: -1.5px;
  }
  .background_4dfd .list_action_8522 .north-1e00,
  .background_4dfd .list_action_8522 .north-1e00::after,
  .background_4dfd .list_action_8522 .north-1e00::before {
    width: 31px;
    height: 3px;
  }
  .background_4dfd .list_action_8522 .north-1e00::before {
    top: -9px;
  }
  .background_4dfd .list_action_8522 .north-1e00::after {
    bottom: -9px;
  }
}
.item_ca71 .north-1e00 {
  -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);
}
.item_ca71 .north-1e00::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.item_ca71 .north-1e00::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);
}
.item_ca71.banner-new-6163 .north-1e00 {
  -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);
}
.item_ca71.banner-new-6163 .north-1e00::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.item_ca71.banner-new-6163 .north-1e00::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.message_soft_1e36 {
  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.widget-8b95:before {
  display: none;
}
.cool_a767 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.cool_a767 .hero-5adf {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.cool_a767 .hero-5adf:last-of-type {
  border-bottom: none;
}
.cool_a767 .hero-5adf.south-da70,
.cool_a767 .hero-5adf.focus_stone_232f,
.cool_a767 .hero-5adf.text_wide_c782 {
  padding: 0;
}
.cool_a767 .article-medium-6a19 .outer-d731 {
  color: currentColor;
}
.cool_a767 .article-medium-6a19 .outer-d731:focus,
.cool_a767 .article-medium-6a19 .outer-d731:hover {
  background: rgba(0, 0, 0, 0.01);
}
.cool_a767.fast_64a6 .block_cold_0522,
.cool_a767.fast_64a6 .west_6971 a,
.cool_a767.fast_64a6 .backdrop-6fe9 a,
.cool_a767.fast_64a6 .action_6935 a {
  color: rgba(0, 0, 0, 0.55);
}
.cool_a767.fast_64a6 .block_cold_0522:hover,
.cool_a767.fast_64a6 .west_6971 a:hover,
.cool_a767.fast_64a6 .backdrop-6fe9 a:hover,
.cool_a767.fast_64a6 .action_6935 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.cool_a767.fast_64a6 .huge-2df7 {
  color: rgba(0, 0, 0, 0.8);
}
.cool_a767.fast_64a6 .hero-5adf {
  border-color: rgba(0, 0, 0, 0.08);
}
.cool_a767.fast_64a6 .hero-5adf:before {
  background: rgba(0, 0, 0, 0.08);
}
.cool_a767.fast_64a6 .feature-north-66ee:before {
  background: rgba(255, 255, 255, 0.9);
}
.cool_a767.fast_64a6 .article-medium-6a19 .dirty_03ab li a,
.cool_a767.fast_64a6 .article-medium-6a19 .outer-d731,
.cool_a767.fast_64a6 .action_6935 {
  border-color: rgba(0, 0, 0, 0.08);
}
.cool_a767.fast_64a6 .article-medium-6a19 .outer-d731:focus,
.cool_a767.fast_64a6 .article-medium-6a19 .outer-d731:hover {
  background: rgba(0, 0, 0, 0.01);
}
.cool_a767.fast_64a6 .dirty_03ab li {
  border-color: rgba(0, 0, 0, 0.08);
}
.cool_a767.info_upper_b84b .block_cold_0522,
.cool_a767.info_upper_b84b .west_6971 a,
.cool_a767.info_upper_b84b .backdrop-6fe9 .outer-d731,
.cool_a767.info_upper_b84b .backdrop-6fe9 a,
.cool_a767.info_upper_b84b .action_6935 a {
  color: rgba(255, 255, 255, 0.79);
}
.cool_a767.info_upper_b84b .block_cold_0522:hover,
.cool_a767.info_upper_b84b .west_6971 a:hover,
.cool_a767.info_upper_b84b .backdrop-6fe9 .outer-d731:hover,
.cool_a767.info_upper_b84b .backdrop-6fe9 a:hover,
.cool_a767.info_upper_b84b .action_6935 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.cool_a767.info_upper_b84b .huge-2df7 {
  color: rgba(255, 255, 255, 0.99);
}
.cool_a767.info_upper_b84b .hero-5adf {
  border-color: rgba(255, 255, 255, 0.08);
}
.cool_a767.info_upper_b84b .hero-5adf:before {
  background: rgba(255, 255, 255, 0.08);
}
.cool_a767.info_upper_b84b .feature-north-66ee:before {
  background: rgba(0, 0, 0, 0.9);
}
.cool_a767.info_upper_b84b .article-medium-6a19 .dirty_03ab li a,
.cool_a767.info_upper_b84b .article-medium-6a19 .outer-d731,
.cool_a767.info_upper_b84b .action_6935 {
  border-color: rgba(255, 255, 255, 0.08);
}
.cool_a767.info_upper_b84b .article-medium-6a19 .outer-d731:focus,
.cool_a767.info_upper_b84b .article-medium-6a19 .outer-d731:hover {
  background: rgba(0, 0, 0, 0.01);
}
.cool_a767.info_upper_b84b .dirty_03ab li {
  border-color: rgba(255, 255, 255, 0.08);
}
.feature-north-66ee {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.feature-north-66ee:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.notification-29a7 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.hero_dcf0 .cool_a767 {
  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;
}
.hero_dcf0 .hero-5adf {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.hero_dcf0 .hero-5adf: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) {
  .hero_dcf0 .hero-5adf:before {
    width: 16%;
    left: 42%;
  }
}
.hero_dcf0 .hero-5adf:last-child:before {
  content: none;
}
.hero_dcf0 .hero-5adf[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.hero_dcf0 .article-medium-6a19 .dirty_03ab li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.hero_dcf0 .article-medium-6a19 .dirty_03ab li a .outer-d731 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.hero_dcf0 .article-medium-6a19 .action_6935 {
  border: none;
}
.hero_dcf0 .article-medium-6a19 .action_6935 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.hero_dcf0 .feature-north-66ee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hero_dcf0 .notification-29a7 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.hero_dcf0 .info_upper_b84b .feature-north-66ee:before {
  background: rgba(0, 0, 0, 0.9);
}
.hero_dcf0 .fast_64a6.basic-02e3 .north-1e00 {
  background: rgba(0, 0, 0, 0.6);
}
.hero_dcf0
  .fast_64a6.basic-02e3
  .north-1e00::after,
.hero_dcf0
  .fast_64a6.basic-02e3
  .north-1e00:before {
  background: inherit;
}
.hero_dcf0
  .fast_64a6.basic-02e3:hover
  .north-1e00 {
  background: rgba(0, 0, 0, 0.8);
}
.tiny-f51b .cool_a767 {
  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) {
  .tiny-f51b .cool_a767 {
    width: auto;
    right: 45px;
  }
}
.mini-d679 .cool_a767 {
  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) {
  .mini-d679 .cool_a767 {
    width: auto;
    left: 45px;
  }
}
.widget-8b95 .cool_a767 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.widget-8b95 .notification-29a7 {
  max-width: 48em;
  margin: 0 auto;
}
.widget-8b95 .feature-north-66ee:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.mask_ff01 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.mask_ff01.hero_dcf0 .cool_a767 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.mask_ff01.tiny-f51b .cool_a767 {
  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);
}
.mask_ff01 .cool_a767 {
  visibility: visible;
}
.mask_ff01.mini-d679 .cool_a767 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.layout-bb89,
.box_red_abd5 {
  overflow-x: hidden;
}
.layout-bb89 .cool_a767 {
  overflow: auto;
}
.layout-bb89.hero_dcf0 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.layout-bb89.hero_dcf0 .cool_a767 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.layout-bb89.hero_dcf0 .left_16af {
  opacity: 0;
}
.layout-bb89.tiny-f51b {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.layout-bb89.tiny-f51b .cool_a767 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.layout-bb89.tiny-f51b .left_16af {
  opacity: 0;
}
.layout-bb89.mini-d679 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.layout-bb89.mini-d679 .cool_a767 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.layout-bb89.mini-d679 .left_16af {
  opacity: 0;
}
.layout-bb89.widget-8b95 .cool_a767 {
  z-index: 10;
  visibility: visible;
}
.basic-02e3 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.basic-02e3 .north-1e00 {
  background: rgba(255, 255, 255, 0.99);
}
.basic-02e3 .north-1e00::after,
.basic-02e3 .north-1e00:before {
  background: inherit;
}
.basic-02e3:hover .north-1e00 {
  background: rgba(255, 255, 255, 0.99);
}
.mini-d679 .basic-02e3 {
  top: 10px;
  right: auto;
  left: 12px;
}
.widget-8b95 .basic-02e3 {
  display: none !important;
}
.layout-bb89:before,
.box_red_abd5:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.layout-bb89 .basic-02e3,
.box_red_abd5 .basic-02e3 {
  display: inline-block;
}
.cool_a767 .feature-259b {
  -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;
}
.layout-bb89 .cool_a767 .feature-259b,
.box_red_abd5 .cool_a767 .feature-259b {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.preview_ac42 .notice_64b8 {
  width: 100%;
}
.accent_simple_ad80 {
  padding: 0 0.5em 0;
}
.accent_simple_ad80 [class*="customify-col-"],
.accent_simple_ad80 [class*="customify-col_"],
.accent_simple_ad80 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.section_afd1 .accent_simple_ad80 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .mask_center_e846 .background-66c7,
  .background-66c7 {
    display: none;
  }
  .west_de14 {
    text-align: left;
  }
  .filter_01a5 {
    text-align: center;
  }
  .bright_19f0 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .mask_center_e846 .short-9737,
  .short-9737 {
    display: none;
  }
  .plasma_3d5a {
    text-align: left;
  }
  .footer_b9d9 {
    text-align: center;
  }
  .cool-0916 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .mask_center_e846 .detail_white_5b46,
  .detail_white_5b46 {
    display: none;
  }
  .progress-green-8ba4 {
    text-align: left;
  }
  .article-7299 {
    text-align: center;
  }
  .small_62f2 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.progress_top_05e6 {
  box-shadow: none !important;
}
.alert-42a4 .surface_lite_33a0,
.tall-ef96 .surface_lite_33a0 {
  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;
}
.tall-ef96 .surface_lite_33a0 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-1b44 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.footer-1b44:after,
.footer-1b44:before {
  content: "";
  display: table;
}
.footer-1b44:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .footer-1b44 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.footer-1b44,
.container-c24b {
  max-width: 1248px;
  margin: 0 auto;
}

.notice_4342.active_32da .footer-1b44 {
  max-width: 100%;
}
.notice_4342.mask_84fd {
  max-width: 1200px;
  margin: 0 auto;
}
.notice_4342.sidebar_cold_a65e .footer-1b44 {
  max-width: 100%;
}
.notice_4342.sidebar_cold_a65e > .footer-1b44 {
  padding-left: 0;
  padding-right: 0;
}
.notice_4342.sidebar_cold_a65e > .footer-1b44 .mask_center_e846 {
  margin: 0;
}
.notice_4342.sidebar_cold_a65e
  > .footer-1b44
  .clean_e4d9.main-active-5285 {
  margin-right: 0;
  margin-left: 0;
}
.notice_4342.sidebar_cold_a65e #main.main-active-5285 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .huge_4385 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .huge_4385 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .panel-small-2710 .tiny_9c99 {
    padding-right: 1em;
  }
  .panel-small-2710.gas_bb03 .clean_e4d9 {
    border-right: 1px solid #eaecee;
  }
  .panel-small-2710.gas_bb03 .tiny_9c99 {
    padding-right: 1em;
  }
  .panel-small-2710.gas_bb03 .preview_focused_0165 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .solid_5df1 .tiny_9c99 {
    padding-left: 1em;
  }
  .solid_5df1.gas_bb03 .clean_e4d9 {
    border-left: 1px solid #eaecee;
  }
  .solid_5df1.gas_bb03 .tiny_9c99 {
    padding-left: 1em;
  }
  .solid_5df1.gas_bb03 .preview_focused_0165 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .pattern_fcc4 .tiny_9c99 {
    padding-left: 1em;
  }
  .pattern_fcc4.gas_bb03 .layout-d02f {
    border-right: 1px solid #eaecee;
  }
  .pattern_fcc4.gas_bb03 .action_31ec {
    border-right: 1px solid #eaecee;
  }
  .pattern_fcc4.gas_bb03 .tiny_9c99 {
    padding-left: 1em;
  }
  .pattern_fcc4.gas_bb03 .preview_focused_0165 {
    padding-right: 1em;
  }
  .pattern_fcc4.gas_bb03 .silver_d00f {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .hard-cf3e .tiny_9c99 {
    padding-right: 1em;
  }
  .hard-cf3e.gas_bb03 .layout-d02f {
    border-left: 1px solid #eaecee;
  }
  .hard-cf3e.gas_bb03 .action_31ec {
    border-left: 1px solid #eaecee;
  }
  .hard-cf3e.gas_bb03 .tiny_9c99 {
    padding-right: 1em;
  }
  .hard-cf3e.gas_bb03 .preview_focused_0165 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .hard-cf3e.gas_bb03 .silver_d00f {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .huge_4385 .tiny_9c99 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .huge_4385.gas_bb03 .clean_e4d9 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .huge_4385.gas_bb03 .tiny_9c99 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .huge_4385.gas_bb03 .preview_focused_0165 {
    padding-left: 1em;
  }
  .huge_4385.gas_bb03 .silver_d00f {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .huge_4385.gas_bb03 .tiny_9c99 {
    padding-left: 0;
  }
}
.right-4475 .purple-7e3b {
  display: inline-block;
}
.tabs-dark-57ab {
  display: inline-block;
}
.upper_29f0 {
  word-con: break-word;
}
.tooltip_b36d > span {
  display: inline-block;
  padding: 5px 0;
}
.tooltip_b36d .disabled-5ad7 {
  margin-left: 8px;
  margin-right: 8px;
}
.tooltip_b36d .label-20c1 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.yellow_3149 .hover-e823 {
  margin-bottom: 2em;
}
.yellow_3149 .bright-4754 {
  margin-bottom: 15px;
}
.yellow_3149 .bright-4754:last-child {
  margin-bottom: 0;
}
.yellow_3149 .notification-lower-8dde {
  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) {
  .yellow_3149 .notification-lower-8dde {
    display: block;
  }
}
.yellow_3149 .green_a1fa {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .yellow_3149 .green_a1fa {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.yellow_3149 .accent_738c {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.yellow_3149 .accent_738c img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.yellow_3149 .accent_738c a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.yellow_3149 .upper_29f0 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.yellow_3149 .upper_29f0 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.yellow_3149 .message-dirty-5520 p:last-child {
  margin-bottom: 0;
}
.yellow_3149 .module_a100 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.yellow_3149 .input_small_ad0e {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.yellow_3149 .article_cc7e {
  margin-top: 1em;
}
.yellow_3149 .advanced_d9ca {
  top: 0;
  display: block;
}
.yellow_3149 .advanced_d9ca a {
  color: inherit;
}
.yellow_3149 .advanced_d9ca a:hover {
  color: inherit;
}
.yellow_3149 .iron_c1e5 {
  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;
}
.yellow_3149 .iron_c1e5:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.yellow_3149 .input_small_ad0e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.yellow_3149 .feature_2d9b {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.yellow_3149 .feature_2d9b:first-child {
  margin-top: 0;
}
.yellow_3149 .feature_2d9b.dirty_5936 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.yellow_3149 .feature_2d9b.breadcrumb-top-251c {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.yellow_3149
  .feature_2d9b.breadcrumb-top-251c.detail_11ba
  .article_cc7e {
  width: 100%;
}
.yellow_3149 .breadcrumb-top-251c {
  -webkit-box-align: center;
  align-items: center;
}
.yellow_3149 .breadcrumb-top-251c .tooltip_b36d,
.yellow_3149 .breadcrumb-top-251c > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.yellow_3149 .accent_738c {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.yellow_3149 .accent_738c img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.yellow_3149 .accent_738c: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;
}
.yellow_3149 .dirty_5936 {
  z-index: 5;
}
.yellow_3149 .first_f6fb .item-iron-1d33 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.yellow_3149 .grid-green-2b29 .item-iron-1d33 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.yellow_3149 .hero-under-cf6b .item-iron-1d33 {
  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;
}
.yellow_3149.icon-motion-db6a .notification-lower-8dde,
.yellow_3149.light_6e32 .notification-lower-8dde {
  display: block;
}
.yellow_3149.icon-motion-db6a .notification-lower-8dde .tabs-east-b6f6,
.yellow_3149.icon-motion-db6a .notification-lower-8dde .input_small_ad0e,
.yellow_3149.light_6e32 .notification-lower-8dde .tabs-east-b6f6,
.yellow_3149.light_6e32 .notification-lower-8dde .input_small_ad0e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.yellow_3149.header-222e .green_a1fa {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .yellow_3149.header-222e .green_a1fa {
    margin-right: 0;
  }
}
.yellow_3149.icon-motion-db6a .green_a1fa,
.yellow_3149.light_6e32 .green_a1fa {
  padding-top: 40%;
}
.yellow_3149.icon-motion-db6a .hover-e823,
.yellow_3149.light_6e32 .hover-e823 {
  display: block;
}
.yellow_3149.icon-motion-db6a .fn-sticky-c24f .input_small_ad0e,
.yellow_3149.light_6e32 .fn-sticky-c24f .input_small_ad0e {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.yellow_3149.icon-motion-db6a .green_a1fa,
.yellow_3149.light_6e32 .green_a1fa {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.yellow_3149.icon-motion-db6a .input_small_ad0e {
  padding: 1em;
}
.main_c44c {
  margin: 30px auto;
  display: block;
}
.main_c44c .description-df40 > * {
  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;
}
.main_c44c .description-df40 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.main_c44c .description-df40 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.carousel_south_1402 .tooltip_b36d {
  margin-bottom: 1.41575em;
}
.carousel_south_1402 .row_ccc4 {
  margin-bottom: 1.618em;
}
.highlight-hard-ff55 .summary-030e {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.highlight-hard-ff55 .summary-030e a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.highlight-hard-ff55 .lower_f8e8 {
  max-width: 100%;
  overflow: auto;
}
.tag-narrow-77c0 .highlight-hard-ff55 a:hover {
  text-decoration: underline;
}
.picture_feac .bright-4754:not(.upper_29f0),
.picture_feac .accent_738c {
  margin-bottom: 1.41575em;
}
.picture_feac .bright-4754:not(.upper_29f0):last-child,
.picture_feac .accent_738c:last-child {
  margin-bottom: 0;
}
.picture_feac .bright-4754.info_paper_864e {
  margin-bottom: 0.41575em;
}
.picture_feac .header-c448:before,
.picture_feac .bright_13fa:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.picture_feac .header-c448:before {
  content: "\f115";
}
.picture_feac .bright_13fa:before {
  content: "\f02c";
}
.picture_feac .south_5c9f {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.picture_feac .south_5c9f a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.gallery-cool-1e4e {
  display: -webkit-box;
  display: flex;
}
.gallery-cool-1e4e .video_hard_b113 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .gallery-cool-1e4e .video_hard_b113 {
    flex-basis: 90px;
  }
}
.gallery-cool-1e4e .button-6eb0 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .gallery-cool-1e4e .button-6eb0 {
    flex-basis: calc(100% - 50px);
  }
}
.gallery-cool-1e4e .component-narrow-a547 p:last-child {
  margin-bottom: 0.72em;
}
.top_174e .description-df40 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.top_174e .description-df40:after,
.top_174e .description-df40:before {
  content: "";
  display: table;
}
.top_174e .description-df40:after {
  clear: both;
}
.top_174e .description-df40 .green-c513,
.top_174e .description-df40 .feature_east_79a0 {
  width: 49%;
}
.top_174e .description-df40 .green-c513 a span.header_motion_51f2,
.top_174e .description-df40 .feature_east_79a0 a span.header_motion_51f2 {
  display: block;
  margin-bottom: 5px;
}
.top_174e .description-df40 .feature_east_79a0 {
  float: left;
  text-align: left;
}
.top_174e .description-df40 .green-c513 {
  float: right;
  text-align: right;
}
.pattern-blue-53ba {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .pattern-blue-53ba {
    margin-bottom: 0;
  }
}
.border-fixed-122f {
  margin-bottom: 1em;
}
.border-fixed-122f .upper_29f0 {
  font-size: 1.1em;
  line-height: 1.3;
}
.secondary_small_e31d a {
  display: block;
  line-height: 0;
  position: relative;
}
.list_fresh_2519 .border-fixed-122f,
.fluid_7801 .border-fixed-122f {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .list_fresh_2519 .border-fixed-122f,
  .fluid_7801 .border-fixed-122f {
    display: block;
  }
}
.list_fresh_2519 .secondary_small_e31d,
.fluid_7801 .secondary_small_e31d {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .list_fresh_2519 .secondary_small_e31d,
  .fluid_7801 .secondary_small_e31d {
    margin-bottom: 1em;
  }
}
.list_fresh_2519 .secondary_small_e31d img,
.fluid_7801 .secondary_small_e31d img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.list_fresh_2519 .icon_inner_8e17,
.fluid_7801 .icon_inner_8e17 {
  flex-basis: calc(100% - 160px);
}
.list_fresh_2519 .icon_inner_8e17 p,
.fluid_7801 .icon_inner_8e17 p {
  margin-bottom: 0;
}
.list_fresh_2519 .icon_inner_8e17 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .list_fresh_2519 .icon_inner_8e17 {
    padding-left: 0;
  }
}
.fluid_7801 .icon_inner_8e17 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .fluid_7801 .icon_inner_8e17 {
    padding-right: 0;
  }
}
.fluid_7801 .secondary_small_e31d {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.over_2d57 .secondary_small_e31d {
  margin-bottom: 0.5em;
}
.over_2d57 .secondary_small_e31d img {
  width: 100%;
}
.thumbnail_f6e1 .down_c96f,
.shade_north_79c3 .down_c96f {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.shade_north_79c3 .clean_e4d9 .rough-a7b7 p:last-child {
  margin-bottom: 0;
}
.image-19a3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.full_cc6d .advanced-056b {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .full_cc6d .advanced-056b:last-of-type {
    margin-bottom: 0;
  }
}
.full_cc6d .advanced-056b ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.full_cc6d .advanced-056b ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.full_cc6d .advanced-056b ul li {
  margin: 0 0 0.6em;
}
.full_cc6d .advanced-056b ul li.link-brown-60b7,
.full_cc6d .advanced-056b ul li.footer-9adf {
  position: relative;
}
.full_cc6d .advanced-056b ul li.link-brown-60b7 .right_dfb9,
.full_cc6d .advanced-056b ul li.footer-9adf .right_dfb9 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.full_cc6d .advanced-056b ul li.link-brown-60b7:after:after,
.full_cc6d .advanced-056b ul li.link-brown-60b7:after:before,
.full_cc6d
  .advanced-056b
  ul
  li.footer-9adf:after:after,
.full_cc6d
  .advanced-056b
  ul
  li.footer-9adf:after:before {
  content: "";
  display: table;
}
.full_cc6d .advanced-056b ul li.link-brown-60b7:after:after,
.full_cc6d
  .advanced-056b
  ul
  li.footer-9adf:after:after {
  clear: both;
}
.full_cc6d .advanced-056b a.mask-medium-9a7d:hover {
  text-decoration: none;
}
.full_cc6d .advanced-056b select {
  max-width: 100%;
}
.full_cc6d .advanced-056b table {
  font-size: 85%;
}
.full_cc6d .advanced-056b table td,
.full_cc6d .advanced-056b table th {
  padding: 0.2360828548em;
  text-align: center;
}
.full_cc6d .advanced-056b table tfoot td {
  text-align: left;
}
.full_cc6d .advanced-056b :last-child {
  margin-bottom: 0;
}
.full_cc6d .advanced-056b .content-0721 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.full_cc6d .advanced-056b .content-0721 label {
  width: 100%;
}
.full_cc6d .advanced-056b .content-0721 .item_static_3537 {
  width: 100%;
  display: block;
}
.full_cc6d .advanced-056b .content-0721 .huge-f141 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.full_cc6d .advanced-056b .content-0721 .huge-f141:hover svg #svg-search {
  fill: #444;
}
.full_cc6d .advanced-056b .content-0721 .huge-f141 svg {
  width: 18px;
  height: 18px;
}
.full_cc6d .hard_d57c ul ul,
.full_cc6d .gradient_huge_a26f ul ul,
.full_cc6d .image_next_e24f ul ul,
.full_cc6d .video-9b49 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.full_cc6d .hard_d57c .cool-cef7 > a,
.full_cc6d .gradient_huge_a26f .cool-cef7 > a,
.full_cc6d .image_next_e24f .cool-cef7 > a,
.full_cc6d .video-9b49 .cool-cef7 > a {
  margin-bottom: 0;
}
.full_cc6d .mask-dim-3fc9 li,
.full_cc6d .hard_d57c li,
.full_cc6d .logo_f845 li,
.full_cc6d .gradient_huge_a26f li,
.full_cc6d .image_next_e24f li,
.full_cc6d .video-9b49 li,
.full_cc6d .outline_04fe li,
.full_cc6d .full_1f5f li {
  display: block;
  position: relative;
}
.full_cc6d .mask-dim-3fc9 li:last-child,
.full_cc6d .hard_d57c li:last-child,
.full_cc6d .logo_f845 li:last-child,
.full_cc6d .gradient_huge_a26f li:last-child,
.full_cc6d .image_next_e24f li:last-child,
.full_cc6d .video-9b49 li:last-child,
.full_cc6d .outline_04fe li:last-child,
.full_cc6d .full_1f5f li:last-child {
  border: none;
}
.full_cc6d .mask-dim-3fc9 li a,
.full_cc6d .hard_d57c li a,
.full_cc6d .logo_f845 li a,
.full_cc6d .gradient_huge_a26f li a,
.full_cc6d .image_next_e24f li a,
.full_cc6d .video-9b49 li a,
.full_cc6d .outline_04fe li a,
.full_cc6d .full_1f5f li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.full_cc6d .mask-dim-3fc9 li ul li::before,
.full_cc6d .hard_d57c li ul li::before,
.full_cc6d .logo_f845 li ul li::before,
.full_cc6d .gradient_huge_a26f li ul li::before,
.full_cc6d .image_next_e24f li ul li::before,
.full_cc6d .video-9b49 li ul li::before,
.full_cc6d .outline_04fe li ul li::before,
.full_cc6d .full_1f5f li ul li::before {
  left: 15px;
}
.full_cc6d .mask-dim-3fc9 li ul a,
.full_cc6d .hard_d57c li ul a,
.full_cc6d .logo_f845 li ul a,
.full_cc6d .gradient_huge_a26f li ul a,
.full_cc6d .image_next_e24f li ul a,
.full_cc6d .video-9b49 li ul a,
.full_cc6d .outline_04fe li ul a,
.full_cc6d .full_1f5f li ul a {
  padding-left: 20px;
}
.full_cc6d .mask-dim-3fc9 li ul ul li::before,
.full_cc6d .hard_d57c li ul ul li::before,
.full_cc6d .logo_f845 li ul ul li::before,
.full_cc6d .gradient_huge_a26f li ul ul li::before,
.full_cc6d .image_next_e24f li ul ul li::before,
.full_cc6d .video-9b49 li ul ul li::before,
.full_cc6d .outline_04fe li ul ul li::before,
.full_cc6d .full_1f5f li ul ul li::before {
  left: 30px;
}
.full_cc6d .mask-dim-3fc9 li ul ul a,
.full_cc6d .hard_d57c li ul ul a,
.full_cc6d .logo_f845 li ul ul a,
.full_cc6d .gradient_huge_a26f li ul ul a,
.full_cc6d .image_next_e24f li ul ul a,
.full_cc6d .video-9b49 li ul ul a,
.full_cc6d .outline_04fe li ul ul a,
.full_cc6d .full_1f5f li ul ul a {
  padding-left: 40px;
}
.full_cc6d .light-1640 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.full_cc6d .full_1f5f ul li {
  margin-bottom: 1.41575em;
}
.full_cc6d .full_1f5f ul li .dim-cc66 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.full_cc6d .full_1f5f ul li .secondary-pro-d328 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.info_upper_b84b .mask-dim-3fc9 li a,
.info_upper_b84b .hard_d57c li a,
.info_upper_b84b .logo_f845 li a,
.info_upper_b84b .gradient_huge_a26f li a,
.info_upper_b84b .image_next_e24f li a,
.info_upper_b84b .video-9b49 li a,
.info_upper_b84b .outline_04fe li a,
.info_upper_b84b .full_1f5f li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.info_upper_b84b .light-1640 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.info_upper_b84b .advanced-056b ul li.link-brown-60b7 .right_dfb9,
.info_upper_b84b .advanced-056b ul li.footer-9adf .right_dfb9 {
  background: rgba(0, 0, 0, 0.2);
}
.info_upper_b84b .full_cc6d .advanced-056b select {
  border-color: rgba(255, 255, 255, 0.08);
}
.notice_4342 .full_cc6d .dirty_03ab li {
  margin: 0;
}
.notice_4342 .full_cc6d .dirty_03ab li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.notice_4342 .full_cc6d .dirty_03ab li ul {
  margin: 0;
}
.notice_4342 .full_cc6d .dirty_03ab li ul li a {
  padding-left: 15px;
}
.notice_4342 .full_cc6d .dirty_03ab li ul li li a {
  padding-left: 30px;
}
.notice_4342 .full_cc6d .dirty_03ab li.modal-3abe > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.notice_4342 .full_cc6d .dirty_03ab li.modal-3abe > 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;
}
.notice_4342 .full_cc6d .dirty_03ab li.modal-3abe > 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;
}
.prev_e1ce a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.alert-9b03 {
  position: relative;
  z-index: 10;
}
.alert-9b03 .feature-259b {
  width: 100%;
  max-width: 100%;
}
.grid_5835 .left-7a9d {
  padding-top: 2em;
  padding-bottom: 2em;
}
.grid_5835 .fast_64a6 {
}
.grid_5835 .info_upper_b84b {
  background: #292929;
}
.overlay_0330 .left-7a9d {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.overlay_0330 .fast_64a6 {
  background: #f9f9f9;
}
.overlay_0330 .info_upper_b84b {
  background: #303030;
}
.alert-ae7e .left-7a9d {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .alert-ae7e .purple-7e3b {
    margin-bottom: 1em;
  }
  .alert-ae7e .purple-7e3b:last-child {
    margin-bottom: 0;
  }
}
.alert-ae7e .fast_64a6 {
  background: #ededed;
}
.alert-ae7e .info_upper_b84b {
  background: #1a1a1a;
}
.left-7a9d.fast_64a6 {
  color: rgba(0, 0, 0, 0.6);
}
.left-7a9d.fast_64a6 .disabled_6033 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.left-7a9d.info_upper_b84b {
  color: rgba(255, 255, 255, 0.99);
}
.left-7a9d.info_upper_b84b a:not(.mask-medium-9a7d) {
  color: rgba(255, 255, 255, 0.79);
}
.left-7a9d.info_upper_b84b a:not(.mask-medium-9a7d):hover {
  color: rgba(255, 255, 255, 0.99);
}
.left-7a9d.info_upper_b84b .disabled_6033 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.left-7a9d.info_upper_b84b table tbody td,
.left-7a9d.info_upper_b84b table th {
  background: rgba(0, 0, 0, 0.08);
}
.heading_419a.huge_1dbf .footer-1b44 {
  max-width: initial;
}
.heading_419a .outer-d35b {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.heading_419a .outer-d35b .feature-259b {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .heading_419a .outer-d35b .feature-259b {
    display: block;
    margin-bottom: 2em;
  }
  .heading_419a .outer-d35b .feature-259b:last-child {
    margin-bottom: 0;
  }
}
.alert-ae7e .purple-7e3b:last-child,
.overlay_0330 .purple-7e3b:last-child,
.grid_5835 .purple-7e3b:last-child {
  margin-bottom: 0;
}
.alert-ae7e .purple-7e3b .full_cc6d .advanced-056b:last-child,
.overlay_0330 .purple-7e3b .full_cc6d .advanced-056b:last-child,
.grid_5835 .purple-7e3b .full_cc6d .advanced-056b:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .alert-ae7e .text-0ed2,
  .alert-ae7e .modal-c73a,
  .overlay_0330 .text-0ed2,
  .overlay_0330 .modal-c73a,
  .grid_5835 .text-0ed2,
  .grid_5835 .modal-c73a {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .alert-9b03 .purple-7e3b {
    margin-bottom: 2em;
  }
}
.alert-9b03 p:last-child {
  margin-bottom: 0;
}
.alert-9b03 li,
.alert-9b03 ul {
  list-style: none;
  margin: 0;
}
.alert-9b03 ul ul {
  margin-left: 2.617924em;
}
.tertiary_narrow_5ba6 {
  font-size: 0.875em;
}

/* css-noise: 7a01 */
.shadow-element-v5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
