@import url("https://use.typekit.net/ane1twc.css");
@import url("https://use.typekit.net/spq4kmf.css");
html.font-poster-gothic-atf {
  --font-header: poster-gothic-atf, system-ui, sans-serif; }
  html.font-poster-gothic-atf h1, html.font-poster-gothic-atf .h-one, html.font-poster-gothic-atf .h-one,
  html.font-poster-gothic-atf h2,
  html.font-poster-gothic-atf .h-two, html.font-poster-gothic-atf .h-two,
  html.font-poster-gothic-atf h3,
  html.font-poster-gothic-atf .h-three, html.font-poster-gothic-atf .h-three,
  html.font-poster-gothic-atf h4,
  html.font-poster-gothic-atf .h-four,
  html.font-poster-gothic-atf .standard-table th,
  .standard-table html.font-poster-gothic-atf th, html.font-poster-gothic-atf .h-four,
  html.font-poster-gothic-atf h5,
  html.font-poster-gothic-atf .h-five, html.font-poster-gothic-atf .h-five,
  html.font-poster-gothic-atf .h-mega-large,
  html.font-poster-gothic-atf .h-mega-default {
    font-family: var(--font-header);
    line-height: 0.95 !important; }
  html.font-poster-gothic-atf aside.left-off-canvas-menu, html.font-poster-gothic-atf aside.left-off-canvas-menu a p, html.font-poster-gothic-atf aside.left-off-canvas-menu a .p, html.font-poster-gothic-atf aside.left-off-canvas-menu .linkCat, html.font-poster-gothic-atf aside.left-off-canvas-menu .previewCartItem-name, html.font-poster-gothic-atf aside.left-off-canvas-menu input,
  html.font-poster-gothic-atf header.header,
  html.font-poster-gothic-atf header.header a p,
  html.font-poster-gothic-atf header.header a .p,
  html.font-poster-gothic-atf header.header .linkCat,
  html.font-poster-gothic-atf header.header .previewCartItem-name,
  html.font-poster-gothic-atf header.header input {
    font-family: var(--font-header); }
  html.font-poster-gothic-atf aside.left-off-canvas-menu .previewCart,
  html.font-poster-gothic-atf header.header .previewCart {
    font-family: var(--font-family); }
  html.font-poster-gothic-atf .footer-wrapper, html.font-poster-gothic-atf .footer-wrapper a, html.font-poster-gothic-atf .footer-wrapper p, html.font-poster-gothic-atf .footer-wrapper .p, html.font-poster-gothic-atf .footer-wrapper input {
    font-family: var(--font-header); }
  html.font-poster-gothic-atf .btn,
  html.font-poster-gothic-atf .btn-arrow,
  html.font-poster-gothic-atf .button,
  html.font-poster-gothic-atf .read-more,
  html.font-poster-gothic-atf .show-more,
  html.font-poster-gothic-atf .show-less,
  html.font-poster-gothic-atf .view-all,
  html.font-poster-gothic-atf .load-more,
  html.font-poster-gothic-atf .breadcrumbs,
  html.font-poster-gothic-atf p.tags,
  html.font-poster-gothic-atf .tags.p,
  html.font-poster-gothic-atf .tagline,
  html.font-poster-gothic-atf p.dateAuthor,
  html.font-poster-gothic-atf .dateAuthor.p,
  html.font-poster-gothic-atf .kuFilters,
  html.font-poster-gothic-atf .kuDropdown,
  html.font-poster-gothic-atf .kuLoadMoreBtn,
  html.font-poster-gothic-atf .kuFilterTag,
  html.font-poster-gothic-atf .kuFiltersOpen,
  html.font-poster-gothic-atf .klevu-category-label,
  html.font-poster-gothic-atf .product-promo-badge,
  html.font-poster-gothic-atf .product-promo-badge-final-sale,
  html.font-poster-gothic-atf .form-action,
  html.font-poster-gothic-atf .add-to-cart-widget .button,
  html.font-poster-gothic-atf .add-to-cart-widget .product-title,
  html.font-poster-gothic-atf .rt-365,
  html.font-poster-gothic-atf .rt-365 p,
  html.font-poster-gothic-atf .rt-365 .p,
  html.font-poster-gothic-atf .rut-report-map,
  html.font-poster-gothic-atf .articles-grid-count,
  html.font-poster-gothic-atf .navBar-item,
  html.font-poster-gothic-atf .cart-item-name,
  html.font-poster-gothic-atf .articles-filters,
  html.font-poster-gothic-atf .articles-filters select,
  html.font-poster-gothic-atf .articles-grid-wrapper input,
  html.font-poster-gothic-atf .forecast-header,
  html.font-poster-gothic-atf .list-state-dnrs {
    font-family: var(--font-header); }
  html.font-poster-gothic-atf .article-card .grade, html.font-poster-gothic-atf .article-card .an-grade,
  html.font-poster-gothic-atf .article-stats .grade,
  html.font-poster-gothic-atf .article-stats .an-grade {
    font-family: var(--font-header); }

/*@import "components/theme-checkout";*/
/*
This file is included in optimized-checkout.scss and in theme.scss.
This allows base styles (buttons, etc) to be used in the optimized checkout experience.
*/
/*================ Mixins ================*/
/*============================================================================
Prefix mixin for generating vendor prefixes.
Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

Usage:
// Input:
.element {
    @include prefix(transform, scale(1), ms webkit spec);
}

// Output:
.element {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/**
* Reverse the properties applied by @mixin visually-hidden
*
* Accepts:
* - $position: {String} Positioning method for element
*
* Usage:
* .selector {
*   @include visually-shown(relative);
* }
*/
/* CUSTOM PROPERTIES */
:root {
  --font-family: "capitana", system-ui, sans-serif;
  --font-base: 16px;
  --font-regular: 400;
  --font-semi-bold: 600;
  --font-bold: 700;
  --font-black: 900;
  --white-space: 4rem;
  --white-space-header-mobile: 1.5rem;
  --grid-gap: 1.5rem;
  --height-thumb: 238px;
  --height-short: 350px;
  --height-normal: 500px;
  --height-tall: 724px;
  --height-mega: 850px;
  --color-black: #000000;
  --color-green: #33372d;
  --color-beige: #d8d1bd;
  --color-darkGray: #ebe9e4;
  --color-lightGray: #f4f4f4;
  --color-white: #ffffff;
  --color-orange: #dfa717;
  --color-primary: var(--color-orange);
  --active-state: var(--color-primary);
  --color-red: #E00000;
  --color-gray: #707070; }

.flex-video {
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 25px;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-left: -10px;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .grid {
      margin-left: -24px; } }

.grid__item {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 10px;
  width: auto; }
  @media only screen and (min-width: 768px) {
    .grid__item {
      padding-left: 24px; } }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Build Base Grid Classes ================*/
.auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto; }

.expand {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  max-width: 100%;
  width: auto; }

.one-whole {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.one-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.one-third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.two-thirds {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.one-quarter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.two-quarters {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.three-quarters {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.one-fifth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.two-fifths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.three-fifths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.four-fifths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.one-sixth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.two-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.three-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.four-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.five-sixths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.one-eighth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.two-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.three-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%; }

.four-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.five-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%; }

.six-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.seven-eighths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%; }

.one-tenth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%; }

.two-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.three-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%; }

.four-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.five-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.six-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.seven-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%; }

.eight-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.nine-tenths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%; }

.one-twelfth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.two-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.three-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.four-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.five-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.six-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.seven-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.eight-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.nine-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.ten-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.eleven-twelfths {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.flex-row {
  -webkit-box-direction: normal !important;
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-direction: reverse !important;
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-direction: reverse !important;
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
  -ms-flex-positive: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
  -ms-flex-positive: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important; }

.align-items-end {
  align-items: flex-end !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important; }

.align-items-center {
  align-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important; }

.align-items-baseline {
  align-items: baseline !important;
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important; }

.align-items-stretch {
  align-items: stretch !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important; }

.align-content-start {
  align-content: flex-start !important;
  -ms-flex-line-pack: start !important; }

.align-content-end {
  align-content: flex-end !important;
  -ms-flex-line-pack: end !important; }

.align-content-center {
  align-content: center !important;
  -ms-flex-line-pack: center !important; }

.align-content-between {
  align-content: space-between !important;
  -ms-flex-line-pack: justify !important; }

.align-content-around {
  align-content: space-around !important;
  -ms-flex-line-pack: distribute !important; }

.align-content-stretch {
  align-content: stretch !important;
  -ms-flex-line-pack: stretch !important; }

.align-self-auto {
  align-self: auto !important;
  -ms-flex-item-align: auto !important; }

.align-self-start {
  align-self: flex-start !important;
  -ms-flex-item-align: start !important; }

.align-self-end {
  align-self: flex-end !important;
  -ms-flex-item-align: end !important; }

.align-self-center {
  align-self: center !important;
  -ms-flex-item-align: center !important; }

.align-self-baseline {
  align-self: baseline !important;
  -ms-flex-item-align: baseline !important; }

.align-self-stretch {
  align-self: stretch !important;
  -ms-flex-item-align: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.is-srOnly, .login-main .form-field--inputEmail label,
.login-main .form-field--inputPassword label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 389px) {
  .xsmall--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .xsmall--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .xsmall--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xsmall--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xsmall--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xsmall--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xsmall--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xsmall--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xsmall--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xsmall--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xsmall--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xsmall--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xsmall--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xsmall--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xsmall--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xsmall--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xsmall--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xsmall--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xsmall--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xsmall--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xsmall--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xsmall--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .xsmall--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xsmall--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .xsmall--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xsmall--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xsmall--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .xsmall--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xsmall--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .xsmall--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xsmall--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xsmall--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xsmall--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xsmall--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xsmall--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xsmall--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xsmall--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xsmall--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xsmall--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xsmall--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .xsmall--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .xsmall--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .xsmall--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .xsmall--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .xsmall--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .xsmall--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .xsmall--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .xsmall--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .xsmall--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .xsmall--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .xsmall--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .xsmall--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .xsmall--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .xsmall--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .xsmall--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .xsmall--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .xsmall--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .xsmall--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .xsmall--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .xsmall--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .xsmall--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .xsmall--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .xsmall--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .xsmall--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .xsmall--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .xsmall--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .xsmall--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .xsmall--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .xsmall--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .xsmall--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .xsmall--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .xsmall--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .xsmall--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .xsmall--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .xsmall--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .xsmall--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .xsmall--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xsmall--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xsmall--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xsmall--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xsmall--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xsmall--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .xsmall--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .xsmall--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .xsmall--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .xsmall--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .xsmall--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .xsmall--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .xsmall--show {
    display: block !important; }
  .xsmall--hide {
    display: none !important; }
  .xsmall--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .xsmall--text-left {
    text-align: left !important; }
  .xsmall--text-right {
    text-align: right !important; }
  .xsmall--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 390px) and (max-width: 767px) {
  .small--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .small--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .small--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .small--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .small--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .small--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .small--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .small--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .small--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .small--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .small--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .small--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .small--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .small--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .small--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .small--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .small--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .small--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .small--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .small--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .small--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .small--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .small--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .small--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .small--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .small--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .small--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .small--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .small--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .small--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .small--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .small--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .small--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .small--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .small--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .small--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .small--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .small--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .small--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .small--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .small--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .small--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .small--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .small--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .small--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .small--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .small--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .small--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .small--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .small--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .small--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .small--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .small--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .small--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .small--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .small--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .small--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .small--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .small--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .small--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .small--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .small--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .small--show {
    display: block !important; }
  .small--hide {
    display: none !important; }
  .small--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .small--text-left {
    text-align: left !important; }
  .small--text-right {
    text-align: right !important; }
  .small--text-center {
    text-align: center !important; } }

@media only screen and (max-width: 767px) {
  .small-down--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .small-down--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .small-down--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .small-down--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-down--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-down--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-down--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-down--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small-down--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small-down--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small-down--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small-down--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-down--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-down--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-down--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small-down--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-down--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-down--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .small-down--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .small-down--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-down--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .small-down--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .small-down--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small-down--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .small-down--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small-down--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small-down--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .small-down--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small-down--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .small-down--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small-down--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-down--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-down--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-down--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .small-down--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-down--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .small-down--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-down--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-down--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small-down--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .small-down--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .small-down--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .small-down--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .small-down--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .small-down--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .small-down--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .small-down--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .small-down--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .small-down--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .small-down--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .small-down--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .small-down--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .small-down--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .small-down--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .small-down--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .small-down--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .small-down--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .small-down--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .small-down--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .small-down--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .small-down--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .small-down--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .small-down--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .small-down--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .small-down--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .small-down--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .small-down--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .small-down--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .small-down--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .small-down--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .small-down--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .small-down--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .small-down--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .small-down--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .small-down--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .small-down--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .small-down--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .small-down--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .small-down--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .small-down--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .small-down--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .small-down--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .small-down--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .small-down--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .small-down--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .small-down--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .small-down--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .small-down--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .small-down--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .small-down--show {
    display: block !important; }
  .small-down--hide {
    display: none !important; }
  .small-down--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .small-down--text-left {
    text-align: left !important; }
  .small-down--text-right {
    text-align: right !important; }
  .small-down--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 390px) {
  .small-up--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .small-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .small-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .small-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .small-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .small-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .small-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .small-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .small-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .small-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .small-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .small-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .small-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .small-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .small-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .small-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .small-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .small-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .small-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small-up--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .small-up--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .small-up--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .small-up--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .small-up--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .small-up--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .small-up--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .small-up--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .small-up--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .small-up--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .small-up--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .small-up--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .small-up--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .small-up--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .small-up--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .small-up--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .small-up--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .small-up--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .small-up--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .small-up--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .small-up--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .small-up--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .small-up--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .small-up--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .small-up--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .small-up--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .small-up--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .small-up--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .small-up--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .small-up--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .small-up--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .small-up--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .small-up--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .small-up--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .small-up--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .small-up--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .small-up--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .small-up--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .small-up--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .small-up--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .small-up--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .small-up--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .small-up--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .small-up--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .small-up--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .small-up--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .small-up--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .small-up--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .small-up--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .small-up--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .small-up--show {
    display: block !important; }
  .small-up--hide {
    display: none !important; }
  .small-up--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .small-up--text-left {
    text-align: left !important; }
  .small-up--text-right {
    text-align: right !important; }
  .small-up--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .medium--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .medium--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .medium--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .medium--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .medium--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .medium--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .medium--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .medium--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .medium--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .medium--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .medium--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .medium--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .medium--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .medium--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .medium--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .medium--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .medium--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .medium--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .medium--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .medium--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .medium--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .medium--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .medium--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .medium--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .medium--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .medium--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .medium--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .medium--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .medium--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .medium--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .medium--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .medium--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .medium--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .medium--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .medium--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .medium--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .medium--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .medium--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .medium--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .medium--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .medium--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .medium--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .medium--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .medium--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .medium--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .medium--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .medium--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .medium--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .medium--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .medium--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .medium--show {
    display: block !important; }
  .medium--hide {
    display: none !important; }
  .medium--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .medium--text-left {
    text-align: left !important; }
  .medium--text-right {
    text-align: right !important; }
  .medium--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 768px) {
  .medium-up--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .medium-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .medium-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .medium-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .medium-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .medium-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .medium-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-up--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-up--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .medium-up--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .medium-up--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .medium-up--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .medium-up--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .medium-up--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .medium-up--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .medium-up--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .medium-up--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .medium-up--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .medium-up--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .medium-up--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .medium-up--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .medium-up--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .medium-up--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .medium-up--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .medium-up--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .medium-up--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .medium-up--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .medium-up--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .medium-up--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .medium-up--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .medium-up--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .medium-up--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .medium-up--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .medium-up--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .medium-up--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .medium-up--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .medium-up--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .medium-up--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .medium-up--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .medium-up--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .medium-up--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .medium-up--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .medium-up--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .medium-up--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .medium-up--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .medium-up--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-up--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-up--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-up--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-up--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-up--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .medium-up--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .medium-up--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .medium-up--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .medium-up--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .medium-up--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .medium-up--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .medium-up--show {
    display: block !important; }
  .medium-up--hide {
    display: none !important; }
  .medium-up--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .medium-up--text-left {
    text-align: left !important; }
  .medium-up--text-right {
    text-align: right !important; }
  .medium-up--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 991px) {
  .large-up--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .large-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .large-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .large-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .large-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .large-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .large-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .large-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .large-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .large-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .large-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .large-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .large-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .large-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .large-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .large-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .large-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .large-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-up--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-up--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .large-up--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .large-up--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .large-up--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .large-up--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .large-up--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .large-up--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .large-up--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .large-up--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .large-up--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .large-up--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .large-up--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .large-up--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .large-up--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .large-up--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .large-up--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .large-up--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .large-up--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .large-up--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .large-up--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .large-up--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .large-up--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .large-up--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .large-up--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .large-up--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .large-up--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .large-up--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .large-up--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .large-up--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .large-up--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .large-up--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .large-up--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .large-up--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .large-up--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .large-up--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .large-up--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .large-up--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .large-up--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large-up--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large-up--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large-up--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large-up--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large-up--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .large-up--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .large-up--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .large-up--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .large-up--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .large-up--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .large-up--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .large-up--show {
    display: block !important; }
  .large-up--hide {
    display: none !important; }
  .large-up--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .large-up--text-left {
    text-align: left !important; }
  .large-up--text-right {
    text-align: right !important; }
  .large-up--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .large--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .large--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .large--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .large--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .large--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .large--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .large--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .large--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .large--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .large--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .large--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .large--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .large--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .large--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .large--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .large--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .large--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .large--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .large--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .large--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .large--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .large--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .large--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .large--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .large--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .large--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .large--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .large--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .large--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .large--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .large--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .large--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .large--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .large--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .large--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .large--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .large--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .large--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .large--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .large--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .large--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .large--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .large--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .large--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .large--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .large--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .large--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .large--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .large--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .large--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .large--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .large--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .large--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .large--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .large--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .large--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .large--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .large--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .large--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .large--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .large--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .large--show {
    display: block !important; }
  .large--hide {
    display: none !important; }
  .large--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .large--text-left {
    text-align: left !important; }
  .large--text-right {
    text-align: right !important; }
  .large--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 1200px) {
  .xlarge-up--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .xlarge-up--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .xlarge-up--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-up--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-up--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-up--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-up--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-up--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge-up--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge-up--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge-up--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge-up--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-up--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-up--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-up--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-up--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xlarge-up--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-up--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xlarge-up--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xlarge-up--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-up--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xlarge-up--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .xlarge-up--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge-up--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .xlarge-up--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge-up--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge-up--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .xlarge-up--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge-up--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .xlarge-up--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-up--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-up--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-up--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-up--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-up--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-up--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-up--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-up--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-up--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-up--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-up--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .xlarge-up--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .xlarge-up--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .xlarge-up--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .xlarge-up--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .xlarge-up--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .xlarge-up--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .xlarge-up--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .xlarge-up--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .xlarge-up--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .xlarge-up--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .xlarge-up--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .xlarge-up--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .xlarge-up--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .xlarge-up--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .xlarge-up--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .xlarge-up--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .xlarge-up--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .xlarge-up--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .xlarge-up--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .xlarge-up--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .xlarge-up--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .xlarge-up--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .xlarge-up--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .xlarge-up--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .xlarge-up--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .xlarge-up--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .xlarge-up--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .xlarge-up--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .xlarge-up--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .xlarge-up--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .xlarge-up--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .xlarge-up--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .xlarge-up--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .xlarge-up--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .xlarge-up--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .xlarge-up--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .xlarge-up--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-up--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-up--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-up--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-up--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-up--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .xlarge-up--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .xlarge-up--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .xlarge-up--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .xlarge-up--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .xlarge-up--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .xlarge-up--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .xlarge-up--show {
    display: block !important; }
  .xlarge-up--hide {
    display: none !important; }
  .xlarge-up--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .xlarge-up--text-left {
    text-align: left !important; }
  .xlarge-up--text-right {
    text-align: right !important; }
  .xlarge-up--text-center {
    text-align: center !important; } }

@media only screen and (max-width: 1399px) {
  .xlarge-down--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .xlarge-down--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .xlarge-down--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-down--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-down--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-down--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-down--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-down--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge-down--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge-down--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge-down--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge-down--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-down--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-down--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-down--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-down--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xlarge-down--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-down--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xlarge-down--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xlarge-down--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-down--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xlarge-down--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .xlarge-down--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge-down--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .xlarge-down--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge-down--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge-down--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .xlarge-down--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge-down--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .xlarge-down--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-down--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-down--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-down--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-down--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-down--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-down--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-down--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-down--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-down--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-down--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-down--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .xlarge-down--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .xlarge-down--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .xlarge-down--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .xlarge-down--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .xlarge-down--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .xlarge-down--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .xlarge-down--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .xlarge-down--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .xlarge-down--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .xlarge-down--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .xlarge-down--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .xlarge-down--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .xlarge-down--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .xlarge-down--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .xlarge-down--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .xlarge-down--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .xlarge-down--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .xlarge-down--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .xlarge-down--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .xlarge-down--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .xlarge-down--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .xlarge-down--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .xlarge-down--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .xlarge-down--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .xlarge-down--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .xlarge-down--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .xlarge-down--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .xlarge-down--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .xlarge-down--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .xlarge-down--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .xlarge-down--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .xlarge-down--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .xlarge-down--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .xlarge-down--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .xlarge-down--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .xlarge-down--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .xlarge-down--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-down--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-down--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-down--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-down--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-down--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .xlarge-down--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .xlarge-down--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .xlarge-down--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .xlarge-down--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .xlarge-down--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .xlarge-down--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .xlarge-down--show {
    display: block !important; }
  .xlarge-down--hide {
    display: none !important; }
  .xlarge-down--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .xlarge-down--text-left {
    text-align: left !important; }
  .xlarge-down--text-right {
    text-align: right !important; }
  .xlarge-down--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xlarge--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .xlarge--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .xlarge--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xlarge--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xlarge--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xlarge--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xlarge--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .xlarge--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .xlarge--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .xlarge--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .xlarge--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .xlarge--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .xlarge--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .xlarge--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .xlarge--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .xlarge--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .xlarge--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .xlarge--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .xlarge--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .xlarge--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .xlarge--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .xlarge--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .xlarge--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .xlarge--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .xlarge--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .xlarge--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .xlarge--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .xlarge--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .xlarge--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .xlarge--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .xlarge--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .xlarge--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .xlarge--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .xlarge--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .xlarge--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .xlarge--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .xlarge--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .xlarge--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .xlarge--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .xlarge--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .xlarge--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .xlarge--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .xlarge--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .xlarge--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .xlarge--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .xlarge--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .xlarge--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .xlarge--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .xlarge--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .xlarge--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .xlarge--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .xlarge--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .xlarge--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .xlarge--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .xlarge--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .xlarge--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .xlarge--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .xlarge--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .xlarge--show {
    display: block !important; }
  .xlarge--hide {
    display: none !important; }
  .xlarge--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .xlarge--text-left {
    text-align: left !important; }
  .xlarge--text-right {
    text-align: right !important; }
  .xlarge--text-center {
    text-align: center !important; } }

@media only screen and (max-width: 990px) {
  .medium-down--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .medium-down--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .medium-down--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-down--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-down--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-down--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-down--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-down--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-down--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium-down--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium-down--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium-down--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-down--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-down--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-down--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-down--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-down--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-down--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium-down--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium-down--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-down--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium-down--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .medium-down--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-down--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .medium-down--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .medium-down--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .medium-down--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .medium-down--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .medium-down--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .medium-down--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-down--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-down--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-down--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-down--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-down--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-down--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-down--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-down--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-down--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-down--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-down--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .medium-down--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .medium-down--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .medium-down--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .medium-down--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .medium-down--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .medium-down--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .medium-down--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .medium-down--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .medium-down--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .medium-down--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .medium-down--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .medium-down--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .medium-down--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .medium-down--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .medium-down--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .medium-down--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .medium-down--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .medium-down--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .medium-down--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .medium-down--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .medium-down--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .medium-down--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .medium-down--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .medium-down--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .medium-down--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .medium-down--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .medium-down--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .medium-down--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .medium-down--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .medium-down--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .medium-down--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .medium-down--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .medium-down--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .medium-down--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .medium-down--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .medium-down--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .medium-down--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-down--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-down--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-down--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-down--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-down--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .medium-down--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .medium-down--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .medium-down--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .medium-down--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .medium-down--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .medium-down--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .medium-down--show {
    display: block !important; }
  .medium-down--hide {
    display: none !important; }
  .medium-down--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .medium-down--text-left {
    text-align: left !important; }
  .medium-down--text-right {
    text-align: right !important; }
  .medium-down--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 1400px) {
  .widescreen--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .widescreen--expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: 100%;
    width: auto; }
  .widescreen--one-whole {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .widescreen--one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .widescreen--two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .widescreen--one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .widescreen--two-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .widescreen--one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .widescreen--two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .widescreen--three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .widescreen--four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .widescreen--one-sixth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .widescreen--two-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .widescreen--three-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--four-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .widescreen--five-sixths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .widescreen--one-eighth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .widescreen--two-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .widescreen--three-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .widescreen--four-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--five-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .widescreen--six-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .widescreen--seven-eighths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .widescreen--one-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .widescreen--two-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .widescreen--three-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .widescreen--four-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .widescreen--five-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--six-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .widescreen--seven-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .widescreen--eight-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .widescreen--nine-tenths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .widescreen--one-twelfth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .widescreen--two-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .widescreen--three-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .widescreen--four-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .widescreen--five-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .widescreen--six-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .widescreen--seven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .widescreen--eight-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .widescreen--nine-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .widescreen--ten-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .widescreen--eleven-twelfths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .widescreen--flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .widescreen--flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .widescreen--flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .widescreen--flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .widescreen--flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .widescreen--flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .widescreen--flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .widescreen--flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .widescreen--flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-positive: 0 !important; }
  .widescreen--flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-positive: 1 !important; }
  .widescreen--flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .widescreen--flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .widescreen--justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .widescreen--justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .widescreen--justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .widescreen--justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .widescreen--justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .widescreen--align-items-start {
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important; }
  .widescreen--align-items-end {
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important; }
  .widescreen--align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important; }
  .widescreen--align-items-baseline {
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important; }
  .widescreen--align-items-stretch {
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important; }
  .widescreen--align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important; }
  .widescreen--align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important; }
  .widescreen--align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important; }
  .widescreen--align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important; }
  .widescreen--align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important; }
  .widescreen--align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important; }
  .widescreen--align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important; }
  .widescreen--align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important; }
  .widescreen--align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important; }
  .widescreen--align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important; }
  .widescreen--align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important; }
  .widescreen--align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important; }
  .widescreen--order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .widescreen--order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .widescreen--order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .widescreen--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .widescreen--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .widescreen--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .widescreen--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .widescreen--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .widescreen--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .widescreen--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .widescreen--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .widescreen--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .widescreen--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .widescreen--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .widescreen--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .widescreen--show {
    display: block !important; }
  .widescreen--hide {
    display: none !important; }
  .widescreen--is-srOnly {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .widescreen--text-left {
    text-align: left !important; }
  .widescreen--text-right {
    text-align: right !important; }
  .widescreen--text-center {
    text-align: center !important; } }

/*================ Build Grid Push Classes ================*/
@media only screen and (min-width: 768px) {
  .medium-up--push-one-half {
    margin-left: 50%; }
  .medium-up--push-one-third {
    margin-left: 33.33333%; }
  .medium-up--push-two-thirds {
    margin-left: 66.66667%; }
  .medium-up--push-one-quarter {
    margin-left: 25%; }
  .medium-up--push-two-quarters {
    margin-left: 50%; }
  .medium-up--push-three-quarters {
    margin-left: 75%; }
  .medium-up--push-one-fifth {
    margin-left: 20%; }
  .medium-up--push-two-fifths {
    margin-left: 40%; }
  .medium-up--push-three-fifths {
    margin-left: 60%; }
  .medium-up--push-four-fifths {
    margin-left: 80%; }
  .medium-up--push-one-sixth {
    margin-left: 16.66667%; }
  .medium-up--push-two-sixths {
    margin-left: 33.33333%; }
  .medium-up--push-three-sixths {
    margin-left: 50%; }
  .medium-up--push-four-sixths {
    margin-left: 66.66667%; }
  .medium-up--push-five-sixths {
    margin-left: 83.33333%; }
  .medium-up--push-one-eighth {
    margin-left: 12.5%; }
  .medium-up--push-two-eighths {
    margin-left: 25%; }
  .medium-up--push-three-eighths {
    margin-left: 37.5%; }
  .medium-up--push-four-eighths {
    margin-left: 50%; }
  .medium-up--push-five-eighths {
    margin-left: 62.5%; }
  .medium-up--push-six-eighths {
    margin-left: 75%; }
  .medium-up--push-seven-eighths {
    margin-left: 87.5%; }
  .medium-up--push-one-tenth {
    margin-left: 10%; }
  .medium-up--push-two-tenths {
    margin-left: 20%; }
  .medium-up--push-three-tenths {
    margin-left: 30%; }
  .medium-up--push-four-tenths {
    margin-left: 40%; }
  .medium-up--push-five-tenths {
    margin-left: 50%; }
  .medium-up--push-six-tenths {
    margin-left: 60%; }
  .medium-up--push-seven-tenths {
    margin-left: 70%; }
  .medium-up--push-eight-tenths {
    margin-left: 80%; }
  .medium-up--push-nine-tenths {
    margin-left: 90%; }
  .medium-up--push-one-twelfth {
    margin-left: 8.33333%; }
  .medium-up--push-two-twelfths {
    margin-left: 16.66667%; }
  .medium-up--push-three-twelfths {
    margin-left: 25%; }
  .medium-up--push-four-twelfths {
    margin-left: 33.33333%; }
  .medium-up--push-five-twelfths {
    margin-left: 41.66667%; }
  .medium-up--push-six-twelfths {
    margin-left: 50%; }
  .medium-up--push-seven-twelfths {
    margin-left: 58.33333%; }
  .medium-up--push-eight-twelfths {
    margin-left: 66.66667%; }
  .medium-up--push-nine-twelfths {
    margin-left: 75%; }
  .medium-up--push-ten-twelfths {
    margin-left: 83.33333%; }
  .medium-up--push-eleven-twelfths {
    margin-left: 91.66667%; } }

@media only screen and (min-width: 991px) {
  .large-up--push-one-half {
    margin-left: 50%; }
  .large-up--push-one-third {
    margin-left: 33.33333%; }
  .large-up--push-two-thirds {
    margin-left: 66.66667%; }
  .large-up--push-one-quarter {
    margin-left: 25%; }
  .large-up--push-two-quarters {
    margin-left: 50%; }
  .large-up--push-three-quarters {
    margin-left: 75%; }
  .large-up--push-one-fifth {
    margin-left: 20%; }
  .large-up--push-two-fifths {
    margin-left: 40%; }
  .large-up--push-three-fifths {
    margin-left: 60%; }
  .large-up--push-four-fifths {
    margin-left: 80%; }
  .large-up--push-one-sixth {
    margin-left: 16.66667%; }
  .large-up--push-two-sixths {
    margin-left: 33.33333%; }
  .large-up--push-three-sixths {
    margin-left: 50%; }
  .large-up--push-four-sixths {
    margin-left: 66.66667%; }
  .large-up--push-five-sixths {
    margin-left: 83.33333%; }
  .large-up--push-one-eighth {
    margin-left: 12.5%; }
  .large-up--push-two-eighths {
    margin-left: 25%; }
  .large-up--push-three-eighths {
    margin-left: 37.5%; }
  .large-up--push-four-eighths {
    margin-left: 50%; }
  .large-up--push-five-eighths {
    margin-left: 62.5%; }
  .large-up--push-six-eighths {
    margin-left: 75%; }
  .large-up--push-seven-eighths {
    margin-left: 87.5%; }
  .large-up--push-one-tenth {
    margin-left: 10%; }
  .large-up--push-two-tenths {
    margin-left: 20%; }
  .large-up--push-three-tenths {
    margin-left: 30%; }
  .large-up--push-four-tenths {
    margin-left: 40%; }
  .large-up--push-five-tenths {
    margin-left: 50%; }
  .large-up--push-six-tenths {
    margin-left: 60%; }
  .large-up--push-seven-tenths {
    margin-left: 70%; }
  .large-up--push-eight-tenths {
    margin-left: 80%; }
  .large-up--push-nine-tenths {
    margin-left: 90%; }
  .large-up--push-one-twelfth {
    margin-left: 8.33333%; }
  .large-up--push-two-twelfths {
    margin-left: 16.66667%; }
  .large-up--push-three-twelfths {
    margin-left: 25%; }
  .large-up--push-four-twelfths {
    margin-left: 33.33333%; }
  .large-up--push-five-twelfths {
    margin-left: 41.66667%; }
  .large-up--push-six-twelfths {
    margin-left: 50%; }
  .large-up--push-seven-twelfths {
    margin-left: 58.33333%; }
  .large-up--push-eight-twelfths {
    margin-left: 66.66667%; }
  .large-up--push-nine-twelfths {
    margin-left: 75%; }
  .large-up--push-ten-twelfths {
    margin-left: 83.33333%; }
  .large-up--push-eleven-twelfths {
    margin-left: 91.66667%; } }

/*================ Special Grid Classes (only add to "grid" element) ================*/
/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0;
  width: 100% !important; }
  .grid--full > .grid__item {
    padding-left: 0; }

/* Extra large gutters. */
.grid--double-gutter {
  margin-left: -20px; }
  @media only screen and (min-width: 768px) {
    .grid--double-gutter {
      margin-left: -48px; } }
  .grid--double-gutter > .grid__item {
    padding-left: 20px; }
    @media only screen and (min-width: 768px) {
      .grid--double-gutter > .grid__item {
        padding-left: 48px; } }

/* Reverse the direction on desktop */
.grid--rev {
  flex-direction: row-reverse; }

@keyframes loading {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0); }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0); }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg); } }

.form-field {
  margin-bottom: 16px; }
  @media only screen and (max-width: 767px) {
    .form-field[data-product-attribute="set-rectangle"] {
      text-align: left; } }
  .form-field[data-product-attribute="set-rectangle"] .form-option {
    padding: 5px 10px; }
  .form-field[data-product-attribute="set-rectangle"] .form-option-variant {
    min-width: 64px;
    padding-left: 0;
    padding-right: 0; }
  .form-field.form-field--stock {
    display: none !important; }

.form-input,
.form-select {
  background-color: #fff;
  border-color: #000000;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: #000000;
  font-family: "capitana", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  letter-spacing: 0;
  outline: 0 none;
  padding: 0 16px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000000; }
  .form-input.placeholder,
  .form-select.placeholder {
    color: #000000;
    opacity: 0.5; }
  .form-input:-moz-placeholder,
  .form-select:-moz-placeholder {
    color: #000000;
    opacity: 0.5; }
  .form-input::-moz-placeholder,
  .form-select::-moz-placeholder {
    color: #000000;
    opacity: 0.5; }
  .form-input:-ms-input-placeholder,
  .form-select:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5; }
  .form-input::-webkit-input-placeholder,
  .form-select::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5; }

.form-input:focus, .form-input:active {
  background-color: #fff;
  border-color: #dfa717; }

textarea.form-input {
  padding-top: 24px;
  padding-left: 24px; }

textarea[rows] {
  height: auto;
  width: 100%; }

.form-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10'%3E%3Cpath d='M9,10c-.26,0-.51-.1-.71-.29L.29,1.71C-.1,1.32-.1,.68,.29,.29S1.32-.1,1.71,.29l7.29,7.29L16.29,.29c.39-.39,1.02-.39,1.41,0s.39,1.02,0,1.41L9.71,9.71c-.2,.2-.45,.29-.71,.29Z' fill='rgba(51, 55, 45, 0.999)' /%3E%3C/svg%3E");
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 0 20px 0 15px;
  appearance: none; }

.form-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: var(--font-semi-bold); }

label[for] {
  cursor: pointer; }

.form-label--inlineSmall {
  display: inline-block; }
  .form-label--inlineSmall small {
    color: #687079;
    float: none;
    font-size: inherit;
    font-weight: 400;
    margin-left: 5px;
    text-transform: none; }

.form--hiddenLabels .form-label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.form--fields-contained .form-field {
  max-width: 344px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage {
  color: #dfa717;
  font-size: 14px;
  padding-top: 8px;
  text-align: right; }

.form-field--success:not(.form-field--inputPassword) .form-input[type="text"] {
  padding-right: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(83, 192, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 9px center;
  background-repeat: no-repeat; }

.form-field--success:not(.form-field--inputPassword) .form-input[name="credit_card_number"] {
  background-position: right 30px center; }

.form-field--success:not(.form-field--inputPassword) .form-input[name="cvv"] {
  background-position: right 30px center; }

.form-checkbox,
.form-radio {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    line-height: 20px; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: transparent;
      background-image: none;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 11.049px 7.873px;
      border: 1px solid #33372d;
      content: "";
      display: inline-block;
      height: 24px;
      margin-right: 5px;
      width: 24px;
      vertical-align: middle; }
  .form-checkbox:checked + .form-label::before,
  .form-radio:checked + .form-label::before {
    background-color: #33372d; }
  .form-checkbox:checked + .form-option:not(.form-option-swatch), .form-checkbox:hover + .form-option:not(.form-option-swatch),
  .form-radio:checked + .form-option:not(.form-option-swatch),
  .form-radio:hover + .form-option:not(.form-option-swatch) {
    background-size: 100%;
    color: #ffffff; }
  .form-checkbox:checked + .form-option-swatch, .form-checkbox:hover + .form-option-swatch,
  .form-radio:checked + .form-option-swatch,
  .form-radio:hover + .form-option-swatch {
    border-color: #000000; }
    .form-checkbox:checked + .form-option-swatch .form-option-variant, .form-checkbox:hover + .form-option-swatch .form-option-variant,
    .form-radio:checked + .form-option-swatch .form-option-variant,
    .form-radio:hover + .form-option-swatch .form-option-variant {
      opacity: 1; }

.form-checkbox:checked + .form-label::before {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.049' height='7.873' viewBox='0 0 11.049 7.873' fill='%23fff'%3E%3Cpath d='M100.016,138.773a.748.748,0,0,1-.513-.2l-3.2-3.008a.75.75,0,1,1,1.027-1.093L100,136.978l5.832-5.857a.75.75,0,0,1,1.063,1.058l-6.346,6.373A.748.748,0,0,1,100.016,138.773Z' transform='translate(-96.063 -130.9)'/%3E%3C/svg%3E"); }

.form-actions {
  display: block; }
  .form-actions .button {
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .form-actions .button {
        width: 100%; } }
    .form-actions .button + .button {
      margin: 0 5px 10px; }

.form-label--alternate {
  margin-bottom: 10px; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 5px; }

.form-select--small,
.form-select--date {
  background-position: right 5px top 7px;
  background-size: 18px;
  font-size: 14px;
  height: 35px;
  line-height: 16px;
  max-width: 320px;
  padding: 4px 7px;
  padding-right: 20px; }

.form-select--short {
  max-width: 96px;
  width: 72px; }

.form-file {
  margin-bottom: 7px; }

.form-fileDescription {
  font-size: 14px; }

.form-field-group {
  border: 2px solid #000000;
  border-radius: 0;
  padding: 24px; }

.form-prefixPostfix {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .form-prefixPostfix .button {
    height: 48px;
    line-height: 48px; }
  .form-prefixPostfix.wrap {
    flex-wrap: wrap; }
  .form-prefixPostfix .form-input,
  .form-prefixPostfix .button {
    display: block;
    width: 100%; }
  @media only screen and (min-width: 991px) {
    .form-prefixPostfix .form-input {
      width: auto; } }
  @media only screen and (min-width: 991px) {
    .form-prefixPostfix .button {
      width: auto; } }
  .form-prefixPostfix .form-inlineMessage {
    margin-bottom: 5px; }
    @media only screen and (min-width: 991px) {
      .form-prefixPostfix .form-inlineMessage {
        margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 10px 0 0;
  order: 1; }
  @media only screen and (min-width: 991px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 10px;
      order: 0; } }

.form-field--increments {
  display: block;
  margin-bottom: 0; }
  .form-field--increments label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: middle; }
  .form-field--increments .form-increments-wrap {
    display: inline-block;
    vertical-align: middle; }

.form-increment > div {
  display: inline-block;
  vertical-align: middle; }
  .form-increment > div.increment-input-wrap {
    width: 37px; }
  .form-increment > div.increment-button-wrap {
    width: 36px; }
    .form-increment > div.increment-button-wrap .button {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%; }
      .form-increment > div.increment-button-wrap .button:active, .form-increment > div.increment-button-wrap .button:hover {
        background-size: 0;
        background-color: #dfa717; }

.form-input--incrementTotal {
  color: #000000;
  display: block;
  font-size: 16px;
  height: 48px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%; }
  .form-input--incrementTotal, .form-input--incrementTotal:focus {
    background: #fff; }

.form-option {
  border: 1px solid #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 7px;
  margin-right: 8px;
  padding: 3px;
  transition: all 0.15s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000));
  transition: background-size .2s ease-in-out 0s,color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  background-repeat: no-repeat;
  background-position: 0%;
  background-size: 0; }
  @media only screen and (max-width: 767px) {
    .form-option {
      margin-right: 7px; } }
  .form-option:not(.form-option-swatch) {
    padding: 5px 2px; }
  .form-option:hover,
  .form-radio:checked + .form-option, .form-option.selected {
    border-color: #000000;
    opacity: 1; }

.form-option-variant {
  display: inline-block;
  font-size: 16px;
  min-width: 80px;
  padding: 8px 5px;
  pointer-events: none;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .form-option-variant {
      min-width: 42px; } }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 42px;
  min-width: initial;
  padding: 0;
  width: 42px; }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper:last-child .form-option {
    margin-right: 0; }

.form-input--small {
  font-size: 14px;
  height: 35px;
  line-height: 16px;
  padding: 4px 7px; }

.form-minMaxRow {
  *zoom: 1;
  margin-left: -5px; }
  .form-minMaxRow::after {
    content: '';
    display: table;
    clear: both; }
  .form-minMaxRow .form-field {
    float: left;
    margin-bottom: 0;
    padding-left: 5px;
    width: 100px; }
    .form-minMaxRow .form-field input {
      height: 48px;
      max-width: 100%;
      padding: 0;
      padding-left: 5px; }
    .form-minMaxRow .form-field:last-child {
      width: 50%; }
  .form-minMaxRow .price-range-to_label {
    float: left;
    line-height: 48px;
    text-align: center;
    padding: 0 8px; }
  .form-minMaxRow .button {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-transform: capitalize; }

.form-row--half {
  *zoom: 1; }
  .form-row--half::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 390px) {
    .form-row--half {
      margin-left: -10px; } }
  @media only screen and (min-width: 768px) {
    .form-row--half {
      margin-left: -24px; } }
  @media only screen and (min-width: 390px) {
    .form-row--half > .form-field {
      float: left;
      padding-left: 10px;
      width: 50%; }
      .form-row--half > .form-field:nth-child(odd) {
        clear: left; } }
  @media only screen and (min-width: 768px) {
    .form-row--half > .form-field {
      padding-left: 24px; } }
  .form-row--half > .form-field .form-input {
    width: 100%; }

.form-row--third {
  *zoom: 1; }
  .form-row--third::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 390px) {
    .form-row--third {
      margin-left: -10px; } }
  @media only screen and (min-width: 768px) {
    .form-row--third {
      margin-left: -24px; } }
  @media only screen and (min-width: 390px) {
    .form-row--third > .form-field {
      float: left;
      padding-left: 10px;
      width: 33.333%; }
      .form-row--third > .form-field:nth-child(3n-2) {
        clear: left; } }
  @media only screen and (min-width: 768px) {
    .form-row--third > .form-field {
      padding-left: 24px; } }
  .form-row--third > .form-field .form-input {
    width: 100%; }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    border-color: grey;
    color: grey; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: grey;
      content: "";
      height: 2px;
      left: -11px;
      position: absolute;
      top: 20px;
      transform: rotate(-28deg);
      width: 141%; }
      @media only screen and (min-width: 768px) {
        [data-product-attribute] .form-option.unavailable::before {
          left: -6px;
          top: 22px;
          width: 118%; } }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.form--absolute-button {
  position: relative; }
  .form--absolute-button .form-field,
  .form--absolute-button .form-input,
  .form--absolute-button .form-select {
    margin: 0;
    width: 100%; }
  .form--absolute-button .button {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .form--absolute-button .button .icon {
      fill: currentColor;
      height: 25px;
      vertical-align: top;
      width: 25px; }

.form.display-flex {
  display: flex;
  width: 100%; }
  .form.display-flex .form-field,
  .form.display-flex .form-input,
  .form.display-flex .form-select {
    height: 48px;
    margin: 0;
    width: 100%; }

/* ELEMENTS */
html {
  scroll-behavior: smooth; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body {
  background: #fff;
  color: #000000;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: clamp(1rem, 5vw, 1rem);
  font-family: "capitana", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

cite {
  line-height: 1.25;
  margin: 5px 0 0; }

h1, .h-one, h2, .h-two, h3, .h-three, h4, .h-four, .standard-table th, h5, .h-five, h6 {
  margin-top: 0;
  font-family: "capitana", Helvetica, Arial, sans-serif;
  font-weight: var(--font-black);
  text-transform: uppercase; }

h1, .h-one {
  font-size: clamp(2rem, 5vw, 6rem);
  line-height: 1.1; }

h2, .h-two {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1; }

h3, .h-three {
  font-size: clamp(2rem, 5vw, 2rem);
  line-height: 1.1; }

h4, .h-four, .standard-table th {
  font-size: clamp(1.5rem, 5vw, 1.5rem);
  line-height: 1.1; }

h5, .h-five {
  font-size: clamp(1.125rem, 5vw, 1.125rem);
  line-height: 1.1; }

.h-mega-large {
  font-weight: var(--font-black);
  text-transform: uppercase;
  font-size: clamp(2rem, 10vw, 11rem);
  line-height: 1.2; }

.h-mega-default {
  font-weight: var(--font-black);
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 8rem);
  line-height: 1.3; }

ul, ol, dl, p, .p {
  line-height: 1.25;
  padding: 0;
  margin-top: 0;
  color: #000000;
  letter-spacing: 0;
  text-transform: initial; }

a {
  color: #000000;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase; }
  a:hover {
    color: #AA5900;
    text-decoration: underline; }

.skip-to-main-link {
  text-decoration: underline;
  background: #fff;
  color: #000000;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s;
  z-index: 103; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.focus-hidden:focus {
  outline: none; }

.p-large {
  font-weight: var(--font-regular);
  text-transform: initial;
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  line-height: 2.375; }

.p-x-large {
  font-weight: var(--font-regular);
  text-transform: initial;
  font-size: clamp(1.5rem, 5vw, 2rem);
  line-height: 2.375; }

.p-spaced {
  font-weight: var(--font-regular);
  text-transform: initial;
  font-size: clamp(1rem, 5vw, 1rem);
  line-height: 1.75; }

.p-small, .cannot-purchase-details .productView-unavailable p, .cannot-purchase-details .productView-unavailable .p, .cannot-purchase-details .productView-unavailable span {
  font-weight: var(--font-regular);
  text-transform: initial;
  font-size: clamp(0.75rem, 5vw, 0.75rem);
  line-height: 1; }

.p-x-small {
  font-weight: var(--font-regular);
  text-transform: initial;
  font-size: clamp(0.625rem, 5vw, 0.625rem);
  line-height: 1; }

.button-font {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: calc(1/0.875);
  text-transform: uppercase; }

.tag-font {
  font-size: 0.688rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: calc(0.75/0.688); }

.label {
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 900;
  text-transform: uppercase; }

.label-product, .facetedSearch-toggle .facetedSearch-toggle-quantity {
  font-size: 0.75rem;
  line-height: calc(1 / 0.75);
  font-weight: 900;
  text-transform: uppercase; }

/* CLASSES */
.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.article-headline {
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(2.5 / 2);
  text-transform: initial; }

address {
  font-style: normal; }

.color-textSecondary {
  color: #687079; }

.color-secondary {
  color: #dfa717; }

.rte ul, .rte ol {
  padding-left: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .rte ul, .rte ol {
      padding-left: 40px;
      margin-bottom: 40px; } }
  .rte ul ul, .rte ul ol, .rte ol ul, .rte ol ol {
    margin-bottom: 0; }
  .rte ul.spaced-list > li, .rte ol.spaced-list > li {
    margin-bottom: 24px; }
    .rte ul.spaced-list > li:last-of-type, .rte ol.spaced-list > li:last-of-type {
      margin-bottom: 0; }

.rte a:hover {
  text-decoration: underline; }

.rte .video-wrapper {
  margin-bottom: 24px; }

.button {
  white-space: nowrap;
  border: 0 none;
  font-size: 14px;
  border-radius: 0;
  font-weight: 600;
  height: 48px;
  letter-spacing: 0;
  line-height: 48px;
  padding: 0 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-family: "capitana", Helvetica, Arial, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000));
  transition: background-size .2s ease-in-out 0s,color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  background-repeat: no-repeat;
  background-position: 0%;
  background-size: 0; }
  .button svg {
    fill: currentColor; }
  .button .icon {
    width: 12px;
    height: 12px; }
  .button:hover {
    background-size: 100%;
    color: #ffffff;
    text-decoration: none; }
  .button:active {
    color: #ffffff;
    background-color: #000000; }
  .button[disabled], .button.is-disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5); }
  .button.button--primary, .swal2-actions .button.swal2-confirm {
    color: #ffffff;
    background-color: #dfa717; }
    .button.button--primary[disabled], .swal2-actions .button.swal2-confirm[disabled], .button.button--primary.is-disabled, .swal2-actions .button.is-disabled.swal2-confirm {
      background-color: rgba(0, 0, 0, 0.5); }
  .button.button--secondary {
    color: #ffffff;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, right top, from(#dfa717)); }
    .button.button--secondary:active {
      color: #ffffff;
      background-color: #000000; }
  .button.button--border, .swal2-actions .button.swal2-cancel {
    background-color: transparent;
    border: 2px solid #000000;
    color: #000000;
    line-height: 46px; }
    .button.button--border:hover, .swal2-actions .button.swal2-cancel:hover {
      border-color: #000000;
      color: #ffffff; }
    .button.button--border:active, .swal2-actions .button.swal2-cancel:active {
      border-color: #000000; }
    .button.button--border[disabled], .swal2-actions .button.swal2-cancel[disabled], .button.button--border.is-disabled, .swal2-actions .button.is-disabled.swal2-cancel {
      color: rgba(0, 0, 0, 0.5);
      border-color: rgba(0, 0, 0, 0.5);
      pointer-events: none; }
  .button.button--text {
    background-color: transparent;
    background: none;
    color: #000000;
    font-weight: 400; }
    .button.button--text:hover {
      color: #dfa717; }
  .button.button--small {
    height: 44px;
    line-height: 44px;
    font-size: 14px; }
    .button.button--small.button--border, .swal2-actions .button.button--small.swal2-cancel {
      line-height: 42px; }
  .button.dropdown-button {
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

.button--unstyled {
  background: transparent;
  padding: 0;
  line-height: normal;
  height: auto;
  border: 0;
  color: #000000;
  cursor: pointer; }
  .button--unstyled:hover {
    background: transparent;
    color: #000000; }

.button--block {
  width: 100%;
  min-width: 100%;
  display: block; }

.table-100 {
  display: table;
  width: 100%;
  height: 100%; }
  .table-100 > div {
    display: table-cell;
    vertical-align: middle; }

.page-banner {
  background-color: #f4f4f4;
  background-size: cover;
  background-position: center;
  height: 200px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .page-banner {
      height: 265px;
      margin-bottom: 60px;
      text-align: left; } }
  .page-banner .wrapper {
    height: 100%; }
  .page-banner :last-child {
    margin-bottom: 0; }

.is-srOnly, .login-main .form-field--inputEmail label,
.login-main .form-field--inputPassword label, .u-hiddenVisually {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.scrollable-table {
  overflow-x: auto; }

.off-canvas-wrap, .body {
  overflow: visible !important; }

@media only screen and (min-width: 768px) {
  .sticky-sidebar {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 135px; } }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.full-width-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.instructional-text {
  font-size: 14px;
  letter-spacing: 0.5px; }

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
 font-size: 32px;
 color: red;
}
========================================== */
.icon-ico-twitter {
  width: 1.2314453125em; }

.icon-ico-user {
  width: 0.892578125em; }

.icon-ico-waterfowl {
  width: 1.2568359375em; }

.icon-ico-wildturkey {
  width: 1.2568359375em; }

.icon-ico-youtube-16 {
  width: 1.421875em; }

.icon-ico-arrow-btn-base {
  width: 1.001953125em; }

.icon-ico-arrow-btn-left {
  width: 1.001953125em; }

.icon-ico-arrow-btn-right {
  width: 1.001953125em; }

.icon-ico-arrow-chevron-down {
  width: 1.888671875em; }

.icon-ico-arrow-chevron-left {
  width: 0.529296875em; }

.icon-ico-arrow-chevron-right {
  width: 0.529296875em; }

.icon-ico-arrow-chevron-up {
  width: 1.888671875em; }

.icon-ico-arrow-grunge-left {
  width: 0.599609375em; }

.icon-ico-arrow-grunge-right {
  width: 0.599609375em; }

.icon-ico-arrow-long-down {
  width: 0.5478515625em; }

.icon-ico-arrow-long-left {
  width: 1.82421875em; }

.icon-ico-arrow-long-right {
  width: 1.82421875em; }

.icon-ico-arrow-long-up {
  width: 0.5478515625em; }

.icon-ico-bbq {
  width: 0.8310546875em; }

.icon-ico-bbq-12 {
  width: 0.8115234375em; }

.icon-ico-biggame {
  width: 1.2568359375em; }

.icon-ico-bowhunting {
  width: 1.2568359375em; }

.icon-ico-check-8 {
  width: 1.4033203125em; }

.icon-ico-check-16 {
  width: 1.443359375em; }

.icon-ico-deer {
  width: 1.2568359375em; }

.icon-ico-delivery {
  width: 1.580078125em; }

.icon-ico-facebook {
  width: 0.53515625em; }

.icon-ico-favorite {
  width: 1.0986328125em; }

.icon-ico-fourk {
  width: 1.013671875em; }

.icon-ico-gunshoot {
  width: 1.2568359375em; }

.icon-ico-mail {
  width: 1.38671875em; }

.icon-ico-map-pin {
  width: 0.8330078125em; }

.icon-ico-menu {
  width: 1.5634765625em; }

.icon-ico-minus-16 {
  width: 9em; }

.icon-ico-minus-24 {
  width: 13em; }

.icon-ico-phone-16 {
  width: 0.6572265625em; }

.icon-ico-predator {
  width: 1.2568359375em; }

.icon-ico-product-badge-new {
  width: 0.998046875em; }

.icon-ico-product-badge-sale {
  width: 0.998046875em; }

.icon-ico-rating-empty-8 {
  width: 1.10546875em; }

.icon-ico-rating-empty-16 {
  width: 1.119140625em; }

.icon-ico-rating-full-8 {
  width: 1.119140625em; }

.icon-ico-rating-full-16 {
  width: 1.119140625em; }

.icon-ico-realtree {
  width: 1.3720703125em; }

.icon-ico-ruler-16 {
  width: 0.451171875em; }

.icon-ico-share-12 {
  width: 0.8994140625em; }

.icon-ico-share-16 {
  width: 0.9013671875em; }

.icon-ico-share-24 {
  width: 0.8974609375em; }

.icon-ico-shopping {
  width: 1.0205078125em; }

.icon-ico-smallgame {
  width: 1.2568359375em; }

.icon-ico-three-stars {
  width: 1.17578125em; }

.icon-escape-logo {
  width: 1.2490234375em; }

.icon-max5-logo {
  width: 1.076171875em; }

.icon-timber-logo {
  width: 1.3154296875em; }

.icon-aspect-logo {
  width: 1.56640625em; }

.icon-edge-logo {
  width: 1.0693359375em; }

.icon-max7-logo {
  width: 4.265625em; }

.icon-realtree-logo {
  width: 1.5810546875em; }

/* GRID */
.g-1,
.g-2,
.g-2,
.g-3,
.g-4 {
  display: grid;
  gap: var(--grid-gap); }

@media (min-width: 768px) {
  .g-2 {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .g-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
  .g-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

/* COMPONENTS */
.article-body {
  max-width: 572px;
  margin: var(--white-space) auto; }

.article-body p, .article-body .p {
  margin: 2rem auto; }

/* ANIMATIONS */
.grunge-accent {
  position: relative; }
  .grunge-accent img {
    left: 0;
    right: 0;
    bottom: -52px;
    position: absolute;
    width: 100%;
    z-index: 198; }
    @media (min-width: 2200px) {
      .grunge-accent img {
        bottom: -68px; } }
    @media only screen and (min-width: 768px) and (max-width: 990px) {
      .grunge-accent img {
        bottom: -40px; } }

/* import the Adobe TypeKit fonts only */
.optimizedCheckout-orderSummary #applyRedeemableButton,
.optimizedCheckout-orderSummary .redeemable-label {
  padding-top: 0;
  color: #fff;
  transition: none;
  background-color: #000;
  min-width: auto;
  width: auto;
  flex: 0 0 auto; }
  .optimizedCheckout-orderSummary #applyRedeemableButton:focus,
  .optimizedCheckout-orderSummary .redeemable-label:focus {
    background-color: #000;
    box-shadow: none;
    border: none; }

.optimizedCheckout-orderSummary .redeemable-label {
  margin-top: 1.5em;
  margin-bottom: 1em; }

/*@import "../../node_modules/sweetalert2/src/sweetalert2";*/
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

/*@import "foundation/components/offcanvas"; // 3*/
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/small-up/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/medium-up/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/large-up/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/xlarge-up/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap::after {
    content: '';
    display: table;
    clear: both; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 325px;
  z-index: 1001;
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 325px;
  z-index: 1001;
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 325px;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: auto; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 325px;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: auto; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(325px, 0, 0);
  -moz-transform: translate3d(325px, 0, 0);
  -ms-transform: translate(325px, 0);
  -o-transform: translate3d(325px, 0, 0);
  transform: translate3d(325px, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  transition: background 300ms ease;
  z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .move-right .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.3); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-325px, 0, 0);
  -moz-transform: translate3d(-325px, 0, 0);
  -ms-transform: translate(-325px, 0);
  -o-transform: translate3d(-325px, 0, 0);
  transform: translate3d(-325px, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  transition: background 300ms ease;
  z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .move-left .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.3); } }

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -auto, 0);
  -moz-transform: translate3d(0, -auto, 0);
  -ms-transform: translate(0, -auto);
  -o-transform: translate3d(0, -auto, 0);
  transform: translate3d(0, -auto, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  transition: background 300ms ease;
  z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .move-top .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.3); } }

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, auto, 0);
  -moz-transform: translate3d(0, auto, 0);
  -ms-transform: translate(0, auto);
  -o-transform: translate3d(0, auto, 0);
  transform: translate3d(0, auto, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  transition: background 300ms ease;
  z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.3); } }

.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu,
.offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  transition: background 300ms ease;
  z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.3); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  display: block;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  transition: background 300ms ease;
  z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.3); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  display: block;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  transition: background 300ms ease;
  z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.3); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  transition: background 300ms ease;
  z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.3); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  transition: background 300ms ease;
  z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.3); } }

.no-csstransforms .left-off-canvas-menu {
  left: -325px; }

.no-csstransforms .right-off-canvas-menu {
  right: -325px; }

.no-csstransforms .top-off-canvas-menu {
  top: -auto; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -auto; }

.no-csstransforms .move-left > .inner-wrap {
  right: 325px; }

.no-csstransforms .move-right > .inner-wrap {
  left: 325px; }

.no-csstransforms .move-top > .inner-wrap {
  right: auto; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: auto; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  height: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  width: 325px;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > .button {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    background: #33372d;
    border-bottom: 2px solid #000000;
    border-top: none;
    color: #33372d;
    font-weight: 700;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase; }
    .left-submenu .back > .button:hover {
      background: #33372d;
      border-bottom: 2px solid #000000;
      border-top: none; }
    .left-submenu .back > .button::before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  height: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  width: 325px;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > .button {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    background: #33372d;
    border-bottom: 2px solid #000000;
    border-top: none;
    color: #33372d;
    font-weight: 700;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase; }
    .right-submenu .back > .button:hover {
      background: #33372d;
      border-bottom: 2px solid #000000;
      border-top: none; }
    .right-submenu .back > .button::after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  height: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  width: 325px;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > .button {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    background: #33372d;
    border-bottom: 2px solid #000000;
    border-top: none;
    color: #33372d;
    font-weight: 700;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase; }
    .top-submenu .back > .button:hover {
      background: #33372d;
      border-bottom: 2px solid #000000;
      border-top: none; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  box-sizing: content-box;
  height: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  width: 325px;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > .button {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    background: #33372d;
    border-bottom: 2px solid #000000;
    border-top: none;
    color: #33372d;
    font-weight: 700;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase; }
    .bottom-submenu .back > .button:hover {
      background: #33372d;
      border-bottom: 2px solid #000000;
      border-top: none; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

/*@import "components/vendor/magnific-popup";*/
/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  filter: alpha(opacity=80);
  height: 100%;
  left: 0;
  opacity: 0.9;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042; }

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043; }

.mfp-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container::before {
  display: none; }

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045; }
  .mfp-content #MainContent {
    background: #fff;
    margin: 20px auto;
    max-width: 1100px;
    padding: 20px;
    position: relative;
    width: auto; }
  .mfp-content #newsletterPopup {
    margin-bottom: 0; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close-button,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close-button,
button.mfp-arrow {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.mfp-close-button {
  color: #fff;
  cursor: pointer;
  filter: alpha(opacity=65);
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 24px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 24px; }
  .mfp-close-button svg {
    height: 24px;
    width: 24px; }

.mfp-close-button:hover,
.mfp-close-button:focus {
  filter: alpha(opacity=100);
  opacity: 1; }

.mfp-close-button:active {
  top: 1px; }

.mfp-close-button-btn-in .mfp-close-button {
  color: #333; }

.mfp-image-holder .mfp-close-button,
.mfp-iframe-holder .mfp-close-button {
  color: #fff;
  padding-right: 0;
  right: 40px;
  top: 45px;
  text-align: right;
  width: 24px;
  position: fixed; }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close-button,
    .mfp-iframe-holder .mfp-close-button {
      right: 20px;
      top: 20px; } }

.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap; }

.mfp-arrow {
  filter: alpha(opacity=65);
  height: 110px;
  margin: 0;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  width: 90px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  filter: alpha(opacity=100);
  opacity: 1; }

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  border: medium inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0; }

.mfp-arrow::after,
.mfp-arrow .mfp-a {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px; }

.mfp-arrow::before,
.mfp-arrow .mfp-b {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left::after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left::before,
.mfp-arrow-left .mfp-b {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right::after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right::before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%; }

.mfp-iframe-holder .mfp-close-button {
  top: -40px; }

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%; }

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* Main image in popup */
img.mfp-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 80px 0 40px;
  position: relative;
  width: auto;
  z-index: 9; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure::after {
  background: transparent;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  display: none; }

.mfp-title {
  display: none; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
    * Remove all paddings around the image on small screen
    */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure::after {
    bottom: 0;
    top: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close-button {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
  width: 600px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close-button {
  padding-top: 0;
  right: 0;
  top: 0; }

.white-popup {
  background: #fff;
  margin: 20px auto;
  max-width: 1100px;
  padding: 20px;
  position: relative;
  width: auto; }

.mfp-gallery .mfp-arrow {
  height: 54px;
  width: 54px; }
  .mfp-gallery .mfp-arrow:hover {
    color: var(--color-orange); }
  .mfp-gallery .mfp-arrow:after, .mfp-gallery .mfp-arrow:before {
    content: none; }
  .mfp-gallery .mfp-arrow.mfp-arrow-left {
    transform: rotate(180deg); }
    @media only screen and (max-width: 990px) {
      .mfp-gallery .mfp-arrow.mfp-arrow-left {
        left: -2px;
        transform: rotate(180deg) scale(0.75);
        transform-origin: initial; } }
  @media only screen and (max-width: 990px) {
    .mfp-gallery .mfp-arrow.mfp-arrow-right {
      right: 4px; } }
  .mfp-gallery .mfp-arrow svg {
    width: 100%;
    height: 100%;
    pointer-events: none; }

.custom-close-content, .custom-close-content svg {
  pointer-events: none; }

/*@import "components/components"; // 3*/
:root {
  --swiper-theme-color: #33372d; }

.swiper-wrapper {
  align-items: stretch;
  list-style: none;
  height: auto; }

.swiper-slide {
  height: auto;
  max-height: 100%; }

.swiper-button-prev,
.swiper-button-next {
  background-size: cover;
  height: 54px;
  opacity: 1 !important;
  width: 54px; }
  @media only screen and (max-width: 990px) {
    .swiper-button-prev,
    .swiper-button-next {
      display: none; } }
  @media (min-width: 1800px) {
    .swiper-button-prev,
    .swiper-button-next {
      height: 80px;
      width: 80px; } }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: none; }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    height: 100%;
    width: 100%; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    color: var(--color-orange); }

@media only screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 0; } }

@media only screen and (max-width: 767px) {
  .swiper-button-next {
    right: 0; } }

.swiper-pagination {
  bottom: -20px !important; }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff !important;
    border: 1px solid #33372d !important;
    left: 0 !important;
    margin-right: 20px !important;
    opacity: 1 !important;
    transform: none !important; }
    .swiper-pagination .swiper-pagination-bullet:last-child {
      margin-right: 0 !important; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #33372d !important; }

.swiper-container {
  position: relative; }
  .swiper-container .pdp-carousel {
    max-width: 1480px;
    margin: 0 auto; }
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    top: 35%; }

.table {
  margin-top: 15px; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.standard-table {
  border-collapse: collapse;
  margin: 0 auto 30px;
  width: 100%; }
  .standard-table th {
    padding-bottom: 12px;
    text-align: left; }
  .standard-table tr {
    border-bottom: 2px solid #000000; }
  .standard-table td {
    padding: 22px 0; }
    @media only screen and (max-width: 767px) {
      .standard-table td {
        font-size: 12px;
        padding: 10px 0; } }

.table-actions {
  text-align: center;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .table-actions {
      width: 100px; } }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: inline-block;
    margin-bottom: 0;
    width: auto; }
    @media only screen and (max-width: 767px) {
      .table-actions .button {
        min-width: 100px;
        padding: 0; } }
    @media only screen and (min-width: 390px) {
      .table-actions .button + .button {
        margin-left: 5px; } }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  display: none;
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 64px 0;
    position: relative; }
  .dropdown-menu.is-open, .dropdown-menu:hover,
  .has-hover:hover .dropdown-menu {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 10px; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 25px; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 3px 15px;
    text-decoration: none; }

.form-wishlist {
  position: relative; }
  .form-wishlist .button {
    height: auto;
    line-height: initial;
    text-transform: none;
    width: auto; }
    .form-wishlist .button[data-dropdown="wishlist-dropdown"] {
      padding: 0; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    margin-left: 5px;
    height: 22px;
    width: 22px;
    vertical-align: middle; }
  .dropdown-menu-button:focus {
    z-index: 10; }

.wishlist-dropdown {
  list-style: none; }
  .wishlist-dropdown.is-open {
    background: transparent;
    left: initial !important;
    max-width: none !important;
    right: 0 !important;
    z-index: 1000; }
    .wishlist-dropdown.is-open:focus {
      outline: none; }
    .wishlist-dropdown.is-open [data-wishlist] {
      border-top: none;
      margin-bottom: 0;
      width: 100%; }
    .wishlist-dropdown.is-open .button {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 10px 15px;
      width: 100%; }
    .wishlist-dropdown.is-open .button--has-items {
      font-weight: 700; }
    .wishlist-dropdown.is-open li:not(:last-child) .button {
      border-bottom: none;
      border-radius: 0;
      border-top: none;
      margin-bottom: 0; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004; }

.modal {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: none;
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 900px;
  z-index: 1005; }
  .modal#modal-review-form {
    overflow: scroll; }

@media only screen and (min-width: 991px) {
  .modal--large {
    width: 1280px; } }

.modal--alert {
  background-color: #fff;
  border-radius: 0;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .button-container {
    margin: 25px 0 0; }

.modal-header {
  border-bottom: 2px solid #000000;
  padding-left: 24px;
  padding-right: 32px; }

.modal-header-title {
  font-weight: 400 !important;
  margin-bottom: 0;
  padding: 18px 0;
  text-align: center; }

.modal-close {
  color: #000000;
  font-size: 26px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 32px;
  z-index: 10; }
  .modal-close:focus:before {
    content: " ";
    position: absolute;
    top: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:focus:after {
    content: attr(title);
    padding: 4px 6px;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 8px; }
  @media only screen and (min-width: 768px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #000; }
  .modal-close__aria-text {
    font-size: 0; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 36px 24px; }
  .modal-body.cart-configure .tooltip-wrap {
    display: none; }
  .modal-body.cart-configure .form-label {
    display: block; }
  .modal-body [data-product-attributes-wrapper] {
    margin-bottom: 24px; }

.hide-content {
  opacity: 0; }

.pagination-list {
  *zoom: 1;
  margin-bottom: 24px;
  position: relative;
  text-align: center; }
  .pagination-list::after {
    content: '';
    display: table;
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  line-height: 1; }
  .pagination-item .pagination-link {
    color: inherit;
    text-decoration: none; }
    .pagination-item .pagination-link .icon {
      background: none; }
  .pagination-item.pagination-item--page a {
    display: block;
    height: 26px;
    line-height: 26px;
    width: 28px; }
  .pagination-item.pagination-item--current {
    background-color: #33372d;
    color: #fff; }
  .pagination-item.pagination-item--previous .gray-icon > svg, .pagination-item.pagination-item--next .gray-icon > svg {
    fill: #d8d1bd !important; }
  .pagination-item.pagination-item--previous .icon, .pagination-item.pagination-item--next .icon {
    position: relative;
    top: 3px; }
    .pagination-item.pagination-item--previous .icon > svg, .pagination-item.pagination-item--next .icon > svg {
      height: 16px;
      width: 8px; }
  .pagination-item.pagination-item--previous {
    padding-right: 30px; }
    .pagination-item.pagination-item--previous .icon {
      margin-right: 5px; }
  .pagination-item.pagination-item--next {
    padding-left: 30px; }
    .pagination-item.pagination-item--next .icon {
      margin-left: 5px; }

.tabs {
  *zoom: 1;
  border-bottom: 2px solid #000000;
  list-style: none;
  margin: 0; }
  .tabs::after {
    content: '';
    display: table;
    clear: both; }

.tab {
  border: 0 none;
  float: none;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .tab {
      float: left;
      margin-right: 45px; } }
  .tab::after {
    background-color: #dfa717;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0; }
  .tab .tab-title {
    color: inherit;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .tab .tab-title {
        padding: 10px 20px; } }
  .tab.is-active, .tab:hover {
    color: #dfa717; }
    .tab.is-active::after, .tab:hover::after {
      opacity: 1; }
    .tab.is-active .tab-title, .tab:hover .tab-title {
      color: inherit; }

.tab-content {
  display: none; }
  .tab-content.is-active {
    display: block; }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 20px 0;
    visibility: visible; }

.accordion {
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0;
  display: none; }
  .accordion-content.is-open {
    display: block; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  cursor: pointer;
  display: block;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%; }
  .accordion-navigation .icon {
    height: 16px;
    width: 16px; }
  .accordion-navigation .accordion-navigation-actions {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 768px) {
      .accordion-navigation .accordion-navigation-actions {
        right: 0; } }

.accordion-nav-clear-holder {
  position: relative; }
  .accordion-nav-clear-holder .facetedSearch-clearLink {
    font-size: 16px;
    margin: 0 10px;
    top: 7px;
    text-decoration: underline; }
    @media only screen and (min-width: 768px) {
      .accordion-nav-clear-holder .facetedSearch-clearLink {
        float: right;
        top: 0; } }

@media only screen and (min-width: 768px) {
  .accordion--navList {
    border: 0; } }

@media only screen and (min-width: 768px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .accordion--navList .accordion-block {
    margin-top: 35px; } }

.accordion--navList .accordion-content {
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

.accordion--navList .accordion-navigation {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .accordion--navList .accordion-navigation {
      background-position: right 0 top 50%;
      border: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  text-decoration: none; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0; }

.accordion-block:last-child .accordion-navigation.is-open {
  border-radius: 0; }

.accordion-navigation-actions {
  position: absolute; }
  .accordion-navigation-actions > a {
    color: #687079;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #33372d; }

/*
This File Contains a lot of the base styles from Cornerstone that we wanted to keep
*/
html,
body {
  height: 100%; }

*,
*::before,
*::after {
  box-sizing: border-box; }

a:hover {
  cursor: pointer; }

img {
  height: auto;
  max-width: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix::before, .clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* removed
.page {
    // all rows should be as per wires, removed; padding-bottom: 30px;
    @include media-query($medium-up) {
        // all rows should be as per wires,padding-bottom: 80px;
    }
}
*/
.page-heading {
  margin-bottom: 40px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .page-heading {
      margin-bottom: 30px;
      text-align: left; } }
  .page-heading.no-breadcrumbs {
    padding-top: 50px; }
    @media only screen and (min-width: 768px) {
      .page-heading.no-breadcrumbs {
        padding-top: 100px; } }

.definitionList {
  *zoom: 1; }
  .definitionList::after {
    content: '';
    display: table;
    clear: both; }

.definitionList-key {
  color: #687079;
  float: left;
  margin: 0 5px 0 0; }

.definitionList-value {
  color: #687079;
  margin: 0; }

html,
body {
  height: auto; }

body.has-activeModal {
  overflow: hidden; }

figure > figcaption {
  margin-bottom: 10px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%;
  z-index: 5; }
  .loadingOverlay::before {
    -webkit-animation: loading 0.5s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
    animation: loading 0.5s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
    border: 2px solid;
    border-color: #fff #fff #989898 #989898;
    border-radius: 2.66667rem;
    content: "";
    display: block;
    height: 2.66667rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 2.66667rem; }

.actionBar-section {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .actionBar-section {
      margin-bottom: 0; }
      .actionBar-section .form-field {
        float: right; } }
  @media only screen and (max-width: 767px) {
    .actionBar-section .form-field {
      margin-bottom: 0; } }
  .actionBar-section .form-label {
    margin-bottom: 0;
    margin-right: 5px; }
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    border: 2px solid #000000;
    width: auto; }
  .actionBar-section .form-label,
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    display: inline-block; }
  .actionBar-section .form-select {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .actionBar-section .form-select {
        width: 265px; } }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999; }

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }
  .icon svg {
    fill: currentColor;
    height: 20px;
    width: 20px; }

span.icon {
  background: transparent; }

svg.icon {
  fill: currentColor; }

.icon--ratingEmpty svg {
  fill: #ebe9e4;
  stroke: #ebe9e4;
  stroke-miterlimit: 10; }

.icon--ratingFull {
  color: #000000; }
  .icon--ratingFull svg {
    fill: currentColor;
    stroke: #dfa717;
    stroke-miterlimit: 10; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 14px;
    margin-top: -3px;
    width: 14px; }

.tags {
  list-style: none;
  text-align: center; }

.tag {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.688rem;
  line-height: calc(0.75 / 0.688);
  font-weight: 600; }
  .tag a {
    display: inline-block; }

.videoGallery-main {
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 25px;
  position: relative;
  margin-bottom: 29px; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none; }

.video {
  display: block;
  margin-bottom: 29px;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  @media only screen and (min-width: 768px) {
    .video {
      margin-bottom: 29px; } }
  .video:hover, .video.is-active {
    opacity: 1; }

.video-figure {
  margin-bottom: 10px;
  margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .video-figure {
      margin-right: 24px; } }
  @media only screen and (min-width: 991px) {
    .video-figure {
      float: left; } }

.video-title {
  margin-bottom: 5px; }

.video-description {
  font-size: 16px;
  margin-bottom: 0; }

.alertBox {
  border: 2px solid #000000;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  max-width: 492px;
  width: auto;
  margin: 0 0 15px; }

.alertBox-icon {
  width: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 10px; }
  .alertBox-icon .icon {
    color: #fff;
    background: none;
    height: 30px;
    width: 30px; }
    .alertBox-icon .icon svg {
      height: 30px;
      width: 30px; }
  .alertBox--info .alertBox-icon {
    background-color: #dfa717; }
  .alertBox--error .alertBox-icon {
    background-color: #dfa717; }
  .alertBox--success .alertBox-icon {
    background-color: #53C075; }

.alertBox-message {
  color: #000000;
  padding: 15px;
  margin: 0; }
  .alertBox-message .alertBox-close svg {
    fill: #000000; }

.alertBox-close {
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  display: none; }
  .alertBox-close button {
    cursor: pointer; }

.alert-popups {
  position: fixed;
  bottom: 50px;
  right: 50px;
  transition: 0.5s linear all; }
  .alert-popups .alertBox {
    margin: 0; }
  .alert-popups .alertBox-message {
    padding: 30px; }
  .alert-popups .alertBox-close {
    display: flex; }
  .alert-popups.alertBox--dismissed {
    right: -999px; }

.textTruncate {
  padding-bottom: 24px;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 1000px; }

.textTruncate-viewMore {
  background-color: #fff;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.quickView {
  *zoom: 1; }
  .quickView::after {
    content: '';
    display: table;
    clear: both; }

.banners {
  background-color: #33372d;
  color: #ffffff; }
  .banners p:last-child, .banners .p:last-child {
    margin-bottom: 0; }

.banner p, .banner .p {
  line-height: inherit; }

.banner a {
  color: #fff; }

.banner + .banner {
  margin-top: 24px; }

.writeReview-productDetails .product-brand {
  display: none; }

.writeReview-form .form-input,
.writeReview-form .form-select {
  display: block;
  width: 100%; }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -10px; }
  .inlineList--labels > li {
    margin-bottom: 10px;
    margin-left: 10px; }

.maintenanceNotice {
  background-color: #999;
  box-shadow: 0 0 5px #ccc;
  color: #333;
  left: 16px;
  padding: 16px 18px;
  position: fixed;
  top: 16px;
  width: 24rem;
  z-index: 98; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333; }

.maintenanceNotice-header {
  margin: 0 0 11px; }

body.hasAdminBar {
  padding-top: 85px; }
  @media only screen and (min-width: 768px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .header {
    padding-top: 85px; }

.adminBar {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  display: none;
  float: left;
  font-family: "capitana", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media only screen and (min-width: 768px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    align-self: center;
    display: inline-flex; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    position: relative;
    top: 0.125em; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #4b71fc;
    text-decoration: none; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    display: inline-block;
    position: relative; }
  .adminBar-private .tooltip .tooltiptext {
    background-color: #313440;
    color: #fff;
    padding: 5px 10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: auto;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    left: 50%;
    margin-left: -60px;
    top: 135%; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  padding-right: 5px;
  text-align: right; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media only screen and (min-width: 991px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  margin-bottom: 0.25em;
  margin-right: 5px;
  padding: 10px; }

.adminBar-close span:hover {
  background-color: #f0f3fe; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  max-height: 64px;
  min-height: 32px;
  min-width: 134px;
  padding: 24px;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 10px; }

.breadcrumbs {
  font-size: 0;
  padding-top: 40px;
  margin-bottom: 30px;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs {
      padding-top: 50px;
      margin-bottom: 48px; } }

.breadcrumb {
  display: inline-block;
  float: none;
  font-size: 0.875rem;
  line-height: calc(1 / 0.875);
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 400; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text;
    line-height: 2; }
  .breadcrumb svg {
    width: 5px;
    height: 11px;
    margin-left: 5px;
    display: none; }
  .breadcrumb a:hover {
    color: #000000; }
  .breadcrumb:not(:last-child):after {
    content: url("../icons/ico-arrow-breadcrumbs.svg");
    margin-left: 10px;
    display: inline-block; }

.breadcrumb-label:not(span) {
  border-bottom: none !important;
  position: relative; }
  .breadcrumb-label:not(span):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #292e34;
    transition: width 0.15s ease; }
  .breadcrumb-label:not(span):hover:after {
    width: 100%; }

.sidebarBlock {
  margin-bottom: 24px; }

.sidebarBlock-heading {
  margin-bottom: 24px; }

.swal2-popup {
  max-width: 400px;
  padding: 0; }
  .swal2-popup .swal2-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: var(--color-orange);
    height: 50px;
    margin-bottom: 30px; }

.swal2-buttonswrapper .button,
.swal2-actions .button {
  min-width: 110px;
  padding: 0 10px; }
  @media only screen and (min-width: 768px) {
    .swal2-buttonswrapper .button,
    .swal2-actions .button {
      min-width: 140px; } }

.swal2-buttonswrapper .button + .button,
.swal2-actions .button + .button {
  margin-left: 14px; }

.swal2-actions {
  margin: 30px auto; }

.swal2-content {
  font-size: 14px; }

.swal2-icon {
  display: flex;
  height: 25px;
  width: 25px;
  margin-top: 8px;
  margin-bottom: 0px; }
  .swal2-icon .swal2-icon-content {
    font-size: 23px; }

.swal2-warning,
.swal2-icon {
  border-color: #ffffff !important;
  color: #ffffff !important; }

.swal2-container {
  z-index: 1000; }

.search-box-wrapper {
  margin: 0 auto;
  max-width: 400px; }

.lazyload[data-bg],
.lazyloading[data-bg] {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 150px !important; }

.lazyloaded.lazy-cover[data-bg] {
  background-size: cover !important; }

.lazyload.opacity,
.lazyloading.opacity,
.lazyloaded.opacity {
  transition: opacity 400ms ease; }

.lazyload.opacity,
.lazyloading.opacity {
  opacity: 0; }

.lazyloaded.opacity {
  opacity: 1; }

#consent-manager p, #consent-manager .p {
  color: inherit; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

.large-margin {
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .productGrid.grid .product.grid__item {
    margin-bottom: 50px; } }

.card {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .card {
      margin: 0 auto 30px;
      max-width: 287px; } }
  @media only screen and (min-width: 768px) {
    .card {
      height: 100%; } }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  .card:hover .card-figcaption, .card:focus .card-figcaption {
    opacity: 1; }
  .card .price-text {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    .card .price-text .price-save-percentage {
      display: none;
      order: 20;
      font-size: 12px;
      font-weight: 400;
      margin-top: 0.2em;
      color: var(--color-red);
      flex: 0 0 100%; }
    .card .price-text > .price-save-percentage {
      display: block; }
  .card .price-section {
    font-size: 23px;
    margin-right: 5px; }
    .card .price-section.non-sale-price--withoutTax, .card .price-section.rrp-price--withoutTax {
      font-size: 12px;
      color: var(--color-gray);
      order: 10; }
    .card .price-section .price--withoutTax {
      font-weight: var(--font-bold); }
      .card .price-section .price--withoutTax.on-sale {
        color: var(--color-red); }

/* Old Sale/New badges
.card-badge {
    font-size: 16px;
    left: 16px;
    line-height: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    z-index: 1;
    .icon {
        width: 32px;
        height: 32px;
    }

    &.badge-sale {
        // background-color: $color-primary;
        // color: #fff;
    }

    &.badge-new {
        // background-color: $color-secondary;
        // color: #fff;
    }
}*/
.product-promo-badges.card-promo-badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 13px 11px; }
  .product-promo-badges.card-promo-badges .product-promo-badge {
    position: relative;
    margin: 0 5px 5px 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 20px;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    letter-spacing: 0.05em; }
    .product-promo-badges.card-promo-badges .product-promo-badge:last-child {
      margin-right: 0; }
    .product-promo-badges.card-promo-badges .product-promo-badge.product-promo-badge-sale {
      background: var(--color-red);
      padding-left: 28px; }
      .product-promo-badges.card-promo-badges .product-promo-badge.product-promo-badge-sale:before {
        content: '';
        background: url(../img/product-badges/icon-sale.svg) center no-repeat;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 8px;
        top: 4px; }
    .product-promo-badges.card-promo-badges .product-promo-badge.product-promo-badge-clearance {
      background: var(--color-red); }
    .product-promo-badges.card-promo-badges .product-promo-badge.product-promo-badge-new, .product-promo-badges.card-promo-badges .product-promo-badge.product-promo-badge-long {
      background: #000000; }
    .product-promo-badges.card-promo-badges .product-promo-badge.product-promo-badge-p-off {
      background: var(--color-orange); }
    .product-promo-badges.card-promo-badges .product-promo-badge em {
      font-style: inherit;
      font-weight: inherit;
      color: var(--color-orange); }
    .product-promo-badges.card-promo-badges .product-promo-badge.product-promo-badge-long {
      background: url(../img/product-badges/bottom-banner.png) center no-repeat;
      background-size: 100% 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-radius: 0;
      margin: 0;
      padding: 12px 0 8px;
      font-size: 13px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .product-promo-badges.card-promo-badges .product-promo-badge.product-promo-badge-long:before, .product-promo-badges.card-promo-badges .product-promo-badge.product-promo-badge-long:after {
        content: url(../img/product-badges/bottom-banner-edge.svg);
        padding: 0 0.4em;
        display: block; }
      .product-promo-badges.card-promo-badges .product-promo-badge.product-promo-badge-long:after {
        transform: scaleX(-1); }

.card-figure {
  margin: 0 0 16px;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .card-figure:hover .hover-image .card-image, .card-figure:focus .hover-image .card-image {
    z-index: 0;
    opacity: 1; }
  .card-figure:hover .has-hoverable, .card-figure:focus .has-hoverable {
    opacity: 0; }
  .card-figure .original-image:hover .card-image, .card-figure .original-image:focus .card-image {
    transform: scale(1.2); }
  .card-figure .card-figcaption {
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3; }
  .card-figure::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s ease all;
    z-index: 2; }

.card-img-container {
  background-color: #ffffff; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 122.46377%; }

.card-figcaption {
  display: none;
  pointer-events: none; }
  @media only screen and (min-width: 768px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all; }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%;
  transition: transform 0.2s; }
  .hover-image .card-image {
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s;
    background-color: #ffffff; }
  .pdp-carousel .card-image {
    height: 100%; }

.card-link:hover {
  color: #33372d; }

.card-title {
  margin-bottom: 8px;
  text-transform: none;
  font-size: 0.75rem;
  line-height: calc(1 / 0.75);
  font-weight: 900;
  text-transform: uppercase; }

.card-text {
  margin-bottom: 10px; }
  .card-text.price-text {
    margin-bottom: 12px; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-text .rating--small .icon {
    width: 1.10546875em;
    height: 1.10546875em;
    color: #33372d; }
    .card-text .rating--small .icon svg {
      width: 1.10546875em;
      height: 1.10546875em;
      stroke: #33372d; }
  .card-text .rating--small .icon--ratingEmpty svg {
    stroke: #ebe9e4; }

.productCard .swatch-container .card-swatch .form-option.selected {
  border-color: #000000;
  opacity: 1; }

.productCard .swatch-container .card-swatch .form-option-swatch {
  padding: 2px;
  background-color: #ffffff;
  border-color: #ebe9e4;
  opacity: 1; }

.productCard .swatch-container .card-swatch .form-option-variant--color, .productCard .swatch-container .card-swatch .form-option-variant--pattern {
  width: 21px;
  height: 21px; }

.productCard .related-swatches-links .form-option.form-option-swatch {
  padding: 2px;
  border-color: #D2D2D2;
  opacity: 1; }
  .productCard .related-swatches-links .form-option.form-option-swatch:hover .zoom-swatch, .productCard .related-swatches-links .form-option.form-option-swatch:focus .zoom-swatch {
    opacity: 1;
    top: 100%; }
  .productCard .related-swatches-links .form-option.form-option-swatch.active {
    border-color: #000000;
    opacity: 1; }
  .productCard .related-swatches-links .form-option.form-option-swatch .zoom-swatch {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center;
    border-radius: 100%;
    transition: all 0.2s;
    top: 90%;
    left: -10px;
    z-index: 1;
    opacity: 0; }

.productCard .related-swatches-links .form-option-variant--color, .productCard .related-swatches-links .form-option-variant--pattern {
  width: 21px;
  height: 21px; }

.card-action {
  overflow: hidden; }

.card-figcaption-button {
  margin-top: 5px; }

.card-body {
  text-align: left; }
  .card-body .icon {
    display: inline-block; }

.price--rrp,
.price--discounted {
  text-decoration: line-through; }

.productCarousel .productCarousel-slide {
  padding-left: 72px; }

.js .productCarousel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 600ms ease-out; }

.productCarousel.swiper-initialized {
  max-height: 1000px;
  opacity: 1; }

.productCarousel-slide .card {
  margin-bottom: 0; }
  .productCarousel-slide .card .card-title {
    overflow-wrap: break-word; }

.price-section {
  display: inline-block; }
  .price-section.non-sale-price--withoutTax {
    color: #000000;
    margin-right: 4px; }
    .price-section.non-sale-price--withoutTax span {
      text-decoration: line-through; }

.card-swatches {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3; }

.card-wishlist {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 4; }
  .card-wishlist .form-wishlist .wishlist-dropdown.is-open {
    left: unset !important;
    width: auto !important;
    right: 0 !important;
    top: 100% !important; }
    .card-wishlist .form-wishlist .wishlist-dropdown.is-open li {
      text-align: right; }
  .card-wishlist .dropdown-menu-button {
    padding: 0;
    border: 0 none; }
    .card-wishlist .dropdown-menu-button:hover {
      background: none; }

.product-card > a {
  position: relative; }

.product-card article {
  max-width: none !important; }
  .product-card article .product-comment {
    line-height: 1.2; }
    .product-card article .product-comment:first-child {
      margin-top: 4px; }

.product-card article .price {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2; }
  .product-card article .price ins {
    color: var(--color-red);
    text-decoration: none; }
    .product-card article .price ins:after {
      content: '\00a0'; }
  .product-card article .price del {
    font-size: 12px;
    order: 10;
    color: var(--color-gray);
    font-weight: 400; }
    .product-card article .price del:before {
      content: 'Was\00a0'; }
  .product-card article .price .price-save-percentage {
    display: block;
    width: 100%;
    flex: 0 0 100%;
    font-size: 12px;
    order: 12;
    color: var(--color-red);
    font-weight: 400; }

.slider-wrapper .product-slider .product-card {
  height: 460px !important;
  overflow: visible !important; }
  .slider-wrapper .product-slider .product-card article {
    height: auto;
    padding: 10px 10px 0 !important; }
    .slider-wrapper .product-slider .product-card article a:hover {
      text-decoration: none; }
    .slider-wrapper .product-slider .product-card article .tagline {
      margin-bottom: 0.5em; }
    .slider-wrapper .product-slider .product-card article .price {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.2;
      font-size: 23px;
      font-weight: 700; }
      .slider-wrapper .product-slider .product-card article .price ins {
        color: var(--color-red);
        text-decoration: none; }
        .slider-wrapper .product-slider .product-card article .price ins:after {
          content: '\00a0'; }
      .slider-wrapper .product-slider .product-card article .price del {
        font-size: 12px;
        order: 10;
        color: var(--color-gray);
        font-weight: 400; }
        .slider-wrapper .product-slider .product-card article .price del:before {
          content: 'Was\00a0'; }
      .slider-wrapper .product-slider .product-card article .price .price-save-percentage {
        display: block;
        width: 100%;
        flex: 0 0 100%;
        font-size: 12px;
        order: 12;
        color: var(--color-red);
        font-weight: 400; }
    .slider-wrapper .product-slider .product-card article .stars-grid {
      display: none; }
      .slider-wrapper .product-slider .product-card article .stars-grid a {
        font-weight: 400; }
    .slider-wrapper .product-slider .product-card article h3, .slider-wrapper .product-slider .product-card article .h-three {
      margin-bottom: 0.5em; }

.navList,
.navBar {
  display: block;
  list-style: none;
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-item {
  margin-bottom: 8px; }
  .navList-item:last-of-type {
    margin-bottom: 0; }

.navList-action--checkbox {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  line-height: 24px;
  font-size: clamp(0.75rem, 5vw, 0.75rem); }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .navList-action--checkbox::before {
    border: 2px solid #000000;
    border-radius: 0;
    height: 24px;
    left: 0;
    width: 24px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.049' height='7.873' viewBox='0 0 11.049 7.873'%3E%3Cpath d='M100.016,138.773a.748.748,0,0,1-.513-.2l-3.2-3.008a.75.75,0,1,1,1.027-1.093L100,136.978l5.832-5.857a.75.75,0,0,1,1.063,1.058l-6.346,6.373A.748.748,0,0,1,100.016,138.773Z' transform='translate(-96.063 -130.9)' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11.049px 7.873px;
    background-color: #33372d;
    color: rgba(255, 255, 255, 0.999);
    font-size: 20px;
    height: 20px;
    left: 2px;
    line-height: 1;
    opacity: 0;
    text-align: center;
    width: 20px; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1; }

.navList-action-close {
  background: #eee;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 3px;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    fill: #000000;
    height: 13px;
    width: 13px; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 20px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .navBar--sub {
      margin-bottom: 50px; } }
  .navBar--sub .navBar-section {
    float: none;
    list-style: none;
    margin: 0; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0px; }
    @media only screen and (min-width: 768px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    .navBar--sub .navBar-item.is-active {
      padding: 10px; }
      .navBar--sub .navBar-item.is-active,
      .navBar--sub .navBar-item.is-active > .navBar-action {
        color: #ffffff;
        background-color: #dfa717; }
      .navBar--sub .navBar-item.is-active > .navBar-action {
        padding: 0; }
    @media only screen and (min-width: 768px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #687079;
        margin: 0;
        padding-left: 10px; } }
  .navBar--sub .navBar-action {
    display: block; }
    .navBar--sub .navBar-action:hover {
      color: #dfa717; }
  .navBar--sub.navBar--left {
    text-align: left; }
    .navBar--sub.navBar--left .navBar-section {
      background-color: #fff;
      border: 1px solid #e8e8e8;
      padding: 5px 20px; }
    .navBar--sub.navBar--left .navBar-item {
      border-bottom: 1px solid #e8e8e8;
      display: block;
      margin: 0;
      padding: 10px 0; }
      .navBar--sub.navBar--left .navBar-item:last-child {
        border-bottom: none; }

.icons-svg-sprite {
  display: none; }

.form-field {
  position: relative; }
  .form-field .search-icon {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%; }
    .form-field .search-icon svg {
      display: block;
      fill: #000 !important;
      height: 20px;
      max-width: 18px;
      stroke: #000 !important;
      stroke-width: 0 !important; }

button.close,
a.close {
  border: none;
  outline: none;
  background: none;
  height: 34px;
  padding: 7px 5px;
  position: absolute;
  left: 22px;
  top: 0;
  width: 34px;
  z-index: 99; }
  button.close svg,
  a.close svg {
    fill: #fff; }

.left-off-canvas-menu,
.right-off-canvas-menu {
  display: none;
  position: fixed;
  top: 0; }
  .left-off-canvas-menu .close,
  .right-off-canvas-menu .close {
    background-color: transparent;
    color: #33372d;
    right: 10px;
    top: 15px;
    z-index: 99; }
    .left-off-canvas-menu .close svg,
    .right-off-canvas-menu .close svg {
      fill: currentColor; }
  .left-off-canvas-menu .offcanvas-contact,
  .right-off-canvas-menu .offcanvas-contact {
    background-color: #f4f4f4;
    padding: 20px; }
    .left-off-canvas-menu .offcanvas-contact .menu-help-links,
    .right-off-canvas-menu .offcanvas-contact .menu-help-links {
      align-items: center;
      display: flex;
      justify-content: space-between; }
      .left-off-canvas-menu .offcanvas-contact .menu-help-links .contact-chat a,
      .right-off-canvas-menu .offcanvas-contact .menu-help-links .contact-chat a {
        text-decoration: underline; }
      .left-off-canvas-menu .offcanvas-contact .menu-help-links a,
      .right-off-canvas-menu .offcanvas-contact .menu-help-links a {
        border-bottom: none;
        padding: 0; }
      .left-off-canvas-menu .offcanvas-contact .menu-help-links svg,
      .right-off-canvas-menu .offcanvas-contact .menu-help-links svg {
        height: 20px;
        margin-right: 10px;
        vertical-align: middle;
        width: 20px; }

.left-off-canvas-menu {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25); }

.right-off-canvas-menu {
  box-shadow: -1px 1px 7px rgba(0, 0, 0, 0.25); }

.left-submenu,
.right-submenu {
  list-style: none;
  position: fixed;
  top: 111px; }
  .left-submenu .back > .button,
  .right-submenu .back > .button {
    color: #000;
    font-size: 18px;
    padding: 15px 20px; }
    .left-submenu .back > .button:hover,
    .right-submenu .back > .button:hover {
      color: #fff; }
    .left-submenu .back > .button .offcanvasLabel-back,
    .right-submenu .back > .button .offcanvasLabel-back {
      display: block;
      font-size: 14px;
      text-transform: capitalize;
      margin-bottom: 10px; }
      .left-submenu .back > .button .offcanvasLabel-back svg,
      .right-submenu .back > .button .offcanvasLabel-back svg {
        height: 12px;
        margin-right: 5px;
        width: 12px; }
  .left-submenu li a,
  .right-submenu li a {
    margin-left: 20px;
    padding-left: 0 !important;
    text-transform: capitalize !important; }

.off-canvas-list {
  font-size: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .off-canvas-list li.offcanvas-divider label {
    font-weight: 700; }
  .off-canvas-list li.loadingOverlay {
    top: 35px; }

.off-canvas-list-menu li .offcanvasLabel,
.sidebar-offcanvas li .offcanvasLabel,
.off-canvas-list-cart li .offcanvasLabel {
  background: #fff;
  border-bottom: 2px solid #000000;
  color: #33372d;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 15px 20px;
  padding-bottom: 20px;
  padding-top: 21px;
  text-transform: uppercase; }

.off-canvas-list-menu li.mobile-header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 9; }

.off-canvas-list-menu li .offcanvas-navActions {
  display: flex;
  justify-content: flex-end;
  padding: 15px 25px 0; }
  .off-canvas-list-menu li .offcanvas-navActions .navUser-action {
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0; }
    .off-canvas-list-menu li .offcanvas-navActions .navUser-action span {
      font-size: 14px;
      text-transform: none; }
      .off-canvas-list-menu li .offcanvas-navActions .navUser-action span.navUser-label {
        margin-left: 0;
        margin-right: 5px; }
    .off-canvas-list-menu li .offcanvas-navActions .navUser-action .icon {
      height: 23px;
      width: 17px; }

.off-canvas-list-menu li.has-submenu:not(.secondary-menu) .submenu-icon {
  color: #33372d;
  position: absolute;
  right: 25px; }
  .off-canvas-list-menu li.has-submenu:not(.secondary-menu) .submenu-icon svg {
    height: 15px;
    vertical-align: middle;
    width: 12px; }

.off-canvas-list-menu li.has-submenu:not(.secondary-menu) .submenu-dropdown-icon {
  color: #33372d;
  position: absolute;
  right: 25px; }
  .off-canvas-list-menu li.has-submenu:not(.secondary-menu) .submenu-dropdown-icon svg {
    height: 15px;
    vertical-align: middle;
    width: 12px; }

.off-canvas-list-menu li.has-submenu .mobile-menu-header.is-open {
  border: none; }
  .off-canvas-list-menu li.has-submenu .mobile-menu-header.is-open svg {
    transform: rotate(180deg); }

.off-canvas-list-menu li.has-submenu .accordion-content {
  padding-left: 30px; }
  .off-canvas-list-menu li.has-submenu .accordion-content.is-open {
    border-top: 1px solid #33372d;
    border-bottom: 1px solid #33372d;
    margin-left: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px; }
  .off-canvas-list-menu li.has-submenu .accordion-content a {
    border: none;
    margin-left: 0; }

.off-canvas-list-menu li.offcanvas-social-links {
  padding: 15px 20px; }
  .off-canvas-list-menu li.offcanvas-social-links .socialLinks {
    justify-content: center; }
    .off-canvas-list-menu li.offcanvas-social-links .socialLinks .socialLinks-item {
      margin-right: 25px; }
      .off-canvas-list-menu li.offcanvas-social-links .socialLinks .socialLinks-item:last-child {
        margin-right: 0; }
    .off-canvas-list-menu li.offcanvas-social-links .socialLinks .icon {
      border: none;
      padding: 0;
      height: 36px !important;
      width: 36px !important; }
      .off-canvas-list-menu li.offcanvas-social-links .socialLinks .icon svg {
        height: 36px;
        width: 36px; }

.off-canvas-list-menu li a:not(.close) {
  border-bottom: 2px solid #000000;
  color: #33372d;
  display: block;
  font-weight: 400;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 300ms ease; }
  .off-canvas-list-menu li a:not(.close).button {
    border-bottom: 0; }

.off-canvas-list-menu li.back > .button::before {
  border: 1px solid #33372d;
  border-left: 0 none;
  border-top: 0 none;
  height: 11px;
  margin-right: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 11px; }

.off-canvas-list-menu li.back > .button {
  color: #fff;
  padding-left: 20px; }
  .off-canvas-list-menu li.back > .button::before {
    content: none !important; }

.off-canvas-list-menu li.has-submenu > a:hover::after {
  border-color: #fff; }

.off-canvas-list-menu li.has-submenu ul:not(.left-submenu):not(.right-submenu) {
  list-style: none;
  margin-left: 0; }
  .off-canvas-list-menu li.has-submenu ul:not(.left-submenu):not(.right-submenu) > li > a:not(.heading-all) {
    padding-left: 50px; }
    .off-canvas-list-menu li.has-submenu ul:not(.left-submenu):not(.right-submenu) > li > a:not(.heading-all) svg {
      display: inline-block;
      fill: currentColor;
      height: 24px;
      left: 8px;
      position: absolute;
      stroke: none;
      stroke-width: 0;
      top: 50%;
      transform: translate(0, -50%);
      width: 24px; }

.offcanvas-search {
  border-bottom: 2px solid #000000;
  display: block;
  margin: 0;
  padding: 15px 20px 10px;
  position: relative; }
  .offcanvas-search .form {
    margin: 0;
    position: relative; }
    .offcanvas-search .form .form-field {
      margin: 0; }
      .offcanvas-search .form .form-field .form-input {
        border-radius: 10px;
        display: block;
        padding-right: 35px;
        width: 100%; }
    .offcanvas-search .form button {
      -webkit-appearance: none;
      -khtml-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      background: transparent;
      border: 0 none;
      height: 100%;
      right: 0;
      padding: 0 10px;
      position: absolute;
      top: 0; }
      .offcanvas-search .form button .icon {
        display: block;
        font-size: 0;
        height: 20px;
        padding: 0;
        width: 20px; }

.off-canvas-list-cart li.loadingOverlay {
  top: 78px; }

.off-canvas-list-cart li.offcanvas-subtotal {
  background-color: #d8d1bd;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 15px 20px;
  text-align: right;
  text-transform: uppercase; }

.off-canvas-list-cart li.offcanvasAction-checkout, .off-canvas-list-cart li.offcanvasAction-viewCart {
  float: left;
  white-space: nowrap;
  width: 50%; }
  .off-canvas-list-cart li.offcanvasAction-checkout .button, .off-canvas-list-cart li.offcanvasAction-viewCart .button {
    padding: 0 15px; }

.off-canvas-list-cart li.offcanvasCart-emptyBody {
  clear: both;
  padding: 20px; }

.off-canvas-list-cart li.offcanvasAction-continueShopping {
  clear: both;
  margin-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px; }
  .off-canvas-list-cart li.offcanvasAction-continueShopping a {
    color: #687079;
    text-transform: uppercase; }
    .off-canvas-list-cart li.offcanvasAction-continueShopping a .icon {
      display: inline-block;
      fill: #687079;
      height: 20px;
      position: relative;
      top: -2px;
      vertical-align: middle;
      width: 20px; }
    .off-canvas-list-cart li.offcanvasAction-continueShopping a:hover {
      color: #dfa717; }
      .off-canvas-list-cart li.offcanvasAction-continueShopping a:hover .icon {
        fill: #dfa717; }

.off-canvas-list-cart li.offcanvasAction-checkout {
  padding-left: 10px; }

.off-canvas-list-cart li.offcanvasAction-viewCart {
  padding-right: 10px;
  text-align: right; }

.offcanvasAction-additionalCheckoutButton {
  float: left;
  margin-top: 20px;
  padding: 0 10px;
  width: 50%; }
  .navUser .offcanvasAction-additionalCheckoutButton {
    padding: 10px 5px 0; }
  .offcanvasAction-additionalCheckoutButton.odd {
    clear: both;
    padding-left: 5px; }
    .apple-pay-supported .offcanvasAction-additionalCheckoutButton.odd {
      padding-left: 10px;
      padding-right: 5px; }
  .offcanvasAction-additionalCheckoutButton.even {
    padding-right: 5px; }
    .apple-pay-supported .offcanvasAction-additionalCheckoutButton.even {
      padding-left: 5px;
      padding-right: 10px; }
  .offcanvasAction-additionalCheckoutButton .PayPalExpressCheckout p, .offcanvasAction-additionalCheckoutButton .PayPalExpressCheckout .p {
    display: none;
    text-align: center; }
  .offcanvasAction-additionalCheckoutButton .PayPalExpressCheckout #PayPalExpressCheckoutButton {
    width: 100%; }
  .offcanvasAction-additionalCheckoutButton .braintree-paypal-button,
  .offcanvasAction-additionalCheckoutButton .paypal-button-parent {
    width: 100% !important; }
  .apple-pay-supported .offcanvasAction-additionalCheckoutButton .apple-pay-checkout-button {
    display: block;
    float: none;
    width: 100%; }

.offcanvasCartItem {
  padding: 27px 20px; }
  .offcanvasCartItem + .offcanvasCartItem {
    border-top: 2px solid #000000; }

.offcanvasCartItem-image {
  float: left;
  padding: 0;
  width: 110px; }

.offcanvasCartItem-content {
  color: inherit;
  display: block;
  overflow: hidden;
  padding-left: 12px;
  width: auto; }
  .offcanvasCartItem-content h6 {
    font-size: 100%;
    margin-bottom: 10px;
    white-space: normal; }
  .offcanvasCartItem-content .offcanvasCartItem-options {
    list-style: none;
    margin: 0 0 10px;
    padding: 0; }
    .offcanvasCartItem-content .offcanvasCartItem-options li {
      color: #687079;
      font-size: 100%; }
  .offcanvasCartItem-content .offcanvasCartItem-price,
  .offcanvasCartItem-content .offcanvasCartItem-options {
    color: inherit;
    display: block; }
  .offcanvasCartItem-content .offcanvasCartItem-price {
    color: #33372d;
    font-size: 100%; }
  .offcanvasCartItem-content .offcanvasCartItem-options dl {
    font-size: 13px;
    line-height: 1.2; }
    .offcanvasCartItem-content .offcanvasCartItem-options dl dt {
      clear: left;
      float: left;
      line-height: 1.2;
      margin-bottom: 0;
      margin-right: 0.25em; }
    .offcanvasCartItem-content .offcanvasCartItem-options dl dd {
      line-height: 1.2;
      overflow: hidden; }

.sidebar-offcanvas .accordion-block {
  border-bottom: 2px solid #000000; }
  .sidebar-offcanvas .accordion-block .accordion-title {
    display: block;
    margin: 0;
    padding: 18px 0 15px 20px; }
  .sidebar-offcanvas .accordion-block .accordion-navigation-actions {
    top: 19px; }
  .sidebar-offcanvas .accordion-block .accordion-content {
    padding: 0 0 15px 50px; }
  .sidebar-offcanvas .accordion-block .navList-item {
    font-size: 14px; }
    .sidebar-offcanvas .accordion-block .navList-item:not(:last-of-type) {
      margin-bottom: 15px; }

.mobile-facet-footer {
  font-size: 0;
  padding: 20px 0;
  text-align: center; }
  .mobile-facet-footer .button {
    margin: 0 10px;
    width: 132px; }

.socialLinks {
  list-style: none;
  margin: 0;
  padding: 0; }
  .socialLinks .icon {
    color: #000000;
    display: block;
    margin: 0;
    overflow: hidden;
    text-align: left;
    text-decoration: none; }
    .socialLinks .icon:hover {
      color: #000; }
    .socialLinks .icon svg {
      fill: currentColor; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 5px;
    margin-right: 25px; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--flex {
  display: flex;
  justify-content: space-between; }
  .socialLinks--flex .socialLinks-item {
    margin: 0; }

.js .heroCarousel {
  margin-bottom: 70px;
  opacity: 0;
  overflow: initial;
  overflow-x: hidden;
  transition: all 600ms ease-out; }
  @media only screen and (min-width: 768px) {
    .js .heroCarousel {
      margin-bottom: 80px; } }

.heroCarousel.is-visible {
  visibility: visible; }

.heroCarousel.swiper-initialized {
  max-height: 100vh;
  opacity: 1; }
  @media only screen and (min-width: 768px) {
    .heroCarousel.swiper-initialized {
      max-height: 1200px; } }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
      top: 50%; } }

.heroCarousel .slick-next {
  right: 15px; }
  @media only screen and (min-width: 768px) {
    .heroCarousel .slick-next {
      right: 25px; } }

.heroCarousel .slick-prev {
  left: 15px; }
  @media only screen and (min-width: 768px) {
    .heroCarousel .slick-prev {
      left: 25px; } }

.heroCarousel .slick-dots {
  bottom: 23px; }

@media (min-width: 1500px) {
  .heroCarousel .swiper-button-prev {
    left: 60px; } }

@media only screen and (max-width: 767px) {
  .heroCarousel .swiper-button-prev {
    display: none; } }

@media (min-width: 1500px) {
  .heroCarousel .swiper-button-next {
    right: 60px; } }

@media only screen and (max-width: 767px) {
  .heroCarousel .swiper-button-next {
    display: none; } }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
    @media only screen and (min-width: 390px) and (max-width: 767px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
    @media only screen and (min-width: 390px) and (max-width: 767px) {
      .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 250px;
    height: 56.25vw;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 600px; } }

@media only screen and (min-width: 991px) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

.heroCarousel-image {
  height: 100%;
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .heroCarousel-image {
      visibility: hidden; } }
  @media only screen and (min-width: 390px) and (max-width: 767px) {
    .heroCarousel-image {
      object-position: 50% 50%; } }

.heroCarousel-content {
  text-align: center; }
  @media only screen and (min-width: 390px) {
    .heroCarousel-content {
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-slide--custom {
  background-position: center;
  background-size: cover;
  height: 300px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .heroCarousel-slide--custom {
      height: 670px; } }
  .heroCarousel-slide--custom .wrapper {
    height: 100%; }
  .heroCarousel-slide--custom .heroCarousel-content--custom {
    max-width: 300px; }
    @media only screen and (min-width: 768px) {
      .heroCarousel-slide--custom .heroCarousel-content--custom {
        max-width: 494px;
        padding-left: 60px; } }

.heroCarousel-title {
  color: #ffffff;
  margin-bottom: 20px; }

.heroCarousel-description {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 30px; }

.productView-images {
  display: flex;
  list-style-type: none;
  padding-right: 30px; }

.productView-thumbnails {
  margin-left: -36px; }

.productView-thumbnail-link {
  display: flex;
  justify-content: center;
  padding: 2px;
  width: 100%; }

@media only screen and (max-width: 990px) {
  .productView-details {
    text-align: center; } }

@media only screen and (min-width: 1400px) {
  .productView-details {
    max-width: 576px; } }

.productView--quickView .productView-details {
  position: relative; }

.productView-product .productView-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 16px; }
  @media only screen and (min-width: 991px) {
    .productView-product .productView-top {
      justify-content: space-between; } }
  .productView-product .productView-top span, .productView-product .productView-top button {
    font-size: 14px; }

@media only screen and (max-width: 990px) {
  .productView-product .product-wishlist {
    padding: 10px 0; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-product .productView-rating {
  display: flex;
  margin-bottom: 18px; }
  @media only screen and (max-width: 990px) {
    .productView-product .productView-rating {
      justify-content: center;
      margin-bottom: 18px; } }
  .productView-product .productView-rating .reviews-stars {
    display: flex;
    margin-right: 8px; }
    @media only screen and (min-width: 991px) {
      .productView-product .productView-rating .reviews-stars {
        margin-right: 24px; } }
  .productView-product .productView-rating .icon {
    height: 20px;
    margin-right: 6px;
    width: 20px; }
  .productView-product .productView-rating a {
    text-transform: none; }

.productView-product .productView-shipping {
  margin: 1em 0 0;
  line-height: 1.2; }
  .productView-product .productView-shipping p, .productView-product .productView-shipping .p {
    padding: 0;
    margin: 0 0 0.4em;
    font-size: 0.75rem; }

.productView-product .product-promo-badges {
  display: flex;
  flex-flow: row wrap; }
  @media only screen and (max-width: 990px) {
    .productView-product .product-promo-badges {
      justify-content: center; } }
  .productView-product .product-promo-badges:not(:empty) {
    margin-bottom: 10px; }
  .productView-product .product-promo-badges .product-promo-badge {
    position: relative;
    margin: 0 5px 5px 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 20px;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    letter-spacing: 0.05em; }
    .productView-product .product-promo-badges .product-promo-badge:last-child {
      margin-right: 0; }
    .productView-product .product-promo-badges .product-promo-badge.product-promo-badge-sale, .productView-product .product-promo-badges .product-promo-badge.product-promo-badge-final-sale {
      background: var(--color-red);
      padding-left: 28px; }
      .productView-product .product-promo-badges .product-promo-badge.product-promo-badge-sale:before, .productView-product .product-promo-badges .product-promo-badge.product-promo-badge-final-sale:before {
        content: '';
        background: url(../img/product-badges/icon-sale.svg) center no-repeat;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 8px;
        top: 4px; }
    .productView-product .product-promo-badges .product-promo-badge.product-promo-badge-final-sale:before {
      background: url(../img/product-badges/icon-final-sale.svg) center no-repeat;
      top: 5px; }
    .productView-product .product-promo-badges .product-promo-badge.product-promo-badge-clearance {
      background: var(--color-red); }
    .productView-product .product-promo-badges .product-promo-badge.product-promo-badge-new, .productView-product .product-promo-badges .product-promo-badge.product-promo-badge-long {
      background: #000000; }
    .productView-product .product-promo-badges .product-promo-badge.product-promo-badge-p-off {
      background: var(--color-orange); }
    .productView-product .product-promo-badges .product-promo-badge em {
      font-style: inherit;
      font-weight: inherit;
      color: var(--color-orange); }

.productView-title {
  font-weight: 900;
  margin-bottom: 8px; }
  @media only screen and (max-width: 990px) {
    .productView-title {
      margin-bottom: 18px; } }

.productView-brand {
  margin: 0 0 10px;
  padding-top: 24px; }
  @media only screen and (min-width: 991px) {
    .productView-brand {
      margin: 0px 0 25px;
      padding-top: 0; } }
  .productView-brand a {
    text-decoration: none; }
    .productView-brand a:hover, .productView-brand a:focus {
      text-decoration: underline; }

.productView-price {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 8px; }
  @media only screen and (max-width: 990px) {
    .productView-price {
      justify-content: center; } }
  @media only screen and (min-width: 768px) {
    .productView-price {
      margin-bottom: 0; } }
  .productView-price .price-section span {
    font-size: 32px;
    font-weight: 700; }
    .productView-price .price-section span.on-sale {
      color: var(--color-red); }
    .productView-price .price-section span.price--non-sale, .productView-price .price-section span.price--rrp {
      color: var(--color-gray);
      font-size: 14px;
      font-weight: 400;
      margin-left: 10px;
      display: inline-block;
      text-align: left; }
      .productView-price .price-section span.price--non-sale .price-save-percentage, .productView-price .price-section span.price--rrp .price-save-percentage {
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        color: var(--color-red);
        flex: 0 0 100%;
        text-decoration: none; }
      .productView-price .price-section span.price--non-sale .price--value, .productView-price .price-section span.price--rrp .price--value {
        font-size: inherit;
        font-weight: inherit; }
  .productView-price .price-section.non-sale-price--withoutTax {
    text-decoration-color: grey; }
  .productView-price .price-save-percentage {
    display: none; }
  .productView-price .on-sale {
    color: var(--color-orange); }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: 100%;
  justify-content: flex-end;
  letter-spacing: 0; }
  @media only screen and (max-width: 990px) {
    .productView-reviewLink {
      justify-content: center; }
      .productView-reviewLink a {
        width: 100%; } }
  .productView-reviewLink .icon {
    display: inline-block; }
  .productView-reviewLink + .productView-reviewLink {
    margin-left: 10px; }
  .productView-reviewLink a {
    color: #687079;
    text-decoration: none;
    text-transform: uppercase; }
    .productView-reviewLink a.button {
      width: 250px; }

.productView-info {
  *zoom: 1;
  margin: 0; }
  .productView-info::after {
    content: '';
    display: table;
    clear: both; }
  .productView-info > :last-child {
    margin-bottom: 20px; }

.productView-info-name,
.productView-info-value {
  float: none; }
  @media only screen and (min-width: 390px) {
    .productView-info-name,
    .productView-info-value {
      float: left; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0;
  margin-right: 5px; }

.productView-info-value {
  margin-bottom: 0;
  margin-left: 0; }

.productView-options {
  *zoom: 1;
  margin-bottom: 24px;
  text-align: center;
  padding: 24px 0; }
  .productView-options::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 991px) {
    .productView-options {
      text-align: left; } }
  @media only screen and (min-width: 390px) {
    .productView-options .form-input[type="number"] {
      width: 16.6667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      margin-bottom: 10px; }
      .productView-options .form .add-to-cart-wrapper .productAvailable-message {
        align-items: center;
        display: flex;
        margin-bottom: 14px; }
        @media only screen and (max-width: 990px) {
          .productView-options .form .add-to-cart-wrapper .productAvailable-message {
            justify-content: center; } }
        .productView-options .form .add-to-cart-wrapper .productAvailable-message .available-icon {
          border-radius: 50%;
          background-color: #009b1e;
          height: 16px;
          margin-right: 8px;
          width: 16px; }
    .productView-options .form .button.klaviyo-bis-trigger {
      width: 100% !important;
      margin-bottom: 10px !important; }
  .productView-options input[type="file"] {
    font-size: 14px; }
  .productView-options .form-label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase; }
    @media only screen and (max-width: 990px) {
      .productView-options .form-label {
        margin-bottom: 16px; } }
    .productView-options .form-label [data-option-value] {
      font-weight: 400; }
    .productView-options .form-label .required-star {
      display: none; }
  .productView-options .tooltip-wrap {
    position: absolute;
    right: 0;
    top: 0; }
    .productView-options .tooltip-wrap .tooltip-trigger {
      font-size: 12px;
      text-decoration: none;
      text-transform: none; }
      @media only screen and (min-width: 991px) {
        .productView-options .tooltip-wrap .tooltip-trigger {
          font-size: 12px; } }
    .productView-options .tooltip-wrap svg {
      vertical-align: sub; }
  .productView-options .form-label--inlineSmall {
    vertical-align: middle; }
    .productView-options .form-label--inlineSmall ~ .form-option {
      display: inline-block;
      vertical-align: middle; }
    .productView-options .form-label--inlineSmall ~ .form-select {
      display: inline-block;
      padding-right: 30px;
      vertical-align: middle;
      width: auto; }
  .productView-options .form-field {
    margin-bottom: 24px; }
    .productView-options .form-field:last-child {
      margin-bottom: 10px; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 24px;
      width: auto; }
      @media only screen and (min-width: 390px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .form-action {
    display: inline-block;
    position: relative;
    float: none;
    margin-top: 15px;
    padding: 0;
    width: auto; }
    @media only screen and (min-width: 991px) {
      .productView-options .form-action {
        display: inline-block;
        margin-top: 10px; } }
    .productView-options .form-action .button {
      margin-bottom: 0;
      width: 100%;
      min-height: 50px; }
    .productView-options .form-action #form-action-add-to-cart-widget-anchor {
      position: absolute;
      bottom: -20px; }
  @media only screen and (max-width: 990px) {
    .productView-options [data-product-attribute="swatch"] {
      text-align: center; } }
  .productView-options .productView-description-container {
    padding-top: 48px; }
    @media only screen and (max-width: 990px) {
      .productView-options .productView-description-container {
        text-align: left; } }
    @media only screen and (max-width: 990px) {
      .productView-options .productView-description-container .size-chart-wrapper {
        padding-top: 40px; } }
    .productView-options .productView-description-container .size-chart-wrapper .size-chart--table {
      border-collapse: collapse;
      width: 100%; }
      .productView-options .productView-description-container .size-chart-wrapper .size-chart--table .table-headers th {
        font-weight: 700;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        padding: 16px 0;
        text-transform: uppercase; }
        .productView-options .productView-description-container .size-chart-wrapper .size-chart--table .table-headers th.size-guide-header {
          text-align: left; }
      .productView-options .productView-description-container .size-chart-wrapper .size-chart--table tr td {
        padding: 12px 0; }
      .productView-options .productView-description-container .size-chart-wrapper .size-chart--table tr td {
        border-bottom: 1px solid #E4E4E4; }
  .productView-options .product-extra-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media only screen and (max-width: 990px) {
      .productView-options .product-extra-details {
        justify-content: center; } }
    .productView-options .product-extra-details .free-shipping-notice p, .productView-options .product-extra-details .free-shipping-notice .p {
      margin-bottom: 0; }
  .productView-options .related-swatches-links {
    margin-bottom: 21px; }

.add-increment-wrap .form-action {
  margin-right: 15px; }

.add-increment-wrap .form-action {
  width: 100%; }

.productOptions-list {
  border: 2px solid #000000;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 24px; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 2px solid #000000; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 40px; }

.productOptions-list-item-content {
  padding-left: 28px; }

.shareProduct {
  text-align: center; }

.productView {
  margin: 0 auto 75px;
  max-width: 1480px;
  overflow: unset !important; }
  @media only screen and (max-width: 990px) {
    .productView {
      padding-top: 24px; } }
  .productView.cannot-purchase-product .productView-description-container {
    margin-bottom: 40px;
    padding-top: 30px; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

#product-reviews {
  margin: 0 auto 30px;
  max-width: 1480px; }

.reviews-header-top {
  border-top: 1px solid #000000;
  padding: 24px 0 0; }
  .reviews-header-top .reviews-title {
    font-weight: 900;
    margin-bottom: 0; }
    @media only screen and (max-width: 990px) {
      .reviews-header-top .reviews-title {
        font-size: 24px;
        text-align: center; } }
  .reviews-header-top [data-bv-show="reviews"] {
    margin: 0 -10px; }

.reviews-content-header {
  padding: 30px 0; }
  @media only screen and (min-width: 991px) {
    .reviews-content-header {
      padding: 48px 0 56px; } }
  .reviews-content-header .reviews-count {
    font-size: 14px; }
  .reviews-content-header .reviews-stars {
    max-width: 200px;
    text-align: center; }
    @media only screen and (max-width: 990px) {
      .reviews-content-header .reviews-stars {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; } }
    .reviews-content-header .reviews-stars .reviews-total {
      font-size: 56px;
      margin-bottom: 0; }
    .reviews-content-header .reviews-stars .icon {
      display: inline-block;
      margin-right: 5px; }
    .reviews-content-header .reviews-stars .reviews-count {
      font-size: 19px; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 40px; }
  @media only screen and (min-width: 991px) {
    .productReviews-list {
      margin-bottom: 100px; } }

.productReview {
  border-top: 1px solid #ebe9e4;
  padding-bottom: 8px;
  padding-top: 88px; }
  .productReview .review-header {
    align-items: center;
    display: flex;
    margin-bottom: 24px; }
  .productReview article {
    display: flex; }
    .productReview article .author-button {
      align-items: center;
      background-color: #000000;
      border-radius: 50%;
      color: #ffffff;
      display: flex;
      font-weight: 600;
      font-size: 27px;
      height: 88px;
      justify-content: center;
      margin-right: 24px;
      min-width: 88px; }
      @media only screen and (max-width: 767px) {
        .productReview article .author-button {
          height: 78px;
          font-size: 24px;
          margin-right: 10px;
          min-width: 78px; } }
    .productReview article .review-content {
      width: 100%; }
    .productReview article .review-info {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-bottom: 0;
      width: 100%; }
      @media only screen and (max-width: 990px) {
        .productReview article .review-info {
          flex-wrap: wrap; } }
    @media only screen and (min-width: 991px) {
      .productReview article .review-comment {
        padding-left: 112px; } }
    .productReview article .review-comment .productReview-title {
      margin-bottom: 8px; }
    .productReview article .icon--ratingFull {
      color: #dfa717; }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .productReview-author {
      margin-bottom: 16px; } }

@media only screen and (max-width: 767px) {
  .productReview-date {
    font-size: 15px; } }

.productReview-name {
  font-size: 20px; }

.productReview-rating {
  display: flex;
  margin-bottom: 10px; }
  .productReview-rating svg {
    height: 12px;
    width: 12px; }

.productReview-body {
  font-size: 14px; }

.productReview-ratingNumber {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.productView-description-container {
  position: relative;
  z-index: 1; }
  .productView-description-container .tab-content {
    padding-top: 20px; }
    @media only screen and (min-width: 991px) {
      .productView-description-container .tab-content {
        padding-top: 40px; } }
  .productView-description-container .productView-description.rte {
    margin-bottom: 96px;
    position: relative; }
    @media only screen and (max-width: 990px) {
      .productView-description-container .productView-description.rte {
        margin-bottom: 0;
        overflow: hidden;
        height: 650px; }
        .productView-description-container .productView-description.rte.description-revealed {
          height: auto; }
        .productView-description-container .productView-description.rte:after {
          content: "";
          display: block;
          height: 75px;
          width: 100%;
          position: absolute;
          bottom: 0;
          background: transparent linear-gradient(180deg, #F4F4F400 0%, #F4F4F496 75%, #F4F4F4 100%) 0% 0% no-repeat padding-box; } }
    .productView-description-container .productView-description.rte.description-revealed:after {
      display: none; }
    .productView-description-container .productView-description.rte ul {
      padding-left: 40px; }
      .productView-description-container .productView-description.rte ul li {
        padding-bottom: 8px; }
    .productView-description-container .productView-description.rte h1, .productView-description-container .productView-description.rte .h-one, .productView-description-container .productView-description.rte h2, .productView-description-container .productView-description.rte .h-two, .productView-description-container .productView-description.rte h3, .productView-description-container .productView-description.rte .h-three, .productView-description-container .productView-description.rte h4, .productView-description-container .productView-description.rte .h-four, .productView-description-container .productView-description.rte .standard-table th, .standard-table .productView-description-container .productView-description.rte th, .productView-description-container .productView-description.rte h5, .productView-description-container .productView-description.rte .h-five {
      margin-bottom: 24px; }
      @media only screen and (max-width: 990px) {
        .productView-description-container .productView-description.rte h1, .productView-description-container .productView-description.rte .h-one, .productView-description-container .productView-description.rte h2, .productView-description-container .productView-description.rte .h-two, .productView-description-container .productView-description.rte h3, .productView-description-container .productView-description.rte .h-three, .productView-description-container .productView-description.rte h4, .productView-description-container .productView-description.rte .h-four, .productView-description-container .productView-description.rte .standard-table th, .standard-table .productView-description-container .productView-description.rte th, .productView-description-container .productView-description.rte h5, .productView-description-container .productView-description.rte .h-five {
          text-align: center; } }

[data-bv-show="rating_summary"] button.bv_ratings_summary:focus-visible {
  outline: none; }

.productView-image .easyzoom-flyout {
  background-color: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.related-products {
  padding: 48px 0 48px; }
  @media only screen and (min-width: 991px) {
    .related-products {
      margin-bottom: 0;
      padding: 80px 0 48px; } }

.related-products,
.similar-products {
  padding: 40px 0; }
  @media only screen and (min-width: 991px) {
    .related-products,
    .similar-products {
      padding: 40px 0; } }
  .related-products .product-carousel-header,
  .similar-products .product-carousel-header {
    margin: 0 auto 24px;
    max-width: 1480px; }
    @media only screen and (max-width: 990px) {
      .related-products .product-carousel-header,
      .similar-products .product-carousel-header {
        text-align: center;
        font-size: 24px; } }
  .related-products .section-header,
  .similar-products .section-header {
    max-width: 1480px;
    margin: 0 auto 20px; }
    @media only screen and (max-width: 990px) {
      .related-products .section-header,
      .similar-products .section-header {
        text-align: center; } }
  .related-products .swiper-button-prev,
  .similar-products .swiper-button-prev {
    left: 3px; }
    @media (min-width: 1800px) {
      .related-products .swiper-button-prev,
      .similar-products .swiper-button-prev {
        left: 76px; } }
  .related-products .swiper-button-next,
  .similar-products .swiper-button-next {
    right: 3px; }
    @media (min-width: 1800px) {
      .related-products .swiper-button-next,
      .similar-products .swiper-button-next {
        right: 76px; } }

.main-image-swiper {
  padding-left: 30px;
  width: 85%; }

.thumbnail-slider {
  height: 554px;
  max-height: 100%;
  width: 15%; }
  .thumbnail-slider img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* Object-fit polyfill */
    font-family: "object-fit: cover;";
    margin: 0;
    object-fit: cover;
    position: relative;
    width: 130px; }

.productView-images {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 22px;
  margin-bottom: 0; }
  @media only screen and (max-width: 990px) {
    .productView-images {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 100%; } }
  @media only screen and (min-width: 991px) {
    .productView-images {
      grid-template-columns: auto auto;
      column-gap: 24px; }
      .productView-images.image-grid--1 .productView-image:first-child, .productView-images.image-grid--3 .productView-image:first-child {
        grid-column: 1/3; } }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.2s ease; }
  .productView-image + .productView-thumbnails {
    margin-top: 10px; }
  .productView-image.product-variant-fade-out {
    opacity: 0.2;
    order: 1; }

.productView-image-modal {
  max-width: 100%; }
  .productView-image-modal .productView-image-list {
    height: 100%;
    overflow-y: auto; }
    .productView-image-modal .productView-image-list a {
      display: block; }
      .productView-image-modal .productView-image-list a img {
        width: 100%;
        height: auto; }

.productView-img-container {
  margin: auto;
  position: relative;
  width: 100%;
  height: 100%; }
  .productView-img-container::after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .productView-img-container .image-popup {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 90; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* Object-fit polyfill */
    font-family: "object-fit: cover;";
    height: 100%;
    object-fit: contain;
    width: 100%; }
  .productView-img-container iframe, .productView-img-container video {
    align-items: center;
    display: flex;
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
    margin-bottom: 0 !important; }
    .productView-img-container iframe .videoGallery-main, .productView-img-container video .videoGallery-main {
      margin: 0;
      width: 100%;
      padding-bottom: 100%;
      padding-top: 0; }
  .productView-img-container video {
    height: auto;
    max-height: 100%; }

.cannot-purchase-details .productView-unavailable {
  background-color: #ebe9e4;
  margin-bottom: 30px;
  padding: 75px 25px; }
  @media only screen and (max-width: 990px) {
    .cannot-purchase-details .productView-unavailable {
      padding: 40px 16px; } }
  .cannot-purchase-details .productView-unavailable p, .cannot-purchase-details .productView-unavailable .p, .cannot-purchase-details .productView-unavailable span {
    margin-bottom: 8px;
    line-height: 1.5; }
    @media only screen and (max-width: 990px) {
      .cannot-purchase-details .productView-unavailable p, .cannot-purchase-details .productView-unavailable .p, .cannot-purchase-details .productView-unavailable span {
        font-size: 16px; } }

.cannot-purchase-details .store-link .button {
  width: 100%; }

.shipping-callout {
  font-size: 0.75rem; }
  .shipping-callout:before {
    content: '';
    vertical-align: top;
    display: inline-block;
    background: url(../icons/ico-shipping.svg) left center no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 18px;
    margin-top: -2px; }

.product-comment {
  font-size: 0.75rem;
  margin: 0 0 0.2em; }
  .product-comment.excluded-from-promos:before, .product-comment.product-promo-badge-final-sale:before, .product-comment.product-promo-badge-long:before, .product-comment.product-promo-badge-p-off:before {
    content: '';
    vertical-align: top;
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-top: -2px; }
  .product-comment.excluded-from-promos:before {
    background: url(../icons/ico-warning.svg) left center no-repeat;
    background-size: auto 100%; }
  .product-comment.product-promo-badge-long:before, .product-comment.product-promo-badge-p-off:before {
    background: url(../icons/ico-shopping.svg) left center no-repeat;
    background-size: auto 100%; }
  .product-comment.product-promo-badge-final-sale:before {
    background: url(../img/product-badges/icon-final-sale.svg) left center no-repeat;
    background-size: auto 100%; }

.productView-images-container {
  align-self: flex-start; }

.mfp-gallery figure > figcaption {
  margin-bottom: 0; }

.mfp-gallery .mfp-figure:after {
  content: none; }

@media (max-width: 990px) {
  .productView {
    padding-top: 0; }
    .productView .productView-images-container {
      position: relative;
      top: unset; } }

@media (max-width: 767px) {
  .productView {
    padding-top: 24px; } }

.productView .productAttributes-message .alertBox-icon {
  padding-right: 0;
  justify-content: flex-end; }
  .productView .productAttributes-message .alertBox-icon svg {
    fill: var(--color-black); }

html.product-image-gallery-test-b .productView .video-icon-overlay {
  display: none; }

html.product-image-gallery-test-b .productView .productView-images-container {
  --product-image-thumb-size: 80px;
  --product-image-thumb-gap: calc(var(--product-image-thumb-size) / 10);
  display: flex;
  flex-flow: row nowrap;
  gap: var(--product-image-thumb-gap); }
  @media (min-width: 991px) {
    html.product-image-gallery-test-b .productView .productView-images-container.sticky-sidebar {
      top: 150px; } }
  html.product-image-gallery-test-b .productView .productView-images-container .productView-images {
    display: flex;
    flex-flow: column nowrap;
    flex: 0 0 var(--product-image-thumb-size);
    width: var(--product-image-thumb-size);
    gap: var(--product-image-thumb-gap);
    padding: 0;
    position: relative;
    overflow: visible; }
    html.product-image-gallery-test-b .productView .productView-images-container .productView-images li {
      width: 100%;
      height: var(--product-image-thumb-size);
      margin: 0;
      cursor: pointer;
      outline: transparent 2px solid;
      transition: outline-color 0.1s ease; }
      html.product-image-gallery-test-b .productView .productView-images-container .productView-images li a {
        pointer-events: none; }
      html.product-image-gallery-test-b .productView .productView-images-container .productView-images li:nth-child(n + 7) {
        display: none; }
      html.product-image-gallery-test-b .productView .productView-images-container .productView-images li.extra-images-link {
        position: relative;
        width: var(--product-image-thumb-size);
        height: var(--product-image-thumb-size);
        margin-top: calc(-1 * var(--product-image-thumb-size) - var(--product-image-thumb-gap));
        background: rgba(0, 0, 0, 0.4);
        z-index: 100;
        pointer-events: none;
        display: block;
        order: 100; }
        html.product-image-gallery-test-b .productView .productView-images-container .productView-images li.extra-images-link span {
          position: absolute;
          top: 50%;
          left: 50%;
          padding: 0.3em 0.6em;
          border-radius: 1em;
          background: #000;
          color: #fff;
          font-weight: 400;
          font-size: 14px;
          transform: translate(-50%, -50%); }
      html.product-image-gallery-test-b .productView .productView-images-container .productView-images li.video-container video {
        display: none; }
      html.product-image-gallery-test-b .productView .productView-images-container .productView-images li .video-icon-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        display: block; }
        html.product-image-gallery-test-b .productView .productView-images-container .productView-images li .video-icon-overlay img {
          object-fit: cover; }
        html.product-image-gallery-test-b .productView .productView-images-container .productView-images li .video-icon-overlay svg {
          display: block;
          position: absolute;
          top: calc(50% - 12px);
          left: calc(50% - 10px);
          fill: #fff;
          width: 24px;
          height: 24px; }
      html.product-image-gallery-test-b .productView .productView-images-container .productView-images li.product-variant-fade-out {
        opacity: 1; }
        html.product-image-gallery-test-b .productView .productView-images-container .productView-images li.product-variant-fade-out:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.6);
          z-index: 90; }
      html.product-image-gallery-test-b .productView .productView-images-container .productView-images li:hover, html.product-image-gallery-test-b .productView .productView-images-container .productView-images li.selected {
        outline-color: var(--color-orange); }
  html.product-image-gallery-test-b .productView .productView-images-container .productView-images-main {
    flex: 1 1 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0;
    cursor: pointer;
    list-style: none; }
    html.product-image-gallery-test-b .productView .productView-images-container .productView-images-main li {
      width: 100%;
      height: auto; }
      html.product-image-gallery-test-b .productView .productView-images-container .productView-images-main li .productView-img-container {
        height: auto;
        display: block; }
        html.product-image-gallery-test-b .productView .productView-images-container .productView-images-main li .productView-img-container:after {
          content: none; }
      html.product-image-gallery-test-b .productView .productView-images-container .productView-images-main li a {
        display: block;
        position: relative; }
        html.product-image-gallery-test-b .productView .productView-images-container .productView-images-main li a:before {
          content: '';
          display: block;
          padding-top: 100%; }
        html.product-image-gallery-test-b .productView .productView-images-container .productView-images-main li a img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: contain; }
      html.product-image-gallery-test-b .productView .productView-images-container .productView-images-main li.product-variant-fade-out {
        opacity: 1; }
  html.product-image-gallery-test-b .productView .productView-images-container .productView-images-mobile {
    display: none;
    flex: 1 1 100%;
    width: 100%;
    overflow: visible;
    position: relative; }
    html.product-image-gallery-test-b .productView .productView-images-container .productView-images-mobile li {
      margin: 0; }
    html.product-image-gallery-test-b .productView .productView-images-container .productView-images-mobile .swiper-pagination {
      bottom: 10px !important; }
      html.product-image-gallery-test-b .productView .productView-images-container .productView-images-mobile .swiper-pagination .swiper-pagination-bullet {
        margin-right: 6px !important;
        width: 10px;
        height: 10px;
        transition: background-color 0.1s ease, border-color 0.1s ease; }
        html.product-image-gallery-test-b .productView .productView-images-container .productView-images-mobile .swiper-pagination .swiper-pagination-bullet:last-child {
          margin-right: 0 !important; }
        html.product-image-gallery-test-b .productView .productView-images-container .productView-images-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          border-color: #fff !important;
          width: 12px;
          height: 12px;
          margin-bottom: -1px; }
  @media (max-width: 767px) {
    html.product-image-gallery-test-b .productView .productView-images-container .productView-images-mobile {
      display: block; }
    html.product-image-gallery-test-b .productView .productView-images-container .productView-images,
    html.product-image-gallery-test-b .productView .productView-images-container .productView-images-main {
      display: none; } }

@media (max-width: 767px) {
  html.product-image-gallery-test-b #MainContent > .wrapper {
    overflow-x: hidden; } }

html.product-image-gallery-test-b #all-images-modal {
  width: 96%;
  height: 90dvh;
  max-width: 1820px;
  max-height: unset; }
  html.product-image-gallery-test-b #all-images-modal .video-icon-overlay {
    display: none; }
  html.product-image-gallery-test-b #all-images-modal .modal-close:before, html.product-image-gallery-test-b #all-images-modal .modal-close:after {
    content: none; }
  html.product-image-gallery-test-b #all-images-modal .modal-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  html.product-image-gallery-test-b #all-images-modal .modal-body {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    max-height: unset !important;
    overflow: hidden; }
    html.product-image-gallery-test-b #all-images-modal .modal-body .modal-left {
      flex: 1 1 100%;
      display: flex; }
      html.product-image-gallery-test-b #all-images-modal .modal-body .modal-left .modal-product-image {
        width: 100%;
        height: 100%; }
        html.product-image-gallery-test-b #all-images-modal .modal-body .modal-left .modal-product-image .productView-img-container {
          height: 100%;
          display: block; }
          html.product-image-gallery-test-b #all-images-modal .modal-body .modal-left .modal-product-image .productView-img-container:after {
            content: none; }
        html.product-image-gallery-test-b #all-images-modal .modal-body .modal-left .modal-product-image a,
        html.product-image-gallery-test-b #all-images-modal .modal-body .modal-left .modal-product-image a img {
          display: block;
          position: relative;
          width: 100%;
          height: 100%;
          top: unset;
          left: unset;
          right: unset;
          bottom: unset; }
    html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right {
      flex: 0 0 25%;
      width: 25%;
      min-width: 300px;
      max-width: 400px;
      margin: 0 0 0 24px; }
      html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-images {
        display: flex;
        flex-flow: row wrap;
        margin: 0 -4px;
        list-style: none; }
        html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-images li {
          flex: 0 1 25%;
          width: 25%;
          padding: 0 4px;
          margin: 0 0 8px; }
          html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-images li > div {
            border: var(--color-darkGray) 2px solid;
            transition: border-color 0.1s ease; }
          html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-images li.selected > div,
          html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-images li:hover > div {
            border-color: var(--color-orange); }
          html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-images li.video-container video {
            display: none; }
          html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-images li .video-icon-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            display: block; }
            html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-images li .video-icon-overlay img {
              object-fit: cover; }
            html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-images li .video-icon-overlay svg {
              display: block;
              position: absolute;
              top: calc(50% - 12px);
              left: calc(50% - 10px);
              fill: #fff;
              width: 24px;
              height: 24px; }
          html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-images li .video-icon-overlay {
            left: 4px;
            right: 4px;
            width: auto; }
      html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-sku {
        font-size: 12px;
        line-height: 1;
        margin: 0 0 0.8em; }
      html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right .modal-product-title {
        font-size: 18px;
        line-height: 1.3;
        margin: 0 0 1em; }
    html.product-image-gallery-test-b #all-images-modal .modal-body .slider-top,
    html.product-image-gallery-test-b #all-images-modal .modal-body .slider-bottom {
      display: none; }
    html.product-image-gallery-test-b #all-images-modal .modal-body .slider-top {
      flex: 1 1 100%;
      width: 100%; }
      html.product-image-gallery-test-b #all-images-modal .modal-body .slider-top .productView-img-container {
        width: 100%;
        height: 100%; }
        html.product-image-gallery-test-b #all-images-modal .modal-body .slider-top .productView-img-container:after {
          content: none; }
        html.product-image-gallery-test-b #all-images-modal .modal-body .slider-top .productView-img-container video {
          height: 100%; }
      html.product-image-gallery-test-b #all-images-modal .modal-body .slider-top .swiper-wrapper,
      html.product-image-gallery-test-b #all-images-modal .modal-body .slider-top li {
        height: 100%;
        margin: 0; }
      html.product-image-gallery-test-b #all-images-modal .modal-body .slider-top a,
      html.product-image-gallery-test-b #all-images-modal .modal-body .slider-top a img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset; }
    html.product-image-gallery-test-b #all-images-modal .modal-body .slider-bottom {
      margin: 8px;
      width: calc(100% - 16px);
      overflow: visible; }
      html.product-image-gallery-test-b #all-images-modal .modal-body .slider-bottom li {
        width: 80px;
        height: 80px;
        margin: 0; }
        html.product-image-gallery-test-b #all-images-modal .modal-body .slider-bottom li > div {
          border: var(--color-darkGray) 2px solid;
          transition: border-color 0.1s ease; }
        html.product-image-gallery-test-b #all-images-modal .modal-body .slider-bottom li.selected > div {
          border-color: var(--color-orange); }
        html.product-image-gallery-test-b #all-images-modal .modal-body .slider-bottom li.video-container video {
          display: none; }
        html.product-image-gallery-test-b #all-images-modal .modal-body .slider-bottom li .video-icon-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #000;
          display: block; }
          html.product-image-gallery-test-b #all-images-modal .modal-body .slider-bottom li .video-icon-overlay img {
            object-fit: cover; }
          html.product-image-gallery-test-b #all-images-modal .modal-body .slider-bottom li .video-icon-overlay svg {
            display: block;
            position: absolute;
            top: calc(50% - 12px);
            left: calc(50% - 10px);
            fill: #fff;
            width: 24px;
            height: 24px; }
  @media (max-width: 767px) {
    html.product-image-gallery-test-b #all-images-modal {
      width: 100vw;
      height: 100dvh;
      transform: none;
      top: 0 !important;
      left: 0 !important; }
      html.product-image-gallery-test-b #all-images-modal .modal-body {
        flex-flow: column nowrap;
        padding: 0; }
        html.product-image-gallery-test-b #all-images-modal .modal-body .slider-top,
        html.product-image-gallery-test-b #all-images-modal .modal-body .slider-bottom {
          display: block; }
        html.product-image-gallery-test-b #all-images-modal .modal-body .modal-left,
        html.product-image-gallery-test-b #all-images-modal .modal-body .modal-right {
          display: none; }
      html.product-image-gallery-test-b #all-images-modal .modal-close {
        width: 64px;
        height: 64px;
        font-size: 40px; } }

.related-products-test-b #product-reviews {
  margin-bottom: 120px; }

@media screen and (max-width: 990px) {
  .related-products-test-b .productView {
    margin-bottom: 0; } }

.related-products-test-b .productView-description-container .productView-description {
  margin-bottom: 0;
  height: auto;
  max-height: 200px;
  overflow: hidden; }
  .related-products-test-b .productView-description-container .productView-description:after {
    content: "";
    display: block;
    position: absolute;
    height: 75px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg, #F4F4F400 0%, #F4F4F496 75%, #F4F4F4 100%) 0% 0% no-repeat padding-box; }
  .related-products-test-b .productView-description-container .productView-description > :last-child {
    margin-bottom: 0; }
  .related-products-test-b .productView-description-container .productView-description.description-expanded {
    max-height: unset;
    overflow: visible; }
    .related-products-test-b .productView-description-container .productView-description.description-expanded:after {
      display: none; }

.related-products-test-b .productView-description-container .mobile-show-details {
  margin: 20px 0 0; }
  .related-products-test-b .productView-description-container .mobile-show-details button {
    min-width: 300px; }
    .related-products-test-b .productView-description-container .mobile-show-details button .icon {
      margin-left: 0.5em; }
    .related-products-test-b .productView-description-container .mobile-show-details button.description-expanded .show-more {
      display: none; }
    .related-products-test-b .productView-description-container .mobile-show-details button:not(.description-expanded) .show-less {
      display: none; }
    .related-products-test-b .productView-description-container .mobile-show-details button.description-expanded .icon {
      transform: rotate(180deg); }

.add-to-cart-widget {
  --add-to-cart-widget-pad: 8px;
  position: fixed;
  z-index: 101;
  overflow: hidden;
  background: var(--color-lightGray);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  user-select: none;
  cursor: pointer; }
  .add-to-cart-widget button.button {
    flex: 0 0 100%;
    width: 100%;
    position: relative;
    z-index: 1; }
  .add-to-cart-widget .product-details {
    display: flex;
    flex-flow: row nowrap;
    padding: var(--add-to-cart-widget-pad); }
  .add-to-cart-widget .product-image {
    flex: 0 0 70px;
    margin: 0 var(--add-to-cart-widget-pad) 0 0;
    background: #fff;
    position: relative;
    align-self: flex-start; }
    .add-to-cart-widget .product-image:after {
      content: '';
      padding-top: 100%;
      display: block; }
    .add-to-cart-widget .product-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .add-to-cart-widget .product-info {
    flex: 0 0 calc(100% - 70px - var(--add-to-cart-widget-pad));
    font-size: 14px;
    display: flex;
    flex-flow: column nowrap; }
  .add-to-cart-widget .product-title {
    margin-bottom: 0.4em; }
  .add-to-cart-widget .product-price {
    margin: auto 0; }
    .add-to-cart-widget .product-price .price-section span {
      font-size: 22px;
      line-height: 1; }
      .add-to-cart-widget .product-price .price-section span.price--rrp {
        font-size: 12px; }
  .add-to-cart-widget .modal-close {
    top: 0;
    right: 0;
    font-size: 26px;
    width: 28px;
    height: 26px;
    transition: opacity 0.1s ease; }
    .add-to-cart-widget .modal-close:before, .add-to-cart-widget .modal-close:after {
      content: none; }
    .add-to-cart-widget .modal-close:hover {
      opacity: 0.7; }
  @media (min-width: 769px) {
    .add-to-cart-widget {
      visibility: hidden;
      pointer-events: none; }
      .add-to-cart-widget .product-details {
        transform: translateY(-100%);
        transition: transform 0.4s ease; }
      .add-to-cart-widget.shown {
        visibility: visible;
        pointer-events: auto; }
        .add-to-cart-widget.shown .product-details {
          transform: none; } }
  @media (max-width: 768px) {
    .add-to-cart-widget {
      left: 0;
      bottom: 0;
      width: 100%;
      box-shadow: none;
      transform: translateY(100%);
      transition: transform 0.4s ease; }
      .add-to-cart-widget .modal-close,
      .add-to-cart-widget .product-details {
        display: none; }
      .add-to-cart-widget.shown {
        transform: none; } }

html.add-to-cart-widget-shown iframe#launcher,
html.add-to-cart-widget-shown iframe#webWidget {
  bottom: 170px !important; }
  @media (max-width: 768px) {
    html.add-to-cart-widget-shown iframe#launcher,
    html.add-to-cart-widget-shown iframe#webWidget {
      bottom: 50px !important; } }

.wallet-buttons-list {
  text-align: center; }
  .wallet-buttons-list > div {
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-flow: row wrap !important;
    margin: 0 -5px !important;
    width: calc(100% + 10px);
    justify-content: center;
    container-name: payment-options;
    container-type: inline-size; }
    .wallet-buttons-list > div > div {
      flex: 0 0 calc(50% - 10px);
      height: 50px;
      position: relative;
      padding: 0;
      margin: 0 5px 10px;
      order: 1;
      overflow: hidden;
      display: block;
      cursor: pointer; }

@container payment-options (width > 420px) {
  .wallet-buttons-list > div > div {
    flex: 0 0 calc(33.33% - 10px); } }
      @media screen and (max-width: 500px) {
        .wallet-buttons-list > div > div {
          flex: 0 0 calc(50% - 10px); } }
      @media screen and (max-width: 320px) {
        .wallet-buttons-list > div > div {
          flex: 0 0 calc(100% - 10px); } }
      .wallet-buttons-list > div > div:empty {
        display: none !important; }
      .wallet-buttons-list > div > div:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 200; }
      .wallet-buttons-list > div > div[id*=paypal]:after, .wallet-buttons-list > div > div[class*=Paypal]:after {
        background: #ffc439 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxcHgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxMDEgMzIiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIG1lZXQiIHhtbG5zPSJodHRwOiYjeDJGOyYjeDJGO3d3dy53My5vcmcmI3gyRjsyMDAwJiN4MkY7c3ZnIj48cGF0aCBmaWxsPSIjMDAzMDg3IiBkPSJNIDEyLjIzNyAyLjggTCA0LjQzNyAyLjggQyAzLjkzNyAyLjggMy40MzcgMy4yIDMuMzM3IDMuNyBMIDAuMjM3IDIzLjcgQyAwLjEzNyAyNC4xIDAuNDM3IDI0LjQgMC44MzcgMjQuNCBMIDQuNTM3IDI0LjQgQyA1LjAzNyAyNC40IDUuNTM3IDI0IDUuNjM3IDIzLjUgTCA2LjQzNyAxOC4xIEMgNi41MzcgMTcuNiA2LjkzNyAxNy4yIDcuNTM3IDE3LjIgTCAxMC4wMzcgMTcuMiBDIDE1LjEzNyAxNy4yIDE4LjEzNyAxNC43IDE4LjkzNyA5LjggQyAxOS4yMzcgNy43IDE4LjkzNyA2IDE3LjkzNyA0LjggQyAxNi44MzcgMy41IDE0LjgzNyAyLjggMTIuMjM3IDIuOCBaIE0gMTMuMTM3IDEwLjEgQyAxMi43MzcgMTIuOSAxMC41MzcgMTIuOSA4LjUzNyAxMi45IEwgNy4zMzcgMTIuOSBMIDguMTM3IDcuNyBDIDguMTM3IDcuNCA4LjQzNyA3LjIgOC43MzcgNy4yIEwgOS4yMzcgNy4yIEMgMTAuNjM3IDcuMiAxMS45MzcgNy4yIDEyLjYzNyA4IEMgMTMuMTM3IDguNCAxMy4zMzcgOS4xIDEzLjEzNyAxMC4xIFoiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDAzMDg3IiBkPSJNIDM1LjQzNyAxMCBMIDMxLjczNyAxMCBDIDMxLjQzNyAxMCAzMS4xMzcgMTAuMiAzMS4xMzcgMTAuNSBMIDMwLjkzNyAxMS41IEwgMzAuNjM3IDExLjEgQyAyOS44MzcgOS45IDI4LjAzNyA5LjUgMjYuMjM3IDkuNSBDIDIyLjEzNyA5LjUgMTguNjM3IDEyLjYgMTcuOTM3IDE3IEMgMTcuNTM3IDE5LjIgMTguMDM3IDIxLjMgMTkuMzM3IDIyLjcgQyAyMC40MzcgMjQgMjIuMTM3IDI0LjYgMjQuMDM3IDI0LjYgQyAyNy4zMzcgMjQuNiAyOS4yMzcgMjIuNSAyOS4yMzcgMjIuNSBMIDI5LjAzNyAyMy41IEMgMjguOTM3IDIzLjkgMjkuMjM3IDI0LjMgMjkuNjM3IDI0LjMgTCAzMy4wMzcgMjQuMyBDIDMzLjUzNyAyNC4zIDM0LjAzNyAyMy45IDM0LjEzNyAyMy40IEwgMzYuMTM3IDEwLjYgQyAzNi4yMzcgMTAuNCAzNS44MzcgMTAgMzUuNDM3IDEwIFogTSAzMC4zMzcgMTcuMiBDIDI5LjkzNyAxOS4zIDI4LjMzNyAyMC44IDI2LjEzNyAyMC44IEMgMjUuMDM3IDIwLjggMjQuMjM3IDIwLjUgMjMuNjM3IDE5LjggQyAyMy4wMzcgMTkuMSAyMi44MzcgMTguMiAyMy4wMzcgMTcuMiBDIDIzLjMzNyAxNS4xIDI1LjEzNyAxMy42IDI3LjIzNyAxMy42IEMgMjguMzM3IDEzLjYgMjkuMTM3IDE0IDI5LjczNyAxNC42IEMgMzAuMjM3IDE1LjMgMzAuNDM3IDE2LjIgMzAuMzM3IDE3LjIgWiI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMDMwODciIGQ9Ik0gNTUuMzM3IDEwIEwgNTEuNjM3IDEwIEMgNTEuMjM3IDEwIDUwLjkzNyAxMC4yIDUwLjczNyAxMC41IEwgNDUuNTM3IDE4LjEgTCA0My4zMzcgMTAuOCBDIDQzLjIzNyAxMC4zIDQyLjczNyAxMCA0Mi4zMzcgMTAgTCAzOC42MzcgMTAgQyAzOC4yMzcgMTAgMzcuODM3IDEwLjQgMzguMDM3IDEwLjkgTCA0Mi4xMzcgMjMgTCAzOC4yMzcgMjguNCBDIDM3LjkzNyAyOC44IDM4LjIzNyAyOS40IDM4LjczNyAyOS40IEwgNDIuNDM3IDI5LjQgQyA0Mi44MzcgMjkuNCA0My4xMzcgMjkuMiA0My4zMzcgMjguOSBMIDU1LjgzNyAxMC45IEMgNTYuMTM3IDEwLjYgNTUuODM3IDEwIDU1LjMzNyAxMCBaIj48L3BhdGg+PHBhdGggZmlsbD0iIzAwOWNkZSIgZD0iTSA2Ny43MzcgMi44IEwgNTkuOTM3IDIuOCBDIDU5LjQzNyAyLjggNTguOTM3IDMuMiA1OC44MzcgMy43IEwgNTUuNzM3IDIzLjYgQyA1NS42MzcgMjQgNTUuOTM3IDI0LjMgNTYuMzM3IDI0LjMgTCA2MC4zMzcgMjQuMyBDIDYwLjczNyAyNC4zIDYxLjAzNyAyNCA2MS4wMzcgMjMuNyBMIDYxLjkzNyAxOCBDIDYyLjAzNyAxNy41IDYyLjQzNyAxNy4xIDYzLjAzNyAxNy4xIEwgNjUuNTM3IDE3LjEgQyA3MC42MzcgMTcuMSA3My42MzcgMTQuNiA3NC40MzcgOS43IEMgNzQuNzM3IDcuNiA3NC40MzcgNS45IDczLjQzNyA0LjcgQyA3Mi4yMzcgMy41IDcwLjMzNyAyLjggNjcuNzM3IDIuOCBaIE0gNjguNjM3IDEwLjEgQyA2OC4yMzcgMTIuOSA2Ni4wMzcgMTIuOSA2NC4wMzcgMTIuOSBMIDYyLjgzNyAxMi45IEwgNjMuNjM3IDcuNyBDIDYzLjYzNyA3LjQgNjMuOTM3IDcuMiA2NC4yMzcgNy4yIEwgNjQuNzM3IDcuMiBDIDY2LjEzNyA3LjIgNjcuNDM3IDcuMiA2OC4xMzcgOCBDIDY4LjYzNyA4LjQgNjguNzM3IDkuMSA2OC42MzcgMTAuMSBaIj48L3BhdGg+PHBhdGggZmlsbD0iIzAwOWNkZSIgZD0iTSA5MC45MzcgMTAgTCA4Ny4yMzcgMTAgQyA4Ni45MzcgMTAgODYuNjM3IDEwLjIgODYuNjM3IDEwLjUgTCA4Ni40MzcgMTEuNSBMIDg2LjEzNyAxMS4xIEMgODUuMzM3IDkuOSA4My41MzcgOS41IDgxLjczNyA5LjUgQyA3Ny42MzcgOS41IDc0LjEzNyAxMi42IDczLjQzNyAxNyBDIDczLjAzNyAxOS4yIDczLjUzNyAyMS4zIDc0LjgzNyAyMi43IEMgNzUuOTM3IDI0IDc3LjYzNyAyNC42IDc5LjUzNyAyNC42IEMgODIuODM3IDI0LjYgODQuNzM3IDIyLjUgODQuNzM3IDIyLjUgTCA4NC41MzcgMjMuNSBDIDg0LjQzNyAyMy45IDg0LjczNyAyNC4zIDg1LjEzNyAyNC4zIEwgODguNTM3IDI0LjMgQyA4OS4wMzcgMjQuMyA4OS41MzcgMjMuOSA4OS42MzcgMjMuNCBMIDkxLjYzNyAxMC42IEMgOTEuNjM3IDEwLjQgOTEuMzM3IDEwIDkwLjkzNyAxMCBaIE0gODUuNzM3IDE3LjIgQyA4NS4zMzcgMTkuMyA4My43MzcgMjAuOCA4MS41MzcgMjAuOCBDIDgwLjQzNyAyMC44IDc5LjYzNyAyMC41IDc5LjAzNyAxOS44IEMgNzguNDM3IDE5LjEgNzguMjM3IDE4LjIgNzguNDM3IDE3LjIgQyA3OC43MzcgMTUuMSA4MC41MzcgMTMuNiA4Mi42MzcgMTMuNiBDIDgzLjczNyAxMy42IDg0LjUzNyAxNCA4NS4xMzcgMTQuNiBDIDg1LjczNyAxNS4zIDg1LjkzNyAxNi4yIDg1LjczNyAxNy4yIFoiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDA5Y2RlIiBkPSJNIDk1LjMzNyAzLjMgTCA5Mi4xMzcgMjMuNiBDIDkyLjAzNyAyNCA5Mi4zMzcgMjQuMyA5Mi43MzcgMjQuMyBMIDk1LjkzNyAyNC4zIEMgOTYuNDM3IDI0LjMgOTYuOTM3IDIzLjkgOTcuMDM3IDIzLjQgTCAxMDAuMjM3IDMuNSBDIDEwMC4zMzcgMy4xIDEwMC4wMzcgMi44IDk5LjYzNyAyLjggTCA5Ni4wMzcgMi44IEMgOTUuNjM3IDIuOCA5NS40MzcgMyA5NS4zMzcgMy4zIFoiPjwvcGF0aD48L3N2Zz4") center 55% no-repeat;
        background-size: auto 55%; }
      .wallet-buttons-list > div > div[id*=paypalcredit]:after, .wallet-buttons-list > div > div[class*=PaypalCredit]:after, .wallet-buttons-list > div > div[id*=paypalcommercecredit]:after, .wallet-buttons-list > div > div[class*=PaypalCommerceCredit]:after {
        background: #ffc439 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAyNCAzMiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4gbWVldCIgeG1sbnM9Imh0dHA6JiN4MkY7JiN4MkY7d3d3LnczLm9yZyYjeDJGOzIwMDAmI3gyRjtzdmciPjxwYXRoIGZpbGw9IiMwMDljZGUiIG9wYWNpdHk9IjEiIGQ9Ik0gMjAuOTI0IDcuMTU3IEMgMjEuMjA0IDUuMDU3IDIwLjkyNCAzLjY1NyAxOS44MDEgMi4zNTcgQyAxOC41ODMgMC45NTcgMTYuNDMgMC4yNTcgMTMuNzE2IDAuMjU3IEwgNS43NTggMC4yNTcgQyA1LjI5IDAuMjU3IDQuNzI5IDAuNzU3IDQuNjM0IDEuMjU3IEwgMS4zNTggMjMuNDU3IEMgMS4zNTggMjMuODU3IDEuNjM5IDI0LjM1NyAyLjEwNyAyNC4zNTcgTCA2Ljk3NSAyNC4zNTcgTCA2LjY5NCAyNi41NTcgQyA2LjYgMjYuOTU3IDYuODgxIDI3LjI1NyA3LjI1NSAyNy4yNTcgTCAxMS4zNzUgMjcuMjU3IEMgMTEuODQ0IDI3LjI1NyAxMi4zMTEgMjYuOTU3IDEyLjQwNSAyNi40NTcgTCAxMi40MDUgMjYuMTU3IEwgMTMuMjQ3IDIwLjk1NyBMIDEzLjI0NyAyMC43NTcgQyAxMy4zNDEgMjAuMjU3IDEzLjgwOSAxOS44NTcgMTQuMjc3IDE5Ljg1NyBMIDE0Ljg0IDE5Ljg1NyBDIDE4Ljg2NCAxOS44NTcgMjEuOTU0IDE4LjE1NyAyMi44OSAxMy4xNTcgQyAyMy4zNTggMTEuMDU3IDIzLjE3MiA5LjM1NyAyMi4wNDggOC4xNTcgQyAyMS43NjcgNy43NTcgMjEuMjk4IDcuNDU3IDIwLjkyNCA3LjE1NyBMIDIwLjkyNCA3LjE1NyI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMTIxNjkiIG9wYWNpdHk9IjEiIGQ9Ik0gMjAuOTI0IDcuMTU3IEMgMjEuMjA0IDUuMDU3IDIwLjkyNCAzLjY1NyAxOS44MDEgMi4zNTcgQyAxOC41ODMgMC45NTcgMTYuNDMgMC4yNTcgMTMuNzE2IDAuMjU3IEwgNS43NTggMC4yNTcgQyA1LjI5IDAuMjU3IDQuNzI5IDAuNzU3IDQuNjM0IDEuMjU3IEwgMS4zNTggMjMuNDU3IEMgMS4zNTggMjMuODU3IDEuNjM5IDI0LjM1NyAyLjEwNyAyNC4zNTcgTCA2Ljk3NSAyNC4zNTcgTCA4LjI4NiAxNi4wNTcgTCA4LjE5MiAxNi4zNTcgQyA4LjI4NiAxNS43NTcgOC43NTQgMTUuMzU3IDkuMzE1IDE1LjM1NyBMIDExLjY1NSAxNS4zNTcgQyAxNi4yNDMgMTUuMzU3IDE5LjgwMSAxMy4zNTcgMjAuOTI0IDcuNzU3IEMgMjAuODMxIDcuNDU3IDIwLjkyNCA3LjM1NyAyMC45MjQgNy4xNTciPjwvcGF0aD48cGF0aCBmaWxsPSIjMDAzMDg3IiBvcGFjaXR5PSIxIiBkPSJNIDkuNTA0IDcuMTU3IEMgOS41OTYgNi44NTcgOS43ODQgNi41NTcgMTAuMDY1IDYuMzU3IEMgMTAuMjUxIDYuMzU3IDEwLjM0NSA2LjI1NyAxMC41MzIgNi4yNTcgTCAxNi43MTEgNi4yNTcgQyAxNy40NjEgNi4yNTcgMTguMjA4IDYuMzU3IDE4Ljc3MiA2LjQ1NyBDIDE4Ljk1OCA2LjQ1NyAxOS4xNDYgNi40NTcgMTkuMzMzIDYuNTU3IEMgMTkuNTIgNi42NTcgMTkuNzA3IDYuNjU3IDE5LjgwMSA2Ljc1NyBDIDE5Ljg5NCA2Ljc1NyAxOS45ODcgNi43NTcgMjAuMDgyIDYuNzU3IEMgMjAuMzYyIDYuODU3IDIwLjY0MyA3LjA1NyAyMC45MjQgNy4xNTcgQyAyMS4yMDQgNS4wNTcgMjAuOTI0IDMuNjU3IDE5LjgwMSAyLjI1NyBDIDE4LjY3NyAwLjg1NyAxNi41MjUgMC4yNTcgMTMuODA5IDAuMjU3IEwgNS43NTggMC4yNTcgQyA1LjI5IDAuMjU3IDQuNzI5IDAuNjU3IDQuNjM0IDEuMjU3IEwgMS4zNTggMjMuNDU3IEMgMS4zNTggMjMuODU3IDEuNjM5IDI0LjM1NyAyLjEwNyAyNC4zNTcgTCA2Ljk3NSAyNC4zNTcgTCA4LjI4NiAxNi4wNTcgTCA5LjUwNCA3LjE1NyBaIj48L3BhdGg+PC9zdmc+) calc(50% - 40px) 55% no-repeat;
        background-size: auto 60%;
        content: 'Pay Later';
        padding-top: 14px;
        text-align: center;
        padding-left: 30px;
        font-size: 16px;
        color: black; }
      .wallet-buttons-list > div > div[id*=amazon]:after, .wallet-buttons-list > div > div[class*=Amazon]:after {
        background: #f0c14b url(../img/payment-methods/amazon.svg) center 60% no-repeat;
        background-size: auto 45%; }
      .wallet-buttons-list > div > div[id*=applepay] apple-pay-button, .wallet-buttons-list > div > div[class*=ApplePay] apple-pay-button {
        --apple-pay-button-height: 50px !important;
        --apple-pay-button-border-radius: 0 !important; }
      .wallet-buttons-list > div > div apple-pay-button {
        display: block; }
      .wallet-buttons-list > div > div[id*=googlepay]:after, .wallet-buttons-list > div > div[class*=GooglePay]:after {
        background: #000 url(../img/payment-methods/google.svg) center no-repeat;
        background-size: auto 50%; }
      .wallet-buttons-list > div > div[id*=googlepay] button,
      .wallet-buttons-list > div > div[id*=googlepay] iframe,
      .wallet-buttons-list > div > div[id*=googlepay] button > div, .wallet-buttons-list > div > div[class*=GooglePay] button,
      .wallet-buttons-list > div > div[class*=GooglePay] iframe,
      .wallet-buttons-list > div > div[class*=GooglePay] button > div {
        width: 100%;
        height: 50px;
        outline: none !important; }
    html.pdp-payment-options.device-ios .wallet-buttons-list > div > div[id*=applepay],
    html.pdp-payment-options.device-ios .wallet-buttons-list > div > div[class*=ApplePay],
    html.pdp-payment-options.device-android .wallet-buttons-list > div > div[id*=googlepay],
    html.pdp-payment-options.device-android .wallet-buttons-list > div > div[class*=GooglePay] {
      order: 0; }
    html.pdp-payment-options.device-ios .wallet-buttons-list > div > div[id*=googlepay],
    html.pdp-payment-options.device-ios .wallet-buttons-list > div > div[class*=GooglePay],
    html.pdp-payment-options.device-android .wallet-buttons-list > div > div[id*=applepay],
    html.pdp-payment-options.device-android .wallet-buttons-list > div > div[class*=ApplePay] {
      display: none !important; }
    html.pdp-payment-options.device-desktop .wallet-buttons-list > div > div[id*=applepay],
    html.pdp-payment-options.device-desktop .wallet-buttons-list > div > div[class*=ApplePay],
    html.pdp-payment-options.device-desktop .wallet-buttons-list > div > div[id*=googlepay],
    html.pdp-payment-options.device-desktop .wallet-buttons-list > div > div[class*=GooglePay] {
      order: 2; }
  .wallet-buttons-list.invalid-form > div > div:after {
    pointer-events: auto; }
  .wallet-buttons-list.disabled-form > div > div {
    cursor: auto; }
    .wallet-buttons-list.disabled-form > div > div:after {
      pointer-events: auto;
      filter: saturate(0); }
  .wallet-buttons-list .show-all-wallet-buttons {
    text-transform: none;
    display: block;
    margin: 10px auto;
    text-decoration: underline; }
  .wallet-buttons-list.show-all .show-all-wallet-buttons {
    display: none; }

.compareTable {
  border-top: 2px solid #000000;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 2px solid #000000; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-weight: 400;
  padding: 28px 25px;
  position: relative;
  text-align: right;
  width: 0; }

.compareTable-headingText {
  position: absolute;
  top: 28px;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 43px 25px 28px; }
  @media only screen and (min-width: 768px) {
    .compareTable-item {
      padding-top: 28px; } }

.compareTable-removeProduct {
  background-color: container("fill", "dark");
  border-radius: 50%;
  height: 49px;
  position: absolute;
  right: -25px;
  top: -25px;
  transition: background-color 0.15s ease;
  width: 49px; }
  .compareTable-removeProduct .icon {
    fill: #000000;
    height: 24px;
    margin-top: 7px;
    width: 24px; }

.compareTable-product {
  font-weight: 400;
  padding: 31px 25px 28px; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 96px;
    padding-top: 25px; }

.compareTable-action {
  padding: 0 25px 25px; }
  .compareTable-action .button {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }

.toggle {
  border-top: 2px solid #000000;
  margin-bottom: 34px; }
  .toggle:last-of-type {
    margin-bottom: 68px; }

.toggle-title {
  margin-bottom: 34px; }

.toggleLink {
  color: #000000; }
  .toggleLink:hover {
    color: #33372d; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-weight: 400; }

.toggleLink-text--off {
  display: block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

[data-truncate] {
  display: none !important; }

.category-header-image {
  width: 100%; }

.page-category {
  background-color: #f4f4f4;
  padding-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .page-category {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .page-category .breadcrumbs {
      justify-content: center;
      padding-top: 24px; } }

.banner-category {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000000;
  margin-bottom: 0; }
  .banner-category.category-sale, .banner-category.category-clearance {
    background-color: var(--color-red); }
  @media only screen and (max-width: 767px) {
    .banner-category {
      max-height: 200px; } }
  @media only screen and (min-width: 768px) {
    .banner-category {
      height: 350px;
      min-height: 350px;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .banner-category .parent-category-title {
    margin-bottom: 0; }
  .banner-category .title {
    margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .banner-category .wrapper,
    .banner-category .table-100 {
      height: 160px; } }
  .banner-category .banner-content {
    max-width: 650px; }
    .banner-category .banner-content h1, .banner-category .banner-content .h-one, .banner-category .banner-content p, .banner-category .banner-content .p {
      color: #ffffff; }
    .banner-category .banner-content p, .banner-category .banner-content .p {
      font-size: 1rem;
      line-height: 1.75; }
      .banner-category .banner-content p:last-child, .banner-category .banner-content .p:last-child {
        margin-bottom: 0; }

.banner-category + .wrapper .breadcrumbs {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .banner-category + .wrapper .breadcrumbs {
      display: block;
      text-align: left;
      margin-top: 0;
      margin-bottom: 50px;
      padding-top: 50px; } }

.filter-toggle {
  width: 100%; }

.category-product-count {
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .category-product-count {
      display: inline-block;
      text-align: left;
      transform: translateY(-100%); } }

.form-select__desktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .form-select__desktop {
      display: block; } }
  .form-select__desktop.form-sort-by .form-select {
    border: none;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 0.875rem; }
  .form-select__desktop.form-sort-by .form-label {
    text-transform: uppercase;
    font-weight: normal; }
  .form-select__desktop .form-view {
    cursor: pointer;
    display: none;
    height: 40px;
    margin-left: 10px; }
    .form-select__desktop .form-view img {
      height: 35px;
      margin: 2.5px 5px;
      width: 35px; }
      .form-select__desktop .form-view img.list-selected {
        display: none; }
      .form-select__desktop .form-view img.grid-selected {
        display: inline-block; }
    .form-select__desktop .form-view.active > img.list-selected {
      display: inline-block; }
    .form-select__desktop .form-view.active > img.grid-selected {
      display: none; }
  .form-select__desktop .form-select {
    background-color: #f2f2f2;
    padding-left: 80px; }
  .form-select__desktop .form-field {
    position: relative;
    margin: 0; }
    .form-select__desktop .form-field > label {
      color: #33372d;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 10px; }

.form-select__mobile {
  display: block;
  margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .form-select__mobile {
      display: none; } }
  .form-select__mobile .form-select__mobile-heading {
    border: 2px solid #000000;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.1875;
    padding: 12.5px;
    text-transform: uppercase; }
    .form-select__mobile .form-select__mobile-heading .form-select__mobile-arrow {
      border-bottom: 2px solid #33372d;
      border-right: 2px solid #33372d;
      float: right;
      width: 10px;
      height: 10px;
      transform-origin: center center;
      transform: rotate(45deg) translate(-25%, 25%); }
      .form-select__mobile .form-select__mobile-heading .form-select__mobile-arrow.active {
        transform: rotate(225deg) translate(0, -50%); }
  .form-select__mobile .form-select__mobile-options {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
    .form-select__mobile .form-select__mobile-options.active {
      max-height: 100%; }
    .form-select__mobile .form-select__mobile-options .form-select__mobile-option {
      border: 1px solid #000000;
      padding: 15px 15px 15px 50px;
      cursor: pointer;
      position: relative;
      text-transform: capitalize; }
      .form-select__mobile .form-select__mobile-options .form-select__mobile-option[active]::before {
        display: block;
        content: '';
        background-image: url('data:image/svg+xml;utf8,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.73598 0.969995C9.80423 0.900361 9.88568 0.845042 9.97557 0.807278C10.0655 0.769513 10.162 0.750061 10.2595 0.750061C10.357 0.750061 10.4535 0.769513 10.5434 0.807278C10.6333 0.845042 10.7147 0.900361 10.783 0.969995C11.069 1.259 11.073 1.72599 10.793 2.01999L4.87998 9.01C4.81285 9.08372 4.73138 9.14297 4.64056 9.18412C4.54974 9.22527 4.45148 9.24746 4.35179 9.24934C4.2521 9.25121 4.15307 9.23272 4.06077 9.19501C3.96847 9.15729 3.88483 9.10114 3.81498 9.02999L0.21698 5.384C0.0782173 5.24248 0.000488281 5.05219 0.000488281 4.854C0.000488281 4.6558 0.0782173 4.46551 0.21698 4.32399C0.285226 4.25436 0.366679 4.19904 0.456569 4.16128C0.546459 4.12351 0.64298 4.10406 0.74048 4.10406C0.837981 4.10406 0.934502 4.12351 1.02439 4.16128C1.11428 4.19904 1.19573 4.25436 1.26398 4.32399L4.31598 7.417L9.71598 0.991995C9.7222 0.984267 9.72888 0.97692 9.73598 0.969995Z" fill="black"/></svg>');
        background-size: cover;
        background-position: center;
        position: absolute;
        left: 19px;
        top: calc(50% - 5px);
        width: 12px;
        height: 10px; }

.listing-count-container {
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .listing-count-container {
      margin-bottom: 18px; } }

.brand .card {
  margin: 0 auto 40px;
  max-width: 90%;
  text-align: center; }
  .brand .card .card-figure {
    margin-bottom: 0; }

.facetedSearch-toggle {
  border: 2px solid #000000;
  border-radius: 0;
  display: block;
  margin-bottom: 19px;
  padding: 12.5px;
  position: relative;
  text-decoration: none;
  line-height: 20px; }
  @media only screen and (min-width: 768px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }
  .facetedSearch-toggle .facetedSearch-toggle-text {
    text-transform: uppercase;
    text-decoration: none; }
  .facetedSearch-toggle .facetedSearch-toggle-quantity {
    background-color: #000000;
    color: #ffffff;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 24px;
    position: absolute;
    right: 32px; }
  .facetedSearch-toggle .facetedSearch-toggle-indicator {
    position: absolute;
    right: 5px;
    top: 11px; }
    .facetedSearch-toggle .facetedSearch-toggle-indicator .icon {
      height: 30px;
      width: 30px;
      background: transparent; }
    .facetedSearch-toggle .facetedSearch-toggle-indicator svg {
      height: 30px;
      width: 30px;
      vertical-align: middle; }

.facetedSearch-navList {
  display: none;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 20px; }
  .facetedSearch-navList .accordion-navigation {
    padding-bottom: 16px;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .facetedSearch-navList .accordion-navigation {
        border-bottom: 1px solid #000000; } }
    @media only screen and (min-width: 768px) {
      .facetedSearch-navList .accordion-navigation .accordion-navigation-actions {
        top: 0;
        transform: none; } }
  .facetedSearch-navList .accordion-title {
    font-weight: 900; }
  @media only screen and (max-width: 767px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
      border-left: 2px solid #000000;
      border-right: 2px solid #000000;
      margin-top: -1px; }
      .facetedSearch-toggle + .facetedSearch-navList.is-open .toggleLink,
      .sidebarBlock + .facetedSearch-navList.is-open .toggleLink {
        margin-bottom: 0;
        padding: 15px 12px 15px 15px; }
      .facetedSearch-toggle + .facetedSearch-navList.is-open .accordion-block,
      .sidebarBlock + .facetedSearch-navList.is-open .accordion-block {
        border-bottom: 2px solid #000000; }
        .facetedSearch-toggle + .facetedSearch-navList.is-open .accordion-block .accordion-content,
        .sidebarBlock + .facetedSearch-navList.is-open .accordion-block .accordion-content {
          padding: 0 15px 15px 15px; }
        .facetedSearch-toggle + .facetedSearch-navList.is-open .accordion-block .navList-item,
        .sidebarBlock + .facetedSearch-navList.is-open .accordion-block .navList-item {
          font-size: 14px; }
          .facetedSearch-toggle + .facetedSearch-navList.is-open .accordion-block .navList-item:not(:last-of-type),
          .sidebarBlock + .facetedSearch-navList.is-open .accordion-block .navList-item:not(:last-of-type) {
            margin-bottom: 15px; } }
  @media only screen and (min-width: 768px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
      margin-top: 20px; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 24px; }
  .facetedSearch-navList .show-more, .facetedSearch-navList .show-less {
    color: inherit;
    margin-top: 20px;
    transition: all 0.3s ease;
    text-decoration: none; }
    .facetedSearch-navList .show-more .toggleLink, .facetedSearch-navList .show-less .toggleLink {
      font-size: 16px;
      text-transform: none; }
    .facetedSearch-navList .show-more .toggleLink:hover, .facetedSearch-navList .show-less .toggleLink:hover {
      color: #AA5900; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: block;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .facetedSearch-refineFilters {
      margin-bottom: 62px; } }
  .facetedSearch-refineFilters .sidebarBlock-heading {
    display: none; }
    .facetedSearch-refineFilters .sidebarBlock-heading .facetedSearch-clearLink {
      font-size: 16px;
      font-weight: 500;
      margin: 0px 25px 0 10px;
      top: 7px;
      text-decoration: none;
      text-transform: uppercase;
      vertical-align: middle; }
      @media only screen and (min-width: 768px) {
        .facetedSearch-refineFilters .sidebarBlock-heading .facetedSearch-clearLink {
          float: right;
          padding-top: 7.5px;
          padding-bottom: 7.5px; } }
      .facetedSearch-refineFilters .sidebarBlock-heading .facetedSearch-clearLink:hover {
        text-decoration: underline; }
      .facetedSearch-refineFilters .sidebarBlock-heading .facetedSearch-clearLink .icon {
        width: 8px;
        height: 8px;
        line-height: 20px;
        vertical-align: middle; }
  .facetedSearch-refineFilters > a {
    float: right; }
  @media only screen and (min-width: 768px) {
    .facetedSearch-refineFilters .sidebarBlock-heading {
      display: block; }
    .facetedSearch-refineFilters > a {
      float: left; } }

#facetedSearch-navList--size {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px; }
  #facetedSearch-navList--size .navList-item {
    padding-left: 10px; }
    #facetedSearch-navList--size .navList-item .navList-action--checkbox {
      padding: 14px 4px;
      border: 2px solid #000000;
      min-width: 57px;
      text-align: center;
      transition: all 0.15s ease;
      background-image: -webkit-gradient(linear, left top, right top, from(#000000));
      transition: background-size .2s ease-in-out 0s,color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
      background-repeat: no-repeat;
      background-position: 0%;
      background-size: 0; }
      #facetedSearch-navList--size .navList-item .navList-action--checkbox::before, #facetedSearch-navList--size .navList-item .navList-action--checkbox::after {
        content: none; }
      #facetedSearch-navList--size .navList-item .navList-action--checkbox.is-selected, #facetedSearch-navList--size .navList-item .navList-action--checkbox:hover {
        background-size: 100%;
        color: #ffffff; }
      #facetedSearch-navList--size .navList-item .navList-action--checkbox .navList-action-close {
        display: none; }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.selected-facets-list {
  list-style: none;
  margin: 0 0 19px;
  padding: 16px 0 0; }
  .selected-facets-list li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px; }
  .selected-facets-list li.remove-all-mobile {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .selected-facets-list li.remove-all-mobile {
        display: none; } }
    .selected-facets-list li.remove-all-mobile .facetedSearch-clearLink .icon {
      bottom: 2px;
      height: 10px;
      position: relative;
      width: 10px; }

.facetLabel {
  background-color: #33372d;
  color: #ffffff;
  display: block;
  font-size: 0.688rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 4px 16px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
  text-align: center; }
  .facetLabel .icon {
    display: inline-block;
    fill: #ffffff;
    height: 16px;
    width: 8px;
    line-height: 16px;
    margin-left: 8px;
    vertical-align: sub; }

.page-cart {
  background-color: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 50px; }

.cart-main .alertBox {
  background-color: #f4f4f4;
  margin-bottom: 24px;
  padding: 12px;
  text-align: center; }
  .cart-main .alertBox .alertBox-icon {
    display: none; }
  .cart-main .alertBox .alertBox-message {
    margin: 0; }

.cart {
  border-collapse: collapse;
  display: block;
  margin-bottom: 27px;
  width: 100%; }

.cart-header {
  display: none; }

.cart-header-item {
  padding-bottom: 15px; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  display: block; }

.cart-item {
  clear: both;
  display: grid;
  grid-template-areas: "img title price" "img qnt qnt" "img btn btn";
  grid-template-columns: 32% auto 20%;
  grid-template-rows: 1fr auto auto;
  grid-gap: 24px;
  position: relative;
  padding: 30px 0; }
  .cart-item:not(:last-child) {
    border-bottom: 2px solid #000000; }
  @media only screen and (max-width: 767px) {
    .cart-item {
      grid-template-areas: "img title" "img price" "img qnt" "img btn";
      grid-template-columns: 32% auto;
      grid-template-rows: 1fr auto auto auto; } }
  @media screen and (max-width: 500px) {
    .cart-item {
      grid-template-areas: "img" "title" "price" "qnt" "btn";
      grid-template-columns: 1fr;
      grid-template-rows: auto; } }
  @media only screen and (min-width: 991px) {
    .cart-item {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .cart-item .insufficient-stock {
    display: none; }
  .cart-item .low-instock {
    display: none;
    padding-top: 17px;
    margin-bottom: 0;
    text-align: left; }
    .cart-item .low-instock svg {
      width: 16px;
      height: 16px;
      margin-right: 10px;
      vertical-align: middle; }
    .cart-item .low-instock i {
      vertical-align: middle; }
  .cart-item.is-low-instock .low-instock {
    display: block; }
  .cart-item.is-error .form-input--incrementTotal {
    border-color: red !important;
    color: red; }
  .cart-item.is-error .insufficient-stock {
    display: block;
    color: #EF5E59; }

.cart-item-block {
  display: block; }
  .cart-item-block .definitionList {
    margin-bottom: 0; }

.cart-item-figure {
  position: relative;
  text-align: center;
  padding: 0;
  grid-area: img; }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .cart-item-figure .cart-item-figure-inner {
    position: relative; }
    .cart-item-figure .cart-item-figure-inner:before {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 122.46377%; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }

.cart-item-title {
  grid-area: title; }
  .cart-item-title .definitionList-key {
    color: #33372d; }
  .cart-item-title .definitionList-value {
    color: #33372d;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 3px; }

.cart-item-info {
  width: 100%; }

.cart-item-title,
.cart-item-info {
  vertical-align: top; }

.cart-item-price {
  grid-area: price;
  display: flex;
  flex-direction: column;
  text-align: right; }
  .cart-item-price .cart-item-total {
    display: inline-block;
    line-height: 1.2; }
  .cart-item-price .cart-item-unit-price {
    display: inline-block; }
  .cart-item-price .cart-item-value {
    font-weight: 700;
    line-height: 1.2; }
    .cart-item-price .cart-item-value.price-sale {
      color: var(--color-red); }
  .cart-item-price .cart-item-price-sale .price-value {
    color: var(--color-gray);
    text-decoration: line-through;
    font-size: 14px; }
  .cart-item-price .cart-item-price-sale .price-save-percentage {
    color: var(--color-red);
    font-size: 12px; }

.cart-item-quantity {
  grid-area: qnt; }
  .cart-item-quantity .form-input--incrementTotal,
  .cart-item-quantity .increment-buttons-wrap .button {
    border: none;
    border-color: #000000; }
  .cart-item-quantity .form-input--incrementTotal {
    font-size: 16px; }
  .cart-item-quantity .form-increments-wrap {
    display: inline-block;
    vertical-align: middle; }
  .cart-item-quantity .form-increment > .increment-input-wrap {
    width: 35px; }
  .cart-item-quantity .form-increment > .increment-buttons-wrap {
    width: 30px; }

.cart-item-action {
  grid-area: btn;
  display: flex; }
  .cart-item-action .change-remove-wrap {
    margin-right: auto; }
    .cart-item-action .change-remove-wrap a {
      display: inline-block;
      font-weight: 400;
      vertical-align: middle;
      text-transform: none; }
      .cart-item-action .change-remove-wrap a + a {
        border-left: 1px solid #687079;
        margin-left: 1px;
        padding-left: 6px; }

.cart-item-label {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 33.33333%; }

.cart-item-brand {
  margin-bottom: 2px; }

.cart-item-name {
  margin: 0; }
  .cart-item-name,
  .cart-item-name a {
    display: inline-block; }

.cart-item-name + .definitionList,
.cart-item-excluded-from-promos + .definitionList,
.cart-item-final-sale + .definitionList {
  margin-top: 18px; }
  @media only screen and (min-width: 768px) {
    .cart-item-name + .definitionList,
    .cart-item-excluded-from-promos + .definitionList,
    .cart-item-final-sale + .definitionList {
      margin-top: 24px; } }

.cart-item-excluded-from-promos {
  margin-top: 0.2em; }
  .cart-item-excluded-from-promos .product-promo-badge-p-off {
    display: none; }

.cart-item-final-sale .product-promo-badge-final-sale {
  background-color: var(--color-red);
  border-radius: 1em;
  color: var(--color-white);
  padding: 0.3em 0.6em 0.2em 0.4em;
  display: inline-block;
  margin-left: -0.3em; }

.cart-item-options--giftWrapping {
  margin-top: 15px; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #000000; }

.action-wrap {
  display: flex;
  flex-flow: row-reverse nowrap; }

.cart-wishlist {
  vertical-align: middle; }
  .cart-wishlist .icon {
    width: 21px;
    height: 18px; }
  .cart-wishlist .button {
    padding: 0; }

.cart-remove {
  line-height: 30px;
  margin-left: 19px; }
  @media only screen and (min-width: 768px) {
    .cart-remove {
      float: right; } }
  .cart-remove .icon {
    height: 20px;
    width: 14px;
    transition: background-color 0.15s ease; }
    .cart-remove .icon svg {
      height: 20px;
      width: 14px; }

.order-summary-title {
  margin-bottom: 75px; }
  @media only screen and (max-width: 767px) {
    .order-summary-title {
      text-align: center; } }

.cart-totals {
  list-style: none;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .cart-totals {
      margin-left: auto; } }

@media only screen and (min-width: 768px) {
  .coupon-certificate {
    margin-left: auto; } }

.cart-total {
  *zoom: 1;
  margin-bottom: 10px; }
  .cart-total::after {
    content: '';
    display: table;
    clear: both; }
  .cart-total .form-inlineMessage {
    text-align: left; }
  .cart-total.cart-grandTotal {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 12px 0; }
    .cart-total.cart-grandTotal .cart-total-value {
      font-weight: 700; }

.cart-total-label,
.cart-total-value {
  float: left;
  width: 50%; }

@media only screen and (min-width: 768px) {
  .cart-total-label {
    display: block;
    padding-left: 0;
    text-align: left; } }

.cart-total-value {
  text-align: right; }

.cart-action-button {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  border: 0 none;
  color: #687079;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  text-decoration: none;
  transition: color 0.15s ease; }
  .cart-action-button:hover {
    color: #dfa717; }

.coupon-code .coupon-form {
  position: relative; }

.coupon-code .form-input {
  background-color: transparent; }

.coupon-code .button {
  position: absolute;
  right: 0;
  padding: 0; }
  .coupon-code .button:hover, .coupon-code .button:active {
    background: transparent;
    color: var(--color-orange); }

.estimator-form {
  margin-bottom: 0;
  padding-top: 34px;
  text-align: right; }
  .estimator-form dl {
    margin-bottom: 24px; }
  .estimator-form .estimator-form-label {
    text-align: left; }
  .estimator-form .estimator-form-input {
    margin: 0 0 18px; }
    .estimator-form .estimator-form-input:last-of-type {
      margin-bottom: 24px; }
  .estimator-form .form-input,
  .estimator-form .form-select {
    margin: 0;
    width: 100%; }

.shipping-quotes ul {
  list-style: none; }

.cart-form {
  clear: both;
  padding-bottom: 18px;
  padding-top: 13px; }

.cart-actions {
  *zoom: 1;
  clear: both; }
  .cart-actions::after {
    content: '';
    display: table;
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media only screen and (min-width: 390px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 5px; }
  .cart-actions.cart-actions-top {
    margin-bottom: 24px; }

.cart-additionalCheckoutButtons, .previewCart-additionalCheckoutButtons {
  *zoom: 1; }
  .cart-additionalCheckoutButtons::after, .previewCart-additionalCheckoutButtons::after {
    content: '';
    display: table;
    clear: both; }
  .cart-additionalCheckoutButtons .FloatRight, .previewCart-additionalCheckoutButtons .FloatRight {
    *zoom: 1; }
    .cart-additionalCheckoutButtons .FloatRight::after, .previewCart-additionalCheckoutButtons .FloatRight::after {
      content: '';
      display: table;
      clear: both; }
    .cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p, .cart-additionalCheckoutButtons .FloatRight .p, .previewCart-additionalCheckoutButtons .FloatRight .p {
      float: none !important;
      margin: 7px 0;
      text-align: center; }
    .cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
      float: none;
      max-width: 100%;
      width: 100%; }
      .cart-additionalCheckoutButtons .FloatRight div.PaypalCommerceInnerContainer, .previewCart-additionalCheckoutButtons .FloatRight div.PaypalCommerceInnerContainer, .cart-additionalCheckoutButtons .FloatRight div.PaypalCommerceCreditInnerContainer, .previewCart-additionalCheckoutButtons .FloatRight div.PaypalCommerceCreditInnerContainer, .cart-additionalCheckoutButtons .FloatRight div.AmazonPayContainer, .previewCart-additionalCheckoutButtons .FloatRight div.AmazonPayContainer {
        text-align: center; }
  .cart-additionalCheckoutButtons .CheckoutButton, .previewCart-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .cart-additionalCheckoutButtons .CheckoutButton:first-child, .previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 21px; }
    .cart-additionalCheckoutButtons .CheckoutButton:last-child, .previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 21px; }

.cart-additionalCheckoutButtons {
  margin: 1em auto 0 !important; }
  @media only screen and (min-width: 768px) and (max-width: 990px) {
    .cart-additionalCheckoutButtons .AmazonPayContainer:part(.amazonpay-button-container) {
      left: 50%;
      transform: translateX(-50%); } }
  .cart-additionalCheckoutButtons .or-use-label {
    margin-bottom: 1em;
    text-align: center; }

.previewCart-additionalCheckoutButtons {
  padding: 0 !important;
  margin: 10px auto 40px !important;
  display: block !important;
  width: 250px; }
  .previewCart-additionalCheckoutButtons .or-use-label,
  .previewCart-additionalCheckoutButtons .ApplePayContainer {
    text-align: center; }
  .previewCart-additionalCheckoutButtons .or-use-label {
    margin-bottom: 1em; }

.favorites h3, .favorites .h-three {
  margin-bottom: 9px;
  font-weight: bold; }

.favorites a {
  text-decoration: underline; }
  .favorites a:hover {
    text-decoration: none; }

.empty-cart-wrap .empty-cart-main {
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .empty-cart-wrap .empty-cart-main {
      margin-bottom: 80px; } }
  .empty-cart-wrap .empty-cart-main h3, .empty-cart-wrap .empty-cart-main .h-three, .empty-cart-wrap .empty-cart-main a.button {
    margin-bottom: 30px; }
  .empty-cart-wrap .empty-cart-main p a, .empty-cart-wrap .empty-cart-main .p a {
    text-transform: none;
    text-decoration: underline;
    color: var(--color-orange); }

.empty-cart-wrap #top-sellers-section {
  margin-bottom: 0; }
  .empty-cart-wrap #top-sellers-section .section-header {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase; }

.cart-free-shipping,
.cart-clearance-add-item {
  margin: 0 0 24px;
  padding: 18px 12px;
  background: var(--color-darkGray); }
  .cart-free-shipping p, .cart-free-shipping .p,
  .cart-clearance-add-item p,
  .cart-clearance-add-item .p {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    text-align: center;
    margin: 0; }
    .cart-free-shipping p .amount, .cart-free-shipping .p .amount,
    .cart-clearance-add-item p .amount,
    .cart-clearance-add-item .p .amount {
      font-weight: bold; }
  .cart-free-shipping .progress,
  .cart-clearance-add-item .progress {
    --progress-bar-height: 1em;
    height: var(--progress-bar-height);
    background: var(--color-lightGray);
    margin: 6px;
    overflow: hidden;
    border-radius: 2px; }
    .cart-free-shipping .progress .progress-bar,
    .cart-clearance-add-item .progress .progress-bar {
      background: var(--color-orange);
      height: var(--progress-bar-height); }
      .cart-free-shipping .progress .progress-bar.progress-bar-striped,
      .cart-clearance-add-item .progress .progress-bar.progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: var(--progress-bar-height) var(--progress-bar-height); }
      .cart-free-shipping .progress .progress-bar.progress-bar-animated,
      .cart-clearance-add-item .progress .progress-bar.progress-bar-animated {
        animation: progress-bar-stripes 1s linear infinite; }

@keyframes progress-bar-stripes {
  0% {
    background-position: var(--progress-bar-height) 0; }
  100% {
    background-position: 0 0; } }


.cart-clearance-add-item p,
.cart-clearance-add-item .p {
  line-height: 1.6; }
  .cart-clearance-add-item p .product-promo-badge, .cart-clearance-add-item .p .product-promo-badge {
    display: inline-block;
    vertical-align: baseline;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 7px 10px 6px;
    border-radius: 20px;
    margin: 0 0.2em;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    letter-spacing: 0.05em;
    background: #000000; }
    .cart-clearance-add-item p .product-promo-badge em, .cart-clearance-add-item .p .product-promo-badge em {
      font-style: inherit;
      font-weight: inherit;
      color: var(--color-orange); }

html.pdp-payment-options .previewCart-additionalCheckoutButtons {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-flow: row wrap !important;
  margin: 0 -7px !important;
  width: calc(100% + 14px);
  justify-content: center;
  container-name: payment-options;
  container-type: inline-size;
  padding: 14px 30px !important; }
  html.pdp-payment-options .previewCart-additionalCheckoutButtons > div {
    flex: 0 0 calc(50% - 14px);
    height: 50px;
    position: relative;
    padding: 0;
    margin: 0 7px 14px;
    order: 1;
    overflow: hidden;
    display: block;
    cursor: pointer; }

@container payment-options (width > 420px) {
  html.pdp-payment-options .previewCart-additionalCheckoutButtons > div {
    flex: 0 0 calc(33.33% - 14px); } }
    @media screen and (max-width: 500px) {
      html.pdp-payment-options .previewCart-additionalCheckoutButtons > div {
        flex: 0 0 calc(50% - 14px); } }
    @media screen and (max-width: 320px) {
      html.pdp-payment-options .previewCart-additionalCheckoutButtons > div {
        flex: 0 0 calc(100% - 14px); } }
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div:empty {
      display: none !important; }
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 200; }
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[id*=paypal]:after, html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[class*=Paypal]:after {
      background: #ffc439 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxcHgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxMDEgMzIiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIG1lZXQiIHhtbG5zPSJodHRwOiYjeDJGOyYjeDJGO3d3dy53My5vcmcmI3gyRjsyMDAwJiN4MkY7c3ZnIj48cGF0aCBmaWxsPSIjMDAzMDg3IiBkPSJNIDEyLjIzNyAyLjggTCA0LjQzNyAyLjggQyAzLjkzNyAyLjggMy40MzcgMy4yIDMuMzM3IDMuNyBMIDAuMjM3IDIzLjcgQyAwLjEzNyAyNC4xIDAuNDM3IDI0LjQgMC44MzcgMjQuNCBMIDQuNTM3IDI0LjQgQyA1LjAzNyAyNC40IDUuNTM3IDI0IDUuNjM3IDIzLjUgTCA2LjQzNyAxOC4xIEMgNi41MzcgMTcuNiA2LjkzNyAxNy4yIDcuNTM3IDE3LjIgTCAxMC4wMzcgMTcuMiBDIDE1LjEzNyAxNy4yIDE4LjEzNyAxNC43IDE4LjkzNyA5LjggQyAxOS4yMzcgNy43IDE4LjkzNyA2IDE3LjkzNyA0LjggQyAxNi44MzcgMy41IDE0LjgzNyAyLjggMTIuMjM3IDIuOCBaIE0gMTMuMTM3IDEwLjEgQyAxMi43MzcgMTIuOSAxMC41MzcgMTIuOSA4LjUzNyAxMi45IEwgNy4zMzcgMTIuOSBMIDguMTM3IDcuNyBDIDguMTM3IDcuNCA4LjQzNyA3LjIgOC43MzcgNy4yIEwgOS4yMzcgNy4yIEMgMTAuNjM3IDcuMiAxMS45MzcgNy4yIDEyLjYzNyA4IEMgMTMuMTM3IDguNCAxMy4zMzcgOS4xIDEzLjEzNyAxMC4xIFoiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDAzMDg3IiBkPSJNIDM1LjQzNyAxMCBMIDMxLjczNyAxMCBDIDMxLjQzNyAxMCAzMS4xMzcgMTAuMiAzMS4xMzcgMTAuNSBMIDMwLjkzNyAxMS41IEwgMzAuNjM3IDExLjEgQyAyOS44MzcgOS45IDI4LjAzNyA5LjUgMjYuMjM3IDkuNSBDIDIyLjEzNyA5LjUgMTguNjM3IDEyLjYgMTcuOTM3IDE3IEMgMTcuNTM3IDE5LjIgMTguMDM3IDIxLjMgMTkuMzM3IDIyLjcgQyAyMC40MzcgMjQgMjIuMTM3IDI0LjYgMjQuMDM3IDI0LjYgQyAyNy4zMzcgMjQuNiAyOS4yMzcgMjIuNSAyOS4yMzcgMjIuNSBMIDI5LjAzNyAyMy41IEMgMjguOTM3IDIzLjkgMjkuMjM3IDI0LjMgMjkuNjM3IDI0LjMgTCAzMy4wMzcgMjQuMyBDIDMzLjUzNyAyNC4zIDM0LjAzNyAyMy45IDM0LjEzNyAyMy40IEwgMzYuMTM3IDEwLjYgQyAzNi4yMzcgMTAuNCAzNS44MzcgMTAgMzUuNDM3IDEwIFogTSAzMC4zMzcgMTcuMiBDIDI5LjkzNyAxOS4zIDI4LjMzNyAyMC44IDI2LjEzNyAyMC44IEMgMjUuMDM3IDIwLjggMjQuMjM3IDIwLjUgMjMuNjM3IDE5LjggQyAyMy4wMzcgMTkuMSAyMi44MzcgMTguMiAyMy4wMzcgMTcuMiBDIDIzLjMzNyAxNS4xIDI1LjEzNyAxMy42IDI3LjIzNyAxMy42IEMgMjguMzM3IDEzLjYgMjkuMTM3IDE0IDI5LjczNyAxNC42IEMgMzAuMjM3IDE1LjMgMzAuNDM3IDE2LjIgMzAuMzM3IDE3LjIgWiI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMDMwODciIGQ9Ik0gNTUuMzM3IDEwIEwgNTEuNjM3IDEwIEMgNTEuMjM3IDEwIDUwLjkzNyAxMC4yIDUwLjczNyAxMC41IEwgNDUuNTM3IDE4LjEgTCA0My4zMzcgMTAuOCBDIDQzLjIzNyAxMC4zIDQyLjczNyAxMCA0Mi4zMzcgMTAgTCAzOC42MzcgMTAgQyAzOC4yMzcgMTAgMzcuODM3IDEwLjQgMzguMDM3IDEwLjkgTCA0Mi4xMzcgMjMgTCAzOC4yMzcgMjguNCBDIDM3LjkzNyAyOC44IDM4LjIzNyAyOS40IDM4LjczNyAyOS40IEwgNDIuNDM3IDI5LjQgQyA0Mi44MzcgMjkuNCA0My4xMzcgMjkuMiA0My4zMzcgMjguOSBMIDU1LjgzNyAxMC45IEMgNTYuMTM3IDEwLjYgNTUuODM3IDEwIDU1LjMzNyAxMCBaIj48L3BhdGg+PHBhdGggZmlsbD0iIzAwOWNkZSIgZD0iTSA2Ny43MzcgMi44IEwgNTkuOTM3IDIuOCBDIDU5LjQzNyAyLjggNTguOTM3IDMuMiA1OC44MzcgMy43IEwgNTUuNzM3IDIzLjYgQyA1NS42MzcgMjQgNTUuOTM3IDI0LjMgNTYuMzM3IDI0LjMgTCA2MC4zMzcgMjQuMyBDIDYwLjczNyAyNC4zIDYxLjAzNyAyNCA2MS4wMzcgMjMuNyBMIDYxLjkzNyAxOCBDIDYyLjAzNyAxNy41IDYyLjQzNyAxNy4xIDYzLjAzNyAxNy4xIEwgNjUuNTM3IDE3LjEgQyA3MC42MzcgMTcuMSA3My42MzcgMTQuNiA3NC40MzcgOS43IEMgNzQuNzM3IDcuNiA3NC40MzcgNS45IDczLjQzNyA0LjcgQyA3Mi4yMzcgMy41IDcwLjMzNyAyLjggNjcuNzM3IDIuOCBaIE0gNjguNjM3IDEwLjEgQyA2OC4yMzcgMTIuOSA2Ni4wMzcgMTIuOSA2NC4wMzcgMTIuOSBMIDYyLjgzNyAxMi45IEwgNjMuNjM3IDcuNyBDIDYzLjYzNyA3LjQgNjMuOTM3IDcuMiA2NC4yMzcgNy4yIEwgNjQuNzM3IDcuMiBDIDY2LjEzNyA3LjIgNjcuNDM3IDcuMiA2OC4xMzcgOCBDIDY4LjYzNyA4LjQgNjguNzM3IDkuMSA2OC42MzcgMTAuMSBaIj48L3BhdGg+PHBhdGggZmlsbD0iIzAwOWNkZSIgZD0iTSA5MC45MzcgMTAgTCA4Ny4yMzcgMTAgQyA4Ni45MzcgMTAgODYuNjM3IDEwLjIgODYuNjM3IDEwLjUgTCA4Ni40MzcgMTEuNSBMIDg2LjEzNyAxMS4xIEMgODUuMzM3IDkuOSA4My41MzcgOS41IDgxLjczNyA5LjUgQyA3Ny42MzcgOS41IDc0LjEzNyAxMi42IDczLjQzNyAxNyBDIDczLjAzNyAxOS4yIDczLjUzNyAyMS4zIDc0LjgzNyAyMi43IEMgNzUuOTM3IDI0IDc3LjYzNyAyNC42IDc5LjUzNyAyNC42IEMgODIuODM3IDI0LjYgODQuNzM3IDIyLjUgODQuNzM3IDIyLjUgTCA4NC41MzcgMjMuNSBDIDg0LjQzNyAyMy45IDg0LjczNyAyNC4zIDg1LjEzNyAyNC4zIEwgODguNTM3IDI0LjMgQyA4OS4wMzcgMjQuMyA4OS41MzcgMjMuOSA4OS42MzcgMjMuNCBMIDkxLjYzNyAxMC42IEMgOTEuNjM3IDEwLjQgOTEuMzM3IDEwIDkwLjkzNyAxMCBaIE0gODUuNzM3IDE3LjIgQyA4NS4zMzcgMTkuMyA4My43MzcgMjAuOCA4MS41MzcgMjAuOCBDIDgwLjQzNyAyMC44IDc5LjYzNyAyMC41IDc5LjAzNyAxOS44IEMgNzguNDM3IDE5LjEgNzguMjM3IDE4LjIgNzguNDM3IDE3LjIgQyA3OC43MzcgMTUuMSA4MC41MzcgMTMuNiA4Mi42MzcgMTMuNiBDIDgzLjczNyAxMy42IDg0LjUzNyAxNCA4NS4xMzcgMTQuNiBDIDg1LjczNyAxNS4zIDg1LjkzNyAxNi4yIDg1LjczNyAxNy4yIFoiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDA5Y2RlIiBkPSJNIDk1LjMzNyAzLjMgTCA5Mi4xMzcgMjMuNiBDIDkyLjAzNyAyNCA5Mi4zMzcgMjQuMyA5Mi43MzcgMjQuMyBMIDk1LjkzNyAyNC4zIEMgOTYuNDM3IDI0LjMgOTYuOTM3IDIzLjkgOTcuMDM3IDIzLjQgTCAxMDAuMjM3IDMuNSBDIDEwMC4zMzcgMy4xIDEwMC4wMzcgMi44IDk5LjYzNyAyLjggTCA5Ni4wMzcgMi44IEMgOTUuNjM3IDIuOCA5NS40MzcgMyA5NS4zMzcgMy4zIFoiPjwvcGF0aD48L3N2Zz4") center 55% no-repeat;
      background-size: auto 55%; }
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[id*=paypalcredit]:after, html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[class*=PaypalCredit]:after, html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[id*=paypalcommercecredit]:after, html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[class*=PaypalCommerceCredit]:after {
      background: #ffc439 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAyNCAzMiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4gbWVldCIgeG1sbnM9Imh0dHA6JiN4MkY7JiN4MkY7d3d3LnczLm9yZyYjeDJGOzIwMDAmI3gyRjtzdmciPjxwYXRoIGZpbGw9IiMwMDljZGUiIG9wYWNpdHk9IjEiIGQ9Ik0gMjAuOTI0IDcuMTU3IEMgMjEuMjA0IDUuMDU3IDIwLjkyNCAzLjY1NyAxOS44MDEgMi4zNTcgQyAxOC41ODMgMC45NTcgMTYuNDMgMC4yNTcgMTMuNzE2IDAuMjU3IEwgNS43NTggMC4yNTcgQyA1LjI5IDAuMjU3IDQuNzI5IDAuNzU3IDQuNjM0IDEuMjU3IEwgMS4zNTggMjMuNDU3IEMgMS4zNTggMjMuODU3IDEuNjM5IDI0LjM1NyAyLjEwNyAyNC4zNTcgTCA2Ljk3NSAyNC4zNTcgTCA2LjY5NCAyNi41NTcgQyA2LjYgMjYuOTU3IDYuODgxIDI3LjI1NyA3LjI1NSAyNy4yNTcgTCAxMS4zNzUgMjcuMjU3IEMgMTEuODQ0IDI3LjI1NyAxMi4zMTEgMjYuOTU3IDEyLjQwNSAyNi40NTcgTCAxMi40MDUgMjYuMTU3IEwgMTMuMjQ3IDIwLjk1NyBMIDEzLjI0NyAyMC43NTcgQyAxMy4zNDEgMjAuMjU3IDEzLjgwOSAxOS44NTcgMTQuMjc3IDE5Ljg1NyBMIDE0Ljg0IDE5Ljg1NyBDIDE4Ljg2NCAxOS44NTcgMjEuOTU0IDE4LjE1NyAyMi44OSAxMy4xNTcgQyAyMy4zNTggMTEuMDU3IDIzLjE3MiA5LjM1NyAyMi4wNDggOC4xNTcgQyAyMS43NjcgNy43NTcgMjEuMjk4IDcuNDU3IDIwLjkyNCA3LjE1NyBMIDIwLjkyNCA3LjE1NyI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMTIxNjkiIG9wYWNpdHk9IjEiIGQ9Ik0gMjAuOTI0IDcuMTU3IEMgMjEuMjA0IDUuMDU3IDIwLjkyNCAzLjY1NyAxOS44MDEgMi4zNTcgQyAxOC41ODMgMC45NTcgMTYuNDMgMC4yNTcgMTMuNzE2IDAuMjU3IEwgNS43NTggMC4yNTcgQyA1LjI5IDAuMjU3IDQuNzI5IDAuNzU3IDQuNjM0IDEuMjU3IEwgMS4zNTggMjMuNDU3IEMgMS4zNTggMjMuODU3IDEuNjM5IDI0LjM1NyAyLjEwNyAyNC4zNTcgTCA2Ljk3NSAyNC4zNTcgTCA4LjI4NiAxNi4wNTcgTCA4LjE5MiAxNi4zNTcgQyA4LjI4NiAxNS43NTcgOC43NTQgMTUuMzU3IDkuMzE1IDE1LjM1NyBMIDExLjY1NSAxNS4zNTcgQyAxNi4yNDMgMTUuMzU3IDE5LjgwMSAxMy4zNTcgMjAuOTI0IDcuNzU3IEMgMjAuODMxIDcuNDU3IDIwLjkyNCA3LjM1NyAyMC45MjQgNy4xNTciPjwvcGF0aD48cGF0aCBmaWxsPSIjMDAzMDg3IiBvcGFjaXR5PSIxIiBkPSJNIDkuNTA0IDcuMTU3IEMgOS41OTYgNi44NTcgOS43ODQgNi41NTcgMTAuMDY1IDYuMzU3IEMgMTAuMjUxIDYuMzU3IDEwLjM0NSA2LjI1NyAxMC41MzIgNi4yNTcgTCAxNi43MTEgNi4yNTcgQyAxNy40NjEgNi4yNTcgMTguMjA4IDYuMzU3IDE4Ljc3MiA2LjQ1NyBDIDE4Ljk1OCA2LjQ1NyAxOS4xNDYgNi40NTcgMTkuMzMzIDYuNTU3IEMgMTkuNTIgNi42NTcgMTkuNzA3IDYuNjU3IDE5LjgwMSA2Ljc1NyBDIDE5Ljg5NCA2Ljc1NyAxOS45ODcgNi43NTcgMjAuMDgyIDYuNzU3IEMgMjAuMzYyIDYuODU3IDIwLjY0MyA3LjA1NyAyMC45MjQgNy4xNTcgQyAyMS4yMDQgNS4wNTcgMjAuOTI0IDMuNjU3IDE5LjgwMSAyLjI1NyBDIDE4LjY3NyAwLjg1NyAxNi41MjUgMC4yNTcgMTMuODA5IDAuMjU3IEwgNS43NTggMC4yNTcgQyA1LjI5IDAuMjU3IDQuNzI5IDAuNjU3IDQuNjM0IDEuMjU3IEwgMS4zNTggMjMuNDU3IEMgMS4zNTggMjMuODU3IDEuNjM5IDI0LjM1NyAyLjEwNyAyNC4zNTcgTCA2Ljk3NSAyNC4zNTcgTCA4LjI4NiAxNi4wNTcgTCA5LjUwNCA3LjE1NyBaIj48L3BhdGg+PC9zdmc+) calc(50% - 40px) 55% no-repeat;
      background-size: auto 60%;
      content: 'Pay Later';
      padding-top: 14px;
      text-align: center;
      padding-left: 30px;
      font-size: 16px;
      color: black; }
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[id*=amazon]:after, html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[class*=Amazon]:after {
      background: #f0c14b url(../img/payment-methods/amazon.svg) center 60% no-repeat;
      background-size: auto 45%; }
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[id*=applepay] apple-pay-button, html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[class*=ApplePay] apple-pay-button {
      --apple-pay-button-height: 50px !important;
      --apple-pay-button-border-radius: 0 !important; }
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div apple-pay-button {
      display: block; }
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[id*=googlepay]:after, html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[class*=GooglePay]:after {
      background: #000 url(../img/payment-methods/google.svg) center no-repeat;
      background-size: auto 50%; }
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[id*=googlepay] button,
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[id*=googlepay] iframe,
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[id*=googlepay] button > div, html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[class*=GooglePay] button,
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[class*=GooglePay] iframe,
    html.pdp-payment-options .previewCart-additionalCheckoutButtons > div[class*=GooglePay] button > div {
      width: 100%;
      height: 50px;
      outline: none !important; }

html.pdp-payment-options.device-ios .previewCart-additionalCheckoutButtons > div[id*=applepay],
html.pdp-payment-options.device-ios .previewCart-additionalCheckoutButtons > div[class*=ApplePay],
html.pdp-payment-options.device-android .previewCart-additionalCheckoutButtons > div[id*=googlepay],
html.pdp-payment-options.device-android .previewCart-additionalCheckoutButtons > div[class*=GooglePay] {
  order: 0; }

html.pdp-payment-options.device-ios .previewCart-additionalCheckoutButtons > div[id*=googlepay],
html.pdp-payment-options.device-ios .previewCart-additionalCheckoutButtons > div[class*=GooglePay],
html.pdp-payment-options.device-android .previewCart-additionalCheckoutButtons > div[id*=applepay],
html.pdp-payment-options.device-android .previewCart-additionalCheckoutButtons > div[class*=ApplePay] {
  display: none !important; }

html.pdp-payment-options.device-desktop .previewCart-additionalCheckoutButtons > div[id*=applepay],
html.pdp-payment-options.device-desktop .previewCart-additionalCheckoutButtons > div[class*=ApplePay],
html.pdp-payment-options.device-desktop .previewCart-additionalCheckoutButtons > div[id*=googlepay],
html.pdp-payment-options.device-desktop .previewCart-additionalCheckoutButtons > div[class*=GooglePay] {
  order: 2; }

html.pdp-payment-options .cart-additionalCheckoutButtons {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-flow: row wrap !important;
  margin: 0 -5px !important;
  width: calc(100% + 10px);
  justify-content: center;
  container-name: payment-options;
  container-type: inline-size;
  padding-top: 14px; }
  html.pdp-payment-options .cart-additionalCheckoutButtons > div {
    flex: 0 0 calc(50% - 10px);
    height: 50px;
    position: relative;
    padding: 0;
    margin: 0 5px 10px;
    order: 1;
    overflow: hidden;
    display: block;
    cursor: pointer; }

@container payment-options (width > 420px) {
  html.pdp-payment-options .cart-additionalCheckoutButtons > div {
    flex: 0 0 calc(33.33% - 10px); } }
    @media screen and (max-width: 500px) {
      html.pdp-payment-options .cart-additionalCheckoutButtons > div {
        flex: 0 0 calc(50% - 10px); } }
    @media screen and (max-width: 320px) {
      html.pdp-payment-options .cart-additionalCheckoutButtons > div {
        flex: 0 0 calc(100% - 10px); } }
    html.pdp-payment-options .cart-additionalCheckoutButtons > div:empty {
      display: none !important; }
    html.pdp-payment-options .cart-additionalCheckoutButtons > div:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 200; }
    html.pdp-payment-options .cart-additionalCheckoutButtons > div[id*=paypal]:after, html.pdp-payment-options .cart-additionalCheckoutButtons > div[class*=Paypal]:after {
      background: #ffc439 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxcHgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxMDEgMzIiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIG1lZXQiIHhtbG5zPSJodHRwOiYjeDJGOyYjeDJGO3d3dy53My5vcmcmI3gyRjsyMDAwJiN4MkY7c3ZnIj48cGF0aCBmaWxsPSIjMDAzMDg3IiBkPSJNIDEyLjIzNyAyLjggTCA0LjQzNyAyLjggQyAzLjkzNyAyLjggMy40MzcgMy4yIDMuMzM3IDMuNyBMIDAuMjM3IDIzLjcgQyAwLjEzNyAyNC4xIDAuNDM3IDI0LjQgMC44MzcgMjQuNCBMIDQuNTM3IDI0LjQgQyA1LjAzNyAyNC40IDUuNTM3IDI0IDUuNjM3IDIzLjUgTCA2LjQzNyAxOC4xIEMgNi41MzcgMTcuNiA2LjkzNyAxNy4yIDcuNTM3IDE3LjIgTCAxMC4wMzcgMTcuMiBDIDE1LjEzNyAxNy4yIDE4LjEzNyAxNC43IDE4LjkzNyA5LjggQyAxOS4yMzcgNy43IDE4LjkzNyA2IDE3LjkzNyA0LjggQyAxNi44MzcgMy41IDE0LjgzNyAyLjggMTIuMjM3IDIuOCBaIE0gMTMuMTM3IDEwLjEgQyAxMi43MzcgMTIuOSAxMC41MzcgMTIuOSA4LjUzNyAxMi45IEwgNy4zMzcgMTIuOSBMIDguMTM3IDcuNyBDIDguMTM3IDcuNCA4LjQzNyA3LjIgOC43MzcgNy4yIEwgOS4yMzcgNy4yIEMgMTAuNjM3IDcuMiAxMS45MzcgNy4yIDEyLjYzNyA4IEMgMTMuMTM3IDguNCAxMy4zMzcgOS4xIDEzLjEzNyAxMC4xIFoiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDAzMDg3IiBkPSJNIDM1LjQzNyAxMCBMIDMxLjczNyAxMCBDIDMxLjQzNyAxMCAzMS4xMzcgMTAuMiAzMS4xMzcgMTAuNSBMIDMwLjkzNyAxMS41IEwgMzAuNjM3IDExLjEgQyAyOS44MzcgOS45IDI4LjAzNyA5LjUgMjYuMjM3IDkuNSBDIDIyLjEzNyA5LjUgMTguNjM3IDEyLjYgMTcuOTM3IDE3IEMgMTcuNTM3IDE5LjIgMTguMDM3IDIxLjMgMTkuMzM3IDIyLjcgQyAyMC40MzcgMjQgMjIuMTM3IDI0LjYgMjQuMDM3IDI0LjYgQyAyNy4zMzcgMjQuNiAyOS4yMzcgMjIuNSAyOS4yMzcgMjIuNSBMIDI5LjAzNyAyMy41IEMgMjguOTM3IDIzLjkgMjkuMjM3IDI0LjMgMjkuNjM3IDI0LjMgTCAzMy4wMzcgMjQuMyBDIDMzLjUzNyAyNC4zIDM0LjAzNyAyMy45IDM0LjEzNyAyMy40IEwgMzYuMTM3IDEwLjYgQyAzNi4yMzcgMTAuNCAzNS44MzcgMTAgMzUuNDM3IDEwIFogTSAzMC4zMzcgMTcuMiBDIDI5LjkzNyAxOS4zIDI4LjMzNyAyMC44IDI2LjEzNyAyMC44IEMgMjUuMDM3IDIwLjggMjQuMjM3IDIwLjUgMjMuNjM3IDE5LjggQyAyMy4wMzcgMTkuMSAyMi44MzcgMTguMiAyMy4wMzcgMTcuMiBDIDIzLjMzNyAxNS4xIDI1LjEzNyAxMy42IDI3LjIzNyAxMy42IEMgMjguMzM3IDEzLjYgMjkuMTM3IDE0IDI5LjczNyAxNC42IEMgMzAuMjM3IDE1LjMgMzAuNDM3IDE2LjIgMzAuMzM3IDE3LjIgWiI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMDMwODciIGQ9Ik0gNTUuMzM3IDEwIEwgNTEuNjM3IDEwIEMgNTEuMjM3IDEwIDUwLjkzNyAxMC4yIDUwLjczNyAxMC41IEwgNDUuNTM3IDE4LjEgTCA0My4zMzcgMTAuOCBDIDQzLjIzNyAxMC4zIDQyLjczNyAxMCA0Mi4zMzcgMTAgTCAzOC42MzcgMTAgQyAzOC4yMzcgMTAgMzcuODM3IDEwLjQgMzguMDM3IDEwLjkgTCA0Mi4xMzcgMjMgTCAzOC4yMzcgMjguNCBDIDM3LjkzNyAyOC44IDM4LjIzNyAyOS40IDM4LjczNyAyOS40IEwgNDIuNDM3IDI5LjQgQyA0Mi44MzcgMjkuNCA0My4xMzcgMjkuMiA0My4zMzcgMjguOSBMIDU1LjgzNyAxMC45IEMgNTYuMTM3IDEwLjYgNTUuODM3IDEwIDU1LjMzNyAxMCBaIj48L3BhdGg+PHBhdGggZmlsbD0iIzAwOWNkZSIgZD0iTSA2Ny43MzcgMi44IEwgNTkuOTM3IDIuOCBDIDU5LjQzNyAyLjggNTguOTM3IDMuMiA1OC44MzcgMy43IEwgNTUuNzM3IDIzLjYgQyA1NS42MzcgMjQgNTUuOTM3IDI0LjMgNTYuMzM3IDI0LjMgTCA2MC4zMzcgMjQuMyBDIDYwLjczNyAyNC4zIDYxLjAzNyAyNCA2MS4wMzcgMjMuNyBMIDYxLjkzNyAxOCBDIDYyLjAzNyAxNy41IDYyLjQzNyAxNy4xIDYzLjAzNyAxNy4xIEwgNjUuNTM3IDE3LjEgQyA3MC42MzcgMTcuMSA3My42MzcgMTQuNiA3NC40MzcgOS43IEMgNzQuNzM3IDcuNiA3NC40MzcgNS45IDczLjQzNyA0LjcgQyA3Mi4yMzcgMy41IDcwLjMzNyAyLjggNjcuNzM3IDIuOCBaIE0gNjguNjM3IDEwLjEgQyA2OC4yMzcgMTIuOSA2Ni4wMzcgMTIuOSA2NC4wMzcgMTIuOSBMIDYyLjgzNyAxMi45IEwgNjMuNjM3IDcuNyBDIDYzLjYzNyA3LjQgNjMuOTM3IDcuMiA2NC4yMzcgNy4yIEwgNjQuNzM3IDcuMiBDIDY2LjEzNyA3LjIgNjcuNDM3IDcuMiA2OC4xMzcgOCBDIDY4LjYzNyA4LjQgNjguNzM3IDkuMSA2OC42MzcgMTAuMSBaIj48L3BhdGg+PHBhdGggZmlsbD0iIzAwOWNkZSIgZD0iTSA5MC45MzcgMTAgTCA4Ny4yMzcgMTAgQyA4Ni45MzcgMTAgODYuNjM3IDEwLjIgODYuNjM3IDEwLjUgTCA4Ni40MzcgMTEuNSBMIDg2LjEzNyAxMS4xIEMgODUuMzM3IDkuOSA4My41MzcgOS41IDgxLjczNyA5LjUgQyA3Ny42MzcgOS41IDc0LjEzNyAxMi42IDczLjQzNyAxNyBDIDczLjAzNyAxOS4yIDczLjUzNyAyMS4zIDc0LjgzNyAyMi43IEMgNzUuOTM3IDI0IDc3LjYzNyAyNC42IDc5LjUzNyAyNC42IEMgODIuODM3IDI0LjYgODQuNzM3IDIyLjUgODQuNzM3IDIyLjUgTCA4NC41MzcgMjMuNSBDIDg0LjQzNyAyMy45IDg0LjczNyAyNC4zIDg1LjEzNyAyNC4zIEwgODguNTM3IDI0LjMgQyA4OS4wMzcgMjQuMyA4OS41MzcgMjMuOSA4OS42MzcgMjMuNCBMIDkxLjYzNyAxMC42IEMgOTEuNjM3IDEwLjQgOTEuMzM3IDEwIDkwLjkzNyAxMCBaIE0gODUuNzM3IDE3LjIgQyA4NS4zMzcgMTkuMyA4My43MzcgMjAuOCA4MS41MzcgMjAuOCBDIDgwLjQzNyAyMC44IDc5LjYzNyAyMC41IDc5LjAzNyAxOS44IEMgNzguNDM3IDE5LjEgNzguMjM3IDE4LjIgNzguNDM3IDE3LjIgQyA3OC43MzcgMTUuMSA4MC41MzcgMTMuNiA4Mi42MzcgMTMuNiBDIDgzLjczNyAxMy42IDg0LjUzNyAxNCA4NS4xMzcgMTQuNiBDIDg1LjczNyAxNS4zIDg1LjkzNyAxNi4yIDg1LjczNyAxNy4yIFoiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDA5Y2RlIiBkPSJNIDk1LjMzNyAzLjMgTCA5Mi4xMzcgMjMuNiBDIDkyLjAzNyAyNCA5Mi4zMzcgMjQuMyA5Mi43MzcgMjQuMyBMIDk1LjkzNyAyNC4zIEMgOTYuNDM3IDI0LjMgOTYuOTM3IDIzLjkgOTcuMDM3IDIzLjQgTCAxMDAuMjM3IDMuNSBDIDEwMC4zMzcgMy4xIDEwMC4wMzcgMi44IDk5LjYzNyAyLjggTCA5Ni4wMzcgMi44IEMgOTUuNjM3IDIuOCA5NS40MzcgMyA5NS4zMzcgMy4zIFoiPjwvcGF0aD48L3N2Zz4") center 55% no-repeat;
      background-size: auto 55%; }
    html.pdp-payment-options .cart-additionalCheckoutButtons > div[id*=paypalcredit]:after, html.pdp-payment-options .cart-additionalCheckoutButtons > div[class*=PaypalCredit]:after, html.pdp-payment-options .cart-additionalCheckoutButtons > div[id*=paypalcommercecredit]:after, html.pdp-payment-options .cart-additionalCheckoutButtons > div[class*=PaypalCommerceCredit]:after {
      background: #ffc439 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAyNCAzMiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4gbWVldCIgeG1sbnM9Imh0dHA6JiN4MkY7JiN4MkY7d3d3LnczLm9yZyYjeDJGOzIwMDAmI3gyRjtzdmciPjxwYXRoIGZpbGw9IiMwMDljZGUiIG9wYWNpdHk9IjEiIGQ9Ik0gMjAuOTI0IDcuMTU3IEMgMjEuMjA0IDUuMDU3IDIwLjkyNCAzLjY1NyAxOS44MDEgMi4zNTcgQyAxOC41ODMgMC45NTcgMTYuNDMgMC4yNTcgMTMuNzE2IDAuMjU3IEwgNS43NTggMC4yNTcgQyA1LjI5IDAuMjU3IDQuNzI5IDAuNzU3IDQuNjM0IDEuMjU3IEwgMS4zNTggMjMuNDU3IEMgMS4zNTggMjMuODU3IDEuNjM5IDI0LjM1NyAyLjEwNyAyNC4zNTcgTCA2Ljk3NSAyNC4zNTcgTCA2LjY5NCAyNi41NTcgQyA2LjYgMjYuOTU3IDYuODgxIDI3LjI1NyA3LjI1NSAyNy4yNTcgTCAxMS4zNzUgMjcuMjU3IEMgMTEuODQ0IDI3LjI1NyAxMi4zMTEgMjYuOTU3IDEyLjQwNSAyNi40NTcgTCAxMi40MDUgMjYuMTU3IEwgMTMuMjQ3IDIwLjk1NyBMIDEzLjI0NyAyMC43NTcgQyAxMy4zNDEgMjAuMjU3IDEzLjgwOSAxOS44NTcgMTQuMjc3IDE5Ljg1NyBMIDE0Ljg0IDE5Ljg1NyBDIDE4Ljg2NCAxOS44NTcgMjEuOTU0IDE4LjE1NyAyMi44OSAxMy4xNTcgQyAyMy4zNTggMTEuMDU3IDIzLjE3MiA5LjM1NyAyMi4wNDggOC4xNTcgQyAyMS43NjcgNy43NTcgMjEuMjk4IDcuNDU3IDIwLjkyNCA3LjE1NyBMIDIwLjkyNCA3LjE1NyI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMTIxNjkiIG9wYWNpdHk9IjEiIGQ9Ik0gMjAuOTI0IDcuMTU3IEMgMjEuMjA0IDUuMDU3IDIwLjkyNCAzLjY1NyAxOS44MDEgMi4zNTcgQyAxOC41ODMgMC45NTcgMTYuNDMgMC4yNTcgMTMuNzE2IDAuMjU3IEwgNS43NTggMC4yNTcgQyA1LjI5IDAuMjU3IDQuNzI5IDAuNzU3IDQuNjM0IDEuMjU3IEwgMS4zNTggMjMuNDU3IEMgMS4zNTggMjMuODU3IDEuNjM5IDI0LjM1NyAyLjEwNyAyNC4zNTcgTCA2Ljk3NSAyNC4zNTcgTCA4LjI4NiAxNi4wNTcgTCA4LjE5MiAxNi4zNTcgQyA4LjI4NiAxNS43NTcgOC43NTQgMTUuMzU3IDkuMzE1IDE1LjM1NyBMIDExLjY1NSAxNS4zNTcgQyAxNi4yNDMgMTUuMzU3IDE5LjgwMSAxMy4zNTcgMjAuOTI0IDcuNzU3IEMgMjAuODMxIDcuNDU3IDIwLjkyNCA3LjM1NyAyMC45MjQgNy4xNTciPjwvcGF0aD48cGF0aCBmaWxsPSIjMDAzMDg3IiBvcGFjaXR5PSIxIiBkPSJNIDkuNTA0IDcuMTU3IEMgOS41OTYgNi44NTcgOS43ODQgNi41NTcgMTAuMDY1IDYuMzU3IEMgMTAuMjUxIDYuMzU3IDEwLjM0NSA2LjI1NyAxMC41MzIgNi4yNTcgTCAxNi43MTEgNi4yNTcgQyAxNy40NjEgNi4yNTcgMTguMjA4IDYuMzU3IDE4Ljc3MiA2LjQ1NyBDIDE4Ljk1OCA2LjQ1NyAxOS4xNDYgNi40NTcgMTkuMzMzIDYuNTU3IEMgMTkuNTIgNi42NTcgMTkuNzA3IDYuNjU3IDE5LjgwMSA2Ljc1NyBDIDE5Ljg5NCA2Ljc1NyAxOS45ODcgNi43NTcgMjAuMDgyIDYuNzU3IEMgMjAuMzYyIDYuODU3IDIwLjY0MyA3LjA1NyAyMC45MjQgNy4xNTcgQyAyMS4yMDQgNS4wNTcgMjAuOTI0IDMuNjU3IDE5LjgwMSAyLjI1NyBDIDE4LjY3NyAwLjg1NyAxNi41MjUgMC4yNTcgMTMuODA5IDAuMjU3IEwgNS43NTggMC4yNTcgQyA1LjI5IDAuMjU3IDQuNzI5IDAuNjU3IDQuNjM0IDEuMjU3IEwgMS4zNTggMjMuNDU3IEMgMS4zNTggMjMuODU3IDEuNjM5IDI0LjM1NyAyLjEwNyAyNC4zNTcgTCA2Ljk3NSAyNC4zNTcgTCA4LjI4NiAxNi4wNTcgTCA5LjUwNCA3LjE1NyBaIj48L3BhdGg+PC9zdmc+) calc(50% - 40px) 55% no-repeat;
      background-size: auto 60%;
      content: 'Pay Later';
      padding-top: 14px;
      text-align: center;
      padding-left: 30px;
      font-size: 16px;
      color: black; }
    html.pdp-payment-options .cart-additionalCheckoutButtons > div[id*=amazon]:after, html.pdp-payment-options .cart-additionalCheckoutButtons > div[class*=Amazon]:after {
      background: #f0c14b url(../img/payment-methods/amazon.svg) center 60% no-repeat;
      background-size: auto 45%; }
    html.pdp-payment-options .cart-additionalCheckoutButtons > div[id*=applepay] apple-pay-button, html.pdp-payment-options .cart-additionalCheckoutButtons > div[class*=ApplePay] apple-pay-button {
      --apple-pay-button-height: 50px !important;
      --apple-pay-button-border-radius: 0 !important; }
    html.pdp-payment-options .cart-additionalCheckoutButtons > div apple-pay-button {
      display: block; }
    html.pdp-payment-options .cart-additionalCheckoutButtons > div[id*=googlepay]:after, html.pdp-payment-options .cart-additionalCheckoutButtons > div[class*=GooglePay]:after {
      background: #000 url(../img/payment-methods/google.svg) center no-repeat;
      background-size: auto 50%; }
    html.pdp-payment-options .cart-additionalCheckoutButtons > div[id*=googlepay] button,
    html.pdp-payment-options .cart-additionalCheckoutButtons > div[id*=googlepay] iframe,
    html.pdp-payment-options .cart-additionalCheckoutButtons > div[id*=googlepay] button > div, html.pdp-payment-options .cart-additionalCheckoutButtons > div[class*=GooglePay] button,
    html.pdp-payment-options .cart-additionalCheckoutButtons > div[class*=GooglePay] iframe,
    html.pdp-payment-options .cart-additionalCheckoutButtons > div[class*=GooglePay] button > div {
      width: 100%;
      height: 50px;
      outline: none !important; }

html.pdp-payment-options.device-ios .cart-additionalCheckoutButtons > div[id*=applepay],
html.pdp-payment-options.device-ios .cart-additionalCheckoutButtons > div[class*=ApplePay],
html.pdp-payment-options.device-android .cart-additionalCheckoutButtons > div[id*=googlepay],
html.pdp-payment-options.device-android .cart-additionalCheckoutButtons > div[class*=GooglePay] {
  order: 0; }

html.pdp-payment-options.device-ios .cart-additionalCheckoutButtons > div[id*=googlepay],
html.pdp-payment-options.device-ios .cart-additionalCheckoutButtons > div[class*=GooglePay],
html.pdp-payment-options.device-android .cart-additionalCheckoutButtons > div[id*=applepay],
html.pdp-payment-options.device-android .cart-additionalCheckoutButtons > div[class*=ApplePay] {
  display: none !important; }

html.pdp-payment-options.device-desktop .cart-additionalCheckoutButtons > div[id*=applepay],
html.pdp-payment-options.device-desktop .cart-additionalCheckoutButtons > div[class*=ApplePay],
html.pdp-payment-options.device-desktop .cart-additionalCheckoutButtons > div[id*=googlepay],
html.pdp-payment-options.device-desktop .cart-additionalCheckoutButtons > div[class*=GooglePay] {
  order: 2; }

html.pdp-payment-options .cart-additionalCheckoutButtons:before,
html.pdp-payment-options .previewCart-additionalCheckoutButtons:before {
  content: '-- or use --';
  display: block;
  flex: 0 0 100%;
  text-align: center;
  padding: 0 0 1em; }

html.pdp-payment-options .cart-additionalCheckoutButtons .or-use-label,
html.pdp-payment-options .previewCart-additionalCheckoutButtons .or-use-label {
  display: none; }

html.pdp-payment-options .cart-additionalCheckoutButtons [class*=InnerContainer],
html.pdp-payment-options .cart-additionalCheckoutButtons [class*=InnerContainer] > *,
html.pdp-payment-options .previewCart-additionalCheckoutButtons [class*=InnerContainer],
html.pdp-payment-options .previewCart-additionalCheckoutButtons [class*=InnerContainer] > * {
  min-width: unset !important;
  max-width: unset !important;
  width: 100% !important; }

html.pdp-payment-options .cart-additionalCheckoutButtons .CheckoutButton:has([class*=InnerContainer]:empty),
html.pdp-payment-options .previewCart-additionalCheckoutButtons .CheckoutButton:has([class*=InnerContainer]:empty) {
  display: none; }

html.pdp-payment-options .previewCart-additionalCheckoutButtons-wrapper {
  overflow: hidden; }

.previewCart {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-y: auto;
  max-height: calc(100dvh - 86px); }
  @media only screen and (min-width: 768px) {
    .previewCart {
      padding-top: 50px;
      padding-bottom: 50px; }
      .previewCart .productView {
        display: flex;
        margin: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: 75%; }
      .previewCart .productView-image {
        display: flex;
        flex-direction: column;
        width: 58.333%; }
      .previewCart .productView-image--cart {
        align-self: flex-start;
        margin: 0 auto;
        width: 100%; }
      .previewCart .productView-details {
        width: 41.667%; } }
  .previewCart .close-preview-cart {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    height: 20px;
    width: 20px; }
    .previewCart .close-preview-cart .icon {
      width: 20px;
      height: 20px; }
    @media only screen and (min-width: 768px) {
      .previewCart .close-preview-cart {
        right: 54px;
        top: 54px;
        height: 25px;
        width: 25px; }
        .previewCart .close-preview-cart .icon {
          width: 25px;
          height: 25px; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  float: right;
  padding: 25px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .previewCartCheckout {
      padding: 24px;
      width: 25%; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p, .previewCartCheckout .button + .p {
      margin-top: 10px; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 10px; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 24px;
  margin-top: 24px; }

.previewCartCheckout-additionalCheckoutButtons p, .previewCartCheckout-additionalCheckoutButtons .p {
  float: none !important;
  margin: 7px 0; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .suggestiveCart {
      display: block; } }

.previewCart {
  text-align: left; }
  .previewCart .previewCartHeader {
    border-bottom: 1px solid #ebe9e4;
    padding-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px; }
    @media only screen and (min-width: 768px) {
      .previewCart .previewCartHeader {
        margin-left: 50px;
        margin-right: 50px; } }
    .previewCart .previewCartHeader h4, .previewCart .previewCartHeader .h-four, .previewCart .previewCartHeader .standard-table th, .standard-table .previewCart .previewCartHeader th,
    .previewCart .previewCartHeader h3,
    .previewCart .previewCartHeader .h-three {
      margin: 0; }
    .previewCart .previewCartHeader .icon {
      width: 32px;
      height: 32px;
      margin-right: 15px;
      vertical-align: bottom; }
  .previewCart .previewCartList {
    border-collapse: collapse;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
    @media only screen and (min-width: 768px) {
      .previewCart .previewCartList {
        padding-left: 50px;
        padding-right: 50px; } }
  .previewCart .previewCartItem {
    padding-top: 20px;
    padding-bottom: 20px; }
    .previewCart .previewCartItem .previewCartItem-price {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      .previewCart .previewCartItem .previewCartItem-price .cart-item-quantity-times {
        display: inline-block;
        margin: 0 0.4em; }
    .previewCart .previewCartItem .cart-item-quantity .increment-input-wrap,
    .previewCart .previewCartItem .cart-item-quantity .increment-button-wrap {
      width: 30px; }
    .previewCart .previewCartItem .cart-item-quantity .button {
      display: flex;
      justify-content: center;
      align-items: center; }
      .previewCart .previewCartItem .cart-item-quantity .button .icon {
        width: 12px;
        height: 12px; }
    .previewCart .previewCartItem .cart-item-quantity input {
      padding: 0; }
    .previewCart .previewCartItem .cart-item-quantity .button,
    .previewCart .previewCartItem .cart-item-quantity input {
      height: 30px; }
  .previewCart .previewCartItem-image {
    text-align: center; }
  .previewCart .previewCartItem-name {
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .previewCart .previewCartItem-name {
        max-width: 300px; } }
    .previewCart .previewCartItem-name > a {
      text-decoration: none; }
  .previewCart .previewCartItem-options {
    list-style: none;
    margin: 0; }
    .previewCart .previewCartItem-options li {
      font-size: 12px; }
      .previewCart .previewCartItem-options li:not(:last-child) {
        margin-bottom: 5px; }
  .previewCart .previewCartItem-price {
    display: block;
    margin-top: 10px;
    font-weight: 700; }
    .previewCart .previewCartItem-price.previewCartItem-price--discounted {
      color: var(--color-red);
      display: flex;
      align-items: center; }
      .previewCart .previewCartItem-price.previewCartItem-price--discounted .price--discounted {
        color: var(--color-gray);
        font-size: 12px;
        text-decoration: line-through;
        font-weight: 400;
        display: inline-block;
        margin-left: 0.4em;
        line-height: 1; }
  .previewCart .previewCartAction {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 0;
    text-align: left; }
    @media only screen and (max-width: 389px) {
      .previewCart .previewCartAction {
        flex-direction: column; }
        .previewCart .previewCartAction :first-child {
          margin-bottom: 10px; } }
    @media only screen and (min-width: 390px) {
      .previewCart .previewCartAction .previewCartAction-viewCart,
      .previewCart .previewCartAction .previewCartAction-checkout {
        width: calc(50% - 7px); } }
    .previewCart .previewCartAction .button {
      min-width: 150px;
      padding: 0 20px; }
  .previewCart .previewCartAction-checkoutMultiple {
    clear: both;
    padding-left: 5px;
    padding-top: 10px; }
  .previewCart .previewCart-emptyBody {
    padding: 40px;
    text-align: center; }
  .previewCart .cart-free-shipping {
    margin: 0 30px; }

.previewCartAction-additionalCheckoutButton {
  float: left;
  margin-top: 20px;
  padding: 0 10px;
  width: 50%; }
  .navUser .previewCartAction-additionalCheckoutButton {
    padding: 10px 5px 0; }
  .previewCartAction-additionalCheckoutButton.odd {
    clear: both;
    padding-left: 5px; }
    .apple-pay-supported .previewCartAction-additionalCheckoutButton.odd {
      padding-left: 10px;
      padding-right: 5px; }
  .previewCartAction-additionalCheckoutButton.even {
    padding-right: 5px; }
    .apple-pay-supported .previewCartAction-additionalCheckoutButton.even {
      padding-left: 5px;
      padding-right: 10px; }
  .previewCartAction-additionalCheckoutButton .PayPalExpressCheckout p, .previewCartAction-additionalCheckoutButton .PayPalExpressCheckout .p {
    display: none;
    text-align: center; }
  .previewCartAction-additionalCheckoutButton .PayPalExpressCheckout #PayPalExpressCheckoutButton {
    width: 100%; }
  .previewCartAction-additionalCheckoutButton .braintree-paypal-button,
  .previewCartAction-additionalCheckoutButton .paypal-button-parent {
    width: 100% !important; }
  .apple-pay-supported .previewCartAction-additionalCheckoutButton .apple-pay-checkout-button {
    display: block;
    float: none;
    width: 100%; }

.search-suggestion {
  margin-bottom: 31px; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 40px; }
  .advancedSearch-form .form-row {
    margin-bottom: -24px; }

.quickSearchResults {
  margin-top: 24px; }
  @media only screen and (min-width: 768px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media only screen and (min-width: 768px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 24px;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 24px; }
    @media only screen and (min-width: 390px) {
      .search-price-range label input {
        display: inline;
        width: 96px; } }
  @media only screen and (min-width: 390px) {
    .search-price-range label span {
      display: inline;
      padding-left: 24px;
      padding-right: 24px; } }

.category-suggestion-list {
  list-style-type: none; }

.category-suggestion {
  width: 33.333%; }

.search-refine {
  margin-left: 24px; }

.quickSearchMessage {
  font-size: 30px;
  margin: 24px 0 0;
  text-align: center; }

.no-results .no-results-text {
  margin-bottom: 30px; }

.no-results .search-form-wrap {
  margin: 0 auto 76px;
  max-width: 489px; }

.search-nav {
  position: relative; }

.page-login, .page-account-orderstatus, .page-account-order, .page-account-addressbook, .page-editaccount, .page-shippingaddressform, .page-account-recentitems, .page-account-inbox, .page-wishlists, .page-wishlist, .page-add-wishlist, .page-createaccount {
  background-color: #f4f4f4; }

.my-account-heading {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .my-account-heading {
      padding-top: 50px; } }

.account-main {
  padding-bottom: 40px; }
  @media only screen and (min-width: 991px) {
    .account-main {
      padding: 70px calc((100% + 24px) / 8);
      margin-bottom: 100px;
      min-height: 410px;
      background-color: #ffffff; } }
  @media only screen and (max-width: 990px) {
    .account-main {
      position: relative;
      padding-top: 35px;
      padding-bottom: 35px;
      margin-bottom: 40px; }
      .account-main::before {
        content: "";
        position: absolute;
        background-color: #ffffff;
        left: -72px;
        right: -72px;
        top: 0;
        bottom: 0;
        z-index: 0; } }
  @media only screen and (max-width: 767px) {
    .account-main::before {
      left: -24px;
      right: -24px; } }
  .account-main .account-body {
    position: relative;
    z-index: 1; }

.navBar--account .navBar-section {
  text-align: left;
  display: flex;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .navBar--account .navBar-section {
      display: block;
      padding: 15px;
      background-color: #ffffff; } }
  @media only screen and (min-width: 1200px) {
    .navBar--account .navBar-section {
      padding: 30px; } }
  .navBar--account .navBar-section .navBar-item {
    padding: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background-color: #ebe9e4; }
    .navBar--account .navBar-section .navBar-item.is-active {
      background-color: #33372d; }
      .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
        background: none; }
    .navBar--account .navBar-section .navBar-item.logout {
      background-color: #f4f4f4; }
    @media only screen and (min-width: 768px) {
      .navBar--account .navBar-section .navBar-item:not(:last-child) {
        margin-bottom: 20px; } }

.account-page ul.breadcrumbs {
  padding-top: 50px; }

.login-main {
  padding-top: 100px; }
  @media only screen and (min-width: 768px) {
    .login-main {
      padding-bottom: 100px; } }
  .login-main .need-help h2, .login-main .need-help .h-two {
    margin-bottom: 20px; }
  .login-main .need-help p, .login-main .need-help .p {
    margin-bottom: 15px; }
    .login-main .need-help p.help-text, .login-main .need-help .help-text.p {
      margin-bottom: 40px; }
      .login-main .need-help p.help-text a, .login-main .need-help .help-text.p a {
        text-transform: none; }
  .login-main .need-help .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle; }
  .login-main .need-help .store-hour {
    margin-bottom: 8px; }

.need-help {
  padding: 50px 0; }

.login-wrap,
.new-customer {
  padding: 50px 22px; }
  @media only screen and (min-width: 768px) {
    .login-wrap,
    .new-customer {
      padding: 50px; } }
  .login-wrap .button,
  .new-customer .button {
    min-width: 214px; }
    .login-wrap .button .icon,
    .new-customer .button .icon {
      margin-left: 8px;
      width: 26px;
      height: 14px; }
    @media only screen and (max-width: 767px) {
      .login-wrap .button input,
      .new-customer .button input {
        margin: 0px; }
      .login-wrap .button .button,
      .new-customer .button .button {
        width: 100%; } }

.login-wrap h1, .login-wrap .h-one {
  margin-bottom: 20px; }
  @media only screen and (min-width: 991px) {
    .login-wrap h1, .login-wrap .h-one {
      margin-bottom: 46px; } }

@media only screen and (max-width: 767px) {
  .login-wrap .login-form input {
    margin: 0px; }
  .login-wrap .login-form .button {
    width: 100%; } }

.login-wrap .login-form .form-input[type="text"] {
  background-image: none; }

.login-wrap .login-form .form-input {
  border-bottom: 2px solid;
  background-color: transparent; }

.login-wrap .forgot-password {
  display: inline-block;
  text-decoration: none;
  text-transform: none; }

.login-wrap .form-actions {
  margin-top: 30px;
  margin-bottom: 9px; }
  @media only screen and (min-width: 991px) {
    .login-wrap .form-actions {
      margin-top: 77px; } }

.toggle-password {
  position: absolute;
  top: 29px !important;
  right: 0;
  width: 48px;
  height: 48px; }
  .toggle-password .icon {
    height: 13px;
    width: 20px;
    position: relative;
    top: 2px; }
  .toggle-password .icon--show {
    height: 15px;
    width: 22px; }

@media only screen and (min-width: 768px) {
  .new-customer {
    border: 2px solid #000000; } }

.new-customer h2, .new-customer .h-two {
  margin-bottom: 20px; }

.new-customer .new-customer-info-wrap {
  max-width: 450px;
  margin: 0 auto 25px; }
  .new-customer .new-customer-info-wrap .new-customer-fact-list {
    list-style: outside disc none;
    margin: 0;
    margin-left: 36px; }
    .new-customer .new-customer-info-wrap .new-customer-fact-list li {
      line-height: 1.75; }
  .new-customer .new-customer-info-wrap .new-customer-intro {
    margin-bottom: 23px; }
  .new-customer .new-customer-info-wrap .new-customer-fact {
    padding-left: 0; }

.page-createaccount .page-heading {
  padding-bottom: 41px; }
  @media only screen and (max-width: 767px) {
    .page-createaccount .page-heading {
      text-align: left; } }

.create-account-main {
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .create-account-main {
      padding-bottom: 100px; } }
  .create-account-main .form-field {
    margin-bottom: 16px; }
    .create-account-main .form-field .form-label {
      font-size: 16px; }
  .create-account-main .instructional-text {
    margin-bottom: 16px;
    text-align: right; }

.account-header {
  background-color: #f4f4f4; }
  .account-header .page-heading {
    margin: 0;
    padding-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .account-header .page-heading {
        padding-bottom: 73px; } }

.account-head {
  text-align: center; }
  .account-head .alertBox {
    padding-left: 40px;
    padding-right: 40px;
    text-align: left; }

.form-label-company {
  text-decoration: underline;
  font-size: 14px; }

.account-body .card {
  margin-bottom: 35px; }

.account-body .icon--ratingFull {
  color: #000; }
  .account-body .icon--ratingFull svg {
    stroke: #000; }

.account-banner {
  background: #f4f4f4;
  margin-bottom: 20px;
  height: 200px; }
  @media only screen and (min-width: 768px) {
    .account-banner {
      margin-bottom: 40px; } }
  .account-banner .wrapper {
    height: 100%; }
  .account-banner .h1-one {
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .account-banner .h1-one {
        margin: 0; } }
  .account-banner .button {
    margin: 0; }
  .account-banner .text-layer {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .account-banner .text-layer {
        display: table;
        width: 100%;
        text-align: left; }
        .account-banner .text-layer > div {
          display: table-cell;
          vertical-align: middle; }
          .account-banner .text-layer > div:last-of-type {
            text-align: right; } }

.account-heading {
  margin: 0;
  padding-bottom: 25px;
  margin-bottom: 30px; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .account-listItem p:last-child, .account-listItem .p:last-child {
    margin-bottom: 0; }

.account-listShipping {
  border-bottom: 1px solid #33372d;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product-figure {
  position: relative;
  overflow: hidden; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  @media only screen and (max-width: 767px) {
    .account-product-figure {
      margin-bottom: 20px; } }

.account-product-download {
  margin-bottom: 15px;
  text-decoration: underline;
  color: #dfa717;
  letter-spacing: 0.5px; }

.account-product-body .definitionList .definitionList-key, .account-product-body .definitionList .definitionList-value {
  color: inherit; }

.account-product-title {
  margin-bottom: 24px;
  text-transform: none; }
  @media only screen and (min-width: 768px) {
    .account-product-title {
      width: 50%; } }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 10px; }

@media only screen and (min-width: 768px) {
  .order-title-section {
    padding-left: 47px; } }

.order-title {
  margin-bottom: 10px; }
  .order-title a {
    text-decoration: underline; }

.account-product-right {
  position: relative;
  padding-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .account-product-price {
    position: absolute;
    top: 3px;
    right: 0; } }

.account-product-description + .definitionList {
  margin: 14px 0 0;
  border-top: 2px solid #000000;
  padding-top: 16px;
  max-width: 287px; }
  .account-product-description + .definitionList .definitionList-key {
    float: none;
    margin-bottom: 7px; }
  .account-product-description + .definitionList .definitionList-value {
    color: #687079;
    margin-bottom: 21px; }

.account-product-refundQty {
  margin-bottom: 0; }

.account-product-detail {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .account-product-detail {
      margin-bottom: 20px; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  display: inline-block;
  margin-bottom: 3px; }
  @media only screen and (min-width: 768px) {
    .account-product-detail-heading {
      margin-bottom: 10px; } }

.page-forgotpassword .account-main {
  padding: 0;
  background: none; }
  .page-forgotpassword .account-main::before {
    content: none; }

.page-account-orderstatus .account-main {
  padding: 0;
  background: none; }
  .page-account-orderstatus .account-main::before {
    content: none; }
  .page-account-orderstatus .account-main .account-listItem {
    background-color: #ffffff;
    border: none;
    padding: 30px; }

.page-account-orderstatus .alertBox.alertBox--info {
  border: none; }

@media only screen and (min-width: 768px) {
  .page-account-orderstatus .account-orderStatus .account-product-detail-heading, .page-account-orderstatus .account-orderStatus .account-orderStatus-label {
    font-size: 18px; } }

@media only screen and (min-width: 768px) {
  .order-details-heading {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px; }
    .order-details-heading .h-four {
      text-transform: none; } }

.order-details-heading .button--unstyled {
  text-decoration: underline; }

.recently-viewed .card-body {
  text-align: left; }

.account-orderTotal-line {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between; }
  .account-orderTotal-line:last-child {
    margin-bottom: 0; }

.account-orderTotal {
  background-color: #f4f4f4;
  padding: 30px 18px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .account-orderTotal {
      padding: 30px; } }

.account-orderStatus {
  padding-top: 15px; }
  @media only screen and (min-width: 768px) {
    .account-orderStatus {
      padding-top: 0; } }

.account-message .account-orderStatus span {
  color: #687079; }

.account-orderStatus-label {
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .account-orderStatus-label {
      margin-bottom: 50px; } }

.account-orderStatus-action {
  color: #dfa717;
  text-decoration: underline;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px; }

.account .pagination {
  margin-top: 40px;
  text-align: center; }

.page-account-inbox .account-main {
  background-color: transparent;
  padding: 0; }
  .page-account-inbox .account-main::before {
    content: none; }

.page-account-inbox .account-listItem {
  padding: 0; }

@media only screen and (min-width: 768px) {
  .page-account-inbox .account-list {
    margin-bottom: 48px; } }

.account-message {
  background-color: #ffffff;
  padding: 24px; }
  @media only screen and (min-width: 768px) {
    .account-message {
      padding: 48px; } }
  .account-message .message-header {
    display: flex;
    justify-content: space-between; }
    .account-message .message-header .h-five {
      line-height: 1; }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .send-message-form .form-actions .button {
    padding: 0 16px; } }

@media only screen and (max-width: 990px) {
  .send-message-form .form-actions .button {
    padding: 0 16px; }
    .send-message-form .form-actions .button:first-child {
      margin-bottom: 16px; }
    .send-message-form .form-actions .button:last-child {
      margin: 0; } }

.order-details-header {
  margin-bottom: 30px;
  text-transform: none; }

.order-status {
  display: flex;
  flex-wrap: wrap; }

.order-status-line {
  margin-bottom: 20px;
  margin-right: 30px; }
  @media only screen and (min-width: 768px) {
    .order-status-line {
      margin-bottom: 15px;
      margin-right: 50px; } }
  .order-status-line:last-child {
    margin-right: 0; }
  .order-status-line .order-status-key {
    margin-bottom: 10px;
    text-transform: none; }

.account-order-block + .account-order-block {
  margin-top: 30px; }

.account-order-address-title {
  margin-bottom: 10px;
  text-transform: none; }

.account-order-address {
  list-style: none; }

.account-reorder-form .button {
  margin-bottom: 10px; }

.order-details-info {
  display: flex;
  justify-content: space-between; }
  .order-details-info .button {
    padding: 0 5px;
    min-width: 150px; }

.account-sidebar-image {
  margin: 0 0 20px; }

.account-downloads-summary {
  border-bottom: 2px solid #000000;
  padding-bottom: 25px;
  margin-bottom: 25px; }

.account-downloadsList {
  list-style: none; }

.account-downloadsItem {
  margin-bottom: 24px; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  text-transform: inherit;
  margin-bottom: 18px;
  font-weight: 700; }

.account-downloadsItem-description {
  margin-bottom: 6px; }

.account-downloadsItem-availability {
  color: #687079; }

@media only screen and (min-width: 768px) {
  .account-list-block {
    display: flex;
    flex-wrap: wrap; } }

.account-list-block, .address-details {
  list-style: none;
  margin: 0; }

.account-list-block-item {
  padding: 24px 5px;
  margin-bottom: 30px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .account-list-block-item {
      max-width: calc(50% - 24px);
      padding: 24px;
      margin-right: 50px; } }
  .account-list-block-item .address-actions {
    display: block;
    margin-top: 25px; }
    .account-list-block-item .address-actions .button {
      display: block;
      width: 100%;
      min-width: 0;
      padding: 0; }

@media only screen and (min-width: 768px) {
  .addressList {
    margin-right: -25px; } }

.address {
  border: 2px solid #000000;
  padding: 24px 16px;
  margin-bottom: 30px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .address {
      padding: 24px;
      margin-right: 24px; } }
  .address .address-actions {
    display: block;
    margin-top: 25px; }
    .address .address-actions .button {
      display: block;
      width: 100%;
      min-width: 0;
      padding: 0; }
    .address .address-actions .remove-button {
      margin-bottom: 15px; }
  .address.new-address {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 24px 16px; }
    @media only screen and (max-width: 767px) {
      .address.new-address {
        padding: 0;
        border: none; } }
    @media only screen and (min-width: 768px) {
      .address.new-address {
        min-height: 314px;
        max-width: calc(50% - 25px); } }
    .address.new-address .button {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .address.new-address .button {
          max-width: 221px; } }
      @media only screen and (max-width: 767px) {
        .address.new-address .button {
          height: 48px;
          line-height: 48px;
          background-color: #33372d;
          color: #ffffff; }
          .address.new-address .button:hover {
            background-color: var(--color-orange); } }
      .address.new-address .button svg {
        display: block;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .address.new-address .button svg {
            display: none; } }

.address-details li {
  margin-bottom: 5px; }

.address--company {
  height: 22px;
  color: #687079; }

.address-title {
  margin-bottom: 5px; }

.no-addresses-title {
  padding-bottom: 43px;
  border-bottom: 2px solid #000000;
  min-height: 120px;
  margin-bottom: 30px; }

.page-shippingaddressform .form-field {
  max-width: 428px; }
  .page-shippingaddressform .form-field .form-label {
    font-size: 16px; }
  .page-shippingaddressform .form-field input, .page-shippingaddressform .form-field .form-select {
    background-color: #f4f4f4; }

.page-shippingaddressform .form-fieldset {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .page-shippingaddressform .form-fieldset {
      margin-bottom: 30px; } }

.page-shippingaddressform .form-actions {
  max-width: 428px; }
  .page-shippingaddressform .form-actions .button-cancel {
    margin: 0; }
  .page-shippingaddressform .form-actions .button-submit {
    margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .account--addReturn .table {
    display: block; } }

@media only screen and (max-width: 767px) {
  .account--addReturn .table tr {
    display: block;
    padding: 24px 0; } }

@media only screen and (max-width: 767px) {
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; } }

.account--addReturn .table .return-itemTitle + .definitionList {
  margin-top: 2px; }

.account--addReturn .table-thead {
  display: none; }
  @media only screen and (min-width: 390px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media only screen and (min-width: 390px) {
    .account--addReturn .table-tbody {
      display: table-row-group;
      vertical-align: top; } }

.return-itemName .return-itemImage {
  float: left;
  margin-right: 20px; }

.return-itemName .return-itemTitle {
  margin-bottom: 15px;
  display: block; }

.return-itemName .definitionList-label {
  float: left; }

.return-itemName .definitionList-description {
  margin-bottom: 11px;
  margin-left: 0; }

@media only screen and (max-width: 767px) {
  .return-itemPrice {
    margin-bottom: 10px;
    text-align: center; } }

.return-itemQuantity .form-select {
  max-width: 74px; }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 5px; }
  @media only screen and (min-width: 390px) {
    .return-itemQuantity .form-label {
      position: absolute !important;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; } }

.page-wishlists .account-main {
  padding: 0;
  background-color: transparent;
  padding-bottom: 40px; }
  .page-wishlists .account-main::before {
    content: none; }

@media only screen and (max-width: 990px) {
  .page-wishlists .form-actions .button {
    width: 100%; } }

@media only screen and (max-width: 990px) {
  .page-wishlists .form-actions .button:first-child {
    margin-bottom: 16px; } }

@media only screen and (min-width: 991px) {
  .page-wishlists .form-actions .button:first-child {
    margin-right: 24px; } }

.wishlist-heading {
  display: block; }
  @media only screen and (max-width: 767px) {
    .wishlist-heading {
      font-size: 18px;
      padding-bottom: 12px; } }

.wishlists-table {
  margin-top: 0;
  margin-bottom: 16px;
  width: 100%;
  border: none;
  background-color: #ffffff;
  padding: 32px; }
  @media only screen and (max-width: 767px) {
    .wishlists-table {
      padding: 16px; } }
  @media only screen and (max-width: 990px) {
    .wishlists-table, .wishlists-table .table-tbody, .wishlists-table tr, .wishlists-table .table-thead {
      display: block;
      font-size: 0; }
    .wishlists-table .table-thead {
      margin-bottom: 8px; }
    .wishlists-table td, .wishlists-table th {
      width: 25%;
      display: inline-block;
      font-size: initial; }
      .wishlists-table td:first-child, .wishlists-table th:first-child {
        width: 50%; } }
  @media only screen and (max-width: 990px) {
    .wishlists-table .table-tbody, .wishlists-table .table-thead, .wishlists-table tr {
      display: block; } }
  .wishlists-table th {
    text-align: left;
    padding-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .wishlists-table th {
        padding-bottom: 17px; } }
    .wishlists-table th.col-items {
      width: 25%; }
      @media only screen and (min-width: 991px) {
        .wishlists-table th.col-items {
          width: 13.87604%; } }
    .wishlists-table th.col-shared {
      width: 25%; }
      @media only screen and (min-width: 991px) {
        .wishlists-table th.col-shared {
          width: 13.87604%; } }
    @media only screen and (min-width: 991px) {
      .wishlists-table th.col-action {
        width: 358px; } }
  .wishlists-table .table-actions {
    padding: 0; }
    @media only screen and (max-width: 990px) {
      .wishlists-table .table-actions {
        display: block;
        width: 100%;
        padding-top: 24px; } }
    .wishlists-table .table-actions .button + .button {
      margin-left: 19px; }
      @media only screen and (max-width: 767px) {
        .wishlists-table .table-actions .button + .button {
          margin-left: 8px; } }
    .wishlists-table .table-actions .button {
      min-width: auto; }
      @media only screen and (max-width: 767px) {
        .wishlists-table .table-actions .button {
          padding: 0 8px;
          min-width: auto; } }
  .wishlists-table .wishlist-name {
    text-transform: none;
    text-decoration: underline;
    color: var(--color-orange); }

.wishlist-buttons {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 990px) {
    .wishlist-buttons {
      justify-content: space-between; }
      .wishlist-buttons .button {
        width: 100%; } }
  .wishlist-buttons .button {
    padding: 0 28px; }

#wishlistname {
  min-width: 230px;
  margin-left: 5px; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px; }
  .wishlist-form .form-field {
    width: 100%; }

.form-field-helper-text {
  text-align: right;
  padding-top: 7px;
  color: #687079;
  font-size: 14px;
  margin-bottom: 0; }

.share-wishlist .copy-link {
  display: flex; }
  @media only screen and (min-width: 991px) {
    .share-wishlist .copy-link {
      display: inline-flex; } }

.share-wishlist .copy-link-text {
  margin-right: 8px;
  margin-bottom: 16px;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .share-wishlist .copy-link-text {
      display: block; } }

.share-wishlist .form-input {
  border: 2px solid #000000;
  width: 464px;
  max-width: 100%;
  margin-bottom: 8px; }

.share-wishlist .icon--copy {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px; }

.share-wishlist .button-copy-text {
  height: 48px;
  vertical-align: middle; }
  .share-wishlist .button-copy-text:hover .icon, .share-wishlist .button-copy-text:active .icon {
    color: var(--color-orange); }

.wishlist-title {
  margin-bottom: 33px; }

.wishlist-products-carousel .productCarousel-slide {
  position: relative; }
  .wishlist-products-carousel .productCarousel-slide .card {
    margin-bottom: 0;
    padding-bottom: 48px; }
  .wishlist-products-carousel .productCarousel-slide .wishlist-remove {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%; }

.wishlist-products-carousel .swiper-button-prev, .wishlist-products-carousel .swiper-button-next {
  top: 50%;
  transform: translateY(-50%); }

.wishlist-products-carousel .swiper-button-prev {
  left: -58px; }
  @media only screen and (min-width: 768px) {
    .wishlist-products-carousel .swiper-button-prev {
      left: -96px; } }

.wishlist-products-carousel .swiper-button-next {
  right: -58px; }
  @media only screen and (min-width: 768px) {
    .wishlist-products-carousel .swiper-button-next {
      right: -96px; } }

.send-message-form .form-field .form-label, .return-form .form-field .form-label {
  display: block; }

.send-message-form .form-field textarea, .return-form .form-field textarea {
  height: 144px; }

@media only screen and (min-width: 768px) {
  .send-message-form .form-actions, .return-form .form-actions {
    display: flex;
    justify-content: space-between; } }

@media only screen and (min-width: 768px) {
  .send-message-form .form-actions .button, .return-form .form-actions .button {
    width: calc(50% - 10px); } }

.forgot-password-content {
  max-width: 792px;
  margin: 0 auto 40px; }
  @media only screen and (min-width: 768px) {
    .forgot-password-content {
      margin-bottom: 80px; } }
  .forgot-password-content p:not(.alertBox-message), .forgot-password-content .p:not(.alertBox-message) {
    margin-bottom: 28px; }

@media only screen and (max-width: 767px) {
  .forgot-password-form {
    display: block !important;
    text-align: center; }
    .forgot-password-form .form-field {
      text-align: left;
      margin-bottom: 72px !important; } }

#mobile-account-nav {
  margin-bottom: 30px;
  background-color: transparent;
  text-transform: uppercase;
  color: #33372d;
  appearance: none;
  border: 2px solid #000000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10'%3E%3Cpath d='M9,10c-.26,0-.51-.1-.71-.29L.29,1.71C-.1,1.32-.1,.68,.29,.29S1.32-.1,1.71,.29l7.29,7.29L16.29,.29c.39-.39,1.02-.39,1.41,0s.39,1.02,0,1.41L9.71,9.71c-.2,.2-.45,.29-.71,.29Z' fill='rgba(51, 55, 45, 0.999)' /%3E%3C/svg%3E"); }

@media only screen and (min-width: 768px) {
  .account-payment-methods .account-heading {
    margin-bottom: 57px; } }

.paymentMethodsTitle {
  margin: 0 0 10px;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid-item {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 60px 0 0; }
  @media only screen and (min-width: 768px) {
    .paymentMethodsGrid-item {
      padding: 60px 0 0; } }
  .paymentMethodsGrid-item .paymentMethod-row {
    padding: 30px; }
    .paymentMethodsGrid-item .paymentMethod-row:last-child {
      padding-top: 0; }
    .paymentMethodsGrid-item .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethodsGrid-item .paymentMethod-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #33372d;
    padding: 11px 30px; }
    .paymentMethodsGrid-item .paymentMethod-header * {
      color: #fff; }
  .paymentMethodsGrid-item .button {
    margin-bottom: 0; }
  .paymentMethodsGrid-item.add-new {
    align-items: center;
    justify-content: center; }
    .paymentMethodsGrid-item.add-new .paymentMethod-header {
      background-color: #d8d1bd; }
    .paymentMethodsGrid-item.add-new .paymentMethod-row {
      align-items: center; }

.methodHeader-default {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  background-color: #dfa717;
  padding: 5px 20px;
  color: #fff; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 10px;
    width: 28px; }
    @media only screen and (min-width: 991px) {
      .methodHeader-icon {
        width: 42px; } }
  .methodHeader-title {
    font-size: fontSize("smallest");
    font-weight: fontWeight("semibold"); }
    @media only screen and (min-width: 991px) {
      .methodHeader-title {
        font-size: fontSize("base"); } }
  .methodHeader-brand {
    font-size: fontSize("smallest");
    font-weight: fontWeight("semibold"); }
    @media only screen and (min-width: 991px) {
      .methodHeader-brand {
        font-size: fontSize("base"); } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 10px; }
  .methodHeader-expiry {
    font-size: fontSize("smaller");
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: fontWeight("semibold"); }
  .methodDetails-description {
    flex: 2;
    font-size: fontSize("smallest"); }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 186px;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 10px; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media only screen and (min-width: 390px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media only screen and (min-width: 390px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 10px; } }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: fontWeight("semibold"); }

@media only screen and (min-width: 390px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 3px;
  width: 34px; }

.paymentMethodForm-inputs {
  position: relative; }
  @media only screen and (min-width: 390px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 20px;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 9px;
  top: 39px; }
  .paymentMethodForm-inputs-icon.icon {
    fill: color("greys", "light");
    height: 21px;
    width: 21px; }

.paymentMethodForm-details {
  margin: 0 0 10px; }

.paymentMethodForm-details-term {
  margin: 0 0 7px; }

.paymentMethodForm-details-description {
  margin: 0; }

.page-editaccount .form-field {
  margin-bottom: 10px;
  max-width: 428px; }
  .page-editaccount .form-field .form-label {
    font-size: 16px; }
  .page-editaccount .form-field input, .page-editaccount .form-field .form-select {
    border: none;
    background-color: #f4f4f4; }

.page-editaccount .form-fieldset {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .page-editaccount .form-fieldset {
      margin-bottom: 40px; } }

.page-editaccount .form-actions {
  max-width: 428px; }

.password-wrap {
  background-color: #f4f4f4;
  padding: 10px 15px;
  margin: 0 -72px 30px; }
  @media only screen and (min-width: 768px) {
    .password-wrap {
      margin: 0 0 30px; } }
  .password-wrap .accordion-navigation {
    width: auto;
    padding-right: 30px; }
    .password-wrap .accordion-navigation .h-five {
      text-decoration: underline; }
  .password-wrap .accordion-content {
    padding-top: 30px; }

.homepage-section {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .homepage-section {
      margin-bottom: 50px; } }
  .homepage-section.homepage-recent-posts {
    background-color: #f4f4f4;
    padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .homepage-section.dual-banner .wrapper {
      padding: 0; } }
  .homepage-section.dual-banner .dual-banner-container {
    background-color: #f4f4f4;
    padding: 15px; }
    @media only screen and (min-width: 768px) {
      .homepage-section.dual-banner .dual-banner-container {
        padding: 15px 0; } }
    .homepage-section.dual-banner .dual-banner-container:first-child {
      margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .homepage-section.dual-banner .dual-banner-container .content {
        text-align: center; } }
    .homepage-section.dual-banner .dual-banner-container .content .section-header {
      margin-bottom: 20px; }
    .homepage-section.dual-banner .dual-banner-container .content .section-subheading {
      margin-bottom: 30px; }
    .homepage-section.dual-banner .dual-banner-container .banner-image {
      text-align: right; }
      @media only screen and (max-width: 767px) {
        .homepage-section.dual-banner .dual-banner-container .banner-image {
          margin-bottom: 20px; } }
      .homepage-section.dual-banner .dual-banner-container .banner-image.align-image-left {
        text-align: left; }
    @media only screen and (max-width: 389px) {
      .homepage-section.dual-banner .dual-banner-container .button {
        width: 100%; } }

.section-header {
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    .section-header {
      margin-bottom: 30px; } }

#promo-images-section .single-promo {
  position: relative; }
  @media only screen and (max-width: 767px) {
    #promo-images-section .single-promo {
      margin-bottom: 72px; } }

#promo-images-section .promo-image img {
  display: block;
  width: 100%; }

#promo-images-section .promo-content {
  bottom: 40px;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0; }
  #promo-images-section .promo-content .promo-category-link {
    padding: 0 10px; }
    @media only screen and (min-width: 768px) and (max-width: 990px) {
      #promo-images-section .promo-content .promo-category-link {
        padding: 0 20px; } }
    @media only screen and (min-width: 991px) {
      #promo-images-section .promo-content .promo-category-link {
        padding: 0 75px; } }
    @media only screen and (min-width: 768px) {
      #promo-images-section .promo-content .promo-category-link .button {
        width: 100%; } }

#promo-images-section .promo-heading {
  color: #fff; }
  #promo-images-section .promo-heading:last-child {
    margin-bottom: 0; }

#content-with-bg-section {
  background-image: url("https://via.placeholder.com/1920x550.jpg");
  background-position: center;
  background-size: cover;
  height: 300px;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    #content-with-bg-section {
      height: 550px; } }
  #content-with-bg-section > .wrapper {
    height: 100%; }
  @media only screen and (min-width: 768px) {
    #content-with-bg-section .content {
      max-width: 768px; } }

#icon-row-section {
  background-color: #f4f4f4;
  border-bottom: 2px solid #000000;
  margin-bottom: 0;
  padding: 20px 0 0; }
  @media only screen and (min-width: 768px) {
    #icon-row-section {
      padding: 30px 0; } }
  @media only screen and (min-width: 768px) {
    #icon-row-section .icon-row {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    #icon-row-section .icon-row .icon-single {
      margin-bottom: 20px;
      text-align: center; } }
  @media only screen and (min-width: 768px) {
    #icon-row-section .icon-row .icon-single > div {
      display: inline-block;
      vertical-align: middle; }
      #icon-row-section .icon-row .icon-single > div.icon-wrap {
        margin-right: 8px; } }
  #icon-row-section .icon-row .icon-single > div h4, #icon-row-section .icon-row .icon-single > div .h-four, #icon-row-section .icon-row .icon-single > div .standard-table th, .standard-table #icon-row-section .icon-row .icon-single > div th {
    color: #dfa717;
    margin: 0; }
  #icon-row-section .icon-row .icon-single > div .icon {
    color: #dfa717; }
    #icon-row-section .icon-row .icon-single > div .icon svg {
      height: 38px;
      width: 38px; }
    #icon-row-section .icon-row .icon-single > div .icon.icon-recycle svg {
      width: 36px; }
    #icon-row-section .icon-row .icon-single > div .icon.earth-friendly svg {
      height: 29px;
      width: 37px; }

#video-section .video-button,
#video-section .video-placeholder {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#video-section .icon--play-button {
  height: 71px;
  width: 71px; }

header#ecom-variation-header .header-main {
  border: none; }

header#ecom-variation-header .header-top-wrapper {
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  flex-flow: row wrap;
  padding: 0 24px 6px;
  z-index: 199;
  position: relative; }
  header#ecom-variation-header .header-top-wrapper ul.megamenu .megamenu-item,
  header#ecom-variation-header .header-top-wrapper ul.megamenu .megamenu-item .link-button-holder {
    padding: 0;
    margin: 0; }
  header#ecom-variation-header .header-top-wrapper ul.megamenu .megamenu-item .link-button-holder > a {
    font-size: 11px;
    font-weight: 400; }
    header#ecom-variation-header .header-top-wrapper ul.megamenu .megamenu-item .link-button-holder > a .link-text-wrap {
      padding: 0 6px 6px;
      line-height: 1.25;
      display: inline-block; }
    header#ecom-variation-header .header-top-wrapper ul.megamenu .megamenu-item .link-button-holder > a:after,
    header#ecom-variation-header .header-top-wrapper ul.megamenu .megamenu-item .link-button-holder > a .link-text-wrap:after {
      content: none; }
    header#ecom-variation-header .header-top-wrapper ul.megamenu .megamenu-item .link-button-holder > a:hover {
      color: var(--color-link-orange); }
  header#ecom-variation-header .header-top-wrapper ul.megamenu .megamenu-item:first-child .link-button-holder > a .link-text-wrap {
    padding-left: 0; }
  header#ecom-variation-header .header-top-wrapper .auxiliary-links {
    margin: 0 0 0 auto;
    align-items: flex-start; }
    header#ecom-variation-header .header-top-wrapper .auxiliary-links .aux-page-links {
      margin: 0 20px 0 0 !important; }
    header#ecom-variation-header .header-top-wrapper .auxiliary-links .social-links {
      margin-top: -0.2em; }
  @media screen and (max-width: 767px) {
    header#ecom-variation-header .header-top-wrapper {
      display: none; } }
  header#ecom-variation-header .header-top-wrapper .megamenu .desktop-megamenu-hover.desktop-megamenu-open.has-hover.navPage-item--dropdown div.navPage-subMenu.navPage-megaMenu:before,
  header#ecom-variation-header .header-top-wrapper .megamenu :not(.desktop-megamenu-hover).has-hover.navPage-item--dropdown:hover div.navPage-subMenu.navPage-megaMenu:before {
    top: -12px; }

header#ecom-variation-header .header-top > .wrapper {
  padding-top: 16px; }
  header#ecom-variation-header .header-top > .wrapper > .grid {
    align-items: center !important; }
  header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list {
    position: unset; }
    header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list .ecom-categories-list {
      z-index: unset; }
      header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list .ecom-categories-list > li .link-button-holder {
        padding-left: 4px;
        padding-right: 4px; }
      header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list .ecom-categories-list > li a.navPages-action {
        padding: 0;
        font-size: 13px;
        font-weight: 700; }
        html.font-poster-gothic-atf header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list .ecom-categories-list > li a.navPages-action {
          font-size: 16px; }
        header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list .ecom-categories-list > li a.navPages-action .link-text-wrap {
          padding-bottom: 0.6em; }
        header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list .ecom-categories-list > li a.navPages-action:after {
          width: 1.2em; }
      header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list .ecom-categories-list > li:not(.navPage-item--dropdown) a.navPages-action:after {
        content: none; }
    header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu {
      border-top: none; }
      header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu > .wrapper {
        padding: 0; }
        header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu > .wrapper > .nav-row {
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
          align-items: flex-start;
          align-content: flex-start;
          padding: 0;
          margin: 0; }
      header#ecom-variation-header .header-top > .wrapper .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList {
        margin: 0 24px 24px; }
  @media (min-width: 768px) and (max-width: 1600px) {
    header#ecom-variation-header .header-top > .wrapper > .grid > :nth-child(2) {
      flex-basis: auto; } }

.ecom-category-item-list {
  position: unset; }
  .ecom-category-item-list .ecom-categories-list {
    z-index: unset; }
    .ecom-category-item-list .ecom-categories-list li.megamenu-item.is-active .link-text-wrap:after {
      width: 100%; }
    .ecom-category-item-list .ecom-categories-list li a.navPages-action[href*=clearance] .link-text-wrap {
      color: var(--color-red); }
      .ecom-category-item-list .ecom-categories-list li a.navPages-action[href*=clearance] .link-text-wrap:after {
        background: var(--color-red); }
    .ecom-category-item-list .ecom-categories-list li a.navPages-action[href*=clearance]:after {
      background-image: url("../icons/ico-arrow-chevron-down-red.svg"); }
    .ecom-category-item-list .ecom-categories-list li a.navPages-action[href*=sale]:after {
      display: none; }
    .ecom-category-item-list .ecom-categories-list li a.navPages-action[href*=sale] .link-text-wrap {
      color: var(--color-red); }
      .ecom-category-item-list .ecom-categories-list li a.navPages-action[href*=sale] .link-text-wrap:before {
        content: '';
        height: 1em;
        width: 1em;
        display: inline-block;
        background: url("../img/product-badges/icon-sale-red.svg") no-repeat center;
        background-size: contain;
        transform: scale(1.8);
        margin-right: 0.7em; }
      .ecom-category-item-list .ecom-categories-list li a.navPages-action[href*=sale] .link-text-wrap:after {
        background: var(--color-red); }
  .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList .linkCat {
    padding-bottom: 0;
    border: none;
    margin: 0 0 0.8em; }
  .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList p:not(.linkCat), .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList .p:not(.linkCat) {
    font-weight: normal; }
  .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList a {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 0 0.2em; }
  .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.no-children .linkCat {
    font-weight: 400;
    margin-bottom: 0; }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.no-children .linkCat a {
      text-transform: none !important; }
  .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: -12px 0 0 -13px; }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link:before {
      content: '';
      display: inline-block;
      width: 82px;
      height: 80px;
      background-size: 100% auto;
      background-position: center; }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--deer:before, .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--deer-hunting:before {
      background-image: url(../icons/ico-deer.svg); }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--big-game:before, .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--big-game-hunting:before {
      background-image: url(../icons/ico-biggame.svg); }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--small-game:before, .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--small-game-hunting:before {
      background-image: url(../icons/ico-smallgame.svg); }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--predator:before, .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--predator-hunting:before {
      background-image: url(../icons/ico-predator.svg); }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--bowhunting:before, .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--bow-hunting:before {
      background-image: url(../icons/ico-bowhunting.svg); }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--gun-and-shooting:before, .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--gun-shooting:before {
      background-image: url(../icons/ico-gunshoot.svg); }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--waterfowl:before, .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--waterfowl-hinting:before {
      background-image: url(../icons/ico-waterfowl.svg); }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--fishing:before {
      background-image: url(../icons/ico-fishing.svg); }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--turkey:before, .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--wild-turkey:before, .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--turkey-hinting:before, .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .linksList.category--pursuit .category-link.category--wild-turkey-hinting:before {
      background-image: url(../icons/ico-wildturkey.svg); }
  .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products {
    flex-flow: row nowrap; }
    .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products {
      flex: 1 0 auto; }
      .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products .product-slider-wrapper {
        padding: 0;
        background: none;
        margin-left: 40px; }
        aside .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products .product-slider-wrapper {
          margin-left: 0; }
      .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products .heading-grid {
        margin: 0; }
        aside .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products .heading-grid {
          text-align: left !important; }
        .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products .heading-grid .h-two {
          font-size: 14px;
          font-weight: 900;
          line-height: 1.6;
          margin: 0 0 1.2em; }
        .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products .heading-grid > a {
          display: none; }
      .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products .product-slider.product-query-loader .flickity-button {
        display: none; }
      .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products .product-slider.product-query-loader .flickity-viewport {
        max-height: 380px; }
      .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products .product-slider.product-query-loader .product-card {
        max-width: 200px; }
        .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products .product-slider.product-query-loader .product-card article .price {
          font-size: 12px; }
        .ecom-category-item-list div.navPage-subMenu.navPage-megaMenu .wrapper-popular-products .popular-products .product-slider.product-query-loader .product-card .product-image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: contain !important;
          object-position: center; }

.off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .megamenu-item:not(.navPage-item--dropdown) .link-button-holder .expand-submenu {
  display: none; }

.off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .megamenu-item:not(.megamenu-item-open) .navPage-subMenu {
  height: 0; }

.off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .megamenu-item.navPage-item-last-category .link-button-holder {
  border-bottom: none; }

.off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu {
  height: calc(100dvh - 70px); }

.off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .megamenu-item .navPages-action {
  transition: none; }
  .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .megamenu-item .navPages-action[href*=sale] .link-text-wrap:before {
    transform: scale(1.4); }

.off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .megamenu-item .linksList.no-children {
  margin-bottom: 0; }

.off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .navPages-item .auxiliary-links .aux-page-links ul {
  border-top: none; }

.off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .navPages-item.nav-megamenu-mobile:not(.navPages-item-open) .amplience-nav-wrapper {
  padding: 0;
  height: auto; }
  .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .navPages-item.nav-megamenu-mobile:not(.navPages-item-open) .amplience-nav-wrapper .megamenu {
    padding: 26px 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: auto; }
    .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .navPages-item.nav-megamenu-mobile:not(.navPages-item-open) .amplience-nav-wrapper .megamenu .megamenu-item {
      height: auto;
      width: calc(50% - 5px);
      margin: 0 0 10px; }
      .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .navPages-item.nav-megamenu-mobile:not(.navPages-item-open) .amplience-nav-wrapper .megamenu .megamenu-item .expand-submenu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        display: block; }
      .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .navPages-item.nav-megamenu-mobile:not(.navPages-item-open) .amplience-nav-wrapper .megamenu .megamenu-item .link-button-holder {
        border: none; }
      .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .navPages-item.nav-megamenu-mobile:not(.navPages-item-open) .amplience-nav-wrapper .megamenu .megamenu-item .navPages-action {
        font-size: 12px;
        font-weight: 700;
        color: var(--color-white);
        background: var(--color-black);
        border: none;
        padding: 0.5em 2em;
        min-height: 4em;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
      .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .ecom-category-item-list .megamenu .navPages-item.nav-megamenu-mobile:not(.navPages-item-open) .amplience-nav-wrapper .megamenu .megamenu-item[data-menu-item-name="shop-all"] {
        display: none; }

/*@import "layouts/layouts"; // 1*/
.body {
  min-height: 50vh;
  overflow: hidden; }
  .header.fixed ~ .body {
    margin-top: 90px; }
    @media only screen and (min-width: 768px) {
      .header.fixed ~ .body {
        margin-top: 180px; } }
  .body.page-product .wrapper, .body.page-category .wrapper, .body.page-forgotpassword .wrapper, .body.page-account-orderstatus .wrapper, .body.page-account-paymentmethods .wrapper, .body.page-account-order .wrapper, .body.page-account-addressbook .wrapper, .body.page-shippingaddressform .wrapper, .body.page-account-new-return .wrapper, .body.page-wishlists .wrapper, .body.page-wishlist .wrapper, .body.page-add-wishlist .wrapper, .body.page-account-recentitems .wrapper, .body.page-account-downloaditem .wrapper, .body.page-editaccount .wrapper, .body.page-account-inbox .wrapper, .body.page-account-saved-return .wrapper, .body.page-account-returns .wrapper, .body.page-ccount-paymentmethods .wrapper, .body.page-account-addpaymentmethod .wrapper, .body.page-account-editpaymentmethod .wrapper, .body.page-login .wrapper, .body.page-cart .wrapper, .body.page-createaccount-thanks .wrapper, .body.page-createaccount .wrapper, .body.page-404 .wrapper, .body.page-unsubscribe .wrapper, .body.page-search .wrapper {
    padding: 0 1.5rem; }
    @media only screen and (min-width: 991px) {
      .body.page-product .wrapper, .body.page-category .wrapper, .body.page-forgotpassword .wrapper, .body.page-account-orderstatus .wrapper, .body.page-account-paymentmethods .wrapper, .body.page-account-order .wrapper, .body.page-account-addressbook .wrapper, .body.page-shippingaddressform .wrapper, .body.page-account-new-return .wrapper, .body.page-wishlists .wrapper, .body.page-wishlist .wrapper, .body.page-add-wishlist .wrapper, .body.page-account-recentitems .wrapper, .body.page-account-downloaditem .wrapper, .body.page-editaccount .wrapper, .body.page-account-inbox .wrapper, .body.page-account-saved-return .wrapper, .body.page-account-returns .wrapper, .body.page-ccount-paymentmethods .wrapper, .body.page-account-addpaymentmethod .wrapper, .body.page-account-editpaymentmethod .wrapper, .body.page-login .wrapper, .body.page-cart .wrapper, .body.page-createaccount-thanks .wrapper, .body.page-createaccount .wrapper, .body.page-404 .wrapper, .body.page-unsubscribe .wrapper, .body.page-search .wrapper {
        padding: 0 var(--white-space); } }
  .body.page-product .breadcrumbs {
    margin: 0 auto 48px;
    max-width: 1480px;
    padding-top: 50px; }
    @media only screen and (max-width: 767px) {
      .body.page-product .breadcrumbs {
        display: none; } }
  @media only screen and (min-width: 768px) {
    .body.page-search {
      margin-bottom: 48px; } }
  .body.page-404 {
    padding-top: 50px; }
    .body.page-404 .page-heading {
      text-align: center; }
    .body.page-404 .page-content .subtext-404 {
      margin-bottom: 24px; }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1824px;
  padding: 0 0;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .wrapper {
      max-width: 1920px;
      padding: 0; } }
  .wrapper.ten-columns {
    max-width: 1526.33333px; }
    @media only screen and (min-width: 991px) {
      .wrapper.ten-columns {
        max-width: 1620px; } }
  .wrapper.eight-columns {
    max-width: 1228.66667px; }
    @media only screen and (min-width: 768px) {
      .wrapper.eight-columns {
        max-width: 1320px; } }
  .wrapper.six-columns {
    max-width: 931px; }
    @media only screen and (min-width: 768px) {
      .wrapper.six-columns {
        max-width: 1020px; } }
  .wrapper.four-columns {
    max-width: 633.33333px; }
    @media only screen and (min-width: 768px) {
      .wrapper.four-columns {
        max-width: 720px; } }
  .wrapper.fullwidth {
    max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .wrapper.fullwidth--mobile {
      max-width: 100%;
      padding: 0; } }

.header.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200; }

.header.sticky-header {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 200; }
  @media print {
    .header.sticky-header {
      position: static; } }

.header .header-main {
  background-color: #fff;
  border-bottom: 1px solid #E4E4E4;
  position: relative;
  z-index: 200; }
  .header .header-main .wrapper {
    position: static; }

.header .page-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 500ms ease all;
  width: 100%;
  z-index: 101; }
  .header .page-overlay.is-active {
    display: block;
    opacity: 1; }

.header-logo {
  align-items: center;
  display: flex;
  font-size: 0;
  margin: 0 auto;
  max-width: 225px; }
  @media only screen and (min-width: 768px) {
    .header-logo {
      margin: 0;
      padding: 0; } }
  .header-logo .top-level-link {
    color: #000000;
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 5; }
    @media only screen and (min-width: 768px) {
      .header-logo .top-level-link {
        background: none;
        border-bottom: 0;
        display: inline-block;
        padding: 0; } }
    .header-logo .top-level-link:hover, .header-logo .top-level-link:active {
      color: #AA5900; }

.header-logo-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 3px 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media only screen and (min-width: 390px) {
    .header-logo-text {
      padding-bottom: 0;
      padding-top: 0; } }
  @media only screen and (min-width: 768px) {
    .header-logo-text {
      display: inline;
      font-size: 16px;
      margin-left: 0;
      margin-right: -9px;
      max-width: none;
      overflow: auto;
      white-space: normal; } }

.header-logo-image {
  max-height: 65px; }
  @media only screen and (min-width: 768px) {
    .header-logo-image {
      max-height: 85px; } }

.promo-bar {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  padding: 2px;
  min-height: 30px;
  z-index: 200; }
  .promo-bar .promo-text {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0 5px; }
    .promo-bar .promo-text a:hover {
      color: var(--color-orange); }
    .promo-bar .promo-text ul {
      list-style: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      color: inherit;
      height: 25px;
      display: flex;
      flex-flow: column nowrap;
      align-items: stretch;
      justify-content: flex-start; }
      .promo-bar .promo-text ul li {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        height: 0;
        order: 0;
        line-height: 25px;
        transition: height 0.4s ease; }
        .promo-bar .promo-text ul li.next {
          order: 1; }
        .promo-bar .promo-text ul li.active {
          order: 2;
          height: 25px; }
        .promo-bar .promo-text ul li.prev {
          order: 3; }
  .promo-bar .promo-links {
    position: absolute;
    right: 0;
    top: 50%; }
    .promo-bar .promo-links .promo-link {
      color: #ffffff;
      margin: 15px 0; }
      .promo-bar .promo-links .promo-link:first-child {
        margin-right: 35px; }
  .promo-bar .promo-close {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff; }
    .promo-bar .promo-close svg {
      height: 10px;
      width: 10px; }

.mobileMenu-toggle {
  display: inline-block;
  font-size: 0;
  height: 85px;
  left: 0;
  overflow: hidden;
  padding: 0 18px;
  position: absolute;
  width: 85px;
  z-index: 10; }
  @media only screen and (min-width: 768px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #33372d;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 20px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 27px;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #33372d;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.menu-icon {
  align-items: center;
  color: #000;
  display: flex;
  height: 65px;
  justify-content: center;
  line-height: 65px;
  padding: 0 10px;
  position: relative;
  width: auto; }
  .menu-icon .icon {
    fill: currentColor;
    height: 22px;
    width: 22px; }

.navPage-childList {
  border-left: 1px solid #ddd;
  margin: 5px 10px;
  padding-left: 10px; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages {
  overflow: visible; }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    list-style: none; }

.navPages-list {
  margin: 0; }

.navPages-action {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms linear; }
  .navPages-action.shop-all {
    text-decoration: underline; }
  .navPages-action.is-open,
  .has-hover:hover + .navPages-action {
    background-color: #fff; }
    .navPages-action.is-open svg,
    .has-hover:hover + .navPages-action svg {
      stroke: #d8d1bd; }
  .navPages-action:hover + button svg, .navPages-action.activePage + button svg {
    fill: #d8d1bd;
    stroke: #d8d1bd; }
  .navPages-action svg {
    fill: currentColor;
    stroke: #000000; }
  .navPages-action .icon-chevron-down {
    height: 11px;
    position: relative;
    top: 0;
    width: 11px; }

.navPage-thirdMenu-list {
  background-color: #fff;
  border-top: 2px solid #000000;
  display: none;
  left: 100%;
  min-width: 221px;
  position: absolute;
  text-align: left;
  top: 0; }
  .navPage-thirdMenu-item:hover .navPage-thirdMenu-list {
    display: block; }

.navPage-childList {
  display: none; }
  @media only screen and (min-width: 768px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open,
  .is-active + .navPage-childList {
    display: block; }

@keyframes slideDown {
  from {
    display: block;
    transform: translateY(-50%);
    opacity: 0; }
  to {
    display: block;
    transform: translateY(0);
    opacity: 1; } }

@keyframes disappearDelay {
  0% {
    height: 100%; }
  99% {
    height: 100%; }
  100% {
    height: 0; } }

.navPage-subMenu {
  display: none;
  min-width: 221px;
  outline: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  overflow: hidden; }
  .navPage-subMenu .navPages-action-moreIcon {
    display: none; }
  .navPage-subMenu.is-open,
  .is-active .navPage-subMenu {
    display: block; }

.has-subMenu.is-root + .navPage-subMenu-horizontal {
  border-left: 0;
  left: inherit;
  margin: auto;
  top: inherit;
  width: 215px; }

.navPage-subMenu-horizontal.is-open, .navPage-subMenu-horizontal:hover,
.has-hover:hover .navPage-subMenu-horizontal {
  border-left: 2px solid #000000;
  display: inherit;
  height: 242px;
  margin-left: 215px;
  padding: 0 !important;
  top: 0;
  width: 216px; }

@media only screen and (min-width: 768px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  display: block; }
  .navPage-subMenu-item .navPages-action {
    width: 100%; }
  .navPage-subMenu-item:last-of-type > .navPage-subMenu-action {
    border-bottom: 0 none; }

.navPage-item--dropdown {
  position: relative; }
  .navPage-item--dropdown .navPage-subMenu-item {
    padding: 0; }
    .navPage-item--dropdown .navPage-subMenu-item a {
      color: #dfa717;
      line-height: 56px;
      padding: 0 25px; }
      .navPage-item--dropdown .navPage-subMenu-item a:hover {
        background-color: #33372d;
        color: #fff; }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  .navPage-subMenu-item-child .navPage-subMenu-action,
  .navPage-subMenu-item-parent .navPage-subMenu-action {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%; }
  .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
  .navPage-subMenu-item-child .navPage-subMenu-action:hover,
  .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
  .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
    background: #33372d;
    color: #000;
    font-weight: 500;
    opacity: 0.3; }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 5px; }

.navPages-list > .navPages-item .top-level-link {
  height: 50px;
  line-height: inherit;
  line-height: 50px;
  padding: 0 30px 0 20px;
  position: relative;
  text-align: center;
  z-index: 9; }
  .navPages-list > .navPages-item .top-level-link > .link-text-wrap {
    position: relative;
    color: #000000;
    transition: all ease-in-out 250ms; }
    .navPages-list > .navPages-item .top-level-link > .link-text-wrap::after {
      background-color: #d8d1bd;
      bottom: -1px;
      content: "";
      display: block;
      height: 2px;
      left: 50%;
      opacity: 0;
      position: absolute;
      right: 50%;
      top: 100%;
      transition: all ease-in-out 250ms;
      width: auto; }
  .navPages-list > .navPages-item .top-level-link .button-open-submenu > svg {
    transform: scaleY(1);
    transition: all 250ms ease-in-out; }

.navPages-list > .navPages-item:hover .top-level-link, .navPages-list > .navPages-item.is-open .top-level-link {
  background-color: #33372d; }
  .navPages-list > .navPages-item:hover .top-level-link > .link-text-wrap, .navPages-list > .navPages-item.is-open .top-level-link > .link-text-wrap {
    color: #d8d1bd; }
    .navPages-list > .navPages-item:hover .top-level-link > .link-text-wrap::after, .navPages-list > .navPages-item.is-open .top-level-link > .link-text-wrap::after {
      left: 0;
      opacity: 1;
      right: 0; }
  .navPages-list > .navPages-item:hover .top-level-link .button-open-submenu > svg, .navPages-list > .navPages-item.is-open .top-level-link .button-open-submenu > svg {
    fill: #d8d1bd;
    transform: scaleY(-1); }

.navPage-item--mega .navPage-megaMenu {
  left: 0;
  max-width: 100%;
  min-width: auto;
  right: 0;
  width: 100%; }

.navPage-item--mega .navPage-subMenu-list--mega-standard {
  display: flex;
  justify-content: space-between; }
  .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading {
    flex: 1;
    margin: 30px 20px 30px 0; }
    .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading a:hover:hover {
      background-color: transparent !important;
      color: #000000;
      text-decoration: underline; }
    .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading > .navPages-action {
      border-bottom: 1px solid #33372d;
      font-size: 16px;
      line-height: calc(24/16);
      letter-spacing: 0.5px;
      padding-bottom: 10px; }
    .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading .navPage-subMenu-list {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      padding: 25px 0;
      max-height: 100%; }
      .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading .navPage-subMenu-list .navPage-subMenu-item {
        margin-bottom: 25px; }
        .navPage-item--mega .navPage-subMenu-list--mega-standard .navPage-item--heading .navPage-subMenu-list .navPage-subMenu-item .navPages-action {
          font-size: 14px;
          line-height: calc(16/14);
          letter-spacing: 0.5px; }

.navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading {
      margin-right: 70px; } }
  @media only screen and (min-width: 1400px) {
    .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading {
      margin-right: 150px; } }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading:last-of-type {
    margin-right: 0; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading > a {
    padding: 15px 0 5px; }
    .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading > a::after {
      border-bottom: 2px solid #d8d1bd;
      bottom: -2px;
      content: "";
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      z-index: 2; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading.is-active .top-level-link {
    color: #d8d1bd; }
    .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading.is-active .top-level-link::after {
      opacity: 1; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .navPage-item--mega-heading.is-active .mega-menu-list {
    display: block !important; }

.navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list {
  background-color: #f4f4f4;
  border-top: 2px solid #000000;
  display: none;
  left: 0;
  padding: 15px 0;
  position: absolute;
  right: 0;
  top: 100%; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list .mega-menu-list-inner {
    display: flex;
    justify-content: space-between; }
    .navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list .mega-menu-list-inner .navPage-mega--column {
      padding-right: 20px; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list .navPage-item--column-heading + .navPage-item--column-heading {
    margin-top: 38px; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list .navPage-item--column-heading .h-five {
    margin-bottom: 8px; }
  .navPage-item--mega .navPage-subMenu-list--mega-advanced .mega-menu-list .navPage-subMenu-list .navPage-subMenu-item {
    margin-bottom: 7px; }

.navPage-item--mega .navPage-subMenu-list--heading {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .navPage-item--mega .navPage-subMenu-list--heading::before, .navPage-item--mega .navPage-subMenu-list--heading::after {
    content: none;
    display: none; }
  .navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item {
    margin-bottom: 5px;
    text-align: left; }
    .navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item > .navPages-action {
      position: relative; }
      .navPage-item--mega .navPage-subMenu-list--heading > .navPage-subMenu-item > .navPages-action span {
        display: block;
        line-height: 1; }

.navPages-quickSearch .navPages-action {
  max-width: 162px;
  padding: 0 5px 0 10px; }

.link-button-holder {
  display: flex;
  justify-content: center;
  position: relative; }
  .link-button-holder .button-open-submenu {
    height: 7px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #000000; }
    .link-button-holder .button-open-submenu svg {
      display: block;
      fill: currentColor;
      height: 7px;
      width: 16px; }

.navUser-container {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.navUser-section {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0; }

@media only screen and (max-width: 941px) and (min-width: 768px) {
  .user-icons {
    display: flex; } }

.navUser {
  padding: 0;
  transform: none; }
  .navUser p, .navUser .p {
    color: inherit; }
  .navUser .dropdown-menu {
    background-color: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25);
    display: none;
    position: absolute;
    z-index: 101; }
    @media only screen and (max-width: 990px) {
      .navUser .dropdown-menu {
        left: auto !important;
        max-width: 100%;
        right: 0 !important;
        top: 98% !important;
        width: 400px; } }
    .navUser .dropdown-menu.is-open {
      display: block; }
      .navUser .dropdown-menu.is-open::before, .navUser .dropdown-menu.is-open::after {
        pointer-events: none; }
      .navUser .dropdown-menu.is-open::before {
        border: inset 10px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #e8e8e8 transparent;
        border-bottom-style: solid;
        bottom: 100%;
        position: absolute;
        right: 10px; }
      .navUser .dropdown-menu.is-open::after {
        border: inset 8px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #ffffff transparent;
        border-bottom-style: solid;
        bottom: 100%;
        position: absolute;
        right: 12px; }

.navUser-action {
  align-items: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-top: 15px;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize; }
  @media only screen and (min-width: 768px) {
    .navUser-action {
      height: 85px;
      font-size: 11px;
      line-height: 85px;
      text-transform: uppercase; } }
  .navUser-action svg {
    transition: fill 0.3s ease, stroke 0.3s ease; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #000000; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: var(--color-link-orange);
      stroke: var(--color-link-orange); }
    .navUser-action:hover span:not(.countPill), .navUser-action.is-open span:not(.countPill) {
      color: var(--color-link-orange); }
  .navUser-action svg {
    display: inline-block;
    fill: currentColor;
    stroke-width: 0;
    vertical-align: middle; }
  .navUser-action .dropdown-menu.is-open::before, .navUser-action .dropdown-menu.is-open::after {
    left: auto; }
  .navUser-action .dropdown-menu.is-open::before {
    right: 14px; }
  .navUser-action .dropdown-menu.is-open::after {
    right: 16px; }

.navUser-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: calc(16/14);
  margin-top: 5px;
  text-align: center; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 300px;
  padding: 24px; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 140px !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 142px !important; }

.navUser-action-divider {
  border-right: 2px solid #000000;
  color: #687079;
  display: inline-block;
  padding: 0 20px 0 0;
  text-decoration: none; }

.navUser-item--faq .navUser-action,
.navUser-item--account .navUser-action,
.navUser-item--cart .navUser-action {
  height: auto;
  line-height: 20px; }

.navUser-item {
  display: inline-block;
  margin-right: 10px; }
  @media only screen and (min-width: 991px) {
    .navUser-item {
      margin-right: 40px; } }
  .navUser-item:last-child {
    margin-right: 0; }
  .navUser-item.navUser-item--social {
    margin-top: 5px;
    padding-right: 5px; }
  .navUser-item.navUser-item--store-credit {
    margin-right: 5px; }
    .navUser-item.navUser-item--store-credit .navUser-action {
      font-size: 10px; }
  .navUser-item.navUser-item--divider {
    font-size: 25px;
    margin-top: 8px;
    padding-left: 2px; }
  .navUser-item > a {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0; }

.navUser-item--faq .icon {
  height: 32px;
  width: 32px; }

.navUser-item--faq .icon {
  height: 23px;
  width: 23px; }

.navUser-item--account .icon {
  height: 28px;
  stroke-width: 2px;
  width: 28px; }

.navUser-item--search .icon {
  height: 23px;
  width: 23px; }

@media only screen and (min-width: 768px) {
  .navUser-item--cart {
    position: relative; } }

@media only screen and (max-width: 767px) {
  .navUser-item--cart__hidden-s {
    display: none; } }

.navUser-item--cart .icon {
  height: 28px;
  width: 28px; }

@media only screen and (min-width: 768px) {
  .navUser-item .dropdown-menu {
    min-width: 500px !important; } }

.navUser-item--cart .dropdown-menu {
  width: 625px; }
  @media only screen and (max-width: 767px) {
    .navUser-item--cart .dropdown-menu {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    .navUser-item--cart .dropdown-menu {
      left: auto !important;
      right: 0;
      top: 90px !important; } }
  .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
    content: none; }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account {
  margin-right: 14px; }
  .navUser-item--account .navUser-or + .navUser-action {
    margin-right: -8px; }

.nav-text {
  display: block;
  font-size: 14px;
  font-weight: 500; }

.navUser-or {
  color: #000000;
  cursor: default;
  display: inline-block;
  margin: 0 -12px;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch {
  padding: 0 10px; }
  .navUser-action--quickSearch.is-open {
    position: relative; }
    .navUser-action--quickSearch.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #eeeeee transparent;
      border-bottom-style: solid;
      bottom: 0;
      left: 50%;
      position: absolute;
      transform: translateX(-50%); }

.dropdown--quickSearch {
  display: none; }
  .dropdown--quickSearch::before, .dropdown--quickSearch::after {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    height: 0;
    height: 20px;
    position: absolute;
    right: 93px;
    top: -10px;
    width: 0;
    width: 20px; }
  .dropdown--quickSearch::before {
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25); }
  .dropdown--quickSearch::after {
    background: #fff; }
  .dropdown--quickSearch .dropdown-inner {
    background-color: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25);
    padding: 30px;
    position: relative; }
  .dropdown--quickSearch.is-open {
    display: block;
    left: auto !important;
    max-width: 505px;
    outline: none;
    right: 0 !important;
    top: 100% !important;
    width: 100% !important;
    z-index: 10; }
  .dropdown--quickSearch .form {
    margin: auto; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .productGrid {
    padding: 24px 0 0; }
    @media only screen and (min-width: 390px) {
      .dropdown--quickSearch .productGrid {
        padding: 40px 0 0; } }

.countPill {
  background-color: #dfa717;
  border-radius: 50%;
  color: #ffffff;
  display: none;
  font-weight: 700;
  font-size: 14px;
  min-height: 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -2px;
  min-width: 12px; }
  .countPill.countPill--positive {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    min-width: 20px; }

.countPill--alt {
  background-color: #eee;
  color: #666; }

.header-top {
  padding: 12px 0 8px; }
  .header-top .wrapper {
    padding: 0 var(--white-space-header-mobile); }
  .header-top .header-search-form-wrapper {
    flex: 1;
    margin-right: 20px;
    max-width: 280px;
    width: 100%; }
    .header-top .header-search-form-wrapper .form-input::placeholder {
      font-size: 14px;
      color: #000000;
      opacity: 1; }
    .header-top .header-search-form-wrapper.search-box--mobile {
      max-width: inherit;
      padding-bottom: 1rem; }
  .header-top .form-input {
    padding: 0 30px 0 0; }
  .header-top .auxiliary-links .aux-page-links {
    margin-right: 12px !important; }
    @media only screen and (min-width: 768px) {
      .header-top .auxiliary-links .aux-page-links {
        margin-right: 24px !important; } }

@media screen and (max-width: 767px) {
  .off-canvas-wrap .header-main .header-top {
    padding: 0; }
  .off-canvas-wrap header#ecom-variation-header .header-top > .wrapper {
    padding: 0; }
  .off-canvas-wrap .header-top > .wrapper > div:first-child {
    background: var(--color-white);
    z-index: 1;
    position: relative;
    padding: 12px 24px; }
  .off-canvas-wrap .header-top > .wrapper > div > .header-search-form-wrapper.search-box--mobile {
    display: block !important;
    transition: transform 0.4s ease;
    transform: translateY(-110%);
    pointer-events: none;
    margin: 0;
    padding: 0 24px 12px;
    position: relative; }
    html[data-scroll="0"] .off-canvas-wrap .header-top > .wrapper > div > .header-search-form-wrapper.search-box--mobile {
      display: block !important;
      transform: none;
      pointer-events: auto; }
    html:not([data-scroll="0"]) .off-canvas-wrap .header-top > .wrapper > div > .header-search-form-wrapper.search-box--mobile {
      display: block !important;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: var(--color-white);
      box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.25); }
    html[data-scroll-up]:not([data-scroll="0"]) .off-canvas-wrap .header-top > .wrapper > div > .header-search-form-wrapper.search-box--mobile {
      transform: none;
      pointer-events: auto; } }

.navPages-container .navPages-list {
  display: flex;
  justify-content: space-between; }
  .navPages-container .navPages-list > li {
    flex: 1; }

.category-item-list {
  background-color: #ffffff;
  position: relative;
  text-align: center; }
  .category-item-list .categories-list {
    list-style-type: none;
    position: relative;
    z-index: 199; }
    @media only screen and (max-width: 767px) {
      .category-item-list .categories-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; } }
    @media only screen and (min-width: 768px) {
      .category-item-list .categories-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .category-item-list .categories-list li {
      color: #191919;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .category-item-list .categories-list li {
          text-align: left; } }
      .category-item-list .categories-list li.is-active a {
        font-weight: 700; }
      .category-item-list .categories-list li a {
        padding: 16px 12px 0;
        position: relative;
        font-size: 12px; }
        @media only screen and (min-width: 768px) and (max-width: 990px) {
          .category-item-list .categories-list li a {
            padding: 15px 10px 0; } }
        @media only screen and (max-width: 767px) {
          .category-item-list .categories-list li a {
            width: fit-content !important; } }
        @media only screen and (min-width: 768px) {
          .category-item-list .categories-list li a span {
            position: relative; }
            .category-item-list .categories-list li a span:after {
              content: "";
              position: absolute;
              bottom: -8px;
              left: 0;
              width: 0;
              height: 2px;
              background: #292e34;
              transition: width 0.15s ease; }
          .category-item-list .categories-list li a:hover {
            color: inherit; }
            .category-item-list .categories-list li a:hover span:after {
              width: 100%; } }
  .category-item-list .ad-widget {
    position: relative;
    z-index: 999; }

.auxiliary-links {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px; }
  .auxiliary-links .aux-page-links {
    margin-right: 24px; }
    .auxiliary-links .aux-page-links ul {
      display: flex;
      list-style-type: none; }
      .auxiliary-links .aux-page-links ul .aux-link {
        font-size: 11px;
        margin-right: 8px;
        text-transform: uppercase; }
        .auxiliary-links .aux-page-links ul .aux-link:last-child {
          margin-right: 0; }
  .auxiliary-links .socialLinks-item {
    margin-right: 8px; }
    .auxiliary-links .socialLinks-item .icon {
      background: transparent;
      height: 16px;
      max-width: 13px; }
      .auxiliary-links .socialLinks-item .icon svg {
        height: 100%;
        width: 100%; }
      .auxiliary-links .socialLinks-item .icon:hover {
        color: var(--color-link-orange); }

.footer {
  transform: translateZ(0); }

.newsletter-row {
  background-color: #ebe9e4;
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .newsletter-row {
      padding: 50px 0; } }
  .newsletter-row .newsletter-heading {
    margin-bottom: 20px; }
    @media only screen and (max-width: 389px) {
      .newsletter-row .newsletter-heading {
        margin: 0 auto 10px;
        max-width: 200px; } }
  .newsletter-row p, .newsletter-row .p {
    margin-bottom: 4px; }
  .newsletter-row .form-content-wrap {
    margin: 0 auto;
    max-width: 440px; }

@media only screen and (min-width: 768px) {
  .footer-top {
    padding: 45px 0; } }

.footer-info-col {
  overflow-wrap: break-word;
  -ms-word-break: break-all; }

.footer-info-heading {
  margin-bottom: 23px; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list li {
    margin-bottom: 15px; }
  .footer-info-list a {
    color: #000000;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #dfa717; }

.footer-info-address-col .phone-number {
  margin-bottom: 8px; }

.footer-payment-icons {
  height: 40px;
  margin-top: 24px; }
  @media only screen and (min-width: 768px) {
    .footer-payment-icons {
      margin-top: 40px; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 5px;
    vertical-align: middle;
    width: 50px; }
  .footer-payment-icons svg {
    fill: #000000; }

.footer-bottom {
  background-color: #33372d;
  color: #fff;
  font-size: 14px;
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .footer-bottom {
      font-size: 14px;
      line-height: 40px;
      padding: 15px 0;
      padding: 0; } }
  .footer-bottom p, .footer-bottom .p {
    margin: 0; }
  .footer-bottom p, .footer-bottom .p,
  .footer-bottom a {
    color: inherit;
    line-height: inherit; }

@media only screen and (max-width: 767px) {
  .newsletter-form-wrapper .form .button {
    max-height: 48px;
    padding: 0;
    width: auto; } }

.newsletter-form-wrapper .form .form-inner {
  display: flex;
  align-items: flex-end; }

.newsletter-form-wrapper .form .field_group {
  width: 100%; }
  .newsletter-form-wrapper .form .field_group .form-label {
    font-size: 14px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .newsletter-form-wrapper .form .field_group .form-label {
        margin-bottom: 5px; } }
  .newsletter-form-wrapper .form .field_group input {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .footer-info-col .accordion-navigation {
    pointer-events: none; }
  .footer-info-col .accordion-navigation-actions {
    display: none; } }

@media only screen and (max-width: 767px) {
  .footer-info-col {
    margin-left: -72px;
    margin-right: -72px;
    padding: 20px 72px;
    border-bottom: 1px solid #33372d; }
    .footer-info-col .accordion-navigation {
      padding: 0; }
      .footer-info-col .accordion-navigation.is-open {
        margin-bottom: 20px; }
        .footer-info-col .accordion-navigation.is-open .accordion-indicator {
          transform: rotate(180deg); }
    .footer-info-col .accordion-navigation-actions {
      width: 20px;
      height: 20px;
      text-align: center; }
      .footer-info-col .accordion-navigation-actions .icon {
        width: 12px;
        height: 7px; }
    .footer-info-col ul {
      padding-left: 20px;
      margin: 0; }
      .footer-info-col ul li:not(:last-child) {
        margin-bottom: 10px; }
  .mobile-footer-socials {
    max-width: 237px;
    margin: 0 auto 40px; }
    .mobile-footer-socials .socialLinks .icon {
      width: 40px;
      height: 40px; }
  .privacy-terms-container {
    margin-bottom: 17px; } }

.banner-blog {
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .banner-blog {
      margin-bottom: 100px; } }
  @media only screen and (min-width: 768px) {
    .banner-blog .banner-content {
      padding-top: 36px; } }
  .banner-blog h1, .banner-blog .h-one,
  .banner-blog h2,
  .banner-blog .h-two {
    color: #fff; }
  .banner-blog h1, .banner-blog .h-one {
    margin-bottom: 10px; }
  
  .banner-blog h2,
  .banner-blog .h-two {
    margin-bottom: 0; }

.blog-post {
  margin: 0 auto 30px;
  max-width: 585px; }
  @media only screen and (min-width: 768px) {
    .blog-post {
      margin-bottom: 80px;
      max-width: 100%; } }
  .blog-post .blog-title {
    font-weight: 700;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .blog-post .blog-title {
        font-size: 18px;
        margin-bottom: 10px; } }
    .blog-post .blog-title a {
      text-decoration: none; }
  .blog-post .blog-thumbnail {
    margin: 0 0 28px; }
    .blog-post .blog-thumbnail a {
      display: block;
      overflow: hidden;
      padding-top: calc(361 / 588 * 100%);
      position: relative;
      width: 100%; }
      .blog-post .blog-thumbnail a img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%); }
  .blog-post .blog-meta {
    margin-bottom: 24px; }
  .blog-post .blog-read-more {
    color: #dfa717; }
  .grid__item:nth-last-of-type(-n + 2) .blog-post {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .grid__item:nth-last-of-type(-n + 2) .blog-post {
        margin-bottom: 40px; } }
  .blog-post .blog-post-summary {
    margin-bottom: 30px; }
    .blog-post .blog-post-summary .post-summary {
      font-size: 16px;
      line-height: 24px; }
  @media only screen and (max-width: 389px) {
    .blog-post .button {
      width: 100%; } }

.blog-meta {
  color: #687079;
  text-align: center; }

.blog-single .blog-thumbnail {
  margin: 0 0 30px; }
  @media only screen and (min-width: 768px) {
    .blog-single .blog-thumbnail {
      margin-bottom: 76px; } }

.blog-single .blog-title {
  margin: 0 auto 25px;
  max-width: 630px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .blog-single .blog-title {
      margin-bottom: 45px; } }

.blog-single .social-share-wrap {
  margin-bottom: 35px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .blog-single .social-share-wrap {
      margin-bottom: 73px; } }

.blog-single .blog-post-body {
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .blog-single .blog-post-body {
      padding-bottom: 60px; } }

.blog-single .blog-post-content ul,
.blog-single .blog-post-content ol,
.blog-single .blog-post-content dl,
.blog-single .blog-post-content p,
.blog-single .blog-post-content .p,
.blog-single .blog-post-content .p {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .blog-single .blog-post-content ul,
    .blog-single .blog-post-content ol,
    .blog-single .blog-post-content dl,
    .blog-single .blog-post-content p,
    .blog-single .blog-post-content .p,
    .blog-single .blog-post-content .p {
      margin-bottom: 25px; } }

/************ Blog Sidebar **********/
.blog-sidebar-inner {
  margin-left: auto;
  margin-right: 25px;
  max-width: 200px; }
  .blog-sidebar-inner .blog-block {
    margin-bottom: 75px; }
    .blog-sidebar-inner .blog-block h3, .blog-sidebar-inner .blog-block .h-three {
      margin-bottom: 24px; }
    .blog-sidebar-inner .blog-block .blog-sidebar-list {
      list-style: none;
      margin: 0; }
      .blog-sidebar-inner .blog-block .blog-sidebar-list li {
        margin-bottom: 8px; }
        .blog-sidebar-inner .blog-block .blog-sidebar-list li a {
          color: #687079; }
          .blog-sidebar-inner .blog-block .blog-sidebar-list li a:hover {
            color: #dfa717; }

.productList {
  list-style: none; }
  .productList .product {
    border-bottom: 1px solid #000000;
    margin-top: 50px; }
    .productList .product:first-child {
      margin: 0; }

@media only screen and (min-width: 390px) {
  .listItem {
    display: table;
    width: 100%; } }

@media only screen and (min-width: 991px) {
  .listItem:focus-within .listItem-figureBody, .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media only screen and (min-width: 390px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell; } }

.listItem-body {
  display: flex;
  flex-direction: row;
  padding: 0 20px 20px 0; }

.listItem-figure {
  position: relative;
  padding: 72px; }
  @media only screen and (min-width: 390px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .listItem-figure {
      align-items: center;
      display: flex;
      justify-content: center;
      width: 300px;
      height: 300px;
      margin: 0; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media only screen and (min-width: 991px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  height: 100%;
  width: auto; }

@media only screen and (min-width: 768px) {
  .listItem-content {
    display: block;
    flex: 1;
    padding: 20px 0; } }

@media only screen and (min-width: 991px) {
  .listItem-details,
  .listItem-actions {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    vertical-align: top; } }

@media only screen and (min-width: 991px) {
  .listItem-details {
    padding-right: 80px; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 5px; }

.listItem-brand {
  margin: 0 0 2px; }
  @media only screen and (min-width: 768px) {
    .listItem-brand {
      margin-bottom: 20px; } }

.listItem-title {
  margin: 0 0 2px; }
  .listItem-title > a {
    text-decoration: none; }

.listItem-sku {
  color: #687079;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.14286; }

.listItem-price {
  margin-bottom: 25px; }

.listItem-compare {
  align-items: center;
  display: flex;
  letter-spacing: 0.5px;
  margin-top: auto;
  padding: 10px 0; }
  .listItem-compare > input {
    height: 20px;
    margin-right: 15px;
    width: 20px; }

.listItem-actions .button {
  font-size: 14px;
  margin-bottom: 0; }
  @media only screen and (min-width: 991px) {
    .listItem-actions .button {
      width: max-content; }
      .listItem-actions .button + .button {
        margin: 10px 0 0; } }

@media only screen and (min-width: 991px) {
  .page-sidebar + .page-content .productList .listItem-details {
    width: calc(70% - 40px);
    padding-right: 40px; } }

@media only screen and (min-width: 991px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.page-sidebar + .page-content.no-content {
  min-height: 40vh; }
  .page-sidebar + .page-content.no-content [data-page-load-alert] {
    padding-top: 100px; }

[data-content-region="product_list_below_content"] {
  text-align: center;
  padding-top: 60px; }
  [data-content-region="product_list_below_content"] p, [data-content-region="product_list_below_content"] .p {
    margin-bottom: 0.8em; }
  [data-content-region="product_list_below_content"] a {
    text-transform: none;
    color: var(--color-primary); }

[data-product-attribute] .form-option.form-option-swatch {
  margin-bottom: 0;
  overflow: hidden; }

.form-option.form-option-swatch {
  border-color: #d2d2d2;
  border-radius: 100%;
  border-width: 2px;
  margin-right: 3px; }
  .form-option.form-option-swatch.active {
    border-color: #000000; }
    .form-option.form-option-swatch.active .form-option-variant--pattern {
      opacity: 1; }
  .form-option.form-option-swatch .form-option-variant--pattern {
    opacity: 0.47; }
  .form-option.form-option-swatch .form-option-variant--color {
    border-radius: 100%; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  background-size: cover;
  border-radius: 50%;
  height: 37px;
  width: 37px; }

.form-option-expanded {
  background-color: #fff;
  border: 2px solid #000000;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

/*@import "pages/pages";*/
.contact-form {
  background-color: #f4f4f4;
  padding: 26px 14px 40px; }
  @media only screen and (min-width: 768px) {
    .contact-form {
      padding: 80px 70px; } }

.contact-info .contact-info-content {
  padding: 20px 40px; }
  @media only screen and (min-width: 768px) {
    .contact-info .contact-info-content {
      padding: 0 30px; } }

.contact-info .address-wrap {
  margin-bottom: 34px; }
  .contact-info .address-wrap h2, .contact-info .address-wrap .h-two {
    margin-bottom: 15px; }
  .contact-info .address-wrap .phone-number {
    margin-bottom: 8px; }
  .contact-info .address-wrap address {
    line-height: 2.2; }

@media (max-width: 1023px) {
  .desktop-only, .megamenu .wrapper-navPage--megamenu .nav-row.nav-row--megamenu--desktop, .megamenu .wrapper-navPage--megamenu .nav-row .nav-col--megamenu--desktop {
    display: none !important; } }

@media (min-width: 1024px) {
  .mobile-only, .megamenu .wrapper-navPage--megamenu .nav-row.nav-row--megamenu--mobile, .megamenu .wrapper-navPage--megamenu .nav-row .nav-col--megamenu--mobile {
    display: none !important; } }

@media (min-width: 768px) {
  .phone-only {
    display: none !important; } }

@media (max-width: 767px) {
  .not-phone {
    display: none !important; } }

/* CUSTOM PROPERTIES */
:root {
  --font-family: capitana, sustem-ui, sans-serif;
  --font-base: 16px;
  --font-regular: 400;
  --font-semi-bold: 600;
  --font-bold: 700;
  --font-black: 900;
  --white-space: 2rem;
  --border-radius: 0px;
  --grid-gap: max(10px, min(1.25vw, 24px));
  --max-width: 572px;
  --height-thumb: 238px;
  --height-short: 350px;
  --height-normal: 500px;
  --height-tall: 724px;
  --height-mega: 850px;
  --color-black: #000000;
  --color-green: #33372d;
  --color-beige: #d8d1bd;
  --color-darkGray: #ebe9e4;
  --color-lightGray: #f4f4f4;
  --color-white: #ffffff;
  --color-orange: #dfa717;
  --color-orange-dark10: #AA5900;
  --color-link-orange: #AA5900;
  --color-primary: var(--color-orange);
  --active-state: var(--color-primary); }

/* in templates:
  {{#if backgroundColor}}
    background-color: {{backgroundColor}};
  {{else if bgColor}}
    background-color: {{bgColor}};
  {{else}}
    background-color: var(--color-lightGray); << use --color-black if needed
  {{/if}}
  {{#if fontColor}}
    color: {{fontColor}};
  {{else if textColor}}
    color: {{textColor}};
  {{else}}
    color: var(--color-black); << use --color-white if needed
  {{/if}}

  normal call:
    {{> page-colours}}

  white-on-black example:
    {{> page-colours backgroundColor="var(--color-black)" textColor="var(--color-white)" }}

*/
.ad-widget {
  display: none !important; }

#banner-region-2a752b6d-7499-4864-b57e-b7ab7106bdd8 {
  display: none !important; }

/* ELEMENTS */
* {
  box-sizing: border-box;
  margin: 0; }

html {
  scroll-behavior: smooth; }

body {
  font-family: var(--font-family);
  font-size: var(--font-base);
  padding: 0;
  margin: 0;
  color: var(--color-black);
  background-color: var(--color-lightGray);
  overflow-x: hidden;
  line-height: 1.3; }

strong, b {
  font-weight: var(--font-bold); }

em {
  font-style: italic; }

address {
  line-height: 1.3; }

img {
  width: 100%; }

/* HEADINGS */
h1, .h-one,
.h-one {
  font-family: var(--font-family);
  font-weight: var(--font-black);
  text-transform: uppercase;
  font-size: max(1.5rem, min(5vw, 6rem));
  line-height: 1.1; }

h2, .h-two,
.h-two {
  font-family: var(--font-family);
  font-weight: var(--font-black);
  text-transform: uppercase;
  font-size: max(1.45rem, min(5vw, 3.5rem));
  line-height: 1.1; }

h3, .h-three,
.h-three {
  font-family: var(--font-family);
  font-weight: var(--font-black);
  text-transform: uppercase;
  font-size: max(1.35rem, min(5vw, 2rem));
  line-height: 1.1; }

h4, .h-four, .standard-table th,
.h-four {
  font-family: var(--font-family);
  font-weight: var(--font-black);
  text-transform: uppercase;
  font-size: max(1.25rem, min(5vw, 1.5rem));
  line-height: 1.1; }

h5, .h-five,
.h-five {
  font-family: var(--font-family);
  font-weight: var(--font-black);
  text-transform: uppercase;
  font-size: max(1.125rem, min(5vw, 1.125rem));
  line-height: 1.1; }

.h-mega-large {
  font-family: var(--font-family);
  font-weight: var(--font-black);
  text-transform: uppercase;
  font-size: max(2rem, min(10vw, 11rem));
  line-height: 1.2; }

.h-mega-default {
  font-family: var(--font-family);
  font-weight: var(--font-black);
  text-transform: uppercase;
  font-size: max(2rem, min(5vw, 8rem));
  line-height: 1.1; }

/* PARAGRAPHS */
p, .p,
.p-default {
  font-family: var(--font-family);
  font-weight: var(--font-regular);
  text-transform: initial;
  font-size: max(1rem, min(5vw, 1rem));
  line-height: 1.3; }

.p-x-large {
  font-family: var(--font-family);
  font-weight: var(--font-regular);
  text-transform: initial;
  font-size: max(1.5rem, min(5vw, 2rem));
  line-height: 2.375; }

.p-large {
  font-family: var(--font-family);
  font-weight: var(--font-regular);
  text-transform: initial;
  font-size: max(1.25rem, min(5vw, 1.5rem));
  line-height: 2.375; }

.p-spaced {
  font-family: var(--font-family);
  font-weight: var(--font-regular);
  text-transform: initial;
  font-size: max(1rem, min(5vw, 1rem));
  line-height: 1.75; }

.p-small, .cannot-purchase-details .productView-unavailable p, .cannot-purchase-details .productView-unavailable .p, .cannot-purchase-details .productView-unavailable span {
  font-family: var(--font-family);
  font-weight: var(--font-regular);
  text-transform: initial;
  font-size: max(0.75rem, min(5vw, 0.75rem));
  line-height: 1; }

.p-x-small {
  font-family: var(--font-family);
  font-weight: var(--font-regular);
  text-transform: initial;
  font-size: max(0.625rem, min(5vw, 0.625rem));
  line-height: 1; }

/* LINKS */
a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase; }

a:hover {
  text-decoration: none; }

/* BUTTONS */
.btn {
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  background: var(--color-black);
  color: var(--color-white);
  text-decoration: none;
  padding: 0.5rem 1rem; }

.btn:hover {
  background: #333333;
  color: var(--color-white); }

.btn-primary {
  background: var(--color-primary);
  color: var(--color-black); }

/* CLASSES */
.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.initial {
  text-transform: initial; }

.upcase {
  text-transform: uppercase; }

.lowcase {
  text-transform: lowercase; }

/* GRIDS */
.g-1,
.g-2,
.g-2,
.g-3,
.g-4 {
  display: grid;
  gap: var(--grid-gap);
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center; }

.g-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

@media (min-width: 768px) {
  .g-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
  .g-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
  .g-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
  .g-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr); }
  .g-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr); }
  .g-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr); }
  .g-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr); }
  .g-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr); }
  .g-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr); }
  .g-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr); } }

.g-apart {
  display: grid;
  align-items: stretch;
  justify-content: space-between;
  align-content: center;
  justify-items: stretch; }

.no-gap {
  gap: 0; }

/* these roughly match the AL flex grid rules */
.f--one-half {
  -ms-flex: 0 0 49.999%;
  flex: 0 0 49.999%;
  max-width: 49.999%; }

.f--one-third {
  -ms-flex: 0 0 33.332%;
  flex: 0 0 33.332%;
  max-width: 33.332%; }

.f--one-fourth, .f--one-quarter {
  -ms-flex: 0 0 24.999%;
  flex: 0 0 24.999%;
  max-width: 24.999%; }

.f--one-sixth {
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%; }

/* COMPONENTS */
.banner-grid {
  display: grid;
  overflow: clip;
  gap: 0; }

.bgrid-1 {
  grid-area: 1 / 1 / 2 / 13; }

.bgrid-2 {
  grid-area: 1 / 1 / 5 / 13; }

.bgrid-3 {
  grid-area: 4 / 1 / 5 / 13; }

/* TEXTURES */
.texture {
  height: 160px;
  width: 101%;
  background: var(--color-lightGray);
  z-index: 1; }

.texture[name="grunge"] {
  mask: var(--svg-grunge) center/contain no-repeat;
  -webkit-mask: var(--svg-grunge) center/contain no-repeat; }

.texture {
  --svg-grunge: url(https://realtree.a.bigcontent.io/v1/static/EDGE1-D); }

.t-top {
  translate: 0 -80px;
  position: relative; }

.t-bottom {
  translate: 0 80px;
  position: relative; }

.flip-both {
  transform: scale(-1, -1); }

.flip-v {
  transform: scaleY(-1); }

.flip-h {
  transform: scaleX(-1); }

/* ICON STYLES */
.icon {
  aspect-ratio: 2 / 1;
  background: black; }

svg.icon {
  background: none; }

/* ICON MASKS */
.icon[name="skull"] {
  mask: var(--svg-skull) center/contain no-repeat;
  -webkit-mask: var(--svg-skull) center/contain no-repeat; }

.icon[name="timer"] {
  mask: var(--svg-timer) center/contain no-repeat;
  -webkit-mask: var(--svg-timer) center/contain no-repeat; }

.icon[name="timer-12"] {
  mask: var(--svg-timer-12) center/contain no-repeat;
  -webkit-mask: var(--svg-timer-12) center/contain no-repeat; }

.icon[name="user"] {
  mask: var(--svg-user) center/contain no-repeat;
  -webkit-mask: var(--svg-user) center/contain no-repeat; }

.icon[name="waterfowl"] {
  mask: var(--svg-waterfowl) center/contain no-repeat;
  -webkit-mask: var(--svg-waterfowl) center/contain no-repeat; }

.icon[name="wild-turkey"] {
  mask: var(--svg-wild-turkey) center/contain no-repeat;
  -webkit-mask: var(--svg-wild-turkey) center/contain no-repeat; }

.icon[name="arrow-btn-base"] {
  mask: var(--svg-arrow-btn-base) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-btn-base) center/contain no-repeat; }

.icon[name="arrow-btn-left"] {
  mask: var(--svg-arrow-btn-left) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-btn-left) center/contain no-repeat; }

.icon[name="arrow-btn-right"] {
  mask: var(--svg-arrow-btn-right) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-btn-right) center/contain no-repeat; }

.icon[name="arrow-chevron-down"] {
  mask: var(--svg-arrow-chevron-down) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-chevron-down) center/contain no-repeat; }

.icon[name="arrow-chevron-left"] {
  mask: var(--svg-arrow-chevron-left) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-chevron-left) center/contain no-repeat; }

.icon[name="arrow-chevron-right"] {
  mask: var(--svg-arrow-chevron-right) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-chevron-right) center/contain no-repeat; }

.icon[name="arrow-chevron-up"] {
  mask: var(--svg-arrow-chevron-up) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-chevron-up) center/contain no-repeat; }

.icon[name="arrow-grunge-left"] {
  mask: var(--svg-arrow-grunge-left) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-grunge-left) center/contain no-repeat; }

.icon[name="arrow-grunge-right"] {
  mask: var(--svg-arrow-grunge-right) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-grunge-right) center/contain no-repeat; }

.icon[name="arrow-long-down"] {
  mask: var(--svg-arrow-long-down) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-long-down) center/contain no-repeat; }

.icon[name="arrow-long-left"] {
  mask: var(--svg-arrow-long-left) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-long-left) center/contain no-repeat; }

.icon[name="arrow-long-right"] {
  mask: var(--svg-arrow-long-right) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-long-right) center/contain no-repeat; }

.icon[name="arrow-long-up"] {
  mask: var(--svg-arrow-long-up) center/contain no-repeat;
  -webkit-mask: var(--svg-arrow-long-up) center/contain no-repeat; }

.icon[name="bbq"] {
  mask: var(--svg-bbq) center/contain no-repeat;
  -webkit-mask: var(--svg-bbq) center/contain no-repeat; }

.icon[name="bbq-12"] {
  mask: var(--svg-bbq-12) center/contain no-repeat;
  -webkit-mask: var(--svg-bbq-12) center/contain no-repeat; }

.icon[name="big-game"] {
  mask: var(--svg-big-game) center/contain no-repeat;
  -webkit-mask: var(--svg-big-game) center/contain no-repeat; }

.icon[name="bow-hunting"] {
  mask: var(--svg-bow-hunting) center/contain no-repeat;
  -webkit-mask: var(--svg-bow-hunting) center/contain no-repeat; }

.icon[name="check-8"] {
  mask: var(--svg-check-8) center/contain no-repeat;
  -webkit-mask: var(--svg-check-8) center/contain no-repeat; }

.icon[name="check-16"] {
  mask: var(--svg-check-16) center/contain no-repeat;
  -webkit-mask: var(--svg-check-16) center/contain no-repeat; }

.icon[name="check-circle-filled"] {
  mask: var(--svg-check-circle-filled) center/contain no-repeat;
  -webkit-mask: var(--svg-check-circle-filled) center/contain no-repeat; }

.icon[name="check-circle-outline"] {
  mask: var(--svg-check-circle-outline) center/contain no-repeat;
  -webkit-mask: var(--svg-check-circle-outline) center/contain no-repeat; }

.icon[name="close-8"] {
  mask: var(--svg-close-8) center/contain no-repeat;
  -webkit-mask: var(--svg-close-8) center/contain no-repeat; }

.icon[name="close-16"] {
  mask: var(--svg-close-16) center/contain no-repeat;
  -webkit-mask: var(--svg-close-16) center/contain no-repeat; }

.icon[name="close-24"] {
  mask: var(--svg-close-24) center/contain no-repeat;
  -webkit-mask: var(--svg-close-24) center/contain no-repeat; }

.icon[name="copy-16"] {
  mask: var(--svg-copy-16) center/contain no-repeat;
  -webkit-mask: var(--svg-copy-16) center/contain no-repeat; }

.icon[name="copy-24"] {
  mask: var(--svg-copy-24) center/contain no-repeat;
  -webkit-mask: var(--svg-copy-24) center/contain no-repeat; }

.icon[name="crosshair"] {
  mask: var(--svg-crosshair) center/contain no-repeat;
  -webkit-mask: var(--svg-crosshair) center/contain no-repeat; }

.icon[name="deer"] {
  mask: var(--svg-deer) center/contain no-repeat;
  -webkit-mask: var(--svg-deer) center/contain no-repeat; }

.icon[name="delivery"] {
  mask: var(--svg-delivery) center/contain no-repeat;
  -webkit-mask: var(--svg-delivery) center/contain no-repeat; }

.icon[name="favorite"] {
  mask: var(--svg-favorite) center/contain no-repeat;
  -webkit-mask: var(--svg-favorite) center/contain no-repeat; }

.icon[name="fork"] {
  mask: var(--svg-fork) center/contain no-repeat;
  -webkit-mask: var(--svg-fork) center/contain no-repeat; }

.icon[name="gunshoot"] {
  mask: var(--svg-gunshoot) center/contain no-repeat;
  -webkit-mask: var(--svg-gunshoot) center/contain no-repeat; }

.icon[name="import"] {
  mask: var(--svg-import) center/contain no-repeat;
  -webkit-mask: var(--svg-import) center/contain no-repeat; }

.icon[name="mail"] {
  mask: var(--svg-mail) center/contain no-repeat;
  -webkit-mask: var(--svg-mail) center/contain no-repeat; }

.icon[name="map-pin"] {
  mask: var(--svg-map-pin) center/contain no-repeat;
  -webkit-mask: var(--svg-map-pin) center/contain no-repeat; }

.icon[name="menu"] {
  mask: var(--svg-menu) center/contain no-repeat;
  -webkit-mask: var(--svg-menu) center/contain no-repeat; }

.icon[name="minus"] {
  mask: var(--svg-minus) center/contain no-repeat;
  -webkit-mask: var(--svg-minus) center/contain no-repeat; }

.icon[name="minus-8"] {
  mask: var(--svg-minus-8) center/contain no-repeat;
  -webkit-mask: var(--svg-minus-8) center/contain no-repeat; }

.icon[name="minus-16"] {
  mask: var(--svg-minus-16) center/contain no-repeat;
  -webkit-mask: var(--svg-minus-16) center/contain no-repeat; }

.icon[name="minus-24"] {
  mask: var(--svg-minus-24) center/contain no-repeat;
  -webkit-mask: var(--svg-minus-24) center/contain no-repeat; }

.icon[name="phone-16"] {
  mask: var(--svg-phone-16) center/contain no-repeat;
  -webkit-mask: var(--svg-phone-16) center/contain no-repeat; }

.icon[name="plus-16"] {
  mask: var(--svg-plus-16) center/contain no-repeat;
  -webkit-mask: var(--svg-plus-16) center/contain no-repeat; }

.icon[name="plus-24"] {
  mask: var(--svg-plus-24) center/contain no-repeat;
  -webkit-mask: var(--svg-plus-24) center/contain no-repeat; }

.icon[name="predator"] {
  mask: var(--svg-predator) center/contain no-repeat;
  -webkit-mask: var(--svg-predator) center/contain no-repeat; }

.icon[name="print"] {
  mask: var(--svg-print) center/contain no-repeat;
  -webkit-mask: var(--svg-print) center/contain no-repeat; }

.icon[name="badge-new"] {
  mask: var(--svg-badge-new) center/contain no-repeat;
  -webkit-mask: var(--svg-badge-new) center/contain no-repeat; }

.icon[name="badge-sale"] {
  mask: var(--svg-badge-sale) center/contain no-repeat;
  -webkit-mask: var(--svg-badge-sale) center/contain no-repeat; }

.icon[name="rating-empty-8"] {
  mask: var(--svg-rating-empty-8) center/contain no-repeat;
  -webkit-mask: var(--svg-rating-empty-8) center/contain no-repeat; }

.icon[name="rating-empty-16"] {
  mask: var(--svg-rating-empty-16) center/contain no-repeat;
  -webkit-mask: var(--svg-rating-empty-16) center/contain no-repeat; }

.icon[name="rating-full-8"] {
  mask: var(--svg-rating-full-8) center/contain no-repeat;
  -webkit-mask: var(--svg-rating-full-8) center/contain no-repeat; }

.icon[name="rating-full-16"] {
  mask: var(--svg-rating-full-16) center/contain no-repeat;
  -webkit-mask: var(--svg-rating-full-16) center/contain no-repeat; }

.icon[name="ruler-16"] {
  mask: var(--svg-ruler-16) center/contain no-repeat;
  -webkit-mask: var(--svg-ruler-16) center/contain no-repeat; }

.icon[name="search"] {
  mask: var(--svg-search) center/contain no-repeat;
  -webkit-mask: var(--svg-search) center/contain no-repeat; }

.icon[name="share-12"] {
  mask: var(--svg-share-12) center/contain no-repeat;
  -webkit-mask: var(--svg-share-12) center/contain no-repeat; }

.icon[name="share-16"] {
  mask: var(--svg-share-16) center/contain no-repeat;
  -webkit-mask: var(--svg-share-16) center/contain no-repeat; }

.icon[name="share-24"] {
  mask: var(--svg-share-24) center/contain no-repeat;
  -webkit-mask: var(--svg-share-24) center/contain no-repeat; }

.icon[name="share-32"] {
  mask: var(--svg-share-32) center/contain no-repeat;
  -webkit-mask: var(--svg-share-32) center/contain no-repeat; }

.icon[name="shopping"] {
  mask: var(--svg-shopping) center/contain no-repeat;
  -webkit-mask: var(--svg-shopping) center/contain no-repeat; }

.icon[name="small-game"] {
  mask: var(--svg-small-game) center/contain no-repeat;
  -webkit-mask: var(--svg-small-game) center/contain no-repeat; }

.icon[name="three-stars"] {
  mask: var(--svg-three-stars) center/contain no-repeat;
  -webkit-mask: var(--svg-three-stars) center/contain no-repeat; }

.icon[name="thumb-down-16"] {
  mask: var(--svg-thumb-down-16) center/contain no-repeat;
  -webkit-mask: var(--svg-thumb-down-16) center/contain no-repeat; }

.icon[name="thumb-up-16"] {
  mask: var(--svg-thumb-up-16) center/contain no-repeat;
  -webkit-mask: var(--svg-thumb-up-16) center/contain no-repeat; }

.icon[name="excape-logo"] {
  mask: var(--svg-excape-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-excape-logo) center/contain no-repeat; }

.icon[name="max5-logo"] {
  mask: var(--svg-max5-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-max5-logo) center/contain no-repeat; }

.icon[name="max7-logo"] {
  mask: var(--svg-max7-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-max7-logo) center/contain no-repeat; }

.icon[name="timber-logo"] {
  mask: var(--svg-timber-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-timber-logo) center/contain no-repeat; }

.icon[name="aspect-logo"] {
  mask: var(--svg-aspect-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-aspect-logo) center/contain no-repeat; }

.icon[name="apx-logo"] {
  mask: var(--svg-apx-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-apx-logo) center/contain no-repeat; }

.icon[name="edge-logo"] {
  mask: var(--svg-edge-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-edge-logo) center/contain no-repeat; }

.icon[name="realtree-logo"] {
  mask: var(--svg-realtree-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-realtree-logo) center/contain no-repeat; }

.icon[name="realtree-nation"] {
  mask: var(--svg-realtree-nation) center/contain no-repeat;
  -webkit-mask: var(--svg-realtree-nation) center/contain no-repeat; }

.icon[name="realtree-table2timber"] {
  mask: var(--svg-realtree-table2timber) center/contain no-repeat;
  -webkit-mask: var(--svg-realtree-table2timber) center/contain no-repeat; }

.icon[name="realtree"] {
  mask: var(--svg-realtree) center/contain no-repeat;
  -webkit-mask: var(--svg-realtree) center/contain no-repeat; }

.icon[name="realtree-com-logo"] {
  mask: var(--svg-realtree-com-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-realtree-com-logo) center/contain no-repeat; }

.icon[name="realtree-fishing-logo"] {
  mask: var(--svg-realtree-fishing-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-realtree-fishing-logo) center/contain no-repeat; }

.icon[name="rut-report-logo"] {
  mask: var(--svg-rut-report-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-rut-report-logo) center/contain no-repeat; }

.icon[name="team-realtree-logo"] {
  mask: var(--svg-team-realtree-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-team-realtree-logo) center/contain no-repeat; }

.icon[name="the-advantage-logo"] {
  mask: var(--svg-the-advantage-logo) center/contain no-repeat;
  -webkit-mask: var(--svg-the-advantage-logo) center/contain no-repeat; }

.icon[name="realtree-legacy"] {
  mask: var(--svg-realtree-legacy) center/contain no-repeat;
  -webkit-mask: var(--svg-realtree-legacy) center/contain no-repeat; }

.icon[name="youtube"] {
  mask: var(--svg-youtube) center/contain no-repeat;
  -webkit-mask: var(--svg-youtube) center/contain no-repeat; }

.icon[name="twitter"] {
  mask: var(--svg-twitter) center/contain no-repeat;
  -webkit-mask: var(--svg-twitter) center/contain no-repeat; }

.icon[name="facebook"] {
  mask: var(--svg-facebook) center/contain no-repeat;
  -webkit-mask: var(--svg-facebook) center/contain no-repeat; }

.icon[name="instagram"] {
  mask: var(--svg-instagram) center/contain no-repeat;
  -webkit-mask: var(--svg-instagram) center/contain no-repeat; }

.icon[name="linkedin"] {
  mask: var(--svg-linkedin) center/contain no-repeat;
  -webkit-mask: var(--svg-linkedin) center/contain no-repeat; }

.icon[name="pinterest"] {
  mask: var(--svg-pinterest) center/contain no-repeat;
  -webkit-mask: var(--svg-pinterest) center/contain no-repeat; }

/* ICON URLS */
/*
 * NOTE: .svg assets can and should use the static DOM, all others should use dynamic with `?fmt=auto&qlt=default&fmt.webp.qlt=65&fmt.png.qlt=73&fmt.jp2.qlt=35&fmt.jpeg.qlt=60` appended
 */
.icon {
  --svg-skull: url(https://api.iconify.design/whh:skull.svg);
  --svg-timer: url(https://realtree.a.bigcontent.io/v1/static/ico-timer);
  --svg-timer-12: url(https://realtree.a.bigcontent.io/v1/static/ico-timer-12);
  --svg-user: url(https://realtree.a.bigcontent.io/v1/static/ico-user);
  --svg-waterfowl: url(https://realtree.a.bigcontent.io/v1/static/ico-waterfowl);
  --svg-wild-turkey: url(https://realtree.a.bigcontent.io/v1/static/ico-wildturkey);
  --svg-arrow-btn-base: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-base);
  --svg-arrow-btn-left: url(https://realtree.a.bigcontent.io/v1/static/ico-timer);
  --svg-arrow-btn-right: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-right);
  --svg-arrow-btn-right: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-right);
  --svg-arrow-chevron-down: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-down);
  --svg-arrow-chevron-left: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-left);
  --svg-arrow-chevron-right: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right);
  --svg-arrow-chevron-up: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-up);
  --svg-arrow-grunge-left: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-grunge-left);
  --svg-arrow-grunge-right: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-grunge-right);
  --svg-arrow-long-down: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-long-down);
  --svg-arrow-long-left: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-long-left);
  --svg-arrow-long-right: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-long-right);
  --svg-arrow-long-up: url(https://realtree.a.bigcontent.io/v1/static/ico-arrow-long-up);
  --svg-bbq: url(https://realtree.a.bigcontent.io/v1/static/ico-bbq);
  --svg-bbq-12: url(https://realtree.a.bigcontent.io/v1/static/ico-bbq-12);
  --svg-big-game: url(https://realtree.a.bigcontent.io/v1/static/ico-biggame);
  --svg-bow-hunting: url(https://realtree.a.bigcontent.io/v1/static/ico-bowhunting);
  --svg-check-8: url(https://realtree.a.bigcontent.io/v1/static/ico-check-8);
  --svg-check-16: url(https://realtree.a.bigcontent.io/v1/static/ico-check-16);
  --svg-check-circle-filled: url(https://realtree.a.bigcontent.io/v1/static/ico-check-circle-filled);
  --svg-check-circle-outline: url(https://realtree.a.bigcontent.io/v1/static/ico-check-circle-outline);
  --svg-close-8: url(https://realtree.a.bigcontent.io/v1/static/ico-close-8);
  --svg-close-16: url(https://realtree.a.bigcontent.io/v1/static/ico-close-16);
  --svg-close-24: url(https://realtree.a.bigcontent.io/v1/static/ico-close-24);
  --svg-copy-16: url(https://realtree.a.bigcontent.io/v1/static/ico-copy-16);
  --svg-copy-24: url(https://realtree.a.bigcontent.io/v1/static/ico-copy-24);
  --svg-crosshair: url(https://realtree.a.bigcontent.io/v1/static/ico-crosshair);
  --svg-deer: url(https://realtree.a.bigcontent.io/v1/static/ico-deer);
  --svg-delivery: url(https://realtree.a.bigcontent.io/v1/static/ico-delivery);
  --svg-favorite: url(https://realtree.a.bigcontent.io/v1/static/ico-favorite);
  --svg-fork: url(https://realtree.a.bigcontent.io/v1/static/ico-fourk);
  --svg-gunshoot: url(https://realtree.a.bigcontent.io/v1/static/ico-gunshoot);
  --svg-import: url(https://realtree.a.bigcontent.io/v1/static/ico-import);
  --svg-mail: url(https://realtree.a.bigcontent.io/v1/static/ico-mail-16);
  --svg-map-pin: url(https://realtree.a.bigcontent.io/v1/static/ico-map-pin);
  --svg-menu: url(https://realtree.a.bigcontent.io/v1/static/ico-menu);
  --svg-minus: url(https://realtree.a.bigcontent.io/v1/static/ico-minus);
  --svg-minus-8: url(https://realtree.a.bigcontent.io/v1/static/ico-minus-8);
  --svg-minus-16: url(https://realtree.a.bigcontent.io/v1/static/ico-minus-16);
  --svg-minus-24: url(https://realtree.a.bigcontent.io/v1/static/ico-minus-24);
  --svg-phone-16: url(https://realtree.a.bigcontent.io/v1/static/ico-phone-16);
  --svg-plus-16: url(https://realtree.a.bigcontent.io/v1/static/ico-plus-16);
  --svg-plus-24: url(https://realtree.a.bigcontent.io/v1/static/ico-plus-24);
  --svg-predator: url(https://realtree.a.bigcontent.io/v1/static/ico-predator);
  --svg-print: url(https://realtree.a.bigcontent.io/v1/static/ico-print);
  --svg-badge-new: url(https://realtree.a.bigcontent.io/v1/static/ico-product-badge-new);
  --svg-badge-sale: url(https://realtree.a.bigcontent.io/v1/static/ico-product-badge-sale);
  --svg-rating-empty-8: url(https://realtree.a.bigcontent.io/v1/static/ico-rating-empty-8);
  --svg-rating-empty-16: url(https://realtree.a.bigcontent.io/v1/static/ico-rating-empty-16);
  --svg-rating-full-8: url(https://realtree.a.bigcontent.io/v1/static/ico-rating-full-8);
  --svg-rating-full-16: url(https://realtree.a.bigcontent.io/v1/static/ico-rating-full-16);
  --svg-ruler-16: url(https://realtree.a.bigcontent.io/v1/static/ico-ruler-16);
  --svg-search: url(https://realtree.a.bigcontent.io/v1/static/ico-search);
  --svg-share-12: url(https://realtree.a.bigcontent.io/v1/static/ico-share-12);
  --svg-share-16: url(https://realtree.a.bigcontent.io/v1/static/ico-share-16);
  --svg-share-24: url(https://realtree.a.bigcontent.io/v1/static/ico-share-24);
  --svg-share-32: url(https://realtree.a.bigcontent.io/v1/static/ico-share-32);
  --svg-shopping: url(https://realtree.a.bigcontent.io/v1/static/ico-shopping);
  --svg-small-game: url(https://realtree.a.bigcontent.io/v1/static/ico-smallgame);
  --svg-three-stars: url(https://realtree.a.bigcontent.io/v1/static/ico-three-stars);
  --svg-thumb-down-16: url(https://realtree.a.bigcontent.io/v1/static/ico-thumb-down-16);
  --svg-thumb-up-16: url(https://realtree.a.bigcontent.io/v1/static/ico-thumb-up-16);
  --svg-excape-logo: url(https://realtree.a.bigcontent.io/v1/static/escape-logo_1);
  --svg-max5-logo: url(https://realtree.a.bigcontent.io/v1/static/max5-logo);
  --svg-max7-logo: url(https://realtree.a.bigcontent.io/v1/static/logo-max7);
  --svg-timber-logo: url(https://realtree.a.bigcontent.io/v1/static/timber-logo);
  --svg-aspect-logo: url(https://realtree.a.bigcontent.io/v1/static/aspect-logo_1);
  --svg-edge-logo: url(https://realtree.a.bigcontent.io/v1/static/edge-logo_1);
  --svg-apx-logo: url(https://realtree.a.bigcontent.io/v1/static/apx-logo);
  --svg-realtree: url(https://realtree.a.bigcontent.io/v1/static/logo-realtree);
  --svg-realtree-nation: url(https://realtree.a.bigcontent.io/v1/static/logo-realtree-nation);
  --svg-realtree-logo: url(https://realtree.a.bigcontent.io/v1/static/ico-realtree-logo);
  --svg-realtree-com-logo: url(https://realtree.a.bigcontent.io/v1/static/realtree-com-logo);
  --svg-realtree-fishing-logo: url(https://realtree.a.bigcontent.io/v1/static/realtree-fishing-logo);
  --svg-rut-report-logo: url(https://realtree.a.bigcontent.io/v1/static/rut-report-logo);
  --svg-team-realtree-logo: url(https://realtree.a.bigcontent.io/v1/static/team-realtree-logo);
  --svg-the-advantage-logo: url(https://realtree.a.bigcontent.io/v1/static/the-advantage-logo);
  --svg-realtree-legacy: url(https://realtree.a.bigcontent.io/v1/static/realtree-legacy);
  --svg-youtube: url(https://realtree.a.bigcontent.io/v1/static/ico-youtube-16);
  --svg-linkedin: url(https://realtree.a.bigcontent.io/v1/static/ico-linked-16);
  --svg-twitter: url(https://realtree.a.bigcontent.io/v1/static/ico-twitter-16);
  --svg-facebook: url(https://realtree.a.bigcontent.io/v1/static/ico-facebook-16);
  --svg-instagram: url(https://realtree.a.bigcontent.io/v1/static/ico-instagram-16);
  --svg-pinterest: url(https://realtree.a.bigcontent.io/v1/static/ico-pinterest-16);
  --svg-realtree-table2timber: url(https://cdn.media.amplience.net/i/realtree/table2timber-logo-t2t?fmt=auto&qlt=default&fmt.webp.qlt=65&fmt.png.qlt=73&fmt.jp2.qlt=35&fmt.jpeg.qlt=60); }

.sr-only {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

/* ANIMATIONS */
.section-wrapper > article {
  margin: 0; }

.section-wrapper a:hover {
  text-decoration: none; }

#MainContent .body,
.general-page .body {
  min-height: unset; }

div.general-page,
main.general-page {
  overflow-x: hidden;
  width: 100%; }

[data-content-region="amplience_newsletter--global"] {
  z-index: 100;
  position: relative;
  background: #f4f4f4; }
  [data-content-region="amplience_newsletter--global"] .promo-banner[class*="section"] {
    height: 54vw;
    margin: max(-1000px, min(-2vw, -40px)) 0 0;
    min-height: 840px; }
    @media (max-width: 767px) {
      [data-content-region="amplience_newsletter--global"] .promo-banner[class*="section"] {
        height: 225vw;
        margin: max(-1000px, min(-10vw, -40px)) 0 0;
        min-height: unset; } }

.body > .wrapper {
  max-width: unset; }

.body .article-body {
  max-width: unset; }

html {
  overflow: unset !important; }
  html body:has(.off-canvas-wrap.offcanvas-overlap-right) {
    overflow: hidden; }

.off-canvas-wrap .header-top {
  padding-top: 16px;
  padding-bottom: 24px; }
  .off-canvas-wrap .header-top .auxiliary-links {
    margin: 0; }
    .off-canvas-wrap .header-top .auxiliary-links .aux-page-links {
      margin: 0; }
    @media (max-width: 360px) {
      .off-canvas-wrap .header-top .auxiliary-links {
        display: none; } }
    @media (max-width: 767px) {
      .off-canvas-wrap .header-top .auxiliary-links {
        display: none; } }
  @media (min-width: 768px) and (max-width: 1500px) {
    .off-canvas-wrap .header-top {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .off-canvas-wrap .header-top {
      padding-top: 12px;
      padding-bottom: 12px; }
      .off-canvas-wrap .header-top .navUser .navUser-action {
        margin: 0; } }

.footer-ads-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--color-lightGray);
  border-top: var(--color-darkGray) 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 120; }
  .footer-ads-wrapper.closed {
    display: none; }
  .footer-ads-wrapper iframe {
    margin: 4px 0; }
  .footer-ads-wrapper:not(:has(iframe)) {
    display: none; }
  .footer-ads-wrapper > button {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    border: none;
    background: var(--color-green);
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.15s ease; }
    .footer-ads-wrapper > button:hover {
      opacity: 1; }

@font-face {
  font-family: 'realtree-icon-font';
  src: url("data:application/octet-stream;base64,d09GRgABAAAAAA48AAsAAAAAGUwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAARAAAAGA+JEsCY21hcAAAAYgAAABhAAABohCN1OJnbHlmAAAB7AAACfUAABJE9eFTe2hlYWQAAAvkAAAAMAAAADYmjtdjaGhlYQAADBQAAAAcAAAAJAp0BpBobXR4AAAMMAAAABMAAAAUFtgAAGxvY2EAAAxEAAAADAAAAAwE9gmGbWF4cAAADFAAAAAfAAAAIAFvAtRuYW1lAAAMcAAAAX8AAALNcYAcGnBvc3QAAA3wAAAASgAAAIWHcvFfeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGGZxDiBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgOvGB4wcoc9D+LIYp5DcN0oDAjiiImAH4EDKV4nO2RwQ3AIAwDLxB4VB2lj47QQfrq9NmCOtAxaumwYhQeBmhAFYdwsAcjdSu1mVe2mTun5i43ShBtDJDXdMl016cX7eRbnV/7PK9v8mxske1GXagxwhf5G9EW+AtQABFOAAAAeJzdll2IbVUdwPf6/K+vvdb+OHv2nPk6M/fc8dyZ6/XoPZ67dRSmWyTqxUwzUwoze9IkukLYg5KgL5mJUkEYIXmDSBKKHoQ0RAmKgpA0gujBp3rwQfJBC2Hqv9ae+1lGb1Ezc+as/V//9f/ce/9/Gc2yv98N6+xjmc2WsoxsHLjo8mOzjaMLA0lw2WmC10dbTaT82d++srq1tSrvx/9789Xthjy493CzfWVD3thbH5DlrZ0t/Nu7cWunIQ+QB5qd7WZvHXeyf+tjoskxXIEmeCn/cI6P95ZWB3vr5I3mSjT0MHmw2T7rY0DewI3tnWbvkb1Hmp2t7E70cQ+9jd2cHc9OZDdmN2f3ZCezB7OHsoezJ7NvZt/Jvpt9L/tB9mL2cvZq9lr2++yP2ZvZW9m7hBBDarJAVsgWOUIuJZeTjuyQ68kN5FbySXInOUm+SL6ECT1EHiVPkK+Tp8jT5BT5PnmWPEeeJy+Sl8nPyS/Jr8mr5HXyJ/ImeYu8Td4h71FC1+khegmd0R36IXoDvYXeTu+gd9HP0/vo/fTL9BH6KP0a/RZ9mp6iz9Ln6E/oS/QV+oss22wBfwOZ1rvViMQ1NPsfvGxY+p60UxJIN2nHgbb4Be0umU/iCuVsArt0ApMWP02UdfMx/gskqQUyCWQGXbvLJoF2U9J2bde0c0Bt6G11I4qadNahJsqmBDrYJSMyQ22YzNFQN096yehminEXhTBl0cAEZniJhsct+plAdJHiTx7x1G6KHdpZvwhoOkZO0Rvu4XWHgY/SAu1FBTQUs4ue29mURhfduE02cB+1MRiIVqJoN6WEUoxyRMYoj9FAOp48YjrpbIfbaSNWNAp3o0KsQ8w1eUON+SgFO+kdANamwQ+e6CbRbqCz+SQVAGLu7W7KpvfZzpqYLuYMXcqxS0XGKowo1io6nIz7Cred6D2KLrY2hjKJ5W7HyXX0ux9FO+ubP023Qi9FIaacDnbQ66VCYCdSVabkdPQktm+e6h8rkGqNRmLxY9Va6KNs6TWVBgC2tr5dTQ+E5Xp48cVhMDg8OFwtOwFw5ZH5dLpSLAwXjoXq+CBfEhwsB4FbwAWFg9wZbYXWapUYFhT/FK55SYyzPuey4JYrUhj/BceMMfkGt7VXyhbig3Lxbi4vI2XJZc5AgA5kR7Pq3sL5XIK+1wx8/gpfYGZr5C26E97kPCchFE4+RZUrrtHUiMI0uciNVHfIRgOvRMiX914CLSmHJSFBEWbvMGv8mFxQpcj5iuIFtVJRfSAPpWJgriLGB543xWd5eEdZS5f+TPwCxeSdGSr1Esn1xb44VTkNonhNviAZ0SrknAPFArAK+FeVxuhzoi/jVal/6PNFeNt6Zr1WTV5YUYI6JZQ9IeA2dP2EhA2l9NBpkueFqbQ0d6ly5Cu65PUntNHkEsvZN0AXXWMHyh73nCgm5YLYVqXWt7jSspus5Fy90PB3W+bNZzRzWjnJGQcmg/bEGbVQKHUdaP5bYe7G8ox4AcQHopm9GSzl3FKpuFbWLxS8GOpAbSUtN/wxK0FUeX2fUNK5x6XFd/ZRoTzRdu8vNrgKPenPkUZajb2Fx6Eymte/U96xa/jQw08ZxqeVwKYqKXh+Bb54fzXEyH+0aGstDDvBR9x/VNelKJ/X1QlrHLjCEqDXkppTE2S+RnKPIW7b4ceFKT27VamaB0xNcz8wZFNYxZ655NKFtY90G8PNKmzUdVkcCo1rLiqH9fLhI2b5Axd11SR4f9g1wV8d+OjGlbWji9dtrm9sF05vLm0tbtKTXktpG475Y7MrvdUKHqSxhWqMtIrnzBFnNbbZayELyKHwtJDS6eVByxU9WDTSARQNGcQi+EpxLN0KMOphaagsfgVTBSdzTitZ2aK2eA+BLOwBtsgV82Uti1C2thgBg0Agr3NdFZIX2EupGyEHmo+cq4w7IAYehtqEkmu2tqhLfBIsFLkeyNqtBeFCqCU03Eum9RqDssmlxu5Y2ZJCYs/RLzPSKcYNw8mhOaW5drYs87Ds8DbYKJRh9JAKBm8LvehWpCbWTZ2l+HAPK3dQcy2YKCrGnWiudrUjQQgyylm88RsoDNRFXl1aFlRQteTlAZJjUvik4/NaFZVpXbla597lNQwx1JLZXOdixDW+kJimKq8oLJOcYZSYCNPbpfNsQZt4U8KKNrnsQAalKcTniistaFMp4V3AI4Ugm9gmox2XwuH8U0Ey50KTaxmwoXI5B2kLfMMY53SDSejaiDXuikJ5gFq6q7xd9HSFqdzRoxg4rwp8zQShglMHG17nwTG2wUb4dBlupWTAdJHTCiMX6LcECAxqY3iJT2LAu0aqfEHWJQHjpT+ywHSe4c//Eb90CQdw/tXTKiEHtM3+By+bOn33PIHDbIajNM40hIR5F1coZx2yQBcHGYJJlE3mszilSFLDMYZDHUfelCGn4AiGNP/n/fRKtiJlwJSOJ3HoJjTpeWk8iWiA8xwtJr1ktAeuSDaIRNFAh+AyJWl4op+IK7gV408eYZKCQDmM+8UoMhVGTtEb7nURz7ompAXaiwpoKGYXPcN4l0YXE0SaaAP3I3+hi2gliqYppYgwc5zPs8iCJOEAHk8eMZ10doLbaSNWNAqnUSHWIeaavKHGPKRgu95Bi7Vp8BN6LMBy0/G8SwWIcBETiGq9Txg3MV0aWTLlOOkRYUQD3WWpHd2srzBMRO9RTGJrIXFVlM96pEC/+1HAuG/+bgSgfSkKMeV0cNL2eqkQ2InQg9bp6COOwTzVP1Yg1RqNxOL3BNtHCdU5+LJRXIgv6orz8KVxEV8MV++DLx7Oxxcoz+IL1ca4de4GiC8mnIsvkFPAl6an/wpfqD605tEIvrwSvhS+tPBtBglftCx1whcBn4ZGK8SXIl8mx6UGxuUSxt/jyyrv9vFlVff4wvT4HHwpeL7Q44txLOELsafxhUZ8KSO+KBFehxeAUq0KxBdFuGA4mP5DfHHXS4n4Ip4ElfDFanohvgR9u7YRXwS9AF+oOAdfDL3JQMSXAf/rWXyxkPBF+LP4cq2M+GLvOYMvnkZ8kY5w7gg2EFEk4csSnkmTQvPHTMKXwckeX8CA2vuNVHgSJ5bxiCAJXwbCaYSdc/GFfpgPg3wffCn0jyO+SEuv/2d8QSqi+/iifcIXHKMX4EshKZzFF/rfxxc2PoMvjToPX3ByLw3BnMUXQRBfTFkbbJMShR2z9jS++GrR9PhClR94XSK+lLCPL4h75+GLDZXQbDXhizMQvKoTvnDEl4FUjcgFU3qVqSLiixHKyEV6Bl8sRsuEPYMvypmiOo0vpU74gtgotW4vwJfSjSO+cH4evnC5jy90APhMnsYXSWCYizE9iy9leRpfgvMJX1TBjI/4ItQZfCHqfxVfrCmVivhirSjeF1/+AQFD5DcAAAB4nGNgZGBgAGLWBTVX4/ltvjJwM78AijA8UD/5EEH/z2RXYA4GcjkYmECiAFh/C994nGNgZGBgDvqfxcDArsDAACYZGVABKwA7UQIUeJxjfsHAwK4AwUwREAwAGRQB7gAAAAAAADIAZATECSJ4nGNgZGBgYGU6wZDAAAJMQMwFhAwM/8F8BgAlLQJGAHicdZDNSsNAFEa/qfW3oKLg1lmJRUzTFDeFglCxG90U6VbSOE1S0kyZTAt9Dd/Bh/ElfBa/pFMRiym3OffMnTs3A+AMXxBYP3eMNQscMFtzDfvoOd6hf3BcJz853kUDL4736F8dH+EGseMGzvHODqJ+yGyKD8cCp+LEcQ3H4tLxDv2t4zq553gXF+LZ8R595PgII1E4buBKfPb1fGXSOLHyut+UgR905HglNVWah5kMFzbRppD3cqJzq7JMe5GeGRVm1ig1VPEiC80m3bxHyhSpzmXb8zdqoHJlQqveyu7FMg6snciJ0TP56PrKudFTFVkvsXbebbV+n4c+NOZYwSDlVSWwkLimbfIdwGd0SGNWSFauq1LkCJHRhFhwR1KtFMzvGRNmOa1iRUb2EPF/xgpV7bIVKQwZMfdntGZr9W8+qlzBs8vuEm329beqBoy8qgyrCd5+Zi+w5GkBreWE5ZSmmkri8c+8kvdRrk1pInqvuhVL20WLv3++7xtTboPTAHicY2BigAAuBuyAlZGJkZmRhZGVkY1BJDM5XzexqCi/XDcnPy9dtygzPaNEGE0wJzWtRBQhll5UmpeeChYVwxAFG8DAAACvCCAzAAA=") format("woff"), url("data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI+JEsCAAABjAAAAGBjbWFwEI3U4gAAAgAAAAGiZ2x5ZvXhU3sAAAOwAAASRGhlYWQmjtdjAAAA4AAAADZoaGVhCnQGkAAAALwAAAAkaG10eBbYAAAAAAHsAAAAFGxvY2EE9gmGAAADpAAAAAxtYXhwAW8C1AAAARgAAAAgbmFtZXGAHBoAABX0AAACzXBvc3SHcvFfAAAYxAAAAIUAAQAAA1L/agAAByAAAAAAByAAAQAAAAAAAAAAAAAAAAAAAAUAAQAAAAEAAAWgfNVfDzz1AAsD6AAAAADgJ8nhAAAAAOAnyeEAAP9pByADUwAAAAgAAgAAAAAAAAABAAAABQLIAGAAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQEkgGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOgA6AUDUv9qAFoDrACXAAAAAQAAAAAAAAAAAAAAAAACA+gAAAcgAAAHIAAAAlgAAAJYAAAAAAAFAAAAAwAAACwAAAAEAAABYgABAAAAAABcAAMAAQAAACwAAwAKAAABYgAEADAAAAAGAAQAAQAC6ADoBf//AADoAOgD//8AAAAAAAEABgAGAAAAAQACAAMABAAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAQAAAAAAAAAAEAADoAAAA6AAAAAABAADoAwAA6AMAAAACAADoBAAA6AQAAAADAADoBQAA6AUAAAAEAAAAAAAAADIAZATECSIAAgAA/2kHIANTAAsAGgAAASEiJjQ2MyEyFhQGASImNDcJASY0NjIXCQEGBr35iR0pKR0Gdx0pKf41HSoVAX3+gxUqORUB4P4gFAEbKTopKTop/k8pOhUBfAF8FToqFf4g/iAUAAIAAP9pByADUwALABoAAAEhIiY0NjMhMhYUBgEiJwkBNjIWFAcJARYUBgba+YkdKSkdBncdKSn7Gh0U/iAB4BU5KhX+gwF9FSoBGyk6KSk6Kf5PFAHgAeAVKjoV/oT+hBU6KQBgAAD/agJYA1IAQQBLAE8AUgBqAHEAfQCAAIMAkQCVAJ0AoQCkAKkAvADBANAA0wDXANwA6wDvAPcBAQEKARMBFgEcASkBLQEwATQBNwE6AUoBTQFWAVsBYAFxAXUBeAF8AYABigGQAZMBmgGfAaMBpwGqAa0BtwG8AcEBxAHIAcsB0AHUAeYB6wHvAfIB9gH7AgECIAIoAi4CMwI6AkMCTQJUAlkCXgJiAm4CcgJ3An8ChAKKAo0CmAKfAqMCqgKtArMCvwLCAscAACUXBxcHFw8BLxM/Eh8BBxcHFwcVBxcHFQcXBx8BBxUDBxcHHwEnFy8BDwE3JxcjDwIXNycXBxc/ATUnFzcnFy8BDwMnBz8CJwcnFycHJxUXNycXNzUjJxc3DwEXBxc/AQ8BJw8BMwc3Fz8DJw8CNy8BFzcXNxUXNQcnBycHFzcnFwcXNx8CBxc/AjM3Jw8BJwcXLwEHNwc/AR8BMzcvAQcnNQ8BFzc1JxcHFzcXNw8BFyUHFwcXBz8BFzcHLwMXNycXJwczBz8BLwEXIxczBzcnBy8BFzcHFQcXBz8DJw8CFzcXPwEPATcnBxczPwEPATcnDwEfATcnFy8CDwEnFz8BJw8BNwcnFR8BJw8BNxc3JzcnDwEXMwcnFzcnDwEXNxczLwIXJwczNyMXNycHFzMnNycHJxUHFzcHHwE3JzcnBxc/ARc3FzcnByc3NScfASMHHwE/AS8BBzcnDwEXPwEPATcHNwcXNycHFzcnHwEvAQc3JwcfAScHNwcXPwEXPwEnBycHHwEzNycPARc3Jx8BNR8BNycHFyc3Bx8BNycHHwIHFR8CBx8BJzcnPwEvAQ8CMzUnBxcHPwEHNycXJxc/AR8BNycfAT8BLwEXMxUXNxc/Ahc3BzcfATcnFzcnBycHFycPAh8CLwMXBxc/AScjJwcXLwEHFzcFNycPARc3BTcvAQ8BFz8BFyc3LwEHFyMHFyc3BycHHwI3JwcXJzcHFzMXLwEPATcvAwcXBx8CNycHFycHFzM3FzcvAQ8BFzcHNycHFyc3JwcXPwEHMwcfATcnNy8BNwcfATcnBx8BNQ8BFzUPATcnBycHFzcPATcHJx8CNy8CDwEXNxc3Fwc3Jxc3JwcXAkYSCQcHBwMeICoSLyIPGxMZLCwPFBQrFCsSGwwFBwc5LTUvLxwQFhkWNg8SQRQNGgUEBwsEBwUFBwcHBAUCByQEDAoJCwUJCQgdAQoDDwgEXAUJCQQRAQoMCw4NBAYQBAsECAEQCg5wDAMKCgoNIQQLEw4ICAsQBUIGGGkEBjEBEREEBg0DBwUHCQ8BOgkDEmwQDA4NBgcJbAoUDg3CBBYDCikfDgsFBwcFDgoNBA0BDw8QDAaaAggMEEYJAgoFEAoVDQUNCgYIXgYVCQcEEgUPDRv+vwcJBgIEBxoFBgcIAQMLXgoeBDYGFggRBQ0EHAgEEAILBggCCSINDxEIAwcKOwEKDg8EDRUQYwQP9ggLCwIa5wEOFgIMBQcMChkICL8BDQksDhCjEgwJBwUQ0wa7BgMBCQgPDQQEBwIEBQIDEgcEiwgJBwkPDQEJMQQSEQmsDg0YB/ILDgMLDgkIFQ0QCwURBwijBQgLSwUHWAILBpAGByEICAkZDAkBDQ0QChIJBgpiCBEfDhICGg4JVwkKCQEuCwQDlAcJEDcVCxQIC0EOBAEIAwYGFgUqCBEJCVQMEQsDUQsGBAQIuxUE9xcDDgphCQMMCQgMBgQDBAcDBg8JDgEMCggWEAgISQcJBNIFCmkKBggfBBAHAQ4PAQkDC1IHCwIEBAsCBggECQgLDhYQBBAZCQ8CCxIGCwQKBIwLBgcFEg0TcgUIBgwMjgYLBwkBMgUIDgEJC/7xCw8MEgkIDAlrARUGCwkECwQHjgcSCgkEE9UIDgwDRgQZDge6AxELAwkIBQYNAwgGBQQNOAEKAcoZCBEJsBgLEwkFCgNLBB8EDlAJExEFEbcJEksLCgwHDBALAQcCSAETBAIKDwYNHgENDgsCBCoLGVUFChEOA1YICBMEDwcDBgkEDhQKASUFCwgDoi4wFh5ONyEZJRIPIRMTERAoDxUMFSYRGRMbKy0KG0AmNxInDw4OKwwVDw48DwQfTxweMhhJJSAhKhAMCSUaKRglAnEOCQYGCxUEEAQQDAUHEgkpFwUEDwYKCxAIFQoGCwgEDQMMAQwLCQcCBA4JBQYQBw0HEA4CEAYGDAkbFBcECAIkEBUGDAcHEBUBFAcSCgkOEggEBgcFHAcDAg4HGhkICwIOBw8KEg8MBg0EAhIGEgsQEwsMCQcHBhALIgMYBAgDDhETBhAPERcLEB8HAwcPAQcNEw0JEhAGBBAIDAYGCRUFBhQJBB8MDBIKDCIFFA4HGQkKDxEECQMeGAkRDQQNCwcQDQkUBhMMHg8FDA8PEwYHFQQOBgMJCR4DBxEVDQYJCwQHCwYXARAGCQMLCQcHAwoGDAgDBAoDAQ8DCQQCAg0JDAsREQ0PGwwECQghEAgKAwIoCA8KAgYICRgMHAYJAQsMLwwLAgkLBRkSDCQJBAkFAwUQEgMEDAUVPAwTDAEPBQUBHw0DCQ8NARUHEAoHExANEjAREAIFAggaDgYiAQ0HAwcICAsPDxASEBIKFwwRHRMNDgwNEwcZEwYHEQMLDQkNBR8ECQIPAQMJAggNEgIHGwENAwMKBgYHFQMJKhEMDgMWCQoSBgsEBxwJCg0GNwcGDwgJAgcDCw4JBAgJBQIVEggFDgwPAwMKEAUBJQcCBAoJDAQGBQwBFwcIDwYDDAwPFQ0JBg8KCxAGGw0HBgsQCQ8BCgwMCRUSAwQJEwoFHgQMEBAIDgcHEwYMOw4LGA4CHAMIDQwCMgcDBwQSEBAMBg8FCA8MCCQVBBMNDwwDAyEDHwYPCQoECwYGAwcDCRANAhIJAggFBAoJEQcHDwMHEwoKBBEMCQgPDAsJBggNFgYTEQEHCg4GDi0WAwkNAAAAAGAAAP9qAlgDUgBBAEsATwBSAGoAcQB9AIAAgwCRAJUAnQChAKQAqQC8AMEA0ADTANcA3ADrAO8A9wEBAQoBEwEWARwBKQEtATABNAE3AToBSgFNAVYBWwFgAXEBdQF4AXwBgAGKAZABkwGaAZ8BowGnAaoBrQG3AbwBwQHEAcgBywHQAdQB5gHrAe8B8gH2AfsCAQIgAigCLgIzAjoCQwJNAlQCWQJeAmICbgJyAncCfwKEAooCjQKYAp8CowKqAq0CswK/AsICxwAANwcXBxcHHwE/Ey8SDwEXBxcHFxUXBxcVFwcXDwEXFRMXBxcPATcHPwEfASc3BzMfAgcnNwcXBy8BNTcHJzcHPwEfAzcXLwI3FzcHNxc3FQcnNwcnNTM3BycfAQcXBy8BHwE3HwEjFycHLwM3HwInPwEHJwcnFQc1FzcXNxcHJzcHFwcnDwIXBy8CIyc3HwE3Fwc/ARcnFy8BDwEjJz8BFzc1HwEHJzU3BxcHJwcnHwEHJRcHFwcXLwEHJxc/AwcnNwc3FyMXLwE/AQczByMXJzcXPwEHJxcVFwcXLwM3HwIHJwcvAR8BJzcXByMvAR8BJzcfAQ8BJzcHPwIfATcHLwE3HwEnFzcVDwE3HwEnByc3JzcfAQcjFzcHJzcfAQcnByM/Agc3FyMnMwcnNxcHIzcnNxc3FRcHJxcPASc3JzcXBy8BBycHJzcXNyc1Nw8BMxcPAS8BPwEXJzcfAQcvAR8BJxcnFwcnNxcHJzcPAT8BFyc3Fw8BNxcnFwcvAQcvATcXNxcPASMnNx8BByc3DwE1DwEnNxcHNycXDwEnNxcPAhcVDwIXDwE3JzcvAT8BHwIjNTcXBxcvARcnNwc3By8BDwEnNw8BLwE/AQcjFQcnBy8CBycXJw8BJzcHJzcXNxcHNx8CDwI/AwcXBy8BNzM3Fwc/ARcHJwUnNx8BBycFJz8BHwEHLwEHNyc/ARcHMxcHNycXNxcPAic3Fwc3JxcHIwc/AR8BJz8DFwcXDwInNxcHNxcHIycHJz8BHwEHJxcnNxcHNyc3FwcvARcjFw8BJzcnPwEnFw8BJzcXDwE1HwEHNR8BJzcXNxcHJx8BJxc3DwInPwIfAQcnBycHFyc3Byc3FwcSEgkHBwcDHiAqEi8hEBsTGSwsDxQUKxQrEhsMBQcIOC01Ly8cEBYZFjYPEkEVDBoFBAcKBAgFBQcHBwQFAgckBAwKCQsFCQkIHQEKAw4HBFwFCQkEEQEKDAsODQQHEQQLBAgBEAoOcAwCCQoKDCAEDBQOCAgKDwVCBhhpBAYxARERBAcNAgcGCAkOAjoJAxJsEAwODQYHCWwKFA4NwgQWAgkoHg4LBAgHBg8KDQQNARAOEQsHmwMHDBBGCQIJBhEJFQ0FDQoFB18HFQkIBBIFEA0bAUEGCQcDBAYaBQcICAEDC14KHQQ3BhYIEQUNBB0JBBACCwYIAwkjDQ8RCAMHCjsBCg4QBA0WEGMED/YICgwDGucBDhYBCwUHDAoZCAi/Ag0JLA4RoxIMCQgFD9QHuwcCAgkIEA0EBAgBBAUDAhIGBIsICQcJDw0BCTEEEhEJrA4NGAfyCw4DCw4JCBUNEAsFEQcIowUIDEoGBlgCCwWRBwghCAgJGQsJAg0NEAoSCQYKYggRHw4SAhoPCVkJCwkBLgsFApQHCRA3FQsUCAtBDgQBCAIFBhYFKggRCQlUDBEKAlEKBwQECLsUBPgXAw4KYQkDDAkICwcEAwQHAwUOCQ4BDAoIFhAICEgGCQTSBQtqCgYIHwQQBwEODgIJAwtSBgwBBAQMAQcHBAkIDA4WEAQQGgkOAQoSBgsECQSMCgYHBRINFHEFCAYMDI4HCgcI/s4GCA4CCQwBDwoOCxMJCAwJawEUBQwJBAoEB44HEgoJBBPVCA4MAkUEGQ8GugMRCwMJCAUGDQMIBgUEDTgBCgHKGQgQCbEYCxMJBgsCSgQfBA5QCRMRBRG3CRJLCwoMBwsPDAIHAkgBEwQCCQ4GDR4BDQ8KAgQqCxlVBQoRDgNWCAgTBBAGAgcJBA4UCgElBQsIAqIuMBYeTjchGSUSDyETExEQKA8VDBUmERkTGystChtAJjcSJw8ODisMFQ8OPA8EH08cHjIYSSUgISoQDAklGikYJQJxDgkGBgsVBBAEEAwFBxIJKRcFBA8GCgsQCBUKBgsIBA0DDAEMCwkHAgQOCQUGEAcNBxAOAhAGBgwJGxQXBAgDIxAVBgwHBxAVARUIEgoJDhIIBAYHBRwHAwENBxoZBwoCDgcPChIPDAYNBQESBhIKERMKDAkICAUQCyMDFwQIAw4REwYQDhIYChAfBwMHDwIIDhQOCREQBgQRBwwGBgkVBQYTCQUfDAwSCgwiBRQOBxkJCw8SBQkDHRgJEQ0EDAoHDw4IEwYTDB4PBAwPDxQGCBUFDQUDCAkdAwgQFQ0GCQoFCAoGGAIQBgkDCwkHBwMLBgwHAwULAwEPAwkEAgINCAwKEBINDxsMBAkIIREJCgMCKAgOCwIGCQkXDBwGCQELDC8MCwIJCwUZEQwjCQQJBQQEEBIDBAwFFTwMEwwBDwQGAR8NAwkPDQIUBxELBxMQDRIwERACBgEHGQ0FIwINBwMHCAgLDw8QERESChcMER0TDQ8MDhMHGRMGCBADCg4JDQUfBQgCDwEDCQIIDRIBCBsBDQMDCgYGBxUDCSoRDA4DFgkKEgYLBAccCQoNBjcHBg8ICQIHAwsOCQQICQUCFRIIBQ4MDwMDChAFASUHAgQKCQwEBgUMARcHCA8GAwwMDxUNCQYPCgsQBhsNBwYLEAkPAQoMDAkVEgMECRMKBR4EDBAQCA4HBxMGDDsOCxgOAhwDCA0MAjIHAwcEEhAQDAYPBQgPDAgkFQQTDQ8MAwMhAx8GDwkKBAsGBgMHAwkQDQISCQIIBQQLChEICA8DBxMLCwUQDAkIDwwLCQYIDRYGExEBBwoOBg4tFgMJDQAAABIA3gABAAAAAAAAADUAAAABAAAAAAABAAgANQABAAAAAAACAAcAPQABAAAAAAADAAgARAABAAAAAAAEAAgATAABAAAAAAAFAAsAVAABAAAAAAAGAAgAXwABAAAAAAAKACsAZwABAAAAAAALABMAkgADAAEECQAAAGoApQADAAEECQABABABDwADAAEECQACAA4BHwADAAEECQADABABLQADAAEECQAEABABPQADAAEECQAFABYBTQADAAEECQAGABABYwADAAEECQAKAFYBcwADAAEECQALACYByUNvcHlyaWdodCAoQykgMjAyMyBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tcmVhbHRyZWVSZWd1bGFycmVhbHRyZWVyZWFsdHJlZVZlcnNpb24gMS4wcmVhbHRyZWVHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADIAMwAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AcgBlAGEAbAB0AHIAZQBlAFIAZQBnAHUAbABhAHIAcgBlAGEAbAB0AHIAZQBlAHIAZQBhAGwAdAByAGUAZQBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBlAGEAbAB0AHIAZQBlAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUBAgEDAQQBBQEGABRpY28tYXJyb3ctbG9uZy1yaWdodBNpY28tYXJyb3ctbG9uZy1sZWZ0FWljby1hcnJvdy1ncnVuZ2UtbGVmdBZpY28tYXJyb3ctZ3J1bmdlLXJpZ2h0AAAAAAA=") format("truetype"); }

[class^="icon-font-"]:before, [class*=" icon-font-"]:before {
  font-family: "realtree-icon-font";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

:root {
  --icon-font-arrow-long-right: '\e800';
  --icon-font-arrow-long-left: '\e803';
  --icon-font-arrow-grunge-left: '\e804';
  --icon-font-arrow-grunge-right: '\e805'; }

.icon-font-arrow-long-right:before {
  content: var(--icon-font-arrow-long-right); }

.icon-font-arrow-long-left:before {
  content: var(--icon-font-arrow-long-left); }

.icon-font-arrow-grunge-left:before {
  content: var(--icon-font-arrow-grunge-left); }

.icon-font-arrow-grunge-right:before {
  content: var(--icon-font-arrow-grunge-right); }

.btn-arrow:after {
  font-family: "realtree-icon-font";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-font-arrow-long-right);
  margin: 0 0 0 1em;
  vertical-align: 10%;
  width: 2em;
  transition: color 0.3s ease, transform 0.4s ease; }

@media (hover: hover) {
  .btn-arrow:hover {
    text-decoration: none; }
    .btn-arrow:hover:after {
      transform: translateX(30%); } }

.btn-arrow:after {
  transition: transform 0.4s ease; }

.btn-arrow .btn-arrow {
  display: none; }

.btn-bold {
  font-weight: 700; }

.article-recipe .recipe-banner > .texture[name=grunge],
.page-article section.article-banner > .texture[name=grunge],
.section-wrapper section > .texture[name=grunge] {
  mask-size: cover;
  -webkit-mask-size: cover;
  translate: none; }
  .article-recipe .recipe-banner > .texture[name=grunge].t-top,
  .page-article section.article-banner > .texture[name=grunge].t-top,
  .section-wrapper section > .texture[name=grunge].t-top {
    position: absolute;
    left: 0;
    top: max(-110px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 220px));
    mask-position: bottom center;
    -webkit-mask-position: bottom center; }
    .article-recipe .recipe-banner > .texture[name=grunge].t-top.flip-v, .article-recipe .recipe-banner > .texture[name=grunge].t-top.flip-both,
    .page-article section.article-banner > .texture[name=grunge].t-top.flip-v,
    .page-article section.article-banner > .texture[name=grunge].t-top.flip-both,
    .section-wrapper section > .texture[name=grunge].t-top.flip-v,
    .section-wrapper section > .texture[name=grunge].t-top.flip-both {
      mask-position: top center;
      -webkit-mask-position: top center; }
  .article-recipe .recipe-banner > .texture[name=grunge].t-bottom,
  .page-article section.article-banner > .texture[name=grunge].t-bottom,
  .section-wrapper section > .texture[name=grunge].t-bottom {
    position: absolute;
    left: 0;
    bottom: max(-110px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 220px));
    mask-position: top center;
    -webkit-mask-position: top center; }
    .article-recipe .recipe-banner > .texture[name=grunge].t-bottom.flip-v, .article-recipe .recipe-banner > .texture[name=grunge].t-bottom.flip-both,
    .page-article section.article-banner > .texture[name=grunge].t-bottom.flip-v,
    .page-article section.article-banner > .texture[name=grunge].t-bottom.flip-both,
    .section-wrapper section > .texture[name=grunge].t-bottom.flip-v,
    .section-wrapper section > .texture[name=grunge].t-bottom.flip-both {
      mask-position: bottom center;
      -webkit-mask-position: bottom center; }

.product-card-wrapper .product-card-title {
  text-align: left;
  font-size: 24px;
  margin: 0 0 1em; }
  @media (max-width: 767px) {
    .product-card-wrapper .product-card-title {
      text-align: center; } }

.product-card {
  color: var(--color-black);
  margin-bottom: 24px; }
  .product-card > a {
    display: block;
    overflow: clip;
    flex: 0 0 auto; }
    .product-card > a:hover img.product-image {
      transform: scale(1.2); }
  .product-card img.product-image {
    width: 200px;
    height: 200px;
    object-fit: contain !important;
    object-position: center;
    transition: transform 0.2s ease; }
  .product-card .img-wrapper {
    max-width: 278px;
    height: 338px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center; }
    .product-card .img-wrapper img {
      height: 100%;
      margin: 0 auto; }
  .product-card article {
    line-height: 1;
    padding-top: 16px;
    max-width: 278px;
    padding: 10px 20px; }
    .product-card article a {
      font-size: 14px;
      text-transform: capitalize; }
      .product-card article a h3, .product-card article a .h-three,
      .product-card article a .h-three {
        font-size: 16px;
        font-weight: 900;
        margin: 0 0 8px;
        line-height: 1.2;
        height: 2rem;
        line-height: 1rem;
        max-height: 2rem;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2; }
    .product-card article .price,
    .product-card article .stars-grid a {
      font-size: 12px; }
    .product-card article .stars-grid {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      margin-top: 6px; }
      .product-card article .stars-grid a {
        margin-left: 4px; }
      .product-card article .stars-grid .stars {
        width: 62px;
        height: 10px;
        background-image: url("https://realtree.a.bigcontent.io/v1/static/ico-rating-empty-8");
        background-repeat: space no-repeat;
        background-size: auto 100%;
        position: relative; }
        .product-card article .stars-grid .stars:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: calc(css-min(var(--rating, 0), 5) * (10px + 3px) - 3px);
          height: 100%;
          background-image: url("https://realtree.a.bigcontent.io/v1/static/ico-rating-full-8");
          background-repeat: space no-repeat;
          background-size: auto 100%; }
        [data-product-rating-style=light] .product-card article .stars-grid .stars {
          background-image: url("https://realtree.a.bigcontent.io/v1/static/ico-rating-empty-white-8"); }
          [data-product-rating-style=light] .product-card article .stars-grid .stars:before {
            background-image: url("https://realtree.a.bigcontent.io/v1/static/ico-rating-full-white-8"); }
        @media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
          .product-card article .stars-grid .stars {
            width: 60px;
            height: 10px; }
            .product-card article .stars-grid .stars:before {
              width: calc(css-min(var(--rating, 0), 5) * (10px + 2.5px) - 2.5px); } }
        @media only screen and (-moz-min-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3 / 1), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3) {
          .product-card article .stars-grid .stars {
            width: 60px;
            height: 10px; }
            .product-card article .stars-grid .stars:before {
              width: calc(css-min(var(--rating, 0), 5) * (10px + 2.5px) - 2.5px); } }
  .product-card .swatch-nav {
    display: none; }

.article-card.recipe-card {
  background: var(--color-beige);
  color: var(--color-green);
  display: flex;
  flex-flow: column nowrap;
  position: relative; }
  .article-card.recipe-card.flickity-cell {
    position: absolute; }
  .article-card.recipe-card picture {
    margin: 0; }
    .article-card.recipe-card picture p.caption, .article-card.recipe-card picture .caption.p {
      display: none; }
  .article-card.recipe-card > a:empty {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .article-card.recipe-card > a:empty ~ * {
      pointer-events: none; }
  .article-card.recipe-card .article-card-body {
    padding: 20px 30px 30px;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto; }
    .article-card.recipe-card .article-card-body h3, .article-card.recipe-card .article-card-body .h-three, .article-card.recipe-card .article-card-body .h-three, .article-card.recipe-card .article-card-body p, .article-card.recipe-card .article-card-body .p {
      text-align: left !important;
      color: var(--color-green); }
    .article-card.recipe-card .article-card-body .article-title {
      font-size: 21px;
      text-transform: none;
      margin: 0 0 1em; }
    .article-card.recipe-card .article-card-body .article-desc {
      margin: 0 0 2em; }
    .article-card.recipe-card .article-card-body .article-card-footer {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1;
      display: flex;
      align-items: center;
      margin-top: auto; }
      .article-card.recipe-card .article-card-body .article-card-footer .icon {
        aspect-ratio: 1;
        display: inline-block;
        background: var(--color-green);
        width: 16px; }
        .article-card.recipe-card .article-card-body .article-card-footer .icon[name^=timer] {
          height: 14px; }
        .article-card.recipe-card .article-card-body .article-card-footer .icon[name^=bbq] {
          height: 18px; }
        .article-card.recipe-card .article-card-body .article-card-footer .icon[name^=share] {
          height: 20px;
          pointer-events: auto;
          display: none; }
      .article-card.recipe-card .article-card-body .article-card-footer span {
        display: inline-block;
        margin: 0 1.5em 0 0.4em; }
  @media (max-width: 767px) {
    .article-card.recipe-card .article-card-body {
      padding: 20px; }
      .article-card.recipe-card .article-card-body .article-title {
        font-size: 18px; }
      .article-card.recipe-card .article-card-body .article-desc {
        font-size: 14px;
        margin: 0 0 1.5em; } }

section.rt-365 {
  background: var(--color-black); }
  section.rt-365 .top,
  section.rt-365 .bottom {
    padding: 30px 24px;
    background-color: var(--color-green); }
  section.rt-365 .top {
    gap: var(--grid-gap);
    padding: 30px 24px 16px; }
    section.rt-365 .top p, section.rt-365 .top .p {
      font-size: 16px;
      font-weight: 700;
      max-height: unset !important; }
  section.rt-365 .rt-365-logo {
    width: 100px;
    height: 50px;
    -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTA0Ljc5NCIgaGVpZ2h0PSI1Mi4xNiIgdmlld0JveD0iMCAwIDEwNC43OTQgNTIuMTYiPg0KICAgIDxkZWZzPg0KICAgICAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzUzNDEiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDUzNDEiIHdpZHRoPSIxMDQuNzk0IiBoZWlnaHQ9IjUyLjE2IiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDwvY2xpcFBhdGg+DQogICAgPC9kZWZzPg0KICAgIDxnIGlkPSJHcm91cF8yNDAiIGRhdGEtbmFtZT0iR3JvdXAgMjQwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1OSA0OCkiPg0KICAgICAgICA8ZyBpZD0iR3JvdXBfMjM5IiBkYXRhLW5hbWU9Ikdyb3VwIDIzOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU5IC00OCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2NzEiIGRhdGEtbmFtZT0iUGF0aCA2NjcxIiBkPSJNMjk2Ljc5MSw1NS4wNDVsLjMzOS0uNTczYS43OS43OSwwLDAsMSwuNTU3LS4xNDFjNC42MzguMDEyLDkuMjc2LDAsMTMuOTEzLjAxLjE2LDAsLjQxNi0uMDc4LjM0OC4yNTVhNC41Nyw0LjU3LDAsMCwwLS43NDIuOTkzYy0uNzQ0LDEuMDA5LTEuNDgxLDIuMDI0LTIuMTgzLDMuMDYyYTE1Ljg2NSwxNS44NjUsMCwwLDAtLjk2MywxLjM5NC41LjUsMCwwLDEtLjUuMjM2Yy0yLjI2OS0uMDA3LTQuNTM3LDAtNi44MDYtLjAwOWEuNi42LDAsMCwwLS41NzYuMzA5Yy0uNi45MDYtMS4yMjQsMS43OTEtMS44MzcsMi42ODVxLS45LDEuMy0xLjc4NCwyLjYxM2MtLjA0LjA1OS0uMTA5LjEyNS0uMDMxLjIuMDYxLjA1OC4xMzMuMDQxLjIxMy4wMjJhMy4zNDQsMy4zNDQsMCwwLDEsMS4wNzgtLjIuNzQ2Ljc0NiwwLDAsMCwuMjc1LS4wNTcsMS43MzYsMS43MzYsMCwwLDEsLjgxNS0uMDc3LDMuMzc4LDMuMzc4LDAsMCwwLC45MDguMDIzLDUuMjkxLDUuMjkxLDAsMCwxLDEuMTc3LjA3MWMuMzM3LjAzOS42NzQuMTE0LDEuMDE1LjE0N2E1Ljg3Niw1Ljg3NiwwLDAsMSwxLjA0NS4yODcsMTEuOTM0LDExLjkzNCwwLDAsMSwyLjU1NiwxLjEwOSwxMS4xOTIsMTEuMTkyLDAsMCwxLDEuNzUxLDEuMjQxLDE0LDE0LDAsMCwxLDEuOTk0LDIuMTE3LDEyLjgsMTIuOCwwLDAsMSwxLjQzLDIuNDYyLDguNTk0LDguNTk0LDAsMCwxLC42MTQsMS44MSw2Ljg1MSw2Ljg1MSwwLDAsMSwuMTgzLjc3OSw0LjY2Myw0LjY2MywwLDAsMSwuMTU4LDEuMTkyLDEuNzg3LDEuNzg3LDAsMCwwLS4wMDUuNTFjLjA0OS4zODksMCwuNzc3LjAxLDEuMTYxYTEwLjE4NiwxMC4xODYsMCwwLDEtLjExNiwxLjU2NywxMC44LDEwLjgsMCwwLDEtLjI5MiwxLjE2MiwxMy4wNDMsMTMuMDQzLDAsMCwxLTEuMzIyLDMuMDg0LDkuODc4LDkuODc4LDAsMCwxLS42NTQuOTQ4LDExLjIsMTEuMiwwLDAsMS0xLjg0NCwyLDExLjU3NSwxMS41NzUsMCwwLDEtMywxLjkwNmMtLjUzNi4yMzYtMS4wODkuNDI2LTEuNjQ0LjYxNWE2LjkyNSw2LjkyNSwwLDAsMS0xLjMxOS4zLDQuNzgzLDQuNzgzLDAsMCwxLTEuMzY0LjE1LDUuNDc2LDUuNDc2LDAsMCwwLTEuNTMyLjAxNC44MjkuODI5LDAsMCwxLS4zMzksMGMtLjU0OC0uMTYzLTEuMTItLjE5NC0xLjY3NS0uMzMzYTE0LjEzOSwxNC4xMzksMCwwLDEtMi4xLS43LDEyLjYzNSwxMi42MzUsMCwwLDEtMi41NjgtMS41MzdjLS4xNTgtLjExNy0uMTg0LS4yMTYtLjA0Mi0uMzlhMTQuMjcsMTQuMjcsMCwwLDAsMi4wMzMtMy4yNTQsNS44ODEsNS44ODEsMCwwLDAsLjUyOS0xLjM5MWMuMDM4LS4yMjQuMjE5LS4yNi4zODItLjA3MmE1LjcxMSw1LjcxMSwwLDAsMCwxLjg2LDEuMzIsNC4zMTcsNC4zMTcsMCwwLDAsMS40OC40Nyw3LDcsMCwwLDAsMS4yNTcuMTY1LDE0LjYzOSwxNC42MzksMCwwLDAsMS41MTYtLjIzOSw1LjQ0MSw1LjQ0MSwwLDAsMCwxLjk0OC0uNzhBNi4yMzQsNi4yMzQsMCwwLDAsMzA1LjIsODEuMjlhNS40LDUuNCwwLDAsMCwuNTQ0LTEuMjc3LDQuNDY1LDQuNDY1LDAsMCwwLC4yMzUtMS42NjljLS4wNTMtLjMzMi4wNTctLjY5My4wMDctMS4wMTZhNi4wMTUsNi4wMTUsMCwwLDAtLjIwNy0xLjA3LDkuMjkxLDkuMjkxLDAsMCwwLS43MTgtMS42MDYsNi43MjUsNi43MjUsMCwwLDAtMS4xOTItMS4zOTQsNS42NjcsNS42NjcsMCwwLDAtMS44NjMtMS4yLDQuMjg4LDQuMjg4LDAsMCwwLTEuMzQxLS40MDYsNS42NDQsNS42NDQsMCwwLDAtMS44ODEtLjA0NmMtLjUwNy4xMzktMS4wNjEuMTYzLTEuNTY4LjM0OGE2LjIxMSw2LjIxMSwwLDAsMC0yLjMsMS40NDVjLS4wNzQuMDc1LS4xMzMuMjEzLS4yNzEuMTY1cy0uMTI3LS4xOC0uMTY4LS4zYTE0LjM1MywxNC4zNTMsMCwwLDAtLjgyMS0xLjkxNCwxMi40NTgsMTIuNDU4LDAsMCwwLTEuMjQ5LTEuOTg4LDE0LjUyNCwxNC41MjQsMCwwLDAtMS44MjctMmMtLjQxNC0uMzYtLjgxNS0uNzMyLTEuMjYzLTEuMDUxLS4xNjktLjEyLS4wODctLjIzNy0uMDExLS4zMzNhMTYuNTA4LDE2LjUwOCwwLDAsMCwxLTEuNDQ2Yy41MzgtLjg1MywxLjE2NS0xLjY0NSwxLjY5My0yLjUwNi40NDMtLjcyMS45ODMtMS4zOCwxLjQ0MS0yLjA5Mi42MzItLjk4MiwxLjM1Ni0xLjksMS45NjItMi45LjMxMS0uNTEyLjY5NS0uOTgsMS4wNDYtMS40NjguMS0uMTgzLjI0OC0uMzI5LjM0LS41MTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDcuMjY0IC0zOC45MzYpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NjcyIiBkYXRhLW5hbWU9IlBhdGggNjY3MiIgZD0iTTE2OS40ODIsODIuMzM4Yy4zMTgtLjA4LjM4Ny0uNC41NTMtLjYxYTUuMTc4LDUuMTc4LDAsMCwwLC42ODgtMS4zNzljLjEzNC0uMzYuMTYtLjc5My4yODItMS4xNDIuMjA5LS42LS4wNzgtMS4xODMuMTE0LTEuNzU0YS4zNjcuMzY3LDAsMCwwLS4wODgtLjM3Mi4yNC4yNCwwLDAsMS0uMDU4LS4xNTMsNC4xNTksNC4xNTksMCwwLDAtLjUwOS0xLjcyNSw3LjM0Niw3LjM0NiwwLDAsMC0uNjE3LTEuMDYxLDUuNTM0LDUuNTM0LDAsMCwwLS44MjctLjg1OGMtLjA5My0uMDkyLS4xNjUtLjIwNy0uMjY0LS4yOTJhNy45MzUsNy45MzUsMCwwLDAtMS4wOTItLjcxMi41NTguNTU4LDAsMCwxLS4xODMtLjEyOSw0LjUzLDQuNTMsMCwwLDAtLjU2OC0uMTgxLDEwLjU3OSwxMC41NzksMCwwLDAtMS4wOS0uMzcyYy0uMTU5LS4wNzEtLjMzMS4wNDYtLjUuMDMzYTIuNjgyLDIuNjgyLDAsMCwwLTEuNDMyLDAsMi4xODksMi4xODksMCwwLDAtMS4xMi4xNy4zMzMuMzMzLDAsMCwxLS40MjctLjE5LDE3LjE4OSwxNy4xODksMCwwLDAtMS4yMTMtMi40NDRjLS4yODQtLjQ4NS0uNTY2LS45Ny0uODY5LTEuNDQzLS4xODEtLjI4Mi0uMzktLjU0Ni0uNTg5LS44MTYtLjA3My0uMS0uMDU4LS4xNTYuMDI1LS4yNjIuMjg1LS4zNjYuNTQyLS43NTMuODA2LTEuMTM1cS40NDctLjY0Ni44ODctMS4zYy4zMTgtLjQ3MS42MjgtLjk0Ny45NS0xLjQxNS4yNTctLjM3NS41MjgtLjc0Ljc4OC0xLjExMnEuNDM0LS42MjMuODU4LTEuMjUyYy4wNzEtLjEuMDEyLS4xNjItLjA5My0uMTc0YTIuNDMxLDIuNDMxLDAsMCwwLS4yODQtLjAxYy0xLjkyNSwwLTMuODUxLS4wMjEtNS43NzYuMDE5YS44My44MywwLDAsMS0uODMzLS41Yy0uMjI2LS40MTItLjU0LS43Ni0uNzk0LTEuMTUtLjI5LS40NDUtLjYxOS0uODY1LS45MjUtMS4zLS4yNDEtLjM0MS0uNS0uNjczLS43MjctMS4wMmExMSwxMSwwLDAsMS0uODU1LTEuMjgyYy0uMTMzLS4xMjItLjItLjMtLjMzNS0uNDE5LS4wNTItLjA0OC0uMTExLS4xMTQtLjA2OS0uMnMuMTMxLS4xLjIxNi0uMWMuMzEzLDAsLjYyNiwwLC45MzksMHExMCwuMDA2LDIwLjAwOC4wMDdjLjE2NywwLC4zOTItLjA5NC40OTMuMDkyLjA5LjE2Ni0uMTIzLjI3My0uMi40LS4xNTkuMjc3LS4zNTMuNTM0LS41MzMuOGEuOTU0Ljk1NCwwLDAsMC0uMTg5LjM3NywxMy44NTcsMTMuODU3LDAsMCwwLS45NTQsMS4zMzdjLS4zLjQ1Ny0uNjM1Ljg5NS0uOTQ0LDEuMzQ3LS4yNjIuMzg0LS41MDUuNzgtLjc2NiwxLjE2NS0uMjgxLjQxNS0uNTguODE5LS44NiwxLjIzNS0uNC41ODktLjgwNSwxLjE2OS0xLjE5NCwxLjc2My0uMjQ0LjM3Mi0uNTE1LjczLS43NjcsMS4xLS4zMTEuNDU2LS42MTQuOTE3LS45MjUsMS4zNzQtLjEuMTUzLS4yMTcuMy0uMzI4LjQ0Ny0uMDUuMDY3LS4xNDcuMTI3LS4xLjIxNmEuMjg0LjI4NCwwLDAsMCwuMjY2LjEzNiwzLjc5MiwzLjc5MiwwLDAsMSwxLjA4OS4yOTUsMTQuMTQ1LDE0LjE0NSwwLDAsMSwyLjE2NC45NTksNy43NTcsNy43NTcsMCwwLDEsLjk1LjYzNWMuMzUxLjIzMy42NjguNTE1LDEsLjc2N2E3LjQ3NSw3LjQ3NSwwLDAsMSwuODM5Ljg0LDE0LjAxOSwxNC4wMTksMCwwLDEsMi42MzUsNC4xNSw2LjE1Miw2LjE1MiwwLDAsMSwuMjc0Ljg3MSw1LjgsNS44LDAsMCwxLC4xNjUuNjQ1Yy4wMzkuMjY4LjIyOC41MDguMTU2Ljc5NWEuMzkxLjM5MSwwLDAsMCwuMDc0LjM3M2MuMTIzLjE0NS4wNjMuMzI2LjA3MS40OTMtLjA1My40NTMuMDYuOS4wNDMsMS4zNTRhMy4xODcsMy4xODcsMCwwLDAtLjA0MS44MTZjLS4wMDYuMjQxLjA1NS40OTItLjEzMy43YS4yODEuMjgxLDAsMCwwLS4wMTkuMjQ5LjM1OC4zNTgsMCwwLDEtLjA3My4zOTQuMTg5LjE4OSwwLDAsMC0uMDQxLjEzMSw0LjcsNC43LDAsMCwxLS4zMSwxLjI1NCw1Ljk0MSw1Ljk0MSwwLDAsMS0uMzQ0Ljk3MWMtLjIwNy40NzctLjQ0OC45MzYtLjcsMS4zOTJhMTMuNDE4LDEzLjQxOCwwLDAsMS0yLjY0NywzLjIzNSwxMCwxMCwwLDAsMS0xLjA0OC44LDEyLjQxNiwxMi40MTYsMCwwLDEtMi4xNjEsMS4yMDksNy4yNjksNy4yNjksMCwwLDEtMS40NTYuNTE3LDQuNjc5LDQuNjc5LDAsMCwxLS42MTcuMTY1Yy0uMzI4LjAxMi0uNjA5LjI2Mi0uOTQ2LjE0OGEuMjY3LjI2NywwLDAsMC0uMjQ5LjAyYy0uMjI2LjE5Mi0uNDc2LjEyNC0uNzMxLjFhOC43ODgsOC43ODgsMCwwLDAtMS41NjIsMCwxLjAyMywxLjAyMywwLDAsMS0uNzkzLS4xLjE2NS4xNjUsMCwwLDAtLjEzMy0uMDM0Yy0uMzM3LjE1NC0uNjQyLS4wNjktLjk0NS0uMTIyLS4zNDItLjA2LS43LS4xOTItMS4wNC0uMjg0LS40NTQtLjEyMi0uODU5LS4zNTktMS4zMDktLjQ3MmExLjY4MywxLjY4MywwLDAsMS0uNDM2LS4yNDdjLS4yODEtLjE2NC0uNTkyLS4yNjMtLjg3Mi0uNDMyLS4xMzUtLjA4MS0uMTE3LS4xNDctLjA0My0uMi4zMjMtLjI0Mi41Mi0uNi44NzItLjgzMmEyLjE3NywyLjE3NywwLDAsMCwuODA2LS44NThjLjA3My0uMTU0LjI0NC0uMi4zNDctLjMyN2ExNC43ODgsMTQuNzg4LDAsMCwwLDEuMjcxLTEuNzA5Yy4wNzYtLjEyNy4xNTctLjI1LjIzMi0uMzc4LjA5LS4xNTUuMjExLS4zNjMuNDctLjIxNy4zMTguMTc5LjY5Mi4yLDEuMDIxLjM0N2EuMzM2LjMzNiwwLDAsMCwuMTk0LDAsLjk3Ni45NzYsMCwwLDEsLjQ4OC4wNjcsMi4wMjksMi4wMjksMCwwLDAsMS4zLS4wMTljLjA1Mi0uMDIuMTA3LS4wNzIuMTUzLS4wNjNhMi41MjksMi41MjksMCwwLDAsMS4xOTQtLjIyLDUuMTEzLDUuMTEzLDAsMCwwLDEuNzIzLS44MzYsMS42ODYsMS42ODYsMCwwLDAsLjUwOS0uNDM3LDEuNTIyLDEuNTIyLDAsMCwwLC42MzMtLjY3OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwOS44NDUgLTM4LjkwMykiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2NzMiIGRhdGEtbmFtZT0iUGF0aCA2NjczIiBkPSJNMjM4LjM4NSw1NC41NDNsLjA1MS0uMDU4Yy4wODctLjE1OS4yMzUtLjEzLjM4LS4xMzIsMi4wOC0uMDIsNC4xNjEsMCw2LjI0Mi0uMDA2LjE2NSwwLC4zNzctLjAyNS4zMzguMjU4YTEyLjM5MiwxMi4zOTIsMCwwLDAtLjkxNywxLjI1NmMtLjMuNDIxLS41ODUuODQ4LS44NzgsMS4yNzItLjQ4NS43LS45NjcsMS40MDgtMS40NTQsMi4xMS0uNTQ1Ljc4Ni0xLjEyLDEuNTUzLTEuNjMyLDIuMzU5LS40NzUuNzQ3LTEuMDIzLDEuNDQxLTEuNSwyLjE4Ny0uMzUzLjU1MS0uNzU0LDEuMDc5LTEuMTI3LDEuNjIxLS4wNzMuMTA3LS4yLjI1NC0uMTcxLjMzNS4wNDguMTM1LjIzNS4wNjYuMzYuMDY1LjIzNiwwLC40NzItLjAzNS43MDgtLjA0NmEuNzI2LjcyNiwwLDAsMSwuNTE2LjExMy4xNDEuMTQxLDAsMCwwLC4xMDUuMDM1Yy4zNTQtLjExOC42NjguMTE4LDEuMDE1LjExYTIuMjExLDIuMjExLDAsMCwxLC41ODYuMTM2LDE0LjIxNywxNC4yMTcsMCwwLDEsMi4xMTcuNzkxLDguODI0LDguODI0LDAsMCwxLDEuMjU4LjY5NSwxNC4xOCwxNC4xOCwwLDAsMSwyLjEzNywxLjcxMiwxMS45NTksMTEuOTU5LDAsMCwxLDEuOTEyLDIuNDExLDE0LjM4MywxNC4zODMsMCwwLDEsMS4xODksMi42MTgsNS4xMTQsNS4xMTQsMCwwLDEsLjMxNSwxLjE4NGMuMDI4LjMyLjI3LjYxMi4xMzEuOTQ2LS4xLjIwOS4wNzEuMzc4LjA4NC41NzQuMDE2LjI0NS4wNTYuNDg5LjA3OS43MzQsMCwuMzIyLDAsLjY0NSwwLC45NjdhLjg1NS44NTUsMCwwLDEtLjEwNi40OTMuMTk0LjE5NCwwLDAsMC0uMDQyLjEzMiwyLjQzLDIuNDMsMCwwLDEtLjExOCwxLjEyNCwzLjA2MiwzLjA2MiwwLDAsMS0uMTU1LjY5MmMtLjEwOS4yNzktLjE4OC41NzItLjI4Ljg1OWExNC42NjQsMTQuNjY0LDAsMCwxLS44OTIsMiw5LjI0NSw5LjI0NSwwLDAsMS0xLjIwOCwxLjgsMTIuNTcsMTIuNTcsMCwwLDEtMi4xMjMsMi4wNDEsMTMuNjE1LDEzLjYxNSwwLDAsMS0yLjA2MiwxLjI4OWMtLjQ5Mi4yNDctMS4wMTkuNDEtMS41MjQuNjIzYTcuNjUzLDcuNjUzLDAsMCwxLTEuMTYuMzI2LDEuNTA4LDEuNTA4LDAsMCwxLS44NjUuMTI4LjIuMiwwLDAsMC0uMTQsMGMtLjUyNC4yODYtMS4wOC4wNjEtMS42MTkuMWE5LjAyNiw5LjAyNiwwLDAsMC0uOTkzLjA0NS43MzYuNzM2LDAsMCwxLS41LS4wNzcuNTQxLjU0MSwwLDAsMC0uNDEzLS4wNS4zNjguMzY4LDAsMCwxLS4zMjktLjAzNmMtLjIyLS4xNzQtLjUtLjEwOC0uNzQ1LS4xNzItLjMyMi0uMDg0LS42NDktLjE4Mi0uOTYyLS4yODVhMTEuMTg2LDExLjE4NiwwLDAsMS0xLjc4LS43NzcsOC45LDguOSwwLDAsMS0xLjMzMi0uODMzLDQuNTIsNC41MiwwLDAsMS0uNS0uMzU3LjMuMywwLDAsMS0uMDA2LS40NjksMTEuNDkzLDExLjQ5MywwLDAsMCwxLjU1Mi0yLjI4MSwxMi41NjMsMTIuNTYzLDAsMCwwLC45MzQtMi4xNzFjLjAzMy0uMTEuMTE5LS4yMDguMTE4LS4zNC4xNjUuMDEzLjIzNi4xMzYuMzMuMjIyYTcuMTIxLDcuMTIxLDAsMCwwLDIsMS4zMTEsNS4xMjcsNS4xMjcsMCwwLDAsMS4zMTYuNDE1LDQuNTUzLDQuNTUzLDAsMCwwLDEuNy4xNDksMTIuODA4LDEyLjgwOCwwLDAsMCwxLjc2OC0uNCw2LjQ0Myw2LjQ0MywwLDAsMCwzLjAxMi0yLjIyMSw2Ljc0Myw2Ljc0MywwLDAsMCwuOTc5LTEuODc2LDIuNjE1LDIuNjE1LDAsMCwwLC4yMzItMS4yMzEsMy45LDMuOSwwLDAsMCwwLTEuNzEzYy4wOTEtLjMzNi0uMS0uNjI2LS4xNTktLjkzNWE0LjYsNC42LDAsMCwwLS41MTktMS4zMzYsNi41NTUsNi41NTUsMCwwLDAtMS42MjEtMS45NzIsOC44MjIsOC44MjIsMCwwLDAtMi4wOTItMS4xNDIuNC40LDAsMCwwLS4xMTItLjAxNCwyLjg0NywyLjg0NywwLDAsMC0uOTcxLS4xODFsLS4xMDksMGEzLjIzMywzLjIzMywwLDAsMC0xLjcxNCwwbC0uMTY1LDBjLS4xNjktLjA3My0uMy4wOTQtLjQ2LjA3M2wtLjExMiwwYTEwLjU1MywxMC41NTMsMCwwLDEtMS4wMjcuMzM3LDguMiw4LjIsMCwwLDAtMi4yNDQsMS42LDE3LjQsMTcuNCwwLDAsMC0xLjE1My0yLjY2NywxNC4wMjQsMTQuMDI0LDAsMCwwLTIuMjM0LTMuMDM0Yy0uMjI2LS4yMy0uMy0uMzMtLjA3OS0uNjM5LjM4LS41MzIuNzg0LTEuMDUyLDEuMTI2LTEuNjExLjQ2Ny0uNzY0LDEuMDMtMS40NjEsMS41MS0yLjIxNy4zNS0uNTUxLjc2OS0xLjA2NCwxLjEyNC0xLjYxNy4zNjYtLjU3LjgtMS4wOTQsMS4xNDgtMS42NzguMjI0LS4zNzMuNTMyLS43Ljc2MS0xLjA3OS40Ny0uNzcsMS4wNTQtMS40NiwxLjUxOS0yLjIzNi4zLS41MDcuNjgzLS45NjksMS4wMy0xLjQ1MWExLjQ2NSwxLjQ2NSwwLDAsMCwuMjI1LS4zOTIsMS45NzIsMS45NzIsMCwwLDAsLjQtLjUxMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2NC40MDUgLTM4Ljk0NSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2NzQiIGRhdGEtbmFtZT0iUGF0aCA2Njc0IiBkPSJNMzM4LjMwNiwxMC43NzVhLjg4MS44ODEsMCwwLDAtLjQ0Ny0uMDUySDMyNi40NzZjLS40NjksMC0uNDcsMC0uNDctLjQ3NFYuNTIxYzAtLjQ5NCwwLS41LjQ4NS0uNWgxMS4yNDFjLjQ0OCwwLC40NjEuMDE0LjQ2Mi40NjVxMCwuODExLDAsMS42MjFjMCwuNDA4LS4wMDkuNDE3LS40MTIuNDE3aC03Ljc2OWEuNzgxLjc4MSwwLDAsMC0uNDE3LjA1NS4xMjUuMTI1LDAsMCwxLS4wNTcuMTEzLDQuMDA3LDQuMDA3LDAsMCwxLC4wMywxLjMyN2MtLjAxNy4xODYuMDI4LjIxNy4xOC4yMTEuMDc2LDAsLjE1MiwwLC4yMjgsMGg3LjExNWMuNDEyLDAsLjQyLjAwOC40MjEuNDA4cTAsLjY2OCwwLDEuMzM3YzAsLjQwOS0uMDA5LjQxOC0uNDEyLjQxOGgtNy4wODZhLjguOCwwLDAsMC0uNDE4LjA1My4xMjEuMTIxLDAsMCwxLS4wNTcuMTEyLDQuODI0LDQuODI0LDAsMCwxLDAsMS42LjYxMi42MTIsMCwwLDAsLjM4Ny4wNTJxNC4wMjcsMCw4LjA1NSwwYy4xMjgsMCwuMjY3LS4wNDEuMzg0LjA1NGExLjE4MiwxLjE4MiwwLDAsMSwuMDU2LjVjMCwuNTU4LDAsMS4xMTYsMCwxLjY3NWEuNzY3Ljc2NywwLDAsMS0uMDYxLjMzMi4wMzUuMDM1LDAsMCwxLS4wNTQtLjAwOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzMy42MjggLTAuMDE2KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY3NSIgZGF0YS1uYW1lPSJQYXRoIDY2NzUiIGQ9Ik0yODIuOTUzLDQuMTA1Yy4wNDguMi4yMTUuMTE0LjMyNS4xMTVxMy41NDEuMDA5LDcuMDgyLDBjLjYyNywwLC42MjcsMCwuNjI3LjYxMywwLC4zODgsMCwuNzc3LDAsMS4xNjUsMCwuMzY2LS4wMTguMzg0LS4zODcuMzg1aC03LjIyNGEuODA4LjgwOCwwLDAsMC0uNDE4LjA1My4yNzUuMjc1LDAsMCwxLDAsLjEyNGwwLC4xMTFhNy4xMzIsNy4xMzIsMCwwLDAsMCwxLjM1NmwwLC4xMTFhLjI3NC4yNzQsMCwwLDEsMCwuMTI0LjgwOC44MDgsMCwwLDAsLjQxOS4wNTNoNy45NzJjLjQzLDAsLjQzNSwwLC40MzYuNDIzcTAsLjc2OCwwLDEuNTM3YzAsLjQyOCwwLC40MzItLjQyNi40MzJIMjgyLjFjLS44LDAtMS41OTUtLjAwNy0yLjM5MiwwLS4yNiwwLS4zNDgtLjA5LS4zNDctLjM0OHEuMDA5LTQuOTk0LDAtOS45ODhjMC0uMjY2LjA5LS4zNzIuMzYzLS4zNzFxNS43MzguMDA4LDExLjQ3NSwwYy4yNTQsMCwuMzYuMDkuMzU1LjM1LS4wMS42LDAsMS4xOTUsMCwxLjc5MywwLC4zNDItLjAyMy4zNjQtLjM3OS4zNjRoLTcuODU5YS43NzkuNzc5LDAsMCwwLS40MTguMDU1YzAsLjQsMCwuOCwwLDEuMmEuNTU1LjU1NSwwLDAsMCwuMDUzLjMyOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwMC4yMDMgLTAuMDA3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY3NiIgZGF0YS1uYW1lPSJQYXRoIDY2NzYiIGQ9Ik0xODQuODE2LDIuNDY3YS43MTQuNzE0LDAsMCwwLS4zODgtLjA1NmgtMy45NTRjLS4zNjUsMC0uMzgyLS4wMTgtLjM4My0uMzg4LDAtLjU0LDAtMS4wOCwwLTEuNjIxLDAtLjM0Mi4wMzctLjM3OS4zNzQtLjM4Ljk1NywwLDEuOTE1LDAsMi44NzMsMGg5LjI0NWMuNDg2LDAsLjQ5LDAsLjQ5MS40OTNzMCwxLDAsMS41MDdjMCwuMzcxLS4wMTguMzg5LS4zODIuMzloLTMuODRhLjc0MS43NDEsMCwwLDAtLjM5LjA1My41LjUsMCwwLDEtLjA0OS4xNTRjLS4wMjEuNTY5LS4wMDgsMS4xMzgtLjAwOSwxLjcwNiwwLDIuMSwwLDQuMTkyLDAsNi4yODgsMCwuMTcyLS4wMjguMjI5LS4yMTQuMjI3LTEuMDM1LS4wMTEtMi4wNjktLjAwOS0zLjEsMC0uMTY1LDAtLjIyNy0uMDIxLS4yMjYtLjIxNC4wMTEtMi41Ny4wMDYtNS4xNC4wMDctNy43MWExLjA1OCwxLjA1OCwwLDAsMC0uMDU3LS40NDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjkuMDU4IC0wLjAxNSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2NzciIGRhdGEtbmFtZT0iUGF0aCA2Njc3IiBkPSJNMTU0LjQyMywxMC41NDhhLjg3Ny44NzcsMCwwLDAsLjA1Mi0uNDQ3cTAtNC43OTMsMC05LjU4N2MwLS40ODksMC0uNDkzLjQ5MS0uNDkzcTEuMjUzLDAsMi41MDUsMGMuMzk0LDAsLjQyMS4wMjcuNDIxLjQycTAsMy41LDAsN3YuMzA3aC4wNTlWLjEzOWMuMTQyLjA2OS4xMDkuMTYzLjEwOS4yMzRxMCwzLjU3LDAsNy4xNGExLjc3MiwxLjc3MiwwLDAsMS0uMDUzLjMwNmMuMDM1LjA3MS4xODgtLjAzOC4xNy4xMTItLjAwOSwwLS4wMjIsMC0uMDI3LjAwNmEuMTc3LjE3NywwLDAsMC0uMDIzLjAzNWMuMDk0LjAwNS4xODcuMDE1LjI4MS4wMTVoNi40NjNjLjQyMiwwLC40MjUsMCwuNDI2LjQzMiwwLC42NDUtLjAwOCwxLjI5LDAsMS45MzUuMDA1LjI2NC0uMDc0LjM3MS0uMzU1LjM3cS01LjExLS4wMS0xMC4yMjEsMGMtLjEzMiwwLS4yNy4wMTItLjM2NC0uMTE0YS4wNjIuMDYyLDAsMCwxLC4wNi0uMDU4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEwLjYyMiAtMC4wMTUpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82Njc4IiBkYXRhLW5hbWU9IlBhdGggNjY3OCIgZD0iTTE3My44Myw1NS43ODhjLS4wNi0uMTE4LjAyNC0uMi4wOC0uMjgzLjIxOS0uMzMyLjQ0My0uNjYyLjY2MS0xLC4wNS0uMDc2LjE1My0uMTUzLjEwNy0uMjQ3LS4wNTUtLjExMy0uMTg3LS4wNTMtLjI4Ni0uMDY2YS45LjksMCwwLDAtLjExNCwwcS0xMC4zNjMsMC0yMC43MjYsMGMtLjEyOCwwLS4zLS4wNjUtLjM3Mi4wNTdzLjExMy4xOTMuMTYzLjMuMS4xODEuMTU1LjI3MWExLjI2NiwxLjI2NiwwLDAsMS0uNDUxLS41MTVjLS4wOTEtLjE2OC0uMDU4LS4zMTUuMTk0LS4yODdhMi4xLDIuMSwwLDAsMCwuMjI4LDBoMjAuOTU4YS4xOTIuMTkyLDAsMCwxLC4wMjksMGMuMTUzLjAyNC4zNy0uMDc5LjQ0NS4wODZzLS4xMjQuMjY3LS4yMTQuNGMtLjI5NS40Mi0uNTcyLjg1My0uODU1LDEuMjgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA5LjY0NiAtMzguNzA4KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY3OSIgZGF0YS1uYW1lPSJQYXRoIDY2NzkiIGQ9Ik0xODUuMDM2LDguNjU1Yy4xMjQuMDk1LjExMS4yMzIuMTExLjM2NHEwLDMuODUxLS4wMDYsNy43YzAsLjE5Mi4wMjcuMjU2LjI0MS4yNTMuOTg2LS4wMTQsMS45NzItLjAxMiwyLjk1OCwwLC4xODMsMCwuMjM4LS4wMjcuMjM4LS4yMjgtLjAxLTIuNTY4LS4wMDctNS4xMzUtLjAwOC03LjdhLjYxNS42MTUsMCwwLDEsLjA1My0uMzMyLjQ1Ni40NTYsMCwwLDEsLjI1MS0uMDI3YzEuMzg2LDAsMi43NzEsMCw0LjE1NywwLC4wODQsMCwuMjExLS4wNzYuMjU4LjA3N2wtNC4xODYsMGMtLjQxOSwwLS40MiwwLS40Mi40MzFxMCwzLjcxNCwwLDcuNDI4YzAsLjQ0MS0uMDEuNDUyLS40NDEuNDUzcS0xLjQwOSwwLTIuODE5LDBjLS4zNTgsMC0uMzg1LS4wMjktLjM4NS0uMzk0cTAtMy42NzEsMC03LjM0MmMwLS42MTkuMDU3LS41NzUtLjU2MS0uNTc1LTEuMjUzLDAtMi41MDYsMC0zLjc1OSwwLS4xMDYsMC0uMjI0LjAzOC0uMzE5LS4xMTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI5LjI3OCAtNi4yMDIpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NjgwIiBkYXRhLW5hbWU9IlBhdGggNjY4MCIgZD0iTTMzMS45Niw1NC4zOTVhLjE5NC4xOTQsMCwwLDAtLjIyMi0uMTcxaC0uMjU2cS02Ljg4NywwLTEzLjc3NSwwYTIuNzU1LDIuNzU1LDAsMCwwLS41NjUuMDUuNDY1LjQ2NSwwLDAsMSwuNDU2LS4yMnE3LjA0Ni4wMDYsMTQuMDkyLDBjLjM1OSwwLC4zODEuMDMxLjI3LjM0MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyNy4yNzUgLTM4LjczNCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2ODEiIGRhdGEtbmFtZT0iUGF0aCA2NjgxIiBkPSJNNjcuODQ4LDM3LjljLjAxNi4wNTUsMCwuMS0uMDU4LjEwNmEuOTY5Ljk2OSwwLDAsMS0uMTcuMDExbC0xNS45MzctLjAwNWMtLjAxOC0uMDk1LjAyOS0uMTM0LjExOC0uMTM3cTcuODg0LDAsMTUuNzY4LDBhLjU2LjU2LDAsMCwxLC4yOC4wMjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNy4wMzUgLTI3LjEzNikiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2ODIiIGRhdGEtbmFtZT0iUGF0aCA2NjgyIiBkPSJNMTU1LjIyLDM4LjA5NGwtMTQuNTg1LDBhLjU2LjU2LDAsMCwxLS4zMzEtLjA1NS4xMTEuMTExLDAsMCwxLC4wNTMtLjA1NmwxNC44MDksMGMuMDMyLjAzMS4wOTQuMDQ3LjA1NS4xMTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAuNTQ3IC0yNy4yMTkpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NjgzIiBkYXRhLW5hbWU9IlBhdGggNjY4MyIgZD0iTTY3LjY3NiwxMC45MTdsLTE1LjYsMGMtLjE3MSwwLS4zNDEuMDA1LS41MTIuMDA4LS4wODgsMC0uMTA2LS4wNjUtLjExMi0uMTM1LS4wMDktLjA5NCwwLS4xODksMC0uMjg0cTAtNC45MzksMC05Ljg3OEEuNjM3LjYzNywwLDAsMSw1MS41LjIxOWguMDU3cTAsNS4wOTMsMCwxMC4xODZjMCwuNDU2LDAsLjQ1Ny40NTguNDU3SDY3LjY3NWMwLC4wMTgsMCwuMDM2LDAsLjA1NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2Ljg2MyAtMC4xNTcpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82Njg0IiBkYXRhLW5hbWU9IlBhdGggNjY4NCIgZD0iTTI5MS45NDIsMzguMTc4SDI3OS43YzAtLjAxOCwwLS4wMzYsMC0uMDU0aDEyLjIzOHYuMDU0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAwLjQ0NSAtMjcuMzIxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY4NSIgZGF0YS1uYW1lPSJQYXRoIDY2ODUiIGQ9Ik0zMzguMjgxLDM3Ljk3bC4wNTQuMDA4Yy0uMDg5LjE3LS4yNS4xMDctLjM4MS4xMDdxLTMuODEuMDA2LTcuNjIsMGwtNC4zNSwwYy0uMDQtLjA2NS4wMjMtLjA4MS4wNTQtLjExMmwxMi4yNDIsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzMy42MDMgLTI3LjIxMSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2ODYiIGRhdGEtbmFtZT0iUGF0aCA2Njg2IiBkPSJNMzI1LjYyMiwxMS4wODVsLS4wNTQuMTEyYy0uMTg4LS4wNDktLjE3Mi0uMi0uMTczLS4zNDUsMC0uNDkzLDAtLjk4NiwwLTEuNDc5cTAtNC4yNjgsMC04LjUzNmEuNzMxLjczMSwwLDAsMSwuMDQ2LS4zODdjLjEuMTEzLjA2NC4yMzkuMDY1LjM0OXEwLDQuOTM3LDAsOS44NzRjMCwuMTQzLS4wNTUuMzExLjExMi40MTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzMuMTg2IC0wLjMyMikiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2ODciIGRhdGEtbmFtZT0iUGF0aCA2Njg3IiBkPSJNNzMuMjE2LDMwLjgzYS41OTEuNTkxLDAsMCwxLS4wNTEtLjMzMmMwLS40ODMtLjAwOS0uOTY3LjAwOC0xLjQ1LjAwNy0uMTktLjA1Ni0uMjEyLS4yMjUtLjIxMnEtNC4xMzkuMDEtOC4yNzguMDA1Yy0uMTE4LDAtLjI1My4wMzItLjMzLS4xMDZxNC4yOTUsMCw4LjU4OS0uMDA4Yy4yNTcsMCwuMzU4LjA5NC4zNTIuMzUxLS4wMTEuNDgzLDAsLjk2NiwwLDEuNDQ5YS41MzcuNTM3LDAsMCwxLS4wNjEuMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ2LjEwOCAtMjAuNTg4KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY4OCIgZGF0YS1uYW1lPSJQYXRoIDY2ODgiIGQ9Ik01MS4zNzIuMjE5cTAsNS4xNjEsMCwxMC4zMjJhLjY5Mi42OTIsMCwwLDAsLjA2LjM4OGwtLjA1MS4xYy0uMTI5LS4wNzYtLjEyMy0uMi0uMTIzLS4zMjdxMC01LjA5MiwwLTEwLjE4NWMwLS4xMTItLjAxNS0uMjMzLjExNC0uMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2LjczMyAtMC4xNTcpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82Njg5IiBkYXRhLW5hbWU9IlBhdGggNjY4OSIgZD0iTTIyNy44NDIsMTEuMmMtLjEyOS0uMDc3LS4xMjEtLjItLjEyMS0uMzI4cTAtNS4wOSwwLTEwLjE4MWMwLS4wNzEtLjAyMi0uMTUyLjA2NC0uMjI4YS41NTcuNTU3LDAsMCwxLC4wNDguMzUxcTAsNC45MiwwLDkuODRhLjguOCwwLDAsMCwuMDU4LjQ0NWMuMDMuMDU4LS4wMTcuMDc2LS4wNTIuMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2My4xOTIgLTAuMzM1KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5MCIgZGF0YS1uYW1lPSJQYXRoIDY2OTAiIGQ9Ik0yNjguMjE2LDU0LjM4NmMtLjA2OS0uMjExLS4yNDktLjE3MS0uNC0uMTcxcS0zLjAxMSwwLTYuMDIyLDBhMS40NjUsMS40NjUsMCwwLDAtLjUzNC4wNTJjLS4wMTItLjIzOS4xNjgtLjIxOC4zMTQtLjIxOS41ODctLjAwNSwxLjE3NSwwLDEuNzYzLDBxMi4zNDYsMCw0LjY5MSwwYy4xLDAsLjIyOS0uMDM2LjI5LjA2N3MtLjA1MS4xODYtLjEuMjc0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg3LjIyNiAtMzguNzI3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5MSIgZGF0YS1uYW1lPSJQYXRoIDY2OTEiIGQ9Ik0xNTQuMjc2LDEwLjc2NGwtLjA2LjA1OGEuNDgzLjQ4MywwLDAsMS0uMDU4LS4zcTAtNC45NzYsMC05Ljk1MWMwLS4wODMuMDExLS4xNjYuMDE3LS4yNDloLjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEwLjQ3NSAtMC4yMykiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2OTIiIGRhdGEtbmFtZT0iUGF0aCA2NjkyIiBkPSJNMzM4LjQ2OSwxNy40bC4wNTctLjExMmMyLjUzMiwwLDUuMDY1LDAsNy42LjAwNy4yOCwwLC4zOTItLjA3Ni4zOC0uMzctLjAyLS40OTItLjAwNi0uOTg1LDAtMS40NzhhLjUyLjUyLDAsMCwxLC4wNDEtLjNjLjEuMDUyLjA3MS4xMzguMDcxLjIsMCwuNTY5LS4wMDUsMS4xMzguMDA1LDEuNzA2LjAwNS4yNTctLjA5NC4zNTItLjM1MS4zNTJxLTMuOS0uMDExLTcuOC0uMDA4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQyLjU1OSAtMTAuODU2KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5MyIgZGF0YS1uYW1lPSJQYXRoIDY2OTMiIGQ9Ik02NC4zMzcsMTcuNDI4bC4wNTQtLjExMmg3LjU5NGMuMzY4LDAsLjM3Ny0uMDExLjM3OC0uMzg4LDAtLjQ4MywwLS45NjYsMC0xLjQ0OSwwLS4xLS4wMzMtLjIwNy4wNDQtLjMuMDczLjAwOS4wNjUuMDY3LjA2NS4xMDgsMCwuNjE2LDAsMS4yMzIsMCwxLjg0OCwwLC4yNS0uMTM5LjMtLjM0OC4yOTUtLjkxLDAtMS44MiwwLTIuNzMsMGwtNS4wNjMsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ2LjEwNiAtMTAuODgxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5NCIgZGF0YS1uYW1lPSJQYXRoIDY2OTQiIGQ9Ik0yOTEuNzM0LDEwLjU4NmEuMjE1LjIxNSwwLDAsMS0uMS0uMTY0LDUuODU3LDUuODU3LDAsMCwxLC4wNDQtMS4zNjhoOC4xODFhMS4xMzUsMS4xMzUsMCwwLDEsLjQ3Ni4wNTIuMDM2LjAzNiwwLDAsMSwuMDEzLjA0Yy0uMDA1LjAxMy0uMDEuMDE5LS4wMTUuMDE5bC04LjE2NiwwYy0uNDMsMC0uNDMsMC0uNDMyLjQyMnEwLC41LDAsMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwOC45ODQgLTYuNDg3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5NSIgZGF0YS1uYW1lPSJQYXRoIDY2OTUiIGQ9Ik0xNDAuMjA3LDM1LjI0OGwtLjA1My4wNTYtLjA1OS0uMjg3YzEuMTgtLjEyMiwyLjM2Ni0uMDE1LDMuNTYzLS4wNzEtLjA4MS0uMjc4LS4zODYtLjQ2Mi0uMjU5LS43ODMuMjUyLjE0MS4yNzcuNDI5LjQxMS42NDYuMjMxLjM3Mi4yMTguMzgtLjIzNS4zOGgtMi45ODFhLjY3Ny42NzcsMCwwLDAtLjM4Ny4wNTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAuMzk3IC0yNC40ODIpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82Njk2IiBkYXRhLW5hbWU9IlBhdGggNjY5NiIgZD0iTTI5MS45ODUsMjguODM5YS4wOTMuMDkzLDAsMCwxLDAtLjEyNGw4LjQuMDA3YS44LjgsMCwwLDEsLjM0Ni4wM2MwLC4wMjksMCwuMDU4LDAsLjA4NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDkuMjMgLTIwLjU3OCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2OTciIGRhdGEtbmFtZT0iUGF0aCA2Njk3IiBkPSJNMzQ3LjMsMjguODNxLTQuMjA1LDAtOC40MTEsMGMtLjE0MywwLS4zMS4wNTYtLjQxNS0uMTA2cTQuMywwLDguNTkzLDBjLjA4NCwwLC4yMjQtLjA2Ni4yMzMuMTExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQyLjU2IC0yMC41NzMpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82Njk4IiBkYXRhLW5hbWU9IlBhdGggNjY5OCIgZD0iTTY0LjMyNyw5LjE2NmwuMDU2LS4xMTNoOC43Mzl2LjExM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00Ni4wOTkgLTYuNDg4KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5OSIgZGF0YS1uYW1lPSJQYXRoIDY2OTkiIGQ9Ik0zMzguNDY3LDkuMTY4bC4wNTctLjExM2g4LjUxMnYuMTEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0Mi41NTggLTYuNDg5KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcwMCIgZGF0YS1uYW1lPSJQYXRoIDY3MDAiIGQ9Ik0zNS45NzYsMjkuNDU1aC4xMTJjMCwuNTIyLjAwNiwxLjA0NCwwLDEuNTY1LDAsLjE3NS4wMjkuMjU5LjIyOS4yNThxMS41MDktLjAxMSwzLjAxOCwwYy4yMjgsMCwuMy0uMS4yOTMtLjMwOS0uMDA3LS42ODMsMC0xLjM2NiwwLTIuMDQ5LDAtLjEtLjAzNy0uMjA1LjA1MS0uMjk1LjA5MS4wNjUuMDU2LjE1OC4wNTcuMjM1LDAsLjcyMS0uMDA1LDEuNDQyLjAwNiwyLjE2MiwwLC4yNjQtLjA4Mi4zNzctLjM1OS4zNzRxLTEuNTIzLS4wMTUtMy4wNDYsMGMtLjI3OSwwLS4zNjUtLjExMi0uMzU4LS4zNzUuMDEyLS41MjEsMC0xLjA0MywwLTEuNTY1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjUuNzc5IC0yMC41MTMpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzAxIiBkYXRhLW5hbWU9IlBhdGggNjcwMSIgZD0iTTI5MS45ODYsMjIuODMxYS4wOTIuMDkyLDAsMCwxLDAtLjEyNGg3Ljk0NHYuMTI0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwOS4yMyAtMTYuMjczKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcwMiIgZGF0YS1uYW1lPSJQYXRoIDY3MDIiIGQ9Ik0xNjcuNCwyNy42NTJsLS4xNzEtLjExMmg3LjI4OGMuMDM3LjA2NS0uMDIzLjA4LS4wNTYuMTFIMTY3LjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTkuODQxIC0xOS43MzYpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzAzIiBkYXRhLW5hbWU9IlBhdGggNjcwMyIgZD0iTTExMi45NzcsMzEuMjY1Yy4wNjgtLjEyNi4xOS0uMTA3LjMtLjEwN2g2LjEzMWMuMTIzLDAsLjI1LS4wMDcuMzM2LjEwOWgtNi43NjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MC45NjMgLTIyLjMyOSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MDQiIGRhdGEtbmFtZT0iUGF0aCA2NzA0IiBkPSJNMjI4LjE1MywzMS42MzRsLjA1Mi0uMWMxLjAzNSwwLDIuMDY5LS4wMTMsMy4xLDAsLjI4OCwwLC4zODEtLjA4OS4zNzQtLjM3NS0uMDE3LS43MTEtLjAwNi0xLjQyMi0uMDA3LTIuMTM0bC4xMDctLjA0OGMwLC43ODQsMCwxLjU2OC4wMTEsMi4zNTIsMCwuMjMyLS4wOTUuMzE5LS4zMjIuMzE3LTEuMTA2LS4wMDgtMi4yMTItLjAwNy0zLjMxNy0uMDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjMuNTAzIC0yMC43NjUpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzA1IiBkYXRhLW5hbWU9IlBhdGggNjcwNSIgZD0iTTIxNC4xLDIuNzYzYS43NDMuNzQzLDAsMCwwLS4zODgtLjA1MmgtNC4yNzdsLjA1OS0uMDU5aDQuMjk1Yy4zNTgsMCwuMzcyLS4wMTUuMzczLS4zNjUsMC0uNTY5LDAtMS4xMzcsMC0xLjcwNmEuNS41LDAsMCwxLC4wNDItLjNjLjEuMDcuMDY4LjE2My4wNjguMjM5cS4wMDUuOTUzLDAsMS45YzAsLjE0MS4wMTguMy0uMTc2LjMzOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MC4wODYgLTAuMjAxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcwNiIgZGF0YS1uYW1lPSJQYXRoIDY3MDYiIGQ9Ik0zLjgxMiwzOC4xMTFILjMyNWMwLS4wMzQsMC0uMDY3LDAtLjFIMy43NjNjLjA0NS4wMi4wODguMDQuMDUuMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjMyIC0yNy4yMzkpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzA3IiBkYXRhLW5hbWU9IlBhdGggNjcwNyIgZD0iTTI2NC44MDcsMzguMDQ5aDMuMzU3YzAsLjAxOSwwLC4wMzksMCwuMDU4SDI2NC44YzAtLjAxOSwwLS4wMzksMC0uMDU4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg5Ljc2NyAtMjcuMjY3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcwOCIgZGF0YS1uYW1lPSJQYXRoIDY3MDgiIGQ9Ik0xOTIuNzUxLDI3LjY1NGwuMDU1LS4xMTFjLjE1My4wMzkuMTcxLjE1OS4xNzIuMjg4cTAsMS4yNDgsMCwyLjVjMCwuMTI5LS4wMTguMjQ5LS4xNzIuMjg2bC0uMDU1LS4xMTJjLjEyNS0uMDY3LjExMy0uMTg3LjExMy0uM3EwLTEuMTI0LDAtMi4yNDhjMC0uMTEzLjAxMi0uMjMzLS4xMTMtLjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzguMTMyIC0xOS43MzgpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzA5IiBkYXRhLW5hbWU9IlBhdGggNjcwOSIgZD0iTTEyLjUxLDMxLjYxMmwtLjA1LS4xYS43MS43MSwwLDAsMCwuMDU4LS4zODdxMC0xLjA5MiwwLTIuMTgzaDBjLjEyNy4wNjYuMTE0LjE4Ni4xMTQuM3EwLDEuMDIzLDAsMi4wNDVjMCwuMTIzLjAwNi4yNTEtLjEyMy4zMjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjkyOSAtMjAuNzQpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzEwIiBkYXRhLW5hbWU9IlBhdGggNjcxMCIgZD0iTTMyMi4zODIsMy4wNTJjMC0uMDIsMC0uMDQsMC0uMDZhMS4wNiwxLjA2LDAsMCwwLC4wNTYtLjQ3NWMwLS41NjcsMC0xLjEzNSwwLTEuNywwLS4xLS4wMzUtLjIwNS4wNDctLjI5NC4wODkuMDM2LjA2Mi4xMTMuMDYyLjE3MXEwLDEuMDIxLDAsMi4wNDNjMCwuMTM1LDAsLjI3Mi0uMTcxLjMxNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzMS4wMzEgLTAuMzc0KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcxMSIgZGF0YS1uYW1lPSJQYXRoIDY3MTEiIGQ9Ik0yMzYuMzk0LDEzNi4zNDhhLjc2NC43NjQsMCwwLDEtLjA1Mi0uNDQ1LDEwLjc4NSwxMC43ODUsMCwwLDEsLjA1MS0xLjcyNWMuMDEuNDIxLjE0OC44MjUuMTMxLDEuMjU2YTcuMzk0LDcuMzk0LDAsMCwxLS4xMy45MTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjkuMzYzIC05Ni4xNTcpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzEyIiBkYXRhLW5hbWU9IlBhdGggNjcxMiIgZD0iTTQ5LjM1LDEwLjkyM1Y4Ljc2NmguMDU3djIuMTU3SDQ5LjM1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUuMzY2IC02LjI4MikiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MTMiIGRhdGEtbmFtZT0iUGF0aCA2NzEzIiBkPSJNMjgyLjAwNSwxMzUuMTg2YTIuMSwyLjEsMCwwLDEsMCwxLjcxM3EwLS44NTcsMC0xLjcxMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwMi4wOTUgLTk2Ljg3OSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MTQiIGRhdGEtbmFtZT0iUGF0aCA2NzE0IiBkPSJNMTkwLjY3MiwxMTUuMDY4Yy0uMDUyLS4xMjYsMC0uMTY5LjEyNS0uMTY3LjM4LDAsLjc1OS4wMDgsMS4xMzksMCwuMTM2LDAsLjE1Ni4wNy4xNjguMTdoLTEuNDMyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM2LjYyOCAtODIuMzQxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcxNSIgZGF0YS1uYW1lPSJQYXRoIDY3MTUiIGQ9Ik0yNTYuMjU0LDExNS4wNjVhLjM4NC4zODQsMCwwLDEsLjM1OS0uMTY5Yy4zMDkuMDEuNjE4LjAwOC45MjcsMGEuNTIuNTIsMCwwLDEsLjQyOC4xNjgsMi4yMTMsMi4yMTMsMCwwLDEtLjcxOS0uMDY0Yy0uMjA1LS4wNjUtLjQxMi4xLS42MzEuMDcxYTMuNDU4LDMuNDU4LDAsMCwwLS4zNjQtLjAwNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4My42NDEgLTgyLjMzOCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MTYiIGRhdGEtbmFtZT0iUGF0aCA2NzE2IiBkPSJNMTM2LjQzNSwxNzguMjczaDEuODQxbDAsLjA1MmgtMS44MzljMC0uMDE3LDAtLjAzNCwwLS4wNTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05Ny43NzQgLTEyNy43NTcpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzE3IiBkYXRhLW5hbWU9IlBhdGggNjcxNyIgZD0iTTQwLjYsMTc4LjM2N0gzOC43NTF2LS4wNThINDAuNmMwLC4wMTksMCwuMDM5LDAsLjA1OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3Ljc3IC0xMjcuNzgzKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcxOCIgZGF0YS1uYW1lPSJQYXRoIDY3MTgiIGQ9Ik0yNy4zMjYsMTIxLjk4YTUuMTUxLDUuMTUxLDAsMCwxLDEuMzc1LS4wMzdjLjAzNSwwLC4wNjkuMDU2LjEuMDg2YTcuMTYzLDcuMTYzLDAsMCwxLTEuNDc4LS4wNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5LjU4MyAtODcuMzY5KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcxOSIgZGF0YS1uYW1lPSJQYXRoIDY3MTkiIGQ9Ik0xNDkuNTMsMTIxLjk3MWEzLjQ3NiwzLjQ3NiwwLDAsMSwxLjM3NCwwLDMuNDUsMy40NSwwLDAsMS0xLjM3NCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA3LjE1OSAtODcuMzYpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzIwIiBkYXRhLW5hbWU9IlBhdGggNjcyMCIgZD0iTTMwMi4zMjUsMTMzLjg5M2E0LjA0Myw0LjA0MywwLDAsMS0uMjExLTEuMDA4LjQ1Ni40NTYsMCwwLDEsLjA0OC0uMywyLjk1MSwyLjk1MSwwLDAsMSwuMTYzLDEuMzA5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjE2LjUwMiAtOTUuMDE1KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcyMSIgZGF0YS1uYW1lPSJQYXRoIDY3MjEiIGQ9Ik0yMDguODYxLDE1My4yODRhLjkwNi45MDYsMCwwLDEtLjYzMy42NzlsLjYzMy0uNjc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ5LjIyNCAtMTA5Ljg0OSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MjIiIGRhdGEtbmFtZT0iUGF0aCA2NzIyIiBkPSJNMjUwLjAzMSwxMTYuMDZhMy4yMjIsMy4yMjIsMCwwLDEsMS4wMjctLjMzNywyLjAyLDIuMDIsMCwwLDEtMS4wMjcuMzM3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc5LjE4MSAtODIuOTMxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcyMyIgZGF0YS1uYW1lPSJQYXRoIDY3MjMiIGQ9Ik0xODEuNTQ0LDEzNC4yNjZsLS4wNjMtLjA2M2EyLjA1NywyLjA1NywwLDAsMSwuMDcxLS43MDcsMS4zODUsMS4zODUsMCwwLDEtLjAwOC43NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMC4wNTYgLTk1LjY2OCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MjQiIGRhdGEtbmFtZT0iUGF0aCA2NzI0IiBkPSJNMjYyLjY4NywxMTUuNGExLjMxMSwxLjMxMSwwLDAsMSwuOTcxLjE4MSwyLjA4LDIuMDgsMCwwLDEtLjY0My0uMTE4LDEuMjc1LDEuMjc1LDAsMCwwLS4zMjctLjA2MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4OC4yNTEgLTgyLjY2OCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MjUiIGRhdGEtbmFtZT0iUGF0aCA2NzI1IiBkPSJNMjkxLjg2MSwyNC44OTNhMy40MzQsMy40MzQsMCwwLDEsMC0xLjM1NnYxLjM1NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwOS4xMSAtMTYuODY3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcyNiIgZGF0YS1uYW1lPSJQYXRoIDY3MjYiIGQ9Ik0yMDEuMzksMTE2LjY4NGEuNzExLjcxMSwwLDAsMSwuNTY4LjE4MWMtLjIyOC4wNi0uMzg1LS4xLS41NjgtLjE4MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0NC4zMjMgLTgzLjYxNykiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MjciIGRhdGEtbmFtZT0iUGF0aCA2NzI3IiBkPSJNMjYwLjA3MSw1NS4wNDZhLjcuNywwLDAsMS0uNC41MTMsMi4wMDgsMi4wMDgsMCwwLDEsLjQtLjUxMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4Ni4wOTEgLTM5LjQ0OCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MjgiIGRhdGEtbmFtZT0iUGF0aCA2NzI4IiBkPSJNMTcwLjY0MywxMzUuNDI4Yy4xNjkuMTMzLjEwOC4yOTEuMDQ5LjQ0OWEuNzUyLjc1MiwwLDAsMS0uMDQ5LS40NDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjIuMjgxIC05Ny4wNTMpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzI5IiBkYXRhLW5hbWU9IlBhdGggNjcyOSIgZD0iTTI1NC4wNTEsMTE1LjQyNWEuMzY0LjM2NCwwLDAsMSwuNDU5LS4wNzNjLS4xNTQuMDE3LS4yODMuMTkxLS40NTkuMDczIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTgyLjA2MiAtODIuNjMpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzMwIiBkYXRhLW5hbWU9IlBhdGggNjczMCIgZD0iTTMxNS4wODQsNTYuODVhMS4wMjEsMS4wMjEsMCwwLDEtLjM0LjUxNS45ODMuOTgzLDAsMCwxLC4zNC0uNTE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjI1LjU1NyAtNDAuNzQxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjczMSIgZGF0YS1uYW1lPSJQYXRoIDY3MzEiIGQ9Ik0yNS40MTcsODEuNzA4Yy0uMDA4LS4xMTgtLjA0Ny0uMi0uMTktLjE4OS0uMjM4LjAyNC0uMy0uMTMtLjM5NC0uMzE5cy0uMDc5LS40MTQtLjIyNi0uNTE4YS42OS42OSwwLDAsMS0uMjM4LS40NDcsNi43LDYuNywwLDAsMC0uNDA3LS45NDhjLS4xNTYtLjM2OC0uMzgzLS43MDgtLjUxNS0xLjA4Mi0uMjA5LS41OTQtLjU4Ni0xLjEtLjg0Mi0xLjY2MS0uMTA3LS4yMzUtLjMyNy0uMzg5LS40LS42MzRhMi45ODcsMi45ODcsMCwwLDAtLjQxNi0uNjg5Yy0uMDk0LS4xNTgtLjI3OS0uMzU5LS4zNDQtLjUxMS0uMTEzLS4yNjQtLjQzMy0uMzg1LS40MzYtLjcsMC0uMDIzLS4wNTEtLjA1Ni0uMDg0LS4wNjhhLjUwOC41MDgsMCwwLDEtLjMyOC0uNGMtLjAyMi0uMDg4LS4wNTUtLjE2OC0uMTU2LS4xNzlhLjMzMy4zMzMsMCwwLDEtLjIzNy0uMTg0LDcuNyw3LjcsMCwwLDEtLjUtLjY1M0ExLjU2OSwxLjU2OSwwLDAsMCwxOS4xNjgsNzJhMi4wMjksMi4wMjksMCwwLDEtLjgwNi0uNzIyLjI5LjI5LDAsMCwwLS4xNjMtLjEsMS4xNSwxLjE1LDAsMCwxLS40MzktLjI5LDEuOTcyLDEuOTcyLDAsMCwwLS4zNzMtLjMwOWMtLjMxNS0uMTc2LS42MjctLjM2Mi0uOTIzLS41NTktLjI1OC0uMTcxLS41MzUtLjI5My0uOC0uNDUxLS4zNTgtLjIxOC0uNzY4LS4zMjgtMS4xMzMtLjUzOWExLjE2NCwxLjE2NCwwLDAsMC0uMzg0LS4xNWMtLjIxOC4wNjctLjM0OS0uMjU1LS41NTgtLjEsMCwwLS4wMjgtLjAyOC0uMDI1LS4wMzQuMS0uMjE3LS4wODItLjEtLjEzNi0uMTA4YS42NTQuNjU0LDAsMCwwLS4xOTQuMDI2Yy0uMDE2LS4yMzMtLjE3OC0uMTMzLS4yNzMtLjEtLjE3My4wNjItLjEzNS0uMTM1LS4yMTUtLjE1NC0uMTU1LS4wMzYtLjM2OC4xNi0uNDYzLS4xMTktLjI1LjE0MS0uNC0uMDgzLS41OTEtLjE2Mi0uMDI1LS4wMS0uMDY5LS4wMzQtLjA2Ny0uMDQyLjA0OC0uMi0uMjM5LS4zMy0uMTEyLS41NTlhLjI2OS4yNjksMCwwLDAtLjAzNi0uMjljLS4xMTYuMDQ2LS4wMjQuMTgtLjEwNy4yMzlWNjUuNTIyYy4wNzMuMTctLjAxMy4zMjUuMTEzLjQ2MS4xMjQtLjM4Ny0uMDc4LS43NDksMC0xLjExMy4wOS4wMjgsMCwuMTgyLjEzLjE4YTEsMSwwLDAsMC0uMDE4LS41Yy0uMDA3LS4wNDQtLjA0Ny0uMS4wMzEtLjE0Mi4xMTktLjA1Ny4xMTctLjA2MS4xMS0uMTI2LS4wMTMtLjExMy0uMDMxLS4yMjUtLjAzNy0uMzM4LDAtLjA4LDAtLjA4LjA0OS0uMDc5LjEyMiwwLC4xMjUsMCwuMTE1LS4xMTFzLS4wMjUtLjItLjAzOC0uMzA3Yy4yOTMuMDI4LjA2My0uMTY2LjEtLjI0NmEuNDUxLjQ1MSwwLDAsMCwuMDA4LS4xMzRjLjMxMi0uMDE0LS4wMTUtLjQxLjI2My0uNDM5LS4wMzgtLjI3MS4xNjUtLjQ4OC4xOTQtLjcxNy4wNDMtLjM1Mi4zMjQtLjQ1Mi41MTYtLjU0Ni4zMDctLjE1LjU3NC0uMzUzLjg1OC0uNTI3cy41NzMtLjMzMy44NTMtLjVhNC4wNDYsNC4wNDYsMCwwLDEsLjgzMy0uNDgyYy4yNjYtLjA4MS40MzUtLjMxNC42NzEtLjQyNC40MDYtLjE5LjcwNy0uNTUzLDEuMTUzLS42NzEuMDM1LS4wMDkuMDcxLS4wNjcuMDgyLS4xMDkuMDQ5LS4xODIuMi0uMjQxLjM1Mi0uMjk1LjA3My0uMDI2LjE2Ny0uMDMyLjE4OS0uMTA1LjA3OC0uMjY4LjMtLjMzMi41MzItLjQxOWE0LjIsNC4yLDAsMCwwLTEuMTY1LS4xMjFjLjEuMTMzLjIxNS4wNjEuMjk0LjE0NWExLjU4NSwxLjU4NSwwLDAsMS0uNTI2LS4wMzQuMTgzLjE4MywwLDAsMC0uMTg4LjAyM2MtLjExNi4xMjMtLjExNC4xMjUtLjI0OS4xLS4wNzItLjAxMS0uMjEyLS4wMzktLjIuMDE2LjA0LjIyMy0uMTEuMS0uMTguMTE0cy0uMTM4LS4wNTgtLjE4NS4wMWMtLjE2NC4yMzgtLjQ2Ni4xODctLjY5LjMwOC0uMzE0LjE2OC0uNjc5LjI4Ny0xLjAxOS40MzVhNC4zNjgsNC4zNjgsMCwwLDEtLjYxLjJjLS4wODQuMDIyLS4xODktLjAxMS0uMTQ0LS4xMzZhMi44NSwyLjg1LDAsMCwxLC4yMzItLjU0NGMuMDc3LS4xMjIuMDE4LS4yNTEuMDg5LS4zMjhhMy43NSwzLjc1LDAsMCwwLC40NjYtMS4wMTVjLjA5NC0uMTg4LjEzNi0uNDIyLjIzNy0uNTc1LjE2MS0uMjQ0LjE3LS41MzMuMzMyLS43NjUuMTI2LS4xODEuMTIyLS40NDkuMjM0LS42YTUuMjIyLDUuMjIyLDAsMCwwLC4zMjMtLjcxOWMuMTE4LS4yMTMuMTkzLS40ODEuMy0uNzE1LjA1NC0uMTIxLS4wNDEtLjI0Ny4wMzgtLjMxNy4xNjEtLjE0My4xNDYtLjM3Ni4yNjEtLjUwN3MtLjAzMy0uMzM4LjE3OS0uNDIxYy4wODktLjAzNSwwLS4xMzEtLjA0Ni0uMTg3cy0uMDk1LS4xLS4xMzgtLjAzMWMtLjIxMi4zMzEtLjYwOS40OTMtLjc4Ny44NDEtLjEuMTg2LS4zNjYuMTQ4LS4zOTQuMzI5LS4wNi4zODMtLjQ0NS41MS0uNi44MzktLjEyOS4yNzQtLjM4Ny41MzktLjU0Mi44MTEtLjI5LjUwOS0uNjIzLDEtLjg4MywxLjUyMy0uMjQ1LjUtLjUwOS45ODctLjc0MywxLjQ5LS4xNjEuMzQ2LS4yOTQuNzE4LS40NjksMS4wNDRhNi41ODgsNi41ODgsMCwwLDAtLjQyMS45MjgsMS4xMzksMS4xMzksMCwwLDEtLjY2OC42ODcsNC4wMTYsNC4wMTYsMCwwLDAtLjcuNDI4Yy0uMjgxLjIyNy0uNjEyLjM4My0uODc4LjY0MS0uMS4xLS4yMjYuMjc3LS40LjMtLjI5NS4wNDItLjQ3OC4yOTQtLjY1OC40NTNhMy44OTQsMy44OTQsMCwwLDAtLjY3NC41ODNjLS4yLjI2Ny0uNTQyLjQtLjc5LjY3MS0uNDYzLjUwOC0xLC45NTgtMS40NjIsMS40N2E1LjUzNiw1LjUzNiwwLDAsMC0uNzU3LjgzN2MtLjI2LjQyOS0uNjcyLjc2NS0uOTQ3LDEuMTg3cS0uMzY0LjU2LS43MjYsMS4xMjRjLS4wODcuMTM1LS4xMTUuMzEtLjIxMi40MzRhNS44MTEsNS44MTEsMCwwLDAtLjgzMiwxLjQzNWMtLjE1My4zODMtLjMzNC43NTctLjQ3MiwxLjE0OS0uMDM5LjExLS4wMS4yNzctLjA4OS4zMTgtLjIxMy4xMDktLjEuMzM1LS4yLjQ5My0uMDc2LjEyMS0uMjMzLjM1OS0uMTE0LjU4MWEuMDYxLjA2MSwwLDAsMS0uMDEyLjA1M2MtLjEzMy4xNDctLjEzMi4xNDYtLjExOC4yNjlhMS4zNDQsMS4zNDQsMCwwLDEsMCwuMTM5Yy0uMzE2LS4wNjEtLjA3LjE0OC0uMS4yMmEuOTY5Ljk2OSwwLDAsMC0uMDA3LjNjLS4wNDMtLjA0LS4wNzYtLjA5NC0uMS0uMDkyLS4wODEuMDA4LS4wNjIuMDg0LS4wNTMuMTMyYTEuNzI5LDEuNzI5LDAsMCwxLC4wMy42NDdjLS4wNjItLjA5NCwwLS4yMTMtLjEyNi0uMjc5YTMxLjk5LDMxLjk5LDAsMCwwLC4wMTksMy45ODdjLjEtLjAzOS4wMzItLjE0OS4xMTItLjE4OWExLjAzNywxLjAzNywwLDAsMS0uMDMzLjQyN2MtLjAyLjExOC0uMDI5LjIzMy4xNjYuMTc2LS4wMS4xMzYtLjA2NS40LS4wMjcuNDE4LjI2OS4xLS4wMjMuNDM5LjI0My41MTEtLjA2NS4yMTQuMTA3LjM2NS4xNjQuNTQzYTUuODcsNS44NywwLDAsMCwuNDA3Ljg4Miw0Ljc3OCw0Ljc3OCwwLDAsMCwuNTc1LDEuMDEzYy4yODkuMzI0LjQwNS43NzYuNzg4LDEuMDIxLjEyNS4wOC4wNTkuMzA1LjE3OS4zMzcuMjgyLjA3NC40LjMwNy41NjMuNUE4LjgwOCw4LjgwOCwwLDAsMSw0LjUsODUuMDI5YS4yNTIuMjUyLDAsMCwwLC4xNDQuMDc5Yy4zODcuMTA3LjUyMS41NTQuOS42Ny4wMTIsMCwuMDE3LjAzMy4wMjMuMDVBLjIyOC4yMjgsMCwwLDAsNS43OTMsODYsLjI0LjI0LDAsMCwxLDYsODYuMTI4YTEsMSwwLDAsMCwuNDUyLjMyNCwxMS43LDExLjcsMCwwLDAsMS4yMTIuNjM3Yy4yMjYuMDguNDY0LjE5NS42ODQuMjU4LjE3My4wNS4zNjcuMjQ4LjU5MS4xMTNhLjA4NC4wODQsMCwwLDEsLjA3Ni4wMmMuMTE0LjEyNS4xMTIuMTIyLjIxOS4xMXMuMjI1LS4wMTUuMzQ1LS4wMjJjLS4wMTguMS0uMTM4LjAzLS4xNDIuMTUxLjMwOS4wNTMuNjI0LS4xMDguOTM3LS4wMS0uMTA1LjA3OC0uMjY3LS4wMzMtLjM4OS4xNTVhMzAuMzI0LDMwLjMyNCwwLDAsMSwzLjg3LS4wMjNjLS4wODEtLjE1LS4yMDYtLjA2MS0uMjc4LS4xMzlhMS44NzIsMS44NzIsMCwwLDEsLjYyMS4wMzFjLjA0NiwwLC4xOC4wNi4xMjctLjA4OS0uMDEyLS4wMzUtLjEzNy0uMDU5LjAwNi0uMDcyYTIuMTM3LDIuMTM3LDAsMCwwLC41NTQtLjA4MWMuMTg4LS4wNjYuMzA1LS4yOC41MzItLjI0OC4wNDEuMDA2LjA1Ni0uMDY2LjA1Ni0uMTE2YS41LjUsMCwwLDAtLjQzNS0uMzgxYy0uNTU1LjA1NS0xLjExLjAxOC0xLjY2NS4wMjIsMC0uMDI4LDAtLjA1NSwwLS4wODNoMS40NjlhMTMuODg1LDEzLjg4NSwwLDAsMC0yLjU1OC0uMDIzYy4xNzEtLjExMS4zNDQsMCwuNDY2LS4xNDEtLjM0Ny0uMTA3LS42Ny4wNDMtMSwuMDExLjAzMS0uMDc2LjE1NS0uMDIzLjEzMS0uMTM3LS4yLS4wNjUtLjM5Mi4wNjItLjU4OS4wMzMtLjAzNS0uMDA1LS4wOTIuMDM0LS4xLS4wNDQtLjAyLS4xMzItLjAyMi0uMTMyLS4xNTYtLjExMy0uMS4wMTQtLjIxNy4wODgtLjMuMDIzLS4xNDYtLjExMy0uMTM1LS4xMjUtLjI0NC0uMTE2YS41NjEuNTYxLDAsMCwxLS4xMDcsMGMtLjA0Mi0uMjktLjMxNy0uMDkyLS40NzktLjIwOWE1LjA0NSw1LjA0NSwwLDAsMC0uODczLS4zNjYsMTAuNzQxLDEwLjc0MSwwLDAsMS0uOTc5LS40ODgsOS45ODksOS45ODksMCwwLDAtLjg4OS0uNTA5QS4yNS4yNSwwLDAsMSw3LDg0LjQyN2EuNDYzLjQ2MywwLDAsMC0uMjI2LS4yODMuODM1LjgzNSwwLDAsMS0uMzg0LS44OTQuMzkzLjM5MywwLDAsMCwwLS4yMjRBLjM0Mi4zNDIsMCwwLDEsNi41LDgyLjZhLjkyOC45MjgsMCwwLDAsLjMyLS40MDcuMTMxLjEzMSwwLDAsMSwuMDktLjA2M2MuMTU0LS4wMzEuMjc1LS4xNjcuMzg1LS4yMDZhMTcuODY2LDE3Ljg2NiwwLDAsMCwxLjU4My0uODNjLjU2Ny0uMjY2LDEuMS0uNjI0LDEuNjQyLS45MzkuNDg5LS4yODIuOTU2LS42LDEuNDQ3LS44ODYuMTE0LS4wNjYuMjU5LS4wNy4zNTYtLjE4MmEzLjIyOSwzLjIyOSwwLDAsMSwuNTQ2LS40LDUuNjEsNS42MSwwLDAsMCwuNTYyLS40MSw2LjE5NCw2LjE5NCwwLDAsMCwuNTkxLS42Yy4xNi0uMjExLjQyOS0uMzczLjMwNi0uNzEzLS4wNC0uMTEuMTE0LS4yODctLjA3OC0uMzQxYS41MzcuNTM3LDAsMCwwLS40MTEuMDE1Yy0uMTI2LjEtLjI4Ni4xNDItLjM5MS4yNDRhMy4xNTEsMy4xNTEsMCwwLDEtLjc2LjQ5M2MtLjQuMjExLS43ODQuNDQ4LTEuMTgyLjY2LS4zMTUuMTY3LS42MzMuMzUzLS45NDguNWE1Ljc0Myw1Ljc0MywwLDAsMS0xLjI4Mi41NDdjLS4xNS4wMy0uMi4yMTEtLjMzMy4xNjEtLjItLjA3NS0uMzMzLjEtLjUwOC4xMzEtLjIzMi4wMzgtLjQ1Mi4yMTQtLjcyMy4xNzZhLjEyMS4xMjEsMCwwLDAtLjA4MS4wMTdjLS4xNjMuMTIzLS4xNjIuMTItLjMyNy4xLS4wODgtLjAxLS4xODYtLjA0OS0uMjUyLjAzNS4wMDUuMDkxLjExNC4wMzcuMTUxLjEzYTcuMTgxLDcuMTgxLDAsMCwwLTEuODM4LS4wMTIuMi4yLDAsMCwxLS4xMDYtLjAxNGMtLjAwOS0uMjIyLS4xNTEtLjExNS0uMjU0LS4xMDZhLjE0Ni4xNDYsMCwwLDEtLjEyNC0uMDQxQS45ODYuOTg2LDAsMCwwLDQuNTEsNzkuNGMtLjQ2OS0uMS0uNTYzLS41Mi0uNzU2LS44NDVhLjg4Mi44ODIsMCwwLDEtLjIxLS42NzguMS4xLDAsMCwwLS4wMjktLjA3MmMtLjI0Mi4wMjUtLjEtLjE0Mi0uMTA3LS4yMjRzLjA0OC0uMjM3LS4wMTMtLjIyN2MtLjI0Ny4wNC0uMTA2LS4xMjQtLjEtLjE3OWExLjAyNCwxLjAyNCwwLDAsMC0uMDEyLS41MjNjLS4xMTYuMDc2LS4wMzMuMi0uMTQyLjI5LjAzNC0uNjMuMDM0LTEuMjI2LjAwOC0xLjg3MS4wODQuMS4wMzMuMi4xMzcuMjMuMTMxLS4yMTYtLjEtLjQ3MS4xMDctLjdhMS4wMTIsMS4wMTIsMCwwLDAsLjE3Ny0uNDIxYy4wNDMtLjI0Ny4zLS4zNTcuMzg3LS41NjRhLjg3Ni44NzYsMCwwLDEsLjQ1My0uNDY2LDMuMTQ1LDMuMTQ1LDAsMCwwLC41NTItLjM4MiwxLjQxMiwxLjQxMiwwLDAsMSwuNi0uM2MuMzE3LS4wNTMuNTc4LS4zNTYuOTMzLS4yMTUuMDExLDAsLjAzNi0uMDEuMDQ4LS4wMjMuMTM3LS4xNDMuMTM3LS4xNDYuMjgtLjEyMmEuODM2LjgzNiwwLDAsMCwuNTEzLDBjLS4wNjItLjExMi0uMTg1LS4wMy0uMjUtLjEzaC43MjhjLjI5LDAsLjU4MS0uMDA5Ljg3MSwwYTEuMzE2LDEuMzE2LDAsMCwxLC42MDcuMDQ4QTMuMTE3LDMuMTE3LDAsMCwxLDEwLjI0NSw3MmMtLjE0NS4wNjMtLjMxMi0uMDA2LS40ODcuMTA5LjQyNi4xMjQuODA4LS4wNjksMS4xOTQsMC0uMDQ3LjA3Ny0uMTYxLjAxLS4xOTQuMTI4YS44MTYuODE2LDAsMCwwLC40MzgsMGMuMDY0LS4wMTMuMTQ1LS4wMzguMTk0LS4wMTJhLjUzLjUzLDAsMCwwLC4zNTMuMTA2Yy4wMzcsMCwuMTQ3LS4wNC4xMDcuMDQ4LS4wNTQuMTE4LjAxNi4xMTIuMDc4LjExMWExLjYzMywxLjYzMywwLDAsMSwuNjkxLjJjLjI3Mi4xMi41NjUuMjIuODUxLjMyM2E2Ljc2OCw2Ljc2OCwwLDAsMSwxLjAxMi41MzNjLjI0Ny4xMzkuNDcyLjM0My43MjMuNS4wNzMuMDQ1LjE0NS4wODcuMTY0LjE4NGEuMi4yLDAsMCwwLC4xNjUuMTc3Ljc1OS43NTksMCwwLDEsLjQ0MS4yOTEsMy4xOTQsMy4xOTQsMCwwLDEsLjgyMywxYy4wNjIuMTU2LjMwNS4xMTcuMzI1LjI5LjAzMi4yODUuMzEzLjM4OC40MzQuNjIxYTMuODMzLDMuODMzLDAsMCwwLC4zNC41NDMsNi40NTgsNi40NTgsMCwwLDEsLjQ1My44NSw3LjczOSw3LjczOSwwLDAsMSwuNDkzLDEuMDM4Yy4xODEuNS40MzUuOTY1LjY0LDEuNDUyLjE3NC40MTMuMzg5LjgxNi41OTIsMS4yMi4xODIuMzYzLjM3My43MjIuNTU2LDEuMDg1LjIuNDA4LjQzMy44LjY1MSwxLjIuMi4zNjYuNDI4LjcxNi42MjMsMS4wODUuMTY1LjMxMy4zNzguNi41NDUuOS4yMjUuNDEuNS43ODUuNzQ2LDEuMTgxLjI4LjQ1OC43LjgyOS45NDksMS4zMjFhLjE1LjE1LDAsMCwwLC4wNjMuMDU2LDIuODMxLDIuODMxLDAsMCwxLC44Ljg1N2MuMDQxLjA1MS4wNjIuMTMuMTQxLjExNy4xLS4wMTYuMDkzLS4xMDkuMS0uMTgyLjAwNy0uMDk0LDAtLjE5LDAtLjI4NFY4MS43MjhsLjA4NywwdjcuOGEuMzQ3LjM0NywwLDAsMCwuMDgzLS4yNDlxMC0zLjcsMC03LjRjMC0uMDU3LDAtLjExNCwwLS4xNzFNOS43NSw2My44NTljLS4wNjEsMC0uMDIuMS0uMDM5LjE0NGEyLjMzLDIuMzMsMCwwLDEtLjMuNjg3LjY0NC42NDQsMCwwLDAtLjEyMS4yODYsMy43NTYsMy43NTYsMCwwLDEtLjQwNi44NjlBNC41MTYsNC41MTYsMCwwLDEsOC4yLDY3LjA2NmMtLjMxNS4zNzktLjUyMy44NjMtMS4wNzgsMS4wNDEtLjI2LjA4NC0uNDA1LjE0Mi0uNi0uMDcyLS4xLS4xMDctLjAzNi0uMjExLS4wNzEtLjMwOS4wMzYtLjA5LS4wODYtLjI3Ni4xNTMtLjIzMmEuMjMuMjMsMCwwLDAsLjAxNS0uMDc4Yy0uMDQ0LS4zOC4yMzQtLjYyOC4zNjUtLjkzNy4xMS0uMjYuNDM5LS4zNTMuNDQ1LS42NjdhLjE3LjE3LDAsMCwxLC4wODItLjExMmMuNDc3LS4yNzYuNjM3LS44NDcsMS4wNzktMS4xNTVhMS40NzEsMS40NzEsMCwwLDEsLjIyOC0uMTY0QS44NDcuODQ3LDAsMCwwLDkuMyw2My45M2EuNDc3LjQ3NywwLDAsMSwuMzU2LS4yNTRjLjA4MS0uMDE5LjE1LS4wMzEuMTg4LjA2M3MuMDI0LjEyOC0uMDk0LjEyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDc2IC0zNy4zNjYpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzMyIiBkYXRhLW5hbWU9IlBhdGggNjczMiIgZD0iTTExNy42LDc2LjQxNWEuMDY2LjA2NiwwLDAsMC0uMDYzLS4wNjMsOC40MzEsOC40MzEsMCwwLDEtLjAxLTEuNzQ0Yy0uMTQyLjA2Ny0uMDU4LjE5NC0uMTQxLjI1N2ExLjk3NywxLjk3NywwLDAsMSwuMDM3LS42MjdjMC0uMDUyLjAxNS0uMTI2LS4wNTctLjEzOC0uMDIzLDAtLjA1OC4wNTYtLjA5NC4wOTQtLjAwNi0uMDM2LS4wMjEtLjA2Ny0uMDEzLS4wODkuMS0uMjcyLS4xMzEtLjUxNS0uMDY3LS43ODRhLjExLjExLDAsMCwwLS4wMjctLjA3M2MtLjI0OC4wMzQtLjA5NC0uMTQxLS4xMTQtLjIyMi0uMDA4LS4wMzUuMDIxLS4wOTUsMC0uMTA4LS4yNDItLjItLjI0Mi0uNTMxLS4zMjctLjc3OHMtLjE4OS0uNTM0LS4yODQtLjc4NWE4LjQ1OCw4LjQ1OCwwLDAsMC0uNTMyLTEuMjMzYy0uMjI5LS40LS41LS43NjUtLjcwOC0xLjE4LS4xLS4yMDgtLjI2My0uMzktLjM4Ny0uNTkxYTcuNTU1LDcuNTU1LDAsMCwxLS41OC0uODMzYy0uMTE2LS4yNjctLjQwOS0uNC0uNDU2LS42OTItLjQyNi0uMTQ5LS41LS42MjMtLjgzMS0uODkxLS40NDgtLjM2MS0uNzkxLS44NjgtMS4yMzYtMS4yNWE2LjQwNiw2LjQwNiwwLDAsMC0xLjMwOS0xLjE1MS4yMzIuMjMyLDAsMCwxLS4xMjQtLjE4MS4xNTkuMTU5LDAsMCwwLS4xMjgtLjEzOWMtLjM2My0uMDM3LS41LS40MzgtLjgzLS41MTdhLjEuMSwwLDAsMS0uMDY2LS4wNTJjLS4wNzgtLjIwNS0uMy0uMjY1LS40NDQtLjQtLjExMy0uMS0uMjM1LS4yODgtLjQtLjNhMS4yMzcsMS4yMzcsMCwwLDEtLjY3LS40LDIuMjY4LDIuMjY4LDAsMCwwLS42NjktLjQ2NSwxLjEzLDEuMTMsMCwwLDEtLjcxOS0uODE4LDEyLjY1MiwxMi42NTIsMCwwLDAtLjUxMy0xLjIyNWMtLjI2Ni0uNTktLjUzNi0xLjE4Mi0uODU2LTEuNzUtLjI2My0uNDY2LS41MDYtLjk0Ni0uODA2LTEuMzg5YTkuNjcyLDkuNjcyLDAsMCwwLS42NDEtMS4wMTJjLS4yLS4yMzQtLjI2My0uNTc1LS41NS0uNzU5YS4zNjYuMzY2LDAsMCwxLS4xNzgtLjI3OWMwLS4wNjctLjAzMi0uMTQ4LS4xLS4xNTktLjItLjAzMS0uMjYtLjIwNS0uMzc3LS4zMjItLjE4MS0uMTgxLS4zNjItLjM2Mi0uNTQ4LS41MzhhLjE1Mi4xNTIsMCwwLDAtLjIyOS0uMDE2Yy0uMS4wOTEuMDMuMTIyLjA0MS4xN2E2LjE4NSw2LjE4NSwwLDAsMCwuMzkzLjg3OSwzLjA5NCwzLjA5NCwwLDAsMSwuMy45MDVjMCwuMDE3LjAxNS4wNDYuMDI1LjA0Ny4yNTUuMDE1LDAsLjM2My4yNDkuMzgtLjA0OS4yMzMuMTQzLjQuMTY1LjYxMS4wMTYuMTQ3LjE0NS4yNDkuMTU2LjM1LjAyMS4yMDcuMTcxLjM1OS4xOC41NTMuMDA3LjE1NC4xNzMuMjQuMTY4LjM1NS0uMDEzLjI4OC4yLjQ4NS4yNzcuNzMyLjAzNS4xMS0uMDU5LjI1LjA1LjMwOS4yNzIuMTQ0LjE1OC40NzMuMzQ4LjY3OC4wOTQuMS4wNjQuMzU0LjIyNy40ODcuMDIxLjAxNy4wMS4wOTEtLjAwNS4xMzFhLjEyNC4xMjQsMCwwLDEtLjE2My4wNzljLS4yLS4wODQtLjQwOC0uMTYtLjYxOS0uMjI4YTYuNDE2LDYuNDE2LDAsMCwxLS42OTItLjMsNC43NDEsNC43NDEsMCwwLDEtLjYzNy0uMjQ2Yy0uMjQ5LS4xNjYtLjU5LS4wNTgtLjc5NC0uMzI0LS4wMzUtLjA0NS0uMjEzLjAyMy0uMzI2LjAzMy0uMDgxLjAwNy0uMDgxLDAtLjA4NC0uMDQ3LS4wMDUtLjEyMS0uMDA2LS4xMjctLjExNi0uMTExYTEuMjcyLDEuMjcyLDAsMCwxLS41NzkuMDI0Yy4wODctLjA1OC4yMDUuMDE0LjI3Ni0uMTI2YTYuMzA1LDYuMzA1LDAsMCwwLTEuMTgzLjEuODU2Ljg1NiwwLDAsMCwuNDM4LjMwNy40MTYuNDE2LDAsMCwxLC4yNzguMTg1LDEuMjQyLDEuMjQyLDAsMCwwLC41MzIuNDQxYy4yNTguMTY2LjU3LjMuODA3LjQ3MS4zNTUuMjYxLjc0NC40NjIsMS4xMDkuNy4zMTEuMi42NDUuMzg4Ljk2Ny41NzYuMzgxLjIyMy43NTQuNDcsMS4xMjMuNzE4LjE0Ni4xLjMxNC4xMTQuNDU4LjIzYTEuNjA4LDEuNjA4LDAsMCwxLC40NTMuNTgxLDEuMSwxLjEsMCwwLDEsLjEyNC4zNzdjMCwuMjA3LjIyOC4zNjguMDk0LjU4MmEuMDMxLjAzMSwwLDAsMCwuMDA3LjAyNmMuMjY5LjAyMi4wNzcuMjI3LjEzMi4zMjFhLjg2Ny44NjcsMCwwLDEsLjA5MS41MmMwLC4wMTQuMDI3LjA0My4wMzIuMDQuMjI3LS4wOTUuMS4wODcuMS4xNDIsMCwuMDkzLS4wMzUuMTg4LS4wMjcuMjguMDE4LjIyMS4xMDktLjAzLjE1LDAsLjA1OC4yNDQtLjExNi40NzQtLjAwOS43LjEwOSwwLC4wNDMtLjEyMy4xMTgtLjEzNy4wOTEuMzQtLjEzLjY4OC4wMDcsMS4wNTQuMTEyLS4xMjYuMDI4LS4yNjQuMTE2LS4zOTV2MS45MzhjLS4wODYtLjAxMi0uMDItLjEzNC0uMTI2LS4xMzdhLjUuNSwwLDAsMC0uMDE0LjM0NmMuMDEuMDU0LjA1Mi4xNDMsMCwuMTU2LS4xOTQuMDUyLS4xLjQxNS0uMzg3LjM0OS4wMjkuMy0uMTczLjEtLjI2OS4xMTctLjA2OS4wMTItLjIwOC0uMDQtLjIuMDI0LjAzMS4yMy0uMTE1LjEtLjE3OC4xLS4wOTIsMC0uMjYyLS4wNTItLjI2MywwLDAsLjI3Mi0uMTY5LjA5Mi0uMjU4LjExYS41Ny41NywwLDAsMS0uMTM5LS4wMDVjLjAxMi4zMjYtLjQ0Ni0uMTE2LS40MDkuMjUtLjEyMiwwLS4yOTEtLjEzOC0uMzI2LjExMy0uMjY5LS4wMzYtLjQ3OC4xNjgtLjcyMS4xODYtLjE0NS4wMTEtLjExNC4xNDUtLjIyMi4xNjdhNC45NDIsNC45NDIsMCwwLDAtMS4zOC42NDNjLS4yNjYuMTQ3LS41MjMuMzEyLS43OTMuNDUxYTQuMTc1LDQuMTc1LDAsMCwwLS44My41ODUsNi4zMzksNi4zMzksMCwwLDAtLjc2OC42ODZjLS4zLjM2NC0uODI1LjUtMS4wNTUuOTIzLS4yNy41LS44Ljc3My0xLjA0NiwxLjI4MWEuMjEzLjIxMywwLDAsMS0uMTUzLjExOC4xOC4xOCwwLDAsMC0uMTUuMTUyLDIuNTA2LDIuNTA2LDAsMCwxLS40MjEuNzMyYy0uMTgxLjMxNy0uNDc0LjU1OS0uNjM4LjlhNC41MjEsNC41MjEsMCwwLDEtLjM4OC42NDFjLS4xLjE0NC0uMy4yNy0uMjkyLjQ3N2EuODMyLjgzMiwwLDAsMS0uMjUyLjUzMiwxMS4xNzIsMTEuMTcyLDAsMCwwLS42NDIsMS4zLDkuMjI5LDkuMjI5LDAsMCwwLS41LDEuMTY2Yy0uMTguNDc4LS40MjkuOTMtLjY0MywxLjQtLjA2Mi4xMzUtLjE0LjMtLjI4NC4yODMtLjM1MS0uMDM5LS4zMS4xODUtLjMxLjM5NHEwLDMuNjQyLDAsNy4yODRjMCwuMS0uMDI3LjIuMS4yODNWODIuMTgxaC4wNjV2Ny4zMDljMCwuMDg2LDAsLjE3MSwwLC4yNTZzLS4wMTIuMTg2LjEuMjFhLjE3NC4xNzQsMCwwLDAsLjE3OS0uMTE4Yy4xMTUtLjI1OC4zNjktLjQxMS40OTItLjY1NC4wODUtLjE2OC4zMzQtLjEwNy4zNjQtLjI4Mi4wNTktLjM0OC4zNjUtLjUyLjUzMS0uNzkyYTExLjUwNywxMS41MDcsMCwwLDAsLjc3NC0xLjA4NywxLjA1NywxLjA1NywwLDAsMSwuMTY1LS4zMDcsNy42MjcsNy42MjcsMCwwLDAsLjctMS4wNTljLjMtLjQzMi41MTUtLjkyNC44LTEuMzc3LjI1Ni0uNDEzLjQ1Mi0uODY2LjcwNy0xLjI4N2ExNi40MjIsMTYuNDIyLDAsMCwwLC45LTEuOTM3cS4zLS42NzUuNi0xLjM0NWMuMTc2LS4zODYuMzQtLjc4LjU0NC0xLjE1MWE2LjA1Nyw2LjA1NywwLDAsMSwuNTQ1LTEuMDI5Yy4yMzUtLjI4Ni4zMTgtLjY4OC42Ny0uODg5LjAxNC0uNDM5LjQ0Ny0uNTg3LjY0My0uOTA5YTYuMDUsNi4wNSwwLDAsMSwxLjM1Mi0xLjI0LDguNDUsOC40NSwwLDAsMSwxLjA0Ni0uNjg2LDguNjg1LDguNjg1LDAsMCwxLDEuNjc2LS43NTFjLjE1Ny0uMDU4LjMzLS4yNS41NDUtLjEyLjEtLjI5LjMyNi0uMDkxLjQ5Mi0uMTIyLjAxNywwLC4wNDctLjAyLjA0Ni0uMDI1LS4wNjItLjI2OS4xMjktLjEuMTkyLS4xYTEuNSwxLjUsMCwwLDAsLjM2Ny4wMTRjLjAyMSwwLC4wMzktLjAyOS4wNTYtLjA0Mi0uMDM4LS4wODctLjE0NC0uMDMxLS4xOTQtLjEwNy4zOTItLjA2My43NzMuMTI4LDEuMTkxLDAtLjE2OS0uMTItLjM0Ni0uMDMtLjU1LS4xMjdoMS4xMmMuNDU4LDAsLjkxNiwwLDEuMzc0LDBoLjljLS4xNzEuMDg5LS4zMi4wMDYtLjQwOS4xMTIuMjcyLjIxOS42MTEtLjE2My44NzUuMTU1LjA3NS4wOTEuMzM3LS4yLjQyNi4xMTVhMy4zODksMy4zODksMCwwLDEsLjQ1MS4xMDksNC44MDcsNC44MDcsMCwwLDAsLjYxNS4yNjNjLjI3OS4wODYuMzkyLjM5Mi42ODEuNDgyYS40NzcuNDc3LDAsMCwxLC4zMDkuMzgxLjE4Ny4xODcsMCwwLDAsLjEuMTYzYy4zMTcuMTI4LjMzMS40NzUuNDU1LjcxNWEuNzMxLjczMSwwLDAsMSwuMS42NjguMDg1LjA4NSwwLDAsMCwuMDM3LjExMmMuMTA2LDAsLjAzMS0uMTIyLjEyNi0uMTMzYTEuODM3LDEuODM3LDAsMCwxLS4wNDcuNjIzYy4xLjE0MS4wMzEuMy4wNDkuNDQ5di43NDhjLS4xLS4wODYtLjAwNi0uMjItLjE0Ny0uMjYzYTEuMTEyLDEuMTEyLDAsMCwwLC4wMTEuNTA3LDEuMTUyLDEuMTUyLDAsMCwxLC4wMDkuMmMtLjMxNCwwLS4wNTkuMjA1LS4xLjMtLjAxOC4wNCwwLC4xMzMtLjAwNy4xMzUtLjI5NC4wMzksMCwuNDE2LS4yNy40NjRhMi4xMzEsMi4xMzEsMCwwLDEtLjUuOTM3Yy0uMS4xNDYtLjMuMTI2LS40MTguMjI1LS4xNjkuMTM4LS4zMi4yODktLjU2NS4yMzMtLjAzNy0uMDA4LS4xLS4wMDgtLjA5NC4wMzQuMDE1LjIxMy0uMTQyLjEyLS4yMTEuMWEyLjg2NywyLjg2NywwLDAsMC0uNzA5LS4wNGMtLjMyMS4wMS0uNjQyLjAzNi0uOTYzLjA1M2EuMjE0LjIxNCwwLDAsMS0uMDcxLS4wMjNjLjA0OC0uMDQ5LjEyOS0uMDEyLjE1My0uMS0uMTQ1LS4wODQtLjI4OS0uMDA3LS40MzIuMDA3LS4wNi4wMDUtLjEzMy4wNDQtLjE4MS0uMDI3LS4wOC0uMTE3LS4wNzgtLjEyLS4xNzEtLjEwNS0uMDY0LjAxLS4xNjMuMDU2LS4xODUsMC0uMDgxLS4yMjgtLjM5My4wMjQtLjQ0OS0uMjI5LS4yLjExOC0uMzM2LS4yMDctLjU0MS0uMDg5LS4xNjEtLjI1Mi0uNDczLS4yMzEtLjctLjM1LS40LS4yLS44MTUtLjM3OC0xLjIyMi0uNTcxLS4zNzMtLjE3Ny0uNzQ5LS4zNTItMS4xMDctLjU1Mi0uNi0uMzM2LTEuMTY1LS43NDEtMS43NDYtMS4xMTYtLjEtLjA2Ny0uNTY1LS4wMjItLjU0My4wMjIuMTE0LjIzMS0uMTc4LjQ3My4xLjczNS4zNTguMzM2LjYwNS43OTEsMS4wODMsMWEuMTYxLjE2MSwwLDAsMSwuMDYyLjA1NywyLjQ2NCwyLjQ2NCwwLDAsMCwuODU4LjY0NGMuNTE2LjMxOSwxLjA0NC42MjMsMS41NjUuOTM5LjQ2My4yODEuOTU0LjUxOSwxLjQwOC44MTQuMzQ1LjIyNC43NDQuMzQ2LDEuMDcxLjU5YTcuODMsNy44MywwLDAsMCwxLjAwNy41NWMuMy4xNjUuNDI1LjQ2My42NzkuNjQ2LjAyOS4wMjEuMTY0LjA1LjEzMS4xNzFhNC4zNjIsNC4zNjIsMCwwLDAtLjAyOC43NTdjLS4wMTIuMTE4LS4wMzIuMzkzLS4xNzIuNDI4LS40MTIuMS0uNDExLjY4My0uODY5LjctLjE4NS4zMDctLjU0LjM4MS0uODE3LjUzOGE1LjM3Miw1LjM3MiwwLDAsMS0xLjEwOS41Ljc2Ny43NjcsMCwwLDAtLjMxNy4xMDksMS4yMDgsMS4yMDgsMCwwLDEtLjUwNi4yYy0uMTgyLjAzOS0uMzUzLjE2Mi0uNTU1LjEtLjAxLDAtLjA0My4wMjUtLjA0MS4wMzEuMDcxLjIzNS0uMTA3LjEtLjE3Mi4xMDhhMS4zODQsMS4zODQsMCwwLDEtLjIyNC0uMDMzYy0uMDQxLDAtLjA5NC0uMDEyLS4xLjA1OS0uMDE0LjEwOC0uMDE4LjEtLjEuMTA2LS4xNzkuMDA5LS4zNi0uMTE0LS41NzgsMGwuMjQzLjExMWEzLjYwOSwzLjYwOSwwLDAsMC0xLjA1OC0uMDE2Yy4xMzguMTI5LjMuMDMzLjQ4Ny4xMzNhMjIuMTE4LDIyLjExOCwwLDAsMC0yLjU2OC0uMDMzYzAsLjAyNywwLC4wNTQsMCwuMDgxaDEuNDc1di4wNjlhMTMuMzMsMTMuMzMsMCwwLDEtMS43MjYtLjA1MWMtLjIzMS0uMDQ0LS4xNTQuMi0uMjg5LjIzNS0uMDczLjAyMS0uMDQ0LjEyNC4wMS4xNjcuMTcuMTM3LjI2NC40MS41NjQuMzNhLjExLjExLDAsMCwxLC4xLjAzMWMuMS4xMjkuMDkzLjEzMy4yLjExNGEuNTEuNTEsMCwwLDEsLjI2MS0uMDE3Yy0uMDMzLjAzNC0uMDg4LjA2Ny0uMDg2LjA5NC4wMDkuMDc5LjA4NC4wNi4xMzQuMDU2YTEuNzc2LDEuNzc2LDAsMCwxLC42MzgtLjAzMWMtLjA4OS4wNjQtLjIwNiwwLS4zLjE0MiwxLjMwNy0uMDc4LDIuNTc0LS4wNzIsMy44NDMtLjAyNi0uMS0uMTIyLS4yMzUtLjA1MS0uMzU0LS4xMTQuMzItLjA5LjYzNC4wNTcuOTQ2LjAxNC0uMDEtLjEyMS0uMTI1LS4wNjQtLjE0NC0uMTM5YTEuMDY4LDEuMDY4LDAsMCwxLC40NS4wMjdjLjA1My4wMTEuMTYyLDAsLjE0Ny0uMDMtLjA3My0uMTcyLjA1Ny0uMTQyLjEyLS4xMTYuMjE2LjA4OS4zNTctLjIuNTY5LS4xLjA2OC0uMjQ2LjMzNC0uMTU4LjQ3NS0uMjEzLjMxLS4xMi41ODMtLjMuODktLjQyMmE0LjYsNC42LDAsMCwwLC44MTYtLjVjLjE2NC0uMS4zOTQtLjE2Ny40ODktLjMxNS4xNzUtLjI3Mi41NS0uMy42NzItLjYxMi4wMjktLjA3NC4xNC0uMDg0LjIyLS4xMTUuMTQyLS4wNTYuMjc4LS4xMjcuMzA5LS4zYS4zMDguMzA4LDAsMCwxLC4xMzYtLjE3Niw5LjcxNSw5LjcxNSwwLDAsMCwxLjE0MS0xLjEwOCwzLjQ3NywzLjQ3NywwLDAsMCwuNjA2LS42NTYsNi4yODQsNi4yODQsMCwwLDEsLjQyOC0uNTcyYy4yLS4yODIuMzgzLS41NzQuNTY5LS44NjRhNi4yODgsNi4yODgsMCwwLDAsLjUxOS0uOTM5LDEuOTcxLDEuOTcxLDAsMCwwLC4yNzItLjY5MWMwLS4wNTUtLjAxNS0uMS4wNTQtLjE0My4xNTUtLjA4OC4xNzctLjMxMy4xODYtLjQxMy4wMTgtLjIwNy4yMjEtLjM4OS4xLS42MTFhLjEuMSwwLDAsMSwuMDE4LS4wNzZjLjI1MywwLC4xLS4xNjIuMS0uMjU0LjAwOC0uMTM4LDAtLjI3NywwLS40MjUuMDc5LjA1MS4wMTMuMTY0LjE0Ny4yYTkuOCw5LjgsMCwwLDEtLjAxNy0xLjQ3MmMuMDY5LjI4My0uMDMzLjU0Mi4xLjgzYTguMzgsOC4zOCwwLDAsMC0uMDE0LTEuNTQ4bS02LjM4NC04LjFjLS4wMTguMjE1LS4xNjYuMzItLjM3Mi4zODktLjI5Mi0uMTc5LS42NC0uMjQ3LS44NjQtLjUwOWExLjU4MywxLjU4MywwLDAsMS0uNDc4LS43MDhjLS4wMTgtLjEtLjE0NC0uMTI4LS4xODQtLjItLjMzNi0uNTkzLS42MjMtMS4yMDktLjkxOS0xLjgyMWEzLjU1NCwzLjU1NCwwLDAsMC0uNDU0LS45NDNjLS4wNjMtLjA2OS0uMDM3LS4yMzItLjA5MS0uMzUxLS4wMjgtLjA2MS4wNzgtLjE2Ni4xNzUtLjA5NC4xMzIuMS4zMTIuMTUuMzY3LjMzN2EuNjA2LjYwNiwwLDAsMCwuMzE5LjM0NSwyLjg2NiwyLjg2NiwwLDAsMSwxLjA2OCwxLjA2Yy4wNTcuMS4xLjIwNy4yNC4yMThhLjIuMiwwLDAsMSwuMTcxLjEzNWMuMTU5LjQzOS42LjcuNzM0LDEuMTQxLjA1MS4xNjYuMjY5LjMwOC4xMzUuNTIzLjIwNy4xMDguMTY5LjMuMTU1LjQ3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY2LjExNSAtMzcuODE3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjczMyIgZGF0YS1uYW1lPSJQYXRoIDY3MzMiIGQ9Ik04MC4yMSwxMC4yNTJjLS4wODktLjE5LS4yNTEtLjM0Ny0uMjYyLS41NzJhMi42ODQsMi42ODQsMCwwLDAtLjQtLjgzYy0uMjE3LS4zOTQtLjQzOS0uNzg5LS42NC0xLjE5MmE4LjQyOCw4LjQyOCwwLDAsMS0uNTI2LS45MThjLS4wNzktLjIyNC0uMjg4LS4zNy0uMzY2LS41ODctLjEzLS4zNjYtLjQtLjY1My0uNTQ0LTEuMDA3LS4xMjMtLjMtLjM3LS41MzItLjQ3OC0uODIxLS4xMzctLjM2NC0uNDMtLjYyNi0uNTUxLS45OTVhNS43OTQsNS43OTQsMCwwLDAtLjMxOS0uNTQ3Yy0uMjA2LS40NTYtLjUxOS0uODQ4LS43MjctMS4zLS4xNTItLjMyOS0uMzc0LS42MTctLjUxNy0uOTU2LS4xLS4yNDYtLjI0Mi0uNTM2LS42MzctLjUzMS0xLjMxOC4wMTktMi42MzcuMDA3LTMuOTU2LjAxLS4xNjIsMC0uMzEyLS4wMTEtLjM4My4yMmEuNzQ0Ljc0NCwwLDAsMS0uMTUuMzE1LDYuOSw2LjksMCwwLDAtLjU4Mi45NjdjLS4xNDMuMi0uMi40NzYtLjM0Ny42NTUtLjI0Mi4yOS0uMzIxLjY2MS0uNTY1Ljk0NC0uMTU0LjE3OS0uMTc3LjQ2NS0uMzI0LjYzMS0uMjYzLjMtLjM0MS42ODQtLjU4Ny45ODItLjE1Mi4xODUtLjE4OC40NjItLjMzNS42MjlhOC45MjUsOC45MjUsMCwwLDAtLjY4LDEuMTQyYy0uMjkyLjQ0Ny0uNTE4Ljk0NC0uODA1LDEuNC0uMTMzLjIxMi0uMTg2LjQ3Ny0uMzMyLjY2LS4yOTEuMzY1LS40MzEuODEyLS43MDksMS4xNzMtLjEzOC4xNzktLjEyMy40MTktLjMwNS41NzYtLjE0Mi4xMjMtLjEtLjAwOC0uMTI1LS4wNi4wMDctLjYwNywwLTEuMjE0LjAwNi0xLjgyLDAtLjE2MS0uMDE1LS4yMjktLjIxMi0uMjI4LTIuNzYxLjAxMi01LjUyMy4wMDctOC4yODQuMDA2YS42MDkuNjA5LDAsMCwxLS4zODctLjA1MmMtLjEwOCwwLS4xMTctLjA3NC0uMTE3LS4xNTNxMC0uNjQ2LDAtMS4yOTRjMC0uMDc4LjAwOC0uMTU1LjExNi0uMTU0YS4xMjYuMTI2LDAsMCwwLC4wNTQtLjExMy44MDkuODA5LDAsMCwxLC40MTgtLjA1M2g0Ljc4M2MuOCwwLDEuNTk0LDAsMi4zOTIsMCwuMjI2LDAsLjMzLS4wNzIuMzI1LS4zMTEtLjAxLS41MjEtLjAwNy0xLjA0MywwLTEuNTY1LDAtLjItLjA3Ny0uMy0uMjg2LS4yOTEtLjE5LjAwNy0uMzgsMC0uNTY5LDBINTUuNDU5Yy0uMzYyLDAtLjQtLjAzNS0uNC0uMzg1LDAtLjMxMywwLS42MjYsMC0uOTM5LDAtLjA4NC0uMDQtLjIuMTEzLS4yMTRhLjEyOC4xMjgsMCwwLDAsLjA1Ni0uMTEzLjc4Ni43ODYsMCwwLDEsLjQxNy0uMDU0aDcuOTM4Yy40NTUsMCwuNDctLjAxNC40Ny0uNDU2cTAtLjgsMC0xLjU5M2MwLS40MzYtLjAxOC0uNDU0LS40NDMtLjQ1NEg1Mi4wNjFhLjk3Ljk3LDAsMCwwLS40MTkuMDU2Yy0uMTA5LjEwNy0uMDg0LjI0NS0uMDg0LjM3NnEwLDQuOTc1LDAsOS45NTFjMCwuMzc4LjAyMy40LjQwNi40cTEuOTc3LDAsMy45NTUsMCw1LjY5LDAsMTEuMzgsMGMuMTU2LDAsLjMyNi4wNDUuNDYyLS4wODMuMjkzLS4wMjkuMjktLjMzMy40LS41YTE0Ljc0MSwxNC43NDEsMCwwLDEsLjgtMS4yNzIuNDQ3LjQ0NywwLDAsMSwuMy0uMDUySDc1LjRhLjU2NS41NjUsMCwwLDEsLjMzMS4wNTRjLjA2OC4wODQuMDUzLjIuMTA2LjMuMS4xODUuMjgxLjMyLjMzNy41YTIuMjM1LDIuMjM1LDAsMCwwLC40NzMuOC40ODIuNDgyLDAsMCwwLC4yODEuMDcxYy42NTMtLjAyOCwxLjMwNy0uMDEyLDEuOTYxLS4wMTRoMS4xMzVjLjEsMCwuMjA3LjAxLjI2NS0uMXMtLjAzOS0uMTYzLS4wNzYtLjI0M003My43NTcsNi4zNzhxLTEuNTIzLDAtMy4wNDcsMGEuNC40LDAsMCwxLS4yNzMtLjA1MywxLjg5LDEuODksMCwwLDEsLjM2Ny0uNzY4LDIuMSwyLjEsMCwwLDAsLjM0My0uNjgsOC4wMjgsOC4wMjgsMCwwLDEsLjUtMS4xMTgsMy44OCwzLjg4LDAsMCwxLC40NzMtLjg3NmMuMjc0LjQ3NC41MjMuOTQzLjgwOCwxLjM4Ny4yMDcuMzIyLjM1NC42NzQuNTc2Ljk5MWE3LjExNiw3LjExNiwwLDAsMSwuNTE3LDEuMDVjLS4wNzEuMDktLjE3Mi4wNjYtLjI2NC4wNjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNi45NDYgMC4wMDEpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzM0IiBkYXRhLW5hbWU9IlBhdGggNjczNCIgZD0iTTExOC4xODgsMjIuMjg5bDMuNTg0LS4wMTRjLjAyNC4xNDgtLjA5Mi4xMTktLjE2Ni4xMnEtMS42LDAtMy4yLDBhLjIxNi4yMTYsMCwwLDEtLjIxNi0uMTA3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQuNjk4IC0xNS45NjMpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzM1IiBkYXRhLW5hbWU9IlBhdGggNjczNSIgZD0iTTEzLjkxMSwyLjI1YTEuNjU3LDEuNjU3LDAsMCwwLS4xNzMtLjYxNywyLjk3MywyLjk3MywwLDAsMC0uNzU5LS45OCwxLjQzLDEuNDMsMCwwLDAtLjY4Ni0uNDA4Yy0uMTA3LS4wMy0uMDgtLjE1Ni0uMjIyLS4xNjlDMTEuMjk1LjAwNywxMC41MTkuMDE1LDkuNzQyLjAxNUguNjA3Yy0uMDg2LDAtLjE3MS4wMDYtLjI1NiwwQy4wOTItLjAwNywwLC4xMTEsMCwuMzY2cS4wMDcsNS4wMiwwLDEwLjA0YzAsLjIxMi4wNjkuMzEyLjMuMzExcTEuNDY2LS4wMDksMi45MzEsMGMuMjQyLDAsLjMxMS0uMTA1LjMwOC0uMzI4LS4wMDgtLjYwNywwLTEuMjE0LDAtMS44MmEuNjQzLjY0MywwLDAsMSwuMDU3LS4zNmgwYy4wOTItLjE1Ny4yNDgtLjExMy4zODQtLjExNCwxLjc1MSwwLDMuNSwwLDUuMjU0LDBhLjgyNC44MjQsMCwwLDEsLjY3Mi4zMjljLjA2NS4wOC4xMjEuMi4yLjIyOC4yMS4wNjMuMTM2LjE3OC4wOTMuM2EuMDc1LjA3NSwwLDAsMCwuMTEyLDAsLjU5NC41OTQsMCwwLDEsLjA1Ny4zMzFjMCwuMzUxLDAsLjcsMCwxLjA1MnMuMDE4LjM4LjM5MS4zODFxMS4zMjMsMCwyLjY0NywwYy4zNjIsMCwuMzc3LS4wMTguMzc5LS4zOTNxLjAwNi0xLjI1MS4wMTMtMi41YS4yMDYuMjA2LDAsMCwwLS4wMzktLjE1NWMtLjI5LS4zNTYtLjUyMS0uNzc3LTEtLjkyMy0uMTQ2LS4wNDUtLjA3NC0uMTUzLS4xLS4yMjktLjAzOS0uMS4wNjItLjA3My4xLS4xMDcuMTY0LS4xMzEuNDM0LS4xMzEuNDg5LS40MDVhLjMwOS4zMDksMCwwLDEsLjE4MS0uMTcxLjgxNS44MTUsMCwwLDAsLjQ1OC0uODIxYy4wNC0uOTE4LDAtMS44MzkuMDIzLTIuNzU4bS00LDIuNzA3YTMuNTQ3LDMuNTQ3LDAsMCwwLS40MS4xNTRjLS40NzUuMzE2LS45NzkuMTEzLTEuNDU4LjEyNy0xLjM2Ni4wMzgtMi43MzIuMDE0LTQuMS4wMTMtLjM4LDAtLjQxMS0uMDMxLS40MTMtLjQsMC0uNjkxLDAtMS4zODMsMC0yLjA3NWwuMDc1LS4wMTJWNS4wOGEuMzA2LjMwNiwwLDAsMCwuMDkzLS4zYzAtLjYuMDE1LTEuMiwwLTEuNzkyLS4wMDktLjI1LjA4MS0uMy4zMDgtLjMsMS43OTMuMDA3LDMuNTg3LDAsNS4zOC4wMDlhMS4xLDEuMSwwLDAsMSwuNDguMDY3QS41MS41MSwwLDAsMSwxMC4yLDMuM2MuMDE0LjM4OC0uMDEyLjc3NS4wMjIsMS4xNjRhLjUuNSwwLDAsMS0uMy40ODciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDA4KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjczNiIgZGF0YS1uYW1lPSJQYXRoIDY3MzYiIGQ9Ik0yNDIuMjQ5LDIuNDQ2Yy4wMTEtLjE0NS4wMjItLjE0My0uMTE3LS4yMTRhLjA4MS4wODEsMCwwLDEtLjAyNy0uMDY5Ljg0NS44NDUsMCwwLDAtLjA5NC0uNDM0LDExLjA4NiwxMS4wODYsMCwwLDAtLjYxNi0xLjA0OC4yNS4yNSwwLDAsMC0uMTU2LS4xMTMuNjIuNjIsMCwwLDEtLjMwNy0uMTc3LDEuNDgyLDEuNDgyLDAsMCwwLS42LS4yODYsMy4wODEsMy4wODEsMCwwLDAtLjg0LS4wODhxLTUuNDEsMC0xMC44MiwwYy0uMjUsMC0uMzYuMDg0LS4zNTkuMzQ2cS4wMDcsNS4wMjIsMCwxMC4wNDVjMCwuMjM2LjA5My4zMTYuMzIyLjMxNXExLjM5NS0uMDExLDIuNzksMGMuMjQsMCwuMzE1LS4xLjMxMS0uMzI2LS4wMDktLjUtLjAwNy0xLjAwNSwwLTEuNTA4YTEuMzcyLDEuMzcyLDAsMCwxLC4wNTMtLjYxNy4xNC4xNCwwLDAsMCwuMTA3LS4wNDhjLjAzMy0uMi4xOTItLjEyLjMtLjEycTIuNDM0LS4wMDgsNC44NjksMGExLjUsMS41LDAsMCwxLC45MjEuMTNjLjE4Ny4xMzIuNTA5LjE4NC40MjMuNTQxYS4xMjkuMTI5LDAsMCwwLC4wMTIuMDc5Yy4zMDguMDIuMTMzLjI1Mi4xNDEuMzcxYTEwLjUsMTAuNSwwLDAsMSwuMDA2LDEuMTM3Yy0uMDExLjI2OS4wODUuMzY5LjM2LjM2NXExLjQwOS0uMDE4LDIuODE5LDBjLjI3NSwwLC4zNTgtLjEuMzYyLS4zNjRhMjAuOTMzLDIwLjkzMywwLDAsMSwuMDQyLTIuNDE1YzAtLjAyNywwLS4wNzgtLjAwOS0uMDgtLjIzOS0uMDYtLjE3My0uMzItLjMwNi0uNDY3YTIuMjQzLDIuMjQzLDAsMCwwLS43ODUtLjY3NmMtLjEzMy0uMDM5LS4xMjgtLjEyNC0uMTQyLS4yMDktLjAyLS4xMTYuMDczLS4xMDYuMTQ5LS4xMTNhLjIzOS4yMzksMCwwLDAsLjItLjFjLjE0NC0uMjY1LjQxMy0uNDEuNi0uNjM5YS43NTUuNzU1LDAsMCwwLC4yNTUtLjU4Ni4xMzEuMTMxLDAsMCwxLC4wMjQtLjFjLjEzMy0uMTEzLjEyNi0uMTEuMTE4LS4yMjFhMTYuMDUyLDE2LjA1MiwwLDAsMSwwLTIuM20tMy43LDEuODUyYS42NzMuNjczLDAsMCwxLS4yMzYuNSwxLjg0OSwxLjg0OSwwLDAsMS0uNTMxLjMyOCw1Ljk2OSw1Ljk2OSwwLDAsMS0yLC4xMmMtLjY5LjAzNi0xLjM4My4wMDgtMi4wNzUuMDA4LS41MjEsMC0xLjA0MiwwLTEuNTY0LDAtLjEsMC0uMjc5LjA1Ni0uMjM0LS4xNjlhLjMwNy4zMDcsMCwwLDEtLjA1Ni0uMjE1cTAtLjk4MSwwLTEuOTYzYzAtLjA3NS0uMDA3LS4xNTQuMDYyLS4yMDksMS44NzYsMCwzLjc1MywwLDUuNjI5LDAsLjIxMSwwLC40MjktLjExMi42MzguMDY5LjEzNC4xMTYuMTY4LjI4LjI1MS4zODkuMjgzLjM3Ni4xLjc3LjExOCwxLjE0NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2My42MTkgLTAuMDA5KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjczNyIgZGF0YS1uYW1lPSJQYXRoIDY3MzciIGQ9Ik0yNDAuNjk1LDkuNDY4cTAsMS4xOTQtLjAwNywyLjM4OGMtLjEyNi0uMDY2LS4xMS0uMTg2LS4xMTEtLjMsMC0uNjIxLDAtMS4yNDIsMC0xLjg2MywwLS4wODMtLjA2My0uMjI0LjExNS0uMjI3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjQwMSAtNi43ODUpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==") no-repeat top center/contain;
    mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTA0Ljc5NCIgaGVpZ2h0PSI1Mi4xNiIgdmlld0JveD0iMCAwIDEwNC43OTQgNTIuMTYiPg0KICAgIDxkZWZzPg0KICAgICAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzUzNDEiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDUzNDEiIHdpZHRoPSIxMDQuNzk0IiBoZWlnaHQ9IjUyLjE2IiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDwvY2xpcFBhdGg+DQogICAgPC9kZWZzPg0KICAgIDxnIGlkPSJHcm91cF8yNDAiIGRhdGEtbmFtZT0iR3JvdXAgMjQwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1OSA0OCkiPg0KICAgICAgICA8ZyBpZD0iR3JvdXBfMjM5IiBkYXRhLW5hbWU9Ikdyb3VwIDIzOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU5IC00OCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2NzEiIGRhdGEtbmFtZT0iUGF0aCA2NjcxIiBkPSJNMjk2Ljc5MSw1NS4wNDVsLjMzOS0uNTczYS43OS43OSwwLDAsMSwuNTU3LS4xNDFjNC42MzguMDEyLDkuMjc2LDAsMTMuOTEzLjAxLjE2LDAsLjQxNi0uMDc4LjM0OC4yNTVhNC41Nyw0LjU3LDAsMCwwLS43NDIuOTkzYy0uNzQ0LDEuMDA5LTEuNDgxLDIuMDI0LTIuMTgzLDMuMDYyYTE1Ljg2NSwxNS44NjUsMCwwLDAtLjk2MywxLjM5NC41LjUsMCwwLDEtLjUuMjM2Yy0yLjI2OS0uMDA3LTQuNTM3LDAtNi44MDYtLjAwOWEuNi42LDAsMCwwLS41NzYuMzA5Yy0uNi45MDYtMS4yMjQsMS43OTEtMS44MzcsMi42ODVxLS45LDEuMy0xLjc4NCwyLjYxM2MtLjA0LjA1OS0uMTA5LjEyNS0uMDMxLjIuMDYxLjA1OC4xMzMuMDQxLjIxMy4wMjJhMy4zNDQsMy4zNDQsMCwwLDEsMS4wNzgtLjIuNzQ2Ljc0NiwwLDAsMCwuMjc1LS4wNTcsMS43MzYsMS43MzYsMCwwLDEsLjgxNS0uMDc3LDMuMzc4LDMuMzc4LDAsMCwwLC45MDguMDIzLDUuMjkxLDUuMjkxLDAsMCwxLDEuMTc3LjA3MWMuMzM3LjAzOS42NzQuMTE0LDEuMDE1LjE0N2E1Ljg3Niw1Ljg3NiwwLDAsMSwxLjA0NS4yODcsMTEuOTM0LDExLjkzNCwwLDAsMSwyLjU1NiwxLjEwOSwxMS4xOTIsMTEuMTkyLDAsMCwxLDEuNzUxLDEuMjQxLDE0LDE0LDAsMCwxLDEuOTk0LDIuMTE3LDEyLjgsMTIuOCwwLDAsMSwxLjQzLDIuNDYyLDguNTk0LDguNTk0LDAsMCwxLC42MTQsMS44MSw2Ljg1MSw2Ljg1MSwwLDAsMSwuMTgzLjc3OSw0LjY2Myw0LjY2MywwLDAsMSwuMTU4LDEuMTkyLDEuNzg3LDEuNzg3LDAsMCwwLS4wMDUuNTFjLjA0OS4zODksMCwuNzc3LjAxLDEuMTYxYTEwLjE4NiwxMC4xODYsMCwwLDEtLjExNiwxLjU2NywxMC44LDEwLjgsMCwwLDEtLjI5MiwxLjE2MiwxMy4wNDMsMTMuMDQzLDAsMCwxLTEuMzIyLDMuMDg0LDkuODc4LDkuODc4LDAsMCwxLS42NTQuOTQ4LDExLjIsMTEuMiwwLDAsMS0xLjg0NCwyLDExLjU3NSwxMS41NzUsMCwwLDEtMywxLjkwNmMtLjUzNi4yMzYtMS4wODkuNDI2LTEuNjQ0LjYxNWE2LjkyNSw2LjkyNSwwLDAsMS0xLjMxOS4zLDQuNzgzLDQuNzgzLDAsMCwxLTEuMzY0LjE1LDUuNDc2LDUuNDc2LDAsMCwwLTEuNTMyLjAxNC44MjkuODI5LDAsMCwxLS4zMzksMGMtLjU0OC0uMTYzLTEuMTItLjE5NC0xLjY3NS0uMzMzYTE0LjEzOSwxNC4xMzksMCwwLDEtMi4xLS43LDEyLjYzNSwxMi42MzUsMCwwLDEtMi41NjgtMS41MzdjLS4xNTgtLjExNy0uMTg0LS4yMTYtLjA0Mi0uMzlhMTQuMjcsMTQuMjcsMCwwLDAsMi4wMzMtMy4yNTQsNS44ODEsNS44ODEsMCwwLDAsLjUyOS0xLjM5MWMuMDM4LS4yMjQuMjE5LS4yNi4zODItLjA3MmE1LjcxMSw1LjcxMSwwLDAsMCwxLjg2LDEuMzIsNC4zMTcsNC4zMTcsMCwwLDAsMS40OC40Nyw3LDcsMCwwLDAsMS4yNTcuMTY1LDE0LjYzOSwxNC42MzksMCwwLDAsMS41MTYtLjIzOSw1LjQ0MSw1LjQ0MSwwLDAsMCwxLjk0OC0uNzhBNi4yMzQsNi4yMzQsMCwwLDAsMzA1LjIsODEuMjlhNS40LDUuNCwwLDAsMCwuNTQ0LTEuMjc3LDQuNDY1LDQuNDY1LDAsMCwwLC4yMzUtMS42NjljLS4wNTMtLjMzMi4wNTctLjY5My4wMDctMS4wMTZhNi4wMTUsNi4wMTUsMCwwLDAtLjIwNy0xLjA3LDkuMjkxLDkuMjkxLDAsMCwwLS43MTgtMS42MDYsNi43MjUsNi43MjUsMCwwLDAtMS4xOTItMS4zOTQsNS42NjcsNS42NjcsMCwwLDAtMS44NjMtMS4yLDQuMjg4LDQuMjg4LDAsMCwwLTEuMzQxLS40MDYsNS42NDQsNS42NDQsMCwwLDAtMS44ODEtLjA0NmMtLjUwNy4xMzktMS4wNjEuMTYzLTEuNTY4LjM0OGE2LjIxMSw2LjIxMSwwLDAsMC0yLjMsMS40NDVjLS4wNzQuMDc1LS4xMzMuMjEzLS4yNzEuMTY1cy0uMTI3LS4xOC0uMTY4LS4zYTE0LjM1MywxNC4zNTMsMCwwLDAtLjgyMS0xLjkxNCwxMi40NTgsMTIuNDU4LDAsMCwwLTEuMjQ5LTEuOTg4LDE0LjUyNCwxNC41MjQsMCwwLDAtMS44MjctMmMtLjQxNC0uMzYtLjgxNS0uNzMyLTEuMjYzLTEuMDUxLS4xNjktLjEyLS4wODctLjIzNy0uMDExLS4zMzNhMTYuNTA4LDE2LjUwOCwwLDAsMCwxLTEuNDQ2Yy41MzgtLjg1MywxLjE2NS0xLjY0NSwxLjY5My0yLjUwNi40NDMtLjcyMS45ODMtMS4zOCwxLjQ0MS0yLjA5Mi42MzItLjk4MiwxLjM1Ni0xLjksMS45NjItMi45LjMxMS0uNTEyLjY5NS0uOTgsMS4wNDYtMS40NjguMS0uMTgzLjI0OC0uMzI5LjM0LS41MTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDcuMjY0IC0zOC45MzYpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NjcyIiBkYXRhLW5hbWU9IlBhdGggNjY3MiIgZD0iTTE2OS40ODIsODIuMzM4Yy4zMTgtLjA4LjM4Ny0uNC41NTMtLjYxYTUuMTc4LDUuMTc4LDAsMCwwLC42ODgtMS4zNzljLjEzNC0uMzYuMTYtLjc5My4yODItMS4xNDIuMjA5LS42LS4wNzgtMS4xODMuMTE0LTEuNzU0YS4zNjcuMzY3LDAsMCwwLS4wODgtLjM3Mi4yNC4yNCwwLDAsMS0uMDU4LS4xNTMsNC4xNTksNC4xNTksMCwwLDAtLjUwOS0xLjcyNSw3LjM0Niw3LjM0NiwwLDAsMC0uNjE3LTEuMDYxLDUuNTM0LDUuNTM0LDAsMCwwLS44MjctLjg1OGMtLjA5My0uMDkyLS4xNjUtLjIwNy0uMjY0LS4yOTJhNy45MzUsNy45MzUsMCwwLDAtMS4wOTItLjcxMi41NTguNTU4LDAsMCwxLS4xODMtLjEyOSw0LjUzLDQuNTMsMCwwLDAtLjU2OC0uMTgxLDEwLjU3OSwxMC41NzksMCwwLDAtMS4wOS0uMzcyYy0uMTU5LS4wNzEtLjMzMS4wNDYtLjUuMDMzYTIuNjgyLDIuNjgyLDAsMCwwLTEuNDMyLDAsMi4xODksMi4xODksMCwwLDAtMS4xMi4xNy4zMzMuMzMzLDAsMCwxLS40MjctLjE5LDE3LjE4OSwxNy4xODksMCwwLDAtMS4yMTMtMi40NDRjLS4yODQtLjQ4NS0uNTY2LS45Ny0uODY5LTEuNDQzLS4xODEtLjI4Mi0uMzktLjU0Ni0uNTg5LS44MTYtLjA3My0uMS0uMDU4LS4xNTYuMDI1LS4yNjIuMjg1LS4zNjYuNTQyLS43NTMuODA2LTEuMTM1cS40NDctLjY0Ni44ODctMS4zYy4zMTgtLjQ3MS42MjgtLjk0Ny45NS0xLjQxNS4yNTctLjM3NS41MjgtLjc0Ljc4OC0xLjExMnEuNDM0LS42MjMuODU4LTEuMjUyYy4wNzEtLjEuMDEyLS4xNjItLjA5My0uMTc0YTIuNDMxLDIuNDMxLDAsMCwwLS4yODQtLjAxYy0xLjkyNSwwLTMuODUxLS4wMjEtNS43NzYuMDE5YS44My44MywwLDAsMS0uODMzLS41Yy0uMjI2LS40MTItLjU0LS43Ni0uNzk0LTEuMTUtLjI5LS40NDUtLjYxOS0uODY1LS45MjUtMS4zLS4yNDEtLjM0MS0uNS0uNjczLS43MjctMS4wMmExMSwxMSwwLDAsMS0uODU1LTEuMjgyYy0uMTMzLS4xMjItLjItLjMtLjMzNS0uNDE5LS4wNTItLjA0OC0uMTExLS4xMTQtLjA2OS0uMnMuMTMxLS4xLjIxNi0uMWMuMzEzLDAsLjYyNiwwLC45MzksMHExMCwuMDA2LDIwLjAwOC4wMDdjLjE2NywwLC4zOTItLjA5NC40OTMuMDkyLjA5LjE2Ni0uMTIzLjI3My0uMi40LS4xNTkuMjc3LS4zNTMuNTM0LS41MzMuOGEuOTU0Ljk1NCwwLDAsMC0uMTg5LjM3NywxMy44NTcsMTMuODU3LDAsMCwwLS45NTQsMS4zMzdjLS4zLjQ1Ny0uNjM1Ljg5NS0uOTQ0LDEuMzQ3LS4yNjIuMzg0LS41MDUuNzgtLjc2NiwxLjE2NS0uMjgxLjQxNS0uNTguODE5LS44NiwxLjIzNS0uNC41ODktLjgwNSwxLjE2OS0xLjE5NCwxLjc2My0uMjQ0LjM3Mi0uNTE1LjczLS43NjcsMS4xLS4zMTEuNDU2LS42MTQuOTE3LS45MjUsMS4zNzQtLjEuMTUzLS4yMTcuMy0uMzI4LjQ0Ny0uMDUuMDY3LS4xNDcuMTI3LS4xLjIxNmEuMjg0LjI4NCwwLDAsMCwuMjY2LjEzNiwzLjc5MiwzLjc5MiwwLDAsMSwxLjA4OS4yOTUsMTQuMTQ1LDE0LjE0NSwwLDAsMSwyLjE2NC45NTksNy43NTcsNy43NTcsMCwwLDEsLjk1LjYzNWMuMzUxLjIzMy42NjguNTE1LDEsLjc2N2E3LjQ3NSw3LjQ3NSwwLDAsMSwuODM5Ljg0LDE0LjAxOSwxNC4wMTksMCwwLDEsMi42MzUsNC4xNSw2LjE1Miw2LjE1MiwwLDAsMSwuMjc0Ljg3MSw1LjgsNS44LDAsMCwxLC4xNjUuNjQ1Yy4wMzkuMjY4LjIyOC41MDguMTU2Ljc5NWEuMzkxLjM5MSwwLDAsMCwuMDc0LjM3M2MuMTIzLjE0NS4wNjMuMzI2LjA3MS40OTMtLjA1My40NTMuMDYuOS4wNDMsMS4zNTRhMy4xODcsMy4xODcsMCwwLDAtLjA0MS44MTZjLS4wMDYuMjQxLjA1NS40OTItLjEzMy43YS4yODEuMjgxLDAsMCwwLS4wMTkuMjQ5LjM1OC4zNTgsMCwwLDEtLjA3My4zOTQuMTg5LjE4OSwwLDAsMC0uMDQxLjEzMSw0LjcsNC43LDAsMCwxLS4zMSwxLjI1NCw1Ljk0MSw1Ljk0MSwwLDAsMS0uMzQ0Ljk3MWMtLjIwNy40NzctLjQ0OC45MzYtLjcsMS4zOTJhMTMuNDE4LDEzLjQxOCwwLDAsMS0yLjY0NywzLjIzNSwxMCwxMCwwLDAsMS0xLjA0OC44LDEyLjQxNiwxMi40MTYsMCwwLDEtMi4xNjEsMS4yMDksNy4yNjksNy4yNjksMCwwLDEtMS40NTYuNTE3LDQuNjc5LDQuNjc5LDAsMCwxLS42MTcuMTY1Yy0uMzI4LjAxMi0uNjA5LjI2Mi0uOTQ2LjE0OGEuMjY3LjI2NywwLDAsMC0uMjQ5LjAyYy0uMjI2LjE5Mi0uNDc2LjEyNC0uNzMxLjFhOC43ODgsOC43ODgsMCwwLDAtMS41NjIsMCwxLjAyMywxLjAyMywwLDAsMS0uNzkzLS4xLjE2NS4xNjUsMCwwLDAtLjEzMy0uMDM0Yy0uMzM3LjE1NC0uNjQyLS4wNjktLjk0NS0uMTIyLS4zNDItLjA2LS43LS4xOTItMS4wNC0uMjg0LS40NTQtLjEyMi0uODU5LS4zNTktMS4zMDktLjQ3MmExLjY4MywxLjY4MywwLDAsMS0uNDM2LS4yNDdjLS4yODEtLjE2NC0uNTkyLS4yNjMtLjg3Mi0uNDMyLS4xMzUtLjA4MS0uMTE3LS4xNDctLjA0My0uMi4zMjMtLjI0Mi41Mi0uNi44NzItLjgzMmEyLjE3NywyLjE3NywwLDAsMCwuODA2LS44NThjLjA3My0uMTU0LjI0NC0uMi4zNDctLjMyN2ExNC43ODgsMTQuNzg4LDAsMCwwLDEuMjcxLTEuNzA5Yy4wNzYtLjEyNy4xNTctLjI1LjIzMi0uMzc4LjA5LS4xNTUuMjExLS4zNjMuNDctLjIxNy4zMTguMTc5LjY5Mi4yLDEuMDIxLjM0N2EuMzM2LjMzNiwwLDAsMCwuMTk0LDAsLjk3Ni45NzYsMCwwLDEsLjQ4OC4wNjcsMi4wMjksMi4wMjksMCwwLDAsMS4zLS4wMTljLjA1Mi0uMDIuMTA3LS4wNzIuMTUzLS4wNjNhMi41MjksMi41MjksMCwwLDAsMS4xOTQtLjIyLDUuMTEzLDUuMTEzLDAsMCwwLDEuNzIzLS44MzYsMS42ODYsMS42ODYsMCwwLDAsLjUwOS0uNDM3LDEuNTIyLDEuNTIyLDAsMCwwLC42MzMtLjY3OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwOS44NDUgLTM4LjkwMykiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2NzMiIGRhdGEtbmFtZT0iUGF0aCA2NjczIiBkPSJNMjM4LjM4NSw1NC41NDNsLjA1MS0uMDU4Yy4wODctLjE1OS4yMzUtLjEzLjM4LS4xMzIsMi4wOC0uMDIsNC4xNjEsMCw2LjI0Mi0uMDA2LjE2NSwwLC4zNzctLjAyNS4zMzguMjU4YTEyLjM5MiwxMi4zOTIsMCwwLDAtLjkxNywxLjI1NmMtLjMuNDIxLS41ODUuODQ4LS44NzgsMS4yNzItLjQ4NS43LS45NjcsMS40MDgtMS40NTQsMi4xMS0uNTQ1Ljc4Ni0xLjEyLDEuNTUzLTEuNjMyLDIuMzU5LS40NzUuNzQ3LTEuMDIzLDEuNDQxLTEuNSwyLjE4Ny0uMzUzLjU1MS0uNzU0LDEuMDc5LTEuMTI3LDEuNjIxLS4wNzMuMTA3LS4yLjI1NC0uMTcxLjMzNS4wNDguMTM1LjIzNS4wNjYuMzYuMDY1LjIzNiwwLC40NzItLjAzNS43MDgtLjA0NmEuNzI2LjcyNiwwLDAsMSwuNTE2LjExMy4xNDEuMTQxLDAsMCwwLC4xMDUuMDM1Yy4zNTQtLjExOC42NjguMTE4LDEuMDE1LjExYTIuMjExLDIuMjExLDAsMCwxLC41ODYuMTM2LDE0LjIxNywxNC4yMTcsMCwwLDEsMi4xMTcuNzkxLDguODI0LDguODI0LDAsMCwxLDEuMjU4LjY5NSwxNC4xOCwxNC4xOCwwLDAsMSwyLjEzNywxLjcxMiwxMS45NTksMTEuOTU5LDAsMCwxLDEuOTEyLDIuNDExLDE0LjM4MywxNC4zODMsMCwwLDEsMS4xODksMi42MTgsNS4xMTQsNS4xMTQsMCwwLDEsLjMxNSwxLjE4NGMuMDI4LjMyLjI3LjYxMi4xMzEuOTQ2LS4xLjIwOS4wNzEuMzc4LjA4NC41NzQuMDE2LjI0NS4wNTYuNDg5LjA3OS43MzQsMCwuMzIyLDAsLjY0NSwwLC45NjdhLjg1NS44NTUsMCwwLDEtLjEwNi40OTMuMTk0LjE5NCwwLDAsMC0uMDQyLjEzMiwyLjQzLDIuNDMsMCwwLDEtLjExOCwxLjEyNCwzLjA2MiwzLjA2MiwwLDAsMS0uMTU1LjY5MmMtLjEwOS4yNzktLjE4OC41NzItLjI4Ljg1OWExNC42NjQsMTQuNjY0LDAsMCwxLS44OTIsMiw5LjI0NSw5LjI0NSwwLDAsMS0xLjIwOCwxLjgsMTIuNTcsMTIuNTcsMCwwLDEtMi4xMjMsMi4wNDEsMTMuNjE1LDEzLjYxNSwwLDAsMS0yLjA2MiwxLjI4OWMtLjQ5Mi4yNDctMS4wMTkuNDEtMS41MjQuNjIzYTcuNjUzLDcuNjUzLDAsMCwxLTEuMTYuMzI2LDEuNTA4LDEuNTA4LDAsMCwxLS44NjUuMTI4LjIuMiwwLDAsMC0uMTQsMGMtLjUyNC4yODYtMS4wOC4wNjEtMS42MTkuMWE5LjAyNiw5LjAyNiwwLDAsMC0uOTkzLjA0NS43MzYuNzM2LDAsMCwxLS41LS4wNzcuNTQxLjU0MSwwLDAsMC0uNDEzLS4wNS4zNjguMzY4LDAsMCwxLS4zMjktLjAzNmMtLjIyLS4xNzQtLjUtLjEwOC0uNzQ1LS4xNzItLjMyMi0uMDg0LS42NDktLjE4Mi0uOTYyLS4yODVhMTEuMTg2LDExLjE4NiwwLDAsMS0xLjc4LS43NzcsOC45LDguOSwwLDAsMS0xLjMzMi0uODMzLDQuNTIsNC41MiwwLDAsMS0uNS0uMzU3LjMuMywwLDAsMS0uMDA2LS40NjksMTEuNDkzLDExLjQ5MywwLDAsMCwxLjU1Mi0yLjI4MSwxMi41NjMsMTIuNTYzLDAsMCwwLC45MzQtMi4xNzFjLjAzMy0uMTEuMTE5LS4yMDguMTE4LS4zNC4xNjUuMDEzLjIzNi4xMzYuMzMuMjIyYTcuMTIxLDcuMTIxLDAsMCwwLDIsMS4zMTEsNS4xMjcsNS4xMjcsMCwwLDAsMS4zMTYuNDE1LDQuNTUzLDQuNTUzLDAsMCwwLDEuNy4xNDksMTIuODA4LDEyLjgwOCwwLDAsMCwxLjc2OC0uNCw2LjQ0Myw2LjQ0MywwLDAsMCwzLjAxMi0yLjIyMSw2Ljc0Myw2Ljc0MywwLDAsMCwuOTc5LTEuODc2LDIuNjE1LDIuNjE1LDAsMCwwLC4yMzItMS4yMzEsMy45LDMuOSwwLDAsMCwwLTEuNzEzYy4wOTEtLjMzNi0uMS0uNjI2LS4xNTktLjkzNWE0LjYsNC42LDAsMCwwLS41MTktMS4zMzYsNi41NTUsNi41NTUsMCwwLDAtMS42MjEtMS45NzIsOC44MjIsOC44MjIsMCwwLDAtMi4wOTItMS4xNDIuNC40LDAsMCwwLS4xMTItLjAxNCwyLjg0NywyLjg0NywwLDAsMC0uOTcxLS4xODFsLS4xMDksMGEzLjIzMywzLjIzMywwLDAsMC0xLjcxNCwwbC0uMTY1LDBjLS4xNjktLjA3My0uMy4wOTQtLjQ2LjA3M2wtLjExMiwwYTEwLjU1MywxMC41NTMsMCwwLDEtMS4wMjcuMzM3LDguMiw4LjIsMCwwLDAtMi4yNDQsMS42LDE3LjQsMTcuNCwwLDAsMC0xLjE1My0yLjY2NywxNC4wMjQsMTQuMDI0LDAsMCwwLTIuMjM0LTMuMDM0Yy0uMjI2LS4yMy0uMy0uMzMtLjA3OS0uNjM5LjM4LS41MzIuNzg0LTEuMDUyLDEuMTI2LTEuNjExLjQ2Ny0uNzY0LDEuMDMtMS40NjEsMS41MS0yLjIxNy4zNS0uNTUxLjc2OS0xLjA2NCwxLjEyNC0xLjYxNy4zNjYtLjU3LjgtMS4wOTQsMS4xNDgtMS42NzguMjI0LS4zNzMuNTMyLS43Ljc2MS0xLjA3OS40Ny0uNzcsMS4wNTQtMS40NiwxLjUxOS0yLjIzNi4zLS41MDcuNjgzLS45NjksMS4wMy0xLjQ1MWExLjQ2NSwxLjQ2NSwwLDAsMCwuMjI1LS4zOTIsMS45NzIsMS45NzIsMCwwLDAsLjQtLjUxMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2NC40MDUgLTM4Ljk0NSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2NzQiIGRhdGEtbmFtZT0iUGF0aCA2Njc0IiBkPSJNMzM4LjMwNiwxMC43NzVhLjg4MS44ODEsMCwwLDAtLjQ0Ny0uMDUySDMyNi40NzZjLS40NjksMC0uNDcsMC0uNDctLjQ3NFYuNTIxYzAtLjQ5NCwwLS41LjQ4NS0uNWgxMS4yNDFjLjQ0OCwwLC40NjEuMDE0LjQ2Mi40NjVxMCwuODExLDAsMS42MjFjMCwuNDA4LS4wMDkuNDE3LS40MTIuNDE3aC03Ljc2OWEuNzgxLjc4MSwwLDAsMC0uNDE3LjA1NS4xMjUuMTI1LDAsMCwxLS4wNTcuMTEzLDQuMDA3LDQuMDA3LDAsMCwxLC4wMywxLjMyN2MtLjAxNy4xODYuMDI4LjIxNy4xOC4yMTEuMDc2LDAsLjE1MiwwLC4yMjgsMGg3LjExNWMuNDEyLDAsLjQyLjAwOC40MjEuNDA4cTAsLjY2OCwwLDEuMzM3YzAsLjQwOS0uMDA5LjQxOC0uNDEyLjQxOGgtNy4wODZhLjguOCwwLDAsMC0uNDE4LjA1My4xMjEuMTIxLDAsMCwxLS4wNTcuMTEyLDQuODI0LDQuODI0LDAsMCwxLDAsMS42LjYxMi42MTIsMCwwLDAsLjM4Ny4wNTJxNC4wMjcsMCw4LjA1NSwwYy4xMjgsMCwuMjY3LS4wNDEuMzg0LjA1NGExLjE4MiwxLjE4MiwwLDAsMSwuMDU2LjVjMCwuNTU4LDAsMS4xMTYsMCwxLjY3NWEuNzY3Ljc2NywwLDAsMS0uMDYxLjMzMi4wMzUuMDM1LDAsMCwxLS4wNTQtLjAwOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzMy42MjggLTAuMDE2KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY3NSIgZGF0YS1uYW1lPSJQYXRoIDY2NzUiIGQ9Ik0yODIuOTUzLDQuMTA1Yy4wNDguMi4yMTUuMTE0LjMyNS4xMTVxMy41NDEuMDA5LDcuMDgyLDBjLjYyNywwLC42MjcsMCwuNjI3LjYxMywwLC4zODgsMCwuNzc3LDAsMS4xNjUsMCwuMzY2LS4wMTguMzg0LS4zODcuMzg1aC03LjIyNGEuODA4LjgwOCwwLDAsMC0uNDE4LjA1My4yNzUuMjc1LDAsMCwxLDAsLjEyNGwwLC4xMTFhNy4xMzIsNy4xMzIsMCwwLDAsMCwxLjM1NmwwLC4xMTFhLjI3NC4yNzQsMCwwLDEsMCwuMTI0LjgwOC44MDgsMCwwLDAsLjQxOS4wNTNoNy45NzJjLjQzLDAsLjQzNSwwLC40MzYuNDIzcTAsLjc2OCwwLDEuNTM3YzAsLjQyOCwwLC40MzItLjQyNi40MzJIMjgyLjFjLS44LDAtMS41OTUtLjAwNy0yLjM5MiwwLS4yNiwwLS4zNDgtLjA5LS4zNDctLjM0OHEuMDA5LTQuOTk0LDAtOS45ODhjMC0uMjY2LjA5LS4zNzIuMzYzLS4zNzFxNS43MzguMDA4LDExLjQ3NSwwYy4yNTQsMCwuMzYuMDkuMzU1LjM1LS4wMS42LDAsMS4xOTUsMCwxLjc5MywwLC4zNDItLjAyMy4zNjQtLjM3OS4zNjRoLTcuODU5YS43NzkuNzc5LDAsMCwwLS40MTguMDU1YzAsLjQsMCwuOCwwLDEuMmEuNTU1LjU1NSwwLDAsMCwuMDUzLjMyOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwMC4yMDMgLTAuMDA3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY3NiIgZGF0YS1uYW1lPSJQYXRoIDY2NzYiIGQ9Ik0xODQuODE2LDIuNDY3YS43MTQuNzE0LDAsMCwwLS4zODgtLjA1NmgtMy45NTRjLS4zNjUsMC0uMzgyLS4wMTgtLjM4My0uMzg4LDAtLjU0LDAtMS4wOCwwLTEuNjIxLDAtLjM0Mi4wMzctLjM3OS4zNzQtLjM4Ljk1NywwLDEuOTE1LDAsMi44NzMsMGg5LjI0NWMuNDg2LDAsLjQ5LDAsLjQ5MS40OTNzMCwxLDAsMS41MDdjMCwuMzcxLS4wMTguMzg5LS4zODIuMzloLTMuODRhLjc0MS43NDEsMCwwLDAtLjM5LjA1My41LjUsMCwwLDEtLjA0OS4xNTRjLS4wMjEuNTY5LS4wMDgsMS4xMzgtLjAwOSwxLjcwNiwwLDIuMSwwLDQuMTkyLDAsNi4yODgsMCwuMTcyLS4wMjguMjI5LS4yMTQuMjI3LTEuMDM1LS4wMTEtMi4wNjktLjAwOS0zLjEsMC0uMTY1LDAtLjIyNy0uMDIxLS4yMjYtLjIxNC4wMTEtMi41Ny4wMDYtNS4xNC4wMDctNy43MWExLjA1OCwxLjA1OCwwLDAsMC0uMDU3LS40NDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjkuMDU4IC0wLjAxNSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2NzciIGRhdGEtbmFtZT0iUGF0aCA2Njc3IiBkPSJNMTU0LjQyMywxMC41NDhhLjg3Ny44NzcsMCwwLDAsLjA1Mi0uNDQ3cTAtNC43OTMsMC05LjU4N2MwLS40ODksMC0uNDkzLjQ5MS0uNDkzcTEuMjUzLDAsMi41MDUsMGMuMzk0LDAsLjQyMS4wMjcuNDIxLjQycTAsMy41LDAsN3YuMzA3aC4wNTlWLjEzOWMuMTQyLjA2OS4xMDkuMTYzLjEwOS4yMzRxMCwzLjU3LDAsNy4xNGExLjc3MiwxLjc3MiwwLDAsMS0uMDUzLjMwNmMuMDM1LjA3MS4xODgtLjAzOC4xNy4xMTItLjAwOSwwLS4wMjIsMC0uMDI3LjAwNmEuMTc3LjE3NywwLDAsMC0uMDIzLjAzNWMuMDk0LjAwNS4xODcuMDE1LjI4MS4wMTVoNi40NjNjLjQyMiwwLC40MjUsMCwuNDI2LjQzMiwwLC42NDUtLjAwOCwxLjI5LDAsMS45MzUuMDA1LjI2NC0uMDc0LjM3MS0uMzU1LjM3cS01LjExLS4wMS0xMC4yMjEsMGMtLjEzMiwwLS4yNy4wMTItLjM2NC0uMTE0YS4wNjIuMDYyLDAsMCwxLC4wNi0uMDU4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEwLjYyMiAtMC4wMTUpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82Njc4IiBkYXRhLW5hbWU9IlBhdGggNjY3OCIgZD0iTTE3My44Myw1NS43ODhjLS4wNi0uMTE4LjAyNC0uMi4wOC0uMjgzLjIxOS0uMzMyLjQ0My0uNjYyLjY2MS0xLC4wNS0uMDc2LjE1My0uMTUzLjEwNy0uMjQ3LS4wNTUtLjExMy0uMTg3LS4wNTMtLjI4Ni0uMDY2YS45LjksMCwwLDAtLjExNCwwcS0xMC4zNjMsMC0yMC43MjYsMGMtLjEyOCwwLS4zLS4wNjUtLjM3Mi4wNTdzLjExMy4xOTMuMTYzLjMuMS4xODEuMTU1LjI3MWExLjI2NiwxLjI2NiwwLDAsMS0uNDUxLS41MTVjLS4wOTEtLjE2OC0uMDU4LS4zMTUuMTk0LS4yODdhMi4xLDIuMSwwLDAsMCwuMjI4LDBoMjAuOTU4YS4xOTIuMTkyLDAsMCwxLC4wMjksMGMuMTUzLjAyNC4zNy0uMDc5LjQ0NS4wODZzLS4xMjQuMjY3LS4yMTQuNGMtLjI5NS40Mi0uNTcyLjg1My0uODU1LDEuMjgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA5LjY0NiAtMzguNzA4KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY3OSIgZGF0YS1uYW1lPSJQYXRoIDY2NzkiIGQ9Ik0xODUuMDM2LDguNjU1Yy4xMjQuMDk1LjExMS4yMzIuMTExLjM2NHEwLDMuODUxLS4wMDYsNy43YzAsLjE5Mi4wMjcuMjU2LjI0MS4yNTMuOTg2LS4wMTQsMS45NzItLjAxMiwyLjk1OCwwLC4xODMsMCwuMjM4LS4wMjcuMjM4LS4yMjgtLjAxLTIuNTY4LS4wMDctNS4xMzUtLjAwOC03LjdhLjYxNS42MTUsMCwwLDEsLjA1My0uMzMyLjQ1Ni40NTYsMCwwLDEsLjI1MS0uMDI3YzEuMzg2LDAsMi43NzEsMCw0LjE1NywwLC4wODQsMCwuMjExLS4wNzYuMjU4LjA3N2wtNC4xODYsMGMtLjQxOSwwLS40MiwwLS40Mi40MzFxMCwzLjcxNCwwLDcuNDI4YzAsLjQ0MS0uMDEuNDUyLS40NDEuNDUzcS0xLjQwOSwwLTIuODE5LDBjLS4zNTgsMC0uMzg1LS4wMjktLjM4NS0uMzk0cTAtMy42NzEsMC03LjM0MmMwLS42MTkuMDU3LS41NzUtLjU2MS0uNTc1LTEuMjUzLDAtMi41MDYsMC0zLjc1OSwwLS4xMDYsMC0uMjI0LjAzOC0uMzE5LS4xMTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI5LjI3OCAtNi4yMDIpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NjgwIiBkYXRhLW5hbWU9IlBhdGggNjY4MCIgZD0iTTMzMS45Niw1NC4zOTVhLjE5NC4xOTQsMCwwLDAtLjIyMi0uMTcxaC0uMjU2cS02Ljg4NywwLTEzLjc3NSwwYTIuNzU1LDIuNzU1LDAsMCwwLS41NjUuMDUuNDY1LjQ2NSwwLDAsMSwuNDU2LS4yMnE3LjA0Ni4wMDYsMTQuMDkyLDBjLjM1OSwwLC4zODEuMDMxLjI3LjM0MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyNy4yNzUgLTM4LjczNCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2ODEiIGRhdGEtbmFtZT0iUGF0aCA2NjgxIiBkPSJNNjcuODQ4LDM3LjljLjAxNi4wNTUsMCwuMS0uMDU4LjEwNmEuOTY5Ljk2OSwwLDAsMS0uMTcuMDExbC0xNS45MzctLjAwNWMtLjAxOC0uMDk1LjAyOS0uMTM0LjExOC0uMTM3cTcuODg0LDAsMTUuNzY4LDBhLjU2LjU2LDAsMCwxLC4yOC4wMjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNy4wMzUgLTI3LjEzNikiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2ODIiIGRhdGEtbmFtZT0iUGF0aCA2NjgyIiBkPSJNMTU1LjIyLDM4LjA5NGwtMTQuNTg1LDBhLjU2LjU2LDAsMCwxLS4zMzEtLjA1NS4xMTEuMTExLDAsMCwxLC4wNTMtLjA1NmwxNC44MDksMGMuMDMyLjAzMS4wOTQuMDQ3LjA1NS4xMTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAuNTQ3IC0yNy4yMTkpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NjgzIiBkYXRhLW5hbWU9IlBhdGggNjY4MyIgZD0iTTY3LjY3NiwxMC45MTdsLTE1LjYsMGMtLjE3MSwwLS4zNDEuMDA1LS41MTIuMDA4LS4wODgsMC0uMTA2LS4wNjUtLjExMi0uMTM1LS4wMDktLjA5NCwwLS4xODksMC0uMjg0cTAtNC45MzksMC05Ljg3OEEuNjM3LjYzNywwLDAsMSw1MS41LjIxOWguMDU3cTAsNS4wOTMsMCwxMC4xODZjMCwuNDU2LDAsLjQ1Ny40NTguNDU3SDY3LjY3NWMwLC4wMTgsMCwuMDM2LDAsLjA1NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2Ljg2MyAtMC4xNTcpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82Njg0IiBkYXRhLW5hbWU9IlBhdGggNjY4NCIgZD0iTTI5MS45NDIsMzguMTc4SDI3OS43YzAtLjAxOCwwLS4wMzYsMC0uMDU0aDEyLjIzOHYuMDU0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAwLjQ0NSAtMjcuMzIxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY4NSIgZGF0YS1uYW1lPSJQYXRoIDY2ODUiIGQ9Ik0zMzguMjgxLDM3Ljk3bC4wNTQuMDA4Yy0uMDg5LjE3LS4yNS4xMDctLjM4MS4xMDdxLTMuODEuMDA2LTcuNjIsMGwtNC4zNSwwYy0uMDQtLjA2NS4wMjMtLjA4MS4wNTQtLjExMmwxMi4yNDIsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzMy42MDMgLTI3LjIxMSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2ODYiIGRhdGEtbmFtZT0iUGF0aCA2Njg2IiBkPSJNMzI1LjYyMiwxMS4wODVsLS4wNTQuMTEyYy0uMTg4LS4wNDktLjE3Mi0uMi0uMTczLS4zNDUsMC0uNDkzLDAtLjk4NiwwLTEuNDc5cTAtNC4yNjgsMC04LjUzNmEuNzMxLjczMSwwLDAsMSwuMDQ2LS4zODdjLjEuMTEzLjA2NC4yMzkuMDY1LjM0OXEwLDQuOTM3LDAsOS44NzRjMCwuMTQzLS4wNTUuMzExLjExMi40MTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzMuMTg2IC0wLjMyMikiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2ODciIGRhdGEtbmFtZT0iUGF0aCA2Njg3IiBkPSJNNzMuMjE2LDMwLjgzYS41OTEuNTkxLDAsMCwxLS4wNTEtLjMzMmMwLS40ODMtLjAwOS0uOTY3LjAwOC0xLjQ1LjAwNy0uMTktLjA1Ni0uMjEyLS4yMjUtLjIxMnEtNC4xMzkuMDEtOC4yNzguMDA1Yy0uMTE4LDAtLjI1My4wMzItLjMzLS4xMDZxNC4yOTUsMCw4LjU4OS0uMDA4Yy4yNTcsMCwuMzU4LjA5NC4zNTIuMzUxLS4wMTEuNDgzLDAsLjk2NiwwLDEuNDQ5YS41MzcuNTM3LDAsMCwxLS4wNjEuMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ2LjEwOCAtMjAuNTg4KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY4OCIgZGF0YS1uYW1lPSJQYXRoIDY2ODgiIGQ9Ik01MS4zNzIuMjE5cTAsNS4xNjEsMCwxMC4zMjJhLjY5Mi42OTIsMCwwLDAsLjA2LjM4OGwtLjA1MS4xYy0uMTI5LS4wNzYtLjEyMy0uMi0uMTIzLS4zMjdxMC01LjA5MiwwLTEwLjE4NWMwLS4xMTItLjAxNS0uMjMzLjExNC0uMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2LjczMyAtMC4xNTcpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82Njg5IiBkYXRhLW5hbWU9IlBhdGggNjY4OSIgZD0iTTIyNy44NDIsMTEuMmMtLjEyOS0uMDc3LS4xMjEtLjItLjEyMS0uMzI4cTAtNS4wOSwwLTEwLjE4MWMwLS4wNzEtLjAyMi0uMTUyLjA2NC0uMjI4YS41NTcuNTU3LDAsMCwxLC4wNDguMzUxcTAsNC45MiwwLDkuODRhLjguOCwwLDAsMCwuMDU4LjQ0NWMuMDMuMDU4LS4wMTcuMDc2LS4wNTIuMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2My4xOTIgLTAuMzM1KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5MCIgZGF0YS1uYW1lPSJQYXRoIDY2OTAiIGQ9Ik0yNjguMjE2LDU0LjM4NmMtLjA2OS0uMjExLS4yNDktLjE3MS0uNC0uMTcxcS0zLjAxMSwwLTYuMDIyLDBhMS40NjUsMS40NjUsMCwwLDAtLjUzNC4wNTJjLS4wMTItLjIzOS4xNjgtLjIxOC4zMTQtLjIxOS41ODctLjAwNSwxLjE3NSwwLDEuNzYzLDBxMi4zNDYsMCw0LjY5MSwwYy4xLDAsLjIyOS0uMDM2LjI5LjA2N3MtLjA1MS4xODYtLjEuMjc0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg3LjIyNiAtMzguNzI3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5MSIgZGF0YS1uYW1lPSJQYXRoIDY2OTEiIGQ9Ik0xNTQuMjc2LDEwLjc2NGwtLjA2LjA1OGEuNDgzLjQ4MywwLDAsMS0uMDU4LS4zcTAtNC45NzYsMC05Ljk1MWMwLS4wODMuMDExLS4xNjYuMDE3LS4yNDloLjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEwLjQ3NSAtMC4yMykiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2OTIiIGRhdGEtbmFtZT0iUGF0aCA2NjkyIiBkPSJNMzM4LjQ2OSwxNy40bC4wNTctLjExMmMyLjUzMiwwLDUuMDY1LDAsNy42LjAwNy4yOCwwLC4zOTItLjA3Ni4zOC0uMzctLjAyLS40OTItLjAwNi0uOTg1LDAtMS40NzhhLjUyLjUyLDAsMCwxLC4wNDEtLjNjLjEuMDUyLjA3MS4xMzguMDcxLjIsMCwuNTY5LS4wMDUsMS4xMzguMDA1LDEuNzA2LjAwNS4yNTctLjA5NC4zNTItLjM1MS4zNTJxLTMuOS0uMDExLTcuOC0uMDA4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQyLjU1OSAtMTAuODU2KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5MyIgZGF0YS1uYW1lPSJQYXRoIDY2OTMiIGQ9Ik02NC4zMzcsMTcuNDI4bC4wNTQtLjExMmg3LjU5NGMuMzY4LDAsLjM3Ny0uMDExLjM3OC0uMzg4LDAtLjQ4MywwLS45NjYsMC0xLjQ0OSwwLS4xLS4wMzMtLjIwNy4wNDQtLjMuMDczLjAwOS4wNjUuMDY3LjA2NS4xMDgsMCwuNjE2LDAsMS4yMzIsMCwxLjg0OCwwLC4yNS0uMTM5LjMtLjM0OC4yOTUtLjkxLDAtMS44MiwwLTIuNzMsMGwtNS4wNjMsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ2LjEwNiAtMTAuODgxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5NCIgZGF0YS1uYW1lPSJQYXRoIDY2OTQiIGQ9Ik0yOTEuNzM0LDEwLjU4NmEuMjE1LjIxNSwwLDAsMS0uMS0uMTY0LDUuODU3LDUuODU3LDAsMCwxLC4wNDQtMS4zNjhoOC4xODFhMS4xMzUsMS4xMzUsMCwwLDEsLjQ3Ni4wNTIuMDM2LjAzNiwwLDAsMSwuMDEzLjA0Yy0uMDA1LjAxMy0uMDEuMDE5LS4wMTUuMDE5bC04LjE2NiwwYy0uNDMsMC0uNDMsMC0uNDMyLjQyMnEwLC41LDAsMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwOC45ODQgLTYuNDg3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5NSIgZGF0YS1uYW1lPSJQYXRoIDY2OTUiIGQ9Ik0xNDAuMjA3LDM1LjI0OGwtLjA1My4wNTYtLjA1OS0uMjg3YzEuMTgtLjEyMiwyLjM2Ni0uMDE1LDMuNTYzLS4wNzEtLjA4MS0uMjc4LS4zODYtLjQ2Mi0uMjU5LS43ODMuMjUyLjE0MS4yNzcuNDI5LjQxMS42NDYuMjMxLjM3Mi4yMTguMzgtLjIzNS4zOGgtMi45ODFhLjY3Ny42NzcsMCwwLDAtLjM4Ny4wNTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAuMzk3IC0yNC40ODIpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82Njk2IiBkYXRhLW5hbWU9IlBhdGggNjY5NiIgZD0iTTI5MS45ODUsMjguODM5YS4wOTMuMDkzLDAsMCwxLDAtLjEyNGw4LjQuMDA3YS44LjgsMCwwLDEsLjM0Ni4wM2MwLC4wMjksMCwuMDU4LDAsLjA4NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDkuMjMgLTIwLjU3OCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY2OTciIGRhdGEtbmFtZT0iUGF0aCA2Njk3IiBkPSJNMzQ3LjMsMjguODNxLTQuMjA1LDAtOC40MTEsMGMtLjE0MywwLS4zMS4wNTYtLjQxNS0uMTA2cTQuMywwLDguNTkzLDBjLjA4NCwwLC4yMjQtLjA2Ni4yMzMuMTExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQyLjU2IC0yMC41NzMpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82Njk4IiBkYXRhLW5hbWU9IlBhdGggNjY5OCIgZD0iTTY0LjMyNyw5LjE2NmwuMDU2LS4xMTNoOC43Mzl2LjExM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00Ni4wOTkgLTYuNDg4KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjY5OSIgZGF0YS1uYW1lPSJQYXRoIDY2OTkiIGQ9Ik0zMzguNDY3LDkuMTY4bC4wNTctLjExM2g4LjUxMnYuMTEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0Mi41NTggLTYuNDg5KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcwMCIgZGF0YS1uYW1lPSJQYXRoIDY3MDAiIGQ9Ik0zNS45NzYsMjkuNDU1aC4xMTJjMCwuNTIyLjAwNiwxLjA0NCwwLDEuNTY1LDAsLjE3NS4wMjkuMjU5LjIyOS4yNThxMS41MDktLjAxMSwzLjAxOCwwYy4yMjgsMCwuMy0uMS4yOTMtLjMwOS0uMDA3LS42ODMsMC0xLjM2NiwwLTIuMDQ5LDAtLjEtLjAzNy0uMjA1LjA1MS0uMjk1LjA5MS4wNjUuMDU2LjE1OC4wNTcuMjM1LDAsLjcyMS0uMDA1LDEuNDQyLjAwNiwyLjE2MiwwLC4yNjQtLjA4Mi4zNzctLjM1OS4zNzRxLTEuNTIzLS4wMTUtMy4wNDYsMGMtLjI3OSwwLS4zNjUtLjExMi0uMzU4LS4zNzUuMDEyLS41MjEsMC0xLjA0MywwLTEuNTY1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjUuNzc5IC0yMC41MTMpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzAxIiBkYXRhLW5hbWU9IlBhdGggNjcwMSIgZD0iTTI5MS45ODYsMjIuODMxYS4wOTIuMDkyLDAsMCwxLDAtLjEyNGg3Ljk0NHYuMTI0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwOS4yMyAtMTYuMjczKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcwMiIgZGF0YS1uYW1lPSJQYXRoIDY3MDIiIGQ9Ik0xNjcuNCwyNy42NTJsLS4xNzEtLjExMmg3LjI4OGMuMDM3LjA2NS0uMDIzLjA4LS4wNTYuMTFIMTY3LjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTkuODQxIC0xOS43MzYpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzAzIiBkYXRhLW5hbWU9IlBhdGggNjcwMyIgZD0iTTExMi45NzcsMzEuMjY1Yy4wNjgtLjEyNi4xOS0uMTA3LjMtLjEwN2g2LjEzMWMuMTIzLDAsLjI1LS4wMDcuMzM2LjEwOWgtNi43NjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MC45NjMgLTIyLjMyOSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MDQiIGRhdGEtbmFtZT0iUGF0aCA2NzA0IiBkPSJNMjI4LjE1MywzMS42MzRsLjA1Mi0uMWMxLjAzNSwwLDIuMDY5LS4wMTMsMy4xLDAsLjI4OCwwLC4zODEtLjA4OS4zNzQtLjM3NS0uMDE3LS43MTEtLjAwNi0xLjQyMi0uMDA3LTIuMTM0bC4xMDctLjA0OGMwLC43ODQsMCwxLjU2OC4wMTEsMi4zNTIsMCwuMjMyLS4wOTUuMzE5LS4zMjIuMzE3LTEuMTA2LS4wMDgtMi4yMTItLjAwNy0zLjMxNy0uMDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjMuNTAzIC0yMC43NjUpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzA1IiBkYXRhLW5hbWU9IlBhdGggNjcwNSIgZD0iTTIxNC4xLDIuNzYzYS43NDMuNzQzLDAsMCwwLS4zODgtLjA1MmgtNC4yNzdsLjA1OS0uMDU5aDQuMjk1Yy4zNTgsMCwuMzcyLS4wMTUuMzczLS4zNjUsMC0uNTY5LDAtMS4xMzcsMC0xLjcwNmEuNS41LDAsMCwxLC4wNDItLjNjLjEuMDcuMDY4LjE2My4wNjguMjM5cS4wMDUuOTUzLDAsMS45YzAsLjE0MS4wMTguMy0uMTc2LjMzOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MC4wODYgLTAuMjAxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcwNiIgZGF0YS1uYW1lPSJQYXRoIDY3MDYiIGQ9Ik0zLjgxMiwzOC4xMTFILjMyNWMwLS4wMzQsMC0uMDY3LDAtLjFIMy43NjNjLjA0NS4wMi4wODguMDQuMDUuMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjMyIC0yNy4yMzkpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzA3IiBkYXRhLW5hbWU9IlBhdGggNjcwNyIgZD0iTTI2NC44MDcsMzguMDQ5aDMuMzU3YzAsLjAxOSwwLC4wMzksMCwuMDU4SDI2NC44YzAtLjAxOSwwLS4wMzksMC0uMDU4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg5Ljc2NyAtMjcuMjY3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcwOCIgZGF0YS1uYW1lPSJQYXRoIDY3MDgiIGQ9Ik0xOTIuNzUxLDI3LjY1NGwuMDU1LS4xMTFjLjE1My4wMzkuMTcxLjE1OS4xNzIuMjg4cTAsMS4yNDgsMCwyLjVjMCwuMTI5LS4wMTguMjQ5LS4xNzIuMjg2bC0uMDU1LS4xMTJjLjEyNS0uMDY3LjExMy0uMTg3LjExMy0uM3EwLTEuMTI0LDAtMi4yNDhjMC0uMTEzLjAxMi0uMjMzLS4xMTMtLjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzguMTMyIC0xOS43MzgpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzA5IiBkYXRhLW5hbWU9IlBhdGggNjcwOSIgZD0iTTEyLjUxLDMxLjYxMmwtLjA1LS4xYS43MS43MSwwLDAsMCwuMDU4LS4zODdxMC0xLjA5MiwwLTIuMTgzaDBjLjEyNy4wNjYuMTE0LjE4Ni4xMTQuM3EwLDEuMDIzLDAsMi4wNDVjMCwuMTIzLjAwNi4yNTEtLjEyMy4zMjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjkyOSAtMjAuNzQpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzEwIiBkYXRhLW5hbWU9IlBhdGggNjcxMCIgZD0iTTMyMi4zODIsMy4wNTJjMC0uMDIsMC0uMDQsMC0uMDZhMS4wNiwxLjA2LDAsMCwwLC4wNTYtLjQ3NWMwLS41NjcsMC0xLjEzNSwwLTEuNywwLS4xLS4wMzUtLjIwNS4wNDctLjI5NC4wODkuMDM2LjA2Mi4xMTMuMDYyLjE3MXEwLDEuMDIxLDAsMi4wNDNjMCwuMTM1LDAsLjI3Mi0uMTcxLjMxNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzMS4wMzEgLTAuMzc0KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcxMSIgZGF0YS1uYW1lPSJQYXRoIDY3MTEiIGQ9Ik0yMzYuMzk0LDEzNi4zNDhhLjc2NC43NjQsMCwwLDEtLjA1Mi0uNDQ1LDEwLjc4NSwxMC43ODUsMCwwLDEsLjA1MS0xLjcyNWMuMDEuNDIxLjE0OC44MjUuMTMxLDEuMjU2YTcuMzk0LDcuMzk0LDAsMCwxLS4xMy45MTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjkuMzYzIC05Ni4xNTcpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzEyIiBkYXRhLW5hbWU9IlBhdGggNjcxMiIgZD0iTTQ5LjM1LDEwLjkyM1Y4Ljc2NmguMDU3djIuMTU3SDQ5LjM1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUuMzY2IC02LjI4MikiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MTMiIGRhdGEtbmFtZT0iUGF0aCA2NzEzIiBkPSJNMjgyLjAwNSwxMzUuMTg2YTIuMSwyLjEsMCwwLDEsMCwxLjcxM3EwLS44NTcsMC0xLjcxMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwMi4wOTUgLTk2Ljg3OSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MTQiIGRhdGEtbmFtZT0iUGF0aCA2NzE0IiBkPSJNMTkwLjY3MiwxMTUuMDY4Yy0uMDUyLS4xMjYsMC0uMTY5LjEyNS0uMTY3LjM4LDAsLjc1OS4wMDgsMS4xMzksMCwuMTM2LDAsLjE1Ni4wNy4xNjguMTdoLTEuNDMyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM2LjYyOCAtODIuMzQxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcxNSIgZGF0YS1uYW1lPSJQYXRoIDY3MTUiIGQ9Ik0yNTYuMjU0LDExNS4wNjVhLjM4NC4zODQsMCwwLDEsLjM1OS0uMTY5Yy4zMDkuMDEuNjE4LjAwOC45MjcsMGEuNTIuNTIsMCwwLDEsLjQyOC4xNjgsMi4yMTMsMi4yMTMsMCwwLDEtLjcxOS0uMDY0Yy0uMjA1LS4wNjUtLjQxMi4xLS42MzEuMDcxYTMuNDU4LDMuNDU4LDAsMCwwLS4zNjQtLjAwNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4My42NDEgLTgyLjMzOCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MTYiIGRhdGEtbmFtZT0iUGF0aCA2NzE2IiBkPSJNMTM2LjQzNSwxNzguMjczaDEuODQxbDAsLjA1MmgtMS44MzljMC0uMDE3LDAtLjAzNCwwLS4wNTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05Ny43NzQgLTEyNy43NTcpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzE3IiBkYXRhLW5hbWU9IlBhdGggNjcxNyIgZD0iTTQwLjYsMTc4LjM2N0gzOC43NTF2LS4wNThINDAuNmMwLC4wMTksMCwuMDM5LDAsLjA1OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3Ljc3IC0xMjcuNzgzKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcxOCIgZGF0YS1uYW1lPSJQYXRoIDY3MTgiIGQ9Ik0yNy4zMjYsMTIxLjk4YTUuMTUxLDUuMTUxLDAsMCwxLDEuMzc1LS4wMzdjLjAzNSwwLC4wNjkuMDU2LjEuMDg2YTcuMTYzLDcuMTYzLDAsMCwxLTEuNDc4LS4wNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5LjU4MyAtODcuMzY5KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcxOSIgZGF0YS1uYW1lPSJQYXRoIDY3MTkiIGQ9Ik0xNDkuNTMsMTIxLjk3MWEzLjQ3NiwzLjQ3NiwwLDAsMSwxLjM3NCwwLDMuNDUsMy40NSwwLDAsMS0xLjM3NCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA3LjE1OSAtODcuMzYpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzIwIiBkYXRhLW5hbWU9IlBhdGggNjcyMCIgZD0iTTMwMi4zMjUsMTMzLjg5M2E0LjA0Myw0LjA0MywwLDAsMS0uMjExLTEuMDA4LjQ1Ni40NTYsMCwwLDEsLjA0OC0uMywyLjk1MSwyLjk1MSwwLDAsMSwuMTYzLDEuMzA5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjE2LjUwMiAtOTUuMDE1KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcyMSIgZGF0YS1uYW1lPSJQYXRoIDY3MjEiIGQ9Ik0yMDguODYxLDE1My4yODRhLjkwNi45MDYsMCwwLDEtLjYzMy42NzlsLjYzMy0uNjc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ5LjIyNCAtMTA5Ljg0OSkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MjIiIGRhdGEtbmFtZT0iUGF0aCA2NzIyIiBkPSJNMjUwLjAzMSwxMTYuMDZhMy4yMjIsMy4yMjIsMCwwLDEsMS4wMjctLjMzNywyLjAyLDIuMDIsMCwwLDEtMS4wMjcuMzM3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc5LjE4MSAtODIuOTMxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcyMyIgZGF0YS1uYW1lPSJQYXRoIDY3MjMiIGQ9Ik0xODEuNTQ0LDEzNC4yNjZsLS4wNjMtLjA2M2EyLjA1NywyLjA1NywwLDAsMSwuMDcxLS43MDcsMS4zODUsMS4zODUsMCwwLDEtLjAwOC43NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMC4wNTYgLTk1LjY2OCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MjQiIGRhdGEtbmFtZT0iUGF0aCA2NzI0IiBkPSJNMjYyLjY4NywxMTUuNGExLjMxMSwxLjMxMSwwLDAsMSwuOTcxLjE4MSwyLjA4LDIuMDgsMCwwLDEtLjY0My0uMTE4LDEuMjc1LDEuMjc1LDAsMCwwLS4zMjctLjA2MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4OC4yNTEgLTgyLjY2OCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MjUiIGRhdGEtbmFtZT0iUGF0aCA2NzI1IiBkPSJNMjkxLjg2MSwyNC44OTNhMy40MzQsMy40MzQsMCwwLDEsMC0xLjM1NnYxLjM1NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwOS4xMSAtMTYuODY3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjcyNiIgZGF0YS1uYW1lPSJQYXRoIDY3MjYiIGQ9Ik0yMDEuMzksMTE2LjY4NGEuNzExLjcxMSwwLDAsMSwuNTY4LjE4MWMtLjIyOC4wNi0uMzg1LS4xLS41NjgtLjE4MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0NC4zMjMgLTgzLjYxNykiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MjciIGRhdGEtbmFtZT0iUGF0aCA2NzI3IiBkPSJNMjYwLjA3MSw1NS4wNDZhLjcuNywwLDAsMS0uNC41MTMsMi4wMDgsMi4wMDgsMCwwLDEsLjQtLjUxMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4Ni4wOTEgLTM5LjQ0OCkiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgICAgIDxwYXRoIGlkPSJQYXRoXzY3MjgiIGRhdGEtbmFtZT0iUGF0aCA2NzI4IiBkPSJNMTcwLjY0MywxMzUuNDI4Yy4xNjkuMTMzLjEwOC4yOTEuMDQ5LjQ0OWEuNzUyLjc1MiwwLDAsMS0uMDQ5LS40NDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjIuMjgxIC05Ny4wNTMpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzI5IiBkYXRhLW5hbWU9IlBhdGggNjcyOSIgZD0iTTI1NC4wNTEsMTE1LjQyNWEuMzY0LjM2NCwwLDAsMSwuNDU5LS4wNzNjLS4xNTQuMDE3LS4yODMuMTkxLS40NTkuMDczIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTgyLjA2MiAtODIuNjMpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzMwIiBkYXRhLW5hbWU9IlBhdGggNjczMCIgZD0iTTMxNS4wODQsNTYuODVhMS4wMjEsMS4wMjEsMCwwLDEtLjM0LjUxNS45ODMuOTgzLDAsMCwxLC4zNC0uNTE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjI1LjU1NyAtNDAuNzQxKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjczMSIgZGF0YS1uYW1lPSJQYXRoIDY3MzEiIGQ9Ik0yNS40MTcsODEuNzA4Yy0uMDA4LS4xMTgtLjA0Ny0uMi0uMTktLjE4OS0uMjM4LjAyNC0uMy0uMTMtLjM5NC0uMzE5cy0uMDc5LS40MTQtLjIyNi0uNTE4YS42OS42OSwwLDAsMS0uMjM4LS40NDcsNi43LDYuNywwLDAsMC0uNDA3LS45NDhjLS4xNTYtLjM2OC0uMzgzLS43MDgtLjUxNS0xLjA4Mi0uMjA5LS41OTQtLjU4Ni0xLjEtLjg0Mi0xLjY2MS0uMTA3LS4yMzUtLjMyNy0uMzg5LS40LS42MzRhMi45ODcsMi45ODcsMCwwLDAtLjQxNi0uNjg5Yy0uMDk0LS4xNTgtLjI3OS0uMzU5LS4zNDQtLjUxMS0uMTEzLS4yNjQtLjQzMy0uMzg1LS40MzYtLjcsMC0uMDIzLS4wNTEtLjA1Ni0uMDg0LS4wNjhhLjUwOC41MDgsMCwwLDEtLjMyOC0uNGMtLjAyMi0uMDg4LS4wNTUtLjE2OC0uMTU2LS4xNzlhLjMzMy4zMzMsMCwwLDEtLjIzNy0uMTg0LDcuNyw3LjcsMCwwLDEtLjUtLjY1M0ExLjU2OSwxLjU2OSwwLDAsMCwxOS4xNjgsNzJhMi4wMjksMi4wMjksMCwwLDEtLjgwNi0uNzIyLjI5LjI5LDAsMCwwLS4xNjMtLjEsMS4xNSwxLjE1LDAsMCwxLS40MzktLjI5LDEuOTcyLDEuOTcyLDAsMCwwLS4zNzMtLjMwOWMtLjMxNS0uMTc2LS42MjctLjM2Mi0uOTIzLS41NTktLjI1OC0uMTcxLS41MzUtLjI5My0uOC0uNDUxLS4zNTgtLjIxOC0uNzY4LS4zMjgtMS4xMzMtLjUzOWExLjE2NCwxLjE2NCwwLDAsMC0uMzg0LS4xNWMtLjIxOC4wNjctLjM0OS0uMjU1LS41NTgtLjEsMCwwLS4wMjgtLjAyOC0uMDI1LS4wMzQuMS0uMjE3LS4wODItLjEtLjEzNi0uMTA4YS42NTQuNjU0LDAsMCwwLS4xOTQuMDI2Yy0uMDE2LS4yMzMtLjE3OC0uMTMzLS4yNzMtLjEtLjE3My4wNjItLjEzNS0uMTM1LS4yMTUtLjE1NC0uMTU1LS4wMzYtLjM2OC4xNi0uNDYzLS4xMTktLjI1LjE0MS0uNC0uMDgzLS41OTEtLjE2Mi0uMDI1LS4wMS0uMDY5LS4wMzQtLjA2Ny0uMDQyLjA0OC0uMi0uMjM5LS4zMy0uMTEyLS41NTlhLjI2OS4yNjksMCwwLDAtLjAzNi0uMjljLS4xMTYuMDQ2LS4wMjQuMTgtLjEwNy4yMzlWNjUuNTIyYy4wNzMuMTctLjAxMy4zMjUuMTEzLjQ2MS4xMjQtLjM4Ny0uMDc4LS43NDksMC0xLjExMy4wOS4wMjgsMCwuMTgyLjEzLjE4YTEsMSwwLDAsMC0uMDE4LS41Yy0uMDA3LS4wNDQtLjA0Ny0uMS4wMzEtLjE0Mi4xMTktLjA1Ny4xMTctLjA2MS4xMS0uMTI2LS4wMTMtLjExMy0uMDMxLS4yMjUtLjAzNy0uMzM4LDAtLjA4LDAtLjA4LjA0OS0uMDc5LjEyMiwwLC4xMjUsMCwuMTE1LS4xMTFzLS4wMjUtLjItLjAzOC0uMzA3Yy4yOTMuMDI4LjA2My0uMTY2LjEtLjI0NmEuNDUxLjQ1MSwwLDAsMCwuMDA4LS4xMzRjLjMxMi0uMDE0LS4wMTUtLjQxLjI2My0uNDM5LS4wMzgtLjI3MS4xNjUtLjQ4OC4xOTQtLjcxNy4wNDMtLjM1Mi4zMjQtLjQ1Mi41MTYtLjU0Ni4zMDctLjE1LjU3NC0uMzUzLjg1OC0uNTI3cy41NzMtLjMzMy44NTMtLjVhNC4wNDYsNC4wNDYsMCwwLDEsLjgzMy0uNDgyYy4yNjYtLjA4MS40MzUtLjMxNC42NzEtLjQyNC40MDYtLjE5LjcwNy0uNTUzLDEuMTUzLS42NzEuMDM1LS4wMDkuMDcxLS4wNjcuMDgyLS4xMDkuMDQ5LS4xODIuMi0uMjQxLjM1Mi0uMjk1LjA3My0uMDI2LjE2Ny0uMDMyLjE4OS0uMTA1LjA3OC0uMjY4LjMtLjMzMi41MzItLjQxOWE0LjIsNC4yLDAsMCwwLTEuMTY1LS4xMjFjLjEuMTMzLjIxNS4wNjEuMjk0LjE0NWExLjU4NSwxLjU4NSwwLDAsMS0uNTI2LS4wMzQuMTgzLjE4MywwLDAsMC0uMTg4LjAyM2MtLjExNi4xMjMtLjExNC4xMjUtLjI0OS4xLS4wNzItLjAxMS0uMjEyLS4wMzktLjIuMDE2LjA0LjIyMy0uMTEuMS0uMTguMTE0cy0uMTM4LS4wNTgtLjE4NS4wMWMtLjE2NC4yMzgtLjQ2Ni4xODctLjY5LjMwOC0uMzE0LjE2OC0uNjc5LjI4Ny0xLjAxOS40MzVhNC4zNjgsNC4zNjgsMCwwLDEtLjYxLjJjLS4wODQuMDIyLS4xODktLjAxMS0uMTQ0LS4xMzZhMi44NSwyLjg1LDAsMCwxLC4yMzItLjU0NGMuMDc3LS4xMjIuMDE4LS4yNTEuMDg5LS4zMjhhMy43NSwzLjc1LDAsMCwwLC40NjYtMS4wMTVjLjA5NC0uMTg4LjEzNi0uNDIyLjIzNy0uNTc1LjE2MS0uMjQ0LjE3LS41MzMuMzMyLS43NjUuMTI2LS4xODEuMTIyLS40NDkuMjM0LS42YTUuMjIyLDUuMjIyLDAsMCwwLC4zMjMtLjcxOWMuMTE4LS4yMTMuMTkzLS40ODEuMy0uNzE1LjA1NC0uMTIxLS4wNDEtLjI0Ny4wMzgtLjMxNy4xNjEtLjE0My4xNDYtLjM3Ni4yNjEtLjUwN3MtLjAzMy0uMzM4LjE3OS0uNDIxYy4wODktLjAzNSwwLS4xMzEtLjA0Ni0uMTg3cy0uMDk1LS4xLS4xMzgtLjAzMWMtLjIxMi4zMzEtLjYwOS40OTMtLjc4Ny44NDEtLjEuMTg2LS4zNjYuMTQ4LS4zOTQuMzI5LS4wNi4zODMtLjQ0NS41MS0uNi44MzktLjEyOS4yNzQtLjM4Ny41MzktLjU0Mi44MTEtLjI5LjUwOS0uNjIzLDEtLjg4MywxLjUyMy0uMjQ1LjUtLjUwOS45ODctLjc0MywxLjQ5LS4xNjEuMzQ2LS4yOTQuNzE4LS40NjksMS4wNDRhNi41ODgsNi41ODgsMCwwLDAtLjQyMS45MjgsMS4xMzksMS4xMzksMCwwLDEtLjY2OC42ODcsNC4wMTYsNC4wMTYsMCwwLDAtLjcuNDI4Yy0uMjgxLjIyNy0uNjEyLjM4My0uODc4LjY0MS0uMS4xLS4yMjYuMjc3LS40LjMtLjI5NS4wNDItLjQ3OC4yOTQtLjY1OC40NTNhMy44OTQsMy44OTQsMCwwLDAtLjY3NC41ODNjLS4yLjI2Ny0uNTQyLjQtLjc5LjY3MS0uNDYzLjUwOC0xLC45NTgtMS40NjIsMS40N2E1LjUzNiw1LjUzNiwwLDAsMC0uNzU3LjgzN2MtLjI2LjQyOS0uNjcyLjc2NS0uOTQ3LDEuMTg3cS0uMzY0LjU2LS43MjYsMS4xMjRjLS4wODcuMTM1LS4xMTUuMzEtLjIxMi40MzRhNS44MTEsNS44MTEsMCwwLDAtLjgzMiwxLjQzNWMtLjE1My4zODMtLjMzNC43NTctLjQ3MiwxLjE0OS0uMDM5LjExLS4wMS4yNzctLjA4OS4zMTgtLjIxMy4xMDktLjEuMzM1LS4yLjQ5My0uMDc2LjEyMS0uMjMzLjM1OS0uMTE0LjU4MWEuMDYxLjA2MSwwLDAsMS0uMDEyLjA1M2MtLjEzMy4xNDctLjEzMi4xNDYtLjExOC4yNjlhMS4zNDQsMS4zNDQsMCwwLDEsMCwuMTM5Yy0uMzE2LS4wNjEtLjA3LjE0OC0uMS4yMmEuOTY5Ljk2OSwwLDAsMC0uMDA3LjNjLS4wNDMtLjA0LS4wNzYtLjA5NC0uMS0uMDkyLS4wODEuMDA4LS4wNjIuMDg0LS4wNTMuMTMyYTEuNzI5LDEuNzI5LDAsMCwxLC4wMy42NDdjLS4wNjItLjA5NCwwLS4yMTMtLjEyNi0uMjc5YTMxLjk5LDMxLjk5LDAsMCwwLC4wMTksMy45ODdjLjEtLjAzOS4wMzItLjE0OS4xMTItLjE4OWExLjAzNywxLjAzNywwLDAsMS0uMDMzLjQyN2MtLjAyLjExOC0uMDI5LjIzMy4xNjYuMTc2LS4wMS4xMzYtLjA2NS40LS4wMjcuNDE4LjI2OS4xLS4wMjMuNDM5LjI0My41MTEtLjA2NS4yMTQuMTA3LjM2NS4xNjQuNTQzYTUuODcsNS44NywwLDAsMCwuNDA3Ljg4Miw0Ljc3OCw0Ljc3OCwwLDAsMCwuNTc1LDEuMDEzYy4yODkuMzI0LjQwNS43NzYuNzg4LDEuMDIxLjEyNS4wOC4wNTkuMzA1LjE3OS4zMzcuMjgyLjA3NC40LjMwNy41NjMuNUE4LjgwOCw4LjgwOCwwLDAsMSw0LjUsODUuMDI5YS4yNTIuMjUyLDAsMCwwLC4xNDQuMDc5Yy4zODcuMTA3LjUyMS41NTQuOS42Ny4wMTIsMCwuMDE3LjAzMy4wMjMuMDVBLjIyOC4yMjgsMCwwLDAsNS43OTMsODYsLjI0LjI0LDAsMCwxLDYsODYuMTI4YTEsMSwwLDAsMCwuNDUyLjMyNCwxMS43LDExLjcsMCwwLDAsMS4yMTIuNjM3Yy4yMjYuMDguNDY0LjE5NS42ODQuMjU4LjE3My4wNS4zNjcuMjQ4LjU5MS4xMTNhLjA4NC4wODQsMCwwLDEsLjA3Ni4wMmMuMTE0LjEyNS4xMTIuMTIyLjIxOS4xMXMuMjI1LS4wMTUuMzQ1LS4wMjJjLS4wMTguMS0uMTM4LjAzLS4xNDIuMTUxLjMwOS4wNTMuNjI0LS4xMDguOTM3LS4wMS0uMTA1LjA3OC0uMjY3LS4wMzMtLjM4OS4xNTVhMzAuMzI0LDMwLjMyNCwwLDAsMSwzLjg3LS4wMjNjLS4wODEtLjE1LS4yMDYtLjA2MS0uMjc4LS4xMzlhMS44NzIsMS44NzIsMCwwLDEsLjYyMS4wMzFjLjA0NiwwLC4xOC4wNi4xMjctLjA4OS0uMDEyLS4wMzUtLjEzNy0uMDU5LjAwNi0uMDcyYTIuMTM3LDIuMTM3LDAsMCwwLC41NTQtLjA4MWMuMTg4LS4wNjYuMzA1LS4yOC41MzItLjI0OC4wNDEuMDA2LjA1Ni0uMDY2LjA1Ni0uMTE2YS41LjUsMCwwLDAtLjQzNS0uMzgxYy0uNTU1LjA1NS0xLjExLjAxOC0xLjY2NS4wMjIsMC0uMDI4LDAtLjA1NSwwLS4wODNoMS40NjlhMTMuODg1LDEzLjg4NSwwLDAsMC0yLjU1OC0uMDIzYy4xNzEtLjExMS4zNDQsMCwuNDY2LS4xNDEtLjM0Ny0uMTA3LS42Ny4wNDMtMSwuMDExLjAzMS0uMDc2LjE1NS0uMDIzLjEzMS0uMTM3LS4yLS4wNjUtLjM5Mi4wNjItLjU4OS4wMzMtLjAzNS0uMDA1LS4wOTIuMDM0LS4xLS4wNDQtLjAyLS4xMzItLjAyMi0uMTMyLS4xNTYtLjExMy0uMS4wMTQtLjIxNy4wODgtLjMuMDIzLS4xNDYtLjExMy0uMTM1LS4xMjUtLjI0NC0uMTE2YS41NjEuNTYxLDAsMCwxLS4xMDcsMGMtLjA0Mi0uMjktLjMxNy0uMDkyLS40NzktLjIwOWE1LjA0NSw1LjA0NSwwLDAsMC0uODczLS4zNjYsMTAuNzQxLDEwLjc0MSwwLDAsMS0uOTc5LS40ODgsOS45ODksOS45ODksMCwwLDAtLjg4OS0uNTA5QS4yNS4yNSwwLDAsMSw3LDg0LjQyN2EuNDYzLjQ2MywwLDAsMC0uMjI2LS4yODMuODM1LjgzNSwwLDAsMS0uMzg0LS44OTQuMzkzLjM5MywwLDAsMCwwLS4yMjRBLjM0Mi4zNDIsMCwwLDEsNi41LDgyLjZhLjkyOC45MjgsMCwwLDAsLjMyLS40MDcuMTMxLjEzMSwwLDAsMSwuMDktLjA2M2MuMTU0LS4wMzEuMjc1LS4xNjcuMzg1LS4yMDZhMTcuODY2LDE3Ljg2NiwwLDAsMCwxLjU4My0uODNjLjU2Ny0uMjY2LDEuMS0uNjI0LDEuNjQyLS45MzkuNDg5LS4yODIuOTU2LS42LDEuNDQ3LS44ODYuMTE0LS4wNjYuMjU5LS4wNy4zNTYtLjE4MmEzLjIyOSwzLjIyOSwwLDAsMSwuNTQ2LS40LDUuNjEsNS42MSwwLDAsMCwuNTYyLS40MSw2LjE5NCw2LjE5NCwwLDAsMCwuNTkxLS42Yy4xNi0uMjExLjQyOS0uMzczLjMwNi0uNzEzLS4wNC0uMTEuMTE0LS4yODctLjA3OC0uMzQxYS41MzcuNTM3LDAsMCwwLS40MTEuMDE1Yy0uMTI2LjEtLjI4Ni4xNDItLjM5MS4yNDRhMy4xNTEsMy4xNTEsMCwwLDEtLjc2LjQ5M2MtLjQuMjExLS43ODQuNDQ4LTEuMTgyLjY2LS4zMTUuMTY3LS42MzMuMzUzLS45NDguNWE1Ljc0Myw1Ljc0MywwLDAsMS0xLjI4Mi41NDdjLS4xNS4wMy0uMi4yMTEtLjMzMy4xNjEtLjItLjA3NS0uMzMzLjEtLjUwOC4xMzEtLjIzMi4wMzgtLjQ1Mi4yMTQtLjcyMy4xNzZhLjEyMS4xMjEsMCwwLDAtLjA4MS4wMTdjLS4xNjMuMTIzLS4xNjIuMTItLjMyNy4xLS4wODgtLjAxLS4xODYtLjA0OS0uMjUyLjAzNS4wMDUuMDkxLjExNC4wMzcuMTUxLjEzYTcuMTgxLDcuMTgxLDAsMCwwLTEuODM4LS4wMTIuMi4yLDAsMCwxLS4xMDYtLjAxNGMtLjAwOS0uMjIyLS4xNTEtLjExNS0uMjU0LS4xMDZhLjE0Ni4xNDYsMCwwLDEtLjEyNC0uMDQxQS45ODYuOTg2LDAsMCwwLDQuNTEsNzkuNGMtLjQ2OS0uMS0uNTYzLS41Mi0uNzU2LS44NDVhLjg4Mi44ODIsMCwwLDEtLjIxLS42NzguMS4xLDAsMCwwLS4wMjktLjA3MmMtLjI0Mi4wMjUtLjEtLjE0Mi0uMTA3LS4yMjRzLjA0OC0uMjM3LS4wMTMtLjIyN2MtLjI0Ny4wNC0uMTA2LS4xMjQtLjEtLjE3OWExLjAyNCwxLjAyNCwwLDAsMC0uMDEyLS41MjNjLS4xMTYuMDc2LS4wMzMuMi0uMTQyLjI5LjAzNC0uNjMuMDM0LTEuMjI2LjAwOC0xLjg3MS4wODQuMS4wMzMuMi4xMzcuMjMuMTMxLS4yMTYtLjEtLjQ3MS4xMDctLjdhMS4wMTIsMS4wMTIsMCwwLDAsLjE3Ny0uNDIxYy4wNDMtLjI0Ny4zLS4zNTcuMzg3LS41NjRhLjg3Ni44NzYsMCwwLDEsLjQ1My0uNDY2LDMuMTQ1LDMuMTQ1LDAsMCwwLC41NTItLjM4MiwxLjQxMiwxLjQxMiwwLDAsMSwuNi0uM2MuMzE3LS4wNTMuNTc4LS4zNTYuOTMzLS4yMTUuMDExLDAsLjAzNi0uMDEuMDQ4LS4wMjMuMTM3LS4xNDMuMTM3LS4xNDYuMjgtLjEyMmEuODM2LjgzNiwwLDAsMCwuNTEzLDBjLS4wNjItLjExMi0uMTg1LS4wMy0uMjUtLjEzaC43MjhjLjI5LDAsLjU4MS0uMDA5Ljg3MSwwYTEuMzE2LDEuMzE2LDAsMCwxLC42MDcuMDQ4QTMuMTE3LDMuMTE3LDAsMCwxLDEwLjI0NSw3MmMtLjE0NS4wNjMtLjMxMi0uMDA2LS40ODcuMTA5LjQyNi4xMjQuODA4LS4wNjksMS4xOTQsMC0uMDQ3LjA3Ny0uMTYxLjAxLS4xOTQuMTI4YS44MTYuODE2LDAsMCwwLC40MzgsMGMuMDY0LS4wMTMuMTQ1LS4wMzguMTk0LS4wMTJhLjUzLjUzLDAsMCwwLC4zNTMuMTA2Yy4wMzcsMCwuMTQ3LS4wNC4xMDcuMDQ4LS4wNTQuMTE4LjAxNi4xMTIuMDc4LjExMWExLjYzMywxLjYzMywwLDAsMSwuNjkxLjJjLjI3Mi4xMi41NjUuMjIuODUxLjMyM2E2Ljc2OCw2Ljc2OCwwLDAsMSwxLjAxMi41MzNjLjI0Ny4xMzkuNDcyLjM0My43MjMuNS4wNzMuMDQ1LjE0NS4wODcuMTY0LjE4NGEuMi4yLDAsMCwwLC4xNjUuMTc3Ljc1OS43NTksMCwwLDEsLjQ0MS4yOTEsMy4xOTQsMy4xOTQsMCwwLDEsLjgyMywxYy4wNjIuMTU2LjMwNS4xMTcuMzI1LjI5LjAzMi4yODUuMzEzLjM4OC40MzQuNjIxYTMuODMzLDMuODMzLDAsMCwwLC4zNC41NDMsNi40NTgsNi40NTgsMCwwLDEsLjQ1My44NSw3LjczOSw3LjczOSwwLDAsMSwuNDkzLDEuMDM4Yy4xODEuNS40MzUuOTY1LjY0LDEuNDUyLjE3NC40MTMuMzg5LjgxNi41OTIsMS4yMi4xODIuMzYzLjM3My43MjIuNTU2LDEuMDg1LjIuNDA4LjQzMy44LjY1MSwxLjIuMi4zNjYuNDI4LjcxNi42MjMsMS4wODUuMTY1LjMxMy4zNzguNi41NDUuOS4yMjUuNDEuNS43ODUuNzQ2LDEuMTgxLjI4LjQ1OC43LjgyOS45NDksMS4zMjFhLjE1LjE1LDAsMCwwLC4wNjMuMDU2LDIuODMxLDIuODMxLDAsMCwxLC44Ljg1N2MuMDQxLjA1MS4wNjIuMTMuMTQxLjExNy4xLS4wMTYuMDkzLS4xMDkuMS0uMTgyLjAwNy0uMDk0LDAtLjE5LDAtLjI4NFY4MS43MjhsLjA4NywwdjcuOGEuMzQ3LjM0NywwLDAsMCwuMDgzLS4yNDlxMC0zLjcsMC03LjRjMC0uMDU3LDAtLjExNCwwLS4xNzFNOS43NSw2My44NTljLS4wNjEsMC0uMDIuMS0uMDM5LjE0NGEyLjMzLDIuMzMsMCwwLDEtLjMuNjg3LjY0NC42NDQsMCwwLDAtLjEyMS4yODYsMy43NTYsMy43NTYsMCwwLDEtLjQwNi44NjlBNC41MTYsNC41MTYsMCwwLDEsOC4yLDY3LjA2NmMtLjMxNS4zNzktLjUyMy44NjMtMS4wNzgsMS4wNDEtLjI2LjA4NC0uNDA1LjE0Mi0uNi0uMDcyLS4xLS4xMDctLjAzNi0uMjExLS4wNzEtLjMwOS4wMzYtLjA5LS4wODYtLjI3Ni4xNTMtLjIzMmEuMjMuMjMsMCwwLDAsLjAxNS0uMDc4Yy0uMDQ0LS4zOC4yMzQtLjYyOC4zNjUtLjkzNy4xMS0uMjYuNDM5LS4zNTMuNDQ1LS42NjdhLjE3LjE3LDAsMCwxLC4wODItLjExMmMuNDc3LS4yNzYuNjM3LS44NDcsMS4wNzktMS4xNTVhMS40NzEsMS40NzEsMCwwLDEsLjIyOC0uMTY0QS44NDcuODQ3LDAsMCwwLDkuMyw2My45M2EuNDc3LjQ3NywwLDAsMSwuMzU2LS4yNTRjLjA4MS0uMDE5LjE1LS4wMzEuMTg4LjA2M3MuMDI0LjEyOC0uMDk0LjEyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDc2IC0zNy4zNjYpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzMyIiBkYXRhLW5hbWU9IlBhdGggNjczMiIgZD0iTTExNy42LDc2LjQxNWEuMDY2LjA2NiwwLDAsMC0uMDYzLS4wNjMsOC40MzEsOC40MzEsMCwwLDEtLjAxLTEuNzQ0Yy0uMTQyLjA2Ny0uMDU4LjE5NC0uMTQxLjI1N2ExLjk3NywxLjk3NywwLDAsMSwuMDM3LS42MjdjMC0uMDUyLjAxNS0uMTI2LS4wNTctLjEzOC0uMDIzLDAtLjA1OC4wNTYtLjA5NC4wOTQtLjAwNi0uMDM2LS4wMjEtLjA2Ny0uMDEzLS4wODkuMS0uMjcyLS4xMzEtLjUxNS0uMDY3LS43ODRhLjExLjExLDAsMCwwLS4wMjctLjA3M2MtLjI0OC4wMzQtLjA5NC0uMTQxLS4xMTQtLjIyMi0uMDA4LS4wMzUuMDIxLS4wOTUsMC0uMTA4LS4yNDItLjItLjI0Mi0uNTMxLS4zMjctLjc3OHMtLjE4OS0uNTM0LS4yODQtLjc4NWE4LjQ1OCw4LjQ1OCwwLDAsMC0uNTMyLTEuMjMzYy0uMjI5LS40LS41LS43NjUtLjcwOC0xLjE4LS4xLS4yMDgtLjI2My0uMzktLjM4Ny0uNTkxYTcuNTU1LDcuNTU1LDAsMCwxLS41OC0uODMzYy0uMTE2LS4yNjctLjQwOS0uNC0uNDU2LS42OTItLjQyNi0uMTQ5LS41LS42MjMtLjgzMS0uODkxLS40NDgtLjM2MS0uNzkxLS44NjgtMS4yMzYtMS4yNWE2LjQwNiw2LjQwNiwwLDAsMC0xLjMwOS0xLjE1MS4yMzIuMjMyLDAsMCwxLS4xMjQtLjE4MS4xNTkuMTU5LDAsMCwwLS4xMjgtLjEzOWMtLjM2My0uMDM3LS41LS40MzgtLjgzLS41MTdhLjEuMSwwLDAsMS0uMDY2LS4wNTJjLS4wNzgtLjIwNS0uMy0uMjY1LS40NDQtLjQtLjExMy0uMS0uMjM1LS4yODgtLjQtLjNhMS4yMzcsMS4yMzcsMCwwLDEtLjY3LS40LDIuMjY4LDIuMjY4LDAsMCwwLS42NjktLjQ2NSwxLjEzLDEuMTMsMCwwLDEtLjcxOS0uODE4LDEyLjY1MiwxMi42NTIsMCwwLDAtLjUxMy0xLjIyNWMtLjI2Ni0uNTktLjUzNi0xLjE4Mi0uODU2LTEuNzUtLjI2My0uNDY2LS41MDYtLjk0Ni0uODA2LTEuMzg5YTkuNjcyLDkuNjcyLDAsMCwwLS42NDEtMS4wMTJjLS4yLS4yMzQtLjI2My0uNTc1LS41NS0uNzU5YS4zNjYuMzY2LDAsMCwxLS4xNzgtLjI3OWMwLS4wNjctLjAzMi0uMTQ4LS4xLS4xNTktLjItLjAzMS0uMjYtLjIwNS0uMzc3LS4zMjItLjE4MS0uMTgxLS4zNjItLjM2Mi0uNTQ4LS41MzhhLjE1Mi4xNTIsMCwwLDAtLjIyOS0uMDE2Yy0uMS4wOTEuMDMuMTIyLjA0MS4xN2E2LjE4NSw2LjE4NSwwLDAsMCwuMzkzLjg3OSwzLjA5NCwzLjA5NCwwLDAsMSwuMy45MDVjMCwuMDE3LjAxNS4wNDYuMDI1LjA0Ny4yNTUuMDE1LDAsLjM2My4yNDkuMzgtLjA0OS4yMzMuMTQzLjQuMTY1LjYxMS4wMTYuMTQ3LjE0NS4yNDkuMTU2LjM1LjAyMS4yMDcuMTcxLjM1OS4xOC41NTMuMDA3LjE1NC4xNzMuMjQuMTY4LjM1NS0uMDEzLjI4OC4yLjQ4NS4yNzcuNzMyLjAzNS4xMS0uMDU5LjI1LjA1LjMwOS4yNzIuMTQ0LjE1OC40NzMuMzQ4LjY3OC4wOTQuMS4wNjQuMzU0LjIyNy40ODcuMDIxLjAxNy4wMS4wOTEtLjAwNS4xMzFhLjEyNC4xMjQsMCwwLDEtLjE2My4wNzljLS4yLS4wODQtLjQwOC0uMTYtLjYxOS0uMjI4YTYuNDE2LDYuNDE2LDAsMCwxLS42OTItLjMsNC43NDEsNC43NDEsMCwwLDEtLjYzNy0uMjQ2Yy0uMjQ5LS4xNjYtLjU5LS4wNTgtLjc5NC0uMzI0LS4wMzUtLjA0NS0uMjEzLjAyMy0uMzI2LjAzMy0uMDgxLjAwNy0uMDgxLDAtLjA4NC0uMDQ3LS4wMDUtLjEyMS0uMDA2LS4xMjctLjExNi0uMTExYTEuMjcyLDEuMjcyLDAsMCwxLS41NzkuMDI0Yy4wODctLjA1OC4yMDUuMDE0LjI3Ni0uMTI2YTYuMzA1LDYuMzA1LDAsMCwwLTEuMTgzLjEuODU2Ljg1NiwwLDAsMCwuNDM4LjMwNy40MTYuNDE2LDAsMCwxLC4yNzguMTg1LDEuMjQyLDEuMjQyLDAsMCwwLC41MzIuNDQxYy4yNTguMTY2LjU3LjMuODA3LjQ3MS4zNTUuMjYxLjc0NC40NjIsMS4xMDkuNy4zMTEuMi42NDUuMzg4Ljk2Ny41NzYuMzgxLjIyMy43NTQuNDcsMS4xMjMuNzE4LjE0Ni4xLjMxNC4xMTQuNDU4LjIzYTEuNjA4LDEuNjA4LDAsMCwxLC40NTMuNTgxLDEuMSwxLjEsMCwwLDEsLjEyNC4zNzdjMCwuMjA3LjIyOC4zNjguMDk0LjU4MmEuMDMxLjAzMSwwLDAsMCwuMDA3LjAyNmMuMjY5LjAyMi4wNzcuMjI3LjEzMi4zMjFhLjg2Ny44NjcsMCwwLDEsLjA5MS41MmMwLC4wMTQuMDI3LjA0My4wMzIuMDQuMjI3LS4wOTUuMS4wODcuMS4xNDIsMCwuMDkzLS4wMzUuMTg4LS4wMjcuMjguMDE4LjIyMS4xMDktLjAzLjE1LDAsLjA1OC4yNDQtLjExNi40NzQtLjAwOS43LjEwOSwwLC4wNDMtLjEyMy4xMTgtLjEzNy4wOTEuMzQtLjEzLjY4OC4wMDcsMS4wNTQuMTEyLS4xMjYuMDI4LS4yNjQuMTE2LS4zOTV2MS45MzhjLS4wODYtLjAxMi0uMDItLjEzNC0uMTI2LS4xMzdhLjUuNSwwLDAsMC0uMDE0LjM0NmMuMDEuMDU0LjA1Mi4xNDMsMCwuMTU2LS4xOTQuMDUyLS4xLjQxNS0uMzg3LjM0OS4wMjkuMy0uMTczLjEtLjI2OS4xMTctLjA2OS4wMTItLjIwOC0uMDQtLjIuMDI0LjAzMS4yMy0uMTE1LjEtLjE3OC4xLS4wOTIsMC0uMjYyLS4wNTItLjI2MywwLDAsLjI3Mi0uMTY5LjA5Mi0uMjU4LjExYS41Ny41NywwLDAsMS0uMTM5LS4wMDVjLjAxMi4zMjYtLjQ0Ni0uMTE2LS40MDkuMjUtLjEyMiwwLS4yOTEtLjEzOC0uMzI2LjExMy0uMjY5LS4wMzYtLjQ3OC4xNjgtLjcyMS4xODYtLjE0NS4wMTEtLjExNC4xNDUtLjIyMi4xNjdhNC45NDIsNC45NDIsMCwwLDAtMS4zOC42NDNjLS4yNjYuMTQ3LS41MjMuMzEyLS43OTMuNDUxYTQuMTc1LDQuMTc1LDAsMCwwLS44My41ODUsNi4zMzksNi4zMzksMCwwLDAtLjc2OC42ODZjLS4zLjM2NC0uODI1LjUtMS4wNTUuOTIzLS4yNy41LS44Ljc3My0xLjA0NiwxLjI4MWEuMjEzLjIxMywwLDAsMS0uMTUzLjExOC4xOC4xOCwwLDAsMC0uMTUuMTUyLDIuNTA2LDIuNTA2LDAsMCwxLS40MjEuNzMyYy0uMTgxLjMxNy0uNDc0LjU1OS0uNjM4LjlhNC41MjEsNC41MjEsMCwwLDEtLjM4OC42NDFjLS4xLjE0NC0uMy4yNy0uMjkyLjQ3N2EuODMyLjgzMiwwLDAsMS0uMjUyLjUzMiwxMS4xNzIsMTEuMTcyLDAsMCwwLS42NDIsMS4zLDkuMjI5LDkuMjI5LDAsMCwwLS41LDEuMTY2Yy0uMTguNDc4LS40MjkuOTMtLjY0MywxLjQtLjA2Mi4xMzUtLjE0LjMtLjI4NC4yODMtLjM1MS0uMDM5LS4zMS4xODUtLjMxLjM5NHEwLDMuNjQyLDAsNy4yODRjMCwuMS0uMDI3LjIuMS4yODNWODIuMTgxaC4wNjV2Ny4zMDljMCwuMDg2LDAsLjE3MSwwLC4yNTZzLS4wMTIuMTg2LjEuMjFhLjE3NC4xNzQsMCwwLDAsLjE3OS0uMTE4Yy4xMTUtLjI1OC4zNjktLjQxMS40OTItLjY1NC4wODUtLjE2OC4zMzQtLjEwNy4zNjQtLjI4Mi4wNTktLjM0OC4zNjUtLjUyLjUzMS0uNzkyYTExLjUwNywxMS41MDcsMCwwLDAsLjc3NC0xLjA4NywxLjA1NywxLjA1NywwLDAsMSwuMTY1LS4zMDcsNy42MjcsNy42MjcsMCwwLDAsLjctMS4wNTljLjMtLjQzMi41MTUtLjkyNC44LTEuMzc3LjI1Ni0uNDEzLjQ1Mi0uODY2LjcwNy0xLjI4N2ExNi40MjIsMTYuNDIyLDAsMCwwLC45LTEuOTM3cS4zLS42NzUuNi0xLjM0NWMuMTc2LS4zODYuMzQtLjc4LjU0NC0xLjE1MWE2LjA1Nyw2LjA1NywwLDAsMSwuNTQ1LTEuMDI5Yy4yMzUtLjI4Ni4zMTgtLjY4OC42Ny0uODg5LjAxNC0uNDM5LjQ0Ny0uNTg3LjY0My0uOTA5YTYuMDUsNi4wNSwwLDAsMSwxLjM1Mi0xLjI0LDguNDUsOC40NSwwLDAsMSwxLjA0Ni0uNjg2LDguNjg1LDguNjg1LDAsMCwxLDEuNjc2LS43NTFjLjE1Ny0uMDU4LjMzLS4yNS41NDUtLjEyLjEtLjI5LjMyNi0uMDkxLjQ5Mi0uMTIyLjAxNywwLC4wNDctLjAyLjA0Ni0uMDI1LS4wNjItLjI2OS4xMjktLjEuMTkyLS4xYTEuNSwxLjUsMCwwLDAsLjM2Ny4wMTRjLjAyMSwwLC4wMzktLjAyOS4wNTYtLjA0Mi0uMDM4LS4wODctLjE0NC0uMDMxLS4xOTQtLjEwNy4zOTItLjA2My43NzMuMTI4LDEuMTkxLDAtLjE2OS0uMTItLjM0Ni0uMDMtLjU1LS4xMjdoMS4xMmMuNDU4LDAsLjkxNiwwLDEuMzc0LDBoLjljLS4xNzEuMDg5LS4zMi4wMDYtLjQwOS4xMTIuMjcyLjIxOS42MTEtLjE2My44NzUuMTU1LjA3NS4wOTEuMzM3LS4yLjQyNi4xMTVhMy4zODksMy4zODksMCwwLDEsLjQ1MS4xMDksNC44MDcsNC44MDcsMCwwLDAsLjYxNS4yNjNjLjI3OS4wODYuMzkyLjM5Mi42ODEuNDgyYS40NzcuNDc3LDAsMCwxLC4zMDkuMzgxLjE4Ny4xODcsMCwwLDAsLjEuMTYzYy4zMTcuMTI4LjMzMS40NzUuNDU1LjcxNWEuNzMxLjczMSwwLDAsMSwuMS42NjguMDg1LjA4NSwwLDAsMCwuMDM3LjExMmMuMTA2LDAsLjAzMS0uMTIyLjEyNi0uMTMzYTEuODM3LDEuODM3LDAsMCwxLS4wNDcuNjIzYy4xLjE0MS4wMzEuMy4wNDkuNDQ5di43NDhjLS4xLS4wODYtLjAwNi0uMjItLjE0Ny0uMjYzYTEuMTEyLDEuMTEyLDAsMCwwLC4wMTEuNTA3LDEuMTUyLDEuMTUyLDAsMCwxLC4wMDkuMmMtLjMxNCwwLS4wNTkuMjA1LS4xLjMtLjAxOC4wNCwwLC4xMzMtLjAwNy4xMzUtLjI5NC4wMzksMCwuNDE2LS4yNy40NjRhMi4xMzEsMi4xMzEsMCwwLDEtLjUuOTM3Yy0uMS4xNDYtLjMuMTI2LS40MTguMjI1LS4xNjkuMTM4LS4zMi4yODktLjU2NS4yMzMtLjAzNy0uMDA4LS4xLS4wMDgtLjA5NC4wMzQuMDE1LjIxMy0uMTQyLjEyLS4yMTEuMWEyLjg2NywyLjg2NywwLDAsMC0uNzA5LS4wNGMtLjMyMS4wMS0uNjQyLjAzNi0uOTYzLjA1M2EuMjE0LjIxNCwwLDAsMS0uMDcxLS4wMjNjLjA0OC0uMDQ5LjEyOS0uMDEyLjE1My0uMS0uMTQ1LS4wODQtLjI4OS0uMDA3LS40MzIuMDA3LS4wNi4wMDUtLjEzMy4wNDQtLjE4MS0uMDI3LS4wOC0uMTE3LS4wNzgtLjEyLS4xNzEtLjEwNS0uMDY0LjAxLS4xNjMuMDU2LS4xODUsMC0uMDgxLS4yMjgtLjM5My4wMjQtLjQ0OS0uMjI5LS4yLjExOC0uMzM2LS4yMDctLjU0MS0uMDg5LS4xNjEtLjI1Mi0uNDczLS4yMzEtLjctLjM1LS40LS4yLS44MTUtLjM3OC0xLjIyMi0uNTcxLS4zNzMtLjE3Ny0uNzQ5LS4zNTItMS4xMDctLjU1Mi0uNi0uMzM2LTEuMTY1LS43NDEtMS43NDYtMS4xMTYtLjEtLjA2Ny0uNTY1LS4wMjItLjU0My4wMjIuMTE0LjIzMS0uMTc4LjQ3My4xLjczNS4zNTguMzM2LjYwNS43OTEsMS4wODMsMWEuMTYxLjE2MSwwLDAsMSwuMDYyLjA1NywyLjQ2NCwyLjQ2NCwwLDAsMCwuODU4LjY0NGMuNTE2LjMxOSwxLjA0NC42MjMsMS41NjUuOTM5LjQ2My4yODEuOTU0LjUxOSwxLjQwOC44MTQuMzQ1LjIyNC43NDQuMzQ2LDEuMDcxLjU5YTcuODMsNy44MywwLDAsMCwxLjAwNy41NWMuMy4xNjUuNDI1LjQ2My42NzkuNjQ2LjAyOS4wMjEuMTY0LjA1LjEzMS4xNzFhNC4zNjIsNC4zNjIsMCwwLDAtLjAyOC43NTdjLS4wMTIuMTE4LS4wMzIuMzkzLS4xNzIuNDI4LS40MTIuMS0uNDExLjY4My0uODY5LjctLjE4NS4zMDctLjU0LjM4MS0uODE3LjUzOGE1LjM3Miw1LjM3MiwwLDAsMS0xLjEwOS41Ljc2Ny43NjcsMCwwLDAtLjMxNy4xMDksMS4yMDgsMS4yMDgsMCwwLDEtLjUwNi4yYy0uMTgyLjAzOS0uMzUzLjE2Mi0uNTU1LjEtLjAxLDAtLjA0My4wMjUtLjA0MS4wMzEuMDcxLjIzNS0uMTA3LjEtLjE3Mi4xMDhhMS4zODQsMS4zODQsMCwwLDEtLjIyNC0uMDMzYy0uMDQxLDAtLjA5NC0uMDEyLS4xLjA1OS0uMDE0LjEwOC0uMDE4LjEtLjEuMTA2LS4xNzkuMDA5LS4zNi0uMTE0LS41NzgsMGwuMjQzLjExMWEzLjYwOSwzLjYwOSwwLDAsMC0xLjA1OC0uMDE2Yy4xMzguMTI5LjMuMDMzLjQ4Ny4xMzNhMjIuMTE4LDIyLjExOCwwLDAsMC0yLjU2OC0uMDMzYzAsLjAyNywwLC4wNTQsMCwuMDgxaDEuNDc1di4wNjlhMTMuMzMsMTMuMzMsMCwwLDEtMS43MjYtLjA1MWMtLjIzMS0uMDQ0LS4xNTQuMi0uMjg5LjIzNS0uMDczLjAyMS0uMDQ0LjEyNC4wMS4xNjcuMTcuMTM3LjI2NC40MS41NjQuMzNhLjExLjExLDAsMCwxLC4xLjAzMWMuMS4xMjkuMDkzLjEzMy4yLjExNGEuNTEuNTEsMCwwLDEsLjI2MS0uMDE3Yy0uMDMzLjAzNC0uMDg4LjA2Ny0uMDg2LjA5NC4wMDkuMDc5LjA4NC4wNi4xMzQuMDU2YTEuNzc2LDEuNzc2LDAsMCwxLC42MzgtLjAzMWMtLjA4OS4wNjQtLjIwNiwwLS4zLjE0MiwxLjMwNy0uMDc4LDIuNTc0LS4wNzIsMy44NDMtLjAyNi0uMS0uMTIyLS4yMzUtLjA1MS0uMzU0LS4xMTQuMzItLjA5LjYzNC4wNTcuOTQ2LjAxNC0uMDEtLjEyMS0uMTI1LS4wNjQtLjE0NC0uMTM5YTEuMDY4LDEuMDY4LDAsMCwxLC40NS4wMjdjLjA1My4wMTEuMTYyLDAsLjE0Ny0uMDMtLjA3My0uMTcyLjA1Ny0uMTQyLjEyLS4xMTYuMjE2LjA4OS4zNTctLjIuNTY5LS4xLjA2OC0uMjQ2LjMzNC0uMTU4LjQ3NS0uMjEzLjMxLS4xMi41ODMtLjMuODktLjQyMmE0LjYsNC42LDAsMCwwLC44MTYtLjVjLjE2NC0uMS4zOTQtLjE2Ny40ODktLjMxNS4xNzUtLjI3Mi41NS0uMy42NzItLjYxMi4wMjktLjA3NC4xNC0uMDg0LjIyLS4xMTUuMTQyLS4wNTYuMjc4LS4xMjcuMzA5LS4zYS4zMDguMzA4LDAsMCwxLC4xMzYtLjE3Niw5LjcxNSw5LjcxNSwwLDAsMCwxLjE0MS0xLjEwOCwzLjQ3NywzLjQ3NywwLDAsMCwuNjA2LS42NTYsNi4yODQsNi4yODQsMCwwLDEsLjQyOC0uNTcyYy4yLS4yODIuMzgzLS41NzQuNTY5LS44NjRhNi4yODgsNi4yODgsMCwwLDAsLjUxOS0uOTM5LDEuOTcxLDEuOTcxLDAsMCwwLC4yNzItLjY5MWMwLS4wNTUtLjAxNS0uMS4wNTQtLjE0My4xNTUtLjA4OC4xNzctLjMxMy4xODYtLjQxMy4wMTgtLjIwNy4yMjEtLjM4OS4xLS42MTFhLjEuMSwwLDAsMSwuMDE4LS4wNzZjLjI1MywwLC4xLS4xNjIuMS0uMjU0LjAwOC0uMTM4LDAtLjI3NywwLS40MjUuMDc5LjA1MS4wMTMuMTY0LjE0Ny4yYTkuOCw5LjgsMCwwLDEtLjAxNy0xLjQ3MmMuMDY5LjI4My0uMDMzLjU0Mi4xLjgzYTguMzgsOC4zOCwwLDAsMC0uMDE0LTEuNTQ4bS02LjM4NC04LjFjLS4wMTguMjE1LS4xNjYuMzItLjM3Mi4zODktLjI5Mi0uMTc5LS42NC0uMjQ3LS44NjQtLjUwOWExLjU4MywxLjU4MywwLDAsMS0uNDc4LS43MDhjLS4wMTgtLjEtLjE0NC0uMTI4LS4xODQtLjItLjMzNi0uNTkzLS42MjMtMS4yMDktLjkxOS0xLjgyMWEzLjU1NCwzLjU1NCwwLDAsMC0uNDU0LS45NDNjLS4wNjMtLjA2OS0uMDM3LS4yMzItLjA5MS0uMzUxLS4wMjgtLjA2MS4wNzgtLjE2Ni4xNzUtLjA5NC4xMzIuMS4zMTIuMTUuMzY3LjMzN2EuNjA2LjYwNiwwLDAsMCwuMzE5LjM0NSwyLjg2NiwyLjg2NiwwLDAsMSwxLjA2OCwxLjA2Yy4wNTcuMS4xLjIwNy4yNC4yMThhLjIuMiwwLDAsMSwuMTcxLjEzNWMuMTU5LjQzOS42LjcuNzM0LDEuMTQxLjA1MS4xNjYuMjY5LjMwOC4xMzUuNTIzLjIwNy4xMDguMTY5LjMuMTU1LjQ3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY2LjExNSAtMzcuODE3KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjczMyIgZGF0YS1uYW1lPSJQYXRoIDY3MzMiIGQ9Ik04MC4yMSwxMC4yNTJjLS4wODktLjE5LS4yNTEtLjM0Ny0uMjYyLS41NzJhMi42ODQsMi42ODQsMCwwLDAtLjQtLjgzYy0uMjE3LS4zOTQtLjQzOS0uNzg5LS42NC0xLjE5MmE4LjQyOCw4LjQyOCwwLDAsMS0uNTI2LS45MThjLS4wNzktLjIyNC0uMjg4LS4zNy0uMzY2LS41ODctLjEzLS4zNjYtLjQtLjY1My0uNTQ0LTEuMDA3LS4xMjMtLjMtLjM3LS41MzItLjQ3OC0uODIxLS4xMzctLjM2NC0uNDMtLjYyNi0uNTUxLS45OTVhNS43OTQsNS43OTQsMCwwLDAtLjMxOS0uNTQ3Yy0uMjA2LS40NTYtLjUxOS0uODQ4LS43MjctMS4zLS4xNTItLjMyOS0uMzc0LS42MTctLjUxNy0uOTU2LS4xLS4yNDYtLjI0Mi0uNTM2LS42MzctLjUzMS0xLjMxOC4wMTktMi42MzcuMDA3LTMuOTU2LjAxLS4xNjIsMC0uMzEyLS4wMTEtLjM4My4yMmEuNzQ0Ljc0NCwwLDAsMS0uMTUuMzE1LDYuOSw2LjksMCwwLDAtLjU4Mi45NjdjLS4xNDMuMi0uMi40NzYtLjM0Ny42NTUtLjI0Mi4yOS0uMzIxLjY2MS0uNTY1Ljk0NC0uMTU0LjE3OS0uMTc3LjQ2NS0uMzI0LjYzMS0uMjYzLjMtLjM0MS42ODQtLjU4Ny45ODItLjE1Mi4xODUtLjE4OC40NjItLjMzNS42MjlhOC45MjUsOC45MjUsMCwwLDAtLjY4LDEuMTQyYy0uMjkyLjQ0Ny0uNTE4Ljk0NC0uODA1LDEuNC0uMTMzLjIxMi0uMTg2LjQ3Ny0uMzMyLjY2LS4yOTEuMzY1LS40MzEuODEyLS43MDksMS4xNzMtLjEzOC4xNzktLjEyMy40MTktLjMwNS41NzYtLjE0Mi4xMjMtLjEtLjAwOC0uMTI1LS4wNi4wMDctLjYwNywwLTEuMjE0LjAwNi0xLjgyLDAtLjE2MS0uMDE1LS4yMjktLjIxMi0uMjI4LTIuNzYxLjAxMi01LjUyMy4wMDctOC4yODQuMDA2YS42MDkuNjA5LDAsMCwxLS4zODctLjA1MmMtLjEwOCwwLS4xMTctLjA3NC0uMTE3LS4xNTNxMC0uNjQ2LDAtMS4yOTRjMC0uMDc4LjAwOC0uMTU1LjExNi0uMTU0YS4xMjYuMTI2LDAsMCwwLC4wNTQtLjExMy44MDkuODA5LDAsMCwxLC40MTgtLjA1M2g0Ljc4M2MuOCwwLDEuNTk0LDAsMi4zOTIsMCwuMjI2LDAsLjMzLS4wNzIuMzI1LS4zMTEtLjAxLS41MjEtLjAwNy0xLjA0MywwLTEuNTY1LDAtLjItLjA3Ny0uMy0uMjg2LS4yOTEtLjE5LjAwNy0uMzgsMC0uNTY5LDBINTUuNDU5Yy0uMzYyLDAtLjQtLjAzNS0uNC0uMzg1LDAtLjMxMywwLS42MjYsMC0uOTM5LDAtLjA4NC0uMDQtLjIuMTEzLS4yMTRhLjEyOC4xMjgsMCwwLDAsLjA1Ni0uMTEzLjc4Ni43ODYsMCwwLDEsLjQxNy0uMDU0aDcuOTM4Yy40NTUsMCwuNDctLjAxNC40Ny0uNDU2cTAtLjgsMC0xLjU5M2MwLS40MzYtLjAxOC0uNDU0LS40NDMtLjQ1NEg1Mi4wNjFhLjk3Ljk3LDAsMCwwLS40MTkuMDU2Yy0uMTA5LjEwNy0uMDg0LjI0NS0uMDg0LjM3NnEwLDQuOTc1LDAsOS45NTFjMCwuMzc4LjAyMy40LjQwNi40cTEuOTc3LDAsMy45NTUsMCw1LjY5LDAsMTEuMzgsMGMuMTU2LDAsLjMyNi4wNDUuNDYyLS4wODMuMjkzLS4wMjkuMjktLjMzMy40LS41YTE0Ljc0MSwxNC43NDEsMCwwLDEsLjgtMS4yNzIuNDQ3LjQ0NywwLDAsMSwuMy0uMDUySDc1LjRhLjU2NS41NjUsMCwwLDEsLjMzMS4wNTRjLjA2OC4wODQuMDUzLjIuMTA2LjMuMS4xODUuMjgxLjMyLjMzNy41YTIuMjM1LDIuMjM1LDAsMCwwLC40NzMuOC40ODIuNDgyLDAsMCwwLC4yODEuMDcxYy42NTMtLjAyOCwxLjMwNy0uMDEyLDEuOTYxLS4wMTRoMS4xMzVjLjEsMCwuMjA3LjAxLjI2NS0uMXMtLjAzOS0uMTYzLS4wNzYtLjI0M003My43NTcsNi4zNzhxLTEuNTIzLDAtMy4wNDcsMGEuNC40LDAsMCwxLS4yNzMtLjA1MywxLjg5LDEuODksMCwwLDEsLjM2Ny0uNzY4LDIuMSwyLjEsMCwwLDAsLjM0My0uNjgsOC4wMjgsOC4wMjgsMCwwLDEsLjUtMS4xMTgsMy44OCwzLjg4LDAsMCwxLC40NzMtLjg3NmMuMjc0LjQ3NC41MjMuOTQzLjgwOCwxLjM4Ny4yMDcuMzIyLjM1NC42NzQuNTc2Ljk5MWE3LjExNiw3LjExNiwwLDAsMSwuNTE3LDEuMDVjLS4wNzEuMDktLjE3Mi4wNjYtLjI2NC4wNjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNi45NDYgMC4wMDEpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzM0IiBkYXRhLW5hbWU9IlBhdGggNjczNCIgZD0iTTExOC4xODgsMjIuMjg5bDMuNTg0LS4wMTRjLjAyNC4xNDgtLjA5Mi4xMTktLjE2Ni4xMnEtMS42LDAtMy4yLDBhLjIxNi4yMTYsMCwwLDEtLjIxNi0uMTA3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQuNjk4IC0xNS45NjMpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgICAgICA8cGF0aCBpZD0iUGF0aF82NzM1IiBkYXRhLW5hbWU9IlBhdGggNjczNSIgZD0iTTEzLjkxMSwyLjI1YTEuNjU3LDEuNjU3LDAsMCwwLS4xNzMtLjYxNywyLjk3MywyLjk3MywwLDAsMC0uNzU5LS45OCwxLjQzLDEuNDMsMCwwLDAtLjY4Ni0uNDA4Yy0uMTA3LS4wMy0uMDgtLjE1Ni0uMjIyLS4xNjlDMTEuMjk1LjAwNywxMC41MTkuMDE1LDkuNzQyLjAxNUguNjA3Yy0uMDg2LDAtLjE3MS4wMDYtLjI1NiwwQy4wOTItLjAwNywwLC4xMTEsMCwuMzY2cS4wMDcsNS4wMiwwLDEwLjA0YzAsLjIxMi4wNjkuMzEyLjMuMzExcTEuNDY2LS4wMDksMi45MzEsMGMuMjQyLDAsLjMxMS0uMTA1LjMwOC0uMzI4LS4wMDgtLjYwNywwLTEuMjE0LDAtMS44MmEuNjQzLjY0MywwLDAsMSwuMDU3LS4zNmgwYy4wOTItLjE1Ny4yNDgtLjExMy4zODQtLjExNCwxLjc1MSwwLDMuNSwwLDUuMjU0LDBhLjgyNC44MjQsMCwwLDEsLjY3Mi4zMjljLjA2NS4wOC4xMjEuMi4yLjIyOC4yMS4wNjMuMTM2LjE3OC4wOTMuM2EuMDc1LjA3NSwwLDAsMCwuMTEyLDAsLjU5NC41OTQsMCwwLDEsLjA1Ny4zMzFjMCwuMzUxLDAsLjcsMCwxLjA1MnMuMDE4LjM4LjM5MS4zODFxMS4zMjMsMCwyLjY0NywwYy4zNjIsMCwuMzc3LS4wMTguMzc5LS4zOTNxLjAwNi0xLjI1MS4wMTMtMi41YS4yMDYuMjA2LDAsMCwwLS4wMzktLjE1NWMtLjI5LS4zNTYtLjUyMS0uNzc3LTEtLjkyMy0uMTQ2LS4wNDUtLjA3NC0uMTUzLS4xLS4yMjktLjAzOS0uMS4wNjItLjA3My4xLS4xMDcuMTY0LS4xMzEuNDM0LS4xMzEuNDg5LS40MDVhLjMwOS4zMDksMCwwLDEsLjE4MS0uMTcxLjgxNS44MTUsMCwwLDAsLjQ1OC0uODIxYy4wNC0uOTE4LDAtMS44MzkuMDIzLTIuNzU4bS00LDIuNzA3YTMuNTQ3LDMuNTQ3LDAsMCwwLS40MS4xNTRjLS40NzUuMzE2LS45NzkuMTEzLTEuNDU4LjEyNy0xLjM2Ni4wMzgtMi43MzIuMDE0LTQuMS4wMTMtLjM4LDAtLjQxMS0uMDMxLS40MTMtLjQsMC0uNjkxLDAtMS4zODMsMC0yLjA3NWwuMDc1LS4wMTJWNS4wOGEuMzA2LjMwNiwwLDAsMCwuMDkzLS4zYzAtLjYuMDE1LTEuMiwwLTEuNzkyLS4wMDktLjI1LjA4MS0uMy4zMDgtLjMsMS43OTMuMDA3LDMuNTg3LDAsNS4zOC4wMDlhMS4xLDEuMSwwLDAsMSwuNDguMDY3QS41MS41MSwwLDAsMSwxMC4yLDMuM2MuMDE0LjM4OC0uMDEyLjc3NS4wMjIsMS4xNjRhLjUuNSwwLDAsMS0uMy40ODciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDA4KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjczNiIgZGF0YS1uYW1lPSJQYXRoIDY3MzYiIGQ9Ik0yNDIuMjQ5LDIuNDQ2Yy4wMTEtLjE0NS4wMjItLjE0My0uMTE3LS4yMTRhLjA4MS4wODEsMCwwLDEtLjAyNy0uMDY5Ljg0NS44NDUsMCwwLDAtLjA5NC0uNDM0LDExLjA4NiwxMS4wODYsMCwwLDAtLjYxNi0xLjA0OC4yNS4yNSwwLDAsMC0uMTU2LS4xMTMuNjIuNjIsMCwwLDEtLjMwNy0uMTc3LDEuNDgyLDEuNDgyLDAsMCwwLS42LS4yODYsMy4wODEsMy4wODEsMCwwLDAtLjg0LS4wODhxLTUuNDEsMC0xMC44MiwwYy0uMjUsMC0uMzYuMDg0LS4zNTkuMzQ2cS4wMDcsNS4wMjIsMCwxMC4wNDVjMCwuMjM2LjA5My4zMTYuMzIyLjMxNXExLjM5NS0uMDExLDIuNzksMGMuMjQsMCwuMzE1LS4xLjMxMS0uMzI2LS4wMDktLjUtLjAwNy0xLjAwNSwwLTEuNTA4YTEuMzcyLDEuMzcyLDAsMCwxLC4wNTMtLjYxNy4xNC4xNCwwLDAsMCwuMTA3LS4wNDhjLjAzMy0uMi4xOTItLjEyLjMtLjEycTIuNDM0LS4wMDgsNC44NjksMGExLjUsMS41LDAsMCwxLC45MjEuMTNjLjE4Ny4xMzIuNTA5LjE4NC40MjMuNTQxYS4xMjkuMTI5LDAsMCwwLC4wMTIuMDc5Yy4zMDguMDIuMTMzLjI1Mi4xNDEuMzcxYTEwLjUsMTAuNSwwLDAsMSwuMDA2LDEuMTM3Yy0uMDExLjI2OS4wODUuMzY5LjM2LjM2NXExLjQwOS0uMDE4LDIuODE5LDBjLjI3NSwwLC4zNTgtLjEuMzYyLS4zNjRhMjAuOTMzLDIwLjkzMywwLDAsMSwuMDQyLTIuNDE1YzAtLjAyNywwLS4wNzgtLjAwOS0uMDgtLjIzOS0uMDYtLjE3My0uMzItLjMwNi0uNDY3YTIuMjQzLDIuMjQzLDAsMCwwLS43ODUtLjY3NmMtLjEzMy0uMDM5LS4xMjgtLjEyNC0uMTQyLS4yMDktLjAyLS4xMTYuMDczLS4xMDYuMTQ5LS4xMTNhLjIzOS4yMzksMCwwLDAsLjItLjFjLjE0NC0uMjY1LjQxMy0uNDEuNi0uNjM5YS43NTUuNzU1LDAsMCwwLC4yNTUtLjU4Ni4xMzEuMTMxLDAsMCwxLC4wMjQtLjFjLjEzMy0uMTEzLjEyNi0uMTEuMTE4LS4yMjFhMTYuMDUyLDE2LjA1MiwwLDAsMSwwLTIuM20tMy43LDEuODUyYS42NzMuNjczLDAsMCwxLS4yMzYuNSwxLjg0OSwxLjg0OSwwLDAsMS0uNTMxLjMyOCw1Ljk2OSw1Ljk2OSwwLDAsMS0yLC4xMmMtLjY5LjAzNi0xLjM4My4wMDgtMi4wNzUuMDA4LS41MjEsMC0xLjA0MiwwLTEuNTY0LDAtLjEsMC0uMjc5LjA1Ni0uMjM0LS4xNjlhLjMwNy4zMDcsMCwwLDEtLjA1Ni0uMjE1cTAtLjk4MSwwLTEuOTYzYzAtLjA3NS0uMDA3LS4xNTQuMDYyLS4yMDksMS44NzYsMCwzLjc1MywwLDUuNjI5LDAsLjIxMSwwLC40MjktLjExMi42MzguMDY5LjEzNC4xMTYuMTY4LjI4LjI1MS4zODkuMjgzLjM3Ni4xLjc3LjExOCwxLjE0NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2My42MTkgLTAuMDA5KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICAgICAgPHBhdGggaWQ9IlBhdGhfNjczNyIgZGF0YS1uYW1lPSJQYXRoIDY3MzciIGQ9Ik0yNDAuNjk1LDkuNDY4cTAsMS4xOTQtLjAwNywyLjM4OGMtLjEyNi0uMDY2LS4xMS0uMTg2LS4xMTEtLjMsMC0uNjIxLDAtMS4yNDIsMC0xLjg2MywwLS4wODMtLjA2My0uMjI0LjExNS0uMjI3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjQwMSAtNi43ODUpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==") no-repeat top center/contain;
    background-color: var(--color-beige); }
    section.rt-365 .rt-365-logo img {
      display: none; }
  section.rt-365 .bottom a {
    font-size: 14px;
    text-transform: uppercase; }
    section.rt-365 .bottom a:after {
      content: "";
      display: inline-block;
      -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right") no-repeat right bottom/auto 80%;
      width: 1.6em;
      height: 1em;
      background-color: var(--color-white);
      transition: background-color 0.3s ease, transform 0.4s ease; }
    section.rt-365 .bottom a:hover {
      color: var(--color-orange); }
      section.rt-365 .bottom a:hover:after {
        background-color: var(--color-orange);
        transform: translateX(30%); }
  section.rt-365 #videoResults article {
    border-bottom: var(--color-green) 1px solid;
    margin: 0; }
    section.rt-365 #videoResults article > a {
      width: 100%; }
    section.rt-365 #videoResults article .video-thumb {
      max-width: unset !important;
      width: 45% !important;
      position: relative;
      flex: 0 0 45%; }
      section.rt-365 #videoResults article .video-thumb:before {
        content: '';
        display: block;
        padding-top: 60%; }
      section.rt-365 #videoResults article .video-thumb img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    section.rt-365 #videoResults article .video-description {
      margin: 0;
      padding: 10px 20px;
      max-width: unset;
      flex: 0 0 55%; }
      section.rt-365 #videoResults article .video-description p, section.rt-365 #videoResults article .video-description .p {
        font-size: 12px;
        line-height: 17px;
        max-height: 34px !important;
        padding: 0 !important; }
        section.rt-365 #videoResults article .video-description p.title, section.rt-365 #videoResults article .video-description .title.p {
          color: var(--color-beige);
          font-size: 16px !important;
          line-height: 20px !important;
          max-height: 40px !important;
          font-weight: 700;
          margin: 0 !important;
          transition: color 0.3s ease; }
          @media (max-width: 767px) {
            section.rt-365 #videoResults article .video-description p.title, section.rt-365 #videoResults article .video-description .title.p {
              font-size: 14px !important; } }
        section.rt-365 #videoResults article .video-description p:not(.title), section.rt-365 #videoResults article .video-description .p:not(.title) {
          display: none; }
    section.rt-365 #videoResults article a:hover .video-description p.title, section.rt-365 #videoResults article a:hover .video-description .title.p {
      color: var(--color-orange); }

.megamenu .nav-card {
  height: 90px;
  text-align: center;
  margin: 0 0 24px;
  background-color: var(--color-black) !important; }
  .megamenu .nav-card a {
    color: #ffffff;
    font-weight: 800;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    outline: 4px transparent solid;
    transition: outline-color 0.4s ease;
    position: relative; }
    .megamenu .nav-card a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block; }
    .megamenu .nav-card a .card-heading {
      display: block;
      padding: 20px;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .megamenu .nav-card:hover a {
    outline-color: var(--color-orange); }

.megamenu .product-card {
  color: var(--color-black);
  margin-bottom: 24px; }
  .megamenu .product-card > a {
    display: block;
    max-width: 200px;
    position: relative;
    background: var(--color-white);
    border: 1px solid #f0f0f0; }
    .megamenu .product-card > a:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .megamenu .product-card > a img.product-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      display: block; }
  .megamenu .product-card.product article,
  .megamenu .product-card article {
    padding: 1rem 0; }
    .megamenu .product-card.product article a,
    .megamenu .product-card article a {
      font-size: 11px; }
      .megamenu .product-card.product article a .price,
      .megamenu .product-card.product article a h3,
      .megamenu .product-card.product article a .h-three,
      .megamenu .product-card.product article a .h-three,
      .megamenu .product-card article a .price,
      .megamenu .product-card article a h3,
      .megamenu .product-card article a .h-three,
      .megamenu .product-card article a .h-three {
        font-size: 12px;
        font-weight: 900;
        height: 2rem;
        line-height: 1rem;
        max-height: 2rem;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2; }
      .megamenu .product-card.product article a.tagline,
      .megamenu .product-card article a.tagline {
        margin-bottom: 6px;
        display: block; }
      .megamenu .product-card.product article a.classic-link,
      .megamenu .product-card article a.classic-link {
        display: none; }

.megamenu .linksList {
  margin-bottom: 24px; }
  .megamenu .linksList.linksList-next {
    margin-top: 40px; }
  .megamenu .linksList p:not(.linkCat), .megamenu .linksList .p:not(.linkCat) {
    text-transform: none;
    line-height: 1.6em; }
  .megamenu .linksList p a, .megamenu .linksList .p a {
    color: var(--color-black);
    text-transform: none;
    display: block; }
    @media (hover: hover) {
      .megamenu .linksList p a:hover, .megamenu .linksList .p a:hover {
        color: var(--color-link-orange); } }
  .megamenu .linksList p b a, .megamenu .linksList .p b a,
  .megamenu .linksList p strong a,
  .megamenu .linksList .p strong a {
    text-transform: uppercase;
    line-height: 3;
    white-space: nowrap;
    font-size: 14px; }
    .megamenu .linksList p b a:after, .megamenu .linksList .p b a:after,
    .megamenu .linksList p strong a:after,
    .megamenu .linksList .p strong a:after {
      content: "";
      display: inline-block;
      mask: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right") no-repeat right 70%/auto 80%;
      -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right") no-repeat right 70%/auto 80%;
      width: 1.6em;
      height: 1em;
      background-color: var(--color-black);
      transition: background-color 0.2s ease; }
    .megamenu .linksList p b a:hover:after, .megamenu .linksList .p b a:hover:after,
    .megamenu .linksList p strong a:hover:after,
    .megamenu .linksList .p strong a:hover:after {
      background-color: var(--color-orange); }
  .megamenu .linksList .links-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 12rem; }
    .megamenu .linksList .links-flex p, .megamenu .linksList .links-flex .p {
      flex: 1 0 50%;
      max-width: 43%;
      padding-right: 3%; }

.megamenu .linkCat {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 2px var(--color-black) solid;
  padding-bottom: 5px;
  display: inline-block;
  color: var(--color-black);
  align-self: flex-start; }
  .megamenu .linkCat a {
    text-transform: uppercase !important; }
  .megamenu .linkCat.no-underline {
    border: none;
    padding: 0; }

.megamenu .promoContainer .promo,
.megamenu .promoContainer .cta-card {
  margin-bottom: 16px; }

.megamenu .promoContainer .promo {
  height: 200px;
  overflow: hidden;
  grid-template-columns: 1fr;
  position: relative; }
  .megamenu .promoContainer .promo > a:first-child {
    z-index: 2;
    position: relative; }
  .megamenu .promoContainer .promo > a:last-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
  .megamenu .promoContainer .promo img {
    object-position: right;
    object-fit: contain;
    width: 100%;
    height: 100%; }
  .megamenu .promoContainer .promo article .tagline {
    font-size: 14px; }
  .megamenu .promoContainer .promo article h2, .megamenu .promoContainer .promo article .h-two {
    font-size: 20px; }
    .megamenu .promoContainer .promo article h2 .large, .megamenu .promoContainer .promo article .h-two .large,
    .megamenu .promoContainer .promo article h2 .percentage,
    .megamenu .promoContainer .promo article .h-two .percentage {
      font-size: 100%; }

.megamenu .linkBlock a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 16px; }
  .megamenu .linkBlock a,
  .megamenu .linkBlock a p,
  .megamenu .linkBlock a .p {
    color: var(--color-black);
    transition: color 0.2s ease; }
  .megamenu .linkBlock a:hover,
  .megamenu .linkBlock a:hover p,
  .megamenu .linkBlock a:hover .p {
    color: var(--color-link-orange); }
  .megamenu .linkBlock a img,
  .megamenu .linkBlock a .img-placeholder {
    width: 90px;
    height: 90px;
    flex: 0 0 auto; }
  .megamenu .linkBlock a img {
    object-fit: cover;
    object-position: center; }
  .megamenu .linkBlock a .img-placeholder {
    background: #40454a; }
  
  .megamenu .linkBlock a p,
  .megamenu .linkBlock a .p {
    font-size: 16px;
    font-weight: 700;
    padding: 0 24px;
    text-transform: none; }
    .megamenu .linkBlock a p.uppercase, .megamenu .linkBlock a .uppercase.p {
      text-transform: uppercase; }
    .megamenu .linkBlock a p.font-weight-900, .megamenu .linkBlock a .font-weight-900.p {
      font-weight: 900; }

.megamenu .nav-logo {
  padding: 0 20px 0 0; }
  .megamenu .nav-logo p, .megamenu .nav-logo .p {
    text-align: center;
    line-height: 1.6;
    margin: 2em 1em 0;
    color: var(--color-black); }

.megamenu .social-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: auto;
  margin-left: -10px;
  margin-bottom: 24px;
  list-style: none; }
  .megamenu .social-links .icon {
    display: block;
    height: 24px;
    background-color: var(--color-black);
    aspect-ratio: auto;
    width: 50px;
    transition: background-color 0.2s ease; }
    .megamenu .social-links .icon:not(a) {
      pointer-events: none; }
    .megamenu .social-links .icon[name=facebook] {
      height: 30px;
      width: 40px; }
    .megamenu .social-links .icon[name=youtube] {
      height: 22px; }
  .megamenu .social-links .social-link:hover .icon {
    background-color: var(--color-link-orange); }

.megamenu .recipe-snippet a {
  display: block; }

.megamenu .recipe-snippet img {
  max-height: 200px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px; }

.megamenu .recipe-snippet h3, .megamenu .recipe-snippet .h-three,
.megamenu .recipe-snippet .h-three {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 1em;
  text-transform: uppercase; }

.megamenu .recipe-snippet p.time, .megamenu .recipe-snippet .time.p {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.megamenu .rt-365 {
  max-width: unset;
  height: calc(100% - 24px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; }
  .megamenu .rt-365 #videoResults {
    max-height: unset;
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap; }

.megamenu .flex-column {
  display: flex;
  flex-flow: column nowrap; }

.megamenu .cta-card {
  height: auto; }
  .megamenu .cta-card .cta-card-body .select-wrapper {
    width: auto !important;
    left: 10% !important;
    right: 10% !important;
    bottom: 10% !important; }
    .megamenu .cta-card .cta-card-body .select-wrapper select {
      padding: 0.6em 0; }

@media (min-width: 768px) {
  .header-top .megamenu {
    position: unset; }
    .header-top .megamenu .megamenu-item {
      position: unset; }
  .header-top > .wrapper > .grid {
    margin: 0; }
    .header-top > .wrapper > .grid > * {
      flex: 1 1 auto;
      max-width: unset;
      padding: 0; }
      .header-top > .wrapper > .grid > *:nth-child(2) {
        flex: 0 1 auto; }
  .megamenu {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    color: var(--color-black);
    /* specific fishing nav menu rules for #navPages-fishing
    .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row .product-slider
    */ }
    .megamenu .megamenu-item {
      list-style: none;
      padding: 10px 5px;
      flex: 0 0 auto;
      font-size: 15px; }
      .megamenu .megamenu-item .top-level-link:after {
        content: "";
        display: inline-block;
        background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-down") no-repeat right 20% center;
        width: 1.4em;
        height: 1em;
        background-size: auto 35%; }
        html.font-poster-gothic-atf .megamenu .megamenu-item .top-level-link:after {
          height: 0.8em;
          background-size: auto 45%; }
      .megamenu .megamenu-item .link-text-wrap {
        padding-bottom: 12px;
        position: relative;
        pointer-events: none; }
        .megamenu .megamenu-item .link-text-wrap:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 2px;
          background: var(--color-black);
          transition: width 0.2s ease; }
      .megamenu .megamenu-item:hover .link-text-wrap:after {
        width: 100%; }
    .megamenu div.navPage-subMenu.navPage-megaMenu {
      position: relative;
      overflow: hidden;
      overflow: visible;
      width: 100vw;
      position: absolute;
      top: 100%;
      left: 0;
      text-align: left;
      display: flex;
      flex-direction: column;
      background-color: var(--color-white);
      border-top: 1px solid #e4e4e4; }
      .megamenu div.navPage-subMenu.navPage-megaMenu:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: max(-70px, min(-3.5vw, -40px));
        width: 100%;
        height: max(80px, min(7vw, 140px));
        z-index: 1;
        background: var(--color-white);
        mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat;
        -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat;
        transform: scaleX(-1); }
      .megamenu div.navPage-subMenu.navPage-megaMenu:after {
        mask-position: bottom center;
        -webkit-mask-position: bottom center; }
      .megamenu div.navPage-subMenu.navPage-megaMenu .wrapper {
        padding: 0; }
      .megamenu div.navPage-subMenu.navPage-megaMenu > .wrapper {
        padding: 50px 24px 0;
        max-width: 1388px;
        margin: 0 auto;
        width: 100%;
        position: relative;
        z-index: 2; }
        .megamenu div.navPage-subMenu.navPage-megaMenu > .wrapper > .nav-row {
          display: block;
          margin: 0; }
      .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row {
        display: flex;
        flex-flow: row wrap;
        margin: 0 -12px; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-1-12 {
          flex: 0 0 8.33333%;
          width: 8.33333%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-2-12 {
          flex: 0 0 16.66667%;
          width: 16.66667%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-3-12 {
          flex: 0 0 25%;
          width: 25%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-4-12 {
          flex: 0 0 33.33333%;
          width: 33.33333%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-5-12 {
          flex: 0 0 41.66667%;
          width: 41.66667%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-6-12 {
          flex: 0 0 50%;
          width: 50%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-7-12 {
          flex: 0 0 58.33333%;
          width: 58.33333%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-8-12 {
          flex: 0 0 66.66667%;
          width: 66.66667%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-9-12 {
          flex: 0 0 75%;
          width: 75%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-10-12 {
          flex: 0 0 83.33333%;
          width: 83.33333%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-11-12 {
          flex: 0 0 91.66667%;
          width: 91.66667%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row > .nav-col-12-12 {
          flex: 0 0 100%;
          width: 100%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row [class*="nav-col"] {
          padding: 0 12px; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row .product-slider {
          width: 100%; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row .product-slider .product-card {
          flex: 0 0 50%;
          width: 50%;
          padding: 0 12px; }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row .product-slider.product-query-loader .product-card {
          padding: 0;
          margin: 0 var(--grid-gap) 0 0;
          width: calc(50% - var(--grid-gap) * 0.5); }
        .megamenu div.navPage-subMenu.navPage-megaMenu .nav-row .product-slider:not(.product-query-loader) {
          display: flex;
          flex-flow: row wrap;
          margin: 0 -12px;
          flex: 1 1 auto; }
    .megamenu div.navPage-subMenu.navPage-megaMenu {
      opacity: 0;
      pointer-events: none; }
    .megamenu div#navPages-fishing.navPage-subMenu.navPage-megaMenu .nav-row .productResults.product-slider {
      width: 50%; }
    .megamenu .desktop-megamenu-hover.desktop-megamenu-open.has-hover.navPage-item--dropdown .link-button-holder:before,
    .megamenu :not(.desktop-megamenu-hover).has-hover.navPage-item--dropdown:hover .link-button-holder:before {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 100px; }
    .megamenu .desktop-megamenu-hover.desktop-megamenu-open.has-hover.navPage-item--dropdown div.navPage-subMenu.navPage-megaMenu,
    .megamenu :not(.desktop-megamenu-hover).has-hover.navPage-item--dropdown:hover div.navPage-subMenu.navPage-megaMenu {
      opacity: 1;
      pointer-events: auto; }
      .megamenu .desktop-megamenu-hover.desktop-megamenu-open.has-hover.navPage-item--dropdown div.navPage-subMenu.navPage-megaMenu:before,
      .megamenu :not(.desktop-megamenu-hover).has-hover.navPage-item--dropdown:hover div.navPage-subMenu.navPage-megaMenu:before {
        content: '';
        position: absolute;
        left: 0;
        top: -30px;
        width: 100%;
        height: 30px; }
    .megamenu .link-button-holder {
      display: flex;
      justify-content: space-around;
      position: relative;
      padding: 10px; }
    .megamenu .navPages-list > .navPages-item .top-level-link {
      height: 50px;
      line-height: 50px;
      position: relative;
      text-align: center;
      z-index: 9; }
    .megamenu .navPages-action {
      color: var(--color-black);
      display: block;
      font-size: 14px;
      font-weight: 700;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1; }
    .megamenu .megamenu-item .navPages-item {
      flex: unset; }
    .megamenu a.navPages-action.top-level-link:hover {
      text-decoration: none; } }

@media (min-width: 768px) {
  .header-top > .wrapper > .grid > :nth-child(2) {
    flex: 0 1 20%; }
  .header-top > .wrapper > .grid > :nth-child(3) {
    flex: 1 0 60%;
    margin-top: 4px; }
  .header-top > .wrapper > .grid > :nth-child(4) {
    flex: 0 1 20%; } }

@media (min-width: 768px) and (max-width: 1500px) {
  .header-top > .wrapper > .grid > :nth-child(2) {
    flex: 0 1 auto; }
    .header-top > .wrapper > .grid > :nth-child(2) .header-logo {
      height: 65px;
      line-height: 65px;
      max-width: 180px; }
  .header-top > .wrapper > .grid > :nth-child(3) {
    flex: 1 0 100%;
    order: 1;
    padding-bottom: 10px; }
  .header-top > .wrapper > .grid > :nth-child(4) {
    flex: 1 1 auto; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .megamenu .linksList p, .megamenu .linksList .p,
  .megamenu .linkBlock a p,
  .megamenu .linkBlock a .p, .megamenu .recipe-snippet h3, .megamenu .recipe-snippet .h-three,
  .megamenu .rt-365 p.title,
  .megamenu .rt-365 .title.p,
  .megamenu .rt-365 .bottom a {
    font-size: 14px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .megamenu div.navPage-subMenu.navPage-megaMenu .wrapper-navPage--megamenu > .nav-row > [class*=nav-col] {
    flex: 1 0 50%;
    width: auto; }
    .megamenu div.navPage-subMenu.navPage-megaMenu .wrapper-navPage--megamenu > .nav-row > [class*=nav-col].nav-col-3-12, .megamenu div.navPage-subMenu.navPage-megaMenu .wrapper-navPage--megamenu > .nav-row > [class*=nav-col].nav-col-2-12 {
      flex: 1 0 25%;
      width: auto; }
    .megamenu div.navPage-subMenu.navPage-megaMenu .wrapper-navPage--megamenu > .nav-row > [class*=nav-col]:last-child {
      display: none; } }

@media (min-width: 768px) {
  .megamenu div.navPage-subMenu.navPage-megaMenu [data-content-region="nav_menu_amplience_6--global"] .wrapper-navPage--megamenu > .nav-row > [class*=nav-col]:last-child {
    order: -1;
    padding-right: 40px; } }

/* hunting menu order different on mobile https://wearescs.atlassian.net/browse/RT-696 */
:root {
  --mobile-menu-padding: 35px; }

@media (max-width: 767px) {
  .off-canvas-wrap header .header-top .wrapper > .grid {
    margin: 0; }
    .off-canvas-wrap header .header-top .wrapper > .grid > .grid__item {
      padding: 0; }
  .off-canvas-wrap .left-off-canvas-menu {
    display: block;
    width: calc(100vw - 40px);
    transition: transform 0.6s ease;
    transform: translateX(-110%);
    box-shadow: none; }
  .off-canvas-wrap.offcanvas-overlap-right .left-off-canvas-menu {
    transform: none; }
  html[data-scroll]:not([data-scroll="0"]) .off-canvas-wrap .header-top > .wrapper > .auxiliary-links,
  html[data-scroll]:not([data-scroll="0"]) .off-canvas-wrap .header-top > .wrapper > * > .header-search-form-wrapper {
    display: none !important; }
  .off-canvas-wrap .menu-icon {
    padding: 0;
    width: 30px;
    background: url("https://realtree.a.bigcontent.io/v1/static/ico-menu") no-repeat center/100% auto; }
    .off-canvas-wrap .menu-icon svg {
      display: none; }
  .off-canvas-wrap .left-off-canvas-menu .icon.close {
    left: auto;
    right: 25px;
    top: 15px;
    padding: 0;
    width: 40px;
    height: 40px;
    background: var(--svg-close-16) no-repeat center/20px; }
    .off-canvas-wrap .left-off-canvas-menu .icon.close svg {
      display: none; } }
  @media (max-width: 767px) and (max-width: 360px) {
    .off-canvas-wrap .left-off-canvas-menu .icon.close {
      right: 12px; } }

@media (max-width: 767px) {
  .off-canvas-wrap .left-off-canvas-menu > .navUser-action--account {
    position: absolute;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    left: var(--mobile-menu-padding);
    top: 22px;
    z-index: 99; }
    .off-canvas-wrap .left-off-canvas-menu > .navUser-action--account svg {
      height: 28px;
      stroke-width: 2px;
      width: 28px;
      margin: 0 6px 0 0;
      padding: 0; }
    .megamenu-submenu-open .off-canvas-wrap .left-off-canvas-menu > .navUser-action--account {
      display: none; }
  .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper {
    padding-top: 70px;
    height: 100vh;
    overflow: hidden; }
    .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu {
      height: calc(100vh - 70px);
      background: var(--color-lightGray);
      padding: 20px var(--mobile-menu-padding);
      list-style: none;
      display: flex;
      flex-flow: column nowrap;
      overflow: hidden auto; }
      .megamenu-submenu-open .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu {
        overflow: visible; }
      .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .navPages-action {
        font-size: 16px;
        font-weight: 700;
        width: 100%;
        padding: 12px 0;
        color: var(--color-black); }
        .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .navPages-action.is-open {
          background: none; } }
      @media (max-width: 767px) and (max-width: 360px) {
        .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .navPages-action {
          font-size: 14px;
          padding: 14px 0; } }

@media (max-width: 767px) {
      .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item .link-button-holder {
        position: relative;
        border-bottom: 1px var(--color-black) solid; }
        .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item .link-button-holder .expand-submenu {
          background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right") no-repeat right 12px center;
          background-size: auto 14px;
          position: absolute;
          right: 0;
          top: 0;
          width: 60px;
          height: 100%; }
      .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item .navPage-subMenu {
        display: block;
        opacity: 0;
        pointer-events: none;
        overflow: hidden;
        height: 100%; }
      .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .link-button-holder {
          position: absolute;
          left: 0;
          top: 12px;
          width: 100%;
          height: auto;
          text-align: center;
          border-bottom: none; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .link-button-holder .expand-submenu {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.008' height='14.26' viewBox='0 0 26.008 14.26'%3E%3Cg transform='translate(1.414 1)'%3E%3Cpath d='M-22894.406-20572.5H-22918a1,1,0,0,1-1-1,1,1,0,0,1,1-1h23.594a1,1,0,0,1,1,1A1,1,0,0,1-22894.406-20572.5Z' transform='translate(22918 20579.592)'/%3E%3Cpath d='M-22894.408-20566.332a1,1,0,0,1-.707-.293l-6.838-6.838,6.838-6.836a1,1,0,0,1,1.414,0,1,1,0,0,1,0,1.414l-5.424,5.422,5.424,5.424a1,1,0,0,1,0,1.414A1,1,0,0,1-22894.408-20566.332Z' transform='translate(22900.539 20579.592)'/%3E%3C/g%3E%3C/svg%3E") no-repeat left var(--mobile-menu-padding) center;
            background-size: 30px auto;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; } }
          @media (max-width: 767px) and (max-width: 360px) {
            .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .link-button-holder .expand-submenu {
              background-size: 30px auto; } }

@media (max-width: 767px) {
        .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu {
          opacity: 1;
          pointer-events: auto;
          background: var(--color-lightGray);
          position: absolute;
          z-index: 300;
          top: 70px;
          left: 0;
          width: 100%;
          height: calc(100% - 70px);
          padding: var(--mobile-menu-padding);
          overflow: hidden auto; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .recipe-snippet,
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-logo {
            padding: 0;
            margin-bottom: 40px; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-row,
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .promoContainer,
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .social-links,
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .linksList-next {
            margin-bottom: 40px; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .promoContainer .cta-card {
            min-height: unset; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .social-links {
            margin-top: 24px; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-row {
            display: flex;
            flex-flow: column nowrap; }
            .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-row .nav-col--2-cols {
              /* this is specific to layouts such as RT-703	*/
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              justify-content: flex-start; }
              .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-row .nav-col--2-cols .nav-col-50 {
                flex: 1 0 50%; }
            .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-row:has(> .product-slider.product-query-loader) {
              display: block;
              margin: 0; }
              .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-row:has(> .product-slider.product-query-loader) > * {
                width: unset; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .mobile-horizontal-scroll:not(:has(.product-slider.product-query-loader)) {
            display: flex;
            flex-flow: row nowrap;
            overflow: auto visible;
            margin: 0 calc(-1 * var(--mobile-menu-padding)) 0 0; }
            .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .mobile-horizontal-scroll:not(:has(.product-slider.product-query-loader)) > * {
              flex: 0 0 200px;
              margin: 0 20px 0 0; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .product-slider.product-query-loader .flickity-viewport {
            overflow: visible; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .product-slider.product-query-loader .product-card {
            max-width: 200px;
            padding-right: var(--grid-gap); }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-row > .has-rt-365 {
            order: -1; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .rt-365 {
            margin: calc(-1 * var(--mobile-menu-padding)) calc(-1 * var(--mobile-menu-padding)) 80px;
            width: calc(100% + 2 * var(--mobile-menu-padding));
            height: auto; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-logo img {
            display: block;
            width: auto;
            max-width: 100%; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-logo p, .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-logo .p {
            text-align: left;
            margin: 1em 0 0; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .linkBlock p, .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .linkBlock .p {
            font-size: 13px;
            padding: 0 8px; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu[id*=hunting] .linkBlock a {
            margin-bottom: 0; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu[id*=hunting] .linkBlock p, .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu[id*=hunting] .linkBlock .p {
            font-size: 14px; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .megamenu-item.megamenu-item-open .navPage-subMenu .nav-card {
            margin: 0 0 8px; }
      .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .category-item-list {
        background: none; }
        .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .category-item-list .categories-list {
          padding-top: 20px; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .category-item-list .categories-list li a {
            padding: 4px 0;
            width: 100%;
            font-size: 16px;
            text-transform: none; } }
          @media (max-width: 767px) and (max-width: 360px) {
            .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .category-item-list .categories-list li a {
              font-size: 14px; } }

@media (max-width: 767px) {
      .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .navPages-item:last-child {
        margin-top: auto; }
      .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links {
        display: block;
        margin: 24px 0 0;
        padding: 0; }
        .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .aux-page-links {
          margin: 0; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .aux-page-links ul {
            display: flex;
            flex-flow: column nowrap;
            border-top: var(--color-black) 1px solid; }
            .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .aux-page-links ul li {
              text-transform: uppercase;
              font-size: 12px;
              margin: 0;
              border-bottom: var(--color-black) 1px solid;
              padding: 1em 0;
              line-height: unset; }
        .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links {
          display: block;
          margin: 24px 0 0; }
          .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            margin: 0 0 0 -10px;
            list-style: none;
            justify-content: flex-start; }
            .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul li {
              margin: 0; }
            .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul a.icon {
              display: block;
              height: 24px;
              width: 50px;
              background: none;
              position: relative;
              max-width: unset; }
              .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul a.icon svg {
                display: none; }
              .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul a.icon:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center; }
              .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul a.icon.icon--facebook {
                height: 30px;
                width: 40px; }
                .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul a.icon.icon--facebook:before {
                  background-image: var(--svg-facebook); }
              .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul a.icon.icon--instagram:before {
                background-image: var(--svg-instagram); }
              .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul a.icon.icon--twitter:before {
                background-image: var(--svg-twitter); }
              .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul a.icon.icon--youtube {
                height: 22px; }
                .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul a.icon.icon--youtube:before {
                  background-image: var(--svg-youtube); }
              .off-canvas-wrap .left-off-canvas-menu .amplience-nav-wrapper .megamenu .auxiliary-links .social-links ul a.icon.icon--pinterest:before {
                background-image: var(--svg-pinterest); }
  .off-canvas-wrap .header-top .auxiliary-links {
    display: none; } }

@media (max-width: 360px) {
  :root {
    --mobile-menu-padding: 24px; }
  .megamenu .linksList p:not(.linkCat), .megamenu .linksList .p:not(.linkCat) {
    font-size: 14px; }
  .megamenu .linksList p b a, .megamenu .linksList .p b a,
  .megamenu .linksList p strong a,
  .megamenu .linksList .p strong a {
    font-size: 13px; } }

.off-canvas-wrap .left-off-canvas-menu .rt-365 #videoResults {
  display: block;
  overflow: visible !important; }
  .off-canvas-wrap .left-off-canvas-menu .rt-365 #videoResults article {
    margin: 0;
    display: block !important;
    height: 100px;
    border: none; }
    .off-canvas-wrap .left-off-canvas-menu .rt-365 #videoResults article > a {
      height: 100%; }
  .off-canvas-wrap .left-off-canvas-menu .rt-365 #videoResults .flickity-page-dots {
    bottom: -40px; }
    .off-canvas-wrap .left-off-canvas-menu .rt-365 #videoResults .flickity-page-dots .flickity-page-dot {
      width: 12px;
      height: 12px;
      background: #404549;
      border: 2px var(--color-black) solid;
      box-shadow: none !important;
      position: relative;
      overflow: visible; }
      .off-canvas-wrap .left-off-canvas-menu .rt-365 #videoResults .flickity-page-dots .flickity-page-dot:before {
        content: '';
        position: absolute;
        left: -7px;
        top: -7px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 2px transparent solid;
        transition: border-color 0.2s ease; }
      .off-canvas-wrap .left-off-canvas-menu .rt-365 #videoResults .flickity-page-dots .flickity-page-dot.is-selected {
        background: var(--color-black); }
        .off-canvas-wrap .left-off-canvas-menu .rt-365 #videoResults .flickity-page-dots .flickity-page-dot.is-selected:before {
          border-color: var(--color-black); }

.off-canvas-wrap .left-off-canvas-menu .rt-365 .bottom {
  display: none; }

.footer-section {
  background: black;
  color: white;
  padding: 60px max(24px, 3.75%) ;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-flow: wrap;
  justify-content: center;
  gap: 0 40px; }
  .footer-section a:hover {
    color: var(--color-orange); }
  .footer-section .footer-wrapper {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    list-style: none;
    margin: 0 0 40px;
    gap: 24px; }
  .footer-section .footer-column {
    margin: 0 0 50px; }
  .footer-section .footer-wrapper a {
    text-transform: initial; }
  .footer-section .footer-row {
    flex: 1 1 auto;
    display: flex;
    gap: 50px 24px;
    flex-flow: row nowrap;
    margin: 0 !important; }
    .footer-section .footer-row .footer-row-left {
      flex: 0 1 50%; }
      .footer-section .footer-row .footer-row-left .promo-banner {
        max-width: 450px;
        position: relative;
        margin: 0;
        padding: 0;
        height: auto;
        display: block;
        background-size: unset;
        background-position: unset;
        background-repeat: unset;
        overflow: unset; }
    .footer-section .footer-row .footer-row-right {
      flex: 1 1 auto; }
  .footer-section .footer-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 0 auto;
    gap: var(--grid-gap);
    max-width: 876px; }
    .footer-section .footer-cards-wrapper .col {
      width: 100%;
      margin: 0;
      height: 85px;
      max-height: 85px; }
      .footer-section .footer-cards-wrapper .col .cta-card {
        height: 85px;
        max-height: 85px;
        min-height: unset;
        text-align: center;
        margin: 0;
        background: var(--color-green); }
        .footer-section .footer-cards-wrapper .col .cta-card h2, .footer-section .footer-cards-wrapper .col .cta-card .h-two, .footer-section .footer-cards-wrapper .col .cta-card .h-four, .footer-section .footer-cards-wrapper .col .cta-card p, .footer-section .footer-cards-wrapper .col .cta-card .p {
          width: unset !important; }
        .footer-section .footer-cards-wrapper .col .cta-card .cta-card-body.cta-card-body-full .inner {
          justify-content: center; }
      .footer-section .footer-cards-wrapper .col .cta-card.image-background .cta-card-body {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .footer-section .footer-cards-wrapper .col .cta-card.image-background .cta-card-body h2, .footer-section .footer-cards-wrapper .col .cta-card.image-background .cta-card-body .h-two, .footer-section .footer-cards-wrapper .col .cta-card.image-background .cta-card-body .h-four {
          font-size: 16px !important;
          font-weight: 700 !important;
          margin: 0 !important; }
        .footer-section .footer-cards-wrapper .col .cta-card.image-background .cta-card-body p.descript, .footer-section .footer-cards-wrapper .col .cta-card.image-background .cta-card-body .descript.p {
          display: none !important; }
      .footer-section .footer-cards-wrapper .col .cta-card.image-background .background {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  .footer-section .footer-wrapper .row-wrapper,
  .footer-section .footer-row .promo-banner {
    align-items: flex-start;
    justify-items: flex-start; }
  .footer-section .footer-row .promo-banner h2, .footer-section .footer-row .promo-banner .h-two, .footer-section .footer-row .promo-banner .h-four {
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 900;
    position: relative;
    margin: 0 0 0.6em;
    padding: 0 0 0.3em; }
    .footer-section .footer-row .promo-banner h2:after, .footer-section .footer-row .promo-banner .h-two:after, .footer-section .footer-row .promo-banner .h-four:after {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 8px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZUAAAAICAYAAAAx1GISAAAABHNCSVQICAgIfAhkiAAABNJJREFUaEPtWl1uG0cMJkdWISApqr6lQJzIJ4he+xT3BO4N6p6gykOBIHYBAbWLvsU9QdMbKDeQbyCdIPIPkL5FBhIgSLXLfNzZXe2u9k+CYlvuDCBYnuHMkBwOP5IjJtecBpwGnAaW0MDFb/R0CfJapPcbNP62T9My4rfPqTNr0uPSBcXsVm/IpTRC0mXidt46GJtibIQx8CojYn8Y05XszcITMd6kmrdFiu3f6XSVeTc1hy8OCQo2P5LQUyFqPzr2d5SZywPTE+a9IsZE6Krpeb3v/qTJ+YF59XXT7334RB0xjZc6xx4MnRH5ve0jihV/fkjYy+wxc8euLWP2eaQKZ7/R8VlO0PkOnwHmDpsejT3T2BVDf5PoIfJU8Jc5MkBrIOiboC8+NPDXme+RlqLIaOwavHDwwX7GH6jhv/foifjUZjbdaNWkwUQGEFyALaP6yxrnFIY4Yo+uHv5Bapwb1+o6lWVkrOUwEprKnkE0lD13nF2hHRTbdr4dJOitQ6ndyp1Y7WUWCCW+V6usUXRHypzqKvvc2jkiZ/An9r7DTvB9EbCSNKEgsKku/MQ31y3X3D/h3AFm6mvODwi+1PoiEfgVQ9M6AB3x/q5PbfVp8f3J+Dbbn2u/uAPeX0nfHvvD1OIz6iaJLOAstq0ZTRRMvoRSAyHBRyCKT1N1vKk+MV1h66jDS/ETlP2PAkr0f4avEOUFczhWXprG+0HEDLKGgnWv0DdajxHJODygAh4iYMwFtRRgWt34r+99RZMP/zX2hHEhEi0yrqCrNHJj1fNiRCbQFQdjrjkN3EkN4E6f2MA0vAPFNj/EJcJnmTZ3wjcF0EUBcijF7jLS5NAOt2bez0UYgGTidjXNkB4e+5qtVDaNbj1D7WTEH2ZemM9P4lQ1azCa8QSeOXacQyBUviO12dGtcrAKdka4h+xtH1LklCIUwHhaGH1VanaBYCH9VqPFHsjYckEpP+qrs286MqxXZonnBOeKTNZmqYlg4HSNuqgjhaNxGvi/aCAGXQ1mHx3T61sHKus6iYtD04dz6aEs13k/MxA8yFJOk2WyVPqfSn9ljDGtlw6goNI675xfE6A/C5waylvBd5TzxMRZhGZKMThh/SmzBbf8MkSUWYUAEWwkQyEc3JGWBokgo4LnL1jgDHyeNDx/kBc9RJnenB+NpKQd7quZWJgJ+UMOMkF+ySLPInCvW+4qPTusi/FoT3X4qbJUyIMGE6nMCTzuR2VM0LwKM9Jk3xVKtsGcuISmMlhgCfUtA2R2p8RmV2Vbl41txDphybgwaNoIIRyT16CBdOBYVA6sYIQ/ed/fWVCJnIz+bbVoWvUIeA2H9kW2UMBYt2wKVttHfi9ZdqxiXt/jmObvTBZUV3+cLNvv/haNimS+fEFdZHBtC44W3JP0ly8a+xHQJwOA5H527mIGZoEqXfZVGRFJtJVehFFrz8ncUsKkyrCVD7AR4FetvZ4SbdUpu3GngTINCN5Y/N6dBhVnAE4DTgPlGigKHIqAteDRNg2bN/SQrUxE76BZqbM/5Kmwi1RVodKGVozqK9fdBAJUSRBQ4gdVfj+qkjhQ2YSDczw6DTgNOA1UaODNr/SAGtRqNugBMudWlnyGH1jFfS36d6dPH+so9Q3ervPodgp+rPUZNZ1huT1x5mYAAAAASUVORK5CYII=") no-repeat top left/contain; }
      html.font-poster-gothic-atf .footer-section .footer-row .promo-banner h2:after, html.font-poster-gothic-atf .footer-section .footer-row .promo-banner .h-two:after, html.font-poster-gothic-atf .footer-section .footer-row .promo-banner .h-four:after {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZUAAAAICAYAAAAx1GISAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE72lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4yLWMwMDAgMTE2LmRlZTNhNzcsIDIwMjIvMDkvMDEtMTM6NTc6MDggICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMy41IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjUtMTEtMTdUMTg6NDU6MzkrMDM6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI1LTExLTE3VDE4OjQ2OjMxKzAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI1LTExLTE3VDE4OjQ2OjMxKzAzOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3ZDkxN2MxZS1hNTQzLTYwNDctOTBjYi1kN2EwZjlmMTNkMzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N2Q5MTdjMWUtYTU0My02MDQ3LTkwY2ItZDdhMGY5ZjEzZDMzIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6N2Q5MTdjMWUtYTU0My02MDQ3LTkwY2ItZDdhMGY5ZjEzZDMzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3ZDkxN2MxZS1hNTQzLTYwNDctOTBjYi1kN2EwZjlmMTNkMzMiIHN0RXZ0OndoZW49IjIwMjUtMTEtMTdUMTg6NDU6MzkrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy41IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6x243PAAADH0lEQVRoge2aMVbcMBBA/75HkQ51SYdyApQyVZwThBuwOUHIDbhBlhMEqrRwA+8NvCeI6NLFdClTaPQkG3lXxsAui/57ft4dz4wkSzsjDcx+/3pLoVAojODTE/hcAe0GHQ0cbdCpMtrapGMANfCsBZroXmf6tXI9hOUD7bbCAe5FnOAWigLey7Mz4Msa2zvRscClfNbAD3lugFuR15HdifjV8n2FmxwrsgXwF7gWu5X08SfdyWzFvpK7pTtpOmqjjyG9aPo+PI30ZwUci60ZsPMLQOPG2W+nFX93cn+J5AaVMWPUbA4YMYruHMR+9JrvOVjWB4CWcXNXjWw/l3qivSb9bgzDQXWfuCXMsya9/mIdzwfgEBfLnhMrVy3XEhdjjDxvcGszJ0F7FC6mxd9NT6dK2LXABYk1OItOKt5ZrJRyBtOy7iZ8PyD8eGOZISx4DZwCV4SkdNrz54O8ovvyYj7jksZhT+6Dokk8G8tK7kN9gOH3mpLfiCxO0J6G+0k3hSEdPBTpgF0o7AsL3G/E4Na7Ir3ma8Yn7yr67P0/N5bhGF1N9F0DX4f8z3aw/HWGm/AcNG7CmkhWif0x6aREpO9ldUIn1k3Jt4k/Jc5Jnxr8TkUzbvc/ROr4bQk/xj5T2o13hrknIm/TEMatCZuB5cQ+FQqFNDUh6TbAzS4mlcfinFCSq3FJZkk3g2vCLl8Tgo4vyV2Tf4ys5N4SklbsX9FNTkN6HiV9jo+yddQvcMnzGy6oLkRuE33zbft2KpFpQunRin+DK2F+JyT3x6ihm6jN+PJYaU/17OaR3qXoxbI7uifXI8JYjcivcXNfEcqzr4UGt34Uu7c5KuwO/Y2j5mGbsI/7nFQgBJ6W/OTw0lA8/tgWuISsyA9EKV3L05RJG4bHbKK+NAn9Od114XVSPvpo7o/H0i2fpOxiFKEEmvMHWCvXJt+G6SXaQmEKF8DZvieVQqGwHkV642BIJ7Eqw6dhewlu6J9DLPkbHMW4U53m9ZZWb3EVjnPk/R5sry+FQmEHaEn/ITolK+w274A30b2PjT7/Af5l+tUDcpsS/gepj8q2o1AnqgAAAABJRU5ErkJggg=="); }
  .footer-section .footer-row .promo-banner p, .footer-section .footer-row .promo-banner .p {
    max-width: 485px;
    text-align: left;
    color: #D2D2D2;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 2em; }
  .footer-section .footer-row .promo-banner article {
    display: grid;
    justify-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 0;
    color: #FFFFFF; }
  .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT form {
    font-family: var(--font-family) !important;
    margin: 0 !important;
    color: #FFFFFF !important; }
    .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT form > * {
      flex: 0 1 auto; }
    .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT form [data-testid="form-row"] {
      width: 100% !important; }
      .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT form [data-testid="form-row"] > :first-child {
        flex: 1 0 auto !important;
        width: auto !important; }
      .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT form [data-testid="form-row"] > :last-child {
        flex: 0 0 auto !important;
        width: auto !important; }
    .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT form input[type=email] {
      border: none !important;
      border-radius: 0 !important;
      border-bottom: 2px solid white !important;
      font-size: 1rem !important; }
    .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT form .kl-private-reset-css-Xuajs1 {
      margin: 0 !important;
      padding: 0 !important;
      min-height: 0 !important; }
  .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT button[type=button] {
    border-bottom: 2px solid white !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    padding-right: 1.2em !important;
    position: relative !important;
    color: var(--color-white) !important;
    transition: color 0.2s ease;
    width: auto !important; }
    .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT button[type=button]:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: calc(50% - 0.35em);
      width: 1.2em;
      height: 0.6em;
      background: var(--color-white);
      mask: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right") no-repeat center right/auto 100%;
      -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right") no-repeat center right/auto 100%;
      pointer-events: none;
      transition: background-color 0.2s ease; }
    .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT button[type=button]:hover {
      color: var(--color-orange) !important; }
      .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT button[type=button]:hover:after {
        background: var(--color-orange) !important; }
  .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT p, .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT .p {
    padding: 0 !important;
    margin: 0 !important; }
    .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT p span, .footer-section .footer-row .promo-banner .newsletter-form .klaviyo-form-SFi4PT .p span {
      font-family: var(--font-family) !important;
      font-size: 1rem !important; }
  .footer-section .footer-copyright .markdown {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #D2D2D2;
    margin: 85px auto 0; }
    .footer-section .footer-copyright .markdown p, .footer-section .footer-copyright .markdown .p {
      color: #D2D2D2;
      font-size: 16px;
      line-height: 2; }
  .footer-section .footer-info-col {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important; }
    .footer-section .footer-info-col p, .footer-section .footer-info-col .p {
      font-size: 16px;
      color: var(--color-white);
      margin: 0 0 0.8em;
      font-weight: 400; }
      .footer-section .footer-info-col p > b > a, .footer-section .footer-info-col .p > b > a,
      .footer-section .footer-info-col p > strong > a,
      .footer-section .footer-info-col .p > strong > a,
      .footer-section .footer-info-col p > a > b,
      .footer-section .footer-info-col .p > a > b,
      .footer-section .footer-info-col p > a > strong,
      .footer-section .footer-info-col .p > a > strong {
        text-transform: uppercase;
        white-space: nowrap;
        margin-top: 2em;
        display: block;
        font-size: 14px; }
        .footer-section .footer-info-col p > b > a:after, .footer-section .footer-info-col .p > b > a:after,
        .footer-section .footer-info-col p > strong > a:after,
        .footer-section .footer-info-col .p > strong > a:after,
        .footer-section .footer-info-col p > a > b:after,
        .footer-section .footer-info-col .p > a > b:after,
        .footer-section .footer-info-col p > a > strong:after,
        .footer-section .footer-info-col .p > a > strong:after {
          content: "";
          display: inline-block;
          mask: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right") no-repeat right bottom 40%/auto 80%;
          -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right") no-repeat right bottom 40%/auto 80%;
          width: 1.6em;
          height: 1em;
          background-color: var(--color-white);
          transition: background-color 0.2s ease; }
        .footer-section .footer-info-col p > b > a:hover:after, .footer-section .footer-info-col .p > b > a:hover:after,
        .footer-section .footer-info-col p > strong > a:hover:after,
        .footer-section .footer-info-col .p > strong > a:hover:after,
        .footer-section .footer-info-col p > a > b:hover:after,
        .footer-section .footer-info-col .p > a > b:hover:after,
        .footer-section .footer-info-col p > a > strong:hover:after,
        .footer-section .footer-info-col .p > a > strong:hover:after {
          background-color: var(--color-orange); }
      .footer-section .footer-info-col p.label, .footer-section .footer-info-col .label.p {
        text-transform: uppercase;
        color: var(--color-orange);
        margin: 0 0 1.5em;
        font-weight: 900; }
  .footer-section .social-links {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 40px;
    margin-left: -10px;
    list-style: none; }
    .footer-section .social-links .icon {
      display: block;
      height: 24px;
      background-color: var(--color-orange);
      aspect-ratio: auto;
      width: 50px;
      transition: background-color 0.2s ease;
      pointer-events: none; }
      .footer-section .social-links .icon[name=facebook] {
        height: 30px;
        width: 40px; }
      .footer-section .social-links .icon[name=youtube] {
        height: 22px; }
  .footer-section .promo-banner[class*=section] {
    min-height: unset; }
  @media (max-width: 1400px) {
    .footer-section .footer-wrapper {
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 1023px) {
    .footer-section .footer-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0; }
      .footer-section .footer-wrapper .footer-column {
        margin: 0; }
      .footer-section .footer-wrapper .footer-info-col .accordion {
        border-bottom: 2px solid var(--color-orange); }
        .footer-section .footer-wrapper .footer-info-col .accordion p.label, .footer-section .footer-wrapper .footer-info-col .accordion .label.p {
          margin: 0;
          padding: 15px 0;
          cursor: pointer;
          position: relative; }
          .footer-section .footer-wrapper .footer-info-col .accordion p.label:after, .footer-section .footer-wrapper .footer-info-col .accordion .label.p:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 21px;
            height: 100%;
            background: var(--color-orange);
            mask: url("https://realtree.a.bigcontent.io/v1/static/ico-plus-24") no-repeat center/contain;
            -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/ico-plus-24") no-repeat center/contain; }
        .footer-section .footer-wrapper .footer-info-col .accordion:not(.open) *:not(.label) {
          display: none; }
        .footer-section .footer-wrapper .footer-info-col .accordion.open {
          padding-bottom: 20px; }
          .footer-section .footer-wrapper .footer-info-col .accordion.open p.label:after, .footer-section .footer-wrapper .footer-info-col .accordion.open .label.p:after {
            mask-image: url("https://realtree.a.bigcontent.io/v1/static/ico-minus-24");
            -webkit-mask-image: url("https://realtree.a.bigcontent.io/v1/static/ico-minus-24"); }
    .footer-section .footer-row {
      flex-flow: row wrap; }
      .footer-section .footer-row .footer-row-left,
      .footer-section .footer-row .footer-row-right {
        flex: 1 0 100%; } }
  @media (max-width: 767px) {
    .footer-section .footer-cards-wrapper {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 500px) {
    .footer-section .footer-cards-wrapper {
      grid-template-columns: 1fr;
      gap: 8px; }
    .footer-section .social-links {
      justify-content: center; } }

.markdown.p-default {
  line-height: 1.8em;
  margin: 0 0 2em; }
  .markdown.p-default p, .markdown.p-default .p {
    line-height: 1.8;
    margin: 0 0 2em; }
    .markdown.p-default p:has(> strong:only-child), .markdown.p-default .p:has(> strong:only-child) {
      margin-bottom: 0.2em; }
      .markdown.p-default p:has(> strong:only-child) + p:has(> strong:first-child), .markdown.p-default .p:has(> strong:only-child) + p:has(> strong:first-child), .markdown.p-default p:has(> strong:only-child) + .p:has(> strong:first-child), .markdown.p-default .p:has(> strong:only-child) + .p:has(> strong:first-child) {
        margin-top: 2em; }
  .markdown.p-default p img, .markdown.p-default .p img,
  .markdown.p-default img[class*="image-link"] {
    margin: 40px auto;
    float: none !important;
    display: block !important;
    max-width: 100%;
    width: auto !important;
    height: auto !important; }
  .markdown.p-default:first-child img:first-child {
    margin-top: 0; }
  .markdown.p-default img[class*="image-link"]:first-child {
    margin-top: 0; }
  .markdown.p-default .image-caption {
    font-size: 12px;
    color: var(--color-green);
    display: block;
    margin: 0 0 20px;
    text-align: center; }
    .markdown.p-default .image-caption em {
      font-style: normal; }
  .markdown.p-default img + .image-caption {
    margin-top: -36px; }
  .markdown.p-default .image-caption + .image-caption {
    margin-top: -24px; }
  .markdown.p-default ul, .markdown.p-default ol {
    margin-bottom: 2em; }
    .markdown.p-default ul li, .markdown.p-default ol li {
      margin-bottom: 1em; }

.video-responsive {
  margin-bottom: 2em; }

.banner-productSlider {
  position: relative;
  margin: 0 auto;
  padding: 8rem 0 8rem var(--white-space);
  height: auto;
  display: flex;
  justify-content: center;
  overflow: hidden; }
  .banner-productSlider article {
    display: grid;
    justify-items: start;
    align-content: center;
    gap: 0.5rem; }
  .banner-productSlider .tagline {
    text-transform: uppercase;
    font-weight: bold;
    color: inherit; }
  .banner-productSlider a {
    font-weight: bold;
    color: inherit;
    text-decoration: none; }
  .banner-productSlider a:hover {
    color: #90a4ae;
    text-decoration: underline; }
  .banner-productSlider .classic-link {
    text-decoration: underline; }
  .banner-productSlider .btn {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-black);
    background: var(--color-orange);
    border: 2px solid var(--color-orange);
    text-decoration: none;
    padding: 0.5rem 1rem;
    margin-top: 1rem; }
  .banner-productSlider .btn:hover {
    text-decoration: none;
    color: var(--color-white);
    background-color: var(--color-black);
    border-color: var(--color-black); }
  .banner-productSlider .icon {
    color: currentColor;
    fill: currentColor;
    mask-position: left;
    -webkit-mask-position: left; }
    @media (max-width: 767px) {
      .banner-productSlider .icon {
        mask-position: center;
        -webkit-mask-position: center; } }
  .banner-productSlider p, .banner-productSlider .p {
    line-height: 1.6;
    max-width: 560px;
    text-align: left;
    color: inherit; }
  .banner-productSlider.position-right article {
    order: 2; }
  .banner-productSlider.position-right .content-wrapper {
    order: 1; }
  .banner-productSlider.position-right .text-with-content-wrapper {
    grid-template-columns: 2fr 1fr !important; }
  .banner-productSlider.position-right .content-wrapper video {
    margin: 0 auto 0 0; }
  .banner-productSlider.position-left .content-wrapper video {
    margin: 0 0 0 auto; }
  .banner-productSlider .content-wrapper video {
    margin: 0 auto;
    max-width: 800px;
    display: block; }

@media (min-width: 768px) {
  .banner-productSlider {
    padding: var(--white-space) 0 var(--white-space) var(--white-space);
    grid-template-columns: 1fr 2fr; } }

.banner-grid .texture.t-top,
.banner-grid .texture.t-bottom {
  height: max(80px, min(7vw, 140px));
  mask-size: cover;
  -webkit-mask-size: cover; }

.banner-grid .texture.t-top {
  translate: 0 max(-70px, min(-3.5vw, -40px));
  mask-position: bottom;
  -webkit-mask-position: bottom; }
  .banner-grid .texture.t-top.flip-v, .banner-grid .texture.t-top.flip-both {
    mask-position: top;
    -webkit-mask-position: top; }

.banner-grid .texture.t-bottom {
  translate: 0 max(40px, min(3.5vw, 70px));
  mask-position: top;
  -webkit-mask-position: top; }
  .banner-grid .texture.t-bottom.flip-v, .banner-grid .texture.t-bottom.flip-both {
    mask-position: bottom;
    -webkit-mask-position: bottom; }

.banner-grid .btn {
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: var(--color-black);
  background: var(--color-orange);
  border: 2px solid var(--color-orange);
  transition: all 0.2s ease; }
  .banner-grid .btn:after {
    font-family: "realtree-icon-font";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-white);
    content: var(--icon-font-arrow-long-right);
    margin: 0 0 0 1em;
    vertical-align: 10%;
    width: 2em;
    transition: color 0.3s ease, transform 0.4s ease; }
  @media (hover: hover) {
    .banner-grid .btn:hover {
      text-decoration: none; }
      .banner-grid .btn:hover:after {
        color: var(--color-white);
        transform: translateX(30%); } }
  .banner-grid .btn:hover {
    color: var(--color-white);
    background-color: var(--color-black);
    border-color: var(--color-black);
    text-decoration: none; }

.hero-banner .icon {
  height: unset;
  mask-position: left;
  -webkit-mask-position: left; }
  @media (max-width: 767px) {
    .hero-banner .icon {
      mask-position: center;
      -webkit-mask-position: center; } }

.hero-banner a:hover {
  text-decoration: none; }

.common-slim-hero-banner .banner-row.slim-banner .banner-left,
.common-slim-hero-banner .banner-row.super-slim-banner .banner-left,
.common-slim-hero-banner.banner-row.slim-banner .banner-left,
.common-slim-hero-banner.banner-row.super-slim-banner .banner-left {
  max-width: 1224px;
  padding: 0 24px;
  color: var(--color-white); }
  .common-slim-hero-banner .banner-row.slim-banner .banner-left .tagline,
  .common-slim-hero-banner .banner-row.super-slim-banner .banner-left .tagline,
  .common-slim-hero-banner.banner-row.slim-banner .banner-left .tagline,
  .common-slim-hero-banner.banner-row.super-slim-banner .banner-left .tagline {
    color: var(--color-white); }
  .common-slim-hero-banner .banner-row.slim-banner .banner-left .h-two,
  .common-slim-hero-banner .banner-row.slim-banner .banner-left h2,
  .common-slim-hero-banner .banner-row.slim-banner .banner-left .h-two,
  .common-slim-hero-banner .banner-row.super-slim-banner .banner-left .h-two,
  .common-slim-hero-banner .banner-row.super-slim-banner .banner-left h2,
  .common-slim-hero-banner .banner-row.super-slim-banner .banner-left .h-two,
  .common-slim-hero-banner.banner-row.slim-banner .banner-left .h-two,
  .common-slim-hero-banner.banner-row.slim-banner .banner-left h2,
  .common-slim-hero-banner.banner-row.slim-banner .banner-left .h-two,
  .common-slim-hero-banner.banner-row.super-slim-banner .banner-left .h-two,
  .common-slim-hero-banner.banner-row.super-slim-banner .banner-left h2,
  .common-slim-hero-banner.banner-row.super-slim-banner .banner-left .h-two {
    font-weight: 900;
    text-transform: none;
    color: var(--color-beige);
    font-size: max(32px, min(2.92vw, 56px)); }
    @media (max-width: 767px) {
      .common-slim-hero-banner .banner-row.slim-banner .banner-left .h-two,
      .common-slim-hero-banner .banner-row.slim-banner .banner-left h2,
      .common-slim-hero-banner .banner-row.slim-banner .banner-left .h-two,
      .common-slim-hero-banner .banner-row.super-slim-banner .banner-left .h-two,
      .common-slim-hero-banner .banner-row.super-slim-banner .banner-left h2,
      .common-slim-hero-banner .banner-row.super-slim-banner .banner-left .h-two,
      .common-slim-hero-banner.banner-row.slim-banner .banner-left .h-two,
      .common-slim-hero-banner.banner-row.slim-banner .banner-left h2,
      .common-slim-hero-banner.banner-row.slim-banner .banner-left .h-two,
      .common-slim-hero-banner.banner-row.super-slim-banner .banner-left .h-two,
      .common-slim-hero-banner.banner-row.super-slim-banner .banner-left h2,
      .common-slim-hero-banner.banner-row.super-slim-banner .banner-left .h-two {
        font-weight: 900; } }
  .common-slim-hero-banner .banner-row.slim-banner .banner-left p, .common-slim-hero-banner .banner-row.slim-banner .banner-left .p,
  .common-slim-hero-banner .banner-row.super-slim-banner .banner-left p,
  .common-slim-hero-banner .banner-row.super-slim-banner .banner-left .p,
  .common-slim-hero-banner.banner-row.slim-banner .banner-left p,
  .common-slim-hero-banner.banner-row.slim-banner .banner-left .p,
  .common-slim-hero-banner.banner-row.super-slim-banner .banner-left p,
  .common-slim-hero-banner.banner-row.super-slim-banner .banner-left .p {
    max-width: 750px; }

section.top-banner .top-type-one,
section.gallery-banner .top-type-one {
  display: flex;
  padding: 0;
  margin: 0 0 24px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px; }
  section.top-banner .top-type-one h2, section.top-banner .top-type-one .h-two,
  section.gallery-banner .top-type-one h2,
  section.gallery-banner .top-type-one .h-two {
    font-size: 24px;
    font-weight: 900; }
  section.top-banner .top-type-one a.btn-arrow,
  section.gallery-banner .top-type-one a.btn-arrow {
    font-size: 14px;
    font-weight: 400; }
  @media (max-width: 767px) {
    section.top-banner .top-type-one,
    section.gallery-banner .top-type-one {
      flex-flow: column nowrap;
      align-items: center;
      text-align: center; }
      section.top-banner .top-type-one h2, section.top-banner .top-type-one .h-two,
      section.gallery-banner .top-type-one h2,
      section.gallery-banner .top-type-one .h-two {
        margin: 0; } }

.section-wrapper > section.top-banner {
  padding: 100px max(24px, 3.75%) !important; }
  @media (max-width: 1023px) {
    .section-wrapper > section.top-banner {
      padding: 50px max(24px, 3.75%) !important; } }
  @media (hover: hover) {
    .section-wrapper > section.top-banner a.link.btn-arrow:hover {
      color: var(--color-orange); } }
  .section-wrapper > section.top-banner .scrollcontainer {
    padding: 0; }
  @media (max-width: 1000px) {
    .section-wrapper > section.top-banner .scroll .hero-card:hover {
      transform: none;
      outline-offset: -4px; } }
  @media (max-width: 767px) {
    .section-wrapper > section.top-banner .scroll {
      max-width: unset;
      margin-left: calc(-1 * max(24px, 3.75%));
      width: calc(100% + 2 * max(24px, 3.75%));
      display: flex; }
      .section-wrapper > section.top-banner .scroll .scrollcontainer {
        padding: 0 max(24px, 3.75%);
        max-width: unset;
        min-width: unset; }
      .section-wrapper > section.top-banner .scroll .hero-card,
      .section-wrapper > section.top-banner .scroll .cta-container {
        min-width: 250px; } }

.section-wrapper [class*=section].top-banner, .section-wrapper [class*=section].banner-row {
  overflow: hidden; }

.section-wrapper .banner-row.slim-banner .banner-left h1, .section-wrapper .banner-row.slim-banner .banner-left .h-one, .section-wrapper .banner-row.slim-banner .banner-left h2, .section-wrapper .banner-row.slim-banner .banner-left .h-two, .section-wrapper .banner-row.super-slim-banner .banner-left h1, .section-wrapper .banner-row.super-slim-banner .banner-left .h-one, .section-wrapper .banner-row.super-slim-banner .banner-left h2, .section-wrapper .banner-row.super-slim-banner .banner-left .h-two {
  font-size: max(1.45rem, min(5vw, 3.5rem)); }

.section-wrapper .banner-row.slim-banner p.tagline, .section-wrapper .banner-row.slim-banner .tagline.p {
  margin: 0; }

.section-wrapper .banner-row .btn {
  border-color: var(--color-orange);
  color: var(--color-black);
  background: var(--color-orange);
  border: 2px solid var(--color-orange); }
  .section-wrapper .banner-row .btn.btn-arrow:after {
    color: var(--color-black); }
  .section-wrapper .banner-row .btn:hover {
    color: var(--color-white);
    background-color: var(--color-black);
    border-color: var(--color-black); }
  .section-wrapper .banner-row .btn.btn-arrow:hover:after {
    color: inherit; }
  @media (max-width: 767px) {
    .section-wrapper .banner-row .btn {
      white-space: nowrap;
      padding-left: 1em;
      padding-right: 1em; } }

.section-wrapper > section.gallery-banner {
  padding: 100px max(24px, 3.75%) ; }
  @media (max-width: 1023px) {
    .section-wrapper > section.gallery-banner {
      padding: 50px max(24px, 3.75%) ; } }

.featured-slider {
  position: relative; }

.featured-slider .carousel-cell {
  width: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-height: 540px;
  border-radius: 0; }

.featured-slider .carousel-cell img {
  max-width: 100%; }

.image-slider-wrapper .featured-slider .flickity-button {
  background: none;
  width: 60px;
  height: 60px;
  border-radius: 0;
  transition: transform 0.2s ease;
  transform: none;
  top: calc(50% - 60px * 0.5); }
  .image-slider-wrapper .featured-slider .flickity-button:focus {
    box-shadow: none; }
  .image-slider-wrapper .featured-slider .flickity-button.next {
    background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-left") no-repeat center/100% auto;
    right: 0;
    transform-origin: right; }
  .image-slider-wrapper .featured-slider .flickity-button.previous {
    background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-right") no-repeat center/100% auto;
    left: 0;
    transform-origin: left; }
  .image-slider-wrapper .featured-slider .flickity-button svg {
    display: none; }
  @media (hover: hover) {
    .image-slider-wrapper .featured-slider .flickity-button:hover {
      transform: scale(1.1); } }
  @media (max-width: 767px) {
    .image-slider-wrapper .featured-slider .flickity-button {
      display: none; } }

.image-slider-wrapper .featured-slider .flickity-page-dots {
  position: relative;
  bottom: auto;
  top: auto;
  margin-top: 24px; }
  .image-slider-wrapper .featured-slider .flickity-page-dots .flickity-page-dot {
    transition: background-color 0.2s ease; }
  @media (min-width: 768px) {
    .image-slider-wrapper .featured-slider .flickity-page-dots {
      display: none; } }

.caption {
  color: var(--color-darkGray); }

.cta-card {
  width: 100%;
  border-radius: var(--border-radius);
  position: relative;
  line-height: 1.5;
  /*max-width: 500px;*/
  display: flex;
  justify-content: center;
  outline: 4px solid transparent;
  transition: outline-color 0.2s ease;
  overflow: hidden; }
  .cta-card:hover {
    outline-color: var(--active-state); }
  .cta-card .cta-card-body {
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px; }
    .cta-card .cta-card-body.cta-card-body-full .inner {
      display: flex;
      flex-flow: column nowrap;
      padding: 10px max(20px, min(10%, 40px));
      width: 100%;
      height: auto !important;
      min-height: 100%;
      justify-content: center; }
      .cta-card .cta-card-body.cta-card-body-full .inner:hover {
        color: inherit; }
  .cta-card .cta-card-body h2, .cta-card .cta-card-body .h-two {
    font-size: max(14px, min(1.25vw, 24px));
    margin: 0 0 1em !important;
    line-height: 1.4 !important;
    width: 80% !important;
    max-width: 550px !important; }
  .cta-card .cta-card-body p.descript, .cta-card .cta-card-body .descript.p {
    color: inherit;
    margin: 0 0 2em;
    width: 80%;
    max-width: 550px;
    font-size: max(14px, min(0.85vw, 16px));
    line-height: 1.3em;
    max-height: 2.6em;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    text-align: left !important;
    margin-left: 0 !important; }
  .cta-card p.descript span, .cta-card .descript.p span {
    color: inherit;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 18px; }
  .cta-card .cta-card-body a {
    font-weight: bold; }
  .cta-card .cta-container {
    display: grid;
    gap: var(--grid-gap); }
  .cta-card.image-left .left {
    position: relative; }
  .cta-card.image-top {
    display: block;
    width: 100%; }
  .cta-card.image-background {
    justify-content: center;
    align-items: center; }
  .cta-card.image-background .cta-card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .cta-card.image-background .background {
    width: 100%;
    border-radius: var(--border-radius);
    object-position: top left; }
  .cta-card .cta-card-body .inner {
    padding: 25px; }
  .cta-card.texta-left .cta-card-body .inner {
    text-align: left; }
  .cta-card.texta-center .cta-card-body .inner {
    text-align: center; }
  .cta-card.texta-right .cta-card-body .inner {
    text-align: right; }
  .cta-card.textp-top .cta-card-body {
    align-items: start; }
  .cta-card.textp-center .cta-card-body {
    align-items: center;
    justify-content: start; }
  .cta-card.textp-bottom .cta-card-body {
    align-items: end; }
  .cta-card.textp-bottom .cta-card-body p, .cta-card.textp-bottom .cta-card-body .p {
    margin-bottom: 4rem; }
  .cta-card select {
    width: 100%; }
  .cta-card.image-top {
    position: relative;
    display: block !important;
    width: 100%; }
  .cta-card .cta-card-body .select-wrapper {
    position: absolute;
    bottom: 15% !important;
    left: 10% !important;
    right: 10% !important;
    width: auto !important; }
  .cta-card #date,
  .cta-card #state {
    border: 0;
    border-bottom: 2px solid white;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
    color: white;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    padding-bottom: 10px;
    outline: none; }
  .cta-card select option {
    color: #000 !important; }
  .cta-card .link {
    font-size: 14px; }
    .cta-card .link:after {
      content: "";
      display: inline-block;
      -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right") no-repeat right bottom 40%/auto 80%;
      width: 1.6em;
      height: 1em;
      background-color: var(--color-white);
      transition: background-color 0.2s ease; }
  .cta-card.cta-card-overlay .cta-card-body.cta-card-body-full:before,
  .cta-card .cta-card-overlay.cta-card-body.cta-card-body-full:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%); }
  .cta-card:has(.read-more) .read-more {
    font-size: 14px;
    font-weight: 500; }
  .cta-card:has(.read-more) .read-more:after {
    color: var(--color-orange); }
  .cta-card:has(.read-more):hover .read-more:after {
    color: currentColor;
    transform: translateX(30%); }
  @media (max-width: 767px) {
    .cta-card:has(.read-more) .read-more {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .cta-card {
      min-height: 150px; }
      .cta-card p.descript, .cta-card .descript.p {
        display: none; } }

.scrollcontainer .cta-card {
  height: 100%; }

.top-banner .hero-card.image-background,
.gallery-banner .hero-card.image-background {
  border: none;
  justify-content: stretch;
  transition: transform 150ms ease, outline-color 0s ease;
  outline: 4px solid transparent; }
  .top-banner .hero-card.image-background:hover,
  .gallery-banner .hero-card.image-background:hover {
    transform: scale(1.05);
    outline-color: var(--active-state);
    border: none; }

.top-banner .cta-card,
.gallery-banner .cta-card {
  transition: transform 150ms ease, outline-color 0s ease; }
  .top-banner .cta-card:hover,
  .gallery-banner .cta-card:hover {
    transform: scale(1.05); }

.cta-grid {
  padding: var(--white-space) max(24px, 3.75%) ; }
  .cta-grid h2, .cta-grid .h-two {
    text-transform: uppercase;
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
    /*font-size: css-max(2rem, css-min(5vw, 8rem));*/
    line-height: 1.1; }
  .cta-grid p.text-center, .cta-grid .text-center.p {
    margin-top: 15px;
    margin-bottom: 15px; }
  .cta-grid p.text-center, .cta-grid .text-center.p,
  .cta-grid .top {
    text-align: center; }
  .cta-grid.two-col .row {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr; }
  .cta-grid.three-col .row {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr; }
  .cta-grid.three-col-masonry .row {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }
    @media (max-width: 767px) {
      .cta-grid.three-col-masonry .row {
        grid-auto-rows: auto; }
        .cta-grid.three-col-masonry .row > .col {
          height: 100%; } }
  @media (min-width: 768px) {
    .cta-grid.three-col-masonry .row {
      grid-template-columns: 3fr 2fr;
      grid-template-rows: 1fr 1fr; }
    .cta-grid.three-col-masonry .row .col.card-0 {
      grid-area: 1 / 1 / 3 / 2; }
    .cta-grid.three-col-masonry .row .col.card-1 {
      grid-area: 1 / 2 / 2 / 3; }
    .cta-grid.three-col-masonry .row .col.card-2 {
      grid-area: 2 / 2 / 3 / 3; }
    .cta-grid.four-col .row {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: 1fr; }
    .cta-grid.four-col-masonry .row {
      grid-template-columns: repeat(3, 1fr) !important;
      grid-template-rows: repeat(2, 1fr) !important; }
    .cta-grid.five-col-masonry .row {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr); }
    .cta-grid.four-col-masonry .row .col.card-0 {
      grid-area: 1 / 1 / 3 / 2; }
    .cta-grid.four-col-masonry .row .col.card-1 {
      grid-area: 1 / 2 / 2 / 3; }
    .cta-grid.four-col-masonry .row .col.card-2 {
      grid-area: 2 / 2 / 3 / 3; }
    .cta-grid.four-col-masonry .row .col.card-3 {
      grid-area: 1 / 3 / 3 / 4; }
    .cta-grid.five-col-masonry .row .col.card-0 {
      grid-area: 1 / 1 / 2 / 2; }
    .cta-grid.five-col-masonry .row .col.card-1 {
      grid-area: 2 / 1 / 3 / 2; }
    .cta-grid.five-col-masonry .row .col.card-2 {
      grid-area: 1 / 2 / 3 / 3; }
    .cta-grid.five-col-masonry .row .col.card-3 {
      grid-area: 1 / 3 / 2 / 4; }
    .cta-grid.five-col-masonry .row .col.card-4 {
      grid-area: 2 / 3 / 3 / 4; } }
  .cta-grid .row {
    display: grid;
    grid-column-gap: var(--grid-gap);
    grid-row-gap: var(--grid-gap); }
  .cta-grid .cta-card {
    max-width: 100% !important; }
  .cta-grid .rt-365 {
    max-width: unset;
    height: 100%;
    display: flex;
    flex-flow: column nowrap; }
    .cta-grid .rt-365 .top {
      margin-bottom: auto; }
    .cta-grid .rt-365 .bottom {
      margin-top: auto; }
  .cta-grid .col > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }

.section-wrapper > article.three-col {
  padding: var(--white-space) max(24px, 3.75%) ; }

@media (max-width: 1023px) {
  .section-wrapper > .three-col .row {
    display: grid;
    grid-template-columns: 1fr; }
    .section-wrapper > .three-col .row .col {
      margin: 0; } }

@media (max-width: 767px) {
  .section-wrapper > .two-col .row {
    display: grid;
    grid-template-columns: 1fr; }
    .section-wrapper > .two-col .row .col {
      margin: 0; }
  .section-wrapper .cta-grid[class*=masonry] .cta-card {
    min-height: unset; }
  .section-wrapper .cta-grid[class*=section][class*=masonry] .row .col[class*=card] {
    aspect-ratio: unset; } }

.slider-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px max(24px, 3.75%) 100px ; }
  .slider-wrapper .heading-grid {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px; }
    .slider-wrapper .heading-grid h2, .slider-wrapper .heading-grid .h-two,
    .slider-wrapper .heading-grid .h-two {
      font-size: 24px;
      font-weight: 900; }
    .slider-wrapper .heading-grid a.view-all {
      font-size: 14px;
      font-weight: 400; }
      .slider-wrapper .heading-grid a.view-all:after {
        font-family: "realtree-icon-font";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: var(--icon-font-arrow-long-right);
        margin: 0 0 0 1em;
        vertical-align: 10%;
        width: 2em;
        transition: color 0.3s ease, transform 0.4s ease; }
      @media (hover: hover) {
        .slider-wrapper .heading-grid a.view-all:hover {
          text-decoration: none; }
          .slider-wrapper .heading-grid a.view-all:hover:after {
            transform: translateX(30%); } }
      .slider-wrapper .heading-grid a.view-all:after {
        transition: transform 0.4s ease; }
      @media (hover: hover) {
        .slider-wrapper .heading-grid a.view-all:hover {
          color: var(--color-link-orange); } }
  .slider-wrapper h1, .slider-wrapper .h-one, .slider-wrapper h2, .slider-wrapper .h-two, .slider-wrapper h3, .slider-wrapper .h-three, .slider-wrapper h4, .slider-wrapper .h-four, .slider-wrapper .standard-table th, .standard-table .slider-wrapper th, .slider-wrapper h5, .slider-wrapper .h-five, .slider-wrapper h6 {
    text-transform: uppercase;
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
    /*font-size: css-max(1rem, css-min(5vw, 2.5rem));*/
    line-height: 1.1;
    font-weight: bold; }
  .slider-wrapper h3, .slider-wrapper .h-three,
  .slider-wrapper .h-three {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
  .slider-wrapper h4, .slider-wrapper .h-four, .slider-wrapper .standard-table th, .standard-table .slider-wrapper th {
    font-size: 1rem; }
  .slider-wrapper .product-slider a {
    color: inherit;
    text-decoration: none; }
    .slider-wrapper .product-slider a:hover {
      text-decoration: underline; }
  .slider-wrapper .product-slider ins {
    text-decoration: none;
    font-weight: bold; }
  .slider-wrapper .product-slider .product-card {
    width: auto;
    max-width: 275px;
    height: 450px;
    margin-right: var(--grid-gap) !important;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly; }
    .slider-wrapper .product-slider .product-card > a {
      background: var(--color-white); }
    .slider-wrapper .product-slider .product-card .product-image {
      width: 100%;
      height: 340px;
      display: block; }
    .slider-wrapper .product-slider .product-card article {
      padding: 1rem 1rem 1rem 0;
      display: flex;
      flex-flow: column nowrap;
      /*TODO - hardcode value? possible dupe rule? */
      max-width: 240px;
      height: 100%;
      gap: 0; }
      .slider-wrapper .product-slider .product-card article h3, .slider-wrapper .product-slider .product-card article .h-three,
      .slider-wrapper .product-slider .product-card article .h-three {
        font-size: 12px;
        font-weight: 900;
        height: 2rem;
        line-height: 1rem;
        max-height: 2rem;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2; }
      .slider-wrapper .product-slider .product-card article .price {
        margin: 0; }
  .slider-wrapper .product-slider .flickity-button {
    background: none;
    width: max(50px, min(4.2vw, 80px));
    height: max(50px, min(4.2vw, 80px));
    border-radius: 0;
    transition: transform 0.2s ease;
    transform: none;
    top: calc(50% - max(50px, min(4.2vw, 80px)) * 0.5); }
    .slider-wrapper .product-slider .flickity-button:focus {
      box-shadow: none; }
    .slider-wrapper .product-slider .flickity-button.next {
      background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-left") no-repeat center/100% auto;
      right: 0;
      transform-origin: right; }
    .slider-wrapper .product-slider .flickity-button.previous {
      background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-right") no-repeat center/100% auto;
      left: 0;
      transform-origin: left; }
    .slider-wrapper .product-slider .flickity-button svg {
      display: none; }
    @media (hover: hover) {
      .slider-wrapper .product-slider .flickity-button:hover {
        transform: scale(1.1); } }
  @media (max-width: 1023px) {
    .slider-wrapper .heading-grid,
    .slider-wrapper .product-slider {
      padding: 0; }
    .slider-wrapper .product-slider .flickity-button {
      display: none; } }
  @media (max-width: 767px) {
    .slider-wrapper .heading-grid {
      flex-flow: column nowrap;
      align-items: center; } }

.text-with-content-wrapper .slider-wrapper .product-slider .product-card {
  width: 100%; }

.text-with-content-wrapper .icon {
  height: unset; }

.section-wrapper > section.banner-productSlider {
  min-height: unset;
  padding: 0 max(24px, 3.75%) ;
  margin: 80px 0; }
  @media (min-width: 768px) {
    .section-wrapper > section.banner-productSlider[class*=section].has-product-slider {
      padding: 8rem 0 8rem max(24px, min(3.75%, 3.75%)); }
    .section-wrapper > section.banner-productSlider[class*=section]:has(.product-slider) {
      padding: 8rem 0 8rem max(24px, min(3.75%, 3.75%)); } }
  .section-wrapper > section.banner-productSlider.has-product-slider .content-wrapper {
    width: 100%; }
  .section-wrapper > section.banner-productSlider.has-product-slider .text-with-content-wrapper {
    padding: 100px 0;
    width: 100%; }
  .section-wrapper > section.banner-productSlider .text-with-content-wrapper {
    padding: 0;
    max-width: 100%; }
    .section-wrapper > section.banner-productSlider .text-with-content-wrapper:has(.product-slider) {
      padding: 100px 0;
      width: 100%; }
    .section-wrapper > section.banner-productSlider .text-with-content-wrapper .slider-wrapper > article.heading-grid {
      display: none !important; }

@media (max-width: 767px) {
  .section-wrapper > section.banner-productSlider > .text-with-content-wrapper > article {
    justify-items: center;
    margin-bottom: 24px; }
    .section-wrapper > section.banner-productSlider > .text-with-content-wrapper > article h1, .section-wrapper > section.banner-productSlider > .text-with-content-wrapper > article .h-one, .section-wrapper > section.banner-productSlider > .text-with-content-wrapper > article h2, .section-wrapper > section.banner-productSlider > .text-with-content-wrapper > article .h-two, .section-wrapper > section.banner-productSlider > .text-with-content-wrapper > article p, .section-wrapper > section.banner-productSlider > .text-with-content-wrapper > article .p, .section-wrapper > section.banner-productSlider > .text-with-content-wrapper > article a {
      text-align: center; }
  .section-wrapper > .slider-wrapper .product-slider .flickity-viewport {
    overflow: visible; }
  .section-wrapper > section.banner-productSlider.has-slider-wrapper {
    padding: 4rem max(24px, 3.75%) !important; }
    .section-wrapper > section.banner-productSlider.has-slider-wrapper .text-with-content-wrapper {
      width: 100%; }
      .section-wrapper > section.banner-productSlider.has-slider-wrapper .text-with-content-wrapper article > * {
        margin-left: auto;
        margin-right: auto; }
      .section-wrapper > section.banner-productSlider.has-slider-wrapper .text-with-content-wrapper .product-slider .flickity-viewport {
        overflow: visible; }
  .section-wrapper > section.banner-productSlider:has(.slider-wrapper) {
    padding: 4rem max(24px, 3.75%) !important; }
    .section-wrapper > section.banner-productSlider:has(.slider-wrapper) .text-with-content-wrapper {
      width: 100%; }
      .section-wrapper > section.banner-productSlider:has(.slider-wrapper) .text-with-content-wrapper article > * {
        margin-left: auto;
        margin-right: auto; }
      .section-wrapper > section.banner-productSlider:has(.slider-wrapper) .text-with-content-wrapper .product-slider .flickity-viewport {
        overflow: visible; } }

.section-wrapper > section.gallery-banner_2col {
  padding: 100px max(24px, 3.75%) ;
  justify-items: flex-start; }
  @media (max-width: 767px) {
    .section-wrapper > section.gallery-banner_2col {
      padding: 50px max(24px, 3.75%) ; } }
  .section-wrapper > section.gallery-banner_2col article .links {
    padding: 0; }
    .section-wrapper > section.gallery-banner_2col article .links li:has(.btn-arrow) {
      margin: 1em 0; }
    .section-wrapper > section.gallery-banner_2col article .links a:hover {
      color: var(--color-link-orange); }

.section-wrapper > .slider-wrapper {
  padding: 50px max(24px, 3.75%) ; }
  .section-wrapper > .slider-wrapper .product-slider {
    padding: 0 max(40px, min(calc(4.2vw + 24px), 104px)); }
    @media (max-width: 1023px) {
      .section-wrapper > .slider-wrapper .product-slider {
        padding: 0; } }
  .section-wrapper > .slider-wrapper .heading-grid {
    padding-left: max(40px, min(calc(4.2vw + 24px), 104px));
    padding-right: max(40px, min(calc(4.2vw + 24px), 104px)); }
    @media (max-width: 1023px) {
      .section-wrapper > .slider-wrapper .heading-grid {
        padding-left: 0;
        padding-right: 0; } }

.article-main-nav .product-slider .flickity-button,
.right-col .product-slider .flickity-button {
  background: none;
  width: 50px;
  height: 50px;
  border-radius: 0;
  transition: transform 0.2s ease;
  transform: none;
  top: calc(50% - 50px * 0.5); }
  .article-main-nav .product-slider .flickity-button:focus,
  .right-col .product-slider .flickity-button:focus {
    box-shadow: none; }
  .article-main-nav .product-slider .flickity-button.next,
  .right-col .product-slider .flickity-button.next {
    background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-left") no-repeat center/100% auto;
    right: 0;
    transform-origin: right; }
  .article-main-nav .product-slider .flickity-button.previous,
  .right-col .product-slider .flickity-button.previous {
    background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-right") no-repeat center/100% auto;
    left: 0;
    transform-origin: left; }
  .article-main-nav .product-slider .flickity-button svg,
  .right-col .product-slider .flickity-button svg {
    display: none; }
  @media (hover: hover) {
    .article-main-nav .product-slider .flickity-button:hover,
    .right-col .product-slider .flickity-button:hover {
      transform: scale(1.1); } }

@media (max-width: 767px) {
  .article-main-nav .product-slider .flickity-viewport,
  .right-col .product-slider .flickity-viewport {
    overflow: visible; }
  .article-main-nav .product-slider .flickity-button,
  .right-col .product-slider .flickity-button {
    display: none; } }

.recipes-slider .recipe-card {
  max-width: 430px;
  margin-right: var(--grid-gap);
  min-height: 100%; }
  .recipes-slider .recipe-card picture img.article-img,
  .recipes-slider .recipe-card picture img.use--default {
    height: 240px;
    aspect-ratio: unset;
    object-fit: cover; }

.recipes-slider .flickity-button {
  background: none;
  width: max(50px, min(4.2vw, 80px));
  height: max(50px, min(4.2vw, 80px));
  border-radius: 0;
  transition: transform 0.2s ease;
  transform: none;
  top: calc(50% - max(50px, min(4.2vw, 80px)) * 0.5); }
  .recipes-slider .flickity-button:focus {
    box-shadow: none; }
  .recipes-slider .flickity-button.next {
    background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-left") no-repeat center/100% auto;
    right: 0;
    transform-origin: right; }
  .recipes-slider .flickity-button.previous {
    background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-right") no-repeat center/100% auto;
    left: 0;
    transform-origin: left; }
  .recipes-slider .flickity-button svg {
    display: none; }
  @media (hover: hover) {
    .recipes-slider .flickity-button:hover {
      transform: scale(1.1); } }

@media (max-width: 1023px) {
  .recipes-slider .flickity-button {
    display: none; } }

@media (min-width: 768px) {
  .section-wrapper > section.banner-productSlider.has-recipes-slider {
    padding-right: 0; }
  .section-wrapper > section.banner-productSlider:has(.recipes-slider) {
    padding-right: 0; } }

.banner-productSlider .content-wrapper.has-recipes-slider {
  width: 100%; }

.banner-productSlider .content-wrapper:has(.recipes-slider) {
  width: 100%; }

@media (max-width: 767px) {
  .section-wrapper .text-with-content-wrapper.has-recipes-slider {
    width: 100%; }
    .section-wrapper .text-with-content-wrapper.has-recipes-slider article > * {
      margin-left: auto;
      margin-right: auto; }
  .section-wrapper .text-with-content-wrapper:has(.recipes-slider) {
    width: 100%; }
    .section-wrapper .text-with-content-wrapper:has(.recipes-slider) article > * {
      margin-left: auto;
      margin-right: auto; }
  .section-wrapper .text-with-content-wrapper .recipes-slider .flickity-viewport {
    overflow: visible; } }

.cta-grid.two-col .single-article-card {
  max-height: 350px; }

.single-article-card {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  outline: 4px solid transparent;
  transition: outline-color 0.2s ease; }
  .single-article-card:before {
    content: none; }
  .single-article-card:hover {
    outline-color: var(--color-orange); }
  .single-article-card img, .single-article-card picture {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center; }
  .single-article-card .article-card-body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    color: var(--color-white);
    padding: max(24px, min(6%, 40px));
    height: auto;
    min-height: 100%; }
    .single-article-card .article-card-body::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
      z-index: 1; }
    .single-article-card .article-card-body p, .single-article-card .article-card-body .p, .single-article-card .article-card-body h3, .single-article-card .article-card-body .h-three {
      z-index: 11; }
  .single-article-card .article-tags {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-beige);
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .single-article-card .article-tags {
        font-size: 14px; } }
  .single-article-card .article-title {
    font-size: max(14px, min(1.25vw, 24px));
    max-width: 70%;
    max-height: 4.2em;
    line-height: 1.4;
    margin: 0 0 20px;
    overflow: hidden;
    color: inherit; }
  .single-article-card .read-more {
    font-size: 14px;
    text-transform: uppercase;
    color: inherit; }
    .single-article-card .read-more:after {
      font-family: "realtree-icon-font";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: var(--color-orange);
      content: var(--icon-font-arrow-long-right);
      margin: 0 0 0 1em;
      vertical-align: 10%;
      width: 2em;
      transition: color 0.3s ease, transform 0.4s ease; }
    @media (hover: hover) {
      .single-article-card .read-more:hover {
        text-decoration: none; }
        .single-article-card .read-more:hover:after {
          color: var(--color-orange);
          transform: translateX(30%); } }
    @media (max-width: 767px) {
      .single-article-card .read-more {
        font-size: 13px; } }
  .single-article-card:hover .read-more:after {
    color: currentColor;
    transform: translateX(30%); }
  @media (max-width: 500px) {
    .single-article-card:before {
      padding-top: 120%; }
    .single-article-card .article-title {
      max-width: unset; } }

.latest-articles-header {
  display: flex;
  padding: 0 0 40px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px; }
  .latest-articles-header h2, .latest-articles-header .h-two {
    font-size: 24px;
    font-weight: 900; }
  .latest-articles-header a.view-all {
    font-size: 14px;
    font-weight: 400; }
    .latest-articles-header a.view-all:after {
      font-family: "realtree-icon-font";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: var(--icon-font-arrow-long-right);
      margin: 0 0 0 1em;
      vertical-align: 10%;
      width: 2em;
      transition: color 0.3s ease, transform 0.4s ease; }
    @media (hover: hover) {
      .latest-articles-header a.view-all:hover {
        text-decoration: none; }
        .latest-articles-header a.view-all:hover:after {
          transform: translateX(30%); } }
    .latest-articles-header a.view-all:after {
      transition: transform 0.4s ease; }
  .latest-articles-header.latest-articles-filter-sort h2, .latest-articles-header.latest-articles-filter-sort .h-two {
    margin-right: auto; }
  .latest-articles-header.latest-articles-filter-sort input,
  .latest-articles-header.latest-articles-filter-sort select {
    all: unset;
    width: 260px;
    max-width: 100%;
    font-size: 16px;
    border: none;
    border-bottom: 2px black solid;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.8em 0;
    display: block;
    box-sizing: border-box;
    text-align: left; }
    @media (max-width: 767px) {
      .latest-articles-header.latest-articles-filter-sort input,
      .latest-articles-header.latest-articles-filter-sort select {
        width: 100%; } }
  .latest-articles-header.latest-articles-filter-sort select {
    background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-down") no-repeat right center;
    background-size: auto 7px; }
  @media (max-width: 767px) {
    .latest-articles-header {
      flex-flow: column nowrap;
      align-items: center;
      text-align: center; }
      .latest-articles-header h2, .latest-articles-header .h-two {
        margin: 0; }
      .latest-articles-header input, .latest-articles-header select {
        width: 100%; } }

.articles-grid-wrapper {
  color: var(--color-white);
  background: var(--color-green);
  padding: 40px max(24px, 3.75%) ; }
  .articles-grid-wrapper p, .articles-grid-wrapper .p,
  .articles-grid-wrapper h3,
  .articles-grid-wrapper .h-three {
    color: #ffffff; }
  .articles-grid-wrapper .articles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 40px 24px; }
    @media (max-width: 1023px) {
      .articles-grid-wrapper .articles-grid {
        grid-template-columns: repeat(2, 1fr); }
        .articles-grid-wrapper .articles-grid .article-card:nth-child(1n+5) {
          display: none; } }
    @media (max-width: 767px) {
      .articles-grid-wrapper .articles-grid {
        grid-template-columns: repeat(1, 1fr); }
        .articles-grid-wrapper .articles-grid .article-card:nth-child(1n+3) {
          display: none; } }
    .page-all-articles .articles-grid-wrapper .articles-grid .article-card:nth-child(1n+3),
    .page-all-ambassadors .articles-grid-wrapper .articles-grid .article-card:nth-child(1n+3),
    .page-wallpapers .articles-grid-wrapper .articles-grid .article-card:nth-child(1n+3),
    .wild-game-recipes .articles-grid-wrapper .articles-grid .article-card:nth-child(1n+3),
    .page-food-plots-land-management .articles-grid-wrapper .articles-grid .article-card:nth-child(1n+3),
    .articles-grid-wrapper .articles-grid .page-game-reports .article-card:nth-child(1n+3) {
      display: flex; }
    .articles-grid-wrapper .articles-grid .article-card {
      display: flex;
      flex-flow: column nowrap; }
      .articles-grid-wrapper .articles-grid .article-card picture {
        display: block;
        position: relative;
        padding-top: 57%;
        background: #C7C7C7;
        margin: 0 0 17px; }
        .articles-grid-wrapper .articles-grid .article-card picture img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .articles-grid-wrapper .articles-grid .article-card .article-date {
        /*TEMP HIDE UNTIL WE CAN SORT BY DATE*/
        display: none !important;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 10px;
        min-height: 1.3em;
        line-height: 1.3; }
      .articles-grid-wrapper .articles-grid .article-card .article-title {
        font-size: 18px;
        font-weight: 900;
        margin: 0 0 12px;
        line-height: 1.4;
        max-height: 2.8em;
        overflow: hidden; }
      .articles-grid-wrapper .articles-grid .article-card .read-more {
        font-size: 14px;
        text-transform: uppercase;
        margin-top: auto; }
        .articles-grid-wrapper .articles-grid .article-card .read-more:after {
          font-family: "realtree-icon-font";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          /* For safety - reset parent styles, that can break glyph codes*/
          font-variant: normal;
          text-transform: none;
          /* fix buttons height, for twitter bootstrap */
          line-height: 1em;
          /* Font smoothing. That was taken from TWBS */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #dfa717;
          content: var(--icon-font-arrow-long-right);
          margin: 0 0 0 1em;
          vertical-align: 10%;
          width: 2em;
          transition: color 0.3s ease, transform 0.4s ease; }
        @media (hover: hover) {
          .articles-grid-wrapper .articles-grid .article-card .read-more:hover {
            text-decoration: none; }
            .articles-grid-wrapper .articles-grid .article-card .read-more:hover:after {
              color: #dfa717;
              transform: translateX(30%); } }
      .articles-grid-wrapper .articles-grid .article-card:hover .read-more:after {
        color: currentColor;
        transform: translateX(30%); }
  .articles-grid-wrapper.articles-with-filters .articles-grid .article-card:nth-child(1n+3) {
    display: flex; }
  .articles-grid-wrapper .latest-articles-footer {
    margin: 80px 0 70px;
    text-align: center; }
    .articles-grid-wrapper .latest-articles-footer .load-more {
      display: inline-block;
      font-size: 14px;
      border: 2px var(--color-black) solid;
      padding: 1em;
      min-width: 280px;
      cursor: pointer; }
      .articles-grid-wrapper .latest-articles-footer .load-more:hover {
        color: var(--color-white);
        background-color: var(--color-black); }

.klevu-latest--black---white .articles-grid-wrapper {
  color: var(--color-black);
  background: var(--color-white); }
  .klevu-latest--black---white .articles-grid-wrapper p, .klevu-latest--black---white .articles-grid-wrapper .p, .klevu-latest--black---white .articles-grid-wrapper h3, .klevu-latest--black---white .articles-grid-wrapper .h-three {
    color: var(--color-black); }

.section-featured-ambassador {
  min-height: 41vw;
  position: relative;
  color: white;
  display: flex; }
  .section-featured-ambassador > picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000; }
    .section-featured-ambassador > picture img {
      position: absolute;
      right: 0;
      top: 0;
      width: auto;
      height: 100%; }
    .section-featured-ambassador > picture:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, #000 0%, #000 45%, rgba(0, 0, 0, 0) 75%); }
  .section-featured-ambassador .content {
    position: relative;
    padding: 80px max(24px, 3.75%) ;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    max-width: 850px; }
    .section-featured-ambassador .content > h4, .section-featured-ambassador .content > .h-four, .section-featured-ambassador .standard-table .content > th, .standard-table .section-featured-ambassador .content > th {
      font-size: max(16px, min(1.1vw, 21px));
      margin-bottom: 1.5em;
      color: var(--color-beige); }
    .section-featured-ambassador .content > h2, .section-featured-ambassador .content > .h-two {
      font-size: max(32px, min(5.2vw, 100px));
      margin-left: -0.2vw;
      margin-bottom: 0.3em; }
    .section-featured-ambassador .content > p, .section-featured-ambassador .content > .p {
      font-size: 16px;
      line-height: 2;
      font-weight: 300;
      margin-bottom: 2em;
      color: var(--color-white); }
    .section-featured-ambassador .content > a {
      font-size: 14px;
      border: var(--color-beige) 2px solid;
      display: inline-block;
      padding: 1em 2em 1em 2.2em; }
      .section-featured-ambassador .content > a:after {
        font-family: "realtree-icon-font";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--color-beige);
        content: var(--icon-font-arrow-long-right);
        margin: 0 0 0 1em;
        vertical-align: 10%;
        width: 2em;
        transition: color 0.3s ease, transform 0.4s ease; }
      @media (hover: hover) {
        .section-featured-ambassador .content > a:hover {
          text-decoration: none; }
          .section-featured-ambassador .content > a:hover:after {
            color: var(--color-black);
            transform: translateX(30%); } }
      .section-featured-ambassador .content > a:hover {
        background-color: var(--color-beige);
        color: var(--color-black); }
  @media (max-width: 767px) {
    .section-featured-ambassador .content {
      width: 100%;
      background: var(--color-black);
      text-align: center;
      align-items: center; }
      .section-featured-ambassador .content > a {
        width: 100%;
        max-width: 360px; }
      .section-featured-ambassador .content picture {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        width: calc(100% + max(24px, 3.75%) + max(24px, 3.75%));
        position: relative;
        overflow: hidden; }
        .section-featured-ambassador .content picture:before {
          content: '';
          position: absolute;
          left: 0;
          top: max(-70px, min(-3.5vw, -40px));
          width: 100%;
          height: max(80px, min(7vw, 140px));
          z-index: 1;
          background: var(--color-black);
          mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat;
          -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat;
          transform: scale(-1, -1); }
        .section-featured-ambassador .content picture img {
          display: block; }
        .section-featured-ambassador .content picture:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 20%); } }

.section-latest-ambassadors {
  background: #EBE9E4;
  color: #000;
  padding: 50px max(24px, 3.75%) ; }
  .section-latest-ambassadors .latest-articles-header {
    padding-bottom: 30px; }
  .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item {
    width: calc(50% - 12px);
    height: 380px;
    margin-right: var(--grid-gap);
    overflow: hidden;
    position: absolute; }
    .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item picture {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      display: block; }
      .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item picture img {
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
        height: 100%;
        object-fit: cover;
        background-position: center; }
      .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item picture:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 70%); }
    .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 20px max(24px, 6%);
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: flex-start;
      width: 100%; }
      .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > h2, .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > .h-two, .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > p, .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > .p {
        max-width: min(350px, 50%); }
      .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > h2, .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > .h-two {
        font-size: max(24px, min(1.7vw, 32px));
        margin-bottom: 0.4em; }
      .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > p, .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > .p {
        font-size: 15px;
        line-height: 2;
        font-weight: 300;
        margin-bottom: 25px;
        max-height: 6em;
        overflow: hidden; }
      .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > a {
        font-size: 14px;
        border: #000 2px solid;
        display: inline-block;
        padding: 1em 2em 1em 2.2em; }
        .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > a:after {
          font-family: "realtree-icon-font";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          /* For safety - reset parent styles, that can break glyph codes*/
          font-variant: normal;
          text-transform: none;
          /* fix buttons height, for twitter bootstrap */
          line-height: 1em;
          /* Font smoothing. That was taken from TWBS */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #000;
          content: var(--icon-font-arrow-long-right);
          margin: 0 0 0 1em;
          vertical-align: 10%;
          width: 2em;
          transition: color 0.3s ease, transform 0.4s ease; }
        @media (hover: hover) {
          .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > a:hover {
            text-decoration: none; }
            .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > a:hover:after {
              color: #fff;
              transform: translateX(30%); } }
        .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > a:hover {
          background-color: #000;
          color: #fff; }
  .section-latest-ambassadors .latest-ambassadors-carousel .flickity-page-dots {
    position: relative;
    top: auto;
    bottom: auto;
    margin-top: 30px; }
    .section-latest-ambassadors .latest-ambassadors-carousel .flickity-page-dots .flickity-page-dot {
      width: 22px;
      height: 22px;
      margin: 0 2px;
      background: none;
      border: none;
      outline: none;
      box-shadow: none;
      position: relative;
      overflow: visible; }
      .section-latest-ambassadors .latest-ambassadors-carousel .flickity-page-dots .flickity-page-dot:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 12px;
        height: 12px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: #404549;
        transition: background-color 0.2s ease; }
      .section-latest-ambassadors .latest-ambassadors-carousel .flickity-page-dots .flickity-page-dot:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 10px;
        height: 10px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 2px #000 solid;
        transition: all 0.2s ease; }
      .section-latest-ambassadors .latest-ambassadors-carousel .flickity-page-dots .flickity-page-dot:hover:before, .section-latest-ambassadors .latest-ambassadors-carousel .flickity-page-dots .flickity-page-dot.is-selected:before {
        background-color: #000; }
      .section-latest-ambassadors .latest-ambassadors-carousel .flickity-page-dots .flickity-page-dot:hover:after, .section-latest-ambassadors .latest-ambassadors-carousel .flickity-page-dots .flickity-page-dot.is-selected:after {
        width: 20px;
        height: 20px; }
  @media (max-width: 1023px) {
    .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item {
      width: 100%; } }
  @media (max-width: 767px) {
    .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item {
      height: auto;
      display: flex;
      flex-flow: column nowrap; }
      .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item picture {
        position: relative;
        height: auto; }
        .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item picture:after {
          content: none; }
        .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item picture:before {
          content: '';
          display: block;
          padding-top: 75%; }
        .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item picture img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
      .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content {
        position: relative;
        top: auto;
        right: auto;
        height: auto;
        padding: 30px 24px;
        flex: 1 0 auto;
        background: var(--color-white); }
        .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > h2, .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > .h-two, .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > p, .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > .p {
          max-width: unset; }
        .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > p, .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > .p {
          min-height: 6em; }
        .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > a {
          margin-top: auto;
          padding: 0;
          border: none; }
          .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > a:hover {
            background-color: unset;
            color: inherit; }
            .section-latest-ambassadors .latest-ambassadors-carousel .carousel-item .content > a:hover:after {
              color: inherit;
              transform: translateX(30%); } }

.section-instagram-posts {
  padding: 60px max(24px, 3.75%) 70px ; }
  .section-instagram-posts .title {
    text-align: center; }
    .section-instagram-posts .title .logo {
      height: 215px;
      background: url("https://realtree.a.bigcontent.io/v1/static/logo-realtree-instagram") center no-repeat;
      margin-bottom: 26px; }
    .section-instagram-posts .title p, .section-instagram-posts .title .p {
      font-size: max(16px, min(1.4vw, 27px));
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 26px; }
      .section-instagram-posts .title p u, .section-instagram-posts .title .p u {
        text-decoration: none;
        border-bottom: 2px #000 solid; }
        .section-instagram-posts .title p u:before, .section-instagram-posts .title .p u:before {
          content: "\00a0\00a0\00a0"; }
    .section-instagram-posts .title h2, .section-instagram-posts .title .h-two {
      font-size: max(20px, min(2.92vw, 56px));
      margin-bottom: 80px; }
      .section-instagram-posts .title h2 i, .section-instagram-posts .title .h-two i {
        font-style: normal;
        font-weight: 400; }
  .section-instagram-posts .eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
    display: none; }
  .section-instagram-posts .footer {
    text-align: center; }
    .section-instagram-posts .footer a {
      font-size: 14px;
      margin: 50px auto 0;
      display: inline-block;
      width: 380px;
      max-width: 100%;
      padding: 1em;
      border: 2px var(--color-black) solid;
      transition: background-color 0.2s ease, color 0.2s ease; }
      .section-instagram-posts .footer a:hover {
        background-color: var(--color-black);
        color: var(--color-white); }

.section-social-banner {
  padding: 120px max(24px, 3.75%) 110px ;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #fff;
  gap: 50px;
  position: relative; }
  .section-social-banner > picture,
  .section-social-banner > picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center; }
  .section-social-banner article {
    position: relative; }
    .section-social-banner article.social-banner-title {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center; }
      .section-social-banner article.social-banner-title .tagline {
        font-size: max(18px, min(1.09vw, 21px));
        color: var(--color-orange);
        font-weight: 900;
        margin-bottom: 1em; }
      .section-social-banner article.social-banner-title h2, .section-social-banner article.social-banner-title .h-two {
        font-size: max(48px, min(5.2vw, 100px));
        margin-bottom: 0.34em;
        margin-left: -0.05em; }
      .section-social-banner article.social-banner-title p, .section-social-banner article.social-banner-title .p {
        font-size: 16px;
        max-width: 650px;
        line-height: 2; }
  .section-social-banner .social-widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px; }
    .section-social-banner .social-widget .social-card {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      @media (hover: hover) {
        .section-social-banner .social-widget .social-card:hover {
          color: var(--color-orange); }
          .section-social-banner .social-widget .social-card:hover figure {
            background-color: var(--color-orange); }
            .section-social-banner .social-widget .social-card:hover figure .icon {
              background-color: var(--color-white); } }
      .section-social-banner .social-widget .social-card figure {
        height: 126px;
        width: 126px;
        position: relative;
        border-radius: 50%;
        border: 2px var(--color-orange) solid;
        background-color: transparent;
        transition: background-color 0.2s ease, border-color 0.2s ease;
        flex: 0 0 auto; }
        .section-social-banner .social-widget .social-card figure .icon {
          background: var(--color-orange);
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: background-color 0.2s ease; }
          .section-social-banner .social-widget .social-card figure .icon[name=facebook] {
            height: 40%; }
          .section-social-banner .social-widget .social-card figure .icon[name=twitter] {
            height: 32%; }
          .section-social-banner .social-widget .social-card figure .icon[name=instagram] {
            height: 35%; }
          .section-social-banner .social-widget .social-card figure .icon[name=youtube] {
            height: 30%; }
          .section-social-banner .social-widget .social-card figure .icon[name=linkedin] {
            height: 24%; }
          .section-social-banner .social-widget .social-card figure .icon[name=pinterest] {
            height: 30%; }
      .section-social-banner .social-widget .social-card address {
        font-size: 16px;
        line-height: 2;
        padding-left: 24px;
        text-transform: initial; }
        .section-social-banner .social-widget .social-card address .platform-name {
          display: none; }
        .section-social-banner .social-widget .social-card address strong {
          color: var(--color-orange); }
  @media (max-width: 1023px) {
    .section-social-banner {
      grid-template-columns: 1fr; } }
  @media (max-width: 767px) {
    .section-social-banner article.social-banner-title {
      text-align: center; }
    .section-social-banner .social-widget {
      grid-template-columns: 1fr;
      gap: 30px; }
      .section-social-banner .social-widget .social-card figure {
        width: 80px;
        height: 80px; } }

.section-banner-subscribe {
  height: max(500px, min(26vw, 26vw));
  position: relative;
  overflow: clip; }
  @media (max-width: 1460px) {
    .section-banner-subscribe {
      height: 34vw; } }
  @media (max-width: 767px) {
    .section-banner-subscribe {
      height: auto; } }
  .section-banner-subscribe img {
    display: block; }
  .section-banner-subscribe .not-phone {
    display: block;
    max-width: 1340px;
    margin: 0 auto; }
    .section-banner-subscribe .not-phone img {
      position: absolute;
      left: 50%;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      transform: translateX(-50%);
      object-fit: cover;
      object-position: center; }

section.promo-banner {
  position: relative;
  margin: -40px auto 0;
  padding: 140px max(24px, 3.75%) ;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: start;
  gap: var(--grid-gap);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat; }
  section.promo-banner .t-top,
  section.promo-banner .t-bottom {
    position: absolute;
    top: 0;
    left: -5px; }
  section.promo-banner .btn-group {
    margin: 1rem auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem; }
  section.promo-banner a {
    color: inherit;
    text-transform: unset;
    text-decoration: underline; }
    section.promo-banner a:hover {
      color: #333333; }
  section.promo-banner article {
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    gap: 1rem; }
  section.promo-banner .icon {
    fill: currentColor;
    color: inherit; }
  section.promo-banner .tagline {
    text-transform: uppercase;
    font-weight: bold; }
  section.promo-banner input {
    all: unset;
    padding: 0.8em 0;
    border: none;
    border-bottom: 2px solid var(--color-black);
    border-radius: 0;
    max-width: 450px;
    width: 100%; }
  section.promo-banner .btn {
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: var(--color-black);
    color: var(--color-white);
    text-decoration: none;
    padding: 0.5rem 1rem; }
  section.promo-banner .btn:hover {
    background: #333333;
    color: white; }
  section.promo-banner p, section.promo-banner .p {
    max-width: 800px;
    line-height: 2;
    text-align: center;
    align-self: center;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    margin-bottom: 30px; }
  section.promo-banner h1, section.promo-banner .h-one,
  section.promo-banner h2,
  section.promo-banner .h-two,
  section.promo-banner h3,
  section.promo-banner .h-three,
  section.promo-banner h4,
  section.promo-banner .h-four,
  section.promo-banner .standard-table th,
  .standard-table section.promo-banner th,
  section.promo-banner h5,
  section.promo-banner .h-five,
  section.promo-banner h6,
  section.promo-banner .h-four {
    text-transform: none;
    color: inherit;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.1; }
  
  section.promo-banner h2,
  section.promo-banner .h-two, section.promo-banner .h-four {
    font-size: max(42px, min(4vw, 76px));
    font-weight: 700; }
    section.promo-banner h2 span, section.promo-banner .h-two span, section.promo-banner .h-four span {
      font-weight: 400; }
  section.promo-banner .newsletter-form {
    width: 100%; }
    section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form {
      font-family: var(--font-family) !important;
      display: flex !important;
      flex-flow: row nowrap !important;
      justify-content: center !important;
      margin-bottom: 10px !important;
      gap: 24px !important; }
      section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form input[type=email] {
        border: none !important;
        border-radius: 0 !important;
        border-bottom: 1px solid black !important;
        font-size: 1rem !important;
        background: none !important;
        background-color: transparent !important;
        margin-right: 1rem !important; }
      section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form .kl-private-reset-css-Xuajs1 {
        margin: 0 !important;
        padding: 0 !important;
        min-height: 0 !important;
        width: auto !important; }
      section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form > .kl-private-reset-css-Xuajs1 {
        width: 100% !important;
        align-items: center; }
        section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
          width: 100% !important;
          justify-content: center; }
          section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1:first-child {
            flex: 1 0 auto !important; }
            section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1:first-child > .kl-private-reset-css-Xuajs1 {
              width: 100% !important; }
          section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1:last-child {
            flex: 0 1 auto !important; }
      @media (max-width: 500px) {
        section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
          flex-flow: row wrap !important;
          justify-content: center !important; }
          section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > :first-child {
            margin-bottom: 20px !important; }
          section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1:first-child {
            width: 100% !important; } }
      section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form button[type=button] {
        all: unset;
        background-color: var(--color-orange) !important;
        border: 2px var(--color-orange) solid !important;
        color: var(--color-black) !important;
        padding: 0 2rem !important;
        text-transform: uppercase !important;
        font-size: 1rem !important;
        transition: background-color 0.2s ease, color 0.2s ease !important;
        cursor: pointer !important;
        white-space: nowrap !important;
        min-height: 48px !important;
        box-sizing: border-box !important;
        border-radius: 0 !important; }
        section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form button[type=button]:hover {
          background: var(--color-white) !important;
          background-color: var(--color-white) !important;
          border: 2px var(--color-white) solid !important;
          color: var(--color-black) !important; }
        section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form button[type=button]:after {
          font-family: "realtree-icon-font";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          /* For safety - reset parent styles, that can break glyph codes*/
          font-variant: normal;
          text-transform: none;
          /* fix buttons height, for twitter bootstrap */
          line-height: 1em;
          /* Font smoothing. That was taken from TWBS */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: var(--color-black);
          content: var(--icon-font-arrow-long-right);
          margin: 0 0 0 1em;
          vertical-align: 10%;
          width: 2em;
          transition: color 0.3s ease, transform 0.4s ease; }
        @media (hover: hover) {
          section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form button[type=button]:hover {
            text-decoration: none; }
            section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form button[type=button]:hover:after {
              color: var(--color-black);
              transform: translateX(30%); } }
        section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form button[type=button].klaviyo-spinner:after {
          position: unset;
          animation: none;
          border: none;
          height: auto;
          box-sizing: unset;
          border-radius: unset; }
      section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form p, section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form .p {
        padding: 0 !important;
        margin: 0 !important; }
        section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form p span, section.promo-banner .newsletter-form .klaviyo-form-Rm7di9 form .p span {
          font-family: var(--font-family) !important;
          font-size: 1rem !important; }
  @media (max-width: 767px) {
    section.promo-banner {
      text-align: center; }
      section.promo-banner form {
        flex-flow: column nowrap;
        align-items: center; }
        section.promo-banner form input {
          max-width: 360px;
          text-align: left; }
        section.promo-banner form button[type=submit],
        section.promo-banner form button.needsclick.go3894874857 {
          width: 100%;
          max-width: 360px; } }
  section.promo-banner.promo-banner-dark input {
    color: var(--color-white);
    border-bottom-color: var(--color-white); }
    section.promo-banner.promo-banner-dark input::-webkit-input-placeholder {
      color: var(--color-darkGray); }
    section.promo-banner.promo-banner-dark input::-moz-placeholder {
      color: var(--color-darkGray); }
    section.promo-banner.promo-banner-dark input:-moz-placeholder {
      color: var(--color-darkGray); }
    section.promo-banner.promo-banner-dark input:-ms-input-placeholder {
      color: var(--color-darkGray); }
    section.promo-banner.promo-banner-dark input::placeholder {
      color: var(--color-darkGray); }
  section.promo-banner.promo-banner-dark a:hover {
    color: var(--color-darkGray); }
  section.promo-banner.promo-banner-dark form [type=submit] {
    background-color: transparent;
    border: 2px var(--color-white) solid;
    color: var(--color-white); }
    section.promo-banner.promo-banner-dark form [type=submit]:hover {
      background: var(--color-white);
      color: var(--color-black); }
    section.promo-banner.promo-banner-dark form [type=submit]:after {
      font-family: "realtree-icon-font";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: var(--color-white);
      content: var(--icon-font-arrow-long-right);
      margin: 0 0 0 1em;
      vertical-align: 10%;
      width: 2em;
      transition: color 0.3s ease, transform 0.4s ease; }
    @media (hover: hover) {
      section.promo-banner.promo-banner-dark form [type=submit]:hover {
        text-decoration: none; }
        section.promo-banner.promo-banner-dark form [type=submit]:hover:after {
          color: var(--color-black);
          transform: translateX(30%); } }

section.related-articles-nav {
  padding: 0 0 20px; }
  section.related-articles-nav h3, section.related-articles-nav .h-three {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px var(--color-black) solid; }
  section.related-articles-nav ul {
    list-style: none; }
    section.related-articles-nav ul li {
      padding: 15px 0;
      border-bottom: 1px var(--color-black) solid; }
      section.related-articles-nav ul li:last-child {
        border-bottom: none; }
      section.related-articles-nav ul li .date {
        font-size: 12px;
        line-height: 1;
        min-height: 1em;
        margin-bottom: 0.8em;
        display: none; }
      section.related-articles-nav ul li .title {
        font-size: 21px;
        font-weight: 700;
        text-transform: none;
        line-height: 1.4;
        margin: 0; }
  @media (max-width: 767px) {
    section.related-articles-nav h3, section.related-articles-nav .h-three {
      text-align: center; } }

.related-articles-2 {
  padding: 50px 0; }
  .related-articles-2 h3, .related-articles-2 .h-three {
    font-size: 24px;
    margin-bottom: 1em; }
  .related-articles-2 .articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 40px var(--grid-gap); }
    .related-articles-2 .articles-grid .article-card {
      display: flex;
      flex-flow: column nowrap; }
      .related-articles-2 .articles-grid .article-card picture {
        display: block;
        position: relative;
        padding-top: 57%;
        background: #C7C7C7;
        margin: 0 0 17px; }
        .related-articles-2 .articles-grid .article-card picture img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .related-articles-2 .articles-grid .article-card .article-date {
        /*TEMP HIDE UNTIL WE CAN SORT BY DATE*/
        display: none !important;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 10px;
        min-height: 1.3em;
        line-height: 1.3; }
        .related-articles-2 .articles-grid .article-card .article-date:empty {
          display: none; }
      .related-articles-2 .articles-grid .article-card .article-title {
        font-size: 26px;
        font-weight: 700;
        margin: 0 0 12px;
        line-height: 1.4;
        max-height: 2.8em;
        overflow: hidden; }
      .related-articles-2 .articles-grid .article-card .read-more {
        font-size: 14px;
        text-transform: uppercase;
        margin-top: auto; }
        .related-articles-2 .articles-grid .article-card .read-more:after {
          font-family: "realtree-icon-font";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          /* For safety - reset parent styles, that can break glyph codes*/
          font-variant: normal;
          text-transform: none;
          /* fix buttons height, for twitter bootstrap */
          line-height: 1em;
          /* Font smoothing. That was taken from TWBS */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: var(--icon-font-arrow-long-right);
          margin: 0 0 0 1em;
          vertical-align: 10%;
          width: 2em;
          transition: color 0.3s ease, transform 0.4s ease; }
        @media (hover: hover) {
          .related-articles-2 .articles-grid .article-card .read-more:hover {
            text-decoration: none; }
            .related-articles-2 .articles-grid .article-card .read-more:hover:after {
              transform: translateX(30%); } }
        .related-articles-2 .articles-grid .article-card .read-more:after {
          transition: transform 0.4s ease; }
      .related-articles-2 .articles-grid .article-card:hover .read-more {
        color: var(--color-orange); }
        .related-articles-2 .articles-grid .article-card:hover .read-more:after {
          color: currentColor;
          transform: translateX(30%); }
  @media (max-width: 767px) {
    .related-articles-2 h3, .related-articles-2 .h-three {
      text-align: center; } }

.section-breadcrumbs {
  padding: 40px max(24px, 3.75%) 0 ; }

ul.breadcrumbs {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding: 0; }
  ul.breadcrumbs li {
    font-size: 14px; }
    ul.breadcrumbs li.icon {
      height: 0.6em;
      padding: 0 1em; }
    ul.breadcrumbs li a {
      display: inline-block;
      border-bottom: 1px var(--color-black) solid;
      line-height: 2;
      font-size: 14px; }
      ul.breadcrumbs li a:hover {
        border-bottom-color: var(--color-orange);
        text-decoration: none; }
    ul.breadcrumbs li:not(:last-child) {
      font-weight: 700; }
    ul.breadcrumbs li:last-child a {
      border-bottom-color: transparent !important; }

section.ambassador-friends {
  padding: 50px 0; }
  section.ambassador-friends h3, section.ambassador-friends .h-three {
    font-size: 24px;
    margin: 0 0 1em; }
  section.ambassador-friends .ambassador-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--grid-gap);
    color: var(--color-black); }
    section.ambassador-friends .ambassador-grid a figure {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      section.ambassador-friends .ambassador-grid a figure img {
        width: 140px;
        height: 140px;
        flex: 0 0 auto;
        object-fit: cover;
        object-position: center; }
      section.ambassador-friends .ambassador-grid a figure figcaption {
        margin-left: 24px; }
        section.ambassador-friends .ambassador-grid a figure figcaption .tagline {
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase;
          margin-bottom: 0.5em; }
        section.ambassador-friends .ambassador-grid a figure figcaption h4, section.ambassador-friends .ambassador-grid a figure figcaption .h-four, section.ambassador-friends .ambassador-grid a figure figcaption .standard-table th, .standard-table section.ambassador-friends .ambassador-grid a figure figcaption th {
          font-size: 24px;
          font-weight: 700;
          text-transform: none; }
  @media (max-width: 767px) {
    section.ambassador-friends .ambassador-grid {
      grid-template-columns: 1fr; }
    section.ambassador-friends h3, section.ambassador-friends .h-three {
      text-align: center; } }

.section-recipes-all .latest-articles-header h2, .section-recipes-all .latest-articles-header .h-two,
.articles-with-filters .latest-articles-header h2,
.articles-with-filters .latest-articles-header .h-two {
  font-weight: 400; }

.section-recipes-all .latest-articles-header input,
.articles-with-filters .latest-articles-header input {
  width: 420px;
  font-weight: 400;
  background: url("https://realtree.a.bigcontent.io/v1/static/ico-search") no-repeat center right;
  background-size: auto 50%;
  text-transform: none; }

.section-recipes-all .articles-filters,
.articles-with-filters .articles-filters {
  margin: 0 0 50px; }
  .section-recipes-all .articles-filters ul,
  .articles-with-filters .articles-filters ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(var(--filters-size), 1fr);
    gap: var(--grid-gap);
    padding: 0; }
    .section-recipes-all .articles-filters ul li,
    .articles-with-filters .articles-filters ul li {
      flex: 1 1 auto;
      display: flex;
      flex-flow: column nowrap; }
      .section-recipes-all .articles-filters ul li label,
      .section-recipes-all .articles-filters ul li select,
      .articles-with-filters .articles-filters ul li label,
      .articles-with-filters .articles-filters ul li select {
        all: unset;
        display: block; }
      .section-recipes-all .articles-filters ul li label,
      .articles-with-filters .articles-filters ul li label {
        font-size: max(16px, min(1.25vw, 24px));
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 0 4px;
        padding: 0.8em 30px;
        line-height: 1;
        background: var(--color-green);
        color: var(--color-darkGray); }
      .section-recipes-all .articles-filters ul li select,
      .articles-with-filters .articles-filters ul li select {
        font-size: max(14px, min(0.94vw, 18px));
        font-weight: 600;
        text-transform: uppercase;
        padding: 1.1em 30px;
        line-height: 1;
        color: #191919;
        background: var(--color-darkGray) url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-down") no-repeat right 30px center/auto 0.5em; }
    @media (max-width: 1200px) {
      .section-recipes-all .articles-filters ul,
      .articles-with-filters .articles-filters ul {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .section-recipes-all .articles-filters ul,
      .articles-with-filters .articles-filters ul {
        grid-template-columns: 1fr; } }

.author-card {
  text-align: center; }
  .author-card picture {
    width: 115px;
    height: 115px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 20px; }
    .author-card picture img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center; }
  .author-card address {
    font-size: 18px;
    line-height: 1.8;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .author-card .social-icons .icon {
    display: inline-block;
    height: 22px;
    aspect-ratio: 1.5; }

/* override body-flex style in page.html */
.body.body-flex {
  padding: 40px max(24px, min(calc((100% - 1340px) * 0.37), 400px)) 90px max(24px, min(calc((100% - 1340px) * 0.63), 400px));
  display: grid;
  grid-template-columns: 1fr 368px;
  gap: 24px max(24px, min(4.3vw, 82px));
  max-width: unset;
  margin: 0; }
  .body.body-flex .right-col {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
    gap: 24px;
    max-width: unset; }
    .body.body-flex .right-col .cta-card,
    .body.body-flex .right-col > * {
      margin-top: 0;
      margin-bottom: 0; }
  @media (max-width: 1023px) {
    .body.body-flex {
      gap: 24px;
      grid-template-columns: 1fr; }
      .body.body-flex .right-col {
        grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .body.body-flex .right-col {
      grid-template-columns: 1fr; } }
  .body.body-flex .article-body {
    max-width: unset; }

.page-two-columns .banner-row.slim-banner,
.page-two-columns .banner-row.super-slim-banner {
  padding-left: max(24px, min(calc((100% - 1340px) * 0.63), 400px));
  padding-right: max(24px, min(calc((100% - 1340px) * 0.37), 400px)); }

.social-banner article h2, .social-banner article .h-two {
  font-size: 24px !important; }

.social-banner .icon {
  width: 100%;
  display: block;
  height: 100%; }

.social-banner figure {
  width: 60px;
  height: 30px; }

.slider-wrapper > .card-slider .cta-card.textp-bottom .cta-card-body.cta-card-body-full .inner {
  transition: outline-color 0.1s ease;
  outline: 4px solid transparent;
  outline-offset: -4px;
  padding-bottom: 12%; }
  .slider-wrapper > .card-slider .cta-card.textp-bottom .cta-card-body.cta-card-body-full .inner:focus, .slider-wrapper > .card-slider .cta-card.textp-bottom .cta-card-body.cta-card-body-full .inner:hover {
    outline: 4px solid var(--active-state);
    outline-offset: -4px; }
  .slider-wrapper > .card-slider .cta-card.textp-bottom .cta-card-body.cta-card-body-full .inner h2, .slider-wrapper > .card-slider .cta-card.textp-bottom .cta-card-body.cta-card-body-full .inner .h-two {
    font-size: max(14px, min(1.25vw, 24px));
    line-height: 1.6 !important;
    font-weight: 900;
    margin: 0 !important;
    width: 100% !important; }

@media (max-width: 767px) {
  .slider-wrapper > .card-slider .flickity-page-dots {
    display: none; }
  .slider-wrapper > .card-slider .flickity-viewport {
    overflow: visible; } }

.section-wrapper .info-card[class*=section] p, .section-wrapper .info-card[class*=section] .p {
  line-height: 1.8;
  margin: 0 0 2em; }
  .section-wrapper .info-card[class*=section] p:has(> strong:only-child), .section-wrapper .info-card[class*=section] .p:has(> strong:only-child) {
    margin-bottom: 0.2em; }
    .section-wrapper .info-card[class*=section] p:has(> strong:only-child) + p:has(> strong:first-child), .section-wrapper .info-card[class*=section] .p:has(> strong:only-child) + p:has(> strong:first-child), .section-wrapper .info-card[class*=section] p:has(> strong:only-child) + .p:has(> strong:first-child), .section-wrapper .info-card[class*=section] .p:has(> strong:only-child) + .p:has(> strong:first-child) {
      margin-top: 2em; }

.section-wrapper .info-card[class*=section] p img, .section-wrapper .info-card[class*=section] .p img,
.section-wrapper .info-card[class*=section] img[class*="image-link"] {
  margin: 40px auto;
  float: none !important;
  display: block !important;
  max-width: 100%;
  width: auto !important;
  height: auto !important; }

.section-wrapper .info-card[class*=section]:first-child img:first-child {
  margin-top: 0; }

.section-wrapper .info-card[class*=section] img[class*="image-link"]:first-child {
  margin-top: 0; }

.section-wrapper .info-card[class*=section] .image-caption {
  font-size: 12px;
  color: var(--color-green);
  display: block;
  margin: 0 0 20px;
  text-align: center; }
  .section-wrapper .info-card[class*=section] .image-caption em {
    font-style: normal; }

.section-wrapper .info-card[class*=section] img + .image-caption {
  margin-top: -36px; }

.section-wrapper .info-card[class*=section] .image-caption + .image-caption {
  margin-top: -24px; }

.section-wrapper .info-card[class*=section] ul, .section-wrapper .info-card[class*=section] ol {
  margin-bottom: 2em; }
  .section-wrapper .info-card[class*=section] ul li, .section-wrapper .info-card[class*=section] ol li {
    margin-bottom: 1em; }

.section-forecaster {
  margin: 0 0 40px; }
  @media (max-width: 767px) {
    .section-forecaster {
      margin: 0 0 24px; } }
  .section-forecaster .forecast-header {
    display: flex;
    flex-flow: row wrap;
    gap: 8px 16px;
    margin: 0 0 24px; }
    .section-forecaster .forecast-header label {
      font-size: 16px;
      margin: 0;
      font-weight: 400;
      display: block;
      padding: 0 0 0.8em; }
    .section-forecaster .forecast-header select {
      all: unset;
      width: 260px;
      max-width: 100%;
      font-size: 16px;
      border: none;
      border-bottom: 2px black solid;
      font-weight: 700;
      padding: 0 0 0.8em;
      display: block;
      box-sizing: border-box;
      text-align: left;
      background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-down") no-repeat right center;
      background-size: auto 7px; }
      .section-forecaster .forecast-header select:focus {
        outline: none; }
    @media (max-width: 767px) {
      .section-forecaster .forecast-header {
        flex-flow: column nowrap; }
        .section-forecaster .forecast-header select {
          width: 100%; } }
  .section-forecaster .forecast-content img {
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: unset; }

.page-contact .klaviyo-form-TuEM5b form {
  font-family: var(--font-family) !important; }
  .page-contact .klaviyo-form-TuEM5b form input {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--color-black) !important;
    font-size: 1rem !important;
    background: none !important;
    background-color: var(--color-white) !important;
    margin-right: 1rem !important; }
  .page-contact .klaviyo-form-TuEM5b form button[type=button] {
    all: unset;
    background-color: var(--color-orange) !important;
    border: 2px var(--color-orange) solid !important;
    color: var(--color-black) !important;
    padding: 0 2rem !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    min-height: 48px !important;
    box-sizing: border-box !important;
    border-radius: 0 !important; }
    .page-contact .klaviyo-form-TuEM5b form button[type=button]:hover {
      background: var(--color-white) !important;
      background-color: var(--color-white) !important;
      border: 2px var(--color-orange) solid !important;
      color: var(--color-black) !important; }
    .page-contact .klaviyo-form-TuEM5b form button[type=button]:after {
      font-family: "realtree-icon-font";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: var(--color-black);
      content: var(--icon-font-arrow-long-right);
      margin: 0 0 0 1em;
      vertical-align: 10%;
      width: 2em;
      transition: color 0.3s ease, transform 0.4s ease; }
    @media (hover: hover) {
      .page-contact .klaviyo-form-TuEM5b form button[type=button]:hover {
        text-decoration: none; }
        .page-contact .klaviyo-form-TuEM5b form button[type=button]:hover:after {
          color: var(--color-black);
          transform: translateX(30%); } }
    .page-contact .klaviyo-form-TuEM5b form button[type=button].klaviyo-spinner:after {
      position: unset;
      animation: none;
      border: none;
      height: auto;
      box-sizing: unset;
      border-radius: unset; }

.image-area-tabs > h4, .image-area-tabs > .h-four, .standard-table .image-area-tabs > th {
  text-align: center; }

.image-area-tabs .image-area-tabs--image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap; }
  .image-area-tabs .image-area-tabs--image img {
    width: auto;
    max-width: 100%; }
    .image-area-tabs .image-area-tabs--image img + .image-caption {
      margin: 8px 0 0 !important; }

.image-area-tabs .image-area-tabs--tabs {
  margin-top: 2em; }
  .image-area-tabs .image-area-tabs--tabs .image-area-tabs--danger h3:before, .image-area-tabs .image-area-tabs--tabs .image-area-tabs--danger .h-three:before {
    content: "\2717";
    font-size: 2em;
    line-height: 0;
    color: red; }

.homepage {
  overflow-x: hidden; }
  .homepage .banner-row.hero-banner {
    padding-top: 15vh;
    padding-bottom: 50vh; }
  .homepage .cta-grid.three-col-masonry .cta-card {
    height: 100%; }
    .homepage .cta-grid.three-col-masonry .cta-card.image-background .background {
      width: 100%; }
  .homepage .section-1 .container {
    position: relative;
    z-index: 110;
    /* overrides until grid is fixed - see RT-1405 */
    margin-top: -27vh; }
    @media (min-width: 1200px) {
      .homepage .section-1 .container {
        margin-top: -40vh; } }
  @media (max-width: 767px) {
    .homepage .banner-row.hero-banner {
      padding-bottom: 80vw; }
    .homepage .section-1 .container {
      margin-top: -70vw; } }
  .homepage .cta-grid.two-col > .container {
    padding: 0 max(40px, min(calc(4.2vw + 24px), 104px)); }
    .homepage .cta-grid.two-col > .container > .row > .col:nth-of-type(n+3) {
      display: none; }
    @media (max-width: 1023px) {
      .homepage .cta-grid.two-col > .container {
        padding: 0; } }
  .homepage .cta-grid.two-col .cta-card {
    max-height: 350px; }
  .homepage .section-wrapper > section.banner-productSlider {
    margin: 0; }
  .homepage .banner-row.xxl-banner {
    padding: 75.5% 0 0;
    background-position: top !important;
    min-height: unset !important; }
  .homepage .section-latest-ambassadors {
    background: none;
    margin-top: -400px;
    position: relative;
    overflow: hidden; }
    .homepage .section-latest-ambassadors > * {
      z-index: 1; }
    .homepage .section-latest-ambassadors:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: max(-70px, min(-3.5vw, -40px));
      width: 100%;
      height: max(80px, min(7vw, 140px));
      z-index: 1;
      background: var(--color-lightGray);
      mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat;
      -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat; }
    .homepage .section-latest-ambassadors:after {
      z-index: 0;
      bottom: auto;
      top: 300px;
      transform: translateY(-50%); }
    .homepage .section-latest-ambassadors:before {
      content: '';
      position: absolute;
      left: 0;
      top: 300px;
      width: 100%;
      height: calc(100% - 300px);
      background: var(--color-lightGray); }
  .homepage section.promo-banner {
    margin: 0; }
  .homepage .section-wrapper > article.three-col {
    padding-bottom: 100px; }
  @media (max-width: 767px) {
    .homepage .section-wrapper > section.gallery-banner .gallery-grid {
      display: flex;
      flex-flow: row nowrap;
      overflow: auto;
      touch-action: pan-x;
      justify-content: flex-start;
      margin-left: calc(-1 * max(24px, 3.75%));
      width: calc(100% + 2 * max(24px, 3.75%));
      padding: 0 max(24px, 3.75%); }
      .homepage .section-wrapper > section.gallery-banner .gallery-grid .hero-card {
        min-width: 250px; }
        .homepage .section-wrapper > section.gallery-banner .gallery-grid .hero-card:hover {
          transform: none;
          outline-offset: -4px; }
    .homepage .cta-grid.two-col > .container > .row {
      grid-template-columns: 1fr; } }
  .homepage .section-wrapper > section.gallery-banner {
    padding-top: 50px;
    padding-bottom: 50px; }
  .homepage .section-wrapper > .slider-wrapper {
    padding-top: 20px;
    padding-bottom: 20px; }

/* overrides until grid is fixed - see RT-1405 */
.homepage,
.hunting-landing,
.hunting-subpage {
  --gridMarginCalc: calc(100% - 2.6rem); }
  @media (min-width: 767px) {
    .homepage .cta-grid.three-col-masonry .row,
    .hunting-landing .cta-grid.three-col-masonry .row,
    .hunting-subpage .cta-grid.three-col-masonry .row {
      grid-template-columns: calc(var(--gridMarginCalc) / 2.84 * 2) calc(var(--gridMarginCalc) / 3.16) !important; }
    .homepage .cta-grid.three-col-masonry .row .col,
    .hunting-landing .cta-grid.three-col-masonry .row .col,
    .hunting-subpage .cta-grid.three-col-masonry .row .col {
      aspect-ratio: inherit !important; } }
  @media (min-width: 1200px) {
    .homepage .cta-grid.three-col-masonry .row,
    .hunting-landing .cta-grid.three-col-masonry .row,
    .hunting-subpage .cta-grid.three-col-masonry .row {
      grid-template-columns: calc(var(--gridMarginCalc) / 2.91 * 2) calc(var(--gridMarginCalc) / 3.09) !important; } }
  @media (min-width: 2100px) {
    .homepage .cta-grid.three-col-masonry .row,
    .hunting-landing .cta-grid.three-col-masonry .row,
    .hunting-subpage .cta-grid.three-col-masonry .row {
      grid-template-columns: calc(var(--gridMarginCalc) / 2.94 * 2) calc(var(--gridMarginCalc) / 3.06) !important; } }

.hunting-subpage .section-0 .banner-row.hero-banner {
  padding-top: 15vh;
  padding-bottom: 50vh; }

.hunting-subpage .section-1 .container {
  position: relative;
  z-index: 110;
  margin-top: -40vh; }
  @media (max-width: 767px) {
    .hunting-subpage .section-1 .container {
      margin-top: -30vh; } }

@media (max-width: 767px) {
  .hunting-subpage .section-1 .cta-grid[class*=section][class*=masonry] .row .col[class*=card] {
    aspect-ratio: unset;
    min-height: 50vw;
    max-height: 60vw; } }

@media (max-width: 360px) {
  .hunting-subpage .section-1 .cta-grid[class*=section][class*=masonry] .row .col[class*=card] {
    aspect-ratio: unset;
    min-height: 70vw;
    max-height: 80vw; } }

.hunting-subpage .section-wrapper > .two-col {
  padding-bottom: 24px; }

.hunting-subpage .section-wrapper > .three-col {
  padding-top: 0; }

.hunting-subpage .section-wrapper > .section-social-banner .t-top {
  background-color: var(--color-lightGray); }

.hunting-subpage .section-wrapper > .section-social-banner .t-bottom {
  background-color: transparent; }

.page-single-column .banner-row.slim-banner,
.page-single-column .banner-row.super-slim-banner {
  padding-left: 0;
  padding-right: 0;
  justify-items: stretch;
  justify-content: stretch;
  align-content: center !important; }
  .page-single-column .banner-row.slim-banner .banner-left,
  .page-single-column .banner-row.super-slim-banner .banner-left {
    max-width: 1224px;
    padding: 0 24px;
    margin: 0 auto; }

.page-single-column section.body {
  padding: 0 0 100px;
  position: relative;
  min-height: 60vh; }
  .page-single-column section.body > div {
    padding: 0 24px;
    max-width: 1224px;
    margin: 0 auto; }
  .page-single-column section.body .body-wrapper {
    padding-left: 0;
    padding-right: 0; }
    .page-single-column section.body .body-wrapper p, .page-single-column section.body .body-wrapper .p {
      line-height: 1.8;
      margin: 0 0 2em; }
      .page-single-column section.body .body-wrapper p:has(> strong:only-child), .page-single-column section.body .body-wrapper .p:has(> strong:only-child) {
        margin-bottom: 0.2em; }
        .page-single-column section.body .body-wrapper p:has(> strong:only-child) + p:has(> strong:first-child), .page-single-column section.body .body-wrapper .p:has(> strong:only-child) + p:has(> strong:first-child), .page-single-column section.body .body-wrapper p:has(> strong:only-child) + .p:has(> strong:first-child), .page-single-column section.body .body-wrapper .p:has(> strong:only-child) + .p:has(> strong:first-child) {
          margin-top: 2em; }
    .page-single-column section.body .body-wrapper p img, .page-single-column section.body .body-wrapper .p img,
    .page-single-column section.body .body-wrapper img[class*="image-link"] {
      margin: 40px auto;
      float: none !important;
      display: block !important;
      max-width: 100%;
      width: auto !important;
      height: auto !important; }
    .page-single-column section.body .body-wrapper:first-child img:first-child {
      margin-top: 0; }
    .page-single-column section.body .body-wrapper img[class*="image-link"]:first-child {
      margin-top: 0; }
    .page-single-column section.body .body-wrapper .image-caption {
      font-size: 12px;
      color: var(--color-green);
      display: block;
      margin: 0 0 20px;
      text-align: center; }
      .page-single-column section.body .body-wrapper .image-caption em {
        font-style: normal; }
    .page-single-column section.body .body-wrapper img + .image-caption {
      margin-top: -36px; }
    .page-single-column section.body .body-wrapper .image-caption + .image-caption {
      margin-top: -24px; }
    .page-single-column section.body .body-wrapper ul, .page-single-column section.body .body-wrapper ol {
      margin-bottom: 2em; }
      .page-single-column section.body .body-wrapper ul li, .page-single-column section.body .body-wrapper ol li {
        margin-bottom: 1em; }

.page-realtree-nation .section-0 {
  background: url("https://realtree.a.bigcontent.io/v1/static/rt-nation-bg-nation") bottom no-repeat, linear-gradient(to bottom, var(--color-darkGray) 50%, var(--color-green) 100%);
  background-size: 100% auto;
  padding-top: 4.2vw;
  padding-bottom: 55vw;
  position: relative;
  overflow: hidden; }
  .page-realtree-nation .section-0:before {
    content: '';
    position: absolute;
    left: 0;
    top: max(-70px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 140px));
    z-index: 1;
    background: var(--color-white);
    mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat;
    -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat; }
  .page-realtree-nation .section-0 .cta-grid .row {
    grid-template-columns: 30% 40% auto !important;
    grid-template-rows: mincss-max(min-content, 0) auto !important;
    align-items: start; }
    .page-realtree-nation .section-0 .cta-grid .row .col:first-child {
      align-self: stretch; }
      .page-realtree-nation .section-0 .cta-grid .row .col:first-child > * {
        height: 100%; }
    .page-realtree-nation .section-0 .cta-grid .row .col:last-child {
      align-self: stretch;
      position: relative; }
    .page-realtree-nation .section-0 .cta-grid .row .col.card-1,
    .page-realtree-nation .section-0 .cta-grid .row .col.card-2 {
      aspect-ratio: 730 / 330; }
    .page-realtree-nation .section-0 .cta-grid .row .rt-365 {
      position: absolute; }
      .page-realtree-nation .section-0 .cta-grid .row .rt-365 #videoResults {
        max-height: unset;
        overflow: hidden !important;
        flex: 1 1 auto;
        justify-content: stretch;
        display: flex;
        flex-flow: column nowrap; }
        .page-realtree-nation .section-0 .cta-grid .row .rt-365 #videoResults article {
          display: flex; }
          .page-realtree-nation .section-0 .cta-grid .row .rt-365 #videoResults article:nth-of-type(n+5) {
            display: none; }
    @media (max-width: 1200px) {
      .page-realtree-nation .section-0 .cta-grid .row {
        grid-template-columns: 1fr 1fr !important; }
        .page-realtree-nation .section-0 .cta-grid .row .col:first-child {
          margin-bottom: unset; }
        .page-realtree-nation .section-0 .cta-grid .row .col:nth-child(1) {
          grid-area: 1/1; }
        .page-realtree-nation .section-0 .cta-grid .row .col:nth-child(4) {
          grid-area: 1/2; }
        .page-realtree-nation .section-0 .cta-grid .row .col:nth-child(2) {
          grid-area: 2/1; }
        .page-realtree-nation .section-0 .cta-grid .row .col:nth-child(3) {
          grid-area: 2/2; } }
    @media (max-width: 1023px) {
      .page-realtree-nation .section-0 .cta-grid .row .col:nth-child(2) {
        grid-area: 2/1/2/3; }
      .page-realtree-nation .section-0 .cta-grid .row .col:nth-child(3) {
        grid-area: 3/1/3/3; } }
    @media (max-width: 767px) {
      .page-realtree-nation .section-0 .cta-grid .row {
        grid-template-columns: 1fr !important; }
        .page-realtree-nation .section-0 .cta-grid .row .col:nth-child(-n+4) {
          grid-area: unset; }
        .page-realtree-nation .section-0 .cta-grid .row .rt-365 {
          position: relative; } }

.page-realtree-nation .section-1 {
  margin-top: -1px;
  margin-bottom: -2px; }
  .page-realtree-nation .section-1 .articles-grid-wrapper {
    padding-top: 0;
    padding-bottom: 60px; }

@media (hover: hover) {
  .page-realtree-nation .section-1 a:hover {
    color: var(--color-orange); } }

.page-realtree-nation .section-2 {
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden; }
  .page-realtree-nation .section-2:before {
    content: '';
    position: absolute;
    left: 0;
    top: max(-70px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 140px));
    z-index: 1;
    background: var(--color-green);
    mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat;
    -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat; }
  .page-realtree-nation .section-2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: max(-70px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 140px));
    z-index: 1;
    background: var(--color-darkGray);
    mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat;
    -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat; }
  .page-realtree-nation .section-2 .articles-grid-wrapper {
    padding-top: 120px !important;
    padding-bottom: 60px; }
  .page-realtree-nation .section-2 .section-featured-ambassador:before {
    content: none; }

.page-realtree-nation .section-4 {
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden; }
  .page-realtree-nation .section-4:before {
    content: '';
    position: absolute;
    left: 0;
    top: max(-70px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 140px));
    z-index: 1;
    background: var(--color-darkGray);
    mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat;
    -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat; }
  .page-realtree-nation .section-4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: max(-70px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 140px));
    z-index: 1;
    background: var(--color-white);
    mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat;
    -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat; }

.page-realtree-nation .section-6 {
  position: relative;
  overflow: hidden; }
  .page-realtree-nation .section-6:before {
    content: '';
    position: absolute;
    left: 0;
    top: max(-70px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 140px));
    z-index: 1;
    background: var(--color-white);
    mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat;
    -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat; }

section.article-banner {
  position: relative;
  overflow: clip; }
  section.article-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2; }
  section.article-banner .texture {
    z-index: 4; }
    section.article-banner .texture.t-top {
      background-color: var(--color-white); }
    section.article-banner .texture.t-bottom {
      background-color: var(--color-lightGray); }
  section.article-banner article {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center; }
    section.article-banner article img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
      z-index: 1; }
    section.article-banner article .content {
      padding: 100px max(24px, min(calc((100% - 1340px) * 0.37), 400px)) 100px max(24px, min(calc((100% - 1340px) * 0.63), 400px));
      color: var(--color-white);
      width: 100%;
      position: relative;
      z-index: 3; }
      section.article-banner article .content .tags {
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        color: var(--color-white);
        text-align: left; }
      section.article-banner article .content h1, section.article-banner article .content .h-one {
        max-width: 900px;
        font-weight: 900;
        font-size: max(32px, min(2.92vw, 56px));
        color: var(--color-beige);
        margin: 30px 0;
        line-height: 1.2; }
      section.article-banner article .content p, section.article-banner article .content .p {
        position: relative;
        z-index: 11; }
      section.article-banner article .content .dateAuthor {
        font-size: 16px;
        text-transform: uppercase;
        color: var(--color-white);
        text-align: left; }
        section.article-banner article .content .dateAuthor .posted,
        section.article-banner article .content .dateAuthor .date {
          font-weight: 700; }
      @media (max-width: 767px) {
        section.article-banner article .content {
          text-align: center; }
          section.article-banner article .content h1, section.article-banner article .content .h-one {
            font-weight: 900; }
          section.article-banner article .content .tags {
            text-align: center; }
          section.article-banner article .content .dateAuthor {
            font-size: 14px;
            text-align: center; } }

section.article-main {
  padding: 40px max(24px, min(calc((100% - 1340px) * 0.37), 400px)) 90px max(24px, min(calc((100% - 1340px) * 0.63), 400px)); }
  section.article-main .article-main-sections {
    display: grid;
    grid-template-columns: 1fr 368px;
    gap: 24px max(24px, min(4.3vw, 82px)); }
    section.article-main .article-main-sections .article-main-content .article-html-content h1, section.article-main .article-main-sections .article-main-content .article-html-content .h-one, section.article-main .article-main-sections .article-main-content .article-html-content h2, section.article-main .article-main-sections .article-main-content .article-html-content .h-two, section.article-main .article-main-sections .article-main-content .article-html-content h3, section.article-main .article-main-sections .article-main-content .article-html-content .h-three, section.article-main .article-main-sections .article-main-content .article-html-content h4, section.article-main .article-main-sections .article-main-content .article-html-content .h-four, section.article-main .article-main-sections .article-main-content .article-html-content .standard-table th, .standard-table section.article-main .article-main-sections .article-main-content .article-html-content th, section.article-main .article-main-sections .article-main-content .article-html-content h5, section.article-main .article-main-sections .article-main-content .article-html-content .h-five, section.article-main .article-main-sections .article-main-content .article-html-content h6,
    section.article-main .article-main-sections .article-main-content .article-header h1,
    section.article-main .article-main-sections .article-main-content .article-header .h-one,
    section.article-main .article-main-sections .article-main-content .article-header h2,
    section.article-main .article-main-sections .article-main-content .article-header .h-two,
    section.article-main .article-main-sections .article-main-content .article-header h3,
    section.article-main .article-main-sections .article-main-content .article-header .h-three,
    section.article-main .article-main-sections .article-main-content .article-header h4,
    section.article-main .article-main-sections .article-main-content .article-header .h-four,
    section.article-main .article-main-sections .article-main-content .article-header .standard-table th,
    .standard-table section.article-main .article-main-sections .article-main-content .article-header th,
    section.article-main .article-main-sections .article-main-content .article-header h5,
    section.article-main .article-main-sections .article-main-content .article-header .h-five,
    section.article-main .article-main-sections .article-main-content .article-header h6,
    section.article-main .article-main-sections .article-main-content .article-body h1,
    section.article-main .article-main-sections .article-main-content .article-body .h-one,
    section.article-main .article-main-sections .article-main-content .article-body h2,
    section.article-main .article-main-sections .article-main-content .article-body .h-two,
    section.article-main .article-main-sections .article-main-content .article-body h3,
    section.article-main .article-main-sections .article-main-content .article-body .h-three,
    section.article-main .article-main-sections .article-main-content .article-body h4,
    section.article-main .article-main-sections .article-main-content .article-body .h-four,
    section.article-main .article-main-sections .article-main-content .article-body .standard-table th,
    .standard-table section.article-main .article-main-sections .article-main-content .article-body th,
    section.article-main .article-main-sections .article-main-content .article-body h5,
    section.article-main .article-main-sections .article-main-content .article-body .h-five,
    section.article-main .article-main-sections .article-main-content .article-body h6 {
      font-size: 26px;
      font-weight: 700;
      line-height: 1.4;
      text-transform: none;
      margin-bottom: 1em; }
    section.article-main .article-main-sections .article-main-content .article-html-content .div-gpt-ad,
    section.article-main .article-main-sections .article-main-content .article-header .div-gpt-ad,
    section.article-main .article-main-sections .article-main-content .article-body .div-gpt-ad {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 2em; }
      section.article-main .article-main-sections .article-main-content .article-html-content .div-gpt-ad > div:empty, section.article-main .article-main-sections .article-main-content .article-html-content .div-gpt-ad:has(> div:empty),
      section.article-main .article-main-sections .article-main-content .article-header .div-gpt-ad > div:empty,
      section.article-main .article-main-sections .article-main-content .article-header .div-gpt-ad:has(> div:empty),
      section.article-main .article-main-sections .article-main-content .article-body .div-gpt-ad > div:empty,
      section.article-main .article-main-sections .article-main-content .article-body .div-gpt-ad:has(> div:empty) {
        display: none; }
    section.article-main .article-main-sections .article-main-content .article-html-content .content .field-type-image .field-items img,
    section.article-main .article-main-sections .article-main-content .article-header .content .field-type-image .field-items img,
    section.article-main .article-main-sections .article-main-content .article-body .content .field-type-image .field-items img {
      width: 100% !important;
      height: auto !important; }
    section.article-main .article-main-sections .article-main-content .article-html-content .content .field-type-image .field-items .image-caption,
    section.article-main .article-main-sections .article-main-content .article-header .content .field-type-image .field-items .image-caption,
    section.article-main .article-main-sections .article-main-content .article-body .content .field-type-image .field-items .image-caption {
      margin-top: 1rem; }
    section.article-main .article-main-sections .article-main-content .article-html-content p, section.article-main .article-main-sections .article-main-content .article-html-content .p,
    section.article-main .article-main-sections .article-main-content .article-header p,
    section.article-main .article-main-sections .article-main-content .article-header .p,
    section.article-main .article-main-sections .article-main-content .article-body p,
    section.article-main .article-main-sections .article-main-content .article-body .p {
      font-size: 16px; }
      section.article-main .article-main-sections .article-main-content .article-html-content p a, section.article-main .article-main-sections .article-main-content .article-html-content .p a,
      section.article-main .article-main-sections .article-main-content .article-header p a,
      section.article-main .article-main-sections .article-main-content .article-header .p a,
      section.article-main .article-main-sections .article-main-content .article-body p a,
      section.article-main .article-main-sections .article-main-content .article-body .p a {
        color: var(--color-link-orange); }
        section.article-main .article-main-sections .article-main-content .article-html-content p a:hover, section.article-main .article-main-sections .article-main-content .article-html-content .p a:hover,
        section.article-main .article-main-sections .article-main-content .article-header p a:hover,
        section.article-main .article-main-sections .article-main-content .article-header .p a:hover,
        section.article-main .article-main-sections .article-main-content .article-body p a:hover,
        section.article-main .article-main-sections .article-main-content .article-body .p a:hover {
          text-decoration: underline; }
    section.article-main .article-main-sections .article-main-content .article-html-content p, section.article-main .article-main-sections .article-main-content .article-html-content .p,
    section.article-main .article-main-sections .article-main-content .article-header p,
    section.article-main .article-main-sections .article-main-content .article-header .p,
    section.article-main .article-main-sections .article-main-content .article-body p,
    section.article-main .article-main-sections .article-main-content .article-body .p {
      line-height: 1.8;
      margin: 0 0 2em; }
      section.article-main .article-main-sections .article-main-content .article-html-content p:has(> strong:only-child), section.article-main .article-main-sections .article-main-content .article-html-content .p:has(> strong:only-child),
      section.article-main .article-main-sections .article-main-content .article-header p:has(> strong:only-child),
      section.article-main .article-main-sections .article-main-content .article-header .p:has(> strong:only-child),
      section.article-main .article-main-sections .article-main-content .article-body p:has(> strong:only-child),
      section.article-main .article-main-sections .article-main-content .article-body .p:has(> strong:only-child) {
        margin-bottom: 0.2em; }
        section.article-main .article-main-sections .article-main-content .article-html-content p:has(> strong:only-child) + p:has(> strong:first-child), section.article-main .article-main-sections .article-main-content .article-html-content .p:has(> strong:only-child) + p:has(> strong:first-child), section.article-main .article-main-sections .article-main-content .article-html-content p:has(> strong:only-child) + .p:has(> strong:first-child), section.article-main .article-main-sections .article-main-content .article-html-content .p:has(> strong:only-child) + .p:has(> strong:first-child),
        section.article-main .article-main-sections .article-main-content .article-header p:has(> strong:only-child) + p:has(> strong:first-child),
        section.article-main .article-main-sections .article-main-content .article-header .p:has(> strong:only-child) + p:has(> strong:first-child),
        section.article-main .article-main-sections .article-main-content .article-header p:has(> strong:only-child) + .p:has(> strong:first-child),
        section.article-main .article-main-sections .article-main-content .article-header .p:has(> strong:only-child) + .p:has(> strong:first-child),
        section.article-main .article-main-sections .article-main-content .article-body p:has(> strong:only-child) + p:has(> strong:first-child),
        section.article-main .article-main-sections .article-main-content .article-body .p:has(> strong:only-child) + p:has(> strong:first-child),
        section.article-main .article-main-sections .article-main-content .article-body p:has(> strong:only-child) + .p:has(> strong:first-child),
        section.article-main .article-main-sections .article-main-content .article-body .p:has(> strong:only-child) + .p:has(> strong:first-child) {
          margin-top: 2em; }
    section.article-main .article-main-sections .article-main-content .article-html-content p img, section.article-main .article-main-sections .article-main-content .article-html-content .p img,
    section.article-main .article-main-sections .article-main-content .article-html-content img[class*="image-link"],
    section.article-main .article-main-sections .article-main-content .article-header p img,
    section.article-main .article-main-sections .article-main-content .article-header .p img,
    section.article-main .article-main-sections .article-main-content .article-header img[class*="image-link"],
    section.article-main .article-main-sections .article-main-content .article-body p img,
    section.article-main .article-main-sections .article-main-content .article-body .p img,
    section.article-main .article-main-sections .article-main-content .article-body img[class*="image-link"] {
      margin: 40px auto;
      float: none !important;
      display: block !important;
      max-width: 100%;
      width: auto !important;
      height: auto !important; }
    section.article-main .article-main-sections .article-main-content .article-html-content:first-child img:first-child,
    section.article-main .article-main-sections .article-main-content .article-header:first-child img:first-child,
    section.article-main .article-main-sections .article-main-content .article-body:first-child img:first-child {
      margin-top: 0; }
    section.article-main .article-main-sections .article-main-content .article-html-content img[class*="image-link"]:first-child,
    section.article-main .article-main-sections .article-main-content .article-header img[class*="image-link"]:first-child,
    section.article-main .article-main-sections .article-main-content .article-body img[class*="image-link"]:first-child {
      margin-top: 0; }
    section.article-main .article-main-sections .article-main-content .article-html-content .image-caption,
    section.article-main .article-main-sections .article-main-content .article-header .image-caption,
    section.article-main .article-main-sections .article-main-content .article-body .image-caption {
      font-size: 12px;
      color: var(--color-green);
      display: block;
      margin: 0 0 20px;
      text-align: center; }
      section.article-main .article-main-sections .article-main-content .article-html-content .image-caption em,
      section.article-main .article-main-sections .article-main-content .article-header .image-caption em,
      section.article-main .article-main-sections .article-main-content .article-body .image-caption em {
        font-style: normal; }
    section.article-main .article-main-sections .article-main-content .article-html-content img + .image-caption,
    section.article-main .article-main-sections .article-main-content .article-header img + .image-caption,
    section.article-main .article-main-sections .article-main-content .article-body img + .image-caption {
      margin-top: -36px; }
    section.article-main .article-main-sections .article-main-content .article-html-content .image-caption + .image-caption,
    section.article-main .article-main-sections .article-main-content .article-header .image-caption + .image-caption,
    section.article-main .article-main-sections .article-main-content .article-body .image-caption + .image-caption {
      margin-top: -24px; }
    section.article-main .article-main-sections .article-main-content .article-html-content ul, section.article-main .article-main-sections .article-main-content .article-html-content ol,
    section.article-main .article-main-sections .article-main-content .article-header ul,
    section.article-main .article-main-sections .article-main-content .article-header ol,
    section.article-main .article-main-sections .article-main-content .article-body ul,
    section.article-main .article-main-sections .article-main-content .article-body ol {
      margin-bottom: 2em; }
      section.article-main .article-main-sections .article-main-content .article-html-content ul li, section.article-main .article-main-sections .article-main-content .article-html-content ol li,
      section.article-main .article-main-sections .article-main-content .article-header ul li,
      section.article-main .article-main-sections .article-main-content .article-header ol li,
      section.article-main .article-main-sections .article-main-content .article-body ul li,
      section.article-main .article-main-sections .article-main-content .article-body ol li {
        margin-bottom: 1em; }
    section.article-main .article-main-sections .article-main-content .article-html-content ol, section.article-main .article-main-sections .article-main-content .article-html-content li,
    section.article-main .article-main-sections .article-main-content .article-header ol,
    section.article-main .article-main-sections .article-main-content .article-header li,
    section.article-main .article-main-sections .article-main-content .article-body ol,
    section.article-main .article-main-sections .article-main-content .article-body li {
      list-style: inherit;
      padding-left: 1.5rem; }
    section.article-main .article-main-sections .article-main-content .article-html-content ol,
    section.article-main .article-main-sections .article-main-content .article-header ol,
    section.article-main .article-main-sections .article-main-content .article-body ol {
      list-style: decimal; }
    section.article-main .article-main-sections .article-main-content .article-html-content li,
    section.article-main .article-main-sections .article-main-content .article-header li,
    section.article-main .article-main-sections .article-main-content .article-body li {
      list-style: inside; }
    section.article-main .article-main-sections .article-main-content .article-html-content blockquote, section.article-main .article-main-sections .article-main-content .article-html-content q,
    section.article-main .article-main-sections .article-main-content .article-header blockquote,
    section.article-main .article-main-sections .article-main-content .article-header q,
    section.article-main .article-main-sections .article-main-content .article-body blockquote,
    section.article-main .article-main-sections .article-main-content .article-body q {
      quotes: '"' '"' "'" "'";
      quotes: auto;
      position: relative;
      padding-left: 0.5rem;
      font-style: italic; }
      section.article-main .article-main-sections .article-main-content .article-html-content blockquote p, section.article-main .article-main-sections .article-main-content .article-html-content blockquote .p, section.article-main .article-main-sections .article-main-content .article-html-content q p, section.article-main .article-main-sections .article-main-content .article-html-content q .p,
      section.article-main .article-main-sections .article-main-content .article-header blockquote p,
      section.article-main .article-main-sections .article-main-content .article-header blockquote .p,
      section.article-main .article-main-sections .article-main-content .article-header q p,
      section.article-main .article-main-sections .article-main-content .article-header q .p,
      section.article-main .article-main-sections .article-main-content .article-body blockquote p,
      section.article-main .article-main-sections .article-main-content .article-body blockquote .p,
      section.article-main .article-main-sections .article-main-content .article-body q p,
      section.article-main .article-main-sections .article-main-content .article-body q .p {
        margin: 0.25rem 0.5rem 0.25rem 1rem; }
    section.article-main .article-main-sections .article-main-content .article-html-content blockquote::before,
    section.article-main .article-main-sections .article-main-content .article-html-content q::before,
    section.article-main .article-main-sections .article-main-content .article-header blockquote::before,
    section.article-main .article-main-sections .article-main-content .article-header q::before,
    section.article-main .article-main-sections .article-main-content .article-body blockquote::before,
    section.article-main .article-main-sections .article-main-content .article-body q::before {
      content: open-quote;
      position: absolute;
      font-size: 3rem;
      top: -0.5rem;
      left: 0rem; }
    section.article-main .article-main-sections .article-main-content .article-html-content blockquote::after,
    section.article-main .article-main-sections .article-main-content .article-html-content q::after,
    section.article-main .article-main-sections .article-main-content .article-header blockquote::after,
    section.article-main .article-main-sections .article-main-content .article-header q::after,
    section.article-main .article-main-sections .article-main-content .article-body blockquote::after,
    section.article-main .article-main-sections .article-main-content .article-body q::after {
      content: none; }
    section.article-main .article-main-sections .article-main-content .article-html-content blockquote blockquote::before,
    section.article-main .article-main-sections .article-main-content .article-html-content blockquote q::before,
    section.article-main .article-main-sections .article-main-content .article-html-content blockquote blockquote::after,
    section.article-main .article-main-sections .article-main-content .article-html-content blockquote q::after, section.article-main .article-main-sections .article-main-content .article-html-content q blockquote::before,
    section.article-main .article-main-sections .article-main-content .article-html-content q q::before,
    section.article-main .article-main-sections .article-main-content .article-html-content q blockquote::after,
    section.article-main .article-main-sections .article-main-content .article-html-content q q::after,
    section.article-main .article-main-sections .article-main-content .article-header blockquote blockquote::before,
    section.article-main .article-main-sections .article-main-content .article-header blockquote q::before,
    section.article-main .article-main-sections .article-main-content .article-header blockquote blockquote::after,
    section.article-main .article-main-sections .article-main-content .article-header blockquote q::after,
    section.article-main .article-main-sections .article-main-content .article-header q blockquote::before,
    section.article-main .article-main-sections .article-main-content .article-header q q::before,
    section.article-main .article-main-sections .article-main-content .article-header q blockquote::after,
    section.article-main .article-main-sections .article-main-content .article-header q q::after,
    section.article-main .article-main-sections .article-main-content .article-body blockquote blockquote::before,
    section.article-main .article-main-sections .article-main-content .article-body blockquote q::before,
    section.article-main .article-main-sections .article-main-content .article-body blockquote blockquote::after,
    section.article-main .article-main-sections .article-main-content .article-body blockquote q::after,
    section.article-main .article-main-sections .article-main-content .article-body q blockquote::before,
    section.article-main .article-main-sections .article-main-content .article-body q q::before,
    section.article-main .article-main-sections .article-main-content .article-body q blockquote::after,
    section.article-main .article-main-sections .article-main-content .article-body q q::after {
      content: none !important; }
    section.article-main .article-main-sections .article-main-content .featured-slider .carousel-cell {
      max-height: unset; }
    section.article-main .article-main-sections .article-main-nav {
      display: grid;
      grid-template-columns: 1fr;
      grid-auto-rows: max-content;
      gap: 24px; }
      section.article-main .article-main-sections .article-main-nav image {
        display: block; }
      section.article-main .article-main-sections .article-main-nav .rt-365 {
        max-width: unset; }
      section.article-main .article-main-sections .article-main-nav .div-gpt-ad {
        display: flex;
        justify-content: center;
        align-items: center; }
    section.article-main .article-main-sections .share-this {
      font-size: 16px;
      text-transform: none;
      text-align: right;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: flex-end;
      margin: 0 0 24px;
      display: none; }
      section.article-main .article-main-sections .share-this .icon {
        height: 30px;
        display: inline-block;
        aspect-ratio: 1;
        margin-left: 1em;
        width: unset;
        background-color: var(--color-black);
        transition: background-color 0.2s ease; }
      section.article-main .article-main-sections .share-this:hover .icon {
        background-color: var(--color-orange); }
    @media (max-width: 1023px) {
      section.article-main .article-main-sections {
        gap: 24px;
        grid-template-columns: 1fr; }
        section.article-main .article-main-sections .article-header {
          text-align: center; }
        section.article-main .article-main-sections .share-this {
          justify-content: center; }
        section.article-main .article-main-sections .article-main-nav {
          grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      section.article-main .article-main-sections .related-articles-2 .articles-grid {
        grid-template-columns: 1fr; }
      section.article-main .article-main-sections .article-main-nav {
        grid-template-columns: 1fr; } }

.page-article section.article-main {
  position: relative;
  overflow: hidden; }
  .page-article section.article-main:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: max(-70px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 140px));
    z-index: 1;
    background: var(--color-lightGray);
    mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat;
    -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat;
    transform: scaleY(-1); }

.page-article,
.page-ambassador,
.page-realtree-nation {
  /* This somehow affects sticky top nav on mobile */ }
  .page-article section.article-main,
  .page-ambassador section.article-main,
  .page-realtree-nation section.article-main {
    overflow: clip; }
  .page-article section.slider-wrapper,
  .page-ambassador section.slider-wrapper,
  .page-realtree-nation section.slider-wrapper {
    z-index: unset; }
  .page-article section.promo-banner,
  .page-ambassador section.promo-banner,
  .page-realtree-nation section.promo-banner {
    background-position: top;
    margin-top: -80px; }
    @media (max-width: 800px) {
      .page-article section.promo-banner,
      .page-ambassador section.promo-banner,
      .page-realtree-nation section.promo-banner {
        position: relative;
        overflow: hidden; }
        .page-article section.promo-banner:after,
        .page-ambassador section.promo-banner:after,
        .page-realtree-nation section.promo-banner:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: max(-70px, min(-3.5vw, -40px));
          width: 100%;
          height: max(80px, min(7vw, 140px));
          z-index: 1;
          background: var(--color-black);
          mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat;
          -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat; } }

.page-ambassador .banner-row.super-slim-banner {
  min-height: 400px !important;
  padding: 0;
  justify-content: stretch;
  justify-items: stretch;
  align-content: center !important; }
  .page-ambassador .banner-row.super-slim-banner article {
    padding: 0 max(24px, min(calc((100% - 1340px) * 0.37), 400px)) 0 max(24px, min(calc((100% - 1340px) * 0.63), 400px));
    color: var(--color-white);
    position: relative;
    width: 100%; }
    .page-ambassador .banner-row.super-slim-banner article .tagline {
      font-size: 16px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 1em; }
    .page-ambassador .banner-row.super-slim-banner article h1, .page-ambassador .banner-row.super-slim-banner article .h-one {
      max-width: 900px;
      font-size: max(32px, min(2.92vw, 56px));
      line-height: 1.2; }

.page-ambassador .article-main {
  padding-top: 0; }

.page-ambassador .section-breadcrumbs {
  padding: 40px max(24px, min(calc((100% - 1340px) * 0.37), 400px)) 0 max(24px, min(calc((100% - 1340px) * 0.63), 400px)); }

.page-ambassador .image-slider-wrapper {
  padding: 0;
  margin: 0 0 2rem;
  max-width: unset; }
  .page-ambassador .image-slider-wrapper .flickity-viewport {
    height: auto !important; }
    .page-ambassador .image-slider-wrapper .flickity-viewport:before {
      content: '';
      display: block;
      padding-top: 60%; }
    .page-ambassador .image-slider-wrapper .flickity-viewport .flickity-slider {
      top: 0;
      left: 0; }
  .page-ambassador .image-slider-wrapper .carousel-cell {
    display: block;
    height: 100%; }
    .page-ambassador .image-slider-wrapper .carousel-cell img {
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .page-ambassador .image-slider-wrapper .flickity-button {
    background: none;
    width: 60px;
    height: 60px;
    border-radius: 0;
    transition: transform 0.2s ease;
    transform: none;
    top: calc(50% - 60px * 0.5); }
    .page-ambassador .image-slider-wrapper .flickity-button:focus {
      box-shadow: none; }
    .page-ambassador .image-slider-wrapper .flickity-button.next {
      background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-left") no-repeat center/100% auto;
      right: 0;
      transform-origin: right; }
    .page-ambassador .image-slider-wrapper .flickity-button.previous {
      background: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-btn-right") no-repeat center/100% auto;
      left: 0;
      transform-origin: left; }
    .page-ambassador .image-slider-wrapper .flickity-button svg {
      display: none; }
    @media (hover: hover) {
      .page-ambassador .image-slider-wrapper .flickity-button:hover {
        transform: scale(1.1); } }

.page-ambassador .social-banner article {
  width: 100%; }
  .page-ambassador .social-banner article h2, .page-ambassador .social-banner article .h-two {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px var(--color-black) solid; }
  .page-ambassador .social-banner article nav a {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px var(--color-black) solid; }
    .page-ambassador .social-banner article nav a:last-child {
      border-bottom: none; }
    .page-ambassador .social-banner article nav a address {
      font-size: 16px;
      text-transform: none;
      line-height: 1.4;
      margin: 0; }
      .page-ambassador .social-banner article nav a address .platform-name {
        text-transform: capitalize;
        font-weight: 900; }
      .page-ambassador .social-banner article nav a address strong {
        font-weight: 400; }

.page-ambassador .article-main-content .section-wrapper > section {
  padding-left: 0;
  padding-right: 0; }

.page-ambassador .article-main-content .section-wrapper > .slider-wrapper .product-slider,
.page-ambassador .article-main-content .section-wrapper > .slider-wrapper .heading-grid {
  padding-left: 0;
  padding-right: 0; }

.page-ambassador .article-main-content .section-wrapper > .slider-wrapper .heading-grid {
  margin-bottom: 24px; }

.page-ambassador .article-main-content .section-wrapper > .slider-wrapper .product-slider .flickity-button {
  width: 60px;
  height: 60px; }

@media (max-width: 767px) {
  .page-ambassador .social-banner article h2, .page-ambassador .social-banner article .h-two {
    text-align: center; } }

.wild-game-recipes .body .section-0 {
  position: relative;
  overflow: hidden; }
  .wild-game-recipes .body .section-0:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: max(-70px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 140px));
    z-index: 1;
    background: var(--color-green);
    mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat;
    -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat; }

@media (hover: hover) {
  .wild-game-recipes .section-1 a:hover {
    color: var(--color-orange); } }

.wild-game-recipes .section-1 .articles-grid-wrapper {
  background-color: var(--color-green);
  color: var(--color-white); }

.wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article h1, .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article .h-one, .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article h2, .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article .h-two {
  margin: 0.1em 0 0.3em; }

.wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article p, .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article .p {
  margin: 0 0 2em !important; }

.wild-game-recipes .section-0 > section.banner-productSlider .recipes-mobile-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  opacity: 0;
  pointer-events: none; }

.wild-game-recipes .section-0 > section.banner-productSlider:has(.recipes-slider) {
  padding-right: max(24px, 3.75%); }

@media (min-width: 1400px) {
  .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list {
    display: grid;
    grid-template-columns: 40% auto;
    gap: var(--grid-gap); }
    .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list .article-card.recipe-card:first-of-type {
      grid-area: 1 / 1 / 3 / 1; }
    .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list .article-card.recipe-card:nth-of-type(n+2) {
      flex-flow: row nowrap; }
      .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list .article-card.recipe-card:nth-of-type(n+2) > div:first-of-type {
        display: block;
        flex: 0 0 40%; }
        .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list .article-card.recipe-card:nth-of-type(n+2) > div:first-of-type picture {
          position: relative;
          display: block;
          height: 100%; }
          .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list .article-card.recipe-card:nth-of-type(n+2) > div:first-of-type picture img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
    .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list .article-card.recipe-card:nth-of-type(n+4) {
      display: none; } }

@media (max-width: 1399px) {
  .wild-game-recipes .section-0 > section.banner-productSlider:has(.recipes-slider) {
    padding-right: 0; }
  .wild-game-recipes .section-0 > section.banner-productSlider .content-wrapper {
    width: 100%; }
  .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list {
    display: flex;
    flex-flow: row nowrap;
    gap: var(--grid-gap);
    overflow: auto hidden;
    display: none; }
    .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list .article-card.recipe-card {
      flex: 0 0 340px; }
  .wild-game-recipes .section-0 > section.banner-productSlider .recipes-mobile-slider {
    position: relative;
    opacity: 1;
    pointer-events: auto; } }

@media (max-width: 768px) {
  .wild-game-recipes .section-0 > section.banner-productSlider {
    padding-left: 0; }
    .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article {
      padding: 0 24px;
      justify-content: center; }
      .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article .icon {
        margin: 0 auto; }
      .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article h1, .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article .h-one, .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article h2, .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article .h-two {
        text-align: center; }
      .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article p, .wild-game-recipes .section-0 > section.banner-productSlider .text-with-content-wrapper > article .p {
        text-align: center !important;
        width: 100%; }
    .wild-game-recipes .section-0 > section.banner-productSlider .content-wrapper {
      padding: 0 24px; }
    .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list {
      gap: 8px; }
      .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list .article-card.recipe-card:first-of-type {
        margin-left: 24px; }
      .wild-game-recipes .section-0 > section.banner-productSlider .recipes-generic-list .article-card.recipe-card:last-of-type {
        margin-right: 24px; } }

.wild-game-recipes .articles-grid-wrapper {
  padding-bottom: 120px;
  padding-top: 60px; }

div.article-recipe .recipe-banner,
main.article-recipe .recipe-banner {
  min-height: 540px;
  position: relative;
  overflow: clip; }
  div.article-recipe .recipe-banner img,
  main.article-recipe .recipe-banner img {
    width: 100%;
    min-height: 550px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: block; }
  div.article-recipe .recipe-banner:before,
  main.article-recipe .recipe-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100% - 80px);
    background: url("https://realtree.a.bigcontent.io/v1/static/recipe-table2timber-logo") no-repeat top center;
    background-size: auto;
    z-index: 1; }
  div.article-recipe .recipe-banner .texture,
  main.article-recipe .recipe-banner .texture {
    z-index: 4; }
    div.article-recipe .recipe-banner .texture.t-top,
    main.article-recipe .recipe-banner .texture.t-top {
      background-color: var(--color-white); }
    div.article-recipe .recipe-banner .texture.t-bottom,
    main.article-recipe .recipe-banner .texture.t-bottom {
      background-color: var(--color-lightGray); }

div.article-recipe .recipe-body,
main.article-recipe .recipe-body {
  position: relative;
  z-index: 10;
  background: var(--color-lightGray);
  display: flex; }
  div.article-recipe .recipe-body .recipe-body-inner,
  main.article-recipe .recipe-body .recipe-body-inner {
    max-width: 924px;
    padding: 0 24px;
    margin: -280px auto 100px; }
    div.article-recipe .recipe-body .recipe-body-inner .article-body .markdown.rte-blocks p a, div.article-recipe .recipe-body .recipe-body-inner .article-body .markdown.rte-blocks .p a,
    main.article-recipe .recipe-body .recipe-body-inner .article-body .markdown.rte-blocks p a,
    main.article-recipe .recipe-body .recipe-body-inner .article-body .markdown.rte-blocks .p a {
      color: var(--color-link-orange); }
    div.article-recipe .recipe-body .recipe-body-inner h1, div.article-recipe .recipe-body .recipe-body-inner .h-one, div.article-recipe .recipe-body .recipe-body-inner h2, div.article-recipe .recipe-body .recipe-body-inner .h-two, div.article-recipe .recipe-body .recipe-body-inner h3, div.article-recipe .recipe-body .recipe-body-inner .h-three, div.article-recipe .recipe-body .recipe-body-inner h4, div.article-recipe .recipe-body .recipe-body-inner .h-four, div.article-recipe .recipe-body .recipe-body-inner .standard-table th, .standard-table div.article-recipe .recipe-body .recipe-body-inner th, div.article-recipe .recipe-body .recipe-body-inner h5, div.article-recipe .recipe-body .recipe-body-inner .h-five, div.article-recipe .recipe-body .recipe-body-inner h6,
    main.article-recipe .recipe-body .recipe-body-inner h1,
    main.article-recipe .recipe-body .recipe-body-inner .h-one,
    main.article-recipe .recipe-body .recipe-body-inner h2,
    main.article-recipe .recipe-body .recipe-body-inner .h-two,
    main.article-recipe .recipe-body .recipe-body-inner h3,
    main.article-recipe .recipe-body .recipe-body-inner .h-three,
    main.article-recipe .recipe-body .recipe-body-inner h4,
    main.article-recipe .recipe-body .recipe-body-inner .h-four,
    main.article-recipe .recipe-body .recipe-body-inner .standard-table th,
    .standard-table main.article-recipe .recipe-body .recipe-body-inner th,
    main.article-recipe .recipe-body .recipe-body-inner h5,
    main.article-recipe .recipe-body .recipe-body-inner .h-five,
    main.article-recipe .recipe-body .recipe-body-inner h6 {
      font-size: 26px;
      font-weight: 700;
      line-height: 1.4;
      text-transform: none;
      margin-bottom: 1em; }
    div.article-recipe .recipe-body .recipe-body-inner p, div.article-recipe .recipe-body .recipe-body-inner .p,
    main.article-recipe .recipe-body .recipe-body-inner p,
    main.article-recipe .recipe-body .recipe-body-inner .p {
      line-height: 1.8;
      margin: 0 0 2em; }
      div.article-recipe .recipe-body .recipe-body-inner p:has(> strong:only-child), div.article-recipe .recipe-body .recipe-body-inner .p:has(> strong:only-child),
      main.article-recipe .recipe-body .recipe-body-inner p:has(> strong:only-child),
      main.article-recipe .recipe-body .recipe-body-inner .p:has(> strong:only-child) {
        margin-bottom: 0.2em; }
        div.article-recipe .recipe-body .recipe-body-inner p:has(> strong:only-child) + p:has(> strong:first-child), div.article-recipe .recipe-body .recipe-body-inner .p:has(> strong:only-child) + p:has(> strong:first-child), div.article-recipe .recipe-body .recipe-body-inner p:has(> strong:only-child) + .p:has(> strong:first-child), div.article-recipe .recipe-body .recipe-body-inner .p:has(> strong:only-child) + .p:has(> strong:first-child),
        main.article-recipe .recipe-body .recipe-body-inner p:has(> strong:only-child) + p:has(> strong:first-child),
        main.article-recipe .recipe-body .recipe-body-inner .p:has(> strong:only-child) + p:has(> strong:first-child),
        main.article-recipe .recipe-body .recipe-body-inner p:has(> strong:only-child) + .p:has(> strong:first-child),
        main.article-recipe .recipe-body .recipe-body-inner .p:has(> strong:only-child) + .p:has(> strong:first-child) {
          margin-top: 2em; }
    div.article-recipe .recipe-body .recipe-body-inner p img, div.article-recipe .recipe-body .recipe-body-inner .p img,
    div.article-recipe .recipe-body .recipe-body-inner img[class*="image-link"],
    main.article-recipe .recipe-body .recipe-body-inner p img,
    main.article-recipe .recipe-body .recipe-body-inner .p img,
    main.article-recipe .recipe-body .recipe-body-inner img[class*="image-link"] {
      margin: 40px auto;
      float: none !important;
      display: block !important;
      max-width: 100%;
      width: auto !important;
      height: auto !important; }
    div.article-recipe .recipe-body .recipe-body-inner:first-child img:first-child,
    main.article-recipe .recipe-body .recipe-body-inner:first-child img:first-child {
      margin-top: 0; }
    div.article-recipe .recipe-body .recipe-body-inner img[class*="image-link"]:first-child,
    main.article-recipe .recipe-body .recipe-body-inner img[class*="image-link"]:first-child {
      margin-top: 0; }
    div.article-recipe .recipe-body .recipe-body-inner .image-caption,
    main.article-recipe .recipe-body .recipe-body-inner .image-caption {
      font-size: 12px;
      color: var(--color-green);
      display: block;
      margin: 0 0 20px;
      text-align: center; }
      div.article-recipe .recipe-body .recipe-body-inner .image-caption em,
      main.article-recipe .recipe-body .recipe-body-inner .image-caption em {
        font-style: normal; }
    div.article-recipe .recipe-body .recipe-body-inner img + .image-caption,
    main.article-recipe .recipe-body .recipe-body-inner img + .image-caption {
      margin-top: -36px; }
    div.article-recipe .recipe-body .recipe-body-inner .image-caption + .image-caption,
    main.article-recipe .recipe-body .recipe-body-inner .image-caption + .image-caption {
      margin-top: -24px; }
    div.article-recipe .recipe-body .recipe-body-inner ul, div.article-recipe .recipe-body .recipe-body-inner ol,
    main.article-recipe .recipe-body .recipe-body-inner ul,
    main.article-recipe .recipe-body .recipe-body-inner ol {
      margin-bottom: 2em; }
      div.article-recipe .recipe-body .recipe-body-inner ul li, div.article-recipe .recipe-body .recipe-body-inner ol li,
      main.article-recipe .recipe-body .recipe-body-inner ul li,
      main.article-recipe .recipe-body .recipe-body-inner ol li {
        margin-bottom: 1em; }

div.article-recipe .recipe-summary,
main.article-recipe .recipe-summary {
  background: linear-gradient(to bottom, var(--color-black) 0, var(--color-black) calc(100% - 48px), transparent calc(100% - 48px)), url("https://realtree.a.bigcontent.io/v1/static/bg-recipe-summary-bottom") no-repeat bottom;
  background-size: auto, 100% 48px;
  color: var(--color-lightGray);
  text-align: center;
  padding: max(50px, min(7%, 60px)) max(24px, min(6.25vw, 120px)) max(80px, min(11.5%, 100px));
  margin-bottom: 50px; }
  div.article-recipe .recipe-summary .recipe-caption,
  main.article-recipe .recipe-summary .recipe-caption {
    font-size: max(12px, min(0.83vw, 16px));
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em; }
  div.article-recipe .recipe-summary h1.recipe-title, div.article-recipe .recipe-summary .recipe-title.h-one,
  main.article-recipe .recipe-summary h1.recipe-title,
  main.article-recipe .recipe-summary .recipe-title.h-one {
    font-size: max(18px, min(1.7vw, 32px));
    color: var(--color-beige);
    margin-bottom: 2em;
    line-height: 1.4;
    text-transform: uppercase; }
  div.article-recipe .recipe-summary .info-stats,
  main.article-recipe .recipe-summary .info-stats {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    div.article-recipe .recipe-summary .info-stats .icon-wrapper,
    main.article-recipe .recipe-summary .info-stats .icon-wrapper {
      flex: 0 0 25%;
      border-right: var(--color-lightGray) 1px solid;
      padding: 20px; }
      div.article-recipe .recipe-summary .info-stats .icon-wrapper:last-child,
      main.article-recipe .recipe-summary .info-stats .icon-wrapper:last-child {
        border-right: none; }
      div.article-recipe .recipe-summary .info-stats .icon-wrapper .icon,
      main.article-recipe .recipe-summary .info-stats .icon-wrapper .icon {
        display: inline-block;
        background: var(--color-orange);
        height: 36px;
        margin-bottom: 10px;
        width: unset; }
      div.article-recipe .recipe-summary .info-stats .icon-wrapper p, div.article-recipe .recipe-summary .info-stats .icon-wrapper .p,
      main.article-recipe .recipe-summary .info-stats .icon-wrapper p,
      main.article-recipe .recipe-summary .info-stats .icon-wrapper .p {
        text-transform: uppercase;
        font-weight: 600;
        margin: 0; }
      div.article-recipe .recipe-summary .info-stats .icon-wrapper .time,
      main.article-recipe .recipe-summary .info-stats .icon-wrapper .time {
        font-size: 23px; }
      div.article-recipe .recipe-summary .info-stats .icon-wrapper .small-title,
      main.article-recipe .recipe-summary .info-stats .icon-wrapper .small-title {
        font-size: 10px; }
    @media (max-width: 767px) {
      div.article-recipe .recipe-summary .info-stats .icon-wrapper,
      main.article-recipe .recipe-summary .info-stats .icon-wrapper {
        flex: 0 0 50%;
        border-bottom: var(--color-lightGray) 1px solid; }
        div.article-recipe .recipe-summary .info-stats .icon-wrapper .time,
        main.article-recipe .recipe-summary .info-stats .icon-wrapper .time {
          font-size: 18px; }
      div.article-recipe .recipe-summary .info-stats .icon-wrapper:nth-child(even),
      main.article-recipe .recipe-summary .info-stats .icon-wrapper:nth-child(even) {
        border-right: none; }
      div.article-recipe .recipe-summary .info-stats .icon-wrapper:nth-child(n+3),
      main.article-recipe .recipe-summary .info-stats .icon-wrapper:nth-child(n+3) {
        border-bottom: none; } }

div.article-recipe .recipe-share,
main.article-recipe .recipe-share {
  display: flex;
  justify-content: flex-end;
  display: none; }
  div.article-recipe .recipe-share .share-this,
  main.article-recipe .recipe-share .share-this {
    font-size: 16px;
    text-transform: none;
    text-align: right;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    margin: 12px 0 24px 36px; }
    div.article-recipe .recipe-share .share-this .icon,
    main.article-recipe .recipe-share .share-this .icon {
      height: 30px;
      display: inline-block;
      aspect-ratio: 1;
      margin-left: 1em;
      background-color: var(--color-black);
      transition: background-color 0.2s ease;
      width: unset; }
    div.article-recipe .recipe-share .share-this:hover .icon,
    main.article-recipe .recipe-share .share-this:hover .icon {
      background-color: var(--color-orange); }

div.article-recipe article .markdown,
div.article-recipe [class*="section-imported-content"],
main.article-recipe article .markdown,
main.article-recipe [class*="section-imported-content"] {
  font-size: 18px;
  text-align: center; }
  div.article-recipe article .markdown h1, div.article-recipe article .markdown .h-one, div.article-recipe article .markdown h2, div.article-recipe article .markdown .h-two, div.article-recipe article .markdown h3, div.article-recipe article .markdown .h-three, div.article-recipe article .markdown h4, div.article-recipe article .markdown .h-four, div.article-recipe article .markdown .standard-table th, .standard-table div.article-recipe article .markdown th, div.article-recipe article .markdown h5, div.article-recipe article .markdown .h-five, div.article-recipe article .markdown h6,
  div.article-recipe [class*="section-imported-content"] h1,
  div.article-recipe [class*="section-imported-content"] .h-one,
  div.article-recipe [class*="section-imported-content"] h2,
  div.article-recipe [class*="section-imported-content"] .h-two,
  div.article-recipe [class*="section-imported-content"] h3,
  div.article-recipe [class*="section-imported-content"] .h-three,
  div.article-recipe [class*="section-imported-content"] h4,
  div.article-recipe [class*="section-imported-content"] .h-four,
  div.article-recipe [class*="section-imported-content"] .standard-table th,
  .standard-table div.article-recipe [class*="section-imported-content"] th,
  div.article-recipe [class*="section-imported-content"] h5,
  div.article-recipe [class*="section-imported-content"] .h-five,
  div.article-recipe [class*="section-imported-content"] h6,
  main.article-recipe article .markdown h1,
  main.article-recipe article .markdown .h-one,
  main.article-recipe article .markdown h2,
  main.article-recipe article .markdown .h-two,
  main.article-recipe article .markdown h3,
  main.article-recipe article .markdown .h-three,
  main.article-recipe article .markdown h4,
  main.article-recipe article .markdown .h-four,
  main.article-recipe article .markdown .standard-table th,
  .standard-table main.article-recipe article .markdown th,
  main.article-recipe article .markdown h5,
  main.article-recipe article .markdown .h-five,
  main.article-recipe article .markdown h6,
  main.article-recipe [class*="section-imported-content"] h1,
  main.article-recipe [class*="section-imported-content"] .h-one,
  main.article-recipe [class*="section-imported-content"] h2,
  main.article-recipe [class*="section-imported-content"] .h-two,
  main.article-recipe [class*="section-imported-content"] h3,
  main.article-recipe [class*="section-imported-content"] .h-three,
  main.article-recipe [class*="section-imported-content"] h4,
  main.article-recipe [class*="section-imported-content"] .h-four,
  main.article-recipe [class*="section-imported-content"] .standard-table th,
  .standard-table main.article-recipe [class*="section-imported-content"] th,
  main.article-recipe [class*="section-imported-content"] h5,
  main.article-recipe [class*="section-imported-content"] .h-five,
  main.article-recipe [class*="section-imported-content"] h6 {
    font-size: 32px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2; }
  div.article-recipe article .markdown p, div.article-recipe article .markdown .p,
  div.article-recipe [class*="section-imported-content"] p,
  div.article-recipe [class*="section-imported-content"] .p,
  main.article-recipe article .markdown p,
  main.article-recipe article .markdown .p,
  main.article-recipe [class*="section-imported-content"] p,
  main.article-recipe [class*="section-imported-content"] .p {
    line-height: 1.8; }

div.article-recipe article.recipe-text,
div.article-recipe article.recipe-instructions,
div.article-recipe [class*="section-ingredients"],
div.article-recipe [class*="section-instructions"],
main.article-recipe article.recipe-text,
main.article-recipe article.recipe-instructions,
main.article-recipe [class*="section-ingredients"],
main.article-recipe [class*="section-instructions"] {
  text-align: center; }
  div.article-recipe article.recipe-text h2, div.article-recipe article.recipe-text .h-two,
  div.article-recipe article.recipe-instructions h2,
  div.article-recipe article.recipe-instructions .h-two,
  div.article-recipe [class*="section-ingredients"] h2,
  div.article-recipe [class*="section-ingredients"] .h-two,
  div.article-recipe [class*="section-instructions"] h2,
  div.article-recipe [class*="section-instructions"] .h-two,
  main.article-recipe article.recipe-text h2,
  main.article-recipe article.recipe-text .h-two,
  main.article-recipe article.recipe-instructions h2,
  main.article-recipe article.recipe-instructions .h-two,
  main.article-recipe [class*="section-ingredients"] h2,
  main.article-recipe [class*="section-ingredients"] .h-two,
  main.article-recipe [class*="section-instructions"] h2,
  main.article-recipe [class*="section-instructions"] .h-two {
    font-size: 32px;
    padding: 0.7em 0;
    border-top: black 2px solid;
    border-bottom: black 2px solid;
    margin: 0 0 2em; }
  div.article-recipe article.recipe-text ul, div.article-recipe article.recipe-text p, div.article-recipe article.recipe-text .p,
  div.article-recipe article.recipe-instructions ul,
  div.article-recipe article.recipe-instructions p,
  div.article-recipe article.recipe-instructions .p,
  div.article-recipe [class*="section-ingredients"] ul,
  div.article-recipe [class*="section-ingredients"] p,
  div.article-recipe [class*="section-ingredients"] .p,
  div.article-recipe [class*="section-instructions"] ul,
  div.article-recipe [class*="section-instructions"] p,
  div.article-recipe [class*="section-instructions"] .p,
  main.article-recipe article.recipe-text ul,
  main.article-recipe article.recipe-text p,
  main.article-recipe article.recipe-text .p,
  main.article-recipe article.recipe-instructions ul,
  main.article-recipe article.recipe-instructions p,
  main.article-recipe article.recipe-instructions .p,
  main.article-recipe [class*="section-ingredients"] ul,
  main.article-recipe [class*="section-ingredients"] p,
  main.article-recipe [class*="section-ingredients"] .p,
  main.article-recipe [class*="section-instructions"] ul,
  main.article-recipe [class*="section-instructions"] p,
  main.article-recipe [class*="section-instructions"] .p {
    font-size: 24px;
    margin: 0 0 2em;
    line-height: 1.8; }
    div.article-recipe article.recipe-text ul p, div.article-recipe article.recipe-text ul .p, div.article-recipe article.recipe-text p p, div.article-recipe article.recipe-text .p p, div.article-recipe article.recipe-text p .p, div.article-recipe article.recipe-text .p .p,
    div.article-recipe article.recipe-instructions ul p,
    div.article-recipe article.recipe-instructions ul .p,
    div.article-recipe article.recipe-instructions p p,
    div.article-recipe article.recipe-instructions .p p,
    div.article-recipe article.recipe-instructions p .p,
    div.article-recipe article.recipe-instructions .p .p,
    div.article-recipe [class*="section-ingredients"] ul p,
    div.article-recipe [class*="section-ingredients"] ul .p,
    div.article-recipe [class*="section-ingredients"] p p,
    div.article-recipe [class*="section-ingredients"] .p p,
    div.article-recipe [class*="section-ingredients"] p .p,
    div.article-recipe [class*="section-ingredients"] .p .p,
    div.article-recipe [class*="section-instructions"] ul p,
    div.article-recipe [class*="section-instructions"] ul .p,
    div.article-recipe [class*="section-instructions"] p p,
    div.article-recipe [class*="section-instructions"] .p p,
    div.article-recipe [class*="section-instructions"] p .p,
    div.article-recipe [class*="section-instructions"] .p .p,
    main.article-recipe article.recipe-text ul p,
    main.article-recipe article.recipe-text ul .p,
    main.article-recipe article.recipe-text p p,
    main.article-recipe article.recipe-text .p p,
    main.article-recipe article.recipe-text p .p,
    main.article-recipe article.recipe-text .p .p,
    main.article-recipe article.recipe-instructions ul p,
    main.article-recipe article.recipe-instructions ul .p,
    main.article-recipe article.recipe-instructions p p,
    main.article-recipe article.recipe-instructions .p p,
    main.article-recipe article.recipe-instructions p .p,
    main.article-recipe article.recipe-instructions .p .p,
    main.article-recipe [class*="section-ingredients"] ul p,
    main.article-recipe [class*="section-ingredients"] ul .p,
    main.article-recipe [class*="section-ingredients"] p p,
    main.article-recipe [class*="section-ingredients"] .p p,
    main.article-recipe [class*="section-ingredients"] p .p,
    main.article-recipe [class*="section-ingredients"] .p .p,
    main.article-recipe [class*="section-instructions"] ul p,
    main.article-recipe [class*="section-instructions"] ul .p,
    main.article-recipe [class*="section-instructions"] p p,
    main.article-recipe [class*="section-instructions"] .p p,
    main.article-recipe [class*="section-instructions"] p .p,
    main.article-recipe [class*="section-instructions"] .p .p {
      margin: 0; }
  div.article-recipe article.recipe-text p + ul, div.article-recipe article.recipe-text .p + ul,
  div.article-recipe article.recipe-instructions p + ul,
  div.article-recipe article.recipe-instructions .p + ul,
  div.article-recipe [class*="section-ingredients"] p + ul,
  div.article-recipe [class*="section-ingredients"] .p + ul,
  div.article-recipe [class*="section-instructions"] p + ul,
  div.article-recipe [class*="section-instructions"] .p + ul,
  main.article-recipe article.recipe-text p + ul,
  main.article-recipe article.recipe-text .p + ul,
  main.article-recipe article.recipe-instructions p + ul,
  main.article-recipe article.recipe-instructions .p + ul,
  main.article-recipe [class*="section-ingredients"] p + ul,
  main.article-recipe [class*="section-ingredients"] .p + ul,
  main.article-recipe [class*="section-instructions"] p + ul,
  main.article-recipe [class*="section-instructions"] .p + ul {
    margin-top: -2em; }
  @media (max-width: 767px) {
    div.article-recipe article.recipe-text ul, div.article-recipe article.recipe-text p, div.article-recipe article.recipe-text .p,
    div.article-recipe article.recipe-instructions ul,
    div.article-recipe article.recipe-instructions p,
    div.article-recipe article.recipe-instructions .p,
    div.article-recipe [class*="section-ingredients"] ul,
    div.article-recipe [class*="section-ingredients"] p,
    div.article-recipe [class*="section-ingredients"] .p,
    div.article-recipe [class*="section-instructions"] ul,
    div.article-recipe [class*="section-instructions"] p,
    div.article-recipe [class*="section-instructions"] .p,
    main.article-recipe article.recipe-text ul,
    main.article-recipe article.recipe-text p,
    main.article-recipe article.recipe-text .p,
    main.article-recipe article.recipe-instructions ul,
    main.article-recipe article.recipe-instructions p,
    main.article-recipe article.recipe-instructions .p,
    main.article-recipe [class*="section-ingredients"] ul,
    main.article-recipe [class*="section-ingredients"] p,
    main.article-recipe [class*="section-ingredients"] .p,
    main.article-recipe [class*="section-instructions"] ul,
    main.article-recipe [class*="section-instructions"] p,
    main.article-recipe [class*="section-instructions"] .p {
      font-size: 16px; } }

div.article-recipe article.recipe-instructions,
div.article-recipe [class*="section-instructions"],
main.article-recipe article.recipe-instructions,
main.article-recipe [class*="section-instructions"] {
  margin: 100px 0 0; }
  div.article-recipe article.recipe-instructions ul,
  div.article-recipe article.recipe-instructions p,
  div.article-recipe article.recipe-instructions .p,
  div.article-recipe [class*="section-instructions"] ul,
  div.article-recipe [class*="section-instructions"] p,
  div.article-recipe [class*="section-instructions"] .p,
  main.article-recipe article.recipe-instructions ul,
  main.article-recipe article.recipe-instructions p,
  main.article-recipe article.recipe-instructions .p,
  main.article-recipe [class*="section-instructions"] ul,
  main.article-recipe [class*="section-instructions"] p,
  main.article-recipe [class*="section-instructions"] .p {
    font-size: 18px; }
  div.article-recipe article.recipe-instructions img,
  div.article-recipe [class*="section-instructions"] img,
  main.article-recipe article.recipe-instructions img,
  main.article-recipe [class*="section-instructions"] img {
    display: block;
    width: 100%;
    margin: 4em 0 0; }
  div.article-recipe article.recipe-instructions figcaption,
  div.article-recipe [class*="section-instructions"] figcaption,
  main.article-recipe article.recipe-instructions figcaption,
  main.article-recipe [class*="section-instructions"] figcaption {
    font-size: 14px;
    margin: 0.5em 0 4em; }
  @media (max-width: 767px) {
    div.article-recipe article.recipe-instructions,
    div.article-recipe [class*="section-instructions"],
    main.article-recipe article.recipe-instructions,
    main.article-recipe [class*="section-instructions"] {
      margin: 60px 0 0; }
      div.article-recipe article.recipe-instructions ul,
      div.article-recipe article.recipe-instructions p,
      div.article-recipe article.recipe-instructions .p,
      div.article-recipe [class*="section-instructions"] ul,
      div.article-recipe [class*="section-instructions"] p,
      div.article-recipe [class*="section-instructions"] .p,
      main.article-recipe article.recipe-instructions ul,
      main.article-recipe article.recipe-instructions p,
      main.article-recipe article.recipe-instructions .p,
      main.article-recipe [class*="section-instructions"] ul,
      main.article-recipe [class*="section-instructions"] p,
      main.article-recipe [class*="section-instructions"] .p {
        font-size: 16px; } }

div.article-recipe article.recipe-text,
div.article-recipe [class*="section-ingredients"],
main.article-recipe article.recipe-text,
main.article-recipe [class*="section-ingredients"] {
  margin: 80px 0 0;
  padding: 160px 14% 100px;
  position: relative;
  background: linear-gradient(to bottom, transparent 0, transparent 45px, var(--color-white) 45px, var(--color-white) calc(100% - 45px), transparent calc(100% - 40px)); }
  div.article-recipe article.recipe-text:after,
  div.article-recipe [class*="section-ingredients"]:after,
  main.article-recipe article.recipe-text:after,
  main.article-recipe [class*="section-ingredients"]:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    pointer-events: none;
    background: url("https://realtree.a.bigcontent.io/v1/static/bg-recipe-ingredients-top") top no-repeat, url("https://realtree.a.bigcontent.io/v1/static/bg-recipe-ingredients-bottom") bottom no-repeat; }
  @media (max-width: 767px) {
    div.article-recipe article.recipe-text,
    div.article-recipe [class*="section-ingredients"],
    main.article-recipe article.recipe-text,
    main.article-recipe [class*="section-ingredients"] {
      margin: 50px 0 0;
      padding: 100px 24px 80px; } }

div.article-recipe .recipe-authors,
main.article-recipe .recipe-authors {
  margin: 100px 0 0; }

.page-state-drnrs {
  background: var(--color-lightGray);
  min-height: 100vh; }
  .page-state-drnrs .list-state-dnrs {
    padding: 50px 0; }
    .page-state-drnrs .list-state-dnrs ul {
      list-style: none;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: var(--grid-gap);
      padding: 0; }
      @media (max-width: 1023px) {
        .page-state-drnrs .list-state-dnrs ul {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 767px) {
        .page-state-drnrs .list-state-dnrs ul {
          grid-template-columns: repeat(1, 1fr); } }
      .page-state-drnrs .list-state-dnrs ul li {
        background: var(--color-white);
        transition: all ease 0.2s;
        transform-origin: center; }
        .page-state-drnrs .list-state-dnrs ul li:hover {
          transform: scale(1.05); }
        .page-state-drnrs .list-state-dnrs ul li a {
          padding: 30px max(20px, min(14%, 40px)) 20px;
          display: flex;
          flex-flow: column nowrap;
          height: 100%;
          min-height: 200px; }
          .page-state-drnrs .list-state-dnrs ul li a h3, .page-state-drnrs .list-state-dnrs ul li a .h-three {
            font-size: 18px;
            margin: 0 0 1em; }
          .page-state-drnrs .list-state-dnrs ul li a p, .page-state-drnrs .list-state-dnrs ul li a .p {
            font-size: 16px;
            line-height: 1.8;
            margin: 0 0 2em; }
          .page-state-drnrs .list-state-dnrs ul li a .visit-website {
            font-size: 14px;
            margin-top: auto;
            transition: color 0.2s ease; }
            .page-state-drnrs .list-state-dnrs ul li a .visit-website:after {
              font-family: "realtree-icon-font";
              font-style: normal;
              font-weight: normal;
              speak: never;
              display: inline-block;
              text-decoration: inherit;
              width: 1em;
              text-align: center;
              /* For safety - reset parent styles, that can break glyph codes*/
              font-variant: normal;
              text-transform: none;
              /* fix buttons height, for twitter bootstrap */
              line-height: 1em;
              /* Font smoothing. That was taken from TWBS */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: var(--icon-font-arrow-long-right);
              margin: 0 0 0 1em;
              vertical-align: 10%;
              width: 2em;
              transition: color 0.3s ease, transform 0.4s ease; }
            @media (hover: hover) {
              .page-state-drnrs .list-state-dnrs ul li a .visit-website:hover {
                text-decoration: none; }
                .page-state-drnrs .list-state-dnrs ul li a .visit-website:hover:after {
                  transform: translateX(30%); } }
            .page-state-drnrs .list-state-dnrs ul li a .visit-website:after {
              transition: transform 0.4s ease; }
          .page-state-drnrs .list-state-dnrs ul li a:hover {
            color: var(--color-black); }
            .page-state-drnrs .list-state-dnrs ul li a:hover > * {
              color: var(--color-black); }
            .page-state-drnrs .list-state-dnrs ul li a:hover .visit-website {
              color: var(--color-orange); }
              .page-state-drnrs .list-state-dnrs ul li a:hover .visit-website:after {
                color: currentColor;
                transform: translateX(30%); }

.page-wallpapers section.body {
  background: var(--color-white);
  padding-top: 50px; }

.page-wallpapers .markdown p, .page-wallpapers .markdown .p {
  line-height: 1.8;
  margin: 0 0 2em; }

.page-wallpapers section.articles-grid-wrapper {
  padding: 40px 0; }
  .page-wallpapers section.articles-grid-wrapper .articles-grid {
    grid-template-columns: 1fr;
    gap: 32px; }
    .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card {
      min-height: 400px;
      flex-flow: row nowrap;
      background: var(--color-lightGray); }
      .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card picture {
        flex: 0 0 62%;
        padding: 0;
        margin: 0; }
        .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card picture:before {
          content: '';
          display: block;
          padding-top: 56%; }
      @media (max-width: 767px) {
        .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card {
          flex-flow: column nowrap; }
          .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card picture {
            flex: 1 1 auto; } }
      .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card .article-card-body {
        padding: 30px 24px;
        width: 100%;
        display: flex;
        flex-flow: column nowrap; }
        .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card .article-card-body > * {
          display: block; }
        .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card .article-card-body h3, .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card .article-card-body .h-three {
          font-size: max(18px, min(1.25vw, 24px));
          margin: 0 0 1em;
          color: var(--color-black); }
        .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card .article-card-body label {
          font-size: 16px;
          margin: 0 0 0.4em; }
        .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card .article-card-body select {
          all: unset;
          font-size: 14px;
          font-family: inherit;
          background: var(--color-white);
          line-height: 1;
          padding: 1.25em 0.6em;
          margin: 0 0 16px;
          background: var(--color-white) url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-down") right 20px center no-repeat;
          background-size: auto 7px; }
        .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card .article-card-body .download {
          font-size: 14px;
          padding: 0.9em;
          border: 2px var(--color-black) solid;
          display: flex;
          justify-content: center;
          flex-flow: row nowrap;
          align-items: center; }
          .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card .article-card-body .download .icon {
            height: 1.4em;
            aspect-ratio: 1.2;
            margin-left: 1em;
            transition: background-color 0.2s ease; }
          .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card .article-card-body .download:hover {
            color: var(--color-white);
            background: var(--color-black); }
            .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card .article-card-body .download:hover .icon {
              background: var(--color-white); }
          .page-wallpapers section.articles-grid-wrapper .articles-grid .article-card .article-card-body .download:not([href]) {
            pointer-events: none; }

.page-outfitters {
  background: var(--color-lightGray);
  min-height: 100vh; }
  .page-outfitters .list-outfitters {
    padding: 50px 0; }
    .page-outfitters .list-outfitters .latest-articles-header {
      justify-content: flex-end;
      padding-bottom: 24px; }
      .page-outfitters .list-outfitters .latest-articles-header input {
        width: 420px;
        font-weight: 400;
        background: url("https://realtree.a.bigcontent.io/v1/static/ico-search") no-repeat center right;
        background-size: auto 50%;
        text-transform: none; }
        @media (max-width: 767px) {
          .page-outfitters .list-outfitters .latest-articles-header input {
            width: 100%; } }
    .page-outfitters .list-outfitters > ul {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--grid-gap); }
      .page-outfitters .list-outfitters > ul > li {
        background: var(--color-white);
        padding: 40px 40px 30px;
        display: flex;
        flex-flow: column nowrap;
        height: 100%;
        min-height: 270px; }
        .page-outfitters .list-outfitters > ul > li h3, .page-outfitters .list-outfitters > ul > li .h-three {
          font-size: 18px;
          margin: 0 0 1em; }
        .page-outfitters .list-outfitters > ul > li p, .page-outfitters .list-outfitters > ul > li .p {
          font-size: 16px;
          line-height: 1.8;
          margin: 0 0 1.8em;
          max-width: 890px; }
          .page-outfitters .list-outfitters > ul > li p:last-child, .page-outfitters .list-outfitters > ul > li .p:last-child {
            margin: 0; }
        .page-outfitters .list-outfitters > ul > li p > a, .page-outfitters .list-outfitters > ul > li .p > a,
        .page-outfitters .list-outfitters > ul > li .visit-website {
          font-size: 14px; }
          .page-outfitters .list-outfitters > ul > li p > a:after, .page-outfitters .list-outfitters > ul > li .p > a:after,
          .page-outfitters .list-outfitters > ul > li .visit-website:after {
            font-family: "realtree-icon-font";
            font-style: normal;
            font-weight: normal;
            speak: never;
            display: inline-block;
            text-decoration: inherit;
            width: 1em;
            text-align: center;
            /* For safety - reset parent styles, that can break glyph codes*/
            font-variant: normal;
            text-transform: none;
            /* fix buttons height, for twitter bootstrap */
            line-height: 1em;
            /* Font smoothing. That was taken from TWBS */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: var(--color-black);
            content: var(--icon-font-arrow-long-right);
            margin: 0 0 0 1em;
            vertical-align: 10%;
            width: 2em;
            transition: color 0.3s ease, transform 0.4s ease; }
          @media (hover: hover) {
            .page-outfitters .list-outfitters > ul > li p > a:hover, .page-outfitters .list-outfitters > ul > li .p > a:hover,
            .page-outfitters .list-outfitters > ul > li .visit-website:hover {
              text-decoration: none; }
              .page-outfitters .list-outfitters > ul > li p > a:hover:after, .page-outfitters .list-outfitters > ul > li .p > a:hover:after,
              .page-outfitters .list-outfitters > ul > li .visit-website:hover:after {
                color: var(--color-black);
                transform: translateX(30%); } }
        .page-outfitters .list-outfitters > ul > li .visit-website {
          margin: auto 0 0; }
        .page-outfitters .list-outfitters > ul > li ul {
          list-style: none;
          display: flex;
          flex-flow: row wrap;
          gap: 4px;
          order: 100;
          margin: 20px 0 0; }
          .page-outfitters .list-outfitters > ul > li ul li a {
            display: block;
            font-size: 10px;
            font-weight: 600;
            line-height: 1;
            padding: 0.7em 1em;
            border-radius: 2em;
            color: var(--color-green);
            border: 2px var(--color-green) solid;
            pointer-events: none; }
            .page-outfitters .list-outfitters > ul > li ul li a:hover {
              background: var(--color-green);
              color: var(--color-white); }

.page-all-ambassadors .section-featured-ambassador {
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden; }
  .page-all-ambassadors .section-featured-ambassador:before {
    content: '';
    position: absolute;
    left: 0;
    top: max(-70px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 140px));
    z-index: 1;
    background: var(--color-white);
    mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat;
    -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") bottom center/cover no-repeat; }
  .page-all-ambassadors .section-featured-ambassador:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: max(-70px, min(-3.5vw, -40px));
    width: 100%;
    height: max(80px, min(7vw, 140px));
    z-index: 1;
    background: var(--color-lightGray);
    mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat;
    -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/EDGE1-D") top center/cover no-repeat; }

.page-all-articles section.promo-banner,
.page-all-ambassadors section.promo-banner {
  background-position: top;
  min-height: 46vw; }

.page-all-articles .articles-grid-wrapper,
.page-all-ambassadors .articles-grid-wrapper {
  padding-top: 0; }
  .page-all-articles .articles-grid-wrapper h3, .page-all-articles .articles-grid-wrapper .h-three, .page-all-articles .articles-grid-wrapper p, .page-all-articles .articles-grid-wrapper .p,
  .page-all-ambassadors .articles-grid-wrapper h3,
  .page-all-ambassadors .articles-grid-wrapper .h-three,
  .page-all-ambassadors .articles-grid-wrapper p,
  .page-all-ambassadors .articles-grid-wrapper .p {
    color: var(--color-black); }

.page-news-press-releases .articles-grid-wrapper .latest-articles-filter-sort input {
  width: 420px;
  font-weight: 400;
  background: url("https://realtree.a.bigcontent.io/v1/static/ico-search") no-repeat center right;
  background-size: auto 50%;
  text-transform: none; }

.page-news-press-releases .articles-grid-wrapper p, .page-news-press-releases .articles-grid-wrapper .p,
.page-news-press-releases .articles-grid-wrapper h3,
.page-news-press-releases .articles-grid-wrapper .h-three {
  color: var(--color-black); }

.page-food-plots-land-management .articles-grid-wrapper .latest-articles-filter-sort input {
  width: 420px;
  font-weight: 400;
  background: url("https://realtree.a.bigcontent.io/v1/static/ico-search") no-repeat center right;
  background-size: auto 50%;
  text-transform: none; }

.page-food-plots-land-management .articles-grid-wrapper p, .page-food-plots-land-management .articles-grid-wrapper .p,
.page-food-plots-land-management .articles-grid-wrapper h3,
.page-food-plots-land-management .articles-grid-wrapper .h-three {
  color: var(--color-black); }

.page-error .banner-row.slim-banner,
.page-error .banner-row.super-slim-banner {
  padding-left: 0;
  padding-right: 0;
  justify-items: stretch;
  justify-content: stretch; }
  .page-error .banner-row.slim-banner .banner-left,
  .page-error .banner-row.super-slim-banner .banner-left {
    max-width: 1224px;
    padding: 0 24px;
    margin: 0 auto; }
    .page-error .banner-row.slim-banner .banner-left .tagline,
    .page-error .banner-row.super-slim-banner .banner-left .tagline {
      color: var(--color-white); }
    .page-error .banner-row.slim-banner .banner-left h1, .page-error .banner-row.slim-banner .banner-left .h-one,
    .page-error .banner-row.slim-banner .banner-left h2,
    .page-error .banner-row.slim-banner .banner-left .h-two,
    .page-error .banner-row.super-slim-banner .banner-left h1,
    .page-error .banner-row.super-slim-banner .banner-left .h-one,
    .page-error .banner-row.super-slim-banner .banner-left h2,
    .page-error .banner-row.super-slim-banner .banner-left .h-two {
      color: var(--color-beige); }

.page-error .text-row[class*=section] {
  text-align: left;
  padding-left: 0;
  padding-right: 0; }
  .page-error .text-row[class*=section] h1, .page-error .text-row[class*=section] .h-one,
  .page-error .text-row[class*=section] h2,
  .page-error .text-row[class*=section] .h-two,
  .page-error .text-row[class*=section] h3,
  .page-error .text-row[class*=section] .h-three {
    font-size: 24px; }
  .page-error .text-row[class*=section] p, .page-error .text-row[class*=section] .p {
    max-width: unset;
    line-height: 1.8;
    margin: 0 0 2em; }
  .page-error .text-row[class*=section] .rich.btn {
    padding: 1em 3em;
    margin: 0 0 2em; }

.page-contact .three-col h2.main-h2, .page-contact .three-col .main-h2.h-two {
  font-size: max(1.45rem, min(5vw, 3.5rem)); }

.page-contact .section-social-banner[class*=section] .t-top {
  background: var(--color-white); }

.page-contact .klaviyo-form-TuEM5b [data-testid="form-row"] [data-testid="form-component"] {
  padding: 10px 0 !important; }
  .page-contact .klaviyo-form-TuEM5b [data-testid="form-row"] [data-testid="form-component"] .kl-private-reset-css-Xuajs1,
  .page-contact .klaviyo-form-TuEM5b [data-testid="form-row"] [data-testid="form-component"] input, .page-contact .klaviyo-form-TuEM5b [data-testid="form-row"] [data-testid="form-component"] select, .page-contact .klaviyo-form-TuEM5b [data-testid="form-row"] [data-testid="form-component"] button, .page-contact .klaviyo-form-TuEM5b [data-testid="form-row"] [data-testid="form-component"] textarea {
    border-radius: 0 !important; }
  .page-contact .klaviyo-form-TuEM5b [data-testid="form-row"] [data-testid="form-component"] button {
    text-transform: uppercase; }

.page-contact .accordion-list[class*=section] {
  padding: 0 24px;
  margin: 40px auto;
  max-width: 1248px; }

.page-contact .accordion {
  max-width: unset;
  padding: 40px 0 !important; }
  .page-contact .accordion details {
    list-style: none; }
    .page-contact .accordion details .inner {
      padding: 20px 30px !important; }
      .page-contact .accordion details .inner > * {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0; }
    .page-contact .accordion details summary {
      outline: none;
      padding: 1em 30px !important;
      font-size: max(14px, min(1.25vw, 24px)) !important; }
      .page-contact .accordion details summary::marker, .page-contact .accordion details summary::-webkit-details-marker {
        display: none; }
      .page-contact .accordion details summary,
      .page-contact .accordion details summary > div {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center; }
        .page-contact .accordion details summary h4, .page-contact .accordion details summary .h-four, .page-contact .accordion details summary .standard-table th, .standard-table .page-contact .accordion details summary th,
        .page-contact .accordion details summary > div h4,
        .page-contact .accordion details summary > div .h-four,
        .page-contact .accordion details summary > div .standard-table th,
        .standard-table .page-contact .accordion details summary > div th {
          font-size: inherit !important;
          text-align: left; }
        .page-contact .accordion details summary .icon,
        .page-contact .accordion details summary > div .icon {
          display: block;
          width: max(14px, min(0.94vw, 18px));
          transition: transform 0.2s ease;
          flex: 0 0 max(14px, min(0.94vw, 18px)); }
      .page-contact .accordion details summary > div {
        width: 100%; }
    .page-contact .accordion details[open] summary .icon {
      transform: rotate(180deg); }
    @media (max-width: 767px) {
      .page-contact .accordion details .inner,
      .page-contact .accordion details summary {
        padding-left: 20px !important;
        padding-right: 20px !important; } }

.page-contact .section-1 {
  padding: 0 24px;
  margin: 40px auto;
  max-width: 1248px; }

.page-search ul.breadcrumbs {
  margin: 50px auto 20px;
  max-width: 1200px;
  padding: 0 10px; }

.page-search .kuContainer {
  background: none; }

.page-search .kuSearchResultsPageContainer .kuResults ul li .kuProdWrap {
  background: var(--color-white); }

.page-search.body > .wrapper {
  padding-bottom: 80px; }

.page-search .kuFilters[data-position="top"] .kuFilterBox[data-filter^=klevu], .page-search .kuFilters[data-position="top"] .kuFilterBox[data-filter^=blog], .page-search .kuFilters[data-position="top"] .kuFilterBox[data-filter^=recipe], .page-search .kuFilters[data-position="top"] .kuFilterBox[data-filter^=author], .page-search .kuFilters[data-position="top"] .kuFilterBox[data-filter^=article], .page-search .kuFilters[data-position="top"] .kuFilterBox[data-filter^=weapon], .page-search .kuFilters[data-position="top"] .kuFilterBox[data-filter^=wallpaper], .page-search .kuFilters[data-position="top"] .kuFilterBox[data-filter*=Date], .page-search .kuFilters[data-position="top"] .kuFilterBox[data-filter*=date], .page-search .kuFilters[data-position="top"] .kuFilterBox[data-filter*=Time], .page-search .kuFilters[data-position="top"] .kuFilterBox[data-filter*=time] {
  display: none; }

.page-search .kuFiltersTitleHeading {
  font-size: 0; }
  .page-search .kuFiltersTitleHeading:before {
    content: "Suggested Results";
    font-size: 24px;
    margin-bottom: 0.6em;
    display: inline-block; }

.page-search .kuFilters[data-position="top"] {
  padding: 0; }

.page-search .kuFilters[data-position="top"] .kuFilterBox .kuFilterHead {
  margin-left: 0;
  margin-right: 20px; }

.page-search .kuSearchResultsPageContainer .kuDropdown {
  margin-left: 0;
  margin-right: 10px; }

.page-search .kuSearchResultsPageContainer .kuResults ul {
  margin: 0 -10px !important;
  width: calc(100% + 20px) !important; }
  .page-search .kuSearchResultsPageContainer .kuResults ul li {
    padding: 10px; }

.page-search .kuSearchResultsPageContainer .kuPagination a.kuCurrent {
  background: none; }

@media (max-width: 576px) {
  .page-search .kuLandingResultsViewSwitchContainer {
    display: none; } }

.where-to-buy div.page,
.where-to-buy main.page {
  display: block;
  margin: 0 auto;
  padding: 100px 24px;
  max-width: 1224px; }
  .where-to-buy div.page .page-content p, .where-to-buy div.page .page-content .p,
  .where-to-buy main.page .page-content p,
  .where-to-buy main.page .page-content .p {
    line-height: 1.8;
    margin: 0 0 2em; }
    .where-to-buy div.page .page-content p:has(> strong:only-child), .where-to-buy div.page .page-content .p:has(> strong:only-child),
    .where-to-buy main.page .page-content p:has(> strong:only-child),
    .where-to-buy main.page .page-content .p:has(> strong:only-child) {
      margin-bottom: 0.2em; }
      .where-to-buy div.page .page-content p:has(> strong:only-child) + p:has(> strong:first-child), .where-to-buy div.page .page-content .p:has(> strong:only-child) + p:has(> strong:first-child), .where-to-buy div.page .page-content p:has(> strong:only-child) + .p:has(> strong:first-child), .where-to-buy div.page .page-content .p:has(> strong:only-child) + .p:has(> strong:first-child),
      .where-to-buy main.page .page-content p:has(> strong:only-child) + p:has(> strong:first-child),
      .where-to-buy main.page .page-content .p:has(> strong:only-child) + p:has(> strong:first-child),
      .where-to-buy main.page .page-content p:has(> strong:only-child) + .p:has(> strong:first-child),
      .where-to-buy main.page .page-content .p:has(> strong:only-child) + .p:has(> strong:first-child) {
        margin-top: 2em; }
  .where-to-buy div.page .page-content p img, .where-to-buy div.page .page-content .p img,
  .where-to-buy div.page .page-content img[class*="image-link"],
  .where-to-buy main.page .page-content p img,
  .where-to-buy main.page .page-content .p img,
  .where-to-buy main.page .page-content img[class*="image-link"] {
    margin: 40px auto;
    float: none !important;
    display: block !important;
    max-width: 100%;
    width: auto !important;
    height: auto !important; }
  .where-to-buy div.page .page-content:first-child img:first-child,
  .where-to-buy main.page .page-content:first-child img:first-child {
    margin-top: 0; }
  .where-to-buy div.page .page-content img[class*="image-link"]:first-child,
  .where-to-buy main.page .page-content img[class*="image-link"]:first-child {
    margin-top: 0; }
  .where-to-buy div.page .page-content .image-caption,
  .where-to-buy main.page .page-content .image-caption {
    font-size: 12px;
    color: var(--color-green);
    display: block;
    margin: 0 0 20px;
    text-align: center; }
    .where-to-buy div.page .page-content .image-caption em,
    .where-to-buy main.page .page-content .image-caption em {
      font-style: normal; }
  .where-to-buy div.page .page-content img + .image-caption,
  .where-to-buy main.page .page-content img + .image-caption {
    margin-top: -36px; }
  .where-to-buy div.page .page-content .image-caption + .image-caption,
  .where-to-buy main.page .page-content .image-caption + .image-caption {
    margin-top: -24px; }
  .where-to-buy div.page .page-content ul, .where-to-buy div.page .page-content ol,
  .where-to-buy main.page .page-content ul,
  .where-to-buy main.page .page-content ol {
    margin-bottom: 2em; }
    .where-to-buy div.page .page-content ul li, .where-to-buy div.page .page-content ol li,
    .where-to-buy main.page .page-content ul li,
    .where-to-buy main.page .page-content ol li {
      margin-bottom: 1em; }
  .where-to-buy div.page .page-content h1, .where-to-buy div.page .page-content .h-one, .where-to-buy div.page .page-content h2, .where-to-buy div.page .page-content .h-two, .where-to-buy div.page .page-content h3, .where-to-buy div.page .page-content .h-three, .where-to-buy div.page .page-content h4, .where-to-buy div.page .page-content .h-four, .where-to-buy div.page .page-content .standard-table th, .standard-table .where-to-buy div.page .page-content th, .where-to-buy div.page .page-content h5, .where-to-buy div.page .page-content .h-five, .where-to-buy div.page .page-content h6,
  .where-to-buy main.page .page-content h1,
  .where-to-buy main.page .page-content .h-one,
  .where-to-buy main.page .page-content h2,
  .where-to-buy main.page .page-content .h-two,
  .where-to-buy main.page .page-content h3,
  .where-to-buy main.page .page-content .h-three,
  .where-to-buy main.page .page-content h4,
  .where-to-buy main.page .page-content .h-four,
  .where-to-buy main.page .page-content .standard-table th,
  .standard-table .where-to-buy main.page .page-content th,
  .where-to-buy main.page .page-content h5,
  .where-to-buy main.page .page-content .h-five,
  .where-to-buy main.page .page-content h6 {
    margin-bottom: 0.6em; }
  .where-to-buy div.page #storemapper,
  .where-to-buy main.page #storemapper {
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 12px var(--grid-gap);
    grid-template-columns: min(360px, 100%) auto;
    font-family: var(--font-family); }
    .where-to-buy div.page #storemapper > *,
    .where-to-buy main.page #storemapper > * {
      border-radius: 0; }
    .where-to-buy div.page #storemapper .strmpr-map,
    .where-to-buy main.page #storemapper .strmpr-map {
      max-height: 582px;
      grid-row-end: 3; }
    .where-to-buy div.page #storemapper .strmpr-search,
    .where-to-buy main.page #storemapper .strmpr-search {
      height: 40px; }
      .where-to-buy div.page #storemapper .strmpr-search .strmpr-search-box-wrapper .strmpr-search-box,
      .where-to-buy main.page #storemapper .strmpr-search .strmpr-search-box-wrapper .strmpr-search-box {
        height: 40px;
        border-radius: 0;
        border: none;
        font-size: 16px; }
      .where-to-buy div.page #storemapper .strmpr-search .strmpr-search-box-wrapper .strmpr-search-reset,
      .where-to-buy main.page #storemapper .strmpr-search .strmpr-search-box-wrapper .strmpr-search-reset {
        width: 8px;
        opacity: 0.7;
        top: 13px;
        transition: opacity 0.2s ease; }
        .where-to-buy div.page #storemapper .strmpr-search .strmpr-search-box-wrapper .strmpr-search-reset img,
        .where-to-buy main.page #storemapper .strmpr-search .strmpr-search-box-wrapper .strmpr-search-reset img {
          width: 100%;
          aspect-ratio: unset; }
        .where-to-buy div.page #storemapper .strmpr-search .strmpr-search-box-wrapper .strmpr-search-reset:hover,
        .where-to-buy main.page #storemapper .strmpr-search .strmpr-search-box-wrapper .strmpr-search-reset:hover {
          opacity: 1; }
      .where-to-buy div.page #storemapper .strmpr-search .strmpr-dropdown,
      .where-to-buy main.page #storemapper .strmpr-search .strmpr-dropdown {
        min-width: 100px;
        flex: 0 0 100px; }
        .where-to-buy div.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-button,
        .where-to-buy main.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-button {
          height: 100%;
          text-align: left;
          border-right: none;
          border-top: none;
          border-bottom: none;
          font-size: 16px; }
          .where-to-buy div.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-button img,
          .where-to-buy main.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-button img {
            position: absolute;
            right: 9px;
            top: 9px;
            width: 10px;
            height: auto;
            opacity: 0.7;
            transition: opacity 0.2s ease;
            aspect-ratio: unset; }
          .where-to-buy div.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-button:hover img,
          .where-to-buy main.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-button:hover img {
            opacity: 1; }
        .where-to-buy div.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-options,
        .where-to-buy main.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-options {
          min-width: 100px;
          border-radius: 0 !important;
          margin: 0; }
          .where-to-buy div.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-options.active .strmpr-dropdown-option label,
          .where-to-buy main.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-options.active .strmpr-dropdown-option label {
            padding: 15px;
            font-size: 12px; }
          .where-to-buy div.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-options.active .strmpr-dropdown-option:last-child label,
          .where-to-buy main.page #storemapper .strmpr-search .strmpr-dropdown .strmpr-dropdown-options.active .strmpr-dropdown-option:last-child label {
            border-radius: 0; }
      .where-to-buy div.page #storemapper .strmpr-search .strmpr-search-button,
      .where-to-buy main.page #storemapper .strmpr-search .strmpr-search-button {
        height: 40px;
        flex: 0 0 42px;
        border-radius: 0; }
    .where-to-buy div.page #storemapper .strmpr-search-result-filters,
    .where-to-buy main.page #storemapper .strmpr-search-result-filters {
      display: none; }
    .where-to-buy div.page #storemapper .strmpr-search-results,
    .where-to-buy main.page #storemapper .strmpr-search-results {
      height: 100%;
      max-height: 530px;
      overflow-x: hidden;
      overflow-y: auto; }
      .where-to-buy div.page #storemapper .strmpr-search-results .strmpr-search-result,
      .where-to-buy main.page #storemapper .strmpr-search-results .strmpr-search-result {
        border: none;
        border-radius: 0; }
        .where-to-buy div.page #storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-show-on-map,
        .where-to-buy main.page #storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-show-on-map {
          border-radius: 0;
          text-transform: uppercase;
          line-height: 1;
          padding: 1.1em;
          transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease; }
          .where-to-buy div.page #storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-show-on-map:hover,
          .where-to-buy main.page #storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-show-on-map:hover {
            color: #fff;
            background: var(--store-button-color); }
        .where-to-buy div.page #storemapper .strmpr-search-results .strmpr-search-result.strmpr-selected .strmpr-field-show-on-map,
        .where-to-buy main.page #storemapper .strmpr-search-results .strmpr-search-result.strmpr-selected .strmpr-field-show-on-map {
          border-color: var(--color-white); }
        .where-to-buy div.page #storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions,
        .where-to-buy main.page #storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions {
          margin-bottom: 0; }
          .where-to-buy div.page #storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions a,
          .where-to-buy main.page #storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions a {
            text-decoration: none;
            color: var(--color-orange); }
            .where-to-buy div.page #storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions a:hover,
            .where-to-buy main.page #storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions a:hover {
              text-decoration: underline;
              color: var(--color-orange); }
    .where-to-buy div.page #storemapper .gm-style-iw-c[role=dialog],
    .where-to-buy main.page #storemapper .gm-style-iw-c[role=dialog] {
      border-radius: 0;
      padding: 24px !important; }
      .where-to-buy div.page #storemapper .gm-style-iw-c[role=dialog] > .strmpr-iw-inner,
      .where-to-buy main.page #storemapper .gm-style-iw-c[role=dialog] > .strmpr-iw-inner {
        overflow: hidden !important; }
      .where-to-buy div.page #storemapper .gm-style-iw-c[role=dialog] > .strmpr-iw-close,
      .where-to-buy main.page #storemapper .gm-style-iw-c[role=dialog] > .strmpr-iw-close {
        top: 0 !important;
        right: 0 !important; }
    .where-to-buy div.page #storemapper .strmpr-map .strmpr-map-popup .strmpr-field-directions,
    .where-to-buy main.page #storemapper .strmpr-map .strmpr-map-popup .strmpr-field-directions {
      padding: 0;
      border-radius: 0;
      border: none; }
      .where-to-buy div.page #storemapper .strmpr-map .strmpr-map-popup .strmpr-field-directions > a,
      .where-to-buy main.page #storemapper .strmpr-map .strmpr-map-popup .strmpr-field-directions > a {
        padding: 0.8em;
        display: block;
        line-height: 1;
        border: var(--color-orange) 1px solid;
        transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease; }
        .where-to-buy div.page #storemapper .strmpr-map .strmpr-map-popup .strmpr-field-directions > a:hover,
        .where-to-buy main.page #storemapper .strmpr-map .strmpr-map-popup .strmpr-field-directions > a:hover {
          color: #fff;
          background: var(--store-button-color); }

.page-sitemap > .wrapper {
  max-width: 1200px;
  margin: 120px auto;
  padding: 0 24px; }
  .page-sitemap > .wrapper h1, .page-sitemap > .wrapper .h-one {
    font-size: max(16px, min(1.25vw, 24px));
    margin: 0 0 1em; }
  .page-sitemap > .wrapper ul {
    display: block;
    font-size: 16px;
    list-style: none; }
    .page-sitemap > .wrapper ul li {
      margin: 0 0 1em;
      line-height: 1.2; }
      .page-sitemap > .wrapper ul li > ul {
        padding-top: 1em;
        padding-left: 2em; }
        .page-sitemap > .wrapper ul li > ul li {
          position: relative; }
          .page-sitemap > .wrapper ul li > ul li:before {
            content: '';
            position: absolute;
            left: -1em;
            top: -0.6em;
            width: 0;
            height: calc(100% + 1em);
            border-left: 1px var(--color-beige) dotted; }
          .page-sitemap > .wrapper ul li > ul li:after {
            content: '';
            position: absolute;
            left: -1em;
            top: 0.6em;
            width: 0.8em;
            height: 0;
            border-top: 1px var(--color-beige) dotted; }
          .page-sitemap > .wrapper ul li > ul li:last-child:before {
            height: 1.2em; }
      .page-sitemap > .wrapper ul li h1, .page-sitemap > .wrapper ul li .h-one, .page-sitemap > .wrapper ul li h2, .page-sitemap > .wrapper ul li .h-two, .page-sitemap > .wrapper ul li h3, .page-sitemap > .wrapper ul li .h-three, .page-sitemap > .wrapper ul li h4, .page-sitemap > .wrapper ul li .h-four, .page-sitemap > .wrapper ul li .standard-table th, .standard-table .page-sitemap > .wrapper ul li th, .page-sitemap > .wrapper ul li h5, .page-sitemap > .wrapper ul li .h-five, .page-sitemap > .wrapper ul li h6 {
        font-size: 16px;
        margin-top: 2em; }
      .page-sitemap > .wrapper ul li a {
        text-transform: none; }
  .page-sitemap > .wrapper > ul {
    display: flex;
    flex-flow: row wrap; }
    .page-sitemap > .wrapper > ul > li {
      flex: 1 1 auto; }
  @media (max-width: 767px) {
    .page-sitemap > .wrapper {
      margin-top: 60px; }
      .page-sitemap > .wrapper ul {
        font-size: 14px; }
        .page-sitemap > .wrapper ul li h1, .page-sitemap > .wrapper ul li .h-one, .page-sitemap > .wrapper ul li h2, .page-sitemap > .wrapper ul li .h-two, .page-sitemap > .wrapper ul li h3, .page-sitemap > .wrapper ul li .h-three, .page-sitemap > .wrapper ul li h4, .page-sitemap > .wrapper ul li .h-four, .page-sitemap > .wrapper ul li .standard-table th, .standard-table .page-sitemap > .wrapper ul li th, .page-sitemap > .wrapper ul li h5, .page-sitemap > .wrapper ul li .h-five, .page-sitemap > .wrapper ul li h6 {
          font-size: 14px; }
      .page-sitemap > .wrapper > ul {
        display: block; } }

@use 'sass:string';
.page-report-state,
.page-state-reports {
  --color-grade-a: red;
  --color-grade-b: #f60;
  --color-grade-c: #ffae00;
  --color-grade-d: #39a658;
  --color-grade-f: #229ad2;
  --color-grade-x: #4c550d; }
  .page-report-state .an-grade-a,
  .page-report-state .an-grade-A,
  .page-state-reports .an-grade-a,
  .page-state-reports .an-grade-A {
    background: var(--color-grade-a); }
  .page-report-state .an-grade-b,
  .page-report-state .an-grade-B,
  .page-state-reports .an-grade-b,
  .page-state-reports .an-grade-B {
    background: var(--color-grade-b); }
  .page-report-state .an-grade-c,
  .page-report-state .an-grade-C,
  .page-state-reports .an-grade-c,
  .page-state-reports .an-grade-C {
    background: var(--color-grade-c); }
  .page-report-state .an-grade-d,
  .page-report-state .an-grade-D,
  .page-state-reports .an-grade-d,
  .page-state-reports .an-grade-D {
    background: var(--color-grade-d); }
  .page-report-state .an-grade-f,
  .page-report-state .an-grade-F,
  .page-state-reports .an-grade-f,
  .page-state-reports .an-grade-F {
    background: var(--color-grade-f); }
  .page-report-state .an-grade-x,
  .page-report-state .an-grade-X,
  .page-state-reports .an-grade-x,
  .page-state-reports .an-grade-X {
    background: var(--color-grade-x); }

.page-state-reports .section-wrapper .banner-row.hero-banner {
  justify-content: center;
  text-align: center; }
  .page-state-reports .section-wrapper .banner-row.hero-banner p, .page-state-reports .section-wrapper .banner-row.hero-banner .p {
    text-transform: uppercase; }

.page-state-reports section.antler-nation-map {
  padding: 0 max(24px, min(calc((100% - 1340px) * 0.37), 400px)) 0 max(24px, min(calc((100% - 1340px) * 0.63), 400px));
  margin: max(-14vw, -270px) 0 0;
  position: relative;
  z-index: 101; }
  .page-state-reports section.antler-nation-map .an-map-with-legend {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    margin: 0 0 1em; }
    .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend > :not(:last-child) {
      margin: 0 0 1em; }
    .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend .an-grades-label {
      font-weight: 700;
      margin: 0 0 0.6em; }
    .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend ul {
      list-style: none;
      display: flex;
      flex-flow: row nowrap;
      padding: 0;
      margin: 0; }
      .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend ul li {
        width: 50px;
        height: 50px;
        font-size: 26px;
        font-weight: 900;
        color: var(--color-white);
        text-align: center;
        line-height: 1;
        padding-top: 11px; }
    .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend .not-yet-published {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend .not-yet-published p, .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend .not-yet-published .p {
        margin: 0 0 0 0.5em; }
    .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-container {
      margin: 0 2vw; }
      .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-container ul {
        margin: 0; }
  .page-state-reports section.antler-nation-map .description {
    background: var(--color-darkGray);
    line-height: 1.8;
    padding: 30px 40px; }
  @media (max-width: 1023px) {
    .page-state-reports section.antler-nation-map .an-map-with-legend {
      flex-flow: column-reverse nowrap;
      align-items: center; }
      .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        width: 100%;
        align-items: center; }
        .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend .an-grades-label {
          width: 100%; }
        .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend .an-grades {
          margin: 0 1em 0 0; } }
  @media (max-width: 767px) {
    .page-state-reports section.antler-nation-map {
      margin: 0;
      display: flex;
      flex-flow: column-reverse nowrap; }
      .page-state-reports section.antler-nation-map .description {
        background: none;
        padding: 0;
        margin: 20px 0 40px; }
      .page-state-reports section.antler-nation-map .an-map-with-legend {
        margin: 0; }
        .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-container {
          display: none; }
        .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend {
          display: block; }
          .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend .an-grades {
            margin: 0 0 1em; }
            .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend .an-grades li {
              margin-right: 0.5em; }
              .page-state-reports section.antler-nation-map .an-map-with-legend .an-map-legend .an-grades li:last-child {
                margin-right: 0; } }

.page-state-reports section.articles-grid-wrapper {
  background: none;
  color: var(--color-black);
  padding: 0 0 40px; }
  .page-state-reports section.articles-grid-wrapper .articles-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; }
    @media (max-width: 1250px) {
      .page-state-reports section.articles-grid-wrapper .articles-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 1023px) {
      .page-state-reports section.articles-grid-wrapper .articles-grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 800px) {
      .page-state-reports section.articles-grid-wrapper .articles-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 550px) {
      .page-state-reports section.articles-grid-wrapper .articles-grid {
        grid-template-columns: 1fr; } }
    .page-state-reports section.articles-grid-wrapper .articles-grid .article-card {
      background: var(--color-darkGray);
      display: flex !important; }
      .page-state-reports section.articles-grid-wrapper .articles-grid .article-card p, .page-state-reports section.articles-grid-wrapper .articles-grid .article-card .p, .page-state-reports section.articles-grid-wrapper .articles-grid .article-card h3, .page-state-reports section.articles-grid-wrapper .articles-grid .article-card .h-three {
        color: var(--color-black); }
      .page-state-reports section.articles-grid-wrapper .articles-grid .article-card > div {
        padding: 0 max(10%, 20px);
        margin: 20px 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 6px; }
        .page-state-reports section.articles-grid-wrapper .articles-grid .article-card > div h3, .page-state-reports section.articles-grid-wrapper .articles-grid .article-card > div .h-three {
          margin: 0;
          font-size: 16px;
          text-overflow: ellipsis;
          overflow: hidden; }
        .page-state-reports section.articles-grid-wrapper .articles-grid .article-card > div .grade {
          display: block;
          width: 50px;
          height: 50px;
          font-size: 26px;
          font-weight: 900;
          color: var(--color-white);
          text-align: center;
          line-height: 1;
          padding-top: 11px; }
      .page-state-reports section.articles-grid-wrapper .articles-grid .article-card .read-more {
        text-align: center;
        background: var(--color-beige);
        padding: 6%; }
        .page-state-reports section.articles-grid-wrapper .articles-grid .article-card .read-more:after {
          content: "";
          display: inline-block;
          mask: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right") no-repeat right bottom/auto 80%;
          -webkit-mask: url("https://realtree.a.bigcontent.io/v1/static/ico-arrow-chevron-right") no-repeat right bottom/auto 80%;
          width: 1.2em;
          height: 1em;
          background-color: var(--color-black);
          transition: background-color 0.2s ease, transform 0.4s ease;
          margin: 0; }

.page-report-state section.article-main .article-main-sections {
  gap: 24px; }
  .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h1, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .h-one, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h2, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .h-two, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h3, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .h-three, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h4, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .h-four, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .standard-table th, .standard-table .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference th, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h5, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .h-five, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h6 {
    font-size: 1em;
    text-transform: none; }
    .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h1 a, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .h-one a, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h2 a, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .h-two a, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h3 a, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .h-three a, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h4 a, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .h-four a, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .standard-table th a, .standard-table .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference th a, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h5 a, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference .h-five a, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference h6 a {
      text-transform: none; }
  .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .dnr-reference img {
    margin: 0; }
  .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .image-caption {
    text-transform: none; }
  .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content img {
    max-width: calc(70% - 24px); }
  .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats {
    float: right;
    max-width: 30%;
    margin-left: 24px;
    text-align: center; }
    .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats .article-stat {
      border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
      padding: 24px 12px; }
      .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats .article-stat h4, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats .article-stat .h-four, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats .article-stat .standard-table th, .standard-table .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats .article-stat th {
        font-size: 26px;
        font-weight: 900;
        color: var(--color-orange);
        margin: 0 0 0.3em; }
      .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats .article-stat h5, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats .article-stat .h-five {
        font-size: 1em;
        font-weight: 700;
        line-height: 1.4;
        margin: 0;
        color: var(--color-green); }
      .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats .article-stat p, .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats .article-stat .p {
        font-size: 12px;
        color: var(--color-green);
        margin: 1em 0 0;
        line-height: 1.4; }
      .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats .article-stat.an-grade {
        border: none;
        padding: 0.8em;
        font-weight: var(--font-black);
        text-transform: uppercase;
        font-size: 62px;
        line-height: 1;
        color: var(--color-white); }
  @media (max-width: 767px) {
    .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content .article-stats {
      float: none;
      margin: 0 0 40px;
      max-width: unset; }
    .page-report-state section.article-main .article-main-sections .article-main-content .article-html-content img {
      max-width: 100%; } }

.page-rut-reports section,
.page-flyway-reports section,
.page-strut-reports section {
  position: relative; }

.page-rut-reports .rut-report-map-header,
.page-flyway-reports .rut-report-map-header,
.page-strut-reports .rut-report-map-header {
  background: var(--color-black);
  color: var(--color-white);
  z-index: 5;
  position: relative; }
  .page-rut-reports .rut-report-map-header .inner,
  .page-flyway-reports .rut-report-map-header .inner,
  .page-strut-reports .rut-report-map-header .inner {
    max-width: 1200px;
    padding: 100px 24px 60px;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    align-items: center; }
    .page-rut-reports .rut-report-map-header .inner .left,
    .page-flyway-reports .rut-report-map-header .inner .left,
    .page-strut-reports .rut-report-map-header .inner .left {
      flex: 0 0 40%; }
      .page-rut-reports .rut-report-map-header .inner .left img,
      .page-flyway-reports .rut-report-map-header .inner .left img,
      .page-strut-reports .rut-report-map-header .inner .left img {
        max-width: 70%; }
    .page-rut-reports .rut-report-map-header .inner p, .page-rut-reports .rut-report-map-header .inner .p,
    .page-flyway-reports .rut-report-map-header .inner p,
    .page-flyway-reports .rut-report-map-header .inner .p,
    .page-strut-reports .rut-report-map-header .inner p,
    .page-strut-reports .rut-report-map-header .inner .p {
      color: var(--color-beige); }
    .page-rut-reports .rut-report-map-header .inner .right p, .page-rut-reports .rut-report-map-header .inner .right .p,
    .page-flyway-reports .rut-report-map-header .inner .right p,
    .page-flyway-reports .rut-report-map-header .inner .right .p,
    .page-strut-reports .rut-report-map-header .inner .right p,
    .page-strut-reports .rut-report-map-header .inner .right .p {
      line-height: 1.8;
      margin: 0;
      color: var(--color-beige); }
    .page-rut-reports .rut-report-map-header .inner .right .subtitle,
    .page-flyway-reports .rut-report-map-header .inner .right .subtitle,
    .page-strut-reports .rut-report-map-header .inner .right .subtitle {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--color-beige);
      margin: 1em 0;
      line-height: 1.4; }
  @media (max-width: 767px) {
    .page-rut-reports .rut-report-map-header .inner,
    .page-flyway-reports .rut-report-map-header .inner,
    .page-strut-reports .rut-report-map-header .inner {
      flex-flow: column nowrap; }
      .page-rut-reports .rut-report-map-header .inner .left,
      .page-flyway-reports .rut-report-map-header .inner .left,
      .page-strut-reports .rut-report-map-header .inner .left {
        flex: auto;
        margin: 0 0 50px; }
        .page-rut-reports .rut-report-map-header .inner .left img,
        .page-flyway-reports .rut-report-map-header .inner .left img,
        .page-strut-reports .rut-report-map-header .inner .left img {
          max-width: 100%;
          width: auto; }
      .page-rut-reports .rut-report-map-header .inner .right,
      .page-flyway-reports .rut-report-map-header .inner .right,
      .page-strut-reports .rut-report-map-header .inner .right {
        text-align: center; } }

.page-rut-reports .rut-report-map,
.page-flyway-reports .rut-report-map,
.page-strut-reports .rut-report-map {
  background: #2b2b2b;
  padding: 1vw 0 2vw; }
  .page-rut-reports .rut-report-map .texture.t-top,
  .page-flyway-reports .rut-report-map .texture.t-top,
  .page-strut-reports .rut-report-map .texture.t-top {
    background: var(--color-black); }
  .page-rut-reports .rut-report-map .texture.t-bottom,
  .page-flyway-reports .rut-report-map .texture.t-bottom,
  .page-strut-reports .rut-report-map .texture.t-bottom {
    background: var(--color-lightGray); }
  .page-rut-reports .rut-report-map .map-row,
  .page-flyway-reports .rut-report-map .map-row,
  .page-strut-reports .rut-report-map .map-row {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  .page-rut-reports .rut-report-map .select-region,
  .page-flyway-reports .rut-report-map .select-region,
  .page-strut-reports .rut-report-map .select-region {
    display: block;
    width: auto;
    min-height: 50px;
    position: absolute;
    top: 6%;
    left: 24px;
    z-index: 1; }
    .page-rut-reports .rut-report-map .select-region h3, .page-rut-reports .rut-report-map .select-region .h-three,
    .page-flyway-reports .rut-report-map .select-region h3,
    .page-flyway-reports .rut-report-map .select-region .h-three,
    .page-strut-reports .rut-report-map .select-region h3,
    .page-strut-reports .rut-report-map .select-region .h-three {
      color: var(--color-white);
      font-size: 24px;
      font-weight: 700; }
      .page-rut-reports .rut-report-map .select-region h3:before, .page-rut-reports .rut-report-map .select-region .h-three:before,
      .page-flyway-reports .rut-report-map .select-region h3:before,
      .page-flyway-reports .rut-report-map .select-region .h-three:before,
      .page-strut-reports .rut-report-map .select-region h3:before,
      .page-strut-reports .rut-report-map .select-region .h-three:before {
        content: "";
        display: block;
        width: 20px;
        height: 4px;
        background: var(--color-lightGray);
        margin: 0 0 1em; }
  .page-rut-reports .rut-report-map .map-location svg,
  .page-flyway-reports .rut-report-map .map-location svg,
  .page-strut-reports .rut-report-map .map-location svg {
    max-width: 100%;
    overflow: hidden;
    height: auto; }
    .page-rut-reports .rut-report-map .map-location svg path,
    .page-flyway-reports .rut-report-map .map-location svg path,
    .page-strut-reports .rut-report-map .map-location svg path {
      opacity: 0;
      transition: opacity .2s ease-in-out;
      -moz-transition: opacity .2s ease-in-out;
      -webkit-transition: opacity .2s ease-in-out;
      stroke: #000;
      stroke-width: 0.2; }
      .page-rut-reports .rut-report-map .map-location svg path:hover,
      .page-flyway-reports .rut-report-map .map-location svg path:hover,
      .page-strut-reports .rut-report-map .map-location svg path:hover {
        stroke: var(--color-black);
        stroke-width: 0.25;
        -webkit-filter: drop-shadow(-1px -1px 5px #333);
        filter: drop-shadow(-1px -1px 5px #333);
        opacity: 0.6; }
    .page-rut-reports .rut-report-map .map-location svg text,
    .page-flyway-reports .rut-report-map .map-location svg text,
    .page-strut-reports .rut-report-map .map-location svg text {
      pointer-events: none !important;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 700; }
  @media (max-width: 767px) {
    .page-rut-reports .rut-report-map .map-row,
    .page-flyway-reports .rut-report-map .map-row,
    .page-strut-reports .rut-report-map .map-row {
      padding: 50px 0; }
    .page-rut-reports .rut-report-map .select-region,
    .page-flyway-reports .rut-report-map .select-region,
    .page-strut-reports .rut-report-map .select-region {
      position: relative;
      top: auto; }
    .page-rut-reports .rut-report-map .map-location-mobile,
    .page-flyway-reports .rut-report-map .map-location-mobile,
    .page-strut-reports .rut-report-map .map-location-mobile {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      .page-rut-reports .rut-report-map .map-location-mobile .mobile-map-column,
      .page-flyway-reports .rut-report-map .map-location-mobile .mobile-map-column,
      .page-strut-reports .rut-report-map .map-location-mobile .mobile-map-column {
        flex: 0 0 50%; } }

.page-rut-reports .articles-grid-wrapper,
.page-flyway-reports .articles-grid-wrapper,
.page-strut-reports .articles-grid-wrapper {
  padding-top: max(40px, 3vw); }
  .page-rut-reports .articles-grid-wrapper h3, .page-rut-reports .articles-grid-wrapper .h-three, .page-rut-reports .articles-grid-wrapper p, .page-rut-reports .articles-grid-wrapper .p,
  .page-flyway-reports .articles-grid-wrapper h3,
  .page-flyway-reports .articles-grid-wrapper .h-three,
  .page-flyway-reports .articles-grid-wrapper p,
  .page-flyway-reports .articles-grid-wrapper .p,
  .page-strut-reports .articles-grid-wrapper h3,
  .page-strut-reports .articles-grid-wrapper .h-three,
  .page-strut-reports .articles-grid-wrapper p,
  .page-strut-reports .articles-grid-wrapper .p {
    color: var(--color-black); }
  .page-rut-reports .articles-grid-wrapper .articles-grid-count,
  .page-flyway-reports .articles-grid-wrapper .articles-grid-count,
  .page-strut-reports .articles-grid-wrapper .articles-grid-count {
    text-transform: uppercase;
    margin-bottom: 1em; }

.page-rut-reports .body,
.page-flyway-reports .body,
.page-strut-reports .body {
  z-index: 2; }

.page-rut-reports.page-rut-reports-region .articles-grid-wrapper,
.page-flyway-reports.page-rut-reports-region .articles-grid-wrapper,
.page-strut-reports.page-rut-reports-region .articles-grid-wrapper {
  padding-top: 20px; }

.page-rut-reports.page-rut-reports-region.southeast .rut-report-map .map-location svg .southeast path,
.page-rut-reports.page-rut-reports-region.southwest .rut-report-map .map-location svg .southwest path,
.page-rut-reports.page-rut-reports-region.northwest .rut-report-map .map-location svg .northwest path,
.page-rut-reports.page-rut-reports-region.northeast .rut-report-map .map-location svg .northeast path,
.page-rut-reports.page-rut-reports-region.midwest .rut-report-map .map-location svg .midwest path,
.page-flyway-reports.page-rut-reports-region.southeast .rut-report-map .map-location svg .southeast path,
.page-flyway-reports.page-rut-reports-region.southwest .rut-report-map .map-location svg .southwest path,
.page-flyway-reports.page-rut-reports-region.northwest .rut-report-map .map-location svg .northwest path,
.page-flyway-reports.page-rut-reports-region.northeast .rut-report-map .map-location svg .northeast path,
.page-flyway-reports.page-rut-reports-region.midwest .rut-report-map .map-location svg .midwest path,
.page-strut-reports.page-rut-reports-region.southeast .rut-report-map .map-location svg .southeast path,
.page-strut-reports.page-rut-reports-region.southwest .rut-report-map .map-location svg .southwest path,
.page-strut-reports.page-rut-reports-region.northwest .rut-report-map .map-location svg .northwest path,
.page-strut-reports.page-rut-reports-region.northeast .rut-report-map .map-location svg .northeast path,
.page-strut-reports.page-rut-reports-region.midwest .rut-report-map .map-location svg .midwest path {
  stroke: var(--color-black);
  stroke-width: 0.25;
  -webkit-filter: drop-shadow(-1px -1px 5px #333);
  filter: drop-shadow(-1px -1px 5px #333);
  opacity: 0.6; }

.page-report-game.page-report-rut section.article-main .article-main-sections .article-main-content .article-html-content .feature-image img {
  margin-top: 0;
  width: 100% !important; }

.page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings {
  list-style: none;
  margin: 0;
  padding: 0; }
  .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li {
    padding: 0;
    margin: 0 0 2em; }
    .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li h4, .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li .h-four, .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li .standard-table th, .standard-table .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li th {
      font-size: 18px;
      margin: 0 0 0.4em; }
    .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i {
      text-indent: -9999px;
      width: 30px;
      height: 30px;
      background-image: url("https://realtree.a.bigcontent.io/v1/static/pro-rut-report-ellipse-rating-sprite");
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: left;
      display: inline-block;
      margin-right: 3px; }
      .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i:last-child {
        margin-right: 0; }
      .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i:nth-child(1) {
        background-position-x: calc(css-max(min(var(--rating) - 0, 1), 0) * 100%); }
      .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i:nth-child(2) {
        background-position-x: calc(css-max(min(var(--rating) - 1, 1), 0) * 100%); }
      .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i:nth-child(3) {
        background-position-x: calc(css-max(min(var(--rating) - 2, 1), 0) * 100%); }
      .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i:nth-child(4) {
        background-position-x: calc(css-max(min(var(--rating) - 3, 1), 0) * 100%); }
      .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i:nth-child(5) {
        background-position-x: calc(css-max(min(var(--rating) - 4, 1), 0) * 100%); }
      .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i:nth-child(6) {
        background-position-x: calc(css-max(min(var(--rating) - 5, 1), 0) * 100%); }
      .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i:nth-child(7) {
        background-position-x: calc(css-max(min(var(--rating) - 6, 1), 0) * 100%); }
      .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i:nth-child(8) {
        background-position-x: calc(css-max(min(var(--rating) - 7, 1), 0) * 100%); }
      .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i:nth-child(9) {
        background-position-x: calc(css-max(min(var(--rating) - 8, 1), 0) * 100%); }
      .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i:nth-child(10) {
        background-position-x: calc(css-max(min(var(--rating) - 9, 1), 0) * 100%); }
      @media (max-width: 767px) {
        .page-report-game.page-report-rut section.article-main .article-main-sections .article-main-nav .rut-report-ratings li i {
          width: 24px;
          height: 24px; } }

.page-report-game.page-report-rack .rack-report-details, .page-report-game.page-report-rack .strut-report-details, .page-report-game.page-report-strut .rack-report-details, .page-report-game.page-report-strut .strut-report-details {
  width: 100%;
  text-align: left;
  background: var(--color-darkGray);
  border-collapse: collapse;
  margin: 0 0 2em;
  font-size: 14px; }
  .page-report-game.page-report-rack .rack-report-details thead, .page-report-game.page-report-rack .strut-report-details thead, .page-report-game.page-report-strut .rack-report-details thead, .page-report-game.page-report-strut .strut-report-details thead {
    background: var(--color-beige); }
  .page-report-game.page-report-rack .rack-report-details th, .page-report-game.page-report-rack .strut-report-details th, .page-report-game.page-report-strut .rack-report-details th, .page-report-game.page-report-strut .strut-report-details th {
    padding: 1em; }
  .page-report-game.page-report-rack .rack-report-details td, .page-report-game.page-report-rack .strut-report-details td, .page-report-game.page-report-strut .rack-report-details td, .page-report-game.page-report-strut .strut-report-details td {
    padding: 0.5em 1em; }
    .page-report-game.page-report-rack .rack-report-details td:first-child, .page-report-game.page-report-rack .strut-report-details td:first-child, .page-report-game.page-report-strut .rack-report-details td:first-child, .page-report-game.page-report-strut .strut-report-details td:first-child {
      font-weight: 700; }
      @media (min-width: 768px) {
        .page-report-game.page-report-rack .rack-report-details td:first-child, .page-report-game.page-report-rack .strut-report-details td:first-child, .page-report-game.page-report-strut .rack-report-details td:first-child, .page-report-game.page-report-strut .strut-report-details td:first-child {
          width: 20%; } }
  .page-report-game.page-report-rack .rack-report-details tr:first-child td, .page-report-game.page-report-rack .strut-report-details tr:first-child td, .page-report-game.page-report-strut .rack-report-details tr:first-child td, .page-report-game.page-report-strut .strut-report-details tr:first-child td {
    padding-top: 1.2em; }
  .page-report-game.page-report-rack .rack-report-details tr:last-child td, .page-report-game.page-report-rack .strut-report-details tr:last-child td, .page-report-game.page-report-strut .rack-report-details tr:last-child td, .page-report-game.page-report-strut .strut-report-details tr:last-child td {
    padding-bottom: 1.2em; }

.page-flyway-reports .rut-report-map .select-region {
  top: 40px; }
  @media (max-width: 767px) {
    .page-flyway-reports .rut-report-map .select-region {
      top: auto; } }

.page-flyway-reports .rut-report-map .map-row {
  padding: 40px 0;
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .page-flyway-reports .rut-report-map .map-row {
      padding: 50px 0;
      display: block; } }

.page-flyway-reports .rut-report-map .map-location-mobile .mobile-map-column {
  flex: 0 0 50%;
  padding: 40px 24px 0; }
  .page-flyway-reports .rut-report-map .map-location-mobile .mobile-map-column > a {
    position: relative;
    display: block; }
    .page-flyway-reports .rut-report-map .map-location-mobile .mobile-map-column > a span {
      color: var(--color-white);
      font-size: 22px;
      font-weight: 700;
      position: absolute;
      left: 50%;
      top: 50%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%); }

.page-flyway-reports .rut-report-map-header h1, .page-flyway-reports .rut-report-map-header .h-one,
.page-strut-reports .rut-report-map-header h1,
.page-strut-reports .rut-report-map-header .h-one {
  font-size: max(1.5rem, min(3.5vw, 6rem));
  color: var(--color-orange); }

@media (max-width: 767px) {
  .page-rack-reports section .banner-row {
    min-height: 90vw; } }

/* to override `theme-fix` for .realtree-apx page only */
div.general-page.realtree-apx,
main.general-page.realtree-apx {
  overflow-x: hidden;
  width: 100%; }

.general-page.realtree-apx .body {
  min-height: unset; }
  .general-page.realtree-apx .body .section-wrapper .article-body {
    padding: 0 3rem; }
  .general-page.realtree-apx .body .section-wrapper .text-with-content-wrapper article h2.h-mega-default, .general-page.realtree-apx .body .section-wrapper .text-with-content-wrapper article .h-mega-default.h-two {
    font-size: max(2rem, min(3.7vw, 8rem)); }
