@charset "UTF-8";

/*
YUI 3.11.0 (build d549e5c)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
  color: #000;
  background: #FFF;
  /* TODO: Figure out if necessary, or needs to be replaced */
  font-family: Arial, Helvetica, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

:root .clear:after {
  content: "";
  display: table;
  clear: both;
}

#admin-menu {
  display: none;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100% !important;
}

[style*="--aspect-ratio"] > img {
  height: auto !important;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative !important;
  }

  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  [style*="--aspect-ratio"] > :first-child {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
  }
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

:root {
  --wright-primary-color: #435AFFFF;
  --wright-primary-color-hidden: #435AFF00;
  --wright-primary-color-hover: #2303EBFF;
  --wright-primary-color-engaged: #E5E9FFFF;
  --rago-primary-color: #059B68FF;
  --rago-primary-color-hidden: #059B6800;
  --rago-primary-color-hover: #0A8158FF;
  --rago-primary-color-engaged: #D6EBE4FF;
  --lama-primary-color: #FF8C00FF;
  --lama-primary-color-hidden: #FF8C0000;
  --lama-primary-color-hover: #FF5C00FF;
  --lama-primary-color-engaged: #FFEEDAFF;
  --toomey-primary-color: #4CBFB4FF;
  --toomey-primary-color-hidden: #4CBFB400FF;
  --toomey-primary-color-hover: #15AB9DFF;
  --toomey-primary-color-engaged: #E5F1F0FF;
  --herman-miller-primary-color: #435AFFFF;
  --herman-miller-primary-color-hidden: #435AFF00;
  --herman-miller-primary-color-hover: #2303EBFF;
  --herman-miller-primary-color-engaged: #E5E9FFFF;
}

body.house-wright {
  --primary-color: var(--wright-primary-color);
  --primary-color-hover: var(--wright-primary-color-hover);
  --primary-color-engaged: var(--wright-primary-color-engaged);
  --font-family-sans: BauWebPro, Arial, sans-serif;
  --font-family-serif: harriet, georgia, serif;
  --overlay-view-on-font-size: 1.4rem;
  --view-on-font-size: 1.2rem;
  --watched-lot-color: var(--wright-primary-color);
  --watched-lot-glow: var(--wright-primary-color-hidden);
  --watched-lot-glow-animation-start: var(--wright-primary-color);
  --watched-lot-glow-animation-end: var(--wright-primary-color-hidden);
}

body.house-herman_miller {
  --primary-color: var(--herman-miller-primary-color);
  --primary-color-hover: var(--herman-miller-primary-color-hover);
  --primary-color-engaged: var(--herman-miller-primary-color-engaged);
  --font-family-sans: BauWebPro, Arial, sans-serif;
  --font-family-serif: harriet, georgia, serif;
  --overlay-view-on-font-size: 1.4rem;
  --view-on-font-size: 1.2rem;
  --watched-lot-color: var(--herman-miller-primary-color);
  --watched-lot-glow: var(--herman-miller-primary-color-hidden);
  --watched-lot-glow-animation-start: var(--herman-miller-primary-color);
  --watched-lot-glow-animation-end: var(--herman-miller-primary-color-hidden);
}

body.house-rago {
  --primary-color: var(--rago-primary-color);
  --primary-color-hover: var(--rago-primary-color-hover);
  --primary-color-engaged: var(--rago-primary-color-engaged);
  --font-family-sans: Alright, sans-serif;
  --font-family-serif: Editor, sans-serif;
  --overlay-view-on-font-size: 1.3rem;
  --view-on-font-size: 1.3rem;
  --watched-lot-color: var(--rago-primary-color);
  --watched-lot-glow: var(--rago-primary-color-hidden);
  --watched-lot-glow-animation-start: var(--rago-primary-color);
  --watched-lot-glow-animation-end: var(--rago-primary-color-hidden);
}

body.house-lama {
  --primary-color: var(--lama-primary-color);
  --primary-color-hover: var(--lama-primary-color-hover);
  --primary-color-engaged: var(--lama-primary-color-engaged);
  --font-family-sans: adrianna, sans-serif;
  --font-family-serif: Lust, serif;
  --overlay-view-on-font-size: 1.4rem;
  --view-on-font-size: 1.3rem;
  --watched-lot-color: var(--lama-primary-color);
  --watched-lot-glow: var(--lama-primary-color-hidden);
  --watched-lot-glow-animation-start: var(--lama-primary-color);
  --watched-lot-glow-animation-end: var(--lama-primary-color-hidden);
}

body.house-toomey {
  --primary-color: var(--toomey-primary-color);
  --primary-color-hover: var(--toomey-primary-color-hover);
  --primary-color-engaged: var(--toomey-primary-color-engaged);
  --font-family-sans: Alright, sans-serif;
  --font-family-serif: Canela Web, serif;
  --overlay-view-on-font-size: 1.3rem;
  --view-on-font-size: 1.3rem;
  --watched-lot-color: var(--toomey-primary-color);
  --watched-lot-glow: var(--toomey-primary-color-hidden);
  --watched-lot-glow-animation-start: var(--toomey-primary-color);
  --watched-lot-glow-animation-end: var(--toomey-primary-color-hidden);
}

.text-w-green {
  color: var(--primary-color);
}

.text-w-green-hover {
  color: var(--primary-color-hover);
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

html,
body {
  scroll-behavior: smooth;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: none;
}

html.menu--dark,
body.menu--dark {
  background-color: #383838;
}

html.menu--light,
body.menu--light {
  background-color: #eee;
}

html.stories_art_design,
body.stories_art_design {
  overflow-x: hidden;
}

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

/*
.unpublished::after {
  @include font-bau-bold;
  content: 'UNPUBLISHED';
  z-index: 999;
  font-weight: bold;
  color: rgba(127, 127, 127, 0.7);
  transform: rotate(-25deg);
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 16rem;
  display: block;
  width: 100vw;
  height: 100vh;
  line-height: 100vh;
  pointer-events: none;
}
*/

/* boxmodel repair */

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

::-moz-selection {
  /* color: #fff; */
  background: #ccc;
  text-shadow: none;
}

::selection {
  /* color: #fff; */
  background: #ccc;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #222;
  text-shadow: none;
}

html {
  min-height: 100%;
  position: relative;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

hr {
  border: none;
  border-top: 1px #000 solid;
  clear: both;
}

strong {
  font-weight: bold;
}

input,
select,
textarea {
  /* TODO: Figure out if necessary, or needs to be replaced */
  font-family: Arial, Helvetica, sans-serif;
  line-height: 16px;
  font-size: 11px;
}

button:active, button:focus {
  outline: none;
}

input.error {
  border: 1px var(--primary-color) solid;
}

figure {
  margin: 0 0 2rem 0;
}

figure.text-center figcaption {
  text-align: center;
}

figure img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

figure a {
  text-shadow: none !important;
  background: none !important;
}

article.page {
  z-index: 1;
  min-height: calc(100vh - 478px);
}

/* min heights to prevent layout shift while images load */

.page__header:not(.has_mobile).short {
  min-height: 350px;
}

.page__header:not(.has_mobile).normal {
  min-height: 600px;
}

.page.full_bg .module,
.page.full_bg .page__section,
.page.full_bg .page__header {
  background-color: transparent !important;
}

.page.full_bg .module a,
.page.full_bg .page__section a,
.page.full_bg .page__header a {
  text-shadow: none !important;
}

.page.full_bg .page__header {
  transform: none;
}

.page.full_bg .background .bg-img {
  -o-object-position: top center;
     object-position: top center;
}

@media (max-width: 767px) {
  .page.full_bg .background.fluid-img {
    transform: none;
  }

  .page.full_bg .background.fluid-img img {
    position: fixed !important;
  }
}

.page.full_bg .page__section .page__section__content,
.page.full_bg .page__section .page__section__sidebar,
.page.full_bg .page__section .page__section__address {
  border-top: 1px solid var(--primary-color);
  padding-top: 3rem;
  margin-top: -7rem;
}

.page.full_bg .page__section .page__section__address {
  border-top: 1px solid transparent;
}

.page.full_bg .page__section .page__section__sidebar {
  margin-left: 3rem;
  margin-right: 3rem;
}

@media (max-width: 1400px) {
  .page.full_bg .page__section .page__section__sidebar,
  .page.full_bg .page__section .page__section__address {
    margin-top: 0;
  }
}

@media (max-width: 895px) {
  .page.full_bg .page__section .page__section__sidebar {
    margin-left: 0;
    margin-right: 0;
  }
}

.lazyload-wrapper.background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.background.fluid-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  clip: rect(auto, auto, auto, auto);
  transform-style: preserve-3d;
}

.background.fluid-img.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .background.fluid-img.desktop {
    display: none;
  }

  .background.fluid-img.mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .background.fluid-img {
    transform: translateZ(0);
  }
}

.background.fluid-img.fixed {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform-style: unset;
}

.background.fluid-img.fixed img {
  position: fixed;
}

.background.fluid-img.full_page, .background.fluid-img.fixed.full_page {
  -webkit-clip-path: none;
  clip-path: none;
  clip: initial;
  position: fixed;
}

.background.fluid-img.full_page img, .background.fluid-img.fixed.full_page img {
  position: fixed;
}

.background.fluid-img.full_page + .module, .background.fluid-img.fixed.full_page + .module {
  background-color: transparent !important;
}

.background.fluid-img .preload {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  opacity: 1;
  background: #fff;
}

.background.fluid-img img {
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  width: 100%;
  min-height: 125%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
}

@media (max-width: 1024px) {
  .background.fluid-img img {
    min-height: 0;
  }
}

.clearfix {
  float: none;
  clear: both;
  display: inline-block;
}

.clearfix-block {
  display: block;
  float: none;
  clear: both;
}

a,
a:visited {
  color: var(--primary-color);
}

a:hover {
  color: var(--primary-color-hover);
}

#actions {
  position: fixed;
  left: 33px;
  top: 210px;
  font-size: 11px;
  line-height: 16px;
  width: 100px;
}

@media (max-width: 1400px) {
  #actions {
    top: 140px;
  }
}

#actions input.filter {
  width: 80px;
  margin-bottom: 8px;
}

#actions a {
  text-decoration: none;
  color: #111;
  font-weight: bold;
}

#actions .navigate a {
  color: #555;
}

#actions ul {
  margin-left: 0;
}

#actions ul li.custom a {
  padding-left: 0;
}

#actions li.active a {
  color: #a5a5d0;
}

#actions input {
  border: 1px #d4d7d9 solid;
  padding: 2px;
  margin: 10px 0 0;
}

.thinsp {
  padding: 0 2px;
}

body.modular-page {
  padding-top: 0;
}

body.modular-page .module-anchor {
  display: block;
  width: 1px;
  height: 1px;
  z-index: 100;
  position: absolute;
  top: -60px;
}

body.modular-page .module-anchor:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1024px) {
  body.ios .navigation--primary .menu-wrapper .menu--primary.menu {
    max-height: calc(100vh - 170px);
  }
}

body.scroll-lock {
  position: fixed;
  overflow: hidden;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

iframe[name=google_conversion_frame] {
  position: absolute;
}

#accessibilityWidget {
  position: fixed;
  bottom: 1rem;
  right: 132rem;
  background: red;
  height: 6rem;
  width: 6rem;
  color: white;
  border-radius: 100%;
  z-index: 9999;
  display: flex;
}

#accessibilityWidget input {
  min-width: 0;
}

#accessibilityWidget{
  justify-content: center;
  align-items: center;
  padding-bottom: 0.625rem;
  font-size: 4rem;
  cursor: pointer;
}

.userway_p7 .uwaw_2-col {
  max-width: 60rem;
}

.theme-general .theme-general-wrapper p.field-title,
.field-title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-family: var(--font-family-sans);
  letter-spacing: 0.03em;
  color: #000000;
  margin: 20px 0px 14px;
}

.text-999 {
  color: #999999;
}

article.auction_session_index_page .hp-module,
body.home .hp-module,
article.page.home-page .hp-module {
  /* --- */
  /* --- */
}

article.auction_session_index_page .hp-module .date,
body.home .hp-module .date,
article.page.home-page .hp-module .date {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

article.auction_session_index_page .hp-module .date::before,
body.home .hp-module .date::before,
article.page.home-page .hp-module .date::before {
  content: "";
  margin-bottom: -0.7rem;
  display: table;
}

article.auction_session_index_page .hp-module .date::after,
body.home .hp-module .date::after,
article.page.home-page .hp-module .date::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module .date .period,
body.home .hp-module .date .period,
article.page.home-page .hp-module .date .period {
  font-size: 2.2rem;
}

article.auction_session_index_page .hp-module .location,
body.home .hp-module .location,
article.page.home-page .hp-module .location {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

article.auction_session_index_page .hp-module .location::before,
body.home .hp-module .location::before,
article.page.home-page .hp-module .location::before {
  content: "";
  margin-bottom: -0.7rem;
  display: table;
}

article.auction_session_index_page .hp-module .location::after,
body.home .hp-module .location::after,
article.page.home-page .hp-module .location::after {
  content: "";
  margin-top: -0.9rem;
  display: table;
}

article.auction_session_index_page .hp-module .links a,
article.auction_session_index_page .hp-module .links span,
body.home .hp-module .links a,
body.home .hp-module .links span,
article.page.home-page .hp-module .links a,
article.page.home-page .hp-module .links span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3rem;
  letter-spacing: 0.1rem;
}

article.auction_session_index_page .hp-module .pipe,
body.home .hp-module .pipe,
article.page.home-page .hp-module .pipe {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6rem;
  letter-spacing: 0.2rem;
  padding: 0 0.8rem;
}

article.auction_session_index_page .hp-module .pipe::before,
body.home .hp-module .pipe::before,
article.page.home-page .hp-module .pipe::before {
  content: "";
  margin-bottom: -0.4rem;
  display: table;
}

article.auction_session_index_page .hp-module .pipe::after,
body.home .hp-module .pipe::after,
article.page.home-page .hp-module .pipe::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module .HarrietDisplayBlack,
body.home .hp-module .HarrietDisplayBlack,
article.page.home-page .hp-module .HarrietDisplayBlack {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .HarrietDisplayBlackTitle,
body.home .hp-module .HarrietDisplayBlackTitle,
article.page.home-page .hp-module .HarrietDisplayBlackTitle {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .Univers,
body.home .hp-module .Univers,
article.page.home-page .hp-module .Univers {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .UniversTitle,
body.home .hp-module .UniversTitle,
article.page.home-page .hp-module .UniversTitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .BauWebPro-Bold,
body.home .hp-module .BauWebPro-Bold,
article.page.home-page .hp-module .BauWebPro-Bold {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module h1:not(.uppercase), article.auction_session_index_page .hp-module h1:not(.uppercase) span.title, article.auction_session_index_page .hp-module h1:not(.uppercase) span.subtitle,
article.auction_session_index_page .hp-module h2:not(.uppercase),
article.auction_session_index_page .hp-module h2:not(.uppercase) span.title,
article.auction_session_index_page .hp-module h2:not(.uppercase) span.subtitle,
article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase),
article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase) span.title,
article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase) span.subtitle,
article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase),
article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase) span.title,
article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle,
body.home .hp-module h1:not(.uppercase),
body.home .hp-module h1:not(.uppercase) span.title,
body.home .hp-module h1:not(.uppercase) span.subtitle,
body.home .hp-module h2:not(.uppercase),
body.home .hp-module h2:not(.uppercase) span.title,
body.home .hp-module h2:not(.uppercase) span.subtitle,
body.home .hp-module span.title.mobile:not(.uppercase),
body.home .hp-module span.title.mobile:not(.uppercase) span.title,
body.home .hp-module span.title.mobile:not(.uppercase) span.subtitle,
body.home .hp-module span.subtitle.mobile:not(.uppercase),
body.home .hp-module span.subtitle.mobile:not(.uppercase) span.title,
body.home .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle,
article.page.home-page .hp-module h1:not(.uppercase),
article.page.home-page .hp-module h1:not(.uppercase) span.title,
article.page.home-page .hp-module h1:not(.uppercase) span.subtitle,
article.page.home-page .hp-module h2:not(.uppercase),
article.page.home-page .hp-module h2:not(.uppercase) span.title,
article.page.home-page .hp-module h2:not(.uppercase) span.subtitle,
article.page.home-page .hp-module span.title.mobile:not(.uppercase),
article.page.home-page .hp-module span.title.mobile:not(.uppercase) span.title,
article.page.home-page .hp-module span.title.mobile:not(.uppercase) span.subtitle,
article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase),
article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase) span.title,
article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle {
  text-transform: initial;
  letter-spacing: initial;
}

article.auction_session_index_page .hp-module.bau_univers .title,
body.home .hp-module.bau_univers .title,
article.page.home-page .hp-module.bau_univers .title {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.bau_univers .title::before,
body.home .hp-module.bau_univers .title::before,
article.page.home-page .hp-module.bau_univers .title::before {
  content: "";
  margin-bottom: -0.2rem;
  display: table;
}

article.auction_session_index_page .hp-module.bau_univers .title::after,
body.home .hp-module.bau_univers .title::after,
article.page.home-page .hp-module.bau_univers .title::after {
  content: "";
  margin-top: -0.8rem;
  display: table;
}

article.auction_session_index_page .hp-module.bau_univers .subtitle,
body.home .hp-module.bau_univers .subtitle,
article.page.home-page .hp-module.bau_univers .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.bau_univers .subtitle::before,
body.home .hp-module.bau_univers .subtitle::before,
article.page.home-page .hp-module.bau_univers .subtitle::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.auction_session_index_page .hp-module.bau_univers .subtitle::after,
body.home .hp-module.bau_univers .subtitle::after,
article.page.home-page .hp-module.bau_univers .subtitle::after {
  content: "";
  margin-top: -0.8rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .title,
body.home .hp-module.univers_bau .title,
article.page.home-page .hp-module.univers_bau .title {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.univers_bau .title::before,
body.home .hp-module.univers_bau .title::before,
article.page.home-page .hp-module.univers_bau .title::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .title::after,
body.home .hp-module.univers_bau .title::after,
article.page.home-page .hp-module.univers_bau .title::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .subtitle,
body.home .hp-module.univers_bau .subtitle,
article.page.home-page .hp-module.univers_bau .subtitle {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.univers_bau .subtitle::before,
body.home .hp-module.univers_bau .subtitle::before,
article.page.home-page .hp-module.univers_bau .subtitle::before {
  content: "";
  margin-bottom: -0.2rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .subtitle::after,
body.home .hp-module.univers_bau .subtitle::after,
article.page.home-page .hp-module.univers_bau .subtitle::after {
  content: "";
  margin-top: -0.7rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .title,
body.home .hp-module.harriet_univers .title,
article.page.home-page .hp-module.harriet_univers .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.6rem;
  line-height: 2.7rem;
}

article.auction_session_index_page .hp-module.harriet_univers .title::before,
body.home .hp-module.harriet_univers .title::before,
article.page.home-page .hp-module.harriet_univers .title::before {
  content: "";
  margin-bottom: -0.5rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .title::after,
body.home .hp-module.harriet_univers .title::after,
article.page.home-page .hp-module.harriet_univers .title::after {
  content: "";
  margin-top: -0.4rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .subtitle,
body.home .hp-module.harriet_univers .subtitle,
article.page.home-page .hp-module.harriet_univers .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.harriet_univers .subtitle::before,
body.home .hp-module.harriet_univers .subtitle::before,
article.page.home-page .hp-module.harriet_univers .subtitle::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .subtitle::after,
body.home .hp-module.harriet_univers .subtitle::after,
article.page.home-page .hp-module.harriet_univers .subtitle::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .title,
body.home .hp-module.harriet_bau .title,
article.page.home-page .hp-module.harriet_bau .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.harriet_bau .title::before,
body.home .hp-module.harriet_bau .title::before,
article.page.home-page .hp-module.harriet_bau .title::before {
  content: "";
  margin-bottom: -0.145em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .title::after,
body.home .hp-module.harriet_bau .title::after,
article.page.home-page .hp-module.harriet_bau .title::after {
  content: "";
  margin-top: -0.33em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .subtitle,
body.home .hp-module.harriet_bau .subtitle,
article.page.home-page .hp-module.harriet_bau .subtitle {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.9rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.harriet_bau .subtitle::before,
body.home .hp-module.harriet_bau .subtitle::before,
article.page.home-page .hp-module.harriet_bau .subtitle::before {
  content: "";
  margin-bottom: -0.13em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .subtitle::after,
body.home .hp-module.harriet_bau .subtitle::after,
article.page.home-page .hp-module.harriet_bau .subtitle::after {
  content: "";
  margin-top: -0.3em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_harriet .title,
body.home .hp-module.harriet_harriet .title,
article.page.home-page .hp-module.harriet_harriet .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module.harriet_harriet .subtitle,
body.home .hp-module.harriet_harriet .subtitle,
article.page.home-page .hp-module.harriet_harriet .subtitle {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module.noma .title,
body.home .hp-module.noma .title,
article.page.home-page .hp-module.noma .title {
  font-family: "noma", "arial", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 3.6rem;
  line-height: 2.8rem;
}

article.auction_session_index_page .hp-module.noma .title::before,
body.home .hp-module.noma .title::before,
article.page.home-page .hp-module.noma .title::before {
  content: "";
  margin-bottom: -0.03em;
  display: table;
}

article.auction_session_index_page .hp-module.noma .title::after,
body.home .hp-module.noma .title::after,
article.page.home-page .hp-module.noma .title::after {
  content: "";
  margin-top: -0.16em;
  display: table;
}

article.auction_session_index_page .hp-module.noma .subtitle,
body.home .hp-module.noma .subtitle,
article.page.home-page .hp-module.noma .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.9rem;
}

article.auction_session_index_page .hp-module.noma .subtitle::before,
body.home .hp-module.noma .subtitle::before,
article.page.home-page .hp-module.noma .subtitle::before {
  content: "";
  margin-bottom: -0.151em;
  display: table;
}

article.auction_session_index_page .hp-module.noma .subtitle::after,
body.home .hp-module.noma .subtitle::after,
article.page.home-page .hp-module.noma .subtitle::after {
  content: "";
  margin-top: -0.32em;
  display: table;
}

article.auction_session_index_page .hp-module.wright_now .title,
article.auction_session_index_page .hp-module.wright_now .subtitle,
body.home .hp-module.wright_now .title,
body.home .hp-module.wright_now .subtitle,
article.page.home-page .hp-module.wright_now .title,
article.page.home-page .hp-module.wright_now .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.9rem;
}

article.auction_session_index_page .hp-module.wright_now .title::before,
article.auction_session_index_page .hp-module.wright_now .subtitle::before,
body.home .hp-module.wright_now .title::before,
body.home .hp-module.wright_now .subtitle::before,
article.page.home-page .hp-module.wright_now .title::before,
article.page.home-page .hp-module.wright_now .subtitle::before {
  content: "";
  margin-bottom: -0.3em;
  display: table;
}

article.auction_session_index_page .hp-module.wright_now .title::after,
article.auction_session_index_page .hp-module.wright_now .subtitle::after,
body.home .hp-module.wright_now .title::after,
body.home .hp-module.wright_now .subtitle::after,
article.page.home-page .hp-module.wright_now .title::after,
article.page.home-page .hp-module.wright_now .subtitle::after {
  content: "";
  margin-top: -0.1em;
  display: table;
}

article.auction_session_index_page .hp-module.wright_now .now,
body.home .hp-module.wright_now .now,
article.page.home-page .hp-module.wright_now .now {
  margin-bottom: 1.5rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-small p,
body.home .hp-module.hp-two-column .text-small p,
article.page.home-page .hp-module.hp-two-column .text-small p {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-medium p,
body.home .hp-module.hp-two-column .text-medium p,
article.page.home-page .hp-module.hp-two-column .text-medium p {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 2.4rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-large p,
body.home .hp-module.hp-two-column .text-large p,
article.page.home-page .hp-module.hp-two-column .text-large p {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 3.2rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-x-large p,
body.home .hp-module.hp-two-column .text-x-large p,
article.page.home-page .hp-module.hp-two-column .text-x-large p {
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 4rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-small *:last-child, article.auction_session_index_page .hp-module.hp-two-column .text-medium *:last-child, article.auction_session_index_page .hp-module.hp-two-column .text-large *:last-child, article.auction_session_index_page .hp-module.hp-two-column .text-x-large *:last-child,
body.home .hp-module.hp-two-column .text-small *:last-child,
body.home .hp-module.hp-two-column .text-medium *:last-child,
body.home .hp-module.hp-two-column .text-large *:last-child,
body.home .hp-module.hp-two-column .text-x-large *:last-child,
article.page.home-page .hp-module.hp-two-column .text-small *:last-child,
article.page.home-page .hp-module.hp-two-column .text-medium *:last-child,
article.page.home-page .hp-module.hp-two-column .text-large *:last-child,
article.page.home-page .hp-module.hp-two-column .text-x-large *:last-child {
  margin-bottom: 0;
}

@media (min-width: 570px) {
  article.auction_session_index_page .hp-module .date,
  body.home .hp-module .date,
  article.page.home-page .hp-module .date {
    font-size: 4.1rem;
    line-height: normal;
  }

  article.auction_session_index_page .hp-module .date::before,
  body.home .hp-module .date::before,
  article.page.home-page .hp-module .date::before {
    margin-bottom: -1.8rem;
  }

  article.auction_session_index_page .hp-module .date::after,
  body.home .hp-module .date::after,
  article.page.home-page .hp-module .date::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module .links a,
  article.auction_session_index_page .hp-module .links span,
  body.home .hp-module .links a,
  body.home .hp-module .links span,
  article.page.home-page .hp-module .links a,
  article.page.home-page .hp-module .links span {
    font-family: "univers", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.9rem;
    letter-spacing: 0.2rem;
  }

  article.auction_session_index_page .hp-module .links .button a,
  body.home .hp-module .links .button a,
  article.page.home-page .hp-module .links .button a {
    padding: 0 0 0.15rem 0;
  }

  article.auction_session_index_page .hp-module .location,
  body.home .hp-module .location,
  article.page.home-page .hp-module .location {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }

  article.auction_session_index_page .hp-module .location::before,
  body.home .hp-module .location::before,
  article.page.home-page .hp-module .location::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title,
  body.home .hp-module.bau_univers .title,
  article.page.home-page .hp-module.bau_univers .title {
    font-size: 3.1rem;
    line-height: 3.7rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title::before,
  body.home .hp-module.bau_univers .title::before,
  article.page.home-page .hp-module.bau_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title::after,
  body.home .hp-module.bau_univers .title::after,
  article.page.home-page .hp-module.bau_univers .title::after {
    margin-top: -1.1rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle,
  body.home .hp-module.bau_univers .subtitle,
  article.page.home-page .hp-module.bau_univers .subtitle {
    font-size: 3.3rem;
    line-height: 3.8rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle::before,
  body.home .hp-module.bau_univers .subtitle::before,
  article.page.home-page .hp-module.bau_univers .subtitle::before {
    margin-bottom: -0.4rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle::after,
  body.home .hp-module.bau_univers .subtitle::after,
  article.page.home-page .hp-module.bau_univers .subtitle::after {
    margin-top: -1.1rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title,
  body.home .hp-module.harriet_univers .title,
  article.page.home-page .hp-module.harriet_univers .title {
    font-family: "harriet", "georgia", serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.4rem;
    line-height: 3.7rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title::before,
  body.home .hp-module.harriet_univers .title::before,
  article.page.home-page .hp-module.harriet_univers .title::before {
    margin-bottom: -0.6rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title::after,
  body.home .hp-module.harriet_univers .title::after,
  article.page.home-page .hp-module.harriet_univers .title::after {
    margin-top: -1rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle,
  body.home .hp-module.harriet_univers .subtitle,
  article.page.home-page .hp-module.harriet_univers .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.3rem;
    line-height: 3.8rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle::before,
  body.home .hp-module.harriet_univers .subtitle::before,
  article.page.home-page .hp-module.harriet_univers .subtitle::before {
    margin-bottom: -0.1rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle::after,
  body.home .hp-module.harriet_univers .subtitle::after,
  article.page.home-page .hp-module.harriet_univers .subtitle::after {
    margin-top: -1.1rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .title,
  body.home .hp-module.univers_bau .title,
  article.page.home-page .hp-module.univers_bau .title {
    font-size: 3.3rem;
    line-height: 3.7rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .title::before,
  body.home .hp-module.univers_bau .title::before,
  article.page.home-page .hp-module.univers_bau .title::before {
    content: "";
    margin-bottom: -0.3rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.univers_bau .title::after,
  body.home .hp-module.univers_bau .title::after,
  article.page.home-page .hp-module.univers_bau .title::after {
    content: "";
    margin-top: -1.1rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle,
  body.home .hp-module.univers_bau .subtitle,
  article.page.home-page .hp-module.univers_bau .subtitle {
    font-size: 3.1rem;
    line-height: 3.8rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle::before,
  body.home .hp-module.univers_bau .subtitle::before,
  article.page.home-page .hp-module.univers_bau .subtitle::before {
    content: "";
    margin-bottom: -0.2rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle::after,
  body.home .hp-module.univers_bau .subtitle::after,
  article.page.home-page .hp-module.univers_bau .subtitle::after {
    content: "";
    margin-top: -1.2rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.wright_now .title,
  article.auction_session_index_page .hp-module.wright_now .subtitle,
  body.home .hp-module.wright_now .title,
  body.home .hp-module.wright_now .subtitle,
  article.page.home-page .hp-module.wright_now .title,
  article.page.home-page .hp-module.wright_now .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.4rem;
    line-height: 4rem;
  }

  article.auction_session_index_page .hp-module.wright_now .title::before,
  article.auction_session_index_page .hp-module.wright_now .subtitle::before,
  body.home .hp-module.wright_now .title::before,
  body.home .hp-module.wright_now .subtitle::before,
  article.page.home-page .hp-module.wright_now .title::before,
  article.page.home-page .hp-module.wright_now .subtitle::before {
    margin-bottom: -0.154em;
  }

  article.auction_session_index_page .hp-module.wright_now .title::after,
  article.auction_session_index_page .hp-module.wright_now .subtitle::after,
  body.home .hp-module.wright_now .title::after,
  body.home .hp-module.wright_now .subtitle::after,
  article.page.home-page .hp-module.wright_now .title::after,
  article.page.home-page .hp-module.wright_now .subtitle::after {
    margin-top: -0.3em;
  }

  article.auction_session_index_page .hp-module.wright_now .now,
  body.home .hp-module.wright_now .now,
  article.page.home-page .hp-module.wright_now .now {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1025px) {
  article.auction_session_index_page .hp-module .date,
  body.home .hp-module .date,
  article.page.home-page .hp-module .date {
    font-size: 5.8rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module .date::before,
  body.home .hp-module .date::before,
  article.page.home-page .hp-module .date::before {
    margin-bottom: -1.2rem;
  }

  article.auction_session_index_page .hp-module .date::after,
  body.home .hp-module .date::after,
  article.page.home-page .hp-module .date::after {
    margin-top: -1.5rem;
  }

  article.auction_session_index_page .hp-module .date .period,
  body.home .hp-module .date .period,
  article.page.home-page .hp-module .date .period {
    font-size: 2.8rem;
  }

  article.auction_session_index_page .hp-module .location,
  body.home .hp-module .location,
  article.page.home-page .hp-module .location {
    line-height: 2.4rem;
  }

  article.auction_session_index_page .hp-module .location::before,
  body.home .hp-module .location::before,
  article.page.home-page .hp-module .location::before {
    margin-bottom: -0.6rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title,
  body.home .hp-module.bau_univers .title,
  article.page.home-page .hp-module.bau_univers .title {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle,
  body.home .hp-module.bau_univers .subtitle,
  article.page.home-page .hp-module.bau_univers .subtitle {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title,
  body.home .hp-module.harriet_univers .title,
  article.page.home-page .hp-module.harriet_univers .title {
    font-family: "harriet", "georgia", serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle,
  body.home .hp-module.harriet_univers .subtitle,
  article.page.home-page .hp-module.harriet_univers .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .title,
  body.home .hp-module.univers_bau .title,
  article.page.home-page .hp-module.univers_bau .title {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle,
  body.home .hp-module.univers_bau .subtitle,
  article.page.home-page .hp-module.univers_bau .subtitle {
    font-family: "BauWebPro", "Arial", sans-serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.wright_now .title,
  article.auction_session_index_page .hp-module.wright_now .subtitle,
  body.home .hp-module.wright_now .title,
  body.home .hp-module.wright_now .subtitle,
  article.page.home-page .hp-module.wright_now .title,
  article.page.home-page .hp-module.wright_now .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.wright_now .now,
  body.home .hp-module.wright_now .now,
  article.page.home-page .hp-module.wright_now .now {
    font-size: 3rem;
    margin-bottom: 3rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .title::before,
  body.home .hp-module.stacked.bau_univers .title::before,
  article.page.home-page .hp-module.stacked.bau_univers .title::before {
    margin-bottom: -0.6rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .title::after,
  body.home .hp-module.stacked.bau_univers .title::after,
  article.page.home-page .hp-module.stacked.bau_univers .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .subtitle::before,
  body.home .hp-module.stacked.bau_univers .subtitle::before,
  article.page.home-page .hp-module.stacked.bau_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .subtitle::after,
  body.home .hp-module.stacked.bau_univers .subtitle::after,
  article.page.home-page .hp-module.stacked.bau_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .title::before,
  body.home .hp-module.stacked.harriet_univers .title::before,
  article.page.home-page .hp-module.stacked.harriet_univers .title::before {
    margin-bottom: -1rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .title::after,
  body.home .hp-module.stacked.harriet_univers .title::after,
  article.page.home-page .hp-module.stacked.harriet_univers .title::after {
    margin-top: -1rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .subtitle::before,
  body.home .hp-module.stacked.harriet_univers .subtitle::before,
  article.page.home-page .hp-module.stacked.harriet_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .subtitle::after,
  body.home .hp-module.stacked.harriet_univers .subtitle::after,
  article.page.home-page .hp-module.stacked.harriet_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .title::before,
  body.home .hp-module.stacked.univers_bau .title::before,
  article.page.home-page .hp-module.stacked.univers_bau .title::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .title::after,
  body.home .hp-module.stacked.univers_bau .title::after,
  article.page.home-page .hp-module.stacked.univers_bau .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle,
  body.home .hp-module.stacked.univers_bau .subtitle,
  article.page.home-page .hp-module.stacked.univers_bau .subtitle {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle::before,
  body.home .hp-module.stacked.univers_bau .subtitle::before,
  article.page.home-page .hp-module.stacked.univers_bau .subtitle::before {
    margin-bottom: -0.5rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle::after,
  body.home .hp-module.stacked.univers_bau .subtitle::after,
  article.page.home-page .hp-module.stacked.univers_bau .subtitle::after {
    margin-top: -1.5rem;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .title::before,
  body.home .hp-module.stacked.wright_now .title::before,
  article.page.home-page .hp-module.stacked.wright_now .title::before {
    margin-bottom: -0.154em;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .title::after,
  body.home .hp-module.stacked.wright_now .title::after,
  article.page.home-page .hp-module.stacked.wright_now .title::after {
    margin-top: -0.3em;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .subtitle::before,
  body.home .hp-module.stacked.wright_now .subtitle::before,
  article.page.home-page .hp-module.stacked.wright_now .subtitle::before {
    margin-bottom: -0.154em;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .subtitle::after,
  body.home .hp-module.stacked.wright_now .subtitle::after,
  article.page.home-page .hp-module.stacked.wright_now .subtitle::after {
    margin-top: -0.3em;
  }

  article.auction_session_index_page .hp-module.stacked .date-title-subtitle.no-date,
  body.home .hp-module.stacked .date-title-subtitle.no-date,
  article.page.home-page .hp-module.stacked .date-title-subtitle.no-date {
    margin-top: 0.3rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title-subtitle,
  body.home .hp-module.stack_date_title .title-subtitle,
  article.page.home-page .hp-module.stack_date_title .title-subtitle {
    display: block;
    margin-bottom: 3rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title-subtitle::before,
  body.home .hp-module.stack_date_title .title-subtitle::before,
  article.page.home-page .hp-module.stack_date_title .title-subtitle::before {
    content: "";
    display: table;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title-subtitle::after,
  body.home .hp-module.stack_date_title .title-subtitle::after,
  article.page.home-page .hp-module.stack_date_title .title-subtitle::after {
    content: "";
    display: table;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title,
  article.auction_session_index_page .hp-module.stack_date_title .subtitle,
  body.home .hp-module.stack_date_title .title,
  body.home .hp-module.stack_date_title .subtitle,
  article.page.home-page .hp-module.stack_date_title .title,
  article.page.home-page .hp-module.stack_date_title .subtitle {
    display: inline;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title::before,
  article.auction_session_index_page .hp-module.stack_date_title .subtitle::before,
  body.home .hp-module.stack_date_title .title::before,
  body.home .hp-module.stack_date_title .subtitle::before,
  article.page.home-page .hp-module.stack_date_title .title::before,
  article.page.home-page .hp-module.stack_date_title .subtitle::before {
    display: none;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title::after,
  article.auction_session_index_page .hp-module.stack_date_title .subtitle::after,
  body.home .hp-module.stack_date_title .title::after,
  body.home .hp-module.stack_date_title .subtitle::after,
  article.page.home-page .hp-module.stack_date_title .title::after,
  article.page.home-page .hp-module.stack_date_title .subtitle::after {
    display: none;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title-subtitle:before,
  body.home .hp-module.stack_date_title.bau_univers .title-subtitle:before,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title-subtitle:before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title-subtitle:after,
  body.home .hp-module.stack_date_title.bau_univers .title-subtitle:after,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title-subtitle:after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title,
  body.home .hp-module.stack_date_title.bau_univers .title,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title::before,
  body.home .hp-module.stack_date_title.bau_univers .title::before,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title::after,
  body.home .hp-module.stack_date_title.bau_univers .title::after,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle,
  body.home .hp-module.stack_date_title.bau_univers .subtitle,
  article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle::before,
  body.home .hp-module.stack_date_title.bau_univers .subtitle::before,
  article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle::after,
  body.home .hp-module.stack_date_title.bau_univers .subtitle::after,
  article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .links,
  body.home .hp-module.stack_date_title.bau_univers .links,
  article.page.home-page .hp-module.stack_date_title.bau_univers .links {
    margin: 2.1rem auto 0 auto;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title-subtitle:before,
  body.home .hp-module.stack_date_title.harriet_univers .title-subtitle:before,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title-subtitle:before {
    margin-bottom: -1.1rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title-subtitle:after,
  body.home .hp-module.stack_date_title.harriet_univers .title-subtitle:after,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title-subtitle:after {
    margin-top: -0.2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title::before,
  body.home .hp-module.stack_date_title.harriet_univers .title::before,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title::after,
  body.home .hp-module.stack_date_title.harriet_univers .title::after,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .subtitle::before,
  body.home .hp-module.stack_date_title.harriet_univers .subtitle::before,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .subtitle::after,
  body.home .hp-module.stack_date_title.harriet_univers .subtitle::after,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title-subtitle::before,
  body.home .hp-module.stack_date_title.univers_bau .title-subtitle::before,
  article.page.home-page .hp-module.stack_date_title.univers_bau .title-subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title-subtitle::after,
  body.home .hp-module.stack_date_title.univers_bau .title-subtitle::after,
  article.page.home-page .hp-module.stack_date_title.univers_bau .title-subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title,
  body.home .hp-module.stack_date_title.univers_bau .title,
  article.page.home-page .hp-module.stack_date_title.univers_bau .title {
    margin-right: 2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .links,
  body.home .hp-module.stack_date_title.univers_bau .links,
  article.page.home-page .hp-module.stack_date_title.univers_bau .links {
    margin: 2.1rem auto 0 auto;
  }

  article.auction_session_index_page .hp-module.stack_date_title .date-title-subtitle.no-date,
  body.home .hp-module.stack_date_title .date-title-subtitle.no-date,
  article.page.home-page .hp-module.stack_date_title .date-title-subtitle.no-date {
    margin-top: 0.3rem;
  }
}

body.house-herman_miller .filter-container li,
body.house-wright .filter-container li {
  font-size: 1.4rem;
}

body.house-herman_miller .navigation--primary .wright-now span,
body.house-wright .navigation--primary .wright-now span {
  font-weight: 500;
}

body.house-herman_miller .navigation--primary .navbuying .col-c .submenu .title > a > span,
body.house-wright .navigation--primary .navbuying .col-c .submenu .title > a > span {
  color: #fff;
}

body.house-herman_miller .global-footer,
body.house-herman_miller #search-results-header.dark,
body.house-wright .global-footer,
body.house-wright #search-results-header.dark {
  --primary-color: #5F81FD;
  --primary-color-hover: #435AFF;
}

body.house-herman_miller .dos-modal::before,
body.house-wright .dos-modal::before {
  background-image: url("/images/day_of_sale/wright.jpg");
}

body.house-herman_miller .dos-modal p.dos-artist-name,
body.house-wright .dos-modal p.dos-artist-name {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

body.house-herman_miller .dos-modal p.dos-artist-name strong,
body.house-wright .dos-modal p.dos-artist-name strong {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  font-weight: bold;
}

body.house-herman_miller .dos-timer,
body.house-wright .dos-timer {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-herman_miller .dos-timer .separator,
body.house-wright .dos-timer .separator {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-herman_miller .dos-closed-inner a,
body.house-herman_miller .dos-links a,
body.house-wright .dos-closed-inner a,
body.house-wright .dos-links a {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

body.house-herman_miller .dos-closed-inner,
body.house-wright .dos-closed-inner {
  background: linear-gradient(90deg, rgba(67, 90, 255, 0.93) 23%, rgba(35, 3, 235, 0.93) 55%, rgba(35, 3, 235, 0.93) 80%, rgba(67, 90, 255, 0.93));
}

body.house-herman_miller .dos-auction-today,
body.house-wright .dos-auction-today {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-herman_miller .navigation--primary .user-menu-container .logged_in_as ul li a span,
body.house-wright .navigation--primary .user-menu-container .logged_in_as ul li a span {
  letter-spacing: 0.3px;
}

body.house-herman_miller .headline .primary:before,
body.house-wright .headline .primary:before {
  margin-bottom: -0.4rem;
}

body.house-herman_miller .headline .primary:after,
body.house-wright .headline .primary:after {
  margin-top: 0;
}

body.house-herman_miller .headline .secondary:before,
body.house-wright .headline .secondary:before {
  margin-bottom: -0.4rem;
}

body.house-herman_miller .headline .secondary:after,
body.house-wright .headline .secondary:after {
  margin-top: 0.3rem;
}

body.house-herman_miller .page-auctions-archive .headline .primary:before,
body.house-herman_miller .page-catalogs .headline .primary:before,
body.house-wright .page-auctions-archive .headline .primary:before,
body.house-wright .page-catalogs .headline .primary:before {
  margin-bottom: -0.6rem;
}

body.house-herman_miller .page-auctions-archive .headline .primary:after,
body.house-herman_miller .page-catalogs .headline .primary:after,
body.house-wright .page-auctions-archive .headline .primary:after,
body.house-wright .page-catalogs .headline .primary:after {
  margin-top: -0.1rem;
}

@media screen and (min-width: 768px) {
  body.house-herman_miller .headline .primary:before,
  body.house-wright .headline .primary:before {
    margin-bottom: 0.5rem;
  }

  body.house-herman_miller .headline .primary:after,
  body.house-wright .headline .primary:after {
    margin-top: 0.6rem;
  }

  body.house-herman_miller .headline .secondary:before,
  body.house-wright .headline .secondary:before {
    margin-bottom: 0.5rem;
  }

  body.house-herman_miller .headline .secondary:after,
  body.house-wright .headline .secondary:after {
    margin-top: 0.6rem;
  }

  body.house-herman_miller .headline.year .primary:before,
  body.house-wright .headline.year .primary:before {
    margin-bottom: 0;
  }

  body.house-herman_miller .page-auctions-archive .headline .primary:after,
  body.house-herman_miller .page-catalogs .headline .primary:after,
  body.house-wright .page-auctions-archive .headline .primary:after,
  body.house-wright .page-catalogs .headline .primary:after {
    margin-top: 0.1rem;
  }
}

@media (min-width: 1024px) {
  body.house-herman_miller .page-auctions-archive .headline .primary:before,
  body.house-herman_miller .page-catalogs .headline .primary:before,
  body.house-wright .page-auctions-archive .headline .primary:before,
  body.house-wright .page-catalogs .headline .primary:before {
    margin-bottom: -1.2rem;
  }

  body.house-herman_miller .page-auctions-archive .headline .primary:after,
  body.house-herman_miller .page-catalogs .headline .primary:after,
  body.house-wright .page-auctions-archive .headline .primary:after,
  body.house-wright .page-catalogs .headline .primary:after {
    margin-top: -0.4rem;
  }
}

@media (min-width: 1025px) {
  body.house-herman_miller .navigation--primary .submenu-lvl-2 li span.title,
  body.house-wright .navigation--primary .submenu-lvl-2 li span.title {
    font-weight: 500;
    line-height: 16px;
  }

  body.house-herman_miller .navigation--primary .wright-now span,
  body.house-wright .navigation--primary .wright-now span {
    letter-spacing: 0.1rem;
  }

  body.house-herman_miller .navigation--primary .navauctions:before,
  body.house-wright .navigation--primary .navauctions:before {
    left: 26px;
  }

  body.house-herman_miller .navigation--primary .navauctions .submenu-lvl-1,
  body.house-wright .navigation--primary .navauctions .submenu-lvl-1 {
    left: -184px;
  }

  body.house-herman_miller .navigation--primary .navauctions .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navauctions .submenu-lvl-1 .col-spacer {
    max-width: 100%;
    width: 100%;
    flex-basis: 158px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  body.house-herman_miller .navigation--primary .navartists:before,
  body.house-wright .navigation--primary .navartists:before {
    left: 60px;
  }

  body.house-herman_miller .navigation--primary .navartists .submenu-lvl-1,
  body.house-wright .navigation--primary .navartists .submenu-lvl-1 {
    left: -277px;
  }

  body.house-herman_miller .navigation--primary .navartists .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navartists .submenu-lvl-1 .col-spacer {
    width: 100%;
    max-width: 100%;
    flex-basis: 15.8rem;
    min-width: 15.8rem;
  }

  body.house-herman_miller .navigation--primary .navartists .promo-items-items .img-wrapper,
  body.house-wright .navigation--primary .navartists .promo-items-items .img-wrapper {
    margin-bottom: 1rem;
  }

  body.house-herman_miller .navigation--primary .navbuying:before,
  body.house-wright .navigation--primary .navbuying:before {
    left: 55px;
  }

  body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1,
  body.house-wright .navigation--primary .navbuying .submenu-lvl-1 {
    left: -456px;
  }

  body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navbuying .submenu-lvl-1 .col-spacer {
    max-width: 431px;
    min-width: 431px;
  }

  body.house-herman_miller .navigation--primary .navcontact:before,
  body.house-wright .navigation--primary .navcontact:before {
    left: 24px;
  }

  body.house-herman_miller .navigation--primary .navcontact .submenu-lvl-1,
  body.house-wright .navigation--primary .navcontact .submenu-lvl-1 {
    left: -610px;
  }

  body.house-herman_miller .navigation--primary .navcontact .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navcontact .submenu-lvl-1 .col-spacer {
    max-width: 100%;
    width: 100%;
    flex-basis: 585px;
  }

  body.house-herman_miller .navigation--primary .navcontact .col-fixed .title,
  body.house-wright .navigation--primary .navcontact .col-fixed .title {
    margin-bottom: 0.3rem;
  }

  body.house-herman_miller .navigation--primary .navcontact .inline-mailinglist-signup-form,
  body.house-wright .navigation--primary .navcontact .inline-mailinglist-signup-form {
    margin-top: -0.2rem;
  }
}

@media (min-width: 1024px) and (max-width: 1212px) {
  body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navbuying .submenu-lvl-1 .col-spacer {
    max-width: 159px;
    min-width: 159px;
  }
}

link {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}

article.auction_session_index_page .hp-module,
body.home .hp-module,
article.page.home-page .hp-module {
  /* --- */
  /* --- */
}

article.auction_session_index_page .hp-module .date,
body.home .hp-module .date,
article.page.home-page .hp-module .date {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

article.auction_session_index_page .hp-module .date::before,
body.home .hp-module .date::before,
article.page.home-page .hp-module .date::before {
  content: "";
  margin-bottom: -0.7rem;
  display: table;
}

article.auction_session_index_page .hp-module .date::after,
body.home .hp-module .date::after,
article.page.home-page .hp-module .date::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module .date .period,
body.home .hp-module .date .period,
article.page.home-page .hp-module .date .period {
  font-size: 2.2rem;
}

article.auction_session_index_page .hp-module .location,
body.home .hp-module .location,
article.page.home-page .hp-module .location {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

article.auction_session_index_page .hp-module .location::before,
body.home .hp-module .location::before,
article.page.home-page .hp-module .location::before {
  content: "";
  margin-bottom: -0.7rem;
  display: table;
}

article.auction_session_index_page .hp-module .location::after,
body.home .hp-module .location::after,
article.page.home-page .hp-module .location::after {
  content: "";
  margin-top: -0.9rem;
  display: table;
}

article.auction_session_index_page .hp-module .links a,
article.auction_session_index_page .hp-module .links span,
body.home .hp-module .links a,
body.home .hp-module .links span,
article.page.home-page .hp-module .links a,
article.page.home-page .hp-module .links span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3rem;
  letter-spacing: 0.1rem;
}

article.auction_session_index_page .hp-module .pipe,
body.home .hp-module .pipe,
article.page.home-page .hp-module .pipe {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6rem;
  letter-spacing: 0.2rem;
  padding: 0 0.8rem;
}

article.auction_session_index_page .hp-module .pipe::before,
body.home .hp-module .pipe::before,
article.page.home-page .hp-module .pipe::before {
  content: "";
  margin-bottom: -0.4rem;
  display: table;
}

article.auction_session_index_page .hp-module .pipe::after,
body.home .hp-module .pipe::after,
article.page.home-page .hp-module .pipe::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module .HarrietDisplayBlack,
body.home .hp-module .HarrietDisplayBlack,
article.page.home-page .hp-module .HarrietDisplayBlack {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .HarrietDisplayBlackTitle,
body.home .hp-module .HarrietDisplayBlackTitle,
article.page.home-page .hp-module .HarrietDisplayBlackTitle {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .Univers,
body.home .hp-module .Univers,
article.page.home-page .hp-module .Univers {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .UniversTitle,
body.home .hp-module .UniversTitle,
article.page.home-page .hp-module .UniversTitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .BauWebPro-Bold,
body.home .hp-module .BauWebPro-Bold,
article.page.home-page .hp-module .BauWebPro-Bold {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module h1:not(.uppercase), article.auction_session_index_page .hp-module h1:not(.uppercase) span.title, article.auction_session_index_page .hp-module h1:not(.uppercase) span.subtitle,
article.auction_session_index_page .hp-module h2:not(.uppercase),
article.auction_session_index_page .hp-module h2:not(.uppercase) span.title,
article.auction_session_index_page .hp-module h2:not(.uppercase) span.subtitle,
article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase),
article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase) span.title,
article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase) span.subtitle,
article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase),
article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase) span.title,
article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle,
body.home .hp-module h1:not(.uppercase),
body.home .hp-module h1:not(.uppercase) span.title,
body.home .hp-module h1:not(.uppercase) span.subtitle,
body.home .hp-module h2:not(.uppercase),
body.home .hp-module h2:not(.uppercase) span.title,
body.home .hp-module h2:not(.uppercase) span.subtitle,
body.home .hp-module span.title.mobile:not(.uppercase),
body.home .hp-module span.title.mobile:not(.uppercase) span.title,
body.home .hp-module span.title.mobile:not(.uppercase) span.subtitle,
body.home .hp-module span.subtitle.mobile:not(.uppercase),
body.home .hp-module span.subtitle.mobile:not(.uppercase) span.title,
body.home .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle,
article.page.home-page .hp-module h1:not(.uppercase),
article.page.home-page .hp-module h1:not(.uppercase) span.title,
article.page.home-page .hp-module h1:not(.uppercase) span.subtitle,
article.page.home-page .hp-module h2:not(.uppercase),
article.page.home-page .hp-module h2:not(.uppercase) span.title,
article.page.home-page .hp-module h2:not(.uppercase) span.subtitle,
article.page.home-page .hp-module span.title.mobile:not(.uppercase),
article.page.home-page .hp-module span.title.mobile:not(.uppercase) span.title,
article.page.home-page .hp-module span.title.mobile:not(.uppercase) span.subtitle,
article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase),
article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase) span.title,
article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle {
  text-transform: initial;
  letter-spacing: initial;
}

article.auction_session_index_page .hp-module.bau_univers .title,
body.home .hp-module.bau_univers .title,
article.page.home-page .hp-module.bau_univers .title {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.bau_univers .title::before,
body.home .hp-module.bau_univers .title::before,
article.page.home-page .hp-module.bau_univers .title::before {
  content: "";
  margin-bottom: -0.2rem;
  display: table;
}

article.auction_session_index_page .hp-module.bau_univers .title::after,
body.home .hp-module.bau_univers .title::after,
article.page.home-page .hp-module.bau_univers .title::after {
  content: "";
  margin-top: -0.8rem;
  display: table;
}

article.auction_session_index_page .hp-module.bau_univers .subtitle,
body.home .hp-module.bau_univers .subtitle,
article.page.home-page .hp-module.bau_univers .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.bau_univers .subtitle::before,
body.home .hp-module.bau_univers .subtitle::before,
article.page.home-page .hp-module.bau_univers .subtitle::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.auction_session_index_page .hp-module.bau_univers .subtitle::after,
body.home .hp-module.bau_univers .subtitle::after,
article.page.home-page .hp-module.bau_univers .subtitle::after {
  content: "";
  margin-top: -0.8rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .title,
body.home .hp-module.univers_bau .title,
article.page.home-page .hp-module.univers_bau .title {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.univers_bau .title::before,
body.home .hp-module.univers_bau .title::before,
article.page.home-page .hp-module.univers_bau .title::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .title::after,
body.home .hp-module.univers_bau .title::after,
article.page.home-page .hp-module.univers_bau .title::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .subtitle,
body.home .hp-module.univers_bau .subtitle,
article.page.home-page .hp-module.univers_bau .subtitle {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.univers_bau .subtitle::before,
body.home .hp-module.univers_bau .subtitle::before,
article.page.home-page .hp-module.univers_bau .subtitle::before {
  content: "";
  margin-bottom: -0.2rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .subtitle::after,
body.home .hp-module.univers_bau .subtitle::after,
article.page.home-page .hp-module.univers_bau .subtitle::after {
  content: "";
  margin-top: -0.7rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .title,
body.home .hp-module.harriet_univers .title,
article.page.home-page .hp-module.harriet_univers .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.6rem;
  line-height: 2.7rem;
}

article.auction_session_index_page .hp-module.harriet_univers .title::before,
body.home .hp-module.harriet_univers .title::before,
article.page.home-page .hp-module.harriet_univers .title::before {
  content: "";
  margin-bottom: -0.5rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .title::after,
body.home .hp-module.harriet_univers .title::after,
article.page.home-page .hp-module.harriet_univers .title::after {
  content: "";
  margin-top: -0.4rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .subtitle,
body.home .hp-module.harriet_univers .subtitle,
article.page.home-page .hp-module.harriet_univers .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.harriet_univers .subtitle::before,
body.home .hp-module.harriet_univers .subtitle::before,
article.page.home-page .hp-module.harriet_univers .subtitle::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .subtitle::after,
body.home .hp-module.harriet_univers .subtitle::after,
article.page.home-page .hp-module.harriet_univers .subtitle::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .title,
body.home .hp-module.harriet_bau .title,
article.page.home-page .hp-module.harriet_bau .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.harriet_bau .title::before,
body.home .hp-module.harriet_bau .title::before,
article.page.home-page .hp-module.harriet_bau .title::before {
  content: "";
  margin-bottom: -0.145em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .title::after,
body.home .hp-module.harriet_bau .title::after,
article.page.home-page .hp-module.harriet_bau .title::after {
  content: "";
  margin-top: -0.33em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .subtitle,
body.home .hp-module.harriet_bau .subtitle,
article.page.home-page .hp-module.harriet_bau .subtitle {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.9rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.harriet_bau .subtitle::before,
body.home .hp-module.harriet_bau .subtitle::before,
article.page.home-page .hp-module.harriet_bau .subtitle::before {
  content: "";
  margin-bottom: -0.13em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .subtitle::after,
body.home .hp-module.harriet_bau .subtitle::after,
article.page.home-page .hp-module.harriet_bau .subtitle::after {
  content: "";
  margin-top: -0.3em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_harriet .title,
body.home .hp-module.harriet_harriet .title,
article.page.home-page .hp-module.harriet_harriet .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module.harriet_harriet .subtitle,
body.home .hp-module.harriet_harriet .subtitle,
article.page.home-page .hp-module.harriet_harriet .subtitle {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module.noma .title,
body.home .hp-module.noma .title,
article.page.home-page .hp-module.noma .title {
  font-family: "noma", "arial", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 3.6rem;
  line-height: 2.8rem;
}

article.auction_session_index_page .hp-module.noma .title::before,
body.home .hp-module.noma .title::before,
article.page.home-page .hp-module.noma .title::before {
  content: "";
  margin-bottom: -0.03em;
  display: table;
}

article.auction_session_index_page .hp-module.noma .title::after,
body.home .hp-module.noma .title::after,
article.page.home-page .hp-module.noma .title::after {
  content: "";
  margin-top: -0.16em;
  display: table;
}

article.auction_session_index_page .hp-module.noma .subtitle,
body.home .hp-module.noma .subtitle,
article.page.home-page .hp-module.noma .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.9rem;
}

article.auction_session_index_page .hp-module.noma .subtitle::before,
body.home .hp-module.noma .subtitle::before,
article.page.home-page .hp-module.noma .subtitle::before {
  content: "";
  margin-bottom: -0.151em;
  display: table;
}

article.auction_session_index_page .hp-module.noma .subtitle::after,
body.home .hp-module.noma .subtitle::after,
article.page.home-page .hp-module.noma .subtitle::after {
  content: "";
  margin-top: -0.32em;
  display: table;
}

article.auction_session_index_page .hp-module.wright_now .title,
article.auction_session_index_page .hp-module.wright_now .subtitle,
body.home .hp-module.wright_now .title,
body.home .hp-module.wright_now .subtitle,
article.page.home-page .hp-module.wright_now .title,
article.page.home-page .hp-module.wright_now .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.9rem;
}

article.auction_session_index_page .hp-module.wright_now .title::before,
article.auction_session_index_page .hp-module.wright_now .subtitle::before,
body.home .hp-module.wright_now .title::before,
body.home .hp-module.wright_now .subtitle::before,
article.page.home-page .hp-module.wright_now .title::before,
article.page.home-page .hp-module.wright_now .subtitle::before {
  content: "";
  margin-bottom: -0.3em;
  display: table;
}

article.auction_session_index_page .hp-module.wright_now .title::after,
article.auction_session_index_page .hp-module.wright_now .subtitle::after,
body.home .hp-module.wright_now .title::after,
body.home .hp-module.wright_now .subtitle::after,
article.page.home-page .hp-module.wright_now .title::after,
article.page.home-page .hp-module.wright_now .subtitle::after {
  content: "";
  margin-top: -0.1em;
  display: table;
}

article.auction_session_index_page .hp-module.wright_now .now,
body.home .hp-module.wright_now .now,
article.page.home-page .hp-module.wright_now .now {
  margin-bottom: 1.5rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-small p,
body.home .hp-module.hp-two-column .text-small p,
article.page.home-page .hp-module.hp-two-column .text-small p {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-medium p,
body.home .hp-module.hp-two-column .text-medium p,
article.page.home-page .hp-module.hp-two-column .text-medium p {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 2.4rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-large p,
body.home .hp-module.hp-two-column .text-large p,
article.page.home-page .hp-module.hp-two-column .text-large p {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 3.2rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-x-large p,
body.home .hp-module.hp-two-column .text-x-large p,
article.page.home-page .hp-module.hp-two-column .text-x-large p {
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 4rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-small *:last-child, article.auction_session_index_page .hp-module.hp-two-column .text-medium *:last-child, article.auction_session_index_page .hp-module.hp-two-column .text-large *:last-child, article.auction_session_index_page .hp-module.hp-two-column .text-x-large *:last-child,
body.home .hp-module.hp-two-column .text-small *:last-child,
body.home .hp-module.hp-two-column .text-medium *:last-child,
body.home .hp-module.hp-two-column .text-large *:last-child,
body.home .hp-module.hp-two-column .text-x-large *:last-child,
article.page.home-page .hp-module.hp-two-column .text-small *:last-child,
article.page.home-page .hp-module.hp-two-column .text-medium *:last-child,
article.page.home-page .hp-module.hp-two-column .text-large *:last-child,
article.page.home-page .hp-module.hp-two-column .text-x-large *:last-child {
  margin-bottom: 0;
}

@media (min-width: 570px) {
  article.auction_session_index_page .hp-module .date,
  body.home .hp-module .date,
  article.page.home-page .hp-module .date {
    font-size: 4.1rem;
    line-height: normal;
  }

  article.auction_session_index_page .hp-module .date::before,
  body.home .hp-module .date::before,
  article.page.home-page .hp-module .date::before {
    margin-bottom: -1.8rem;
  }

  article.auction_session_index_page .hp-module .date::after,
  body.home .hp-module .date::after,
  article.page.home-page .hp-module .date::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module .links a,
  article.auction_session_index_page .hp-module .links span,
  body.home .hp-module .links a,
  body.home .hp-module .links span,
  article.page.home-page .hp-module .links a,
  article.page.home-page .hp-module .links span {
    font-family: "univers", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.9rem;
    letter-spacing: 0.2rem;
  }

  article.auction_session_index_page .hp-module .links .button a,
  body.home .hp-module .links .button a,
  article.page.home-page .hp-module .links .button a {
    padding: 0 0 0.15rem 0;
  }

  article.auction_session_index_page .hp-module .location,
  body.home .hp-module .location,
  article.page.home-page .hp-module .location {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }

  article.auction_session_index_page .hp-module .location::before,
  body.home .hp-module .location::before,
  article.page.home-page .hp-module .location::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title,
  body.home .hp-module.bau_univers .title,
  article.page.home-page .hp-module.bau_univers .title {
    font-size: 3.1rem;
    line-height: 3.7rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title::before,
  body.home .hp-module.bau_univers .title::before,
  article.page.home-page .hp-module.bau_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title::after,
  body.home .hp-module.bau_univers .title::after,
  article.page.home-page .hp-module.bau_univers .title::after {
    margin-top: -1.1rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle,
  body.home .hp-module.bau_univers .subtitle,
  article.page.home-page .hp-module.bau_univers .subtitle {
    font-size: 3.3rem;
    line-height: 3.8rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle::before,
  body.home .hp-module.bau_univers .subtitle::before,
  article.page.home-page .hp-module.bau_univers .subtitle::before {
    margin-bottom: -0.4rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle::after,
  body.home .hp-module.bau_univers .subtitle::after,
  article.page.home-page .hp-module.bau_univers .subtitle::after {
    margin-top: -1.1rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title,
  body.home .hp-module.harriet_univers .title,
  article.page.home-page .hp-module.harriet_univers .title {
    font-family: "harriet", "georgia", serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.4rem;
    line-height: 3.7rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title::before,
  body.home .hp-module.harriet_univers .title::before,
  article.page.home-page .hp-module.harriet_univers .title::before {
    margin-bottom: -0.6rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title::after,
  body.home .hp-module.harriet_univers .title::after,
  article.page.home-page .hp-module.harriet_univers .title::after {
    margin-top: -1rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle,
  body.home .hp-module.harriet_univers .subtitle,
  article.page.home-page .hp-module.harriet_univers .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.3rem;
    line-height: 3.8rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle::before,
  body.home .hp-module.harriet_univers .subtitle::before,
  article.page.home-page .hp-module.harriet_univers .subtitle::before {
    margin-bottom: -0.1rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle::after,
  body.home .hp-module.harriet_univers .subtitle::after,
  article.page.home-page .hp-module.harriet_univers .subtitle::after {
    margin-top: -1.1rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .title,
  body.home .hp-module.univers_bau .title,
  article.page.home-page .hp-module.univers_bau .title {
    font-size: 3.3rem;
    line-height: 3.7rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .title::before,
  body.home .hp-module.univers_bau .title::before,
  article.page.home-page .hp-module.univers_bau .title::before {
    content: "";
    margin-bottom: -0.3rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.univers_bau .title::after,
  body.home .hp-module.univers_bau .title::after,
  article.page.home-page .hp-module.univers_bau .title::after {
    content: "";
    margin-top: -1.1rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle,
  body.home .hp-module.univers_bau .subtitle,
  article.page.home-page .hp-module.univers_bau .subtitle {
    font-size: 3.1rem;
    line-height: 3.8rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle::before,
  body.home .hp-module.univers_bau .subtitle::before,
  article.page.home-page .hp-module.univers_bau .subtitle::before {
    content: "";
    margin-bottom: -0.2rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle::after,
  body.home .hp-module.univers_bau .subtitle::after,
  article.page.home-page .hp-module.univers_bau .subtitle::after {
    content: "";
    margin-top: -1.2rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.wright_now .title,
  article.auction_session_index_page .hp-module.wright_now .subtitle,
  body.home .hp-module.wright_now .title,
  body.home .hp-module.wright_now .subtitle,
  article.page.home-page .hp-module.wright_now .title,
  article.page.home-page .hp-module.wright_now .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.4rem;
    line-height: 4rem;
  }

  article.auction_session_index_page .hp-module.wright_now .title::before,
  article.auction_session_index_page .hp-module.wright_now .subtitle::before,
  body.home .hp-module.wright_now .title::before,
  body.home .hp-module.wright_now .subtitle::before,
  article.page.home-page .hp-module.wright_now .title::before,
  article.page.home-page .hp-module.wright_now .subtitle::before {
    margin-bottom: -0.154em;
  }

  article.auction_session_index_page .hp-module.wright_now .title::after,
  article.auction_session_index_page .hp-module.wright_now .subtitle::after,
  body.home .hp-module.wright_now .title::after,
  body.home .hp-module.wright_now .subtitle::after,
  article.page.home-page .hp-module.wright_now .title::after,
  article.page.home-page .hp-module.wright_now .subtitle::after {
    margin-top: -0.3em;
  }

  article.auction_session_index_page .hp-module.wright_now .now,
  body.home .hp-module.wright_now .now,
  article.page.home-page .hp-module.wright_now .now {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1025px) {
  article.auction_session_index_page .hp-module .date,
  body.home .hp-module .date,
  article.page.home-page .hp-module .date {
    font-size: 5.8rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module .date::before,
  body.home .hp-module .date::before,
  article.page.home-page .hp-module .date::before {
    margin-bottom: -1.2rem;
  }

  article.auction_session_index_page .hp-module .date::after,
  body.home .hp-module .date::after,
  article.page.home-page .hp-module .date::after {
    margin-top: -1.5rem;
  }

  article.auction_session_index_page .hp-module .date .period,
  body.home .hp-module .date .period,
  article.page.home-page .hp-module .date .period {
    font-size: 2.8rem;
  }

  article.auction_session_index_page .hp-module .location,
  body.home .hp-module .location,
  article.page.home-page .hp-module .location {
    line-height: 2.4rem;
  }

  article.auction_session_index_page .hp-module .location::before,
  body.home .hp-module .location::before,
  article.page.home-page .hp-module .location::before {
    margin-bottom: -0.6rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title,
  body.home .hp-module.bau_univers .title,
  article.page.home-page .hp-module.bau_univers .title {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle,
  body.home .hp-module.bau_univers .subtitle,
  article.page.home-page .hp-module.bau_univers .subtitle {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title,
  body.home .hp-module.harriet_univers .title,
  article.page.home-page .hp-module.harriet_univers .title {
    font-family: "harriet", "georgia", serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle,
  body.home .hp-module.harriet_univers .subtitle,
  article.page.home-page .hp-module.harriet_univers .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .title,
  body.home .hp-module.univers_bau .title,
  article.page.home-page .hp-module.univers_bau .title {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle,
  body.home .hp-module.univers_bau .subtitle,
  article.page.home-page .hp-module.univers_bau .subtitle {
    font-family: "BauWebPro", "Arial", sans-serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.wright_now .title,
  article.auction_session_index_page .hp-module.wright_now .subtitle,
  body.home .hp-module.wright_now .title,
  body.home .hp-module.wright_now .subtitle,
  article.page.home-page .hp-module.wright_now .title,
  article.page.home-page .hp-module.wright_now .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.wright_now .now,
  body.home .hp-module.wright_now .now,
  article.page.home-page .hp-module.wright_now .now {
    font-size: 3rem;
    margin-bottom: 3rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .title::before,
  body.home .hp-module.stacked.bau_univers .title::before,
  article.page.home-page .hp-module.stacked.bau_univers .title::before {
    margin-bottom: -0.6rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .title::after,
  body.home .hp-module.stacked.bau_univers .title::after,
  article.page.home-page .hp-module.stacked.bau_univers .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .subtitle::before,
  body.home .hp-module.stacked.bau_univers .subtitle::before,
  article.page.home-page .hp-module.stacked.bau_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .subtitle::after,
  body.home .hp-module.stacked.bau_univers .subtitle::after,
  article.page.home-page .hp-module.stacked.bau_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .title::before,
  body.home .hp-module.stacked.harriet_univers .title::before,
  article.page.home-page .hp-module.stacked.harriet_univers .title::before {
    margin-bottom: -1rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .title::after,
  body.home .hp-module.stacked.harriet_univers .title::after,
  article.page.home-page .hp-module.stacked.harriet_univers .title::after {
    margin-top: -1rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .subtitle::before,
  body.home .hp-module.stacked.harriet_univers .subtitle::before,
  article.page.home-page .hp-module.stacked.harriet_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .subtitle::after,
  body.home .hp-module.stacked.harriet_univers .subtitle::after,
  article.page.home-page .hp-module.stacked.harriet_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .title::before,
  body.home .hp-module.stacked.univers_bau .title::before,
  article.page.home-page .hp-module.stacked.univers_bau .title::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .title::after,
  body.home .hp-module.stacked.univers_bau .title::after,
  article.page.home-page .hp-module.stacked.univers_bau .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle,
  body.home .hp-module.stacked.univers_bau .subtitle,
  article.page.home-page .hp-module.stacked.univers_bau .subtitle {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle::before,
  body.home .hp-module.stacked.univers_bau .subtitle::before,
  article.page.home-page .hp-module.stacked.univers_bau .subtitle::before {
    margin-bottom: -0.5rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle::after,
  body.home .hp-module.stacked.univers_bau .subtitle::after,
  article.page.home-page .hp-module.stacked.univers_bau .subtitle::after {
    margin-top: -1.5rem;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .title::before,
  body.home .hp-module.stacked.wright_now .title::before,
  article.page.home-page .hp-module.stacked.wright_now .title::before {
    margin-bottom: -0.154em;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .title::after,
  body.home .hp-module.stacked.wright_now .title::after,
  article.page.home-page .hp-module.stacked.wright_now .title::after {
    margin-top: -0.3em;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .subtitle::before,
  body.home .hp-module.stacked.wright_now .subtitle::before,
  article.page.home-page .hp-module.stacked.wright_now .subtitle::before {
    margin-bottom: -0.154em;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .subtitle::after,
  body.home .hp-module.stacked.wright_now .subtitle::after,
  article.page.home-page .hp-module.stacked.wright_now .subtitle::after {
    margin-top: -0.3em;
  }

  article.auction_session_index_page .hp-module.stacked .date-title-subtitle.no-date,
  body.home .hp-module.stacked .date-title-subtitle.no-date,
  article.page.home-page .hp-module.stacked .date-title-subtitle.no-date {
    margin-top: 0.3rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title-subtitle,
  body.home .hp-module.stack_date_title .title-subtitle,
  article.page.home-page .hp-module.stack_date_title .title-subtitle {
    display: block;
    margin-bottom: 3rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title-subtitle::before,
  body.home .hp-module.stack_date_title .title-subtitle::before,
  article.page.home-page .hp-module.stack_date_title .title-subtitle::before {
    content: "";
    display: table;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title-subtitle::after,
  body.home .hp-module.stack_date_title .title-subtitle::after,
  article.page.home-page .hp-module.stack_date_title .title-subtitle::after {
    content: "";
    display: table;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title,
  article.auction_session_index_page .hp-module.stack_date_title .subtitle,
  body.home .hp-module.stack_date_title .title,
  body.home .hp-module.stack_date_title .subtitle,
  article.page.home-page .hp-module.stack_date_title .title,
  article.page.home-page .hp-module.stack_date_title .subtitle {
    display: inline;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title::before,
  article.auction_session_index_page .hp-module.stack_date_title .subtitle::before,
  body.home .hp-module.stack_date_title .title::before,
  body.home .hp-module.stack_date_title .subtitle::before,
  article.page.home-page .hp-module.stack_date_title .title::before,
  article.page.home-page .hp-module.stack_date_title .subtitle::before {
    display: none;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title::after,
  article.auction_session_index_page .hp-module.stack_date_title .subtitle::after,
  body.home .hp-module.stack_date_title .title::after,
  body.home .hp-module.stack_date_title .subtitle::after,
  article.page.home-page .hp-module.stack_date_title .title::after,
  article.page.home-page .hp-module.stack_date_title .subtitle::after {
    display: none;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title-subtitle:before,
  body.home .hp-module.stack_date_title.bau_univers .title-subtitle:before,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title-subtitle:before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title-subtitle:after,
  body.home .hp-module.stack_date_title.bau_univers .title-subtitle:after,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title-subtitle:after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title,
  body.home .hp-module.stack_date_title.bau_univers .title,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title::before,
  body.home .hp-module.stack_date_title.bau_univers .title::before,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title::after,
  body.home .hp-module.stack_date_title.bau_univers .title::after,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle,
  body.home .hp-module.stack_date_title.bau_univers .subtitle,
  article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle::before,
  body.home .hp-module.stack_date_title.bau_univers .subtitle::before,
  article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle::after,
  body.home .hp-module.stack_date_title.bau_univers .subtitle::after,
  article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .links,
  body.home .hp-module.stack_date_title.bau_univers .links,
  article.page.home-page .hp-module.stack_date_title.bau_univers .links {
    margin: 2.1rem auto 0 auto;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title-subtitle:before,
  body.home .hp-module.stack_date_title.harriet_univers .title-subtitle:before,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title-subtitle:before {
    margin-bottom: -1.1rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title-subtitle:after,
  body.home .hp-module.stack_date_title.harriet_univers .title-subtitle:after,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title-subtitle:after {
    margin-top: -0.2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title::before,
  body.home .hp-module.stack_date_title.harriet_univers .title::before,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title::after,
  body.home .hp-module.stack_date_title.harriet_univers .title::after,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .subtitle::before,
  body.home .hp-module.stack_date_title.harriet_univers .subtitle::before,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .subtitle::after,
  body.home .hp-module.stack_date_title.harriet_univers .subtitle::after,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title-subtitle::before,
  body.home .hp-module.stack_date_title.univers_bau .title-subtitle::before,
  article.page.home-page .hp-module.stack_date_title.univers_bau .title-subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title-subtitle::after,
  body.home .hp-module.stack_date_title.univers_bau .title-subtitle::after,
  article.page.home-page .hp-module.stack_date_title.univers_bau .title-subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title,
  body.home .hp-module.stack_date_title.univers_bau .title,
  article.page.home-page .hp-module.stack_date_title.univers_bau .title {
    margin-right: 2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .links,
  body.home .hp-module.stack_date_title.univers_bau .links,
  article.page.home-page .hp-module.stack_date_title.univers_bau .links {
    margin: 2.1rem auto 0 auto;
  }

  article.auction_session_index_page .hp-module.stack_date_title .date-title-subtitle.no-date,
  body.home .hp-module.stack_date_title .date-title-subtitle.no-date,
  article.page.home-page .hp-module.stack_date_title .date-title-subtitle.no-date {
    margin-top: 0.3rem;
  }
}

body.house-herman_miller .filter-container li,
body.house-wright .filter-container li {
  font-size: 1.4rem;
}

body.house-herman_miller .navigation--primary .wright-now span,
body.house-wright .navigation--primary .wright-now span {
  font-weight: 500;
}

body.house-herman_miller .navigation--primary .navbuying .col-c .submenu .title > a > span,
body.house-wright .navigation--primary .navbuying .col-c .submenu .title > a > span {
  color: #fff;
}

body.house-herman_miller .global-footer,
body.house-herman_miller #search-results-header.dark,
body.house-wright .global-footer,
body.house-wright #search-results-header.dark {
  --primary-color: #5F81FD;
  --primary-color-hover: #435AFF;
}

body.house-herman_miller .dos-modal::before,
body.house-wright .dos-modal::before {
  background-image: url("/images/day_of_sale/wright.jpg");
}

body.house-herman_miller .dos-modal p.dos-artist-name,
body.house-wright .dos-modal p.dos-artist-name {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

body.house-herman_miller .dos-modal p.dos-artist-name strong,
body.house-wright .dos-modal p.dos-artist-name strong {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  font-weight: bold;
}

body.house-herman_miller .dos-timer,
body.house-wright .dos-timer {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-herman_miller .dos-timer .separator,
body.house-wright .dos-timer .separator {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-herman_miller .dos-closed-inner a,
body.house-herman_miller .dos-links a,
body.house-wright .dos-closed-inner a,
body.house-wright .dos-links a {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

body.house-herman_miller .dos-closed-inner,
body.house-wright .dos-closed-inner {
  background: linear-gradient(90deg, rgba(67, 90, 255, 0.93) 23%, rgba(35, 3, 235, 0.93) 55%, rgba(35, 3, 235, 0.93) 80%, rgba(67, 90, 255, 0.93));
}

body.house-herman_miller .dos-auction-today,
body.house-wright .dos-auction-today {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-herman_miller .navigation--primary .user-menu-container .logged_in_as ul li a span,
body.house-wright .navigation--primary .user-menu-container .logged_in_as ul li a span {
  letter-spacing: 0.3px;
}

body.house-herman_miller .headline .primary:before,
body.house-wright .headline .primary:before {
  margin-bottom: -0.4rem;
}

body.house-herman_miller .headline .primary:after,
body.house-wright .headline .primary:after {
  margin-top: 0;
}

body.house-herman_miller .headline .secondary:before,
body.house-wright .headline .secondary:before {
  margin-bottom: -0.4rem;
}

body.house-herman_miller .headline .secondary:after,
body.house-wright .headline .secondary:after {
  margin-top: 0.3rem;
}

body.house-herman_miller .page-auctions-archive .headline .primary:before,
body.house-herman_miller .page-catalogs .headline .primary:before,
body.house-wright .page-auctions-archive .headline .primary:before,
body.house-wright .page-catalogs .headline .primary:before {
  margin-bottom: -0.6rem;
}

body.house-herman_miller .page-auctions-archive .headline .primary:after,
body.house-herman_miller .page-catalogs .headline .primary:after,
body.house-wright .page-auctions-archive .headline .primary:after,
body.house-wright .page-catalogs .headline .primary:after {
  margin-top: -0.1rem;
}

@media screen and (min-width: 768px) {
  body.house-herman_miller .headline .primary:before,
  body.house-wright .headline .primary:before {
    margin-bottom: 0.5rem;
  }

  body.house-herman_miller .headline .primary:after,
  body.house-wright .headline .primary:after {
    margin-top: 0.6rem;
  }

  body.house-herman_miller .headline .secondary:before,
  body.house-wright .headline .secondary:before {
    margin-bottom: 0.5rem;
  }

  body.house-herman_miller .headline .secondary:after,
  body.house-wright .headline .secondary:after {
    margin-top: 0.6rem;
  }

  body.house-herman_miller .headline.year .primary:before,
  body.house-wright .headline.year .primary:before {
    margin-bottom: 0;
  }

  body.house-herman_miller .page-auctions-archive .headline .primary:after,
  body.house-herman_miller .page-catalogs .headline .primary:after,
  body.house-wright .page-auctions-archive .headline .primary:after,
  body.house-wright .page-catalogs .headline .primary:after {
    margin-top: 0.1rem;
  }
}

@media (min-width: 1024px) {
  body.house-herman_miller .page-auctions-archive .headline .primary:before,
  body.house-herman_miller .page-catalogs .headline .primary:before,
  body.house-wright .page-auctions-archive .headline .primary:before,
  body.house-wright .page-catalogs .headline .primary:before {
    margin-bottom: -1.2rem;
  }

  body.house-herman_miller .page-auctions-archive .headline .primary:after,
  body.house-herman_miller .page-catalogs .headline .primary:after,
  body.house-wright .page-auctions-archive .headline .primary:after,
  body.house-wright .page-catalogs .headline .primary:after {
    margin-top: -0.4rem;
  }
}

@media (min-width: 1025px) {
  body.house-herman_miller .navigation--primary .submenu-lvl-2 li span.title,
  body.house-wright .navigation--primary .submenu-lvl-2 li span.title {
    font-weight: 500;
    line-height: 16px;
  }

  body.house-herman_miller .navigation--primary .wright-now span,
  body.house-wright .navigation--primary .wright-now span {
    letter-spacing: 0.1rem;
  }

  body.house-herman_miller .navigation--primary .navauctions:before,
  body.house-wright .navigation--primary .navauctions:before {
    left: 26px;
  }

  body.house-herman_miller .navigation--primary .navauctions .submenu-lvl-1,
  body.house-wright .navigation--primary .navauctions .submenu-lvl-1 {
    left: -184px;
  }

  body.house-herman_miller .navigation--primary .navauctions .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navauctions .submenu-lvl-1 .col-spacer {
    max-width: 100%;
    width: 100%;
    flex-basis: 158px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  body.house-herman_miller .navigation--primary .navartists:before,
  body.house-wright .navigation--primary .navartists:before {
    left: 60px;
  }

  body.house-herman_miller .navigation--primary .navartists .submenu-lvl-1,
  body.house-wright .navigation--primary .navartists .submenu-lvl-1 {
    left: -277px;
  }

  body.house-herman_miller .navigation--primary .navartists .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navartists .submenu-lvl-1 .col-spacer {
    width: 100%;
    max-width: 100%;
    flex-basis: 15.8rem;
    min-width: 15.8rem;
  }

  body.house-herman_miller .navigation--primary .navartists .promo-items-items .img-wrapper,
  body.house-wright .navigation--primary .navartists .promo-items-items .img-wrapper {
    margin-bottom: 1rem;
  }

  body.house-herman_miller .navigation--primary .navbuying:before,
  body.house-wright .navigation--primary .navbuying:before {
    left: 55px;
  }

  body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1,
  body.house-wright .navigation--primary .navbuying .submenu-lvl-1 {
    left: -456px;
  }

  body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navbuying .submenu-lvl-1 .col-spacer {
    max-width: 431px;
    min-width: 431px;
  }

  body.house-herman_miller .navigation--primary .navcontact:before,
  body.house-wright .navigation--primary .navcontact:before {
    left: 24px;
  }

  body.house-herman_miller .navigation--primary .navcontact .submenu-lvl-1,
  body.house-wright .navigation--primary .navcontact .submenu-lvl-1 {
    left: -610px;
  }

  body.house-herman_miller .navigation--primary .navcontact .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navcontact .submenu-lvl-1 .col-spacer {
    max-width: 100%;
    width: 100%;
    flex-basis: 585px;
  }

  body.house-herman_miller .navigation--primary .navcontact .col-fixed .title,
  body.house-wright .navigation--primary .navcontact .col-fixed .title {
    margin-bottom: 0.3rem;
  }

  body.house-herman_miller .navigation--primary .navcontact .inline-mailinglist-signup-form,
  body.house-wright .navigation--primary .navcontact .inline-mailinglist-signup-form {
    margin-top: -0.2rem;
  }
}

@media (min-width: 1024px) and (max-width: 1212px) {
  body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navbuying .submenu-lvl-1 .col-spacer {
    max-width: 159px;
    min-width: 159px;
  }
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

body.house-rago .theme-general.theme-general-rago-editor .theme-general-wrapper p {
  font-family: var(--font-family-sans);
}

body.house-rago .theme-general.theme-general-rago-editor .theme-general-wrapper .filter-container li {
  font-size: 1.4rem;
}

body.house-rago .headline .primary:before {
  margin-bottom: -0.2rem;
}

body.house-rago .headline .primary:after {
  margin-top: -0.2rem;
}

body.house-rago .headline .secondary:before {
  margin-bottom: 0;
}

body.house-rago .headline .secondary:after {
  margin-top: 0;
}

body.house-rago .headline.year .primary:before {
  margin-bottom: 0.3rem;
}

body.house-rago .page-auctions-archive .headline h3,
body.house-rago .page-catalogs .headline h3 {
  padding-bottom: 0.5rem;
}

body.house-rago .page-auctions-archive .headline .primary,
body.house-rago .page-catalogs .headline .primary {
  --font-family-serif: Dala Floda, serif;
  font-weight: 800;
  font-variant: lining-nums;
}

body.house-rago .page-auctions-archive .headline .primary:before,
body.house-rago .page-catalogs .headline .primary:before {
  margin-bottom: -1.1rem;
}

body.house-rago .page-auctions-archive .headline .primary:after,
body.house-rago .page-catalogs .headline .primary:after {
  margin-top: -0.7rem;
}

body.house-rago .chatlio-widget-body,
body.house-rago .chatlio-new-message-container {
  font-family: var(--font-family-sans);
}

body.house-rago .chatlio-widget-body::-webkit-input-placeholder,
body.house-rago .chatlio-new-message-container::-webkit-input-placeholder {
  font-family: var(--font-family-sans);
}

body.house-rago .chatlio-widget-body:-moz-placeholder,
body.house-rago .chatlio-new-message-container:-moz-placeholder {
  font-family: var(--font-family-sans);
}

body.house-rago .chatlio-widget-body::-moz-placeholder,
body.house-rago .chatlio-new-message-container::-moz-placeholder {
  font-family: var(--font-family-sans);
}

body.house-rago .chatlio-widget-body:-ms-input-placeholder,
body.house-rago .chatlio-new-message-container:-ms-input-placeholder {
  font-family: var(--font-family-sans);
}

body.house-rago .chatlio-widget-body textarea,
body.house-rago .chatlio-new-message-container textarea {
  font-family: var(--font-family-sans);
}

body.house-rago .chatlio-title-bar {
  background-color: var(--primary-color) !important;
}

body.house-rago .fb-module-base a.light_button,
body.house-rago .fb-module-base a.dark_button,
body.house-rago .fb-module-base a.button,
body.house-rago .fb-module-base a.button.add-to-cart,
body.house-rago .fb-module-base button:not(.mejs__button__button) {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-rago .fb-module-base p strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-rago .module:not(.module__account_section) button {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-rago .hp-module.slideshow-slide div.cell-caption p strong {
  font-family: var(--font-family-serif);
  font-weight: 800;
}

body.house-rago article.auction_session_index_page .hp-module .location, body.house-rago.home .hp-module .location,
body.house-rago article.page.home-page .hp-module .location {
  font-family: "Decimal", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
}

body.house-rago article.auction_session_index_page .hp-module .date, body.house-rago.home .hp-module .date,
body.house-rago article.page.home-page .hp-module .date {
  font-family: "Dala Floda", serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4rem;
}

body.house-rago article.auction_session_index_page .hp-module .date::before, body.house-rago.home .hp-module .date::before,
body.house-rago article.page.home-page .hp-module .date::before {
  margin-bottom: 0;
}

body.house-rago article.auction_session_index_page .hp-module .date::after, body.house-rago.home .hp-module .date::after,
body.house-rago article.page.home-page .hp-module .date::after {
  margin-top: -0.1rem;
}

body.house-rago article.auction_session_index_page .hp-module .date .period, body.house-rago.home .hp-module .date .period,
body.house-rago article.page.home-page .hp-module .date .period {
  font-size: 2rem;
}

body.house-rago article.auction_session_index_page .hp-module.rago_decimal .title, body.house-rago.home .hp-module.rago_decimal .title,
body.house-rago article.page.home-page .hp-module.rago_decimal .title {
  font-family: "Decimal", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

body.house-rago article.auction_session_index_page .hp-module.rago_decimal .title::before, body.house-rago.home .hp-module.rago_decimal .title::before,
body.house-rago article.page.home-page .hp-module.rago_decimal .title::before {
  content: "";
  margin-bottom: -0.6rem;
  display: table;
}

body.house-rago article.auction_session_index_page .hp-module.rago_decimal .title::after, body.house-rago.home .hp-module.rago_decimal .title::after,
body.house-rago article.page.home-page .hp-module.rago_decimal .title::after {
  content: "";
  margin-top: -0.4rem;
  display: table;
}

body.house-rago article.auction_session_index_page .hp-module.rago_decimal .subtitle, body.house-rago.home .hp-module.rago_decimal .subtitle,
body.house-rago article.page.home-page .hp-module.rago_decimal .subtitle {
  font-family: "Decimal", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

body.house-rago article.auction_session_index_page .hp-module.rago_decimal .subtitle::before, body.house-rago.home .hp-module.rago_decimal .subtitle::before,
body.house-rago article.page.home-page .hp-module.rago_decimal .subtitle::before {
  content: "";
  margin-bottom: -0.6rem;
  display: table;
}

body.house-rago article.auction_session_index_page .hp-module.rago_decimal .subtitle::after, body.house-rago.home .hp-module.rago_decimal .subtitle::after,
body.house-rago article.page.home-page .hp-module.rago_decimal .subtitle::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

body.house-rago article.auction_session_index_page .hp-module.rago_editor .title, body.house-rago.home .hp-module.rago_editor .title,
body.house-rago article.page.home-page .hp-module.rago_editor .title {
  font-family: var(--font-family-serif);
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 2.9rem;
  letter-spacing: 0.39rem;
}

body.house-rago article.auction_session_index_page .hp-module.rago_editor .title::before, body.house-rago.home .hp-module.rago_editor .title::before,
body.house-rago article.page.home-page .hp-module.rago_editor .title::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

body.house-rago article.auction_session_index_page .hp-module.rago_editor .title::after, body.house-rago.home .hp-module.rago_editor .title::after,
body.house-rago article.page.home-page .hp-module.rago_editor .title::after {
  content: "";
  margin-top: -0.8rem;
  display: table;
}

body.house-rago article.auction_session_index_page .hp-module.rago_editor .subtitle, body.house-rago.home .hp-module.rago_editor .subtitle,
body.house-rago article.page.home-page .hp-module.rago_editor .subtitle {
  font-family: var(--font-family-sans);
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  font-variant-numeric: lining-nums;
}

body.house-rago article.auction_session_index_page .hp-module.rago_editor .subtitle::before, body.house-rago.home .hp-module.rago_editor .subtitle::before,
body.house-rago article.page.home-page .hp-module.rago_editor .subtitle::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

body.house-rago article.auction_session_index_page .hp-module.rago_editor .subtitle::after, body.house-rago.home .hp-module.rago_editor .subtitle::after,
body.house-rago article.page.home-page .hp-module.rago_editor .subtitle::after {
  content: "";
  margin-top: -0.7rem;
  display: table;
}

@media (min-width: 570px) {
  body.house-rago article.auction_session_index_page .hp-module .locations-box, body.house-rago.home .hp-module .locations-box,
  body.house-rago article.page.home-page .hp-module .locations-box {
    margin-bottom: 3.1rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .location, body.house-rago.home .hp-module .location,
  body.house-rago article.page.home-page .hp-module .location {
    font-size: 1.2rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .date, body.house-rago.home .hp-module .date,
  body.house-rago article.page.home-page .hp-module .date {
    font-size: 4.7rem;
    line-height: 1.6rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .date::before, body.house-rago.home .hp-module .date::before,
  body.house-rago article.page.home-page .hp-module .date::before {
    margin-bottom: -0.1rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .date::after, body.house-rago.home .hp-module .date::after,
  body.house-rago article.page.home-page .hp-module .date::after {
    margin-top: 0;
  }

  body.house-rago article.auction_session_index_page .hp-module .date .period, body.house-rago.home .hp-module .date .period,
  body.house-rago article.page.home-page .hp-module .date .period {
    font-size: 2rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .links, body.house-rago.home .hp-module .links,
  body.house-rago article.page.home-page .hp-module .links {
    margin: 0.9rem auto 0 auto;
  }

  body.house-rago article.auction_session_index_page .hp-module .links .button, body.house-rago.home .hp-module .links .button,
  body.house-rago article.page.home-page .hp-module .links .button {
    border-bottom-width: 0.3rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .links .button a, body.house-rago.home .hp-module .links .button a,
  body.house-rago article.page.home-page .hp-module .links .button a {
    font-family: "Decimal", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 1.5rem;
    padding-bottom: 0.55rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_decimal .title, body.house-rago.home .hp-module.rago_decimal .title,
  body.house-rago article.page.home-page .hp-module.rago_decimal .title {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_decimal .title::before, body.house-rago.home .hp-module.rago_decimal .title::before,
  body.house-rago article.page.home-page .hp-module.rago_decimal .title::before {
    margin-bottom: -0.8rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_decimal .title::after, body.house-rago.home .hp-module.rago_decimal .title::after,
  body.house-rago article.page.home-page .hp-module.rago_decimal .title::after {
    margin-top: -0.3rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_decimal .subtitle, body.house-rago.home .hp-module.rago_decimal .subtitle,
  body.house-rago article.page.home-page .hp-module.rago_decimal .subtitle {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_decimal .subtitle::before, body.house-rago.home .hp-module.rago_decimal .subtitle::before,
  body.house-rago article.page.home-page .hp-module.rago_decimal .subtitle::before {
    margin-bottom: -1.2rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_decimal .subtitle::after, body.house-rago.home .hp-module.rago_decimal .subtitle::after,
  body.house-rago article.page.home-page .hp-module.rago_decimal .subtitle::after {
    margin-top: -0.7rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_editor .title, body.house-rago.home .hp-module.rago_editor .title,
  body.house-rago article.page.home-page .hp-module.rago_editor .title {
    font-size: 3.1rem;
    line-height: 3.8rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_editor .title::before, body.house-rago.home .hp-module.rago_editor .title::before,
  body.house-rago article.page.home-page .hp-module.rago_editor .title::before {
    margin-bottom: -0.4rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_editor .title::after, body.house-rago.home .hp-module.rago_editor .title::after,
  body.house-rago article.page.home-page .hp-module.rago_editor .title::after {
    margin-top: -1.1rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_editor .subtitle, body.house-rago.home .hp-module.rago_editor .subtitle,
  body.house-rago article.page.home-page .hp-module.rago_editor .subtitle {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_editor .subtitle::before, body.house-rago.home .hp-module.rago_editor .subtitle::before,
  body.house-rago article.page.home-page .hp-module.rago_editor .subtitle::before {
    margin-bottom: -0.5rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_editor .subtitle::after, body.house-rago.home .hp-module.rago_editor .subtitle::after,
  body.house-rago article.page.home-page .hp-module.rago_editor .subtitle::after {
    margin-top: -0.9rem;
  }
}

@media (min-width: 1025px) {
  body.house-rago article.auction_session_index_page .hp-module .location::before, body.house-rago.home .hp-module .location::before,
  body.house-rago article.page.home-page .hp-module .location::before {
    margin-bottom: -0.6rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .location::after, body.house-rago.home .hp-module .location::after,
  body.house-rago article.page.home-page .hp-module .location::after {
    margin-top: -0.8rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .date, body.house-rago.home .hp-module .date,
  body.house-rago article.page.home-page .hp-module .date {
    font-size: 7rem;
    line-height: 2.6rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .date::before, body.house-rago.home .hp-module .date::before,
  body.house-rago article.page.home-page .hp-module .date::before {
    margin-bottom: -0.2rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .date::after, body.house-rago.home .hp-module .date::after,
  body.house-rago article.page.home-page .hp-module .date::after {
    margin-top: 0.22rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .date .period, body.house-rago.home .hp-module .date .period,
  body.house-rago article.page.home-page .hp-module .date .period {
    font-size: 4.8rem;
  }

  body.house-rago article.auction_session_index_page .hp-module .links .button a, body.house-rago.home .hp-module .links .button a,
  body.house-rago article.page.home-page .hp-module .links .button a {
    padding-bottom: 0.55rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_decimal .title, body.house-rago.home .hp-module.rago_decimal .title,
  body.house-rago article.page.home-page .hp-module.rago_decimal .title {
    font-size: 4.2rem;
    line-height: 4.9rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_decimal .subtitle, body.house-rago.home .hp-module.rago_decimal .subtitle,
  body.house-rago article.page.home-page .hp-module.rago_decimal .subtitle {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_editor .title, body.house-rago.home .hp-module.rago_editor .title,
  body.house-rago article.page.home-page .hp-module.rago_editor .title {
    font-size: 3.9rem;
    line-height: 5rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.rago_editor .subtitle, body.house-rago.home .hp-module.rago_editor .subtitle,
  body.house-rago article.page.home-page .hp-module.rago_editor .subtitle {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stacked.rago_decimal .title::before, body.house-rago.home .hp-module.stacked.rago_decimal .title::before,
  body.house-rago article.page.home-page .hp-module.stacked.rago_decimal .title::before {
    margin-bottom: -1.1rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stacked.rago_decimal .title::after, body.house-rago.home .hp-module.stacked.rago_decimal .title::after,
  body.house-rago article.page.home-page .hp-module.stacked.rago_decimal .title::after {
    margin-top: -0.8rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stacked.rago_decimal .subtitle::before, body.house-rago.home .hp-module.stacked.rago_decimal .subtitle::before,
  body.house-rago article.page.home-page .hp-module.stacked.rago_decimal .subtitle::before {
    margin-bottom: -1.1rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stacked.rago_decimal .subtitle::after, body.house-rago.home .hp-module.stacked.rago_decimal .subtitle::after,
  body.house-rago article.page.home-page .hp-module.stacked.rago_decimal .subtitle::after {
    margin-top: -0.9rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stacked.rago_editor .title::before, body.house-rago.home .hp-module.stacked.rago_editor .title::before,
  body.house-rago article.page.home-page .hp-module.stacked.rago_editor .title::before {
    margin-bottom: -0.5rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stacked.rago_editor .title::after, body.house-rago.home .hp-module.stacked.rago_editor .title::after,
  body.house-rago article.page.home-page .hp-module.stacked.rago_editor .title::after {
    margin-top: -1.4rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stacked.rago_editor .subtitle::before, body.house-rago.home .hp-module.stacked.rago_editor .subtitle::before,
  body.house-rago article.page.home-page .hp-module.stacked.rago_editor .subtitle::before {
    margin-bottom: -0.7rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stacked.rago_editor .subtitle::after, body.house-rago.home .hp-module.stacked.rago_editor .subtitle::after,
  body.house-rago article.page.home-page .hp-module.stacked.rago_editor .subtitle::after {
    margin-top: -1.2rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stack_date_title.rago_editor .title-subtitle, body.house-rago.home .hp-module.stack_date_title.rago_editor .title-subtitle,
  body.house-rago article.page.home-page .hp-module.stack_date_title.rago_editor .title-subtitle {
    margin-bottom: 4rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stack_date_title.rago_editor .title-subtitle::before, body.house-rago.home .hp-module.stack_date_title.rago_editor .title-subtitle::before,
  body.house-rago article.page.home-page .hp-module.stack_date_title.rago_editor .title-subtitle::before {
    margin-bottom: -0.6rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stack_date_title.rago_editor .title-subtitle::after, body.house-rago.home .hp-module.stack_date_title.rago_editor .title-subtitle::after,
  body.house-rago article.page.home-page .hp-module.stack_date_title.rago_editor .title-subtitle::after {
    margin-top: -1.2rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stack_date_title.rago_decimal .title-subtitle::before, body.house-rago.home .hp-module.stack_date_title.rago_decimal .title-subtitle::before,
  body.house-rago article.page.home-page .hp-module.stack_date_title.rago_decimal .title-subtitle::before {
    margin-bottom: -1.1rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stack_date_title.rago_decimal .title-subtitle::after, body.house-rago.home .hp-module.stack_date_title.rago_decimal .title-subtitle::after,
  body.house-rago article.page.home-page .hp-module.stack_date_title.rago_decimal .title-subtitle::after {
    margin-top: 0.2rem;
  }

  body.house-rago article.auction_session_index_page .hp-module.stack_date_title .title,
  body.house-rago article.auction_session_index_page .hp-module.stack_date_title .subtitle, body.house-rago.home .hp-module.stack_date_title .title,
  body.house-rago.home .hp-module.stack_date_title .subtitle,
  body.house-rago article.page.home-page .hp-module.stack_date_title .title,
  body.house-rago article.page.home-page .hp-module.stack_date_title .subtitle {
    display: inline;
  }

  body.house-rago article.auction_session_index_page .hp-module.stack_date_title .title::before,
  body.house-rago article.auction_session_index_page .hp-module.stack_date_title .subtitle::before, body.house-rago.home .hp-module.stack_date_title .title::before,
  body.house-rago.home .hp-module.stack_date_title .subtitle::before,
  body.house-rago article.page.home-page .hp-module.stack_date_title .title::before,
  body.house-rago article.page.home-page .hp-module.stack_date_title .subtitle::before {
    display: none;
  }

  body.house-rago article.auction_session_index_page .hp-module.stack_date_title .title::after,
  body.house-rago article.auction_session_index_page .hp-module.stack_date_title .subtitle::after, body.house-rago.home .hp-module.stack_date_title .title::after,
  body.house-rago.home .hp-module.stack_date_title .subtitle::after,
  body.house-rago article.page.home-page .hp-module.stack_date_title .title::after,
  body.house-rago article.page.home-page .hp-module.stack_date_title .subtitle::after {
    display: none;
  }
}

body.house-rago article.page .header h2,
body.house-rago article.page .page__header h2,
body.house-rago article.mosaic .header h2,
body.house-rago article.mosaic .page__header h2 {
  display: none;
}

body.house-rago article.page .header .bid-live,
body.house-rago article.page .header .sale-registration,
body.house-rago article.page .page__header .bid-live,
body.house-rago article.page .page__header .sale-registration,
body.house-rago article.mosaic .header .bid-live,
body.house-rago article.mosaic .header .sale-registration,
body.house-rago article.mosaic .page__header .bid-live,
body.house-rago article.mosaic .page__header .sale-registration {
  color: #fff;
}

body.house-rago .chapter-text {
  font-family: var(--font-family-serif);
  font-weight: 800;
}

body.house-rago .chapter-text .editortextregular {
  font-family: var(--font-family-serif);
  font-weight: 500;
}

body.house-rago .chapter-text .editortextbold {
  font-family: var(--font-family-serif);
  font-weight: 700;
}

body.house-rago .chapter-text .editortextextrabold {
  font-family: var(--font-family-serif);
  font-weight: 800;
}

body.house-rago .chapter-text .editorregular {
  font-family: var(--font-family-serif);
  font-weight: 500;
}

body.house-rago .chapter-text .editorbold {
  font-family: var(--font-family-serif);
  font-weight: 700;
}

body.house-rago .chapter-text .editorextrabold {
  font-family: var(--font-family-serif);
  font-weight: 800;
}

body.house-rago article.page.calendar .page__header.with_subnav h1,
body.house-rago .account-page .page__header.with_subnav h1 {
  bottom: 0;
}

body.house-rago .w-btn, body.house-rago body.house-toomey a.w-btn-ds-inquire-outline, body.house-toomey body.house-rago a.w-btn-ds-inquire-outline,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline,
body.house-rago a.w-btn-ds-inquire-outline,
body.house-rago .w-btn-ds-inquire-outline,
body.house-rago body.house-wright a.w-btn-ds-inquire-outline,
body.house-wright body.house-rago a.w-btn-ds-inquire-outline,
body.house-rago body.house-wright .w-btn-ds-inquire-outline,
body.house-wright body.house-rago .w-btn-ds-inquire-outline,
body.house-rago body.house-herman_miller a.w-btn-ds-inquire-outline,
body.house-herman_miller body.house-rago a.w-btn-ds-inquire-outline,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline,
body.house-rago body.house-lama a.w-btn-ds-inquire-outline,
body.house-lama body.house-rago a.w-btn-ds-inquire-outline,
body.house-rago body.house-lama .w-btn-ds-inquire-outline,
body.house-lama body.house-rago .w-btn-ds-inquire-outline,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled, body.house-rago body.house-toomey a.w-btn-ds-inquire-solid, body.house-toomey body.house-rago a.w-btn-ds-inquire-solid,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid,
body.house-rago a.w-btn-ds-inquire-solid,
body.house-rago .w-btn-ds-inquire-solid,
body.house-rago body.house-wright a.w-btn-ds-inquire-solid,
body.house-wright body.house-rago a.w-btn-ds-inquire-solid,
body.house-rago body.house-wright .w-btn-ds-inquire-solid,
body.house-wright body.house-rago .w-btn-ds-inquire-solid,
body.house-rago body.house-herman_miller a.w-btn-ds-inquire-solid,
body.house-herman_miller body.house-rago a.w-btn-ds-inquire-solid,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid,
body.house-rago body.house-lama a.w-btn-ds-inquire-solid,
body.house-lama body.house-rago a.w-btn-ds-inquire-solid,
body.house-rago body.house-lama .w-btn-ds-inquire-solid,
body.house-lama body.house-rago .w-btn-ds-inquire-solid,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled, body.house-rago body.house-toomey a.w-btn-light-green-outline, body.house-toomey body.house-rago a.w-btn-light-green-outline,
body.house-rago body.house-toomey .w-btn-light-green-outline,
body.house-toomey body.house-rago .w-btn-light-green-outline,
body.house-rago a.w-btn-light-green-outline,
body.house-rago .w-btn-light-green-outline,
body.house-rago body.house-wright a.w-btn-light-green-outline,
body.house-wright body.house-rago a.w-btn-light-green-outline,
body.house-rago body.house-wright .w-btn-light-green-outline,
body.house-wright body.house-rago .w-btn-light-green-outline,
body.house-rago body.house-herman_miller a.w-btn-light-green-outline,
body.house-herman_miller body.house-rago a.w-btn-light-green-outline,
body.house-rago body.house-herman_miller .w-btn-light-green-outline,
body.house-herman_miller body.house-rago .w-btn-light-green-outline,
body.house-rago body.house-lama a.w-btn-light-green-outline,
body.house-lama body.house-rago a.w-btn-light-green-outline,
body.house-rago body.house-lama .w-btn-light-green-outline,
body.house-lama body.house-rago .w-btn-light-green-outline,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:disabled, body.house-rago body.house-toomey a.w-btn-light-green-solid, body.house-toomey body.house-rago a.w-btn-light-green-solid,
body.house-rago body.house-toomey .w-btn-light-green-solid,
body.house-toomey body.house-rago .w-btn-light-green-solid,
body.house-rago a.w-btn-light-green-solid,
body.house-rago .w-btn-light-green-solid,
body.house-rago body.house-wright a.w-btn-light-green-solid,
body.house-wright body.house-rago a.w-btn-light-green-solid,
body.house-rago body.house-wright .w-btn-light-green-solid,
body.house-wright body.house-rago .w-btn-light-green-solid,
body.house-rago body.house-herman_miller a.w-btn-light-green-solid,
body.house-herman_miller body.house-rago a.w-btn-light-green-solid,
body.house-rago body.house-herman_miller .w-btn-light-green-solid,
body.house-herman_miller body.house-rago .w-btn-light-green-solid,
body.house-rago body.house-lama a.w-btn-light-green-solid,
body.house-lama body.house-rago a.w-btn-light-green-solid,
body.house-rago body.house-lama .w-btn-light-green-solid,
body.house-lama body.house-rago .w-btn-light-green-solid,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:disabled, body.house-rago body.house-toomey a.w-btn-light-grey-outline, body.house-toomey body.house-rago a.w-btn-light-grey-outline,
body.house-rago body.house-toomey .w-btn-light-grey-outline,
body.house-toomey body.house-rago .w-btn-light-grey-outline,
body.house-rago a.w-btn-light-grey-outline,
body.house-rago .w-btn-light-grey-outline,
body.house-rago body.house-wright a.w-btn-light-grey-outline,
body.house-wright body.house-rago a.w-btn-light-grey-outline,
body.house-rago body.house-wright .w-btn-light-grey-outline,
body.house-wright body.house-rago .w-btn-light-grey-outline,
body.house-rago body.house-herman_miller a.w-btn-light-grey-outline,
body.house-herman_miller body.house-rago a.w-btn-light-grey-outline,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline,
body.house-rago body.house-lama a.w-btn-light-grey-outline,
body.house-lama body.house-rago a.w-btn-light-grey-outline,
body.house-rago body.house-lama .w-btn-light-grey-outline,
body.house-lama body.house-rago .w-btn-light-grey-outline,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:disabled, body.house-rago body.house-toomey a.w-btn-light-grey-solid, body.house-toomey body.house-rago a.w-btn-light-grey-solid,
body.house-rago body.house-toomey .w-btn-light-grey-solid,
body.house-toomey body.house-rago .w-btn-light-grey-solid,
body.house-rago a.w-btn-light-grey-solid,
body.house-rago .w-btn-light-grey-solid,
body.house-rago body.house-wright a.w-btn-light-grey-solid,
body.house-wright body.house-rago a.w-btn-light-grey-solid,
body.house-rago body.house-wright .w-btn-light-grey-solid,
body.house-wright body.house-rago .w-btn-light-grey-solid,
body.house-rago body.house-herman_miller a.w-btn-light-grey-solid,
body.house-herman_miller body.house-rago a.w-btn-light-grey-solid,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid,
body.house-rago body.house-lama a.w-btn-light-grey-solid,
body.house-lama body.house-rago a.w-btn-light-grey-solid,
body.house-rago body.house-lama .w-btn-light-grey-solid,
body.house-lama body.house-rago .w-btn-light-grey-solid,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:disabled, body.house-rago body.house-toomey a.w-btn-white-outline, body.house-toomey body.house-rago a.w-btn-white-outline,
body.house-rago body.house-toomey .w-btn-white-outline,
body.house-toomey body.house-rago .w-btn-white-outline,
body.house-rago a.w-btn-white-outline,
body.house-rago .w-btn-white-outline,
body.house-rago body.house-wright a.w-btn-white-outline,
body.house-wright body.house-rago a.w-btn-white-outline,
body.house-rago body.house-wright .w-btn-white-outline,
body.house-wright body.house-rago .w-btn-white-outline,
body.house-rago body.house-herman_miller a.w-btn-white-outline,
body.house-herman_miller body.house-rago a.w-btn-white-outline,
body.house-rago body.house-herman_miller .w-btn-white-outline,
body.house-herman_miller body.house-rago .w-btn-white-outline,
body.house-rago body.house-lama a.w-btn-white-outline,
body.house-lama body.house-rago a.w-btn-white-outline,
body.house-rago body.house-lama .w-btn-white-outline,
body.house-lama body.house-rago .w-btn-white-outline,
body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-white-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-white-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-white-outline:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-white-outline:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-rago .w-btn-white-outline:disabled, body.house-rago body.house-toomey a.w-btn-white-solid, body.house-toomey body.house-rago a.w-btn-white-solid,
body.house-rago body.house-toomey .w-btn-white-solid,
body.house-toomey body.house-rago .w-btn-white-solid,
body.house-rago a.w-btn-white-solid,
body.house-rago .w-btn-white-solid,
body.house-rago body.house-wright a.w-btn-white-solid,
body.house-wright body.house-rago a.w-btn-white-solid,
body.house-rago body.house-wright .w-btn-white-solid,
body.house-wright body.house-rago .w-btn-white-solid,
body.house-rago body.house-herman_miller a.w-btn-white-solid,
body.house-herman_miller body.house-rago a.w-btn-white-solid,
body.house-rago body.house-herman_miller .w-btn-white-solid,
body.house-herman_miller body.house-rago .w-btn-white-solid,
body.house-rago body.house-lama a.w-btn-white-solid,
body.house-lama body.house-rago a.w-btn-white-solid,
body.house-rago body.house-lama .w-btn-white-solid,
body.house-lama body.house-rago .w-btn-white-solid,
body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-white-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-white-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-white-solid:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-white-solid:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-rago .w-btn-white-solid:disabled, body.house-rago body.house-toomey a.w-btn-house-outline, body.house-toomey body.house-rago a.w-btn-house-outline,
body.house-rago body.house-toomey .w-btn-house-outline,
body.house-toomey body.house-rago .w-btn-house-outline,
body.house-rago body.house-toomey a.w-btn-green-outline,
body.house-toomey body.house-rago a.w-btn-green-outline,
body.house-rago body.house-toomey .w-btn-green-outline,
body.house-toomey body.house-rago .w-btn-green-outline,
body.house-rago a.w-btn-house-outline,
body.house-rago .w-btn-house-outline,
body.house-rago a.w-btn-green-outline,
body.house-rago .w-btn-green-outline,
body.house-rago body.house-wright a.w-btn-house-outline,
body.house-wright body.house-rago a.w-btn-house-outline,
body.house-rago body.house-wright .w-btn-house-outline,
body.house-wright body.house-rago .w-btn-house-outline,
body.house-rago body.house-wright a.w-btn-green-outline,
body.house-wright body.house-rago a.w-btn-green-outline,
body.house-rago body.house-wright .w-btn-green-outline,
body.house-wright body.house-rago .w-btn-green-outline,
body.house-rago body.house-herman_miller a.w-btn-house-outline,
body.house-herman_miller body.house-rago a.w-btn-house-outline,
body.house-rago body.house-herman_miller .w-btn-house-outline,
body.house-herman_miller body.house-rago .w-btn-house-outline,
body.house-rago body.house-herman_miller a.w-btn-green-outline,
body.house-herman_miller body.house-rago a.w-btn-green-outline,
body.house-rago body.house-herman_miller .w-btn-green-outline,
body.house-herman_miller body.house-rago .w-btn-green-outline,
body.house-rago body.house-lama a.w-btn-house-outline,
body.house-lama body.house-rago a.w-btn-house-outline,
body.house-rago body.house-lama .w-btn-house-outline,
body.house-lama body.house-rago .w-btn-house-outline,
body.house-rago body.house-lama a.w-btn-green-outline,
body.house-lama body.house-rago a.w-btn-green-outline,
body.house-rago body.house-lama .w-btn-green-outline,
body.house-lama body.house-rago .w-btn-green-outline,
body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-house-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-green-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-house-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-green-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago .w-btn-house-outline:disabled,
body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-house-outline:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-house-outline:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-green-outline:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-green-outline:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-rago .w-btn-green-outline:disabled, body.house-rago body.house-toomey a.w-btn-house-solid, body.house-toomey body.house-rago a.w-btn-house-solid,
body.house-rago body.house-toomey .w-btn-house-solid,
body.house-toomey body.house-rago .w-btn-house-solid,
body.house-rago body.house-toomey a.w-btn-green-solid,
body.house-toomey body.house-rago a.w-btn-green-solid,
body.house-rago body.house-toomey .w-btn-green-solid,
body.house-toomey body.house-rago .w-btn-green-solid,
body.house-rago a.w-btn-house-solid,
body.house-rago .w-btn-house-solid,
body.house-rago a.w-btn-green-solid,
body.house-rago .w-btn-green-solid,
body.house-rago body.house-wright a.w-btn-house-solid,
body.house-wright body.house-rago a.w-btn-house-solid,
body.house-rago body.house-wright .w-btn-house-solid,
body.house-wright body.house-rago .w-btn-house-solid,
body.house-rago body.house-wright a.w-btn-green-solid,
body.house-wright body.house-rago a.w-btn-green-solid,
body.house-rago body.house-wright .w-btn-green-solid,
body.house-wright body.house-rago .w-btn-green-solid,
body.house-rago body.house-herman_miller a.w-btn-house-solid,
body.house-herman_miller body.house-rago a.w-btn-house-solid,
body.house-rago body.house-herman_miller .w-btn-house-solid,
body.house-herman_miller body.house-rago .w-btn-house-solid,
body.house-rago body.house-herman_miller a.w-btn-green-solid,
body.house-herman_miller body.house-rago a.w-btn-green-solid,
body.house-rago body.house-herman_miller .w-btn-green-solid,
body.house-herman_miller body.house-rago .w-btn-green-solid,
body.house-rago body.house-lama a.w-btn-house-solid,
body.house-lama body.house-rago a.w-btn-house-solid,
body.house-rago body.house-lama .w-btn-house-solid,
body.house-lama body.house-rago .w-btn-house-solid,
body.house-rago body.house-lama a.w-btn-green-solid,
body.house-lama body.house-rago a.w-btn-green-solid,
body.house-rago body.house-lama .w-btn-green-solid,
body.house-lama body.house-rago .w-btn-green-solid,
body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-house-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey body.house-wright .w-btn-green-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-wright body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-house-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey body.house-lama .w-btn-green-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-green-solid:disabled,
body.house-lama body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago .w-btn-house-solid:disabled,
body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-wright body.house-herman_miller .w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller body.house-wright .w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-house-solid:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-house-solid:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-wright body.house-lama .w-btn-green-solid:disabled,
body.house-wright body.house-lama body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-lama body.house-wright .w-btn-green-solid:disabled,
body.house-lama body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller body.house-lama .w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-lama body.house-herman_miller .w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-rago .w-btn-green-solid:disabled,
body.house-rago .w-btn:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago .w-btn-house-outline:disabled,
body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago .w-btn-house-solid:disabled,
body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-rago .w-btn-green-solid:disabled {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-rago .password-requirements {
  font-family: var(--font-family-sans);
}

body.house-rago .password-requirements strong {
  font-weight: bold;
}

body.house-rago .password-requirements em {
  font-style: italic;
}

body.house-rago .password-requirements strong em,
body.house-rago .password-requirements em strong {
  font-weight: bold;
  font-style: italic;
}

body.house-rago .page.my-account .module.module__account_section .heading,
body.house-rago .page.my-account .module__credit_cards .heading {
  font-family: var(--font-family-serif);
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: 0;
  padding-bottom: 0.5rem;
}

body.house-rago .page.my-account .card-details strong {
  font-family: var(--font-family-serif);
  font-weight: 800;
}

body.house-rago .page.account-page.my-bids .actions strong a {
  font-family: var(--font-family-sans);
  font-weight: 800;
  font-size: 1.4rem;
}

body.house-rago .page.account-page.my-bids .actions .buyers-premium {
  font-size: 1.3rem;
}

body.house-rago .page.account-page.my-bids strong {
  font-weight: 800;
}

body.house-rago .page.account-page.my-bids strong .artist_name {
  color: #111;
  letter-spacing: 0;
}

body.house-rago .page.account-page.my-bids .buyers-premium {
  color: #111;
}

body.house-rago .page.account-page.my-bids .buyers-premium span {
  color: #666;
}

body.house-rago .page.account-page.my-bids .lot_number {
  width: 5rem;
}

body.house-rago .page.account-page.my-bids .session-info {
  margin-bottom: 1rem;
}

body.house-rago .page.account-page.my-bids .session-title {
  font-family: var(--font-family-serif);
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #4a4a4a;
}

body.house-rago .page.account-page.my-bids .session-title .secondary {
  color: #9b9b9b;
}

body.house-rago .page.account-page.my-bids .details {
  font-size: 1.4rem;
}

body.house-rago .page.account-page.my-bids .details p {
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #666;
}

body.house-rago .page.account-page.my-bids .details p strong {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-rago .page.account-page.my-bids .details strong.bid-amount {
  font-family: var(--font-family-sans);
  font-weight: 800;
  color: #111;
}

body.house-rago .page.account-page.my-bids .details strong.bid-amount .add-backup-bid {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-rago .page.account-page.my-bids .details svg {
  height: 1.3rem;
}

body.house-rago .page.account-page.my-bids .table-heading-row {
  font-size: 1.3rem;
  color: #111;
}

body.house-rago .page.account-page.my-bids .module__registered_sale .bidder-number {
  font-size: 1.4rem;
}

body.house-rago .page.account-page.my-bids .module__registered_sale .phone-numbers {
  font-size: 1.3rem;
}

body.house-rago .page.account-page.my-bids .module__registered_sale .phone-numbers svg {
  height: 1.3rem;
}

body.house-rago .page.account-page.my-bids .module__registered_sale .items .lot_number {
  font-family: "Dala Floda", serif;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  color: #ccc;
}

.text.details body.house-rago:not(body.theme-general-rago-editor) table td,
.text.details body.house-rago:not(body.theme-general-rago-editor) ul li {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
}

.text.details body.house-rago:not(body.theme-general-rago-editor) strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-rago #mainMenu > header > div.menu-wrapper > ul > li.navauctions.i--1.root-li > ul > li.col.col-b > ul > li.nolink.title {
  padding-bottom: 11px;
  line-height: 18px;
}

body.house-rago #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort ul li a {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort .grid-filter-form .fuzzy-search li input {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort .grid-filter-form .fuzzy-search li input::-webkit-input-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort .grid-filter-form .fuzzy-search li input:-moz-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort .grid-filter-form .fuzzy-search li input::-moz-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort .grid-filter-form .fuzzy-search li input:-ms-input-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago .subnav_container.full.filter_sort ul li a {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago .subnav_container.full.filter_sort .search li input {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago .subnav_container.full.filter_sort .search li input::-webkit-input-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago .subnav_container.full.filter_sort .search li input:-moz-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago .subnav_container.full.filter_sort .search li input::-moz-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago .subnav_container.full.filter_sort .search li input:-ms-input-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-rago .module.module__grid .bio_title a,
body.house-rago .module.module__grid .title a,
body.house-rago .module.module__artist .bio_title a,
body.house-rago .module.module__artist .title a {
  text-decoration: none;
  color: #a39c8a;
}

body.house-rago .module.module__grid .bio_title a:hover,
body.house-rago .module.module__grid .title a:hover,
body.house-rago .module.module__artist .bio_title a:hover,
body.house-rago .module.module__artist .title a:hover {
  color: #827168;
}

body.house-rago .module.module__artist .bio p {
  font-size: 1.5rem;
  line-height: 2.6rem;
}

body.house-rago article.item-page .auction_info_bar a {
  font-family: var(--font-family-sans);
  color: #111;
  font-variant-numeric: lining-nums;
}

body.house-rago article.item-page .auction_info_bar a:visited:not(.w-btn) {
  color: #111;
}

body.house-rago article.item-page .auction_info_bar a strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.15rem;
}

body.house-rago article.item-page .item-page-content .bar-date span.wrap-fix {
  font-family: var(--font-family-serif);
  font-weight: 800;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  body.house-rago article.item-page .item-page-content .bar-date span.wrap-fix {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}

body.house-rago article.item-page .item-page-content .bar-auction-title a strong {
  font-family: var(--font-family-serif);
  font-weight: 800;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  body.house-rago article.item-page .item-page-content .bar-auction-title a strong {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}

body.house-rago article.item-page .item-page-content div.bar-lot-number .lot-number {
  font-family: "Dala Floda", serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 5rem;
  line-height: 0;
}

@media (min-width: 1024px) {
  body.house-rago article.item-page .item-page-content div.bar-lot-number .lot-number {
    color: #444;
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media (min-width: 1025px) {
  body.house-rago article.item-page .item-page-content .title-bar.row-a.col-wrapper .col.col-c .col-c-inner:not(.col-c),
  body.house-rago article.item-page .item-page-content .title-bar.row-a .col:not(.col-c) {
    border-color: #444;
  }
}

body.house-rago article.item-page .item-page-content .item-details {
  font-family: var(--font-family-sans);
  line-height: 1.8rem;
}

body.house-rago article.item-page .item-page-content .item-details div.title_text .artistdate {
  font-family: var(--font-family-sans);
}

body.house-rago article.item-page .item-page-content .item-details div.title_text h2.artistname {
  font-family: var(--font-family-sans);
  font-weight: 800;
  line-height: 1.8rem;
  letter-spacing: 0;
}

body.house-rago article.item-page .item-page-content .item-details div.title_text h3.itemname {
  font-family: var(--font-family-sans);
  font-weight: 500;
  line-height: 1.8rem;
}

body.house-rago article.item-page .item-page-content .item-details .description_text .location_note strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-rago article.item-page .item-page-content .item-details .description_text p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 1.8rem;
}

body.house-rago article.item-page .item-page-content .item-details .description_text div.external_link p a, body.house-rago article.item-page .item-page-content .item-details .description_text div.external_link p a:visited, body.house-rago article.item-page .item-page-content .item-details .description_text div.external_link p a:hover {
  color: var(--primary-color);
}

body.house-rago article.item-page .item-page-content .item-details .description_text div.condition p a, body.house-rago article.item-page .item-page-content .item-details .description_text div.condition p a:visited {
  font-family: var(--font-family-sans);
  font-weight: 800;
  color: #a39c8a;
}

body.house-rago article.item-page .item-page-content .item-details .description_text div.condition p a:hover, body.house-rago article.item-page .item-page-content .item-details .description_text div.condition p a:visited:hover {
  color: #827168;
}

body.house-rago article.item-page .item-page-content .item-details .description_text .heading {
  font-family: var(--font-family-sans);
  font-weight: 500;
}

body.house-rago article.item-page .item-page-content .item-details div.user-nbid {
  font-family: var(--font-family-sans);
  font-weight: 700;
  color: var(--primary-color);
}

body.house-rago article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .top-line {
  font-family: var(--font-family-sans);
}

body.house-rago article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .bottom-line {
  font-family: var(--font-family-sans);
  font-weight: 900;
}

body.house-rago article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .top-line,
body.house-rago article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .bottom-line {
  letter-spacing: 0;
}

body.house-rago article.item-page .item-page-content .item-details div.details-buttons .sizer {
  min-width: 20rem;
}

body.house-rago article.item-page .item-page-content .item-details .bid-box .ibas .bid-type-label,
body.house-rago article.item-page .item-page-content .item-details .bid-box .ibas .bid-count,
body.house-rago article.item-page .item-page-content .item-details .bid-box .ibas .bid-status,
body.house-rago article.item-page .item-page-content .item-details .bid-box .ibas .bid-type-suggestion-link,
body.house-rago article.item-page .item-page-content .item-details .bid-box .ibas .user-bid,
body.house-rago article.item-page .item-page-content .item-details .bid-box .ibas .user-current-bid {
  font-family: var(--font-family-sans);
}

body.house-rago article.item-page .item-page-content .item-details .bid-box .ibas .bid-amount.font-medium {
  font-family: var(--font-family-sans);
  font-weight: 600;
  font-size: 1.8rem;
}

body.house-rago article.item-page .item-page-content .item-details .bid-box .ibas .user-lot-status {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-rago article.item-page .item-page-content .item-details .bid-box .ibas .user-activity .user-bid.user-backup-bid a {
  color: var(--primary-color);
}

body.house-rago article.item-page .item-page-content .item-details .bid-box .choices__item--selectable {
  font-family: var(--font-family-sans);
}

body.house-rago article.item-page .item-page-content .item-details .top .details_content.financials .estimate span {
  font-family: var(--font-family-sans);
  line-height: 1.8rem;
  font-weight: 400;
}

body.house-rago article.item-page .item-page-content .item-details .top .details_content.financials .price {
  font-family: var(--font-family-sans);
  font-weight: 500;
  line-height: 1.8rem;
}

body.house-rago article.item-page .item-page-content .item-details .top .details_content.financials .result {
  font-family: var(--font-family-sans);
  font-weight: 800;
  line-height: 1.8rem;
}

body.house-rago article.item-page .item-page-content .item-details .top p {
  font-size: 1.3rem;
  line-height: 1.9rem;
}

body.house-rago article.item-page .item-page-content .item-details span.specification.spec span.specification strong {
  font-family: var(--font-family-sans);
  font-weight: 500;
}

body.house-rago article.item-page .item-page-content .item-details div.specs_text span {
  font-family: var(--font-family-sans);
  line-height: 1.8rem;
}

body.house-rago article.item-page .item-page-content span.print_link a {
  font-family: var(--font-family-sans);
  font-weight: 800;
  line-height: 1.8rem;
}

body.house-rago article.item-page .theme-general-freight p {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  line-height: 2.2rem;
}

@media (min-width: 769px) {
  body.house-rago article.item-page .theme-general-freight p {
    line-height: 2.4rem;
  }
}

@media (min-width: 1024px) {
  body.house-rago article.item-page .theme-general-freight p {
    line-height: 2.6rem;
  }
}

body.house-rago article.item-page .theme-general-freight p strong {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-rago article.item-page .theme-general-freight h2,
body.house-rago article.item-page .theme-general-freight .module:not(.module__account_section) h2 {
  font-family: var(--font-family-serif);
  font-weight: 800;
  font-size: 4rem;
  letter-spacing: 0;
}

body.house-rago article.item-page .theme-general-freight h3 {
  font-family: var(--font-family-serif);
}

body.house-rago article.item-page .theme-general-freight h3 strong {
  font-family: var(--font-family-serif);
  font-weight: 800;
}

body.house-rago article.item-page .theme-general-freight h4,
body.house-rago article.item-page .theme-general-freight h5,
body.house-rago article.item-page .theme-general-freight h6 {
  font-family: var(--font-family-serif);
}

body.house-rago article.item-page .theme-general-freight h4 strong {
  font-family: var(--font-family-sans);
}

body.house-rago .item-zoom-moment .control-bar .lot-number {
  font-family: "Dala Floda", serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 5rem;
}

@media (min-width: 1024px) {
  body.house-rago .item-zoom-moment .control-bar .lot-number {
    font-size: 2rem;
  }
}

body.house-rago #nosotope.grid .item .inline .user-activity {
  font-family: var(--font-family-sans);
}

body.house-rago #nosotope.grid .item .inline .bid-status .bid-amount {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-rago #nosotope.grid .item .inline .bid-status .bid-count {
  font-family: var(--font-family-sans);
}

body.house-rago #nosotope.grid .item .inline .bid-status .user-lot-status {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-rago #nosotope.grid .item .inline .bid-status span {
  line-height: 2.1rem;
}

body.house-rago #nosotope.grid .item .grid-text .lot_no {
  font-family: "Dala Floda", serif;
  font-weight: 700;
  font-size: 3.8rem;
  color: #999;
  padding-bottom: 1rem;
}

body.house-rago #nosotope.grid .item .grid-text .name {
  max-height: 4.2rem;
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.15rem;
  color: #111;
}

body.house-rago #nosotope.grid .item .grid-text div.title {
  max-height: 4.2rem;
}

body.house-rago #nosotope.grid .item .grid-text div.title p,
body.house-rago #nosotope.grid .item .grid-text div.title span {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-rago #nosotope.grid .item .grid-text div.estimate {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-rago #nosotope.grid .item .grid-text div.estimate p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-rago #nosotope.grid .item .grid-text div.estimate p span {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-rago #nosotope.grid .item .grid-text div.result p, body.house-rago #nosotope.grid .item .grid-text .price-available-note p {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
}

body.house-rago #nosotope.grid .item .grid-text div.result p span, body.house-rago #nosotope.grid .item .grid-text .price-available-note p span {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #444;
}

body.house-rago #isotope.index .item .text div.lot_no p {
  font-family: "Dala Floda", serif;
  font-weight: 700;
  font-size: 3.8rem;
  color: #999;
  padding-bottom: 1rem;
}

body.house-rago #isotope.index .item .text div.artist_name {
  max-height: 4.2rem;
}

body.house-rago #isotope.index .item .text div.artist_name p {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.15rem;
  color: #111;
}

body.house-rago #isotope.index .item .text div.name {
  max-height: 4.2rem;
}

body.house-rago #isotope.index .item .text div.name p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-rago #isotope.index .item .text div.estimate {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-rago #isotope.index .item .text div.estimate p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-rago #isotope.index .item .text div.estimate p span {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-rago #isotope.index .item .text div.result p, body.house-rago #isotope.index .item .text .price-available-note p {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
}

body.house-rago #isotope.index .item .text div.result p span, body.house-rago #isotope.index .item .text .price-available-note p span {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #444;
}

body.house-rago .theme-general.theme-general-rago-editor .theme-general-wrapper .item-grid-container.grid .___item .inline div .lot_no {
  font-family: "Dala Floda", serif;
  font-weight: 700;
  font-size: 3.8rem;
}

body.house-rago .item-grid-container.mosaic .___item .inline p {
  font-size: 1.3rem;
}

body.house-rago #nosotope.mosaic .item .inline .ibas .user-bid {
  font-family: var(--font-family-sans);
}

body.house-rago #nosotope.mosaic .item .inline .ibas .user-current-bid,
body.house-rago #nosotope.mosaic .item .inline .ibas .user-current-bid span {
  font-family: var(--font-family-sans);
  font-weight: 500;
}

body.house-rago #nosotope.mosaic .item .inline .ibas .bid-status .bid-amount {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-rago #nosotope.mosaic .item .inline .ibas .user-activity .edit-bid {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-rago .legacy-wrapper h2 span {
  font-family: var(--font-family-serif);
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

body.house-rago .module.module__grid .max_wrapper .item .lot_no {
  font-family: "Dala Floda", serif;
  font-weight: 700;
  font-size: 3.8rem;
  color: #999;
  padding-bottom: 1rem;
}

body.house-rago .module.module__grid .max_wrapper .item h3 {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.15rem;
  color: #111;
}

body.house-rago .module.module__grid .max_wrapper .item p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-rago article.item-page .additional_content .artist_ac_wrapper .module__grid.default .item p {
  font-size: 1.3rem;
  line-height: 2.1rem;
}

body.house-rago .module__mosaic.columns-5 {
  max-width: 100%;
}

body.house-rago .column_slide .tile .desktop div.button {
  font-family: var(--font-family-sans);
}

body.house-rago .module__three_column a *,
body.house-rago .module__three_column a:visited * {
  color: #000;
}

body.house-rago article.page.search #wrapper.search .item-grid-container .inner-container .item .inline div p {
  line-height: 2.1rem;
}

body.house-rago.search #wrapper.search .item-grid-container .result.w1 .inline p,
body.house-rago.search #wrapper.search .item-grid-container .item.w1 .inline p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  color: #666;
}

body.house-rago.search #wrapper.search .item-grid-container .result.w1 .inline p strong,
body.house-rago.search #wrapper.search .item-grid-container .item.w1 .inline p strong {
  font-family: var(--font-family-serif);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #333;
}

body.house-rago.search #wrapper.search .item-grid-container .result.w1 .inline a strong,
body.house-rago.search #wrapper.search .item-grid-container .item.w1 .inline a strong {
  font-family: var(--font-family-sans);
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
  color: var(--primary-color);
}

body.house-rago.search #wrapper.search .item-grid-container .result.w1 .inline a strong:hover,
body.house-rago.search #wrapper.search .item-grid-container .item.w1 .inline a strong:hover {
  color: var(--primary-color-hover);
}

body.house-rago.search #wrapper.search .item-grid-container .result.w1 .inline .artist .name,
body.house-rago.search #wrapper.search .item-grid-container .item.w1 .inline .artist .name {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.15rem;
  color: #111;
}

body.house-rago.search #wrapper.search .item-grid-container .result.w1 .inline .artist .lot_no,
body.house-rago.search #wrapper.search .item-grid-container .item.w1 .inline .artist .lot_no {
  font-family: "Dala Floda", serif;
  font-weight: 700;
  font-size: 3.8rem;
  color: #999;
  padding-bottom: 1rem;
}

body.house-rago.search #wrapper.search .item-grid-container .result.w1 .inline .result p,
body.house-rago.search #wrapper.search .item-grid-container .item.w1 .inline .result p {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago.search #wrapper.search .item-grid-container .result.w1 .inline .result p span,
body.house-rago.search #wrapper.search .item-grid-container .item.w1 .inline .result p span {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

body.house-rago.search #wrapper.search .item-grid-container .actions a, body.house-rago.search #wrapper.search .item-grid-container.category-auctions .result.full-width:not(.no-result-resource) .actions strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-rago.search #wrapper.search .item-grid-container h2,
body.house-rago.search #wrapper.search .item-grid-container h2 span {
  font-family: var(--font-family-serif);
  font-weight: 800;
}

body.house-rago.search #wrapper.search .item-grid-container h4,
body.house-rago.search #wrapper.search .item-grid-container h4 span {
  font-family: var(--font-family-serif);
  font-weight: 800;
}

body.house-rago.search #wrapper.search .item-grid-container h4.title,
body.house-rago.search #wrapper.search .item-grid-container h4.primary {
  font-family: var(--font-family-sans);
  font-weight: 600;
}

body.house-rago.search #wrapper.search .item-grid-container h5,
body.house-rago.search #wrapper.search .item-grid-container h5 span {
  font-family: var(--font-family-sans);
}

body.house-rago.search #wrapper.search div.item-grid-container.category-auctions .result.full-width:not(.no-result-resource) .inline p strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}

body.house-rago article.page.search #wrapper.search #search-results-header nav ul li a,
body.house-rago article.page.search #wrapper.search #search-results-header nav ul li span.no-results, body.house-rago.search #wrapper.search #search-results-header nav ul li a,
body.house-rago.search #wrapper.search #search-results-header nav ul li span.no-results {
  font-family: var(--font-family-sans);
}

body.house-rago article.page.search #wrapper.search .result .inner .no-image-border, body.house-rago.search #wrapper.search .result .inner .no-image-border {
  border-bottom: 1px solid #b6b1a4;
}

body.house-rago article.page.search #wrapper.search .result .details p, body.house-rago.search #wrapper.search .result .details p {
  font-family: var(--font-family-sans);
}

body.house-rago article.page.search #wrapper.search .result .details p strong, body.house-rago.search #wrapper.search .result .details p strong {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-rago article.page.search #wrapper.search .result div.inline h4.primary, body.house-rago.search #wrapper.search .result div.inline h4.primary {
  font-family: var(--font-family-serif);
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #333;
}

body.house-rago article.page.search #wrapper.search .result div.inline h5.secondary, body.house-rago.search #wrapper.search .result div.inline h5.secondary {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #666;
}

body.house-rago article.page.search #wrapper.search .result div.inline p, body.house-rago.search #wrapper.search .result div.inline p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #666;
}

body.house-rago article.page.search #wrapper.search .result div.inline p strong, body.house-rago.search #wrapper.search .result div.inline p strong {
  font-family: var(--font-family-serif);
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #333;
}

body.house-rago article.page.search #wrapper.search .result div.inline span strong, body.house-rago.search #wrapper.search .result div.inline span strong {
  font-family: var(--font-family-sans);
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  color: var(--primary-color);
}

body.house-rago article.page.search #wrapper.search .result div.inline span strong:hover, body.house-rago.search #wrapper.search .result div.inline span strong:hover {
  color: var(--primary-color-hover);
}

body.house-rago.search #wrapper.search .item-grid-container.category-auctions .result.w1 .inline {
  margin-top: 1rem;
}

body.house-rago .navigation {
  font-variant-numeric: lining-nums;
}

body.house-rago .navigation--primary .menu-toggle .hb-x.open span, body.house-rago .navigation--primary .menu-toggle .hb-x:hover span {
  background: #059B68;
}

body.house-rago .navigation--primary .menu-category a,
body.house-rago .navigation--primary .menu-category span,
body.house-rago .navigation--primary .user-menu-container ul li a,
body.house-rago .navigation--primary .user-menu-container ul li span,
body.house-rago .navigation--primary .submenu-lvl-2 li:not(.title) a,
body.house-rago .navigation--primary .submenu-lvl-2 li:not(.title) span {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 0.18rem;
}

body.house-rago .navigation--primary .user-menu-container .logged_in_as ul li a, body.house-rago .navigation--primary .user-menu-container .logged_in_as ul li span {
  letter-spacing: normal;
}

body.house-rago .navigation--primary .logo {
  width: 12rem;
  height: 6rem;
  transition: all 0.3s ease-in-out;
  z-index: 6;
  margin: 0;
}

body.house-rago .navigation--primary .logo svg {
  width: 9.3rem;
  margin-left: auto;
  margin-right: auto;
}

body.house-rago .navigation--primary .logo svg path {
  fill: #444;
}

body.house-rago .navigation--primary .nolink {
  text-transform: uppercase;
}

body.house-rago .navigation--primary .col-fixed .title {
  font-family: Alright, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.18rem;
}

body.house-rago .navigation--primary .inline-signin-form p {
  padding-bottom: 2rem;
  margin-bottom: 0;
}

body.house-rago .navigation--primary .after-logo-spacer {
  flex-basis: 44px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0;
  display: inline-block;
}

body.house-rago .navigation--primary .menu-wrapper {
  align-items: flex-start;
}

body.house-rago .navigation--primary .menu-category {
  padding-right: 2rem;
  padding-left: 2rem;
}

body.house-rago .navigation--primary .navauctions:before {
  left: 48px;
}

body.house-rago .navigation--primary .navartists:before {
  left: 86px;
}

body.house-rago .navigation--primary .navbuying:before {
  left: 81px;
}

body.house-rago .navigation--primary .navcontact:before {
  left: 45px;
}

body.house-rago .navigation--primary li.root-li .menu-category span {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: 0.18rem;
}

body.house-rago .navigation--primary.menu--light.user-menu-active .user-icon-menu-wrapper svg path,
body.house-rago .navigation--primary.menu--light .user-icon-menu-wrapper:hover svg path {
  fill: #059B68;
}

body.house-rago .navigation--primary.menu--light.search-active .search-wrapper .ssr-search-toggle svg path,
body.house-rago .navigation--primary.menu--light.search-active .search-wrapper .ssr-search-toggle svg ellipse,
body.house-rago .navigation--primary.menu--light .search-wrapper:hover .ssr-search-toggle svg path,
body.house-rago .navigation--primary.menu--light .search-wrapper:hover .ssr-search-toggle svg ellipse {
  stroke: #059B68;
}

body.house-rago .navigation--primary .menu.user-menu .text-link-wrapper,
body.house-rago .navigation--primary .menu.user-menu .text-link.text-link-register {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-rago .navigation--primary .menu-wrapper .menu--primary.menu > .navartists .submenu .artist-link .caption .title {
  font-family: var(--font-family-sans);
}

body.house-rago .page form .radio_button_group label {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
}

body.house-rago .page form .radio_button_group label input {
  margin-right: 0.5rem;
}

body.house-rago .page form input,
body.house-rago .page form textarea,
body.house-rago .page form p,
body.house-rago .page form select,
body.house-rago .page form .validation_container {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

body.house-rago .page form input::-webkit-input-placeholder,
body.house-rago .page form textarea::-webkit-input-placeholder,
body.house-rago .page form p::-webkit-input-placeholder,
body.house-rago .page form select::-webkit-input-placeholder,
body.house-rago .page form .validation_container::-webkit-input-placeholder {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

body.house-rago .page form input::-moz-placeholder,
body.house-rago .page form textarea::-moz-placeholder,
body.house-rago .page form p::-moz-placeholder,
body.house-rago .page form select::-moz-placeholder,
body.house-rago .page form .validation_container::-moz-placeholder {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

body.house-rago .page form input::-ms-input-placeholder,
body.house-rago .page form textarea::-ms-input-placeholder,
body.house-rago .page form p::-ms-input-placeholder,
body.house-rago .page form select::-ms-input-placeholder,
body.house-rago .page form .validation_container::-ms-input-placeholder {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

body.house-rago .page form input.w-btn-house-solid, body.house-rago .page form input.w-btn-green-solid,
body.house-rago .page form textarea.w-btn-house-solid,
body.house-rago .page form textarea.w-btn-green-solid,
body.house-rago .page form p.w-btn-house-solid,
body.house-rago .page form p.w-btn-green-solid,
body.house-rago .page form select.w-btn-house-solid,
body.house-rago .page form select.w-btn-green-solid,
body.house-rago .page form .validation_container.w-btn-house-solid,
body.house-rago .page form .validation_container.w-btn-green-solid {
  font-family: var(--font-family-sans);
  font-weight: 700;
  width: 100%;
}

@media (min-width: 768px) {
  body.house-rago .page form input.w-btn-house-solid, body.house-rago .page form input.w-btn-green-solid,
  body.house-rago .page form textarea.w-btn-house-solid,
  body.house-rago .page form textarea.w-btn-green-solid,
  body.house-rago .page form p.w-btn-house-solid,
  body.house-rago .page form p.w-btn-green-solid,
  body.house-rago .page form select.w-btn-house-solid,
  body.house-rago .page form select.w-btn-green-solid,
  body.house-rago .page form .validation_container.w-btn-house-solid,
  body.house-rago .page form .validation_container.w-btn-green-solid {
    width: 28rem;
  }
}

body.house-rago .page form input:not(.w-btn-green-solid) {
  color: #000;
}

body.house-rago .page form .email_name,
body.house-rago .page form .email_address {
  width: 100%;
}

@media (min-width: 768px) {
  body.house-rago .page form .email_name,
  body.house-rago .page form .email_address {
    width: 28rem;
  }
}

body.house-rago .page form .multiselect {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
}

body.house-rago .page form .multiselect::-webkit-input-placeholder {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .page form .multiselect::-moz-placeholder {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .page form .multiselect::-ms-input-placeholder {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .page form select {
  min-height: 5rem;
}

body.house-rago .page form .submit_buttons button {
  width: 50%;
}

body.house-rago .page form .error_box.parsley-error a:not(.dark_button):not(.light_button):not(.no-underline) {
  text-shadow: none;
  background: transparent;
  text-decoration: underline;
}

body.house-rago .page form .error_box.parsley-error {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  letter-spacing: 0;
}

body.house-rago .page form .tooltip_toggle strong {
  font-family: var(--font-family-serif);
  font-weight: 700;
}

body.house-rago .page form .tooltip_toggle p {
  background-color: var(--primary-color);
}

body.house-rago .page .page__section__sidebar .summary p {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .page .page__section__sidebar .total-container p {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-rago .page .page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn), body.house-rago .page .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-rago .page .page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-rago .page .page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-rago .page .page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-rago .page .page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) {
  text-decoration: underline;
  background: none;
  border: none;
  transition: color 0.15s;
  color: var(--primary-color);
}

body.house-rago .page .page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong, body.house-rago .page .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-rago .page .page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-rago .page .page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-rago .page .page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-rago .page .page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong {
  color: var(--primary-color);
}

body.house-rago .page .page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover, body.house-rago .page .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-rago .page .page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-rago .page .page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-rago .page .page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-rago .page .page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover {
  border: none;
  color: var(--primary-color-hover);
  cursor: pointer;
}

body.house-rago .page .page__section.pseudolink,
body.house-rago .page .page__section p.pseudolink,
body.house-rago .page .page__section li.pseudolink {
  display: inline-block;
}

body.house-rago .page .page__section strong a,
body.house-rago .page .page__section p strong a,
body.house-rago .page .page__section li strong a {
  background-size: 3px 3px;
}

body.house-rago .page.page-create-account form input {
  color: #000;
}

body.house-rago .form_wrapper .widget {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
}

body.house-rago .form_wrapper .widget .choices__list.choices__list--single .choices__item {
  line-height: 3rem;
}

body.house-rago .form_wrapper .widget h2 {
  font-family: var(--font-family-serif);
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 2rem;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget input {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget input::-webkit-input-placeholder {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget input::-moz-placeholder {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget input::-ms-input-placeholder {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget .modal-notice-banner .title-bid-activity {
  font-weight: 800;
}

body.house-rago .form_wrapper .widget p {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-rago .form_wrapper .widget textarea {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget .agree label {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget .artist_name {
  font-weight: 800;
}

body.house-rago .form_wrapper .widget .bid-amount {
  font-weight: 700;
}

body.house-rago .form_wrapper .widget .confirm-terms-sale a,
body.house-rago .form_wrapper .widget .buyers-premium-note .popper {
  font-family: var(--font-family-sans);
}

body.house-rago .form_wrapper .widget .bid-inner .lot-number {
  font-family: "Dala Floda", serif;
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 3.2rem;
}

body.house-rago .form_wrapper .widget .bid-inner:not(.submitted) .buyers-premium-note,
body.house-rago .form_wrapper .widget .bid-inner:not(.submitted) .popper:not(.backup-bid-tooltip) {
  font-size: 1.3rem;
}

body.house-rago .form_wrapper .widget .create-account {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget .create-account a, body.house-rago .form_wrapper .widget .create-account a:hover {
  font-family: var(--font-family-sans);
}

body.house-rago .form_wrapper .widget .detail-group label span {
  font-family: var(--font-family-sans);
}

body.house-rago .form_wrapper .widget .just-watch a {
  color: var(--primary-color);
}

body.house-rago .form_wrapper .widget .just-watch a:hover {
  color: var(--primary-color-hover);
}

body.house-rago .form_wrapper .widget .new-card div {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget .password-requirements {
  font-family: var(--font-family-sans);
}

body.house-rago .form_wrapper .widget .step-1 a {
  font-family: var(--font-family-sans);
  font-weight: 900;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget .tab {
  font-size: 1.5rem;
}

body.house-rago .form_wrapper .widget .terms p {
  font-family: var(--font-family-sans);
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget .terms .terms-container strong {
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget .terms .whitespace-no-wrap {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-rago .form_wrapper .widget .tooltip .inner p {
  font-size: 1.3rem;
  line-height: 2rem;
}

body.house-rago .dos-modal::before {
  background-image: url("/images/day_of_sale/rago.jpg");
}

body.house-rago .dos-modal p.dos-artist-name {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-rago .dos-modal p.dos-artist-name strong {
  font-family: Alright, sans-serif;
  font-weight: 700;
}

body.house-rago .dos-modal .dos-closed-close-button svg path {
  stroke: #aaa;
}

body.house-rago .dos-modal .dos_footer {
  background: #8f99a1;
}

body.house-rago .dos-modal .dos_footer a {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-weight: bold;
}

body.house-rago .dos-timer {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

body.house-rago .dos-timer .separator {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

body.house-rago .dos-closed-inner a,
body.house-rago .dos-links a {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-rago .dos-closed-inner {
  background: linear-gradient(90deg, rgba(5, 155, 104, 0.93) 23%, rgba(10, 129, 88, 0.93) 55%, rgba(10, 129, 88, 0.93) 80%, rgba(5, 155, 104, 0.93));
}

body.house-rago .dos-auction-today {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  body.house-rago .headline .primary:before {
    margin-bottom: 0.3rem;
  }

  body.house-rago .headline .primary:after {
    margin-top: -0.2rem;
  }

  body.house-rago .headline .secondary:before {
    margin-bottom: 0.3rem;
  }

  body.house-rago .headline .secondary:after {
    margin-top: -0.2rem;
  }

  body.house-rago .page-auctions-archive .headline h3 {
    padding-bottom: 1rem;
  }

  body.house-rago .page-auctions-archive .headline .primary:before {
    margin-bottom: 0;
  }

  body.house-rago .page-auctions-archive .headline .primary:after {
    margin-top: -0.7rem;
  }
}

@media screen and (min-width: 1024px) {
  body.house-rago .page-auctions-archive .headline .primary:before {
    margin-bottom: -1.1rem;
  }

  body.house-rago .page-auctions-archive .headline .primary:after {
    margin-top: -1.3rem;
  }

  body.house-rago.forms-page-vue .won-lots .container .headline span .primary {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  body.house-rago .navigation--primary .menu.menu--primary > li.root-li .submenu-lvl-1 {
    left: -163px;
  }

  body.house-rago .navigation--primary .menu.menu--primary > li.root-li.navauctions .submenu-lvl-1 > li.col-spacer {
    max-width: 157px;
    min-width: 157px;
    flex-basis: 157px;
  }

  body.house-rago .navigation--primary .menu.menu--primary > li.root-li.navartists .submenu-lvl-1 {
    left: -284px;
  }

  body.house-rago .navigation--primary .menu.menu--primary > li.root-li.navartists .submenu-lvl-1 > li.col-spacer {
    width: 100%;
    max-width: 100%;
    flex-basis: 15.8rem;
    min-width: 15.8rem;
  }

  body.house-rago .navigation--primary .menu.menu--primary > li.root-li.navbuying .submenu-lvl-1 {
    left: -499px;
  }

  body.house-rago .navigation--primary .menu.menu--primary > li.root-li.navbuying .submenu-lvl-1 > li.col-spacer {
    max-width: 494px;
    min-width: 158px;
    flex: 1 1 1px;
  }

  body.house-rago .navigation--primary .menu.menu--primary > li.root-li.navbuying .submenu-lvl-1 > li.col-b {
    flex-shrink: 1;
    min-width: 0;
  }

  body.house-rago .navigation--primary .menu.menu--primary > li.root-li.navcontact .submenu-lvl-1 {
    left: -687px;
  }

  body.house-rago .navigation--primary .menu.menu--primary > li.root-li.navcontact .submenu-lvl-1 > li.col-spacer {
    min-width: 158px;
    max-width: 100%;
    width: 100%;
    flex-basis: 682px;
    margin: 0;
  }

  body.house-rago .navigation--primary .menu.menu--primary > li.root-li.navcontact .submenu-lvl-1 > li.col-fixed {
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 260;
    max-width: 260px;
    margin: 0;
  }

  body.house-rago .navigation--primary .menu.menu--primary > li.root-li.navcontact .submenu-lvl-1 .submenu-lvl-2 .col.col-b.col-mailing-list {
    margin: 0;
  }

  body.house-rago .navigation--primary .menu--primary {
    margin-left: 0rem;
  }

  body.house-rago .navigation--primary .nolink {
    font-weight: 500;
  }

  body.house-rago .navigation--primary .col-fixed .inline-mailinglist-signup {
    margin-top: 1.7rem;
  }

  body.house-rago .navigation--primary .navartists .promo-items-items .img-wrapper {
    margin-bottom: 0.8rem;
  }

  body.house-rago.headroom--top:not(.search-overlay-active) #mainMenu .navigation--primary:not(.logo-tucked) .logo {
    height: 12rem;
    background: #000;
  }

  body.house-rago.headroom--top:not(.search-overlay-active) #mainMenu .navigation--primary:not(.logo-tucked) .logo svg path {
    fill: #fff;
  }

  body.house-rago.headroom--not-top .navigation--primary .logo {
    background: transparent;
    height: 6rem;
  }

  body.house-rago.headroom--not-top .navigation--primary .logo svg path {
    fill: #444;
  }
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

body.house-lama {
  /*
     _ __   __ ___   __
    | '_ \ / _` \ \ / /
    | | | | (_| |\ V /
    |_| |_|\__,_| \_/

  */
}

body.house-lama .theme-general.theme-general-adrianna .theme-general-wrapper .filter-container li {
  font-size: 1.4rem;
}

body.house-lama .headline .primary:before {
  margin-bottom: -0.2rem;
}

body.house-lama .headline .primary:after {
  margin-top: -0.2rem;
}

body.house-lama .headline .secondary:before {
  margin-bottom: -0.4rem;
}

body.house-lama .headline .secondary:after {
  margin-top: -0.4rem;
}

body.house-lama .headline.year .primary:before {
  margin-bottom: 0.2rem;
}

body.house-lama .page-auctions-archive .headline h3,
body.house-lama .page-catalogs .headline h3 {
  padding-bottom: 0.5rem;
}

body.house-lama .page-auctions-archive .headline .primary:after,
body.house-lama .page-catalogs .headline .primary:after {
  margin-top: -0.6rem;
}

body.house-lama .view-on {
  font-size: 1.3rem;
}

body.house-lama .font-harriett {
  font-family: "Lust", serif;
}

body.house-lama #form-forgot-password span.need-to-login a {
  font-size: 1.5rem;
}

body.house-lama article.mosaic .header h2,
body.house-lama article.mosaic .page__header h2,
body.house-lama article.page:not(.forms-page) .header h2,
body.house-lama article.page:not(.forms-page) .page__header h2 {
  display: none;
}

body.house-lama.buying-shipping article.page .header h2,
body.house-lama.buying-shipping article.page .page__header h2 {
  display: block;
}

body.house-lama button.w-btn-house-solid:hover,
body.house-lama a.w-btn-house-solid:hover,
body.house-lama span.w-btn-house-solid:hover,
body.house-lama button.w-btn-green-solid:hover,
body.house-lama a.w-btn-green-solid:hover,
body.house-lama span.w-btn-green-solid:hover {
  background-color: var(--primary-color-hover);
}

body.house-lama .module:not(.module__account_section) a.light_button,
body.house-lama .module:not(.module__account_section) a.dark_button,
body.house-lama .module:not(.module__account_section) a.button,
body.house-lama .module:not(.module__account_section) button,
body.house-lama .module.module__text a.light_button,
body.house-lama .module.module__text a.dark_button,
body.house-lama .module.module__text a.button,
body.house-lama .module.module__text button {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama input,
body.house-lama textarea {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

body.house-lama input.w-btn-house-solid, body.house-lama input.w-btn-green-solid,
body.house-lama textarea.w-btn-house-solid,
body.house-lama textarea.w-btn-green-solid {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama input.w-btn-house-solid:hover, body.house-lama input.w-btn-house-solid.hover, body.house-lama input.w-btn-green-solid:hover, body.house-lama input.w-btn-green-solid.hover,
body.house-lama textarea.w-btn-house-solid:hover,
body.house-lama textarea.w-btn-house-solid.hover,
body.house-lama textarea.w-btn-green-solid:hover,
body.house-lama textarea.w-btn-green-solid.hover {
  background-color: var(--primary-color-hover);
}

body.house-lama input::-webkit-input-placeholder,
body.house-lama textarea::-webkit-input-placeholder {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama input:-moz-placeholder,
body.house-lama textarea:-moz-placeholder {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama input::-moz-placeholder,
body.house-lama textarea::-moz-placeholder {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama input:-ms-input-placeholder,
body.house-lama textarea:-ms-input-placeholder {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama input[type=checkbox] {
  filter: hue-rotate(140deg) contrast(1);
}

body.house-lama .v-modals.form_wrapper .widget a.edit-phone {
  color: var(--primary-color);
}

body.house-lama .v-modals.form_wrapper .widget a.edit-phone:hover {
  color: var(--primary-color-hover);
}

body.house-lama .v-modals.form_wrapper .widget a.edit-bid {
  color: var(--primary-color);
}

body.house-lama .v-modals.form_wrapper .widget a.edit-bid:hover {
  color: var(--primary-color-hover);
}

body.house-lama .v-modals.form_wrapper .widget button.w-btn-grey-solid {
  border-color: transparent;
  color: #fff;
  transition: background-color 0.15s ease-in-out;
}

body.house-lama .v-modals.form_wrapper .widget button.w-btn-grey-solid:hover {
  border-color: transparent;
}

body.house-lama .v-modals.form_wrapper .widget .popper.green.switch-bid-type {
  color: var(--primary-color);
  transition: color 0.15s ease-in-out;
}

body.house-lama .v-modals.form_wrapper .widget .popper.green.switch-bid-type:hover {
  color: var(--primary-color-hover);
}

body.house-lama .v-modals.form_wrapper .widget .w-btn-green-solid.btn-single:hover {
  background-color: var(--primary-color-hover);
}

body.house-lama .form_wrapper.consign_an_item .widget.consign_an_item_widget form #consignment-item-images.dropzone:hover,
body.house-lama .form_wrapper.consign_an_item .widget.consign_an_item_widget form #consignment-item-images.dropzone.dz-drag-hover {
  background-color: rgba(255, 140, 0, 0.05);
}

body.house-lama article.item-page .item-details .details_wrapper, body.house-lama article.item-page .item-details .details_wrapper h1, body.house-lama article.item-page .item-details .details_wrapper h2, body.house-lama article.item-page .item-details .details_wrapper p,
body.house-lama article.item-page .item-details .details_wrapper .details_section .details_content .artistname a,
body.house-lama article.item-page .item-details .details_wrapper .details_section .details_content .artistname a:hover {
  color: #333;
}

body.house-lama article.item-page .auction_info_bar a .text span {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.15rem;
  color: #111;
  font-variant-numeric: lining-nums;
}

body.house-lama article.item-page .auction_info_bar a .text span:visited:not(.w-btn) {
  color: #111;
}

body.house-lama article.item-page .auction_info_bar a .text span strong {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama article.item-page .item-details div.details-buttons .bid-box .bid-type-suggestion-link {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  color: var(--primary-color);
  font-size: 1.2rem;
}

body.house-lama article.item-page .item-page-content .bar-date span.wrap-fix {
  font-family: "Lust-text", serif;
  font-weight: bold;
  color: #333;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .bar-date span.wrap-fix {
    font-size: 1.8rem;
    line-height: 1.7rem;
  }
}

body.house-lama article.item-page .item-page-content .bar-auction-title a {
  color: #333;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .bar-auction-title a {
    font-size: 1.8rem;
    line-height: 1.7rem;
  }
}

body.house-lama article.item-page .item-page-content .bar-auction-title a strong {
  font-family: "Lust-text", serif;
  font-weight: bold;
  color: #333;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .bar-auction-title a strong {
    font-size: 1.8rem;
    line-height: 1.7rem;
  }
}

body.house-lama article.item-page .item-page-content div.bar-lot-number .lot-number {
  font-family: "Lust-text", serif;
  font-weight: 900;
  font-size: 3.4rem;
  color: #333;
  line-height: 0;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content div.bar-lot-number .lot-number {
    font-family: "Lust-text", serif;
    font-size: 1.8rem;
    line-height: 2.1rem;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 0.1rem;
  }
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .title-bar.row-a.col-wrapper .col.col-c .col-c-inner:not(.col-c),
  body.house-lama article.item-page .item-page-content .title-bar.row-a .col:not(.col-c) {
    border-color: #333;
  }
}

body.house-lama article.item-page .item-page-content .item-details {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.1rem;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .item-details {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas .bid-type-label,
body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas .bid-count,
body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas .bid-status,
body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas .bid-type-suggestion-link,
body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas .user-bid,
body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas .user-current-bid {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .bid-type-label,
body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .bid-count,
body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .bid-status,
body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .bid-type-suggestion-link,
body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .user-bid,
body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .user-current-bid {
  font-size: 1.5rem;
}

@media (min-width: 1025px) {
  body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .bid-type-label,
  body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .bid-count,
  body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .bid-status,
  body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .bid-type-suggestion-link,
  body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .user-bid,
  body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas.context-item-page .bid-status .active-bid .user-current-bid {
    font-size: 1.4rem;
  }
}

body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas .bid-amount.font-medium {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-weight: 600;
}

body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas .user-lot-status {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama article.item-page .item-page-content .item-details .bid-box .ibas .user-activity .user-bid.user-backup-bid a {
  color: #059B68;
}

body.house-lama article.item-page .item-page-content .item-details .bid-box .choices__item--selectable {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama article.item-page .item-page-content .item-details .description_text {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .item-details .description_text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

body.house-lama article.item-page .item-page-content .item-details .description_text .location_note strong {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama article.item-page .item-page-content .item-details .description_text p {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.1rem;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .item-details .description_text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

body.house-lama article.item-page .item-page-content .item-details .description_text div.external_link p a, body.house-lama article.item-page .item-page-content .item-details .description_text div.external_link p a:visited, body.house-lama article.item-page .item-page-content .item-details .description_text div.external_link p a:hover {
  color: #059B68;
}

body.house-lama article.item-page .item-page-content .item-details .description_text div.condition p a, body.house-lama article.item-page .item-page-content .item-details .description_text div.condition p a:visited {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  color: #a39c8a;
}

body.house-lama article.item-page .item-page-content .item-details .description_text div.condition p a:hover, body.house-lama article.item-page .item-page-content .item-details .description_text div.condition p a:visited:hover {
  color: #827168;
}

body.house-lama article.item-page .item-page-content .item-details .description_text .heading {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
}

body.house-lama article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .top-line {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .bottom-line {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .top-line,
body.house-lama article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .bottom-line {
  font-size: 1.6rem;
  letter-spacing: 0;
}

body.house-lama article.item-page .item-page-content .item-details div.details-buttons .sizer {
  min-width: 20rem;
}

body.house-lama article.item-page .item-page-content .item-details span.specification.spec span.specification {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.01rem;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .item-details span.specification.spec span.specification {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

body.house-lama article.item-page .item-page-content .item-details span.specification.spec span.specification strong {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-weight: 500;
}

body.house-lama article.item-page .item-page-content .item-details div.specs_text {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.01rem;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .item-details div.specs_text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

body.house-lama article.item-page .item-page-content .item-details div.specs_text span {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama article.item-page .item-page-content .item-details div.title_text .artistdate {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.01rem;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .item-details div.title_text .artistdate {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

body.house-lama article.item-page .item-page-content .item-details div.title_text h2.artistname {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.01rem;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .item-details div.title_text h2.artistname {
    font-size: 1.45rem;
    line-height: 2rem;
  }
}

body.house-lama article.item-page .item-page-content .item-details div.title_text h3.itemname {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.01rem;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .item-details div.title_text h3.itemname {
    font-size: 1.45rem;
    line-height: 2rem;
  }
}

body.house-lama article.item-page .item-page-content .item-details .top .details_content.financials {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.01rem;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content .item-details .top .details_content.financials {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

body.house-lama article.item-page .item-page-content .item-details .top .details_content.financials .estimate span {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.01rem;
}

body.house-lama article.item-page .item-page-content .item-details .top .details_content.financials .price {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama article.item-page .item-page-content .item-details .top .details_content.financials .result {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama article.item-page .item-page-content .item-details div.user-bid {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  color: var(--primary-color);
}

body.house-lama article.item-page .item-page-content span.print_link {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

@media (min-width: 1024px) {
  body.house-lama article.item-page .item-page-content span.print_link {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

body.house-lama article.item-page .item-page-content span.print_link a {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama article.item-page .item-page-content .watched-lot-button.watched .btn-inner svg path {
  stroke: var(--primary-color-hover);
  fill: var(--primary-color-hover);
}

@keyframes aura-lama {
  0% {
    transform: scale(0);
    background-color: rgb(255, 0, 64);
  }

  50% {
    background-color: rgb(255, 0, 64);
  }

  100% {
    transform: scale(1);
    background-color: rgba(255, 0, 64, 0);
  }
}

body.house-lama .item-zoom-moment .control-bar .lot-number {
  font-family: "Lust-text", serif;
  font-weight: 900;
  font-size: 4rem;
}

@media (min-width: 1024px) {
  body.house-lama .item-zoom-moment .control-bar .lot-number {
    font-size: 2rem;
  }
}

body.house-lama .page__section strong a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) {
  color: var(--primary-color);
}

body.house-lama .page__section strong a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover {
  color: var(--primary-color-hover);
}

body.house-lama #form-register input[type=email] {
  color: #000;
}

body.house-lama .theme-general-wrapper.account-page .controls span {
  color: var(--primary-color);
}

body.house-lama .theme-general-wrapper.account-page .controls span:hover {
  color: var(--primary-color-hover);
}

body.house-lama .theme-general-wrapper.account-page .module.module__account_section .field-title,
body.house-lama .theme-general-wrapper.account-page .module.module__account_section .email-address {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
}

body.house-lama .theme-general-wrapper.account-page .module.module__account_section .heading {
  font-family: "Lust", serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
}

body.house-lama .theme-general-wrapper.account-page .module.module__account_section .phone-number {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
}

body.house-lama .theme-general-wrapper.account-page .module.module__account_section .sub-title p {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama .theme-general-wrapper.account-page .module.module__account_section .w-btn-house-solid,
body.house-lama .theme-general-wrapper.account-page .module.module__account_section .w-btn-green-solid {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama .theme-general-wrapper.account-page .module.module__account_section .w-btn-house-solid:hover,
body.house-lama .theme-general-wrapper.account-page .module.module__account_section .w-btn-green-solid:hover {
  background-color: var(--primary-color-hover);
}

body.house-lama .item-page #item-page .additional_content .artist_ac_wrapper .module__grid.default .item p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.03rem;
}

body.house-lama .item-page #item-page .additional_content .artist_ac_wrapper .module__grid.default .item p.lot_no {
  font-size: 2.6rem;
  line-height: 2.4rem;
}

body.house-lama .item-page #item-page .additional_content .artist_ac_wrapper .module__grid.default .item p .name {
  letter-spacing: 0.18rem;
}

body.house-lama .theme-general-wrapper.theme-general-freight p,
body.house-lama .theme-general-wrapper.theme-general-freight h2,
body.house-lama .theme-general-wrapper.theme-general-freight h3,
body.house-lama .theme-general-wrapper.theme-general-freight h4,
body.house-lama .theme-general-wrapper.theme-general-freight h5,
body.house-lama .theme-general-wrapper.theme-general-freight h6,
body.house-lama .theme-general-wrapper.theme-general-freight figcaption,
body.house-lama .theme-general-wrapper.theme-general-freight .module__quote blockquote,
body.house-lama .theme-general-wrapper.theme-general-freight .module.module__xshow .module__slideshow__title h2 {
  font-family: "Lust-text", serif;
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .bidder-number {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .information .title,
body.house-lama .module:not(.module__account_section).module__calendar .inner .information .date {
  font-family: "Lust", serif;
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .information p {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .information p strong,
body.house-lama .module:not(.module__account_section).module__calendar .inner .information p a:not(.w-btn) {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .information .date {
  font-size: 2.8rem;
  line-height: 3rem;
  margin-top: 0.6rem;
}

@media (min-width: 769px) {
  body.house-lama .module:not(.module__account_section).module__calendar .inner .information .date {
    font-size: 4.8rem;
    line-height: 2.9rem;
    letter-spacing: 0.2rem;
  }
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .information .date .dot {
  font-size: 1.8rem;
  line-height: 3rem;
}

@media (min-width: 769px) {
  body.house-lama .module:not(.module__account_section).module__calendar .inner .information .date .dot {
    font-size: 2.6rem;
    line-height: 2.9rem;
  }
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .information .date-wrapper {
  margin-bottom: 2rem;
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .information a.upcoming-title,
body.house-lama .module:not(.module__account_section).module__calendar .inner .information .upcoming-title,
body.house-lama .module:not(.module__account_section).module__calendar .inner .information .subtitle {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 2rem;
  letter-spacing: 0.02rem;
  font-weight: bold;
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .information .subtitle {
  color: #777;
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .information .title-wrapper.desktop {
  margin-bottom: 2.2rem;
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a {
  color: #fff;
}

body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-ds-inquire-outline,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-ds-inquire-solid,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-light-green-outline,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-light-green-solid,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-light-grey-outline,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-light-grey-solid,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-white-outline,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-white-solid,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-house-outline,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-green-outline,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-house-solid,
body.house-lama .module:not(.module__account_section).module__calendar .inner .image.desktop:hover a.w-btn-green-solid {
  border-color: #fff;
}

body.house-lama .page.archive .module.module__index .year,
body.house-lama .page.catalog .module.module__index .year {
  font-size: 4.4rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
  font-family: var(--font-family-serif);
}

body.house-lama .entry.info-card .information p, body.house-lama .entry.info-card .information a {
  font-size: 1.4rem;
  line-height: 2rem;
}

body.house-lama .entry.info-card .information a {
  line-height: 1.8rem;
}

body.house-lama .entry.info-card .information .title {
  font-weight: 700;
}

body.house-lama.menu--light .navigation--primary.menu--light .menu-wrapper {
  background-color: #e9e9e9;
}

body.house-lama.menu--light .navigation--primary.menu--light .user-menu-wrapper {
  background-color: #fff;
}

body.house-lama.menu--light .navigation--primary.menu--light .col-a {
  background: #fff;
}

body.house-lama.menu--light .navigation--primary.menu--light .col-fixed .title {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
  line-height: 1.6rem;
}

body.house-lama.menu--light .navigation--primary.menu--light .menu-wrapper.user-menu-wrapper a.text-link:not(.text-w-green),
body.house-lama.menu--light .navigation--primary.menu--light .menu-wrapper.user-menu-wrapper input {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama.menu--light .navigation--primary.menu--light .menu-wrapper.user-menu-wrapper .w-btn.w-btn-green-solid:hover,
body.house-lama.menu--light .navigation--primary.menu--light .menu-wrapper.user-menu-wrapper .w-btn-green-solid:hover {
  background-color: var(--primary-color-hover);
}

@media (min-width: 1286px) {
  body.house-lama.menu--light .navigation--primary.menu--light .navigation--primary.menu--light .search-wrapper.search--desktop {
    background-color: #dbdbdb;
  }
}

@media (max-width: 1024px) {
  body.house-lama.menu--light .navigation--primary.menu--light.hbm-active .menu-toggle .hb-x span,
  body.house-lama.menu--light .navigation--primary.menu--light.hbm-active .menu-toggle .hb-x.open span,
  body.house-lama.menu--light .navigation--primary.menu--light .menu-wrapper .menu-toggle.hover .hb-x span,
  body.house-lama.menu--light .navigation--primary.menu--light .menu-wrapper .menu-toggle.hover .hb-x.open span,
  body.house-lama.menu--light .navigation--primary.menu--light .menu-wrapper .menu-toggle:hover .hb-x span,
  body.house-lama.menu--light .navigation--primary.menu--light .menu-wrapper .menu-toggle:hover .hb-x.open span {
    background: var(--primary-color);
  }
}

body.house-lama.menu--light .navigation--primary.menu--light .user-icon-menu-wrapper i.icon-account svg path {
  stroke: transparent;
}

body.house-lama.menu--light .navigation--primary.menu--light div.user-icon-menu-wrapper.hover i.icon-account svg path,
body.house-lama.menu--light .navigation--primary.menu--light div.user-icon-menu-wrapper:hover i.icon-account svg path {
  fill: var(--primary-color);
}

@media (max-width: 1024px) {
  body.house-lama.menu--light .navigation--primary.menu--light.search-active div.search-wrapper.search--desktop i.icon-search svg path, body.house-lama.menu--light .navigation--primary.menu--light.search-active div.search-wrapper.search--desktop i.icon-search svg ellipse,
  body.house-lama.menu--light .navigation--primary.menu--light div.search-wrapper.search--desktop:hover i.icon-search svg path,
  body.house-lama.menu--light .navigation--primary.menu--light div.search-wrapper.search--desktop:hover i.icon-search svg ellipse {
    stroke: var(--primary-color);
  }

  body.house-lama.menu--light .navigation--primary.menu--light.user-menu-active .user-icon-menu-wrapper .account-menu.icon-account svg path,
  body.house-lama.menu--light .navigation--primary.menu--light .user-icon-menu-wrapper:hover .account-menu.icon-account svg path {
    fill: var(--primary-color);
  }
}

body.house-lama .navigation--primary .search-wrapper.search--desktop form input {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama .navigation--primary a.logo {
  width: 100%;
}

body.house-lama .navigation--primary a.logo svg.lama-logo {
  width: 100%;
}

body.house-lama .global-footer svg.lama-logo #lama-logo-gradient-menu .stop-color-top,
body.house-lama .global-footer svg.lama-logo #lama-logo-gradient-footer .stop-color-top,
body.house-lama .navigation--primary.menu--light svg.lama-logo #lama-logo-gradient-menu .stop-color-top,
body.house-lama .navigation--primary.menu--light svg.lama-logo #lama-logo-gradient-footer .stop-color-top {
  stop-color: #ff8c00;
}

body.house-lama .global-footer svg.lama-logo #lama-logo-gradient-menu .stop-color-bottom,
body.house-lama .global-footer svg.lama-logo #lama-logo-gradient-footer .stop-color-bottom,
body.house-lama .navigation--primary.menu--light svg.lama-logo #lama-logo-gradient-menu .stop-color-bottom,
body.house-lama .navigation--primary.menu--light svg.lama-logo #lama-logo-gradient-footer .stop-color-bottom {
  stop-color: #ff0040;
}

body.house-lama .global-footer svg.lama-logo stop,
body.house-lama .navigation--primary.menu--light svg.lama-logo stop {
  transition: 0.6s ease-in-out;
}

body.house-lama .navigation--primary .logo {
  top: 1.6rem;
  height: auto;
  width: auto;
  max-width: 17rem;
  flex-basis: unset;
  margin-right: -0.8rem;
  margin-left: 0;
  padding-left: 1rem;
  transition: all 0.3s ease-in-out;
  transform: translateY(8px);
  z-index: 6;
}

@media (min-width: 1025px) {
  body.house-lama .navigation--primary .after-logo-spacer {
    flex-basis: 0px;
  }

  body.house-lama .navigation--primary .navauctions:before {
    left: 27px;
  }

  body.house-lama .navigation--primary .navauctions .submenu-lvl-1 {
    left: -173px;
  }

  body.house-lama .navigation--primary .navauctions .submenu-lvl-1 .col-spacer {
    max-width: 158px;
    min-width: 147px;
  }

  body.house-lama .navigation--primary .navartists:before {
    left: 64px;
  }

  body.house-lama .navigation--primary .navartists .submenu-lvl-1 {
    left: -268px;
  }

  body.house-lama .navigation--primary .navartists .submenu-lvl-1 .col-spacer {
    width: 100%;
    max-width: 100%;
    flex-basis: 14.8rem;
    min-width: 14.8rem;
  }

  body.house-lama .navigation--primary .navartists .promo-items-items .img-wrapper {
    margin-bottom: 0.8rem;
  }

  body.house-lama .navigation--primary .navbuying:before {
    left: 55px;
  }

  body.house-lama .navigation--primary .navbuying .submenu-lvl-1 {
    left: -453px;
  }

  body.house-lama .navigation--primary .navbuying .submenu-lvl-1 .col-spacer {
    max-width: 42.8rem;
  }

  body.house-lama .navigation--primary .navbuying .submenu-lvl-2 .img-wrapper img {
    margin-right: -4px;
  }

  body.house-lama .navigation--primary .navbuying .submenu-lvl-2 .title {
    margin-top: -0.2rem;
  }

  body.house-lama .navigation--primary .navcontact:before {
    left: 25px;
  }

  body.house-lama .navigation--primary .navcontact .submenu-lvl-1 {
    left: -608px;
  }

  body.house-lama .navigation--primary .navcontact .submenu-lvl-1 .col-spacer {
    flex-basis: 582px;
    max-width: 100%;
    width: 100%;
  }

  body.house-lama .navigation--primary .navcontact .col-fixed .title {
    margin-bottom: 0.5rem;
  }

  body.house-lama .navigation--primary .navauctions .col-c .title,
  body.house-lama .navigation--primary .navartists .col-c .title {
    margin-bottom: 0.5rem;
  }

  body.house-lama .navigation--primary .col-fixed .inline-mailinglist-signup {
    margin-top: 1.4rem;
  }

  body.house-lama.headroom--top:not(.search-overlay-active) #mainMenu .navigation--primary:not(.logo-tucked) .logo {
    transform: translateY(18px);
  }
}

@media (max-width: 1024px) {
  body.house-lama .navigation--primary .logo {
    top: 2.1rem;
  }
}

body.house-lama .global-footer svg.lama-logo path {
  fill: url(#lama-logo-gradient-footer);
}

body.house-lama .global-footer a:hover svg.lama-logo #lama-logo-gradient-footer .stop-color-top {
  stop-color: #ff0040;
}

body.house-lama .global-footer .col-logo a {
  max-height: 5.5rem;
}

body.house-lama .navigation--primary.menu--light .logo svg.lama-logo path {
  fill: url(#lama-logo-gradient-menu);
}

body.house-lama .navigation--primary.menu--light a.logo:hover svg.lama-logo #lama-logo-gradient-menu .stop-color-top {
  stop-color: #ff0040;
}

body.house-lama .dos-modal::before {
  background-image: url("/images/day_of_sale/lama.jpg");
}

body.house-lama .dos-modal p.dos-artist-name {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama .dos-modal p.dos-artist-name strong {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-weight: bold;
}

body.house-lama .dos-timer {
  font-family: "Lust", serif;
}

body.house-lama .dos-timer .separator {
  font-family: "Lust-text", serif;
}

body.house-lama .dos-closed-inner a,
body.house-lama .dos-links a {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama .dos-closed-inner {
  background: linear-gradient(90deg, rgba(255, 140, 0, 0.93) 23%, rgba(255, 69, 35, 0.93) 55%, rgba(255, 69, 35, 0.93) 80%, rgba(255, 140, 0, 0.93));
}

body.house-lama .dos-auction-today {
  font-family: "Lust", serif;
}

body.house-lama .page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn), body.house-lama .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-lama .page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-lama .page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-lama .page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-lama .page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) {
  text-decoration: underline;
  background: none;
  border: none;
  transition: color 0.15s;
  color: var(--primary-color);
}

body.house-lama .page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong, body.house-lama .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-lama .page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-lama .page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-lama .page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-lama .page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong {
  color: var(--primary-color);
}

body.house-lama .page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover, body.house-lama .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-lama .page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-lama .page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-lama .page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-lama .page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover {
  border: none;
  color: var(--primary-color-hover);
  cursor: pointer;
}

body.house-lama .page__section.pseudolink,
body.house-lama .page__section p.pseudolink,
body.house-lama .page__section li.pseudolink {
  display: inline-block;
}

body.house-lama .page__section strong a,
body.house-lama .page__section p strong a,
body.house-lama .page__section li strong a {
  background-size: 3px 3px;
}

body.house-lama .chapter-text {
  font-family: "Lust-text", serif;
}

body.house-lama .chapter-text .lustregular {
  font-family: "Lust", serif;
}

body.house-lama .chapter-text .lusttextlight {
  font-weight: 300;
}

body.house-lama .chapter-text .lusttextmedium {
  font-weight: 500;
}

body.house-lama .item-grid-container.mosiac .item .inline p,
body.house-lama #nosotope.mosaic .item .inline p {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #444;
}

body.house-lama .item-grid-container.mosiac .item .inline p .lot_no,
body.house-lama #nosotope.mosaic .item .inline p .lot_no {
  font-family: "Lust-text", serif;
  font-weight: 900;
  letter-spacing: 0.06rem;
}

body.house-lama .item-grid-container.mosiac .item .inline p .name,
body.house-lama #nosotope.mosaic .item .inline p .name {
  font-size: 1.4rem;
  color: #111;
  letter-spacing: 0.18rem;
}

body.house-lama .item-grid-container.grid .item:not(.caption) .grid,
body.house-lama #nosotope.grid .item:not(.caption) .grid {
  margin-bottom: 1.7rem;
}

body.house-lama .item-grid-container.grid .___item .inline div .lot_no {
  font-family: "Lust", serif;
  font-size: 3rem;
  line-height: 2.4rem;
}

body.house-lama .module.module__grid p {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama .module.module__grid p button {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama #wrapper.artists #results-grid .result.w1 h2.artist-title {
  font-family: "Lust", serif;
}

body.house-lama.artist-custom-page #wrapper.search h1,
body.house-lama.artist-custom-page #wrapper.search h1 a,
body.house-lama.artist-custom-page #wrapper.search h2,
body.house-lama.artist-custom-page #wrapper.search h2 a,
body.house-lama.artist-custom-page #wrapper.search h3,
body.house-lama.artist-custom-page #wrapper.search h3 a,
body.house-lama.artist-custom-page #wrapper.search h6,
body.house-lama.artist-custom-page #wrapper.search h6 a {
  font-family: "Lust", serif;
}

body.house-lama.artist-custom-page #wrapper.search form#search-contact-form-resource input[type=submit].button.light_button {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

body.house-lama.artist-custom-page #wrapper.search form#search-contact-form-resource input[type=submit].button.light_button:hover {
  color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

body.house-lama.artist-custom-page #wrapper.search form#search-contact-form-resource .mailing-list-opt-in {
  max-width: unset;
  text-align: center;
}

body.house-lama.artist-custom-page #wrapper.search .contact-form-resource .contact-form-success.active .checkmark__circle {
  stroke: var(--primary-color);
}

body.house-lama.artist-custom-page #wrapper.search label:not(.detail-group), body.house-lama.artist-custom-page #wrapper.search textarea {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container h1,
body.house-lama.artist-custom-page #wrapper.search .item-grid-container h1 span,
body.house-lama.artist-custom-page #wrapper.search .item-grid-container h2,
body.house-lama.artist-custom-page #wrapper.search .item-grid-container h2 span,
body.house-lama.artist-custom-page #wrapper.search .item-grid-container h3,
body.house-lama.artist-custom-page #wrapper.search .item-grid-container h3 span {
  font-family: "Lust", serif;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container.category-artists .result.w1 .details {
  padding-bottom: 0.5rem;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container.category-artists .result.w1 .details, body.house-lama.artist-custom-page #wrapper.search .item-grid-container.category-artists .result.w1 .details div {
  font-family: "Lust", serif;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container.category-auctions .result.full-width:not(.no-result-resource) p {
  line-height: 1.9rem;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container .no-result-resource h2 a {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container .inner-container h3.auction-title:not(:first-of-type) {
  margin-top: 2rem;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container .inner-container .item .inline .artist .button-wrapper {
  top: 0;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container .inner-container .item .inline div p {
  font-family: var(--font-family-sans);
  color: #666;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container .inner-container .item .inline div p,
body.house-lama.artist-custom-page #wrapper.search .item-grid-container .inner-container .item .inline div p span:not(.lot_no) {
  font-size: 1.3rem;
  line-height: 1.9rem;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container .inner-container .item .inline div .lot_no {
  font-family: "Lust", serif;
  font-size: 3rem;
  line-height: 2.4rem;
  padding-bottom: 1.7rem;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container .inner-container .item .inline div .name {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18rem;
  color: #111;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container .inner-container .item .inline .result p, body.house-lama.artist-custom-page #wrapper.search .item-grid-container .inner-container .item .inline .result p span {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
  color: #444;
}

body.house-lama.artist-custom-page #wrapper.search .item-grid-container .inner-container .item .image {
  margin-bottom: 1.7rem;
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li.sort-control, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li.sort-control {
  border-color: var(--primary-color);
  transition: none;
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li a,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li.sort-control a, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li a,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li.sort-control a {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 1.5rem;
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li:hover,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li.sort-control:hover, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li:hover,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li.sort-control:hover {
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li:hover a,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li.sort-control:hover a, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li:hover a,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li.sort-control:hover a {
  color: #fff;
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li.active,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li.sort-control.active, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li.active,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li.sort-control.active {
  background-color: var(--primary-color);
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li.active a,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li.sort-control.active a, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li.active a,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li.sort-control.active a {
  color: #fff;
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li.active:hover,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.filter li.sort-control.active:hover, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li.active:hover,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.sort li.sort-control.active:hover {
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search .submit svg path,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search .submit svg ellipse {
  stroke: var(--primary-color);
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search input {
  border-color: var(--primary-color);
  color: var(--primary-color);
  transition: color, border-color 0.15s ease-in-out;
  font-size: 1.5rem;
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search input::-webkit-input-placeholder {
  font-size: 1.5rem;
  color: var(--primary-color);
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search input:-moz-placeholder {
  font-size: 1.5rem;
  color: var(--primary-color);
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search input::-moz-placeholder {
  font-size: 1.5rem;
  color: var(--primary-color);
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search input:-ms-input-placeholder {
  font-size: 1.5rem;
  color: var(--primary-color);
  -ms-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:hover .submit svg path,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:hover .submit svg ellipse, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:active .submit svg path,
body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:active .submit svg ellipse {
  stroke: var(--primary-color-hover);
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:hover input, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:active input {
  border-color: var(--primary-color-hover);
  color: var(--primary-color-hover);
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:hover input::-webkit-input-placeholder, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:active input::-webkit-input-placeholder {
  color: var(--primary-color-hover);
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:hover input:-moz-placeholder, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:active input:-moz-placeholder {
  color: var(--primary-color-hover);
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:hover input::-moz-placeholder, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:active input::-moz-placeholder {
  color: var(--primary-color-hover);
}

body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:hover input:-ms-input-placeholder, body.house-lama.artist-custom-page #wrapper.search .filter_sort_container .subnav_container.full ul.search:active input:-ms-input-placeholder {
  color: var(--primary-color-hover);
}

body.house-lama.artist-custom-page #wrapper.search .subnav_container.full.filter_sort.mobile ul.sort {
  border-color: var(--primary-color);
}

body.house-lama.artist-custom-page #wrapper.search .subnav_container.full.filter_sort.mobile ul.sort li.current a::after {
  border-top-color: var(--primary-color);
}

body.house-lama.artist-custom-page #wrapper.search .subnav_container.full.filter_sort.mobile ul.sort li.current a.active::after {
  border-top-color: #fff;
}

body.house-lama.artist-custom-page #search-results-header a,
body.house-lama.artist-custom-page #search-results-header span.no-results {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama.artist-custom-page #search-results-header h1 .accent,
body.house-lama.artist-custom-page #search-results-header nav ul li a span.accent {
  color: var(--primary-color);
}

body.house-lama.artist-custom-page #search-results-header h1 span.accent {
  font-family: "Lust", serif;
}

body.house-lama #search-results-overlay .result-group a,
body.house-lama #search-results-overlay .result-group p {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
}

body.house-lama #search-results-overlay .result-group h3,
body.house-lama #search-results-overlay .result-group h3 a {
  font-family: "Lust", serif;
}

body.house-lama #search-results-overlay .result .details .primary {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
}

body.house-lama #sale-countdown-desktop .title,
body.house-lama #sale-countdown-desktop .legend,
body.house-lama #sale-countdown-mobile .title,
body.house-lama #sale-countdown-mobile .legend {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama #sale-countdown-desktop .title,
body.house-lama #sale-countdown-mobile .title {
  margin-bottom: 1rem;
}

body.house-lama #sale-countdown-desktop .number,
body.house-lama #sale-countdown-mobile .number {
  font-family: "Lust", serif;
}

body.house-lama #sale-countdown-desktop .number .legend,
body.house-lama #sale-countdown-mobile .number .legend {
  letter-spacing: 0.1rem;
  margin-top: 1rem;
}

body.house-lama #sale-countdown-desktop .separator,
body.house-lama #sale-countdown-mobile .separator {
  font-family: "Lust-text", serif;
  font-weight: 500;
}

body.house-lama #sale-countdown-desktop .title {
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
  margin-top: 1rem;
  margin-bottom: 0.9rem;
}

@media (min-width: 1025px) {
  body.house-lama #sale-countdown-desktop .title {
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
  }
}

body.house-lama #sale-countdown-desktop .number {
  font-size: 4rem;
  letter-spacing: 0.3rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.house-lama #sale-countdown-desktop .number {
    width: 5.3rem;
  }
}

@media (min-width: 1025px) {
  body.house-lama #sale-countdown-desktop .number {
    font-size: 4.4rem;
  }
}

body.house-lama #sale-countdown-desktop .number .legend {
  font-size: 0.8rem;
}

@media (min-width: 1025px) {
  body.house-lama #sale-countdown-desktop .number .legend {
    font-size: 0.9rem;
  }
}

body.house-lama #sale-countdown-desktop .number:first-of-type {
  width: 6.5rem;
}

body.house-lama #sale-countdown-desktop .separator {
  font-size: 3.2rem;
}

@media (min-width: 1024px) {
  body.house-lama #sale-countdown-desktop .separator {
    font-size: 3.4rem;
    line-height: 1.25;
  }
}

body.house-lama #sale-countdown-mobile .number {
  font-size: 3.4rem;
}

body.house-lama #sale-countdown-mobile .number .legend {
  font-size: 0.9rem;
}

body.house-lama #sale-countdown-mobile .separator {
  font-size: 3.2rem;
}

body.house-lama #sale-countdown-mobile .title {
  font-size: 0.9rem;
}

body.house-lama.home .hp-module .date,
body.house-lama article.auction_session_index_page .hp-module .date,
body.house-lama article.page.home-page .hp-module .date {
  font-family: "Lust", serif;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

body.house-lama.home .hp-module .date::before,
body.house-lama article.auction_session_index_page .hp-module .date::before,
body.house-lama article.page.home-page .hp-module .date::before {
  content: "";
  margin-bottom: -0.8rem;
  display: table;
}

body.house-lama.home .hp-module .date::after,
body.house-lama article.auction_session_index_page .hp-module .date::after,
body.house-lama article.page.home-page .hp-module .date::after {
  content: "";
  margin-top: -0.9rem;
  display: table;
}

body.house-lama.home .hp-module .date .period,
body.house-lama article.auction_session_index_page .hp-module .date .period,
body.house-lama article.page.home-page .hp-module .date .period {
  font-size: 2.2rem;
}

body.house-lama.home .hp-module .title::before,
body.house-lama article.auction_session_index_page .hp-module .title::before,
body.house-lama article.page.home-page .hp-module .title::before {
  content: "";
  display: table;
}

body.house-lama.home .hp-module .title::after,
body.house-lama article.auction_session_index_page .hp-module .title::after,
body.house-lama article.page.home-page .hp-module .title::after {
  content: "";
  display: table;
}

body.house-lama.home .hp-module .subtitle::before,
body.house-lama article.auction_session_index_page .hp-module .subtitle::before,
body.house-lama article.page.home-page .hp-module .subtitle::before {
  content: "";
  display: table;
}

body.house-lama.home .hp-module .subtitle::after,
body.house-lama article.auction_session_index_page .hp-module .subtitle::after,
body.house-lama article.page.home-page .hp-module .subtitle::after {
  content: "";
  display: table;
}

body.house-lama.home .hp-module .locations-box,
body.house-lama article.auction_session_index_page .hp-module .locations-box,
body.house-lama article.page.home-page .hp-module .locations-box {
  margin-bottom: 1.8rem;
}

body.house-lama.home .hp-module .location,
body.house-lama article.auction_session_index_page .hp-module .location,
body.house-lama article.page.home-page .hp-module .location {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.4rem;
}

body.house-lama.home .hp-module .location::before,
body.house-lama article.auction_session_index_page .hp-module .location::before,
body.house-lama article.page.home-page .hp-module .location::before {
  content: "";
  margin-bottom: -0.7rem;
  display: table;
}

body.house-lama.home .hp-module .location::after,
body.house-lama article.auction_session_index_page .hp-module .location::after,
body.house-lama article.page.home-page .hp-module .location::after {
  content: "";
  margin-top: -0.8rem;
  display: table;
}

body.house-lama.home .hp-module .location.pipe,
body.house-lama article.auction_session_index_page .hp-module .location.pipe,
body.house-lama article.page.home-page .hp-module .location.pipe {
  font-size: 1.5rem;
}

body.house-lama.home .hp-module .gallery-cell-inner .cell-caption p,
body.house-lama.home .hp-module .gallery-cell-inner .cell-caption p strong,
body.house-lama article.auction_session_index_page .hp-module .gallery-cell-inner .cell-caption p,
body.house-lama article.auction_session_index_page .hp-module .gallery-cell-inner .cell-caption p strong,
body.house-lama article.page.home-page .hp-module .gallery-cell-inner .cell-caption p,
body.house-lama article.page.home-page .hp-module .gallery-cell-inner .cell-caption p strong {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  color: #000;
}

body.house-lama.home .hp-module .gallery-cell-inner .cell-caption p strong,
body.house-lama article.auction_session_index_page .hp-module .gallery-cell-inner .cell-caption p strong,
body.house-lama article.page.home-page .hp-module .gallery-cell-inner .cell-caption p strong {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18rem;
}

body.house-lama.home .hp-module .flickity-button-icon,
body.house-lama article.auction_session_index_page .hp-module .flickity-button-icon,
body.house-lama article.page.home-page .hp-module .flickity-button-icon {
  fill: #000;
}

body.house-lama.home .hp-module.lust_adrianna_ext_cond .title,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .title,
body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .title {
  font-family: "adrianna-extended", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-size: 2.5rem;
  line-height: 2.8rem;
}

body.house-lama.home .hp-module.lust_adrianna_ext_cond .title::before,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .title::before,
body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .title::before {
  margin-bottom: -0.4rem;
}

body.house-lama.home .hp-module.lust_adrianna_ext_cond .title::after,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .title::after,
body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .title::after {
  margin-top: -0.6rem;
}

body.house-lama.home .hp-module.lust_adrianna_ext_cond .subtitle,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .subtitle,
body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .subtitle {
  font-family: "adrianna-condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.315rem;
  font-size: 2.5rem;
  line-height: 2.8rem;
}

body.house-lama.home .hp-module.lust_adrianna_ext_cond .subtitle::before,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .subtitle::before,
body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .subtitle::before {
  margin-bottom: -0.4rem;
}

body.house-lama.home .hp-module.lust_adrianna_ext_cond .subtitle::after,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .subtitle::after,
body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .subtitle::after {
  margin-top: -0.7rem;
}

body.house-lama.home .hp-module.lust_adrianna_lust .title,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .title,
body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .title {
  font-family: "adrianna-extended", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 2.5rem;
  line-height: 2.8rem;
}

body.house-lama.home .hp-module.lust_adrianna_lust .title::before,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .title::before,
body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .title::before {
  margin-bottom: -0.4rem;
}

body.house-lama.home .hp-module.lust_adrianna_lust .title::after,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .title::after,
body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .title::after {
  margin-top: -0.6rem;
}

body.house-lama.home .hp-module.lust_adrianna_lust .subtitle,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .subtitle,
body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .subtitle {
  font-family: "Lust", serif;
  font-size: 2.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.24rem;
}

body.house-lama.home .hp-module.lust_adrianna_lust .subtitle::before,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .subtitle::before,
body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .subtitle::before {
  margin-bottom: -0.4rem;
}

body.house-lama.home .hp-module.lust_adrianna_lust .subtitle::after,
body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .subtitle::after,
body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .subtitle::after {
  margin-top: -0.7rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna_cond .title,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .title,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .title {
  font-family: "Lust-text", serif;
  font-weight: bold;
  letter-spacing: 0.32rem;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  font-size: 2.5rem;
  line-height: 2.8rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna_cond .title::before,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .title::before,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .title::before {
  margin-bottom: -0.5rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna_cond .title::after,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .title::after,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .title::after {
  margin-top: -0.5rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna_cond .subtitle,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .subtitle,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .subtitle {
  font-family: "adrianna-condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.315rem;
  font-size: 2.5rem;
  line-height: 2.8rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna_cond .subtitle::before,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .subtitle::before,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .subtitle::before {
  margin-bottom: -0.4rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna_cond .subtitle::after,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .subtitle::after,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .subtitle::after {
  margin-top: -0.7rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna .title,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .title,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .title {
  font-family: "Lust", serif;
  letter-spacing: 0.25rem;
  font-size: 2.5rem;
  line-height: 2.8rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna .title::before,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .title::before,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .title::before {
  margin-bottom: -0.4rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna .title::after,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .title::after,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .title::after {
  margin-top: -0.6rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna .subtitle,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .subtitle,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .subtitle {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3rem;
  font-size: 2.5rem;
  line-height: 2.8rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna .subtitle::before,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .subtitle::before,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .subtitle::before {
  margin-bottom: -0.4rem;
}

body.house-lama.home .hp-module.lust_lust_adrianna .subtitle::after,
body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .subtitle::after,
body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .subtitle::after {
  margin-top: -0.7rem;
}

@media (min-width: 570px) {
  body.house-lama.home .hp-module .locations-box,
  body.house-lama article.auction_session_index_page .hp-module .locations-box,
  body.house-lama article.page.home-page .hp-module .locations-box {
    margin-bottom: 2.9rem;
  }

  body.house-lama.home .hp-module .location,
  body.house-lama article.auction_session_index_page .hp-module .location,
  body.house-lama article.page.home-page .hp-module .location {
    font-size: 1.3rem;
    line-height: 2.6rem;
  }

  body.house-lama.home .hp-module .location::before,
  body.house-lama article.auction_session_index_page .hp-module .location::before,
  body.house-lama article.page.home-page .hp-module .location::before {
    margin-bottom: -0.8rem;
  }

  body.house-lama.home .hp-module .location::after,
  body.house-lama article.auction_session_index_page .hp-module .location::after,
  body.house-lama article.page.home-page .hp-module .location::after {
    margin-top: -0.9rem;
  }

  body.house-lama.home .hp-module .date,
  body.house-lama article.auction_session_index_page .hp-module .date,
  body.house-lama article.page.home-page .hp-module .date {
    font-size: 3.1rem;
  }

  body.house-lama.home .hp-module .date::before,
  body.house-lama article.auction_session_index_page .hp-module .date::before,
  body.house-lama article.page.home-page .hp-module .date::before {
    margin-bottom: -0.8rem;
  }

  body.house-lama.home .hp-module .date::after,
  body.house-lama article.auction_session_index_page .hp-module .date::after,
  body.house-lama article.page.home-page .hp-module .date::after {
    margin-top: -1.1rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .title,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .title,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .title {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .title::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .title::before,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .title::before {
    margin-bottom: -0.7rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .title::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .title::after,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .title::after {
    margin-top: -0.7rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .subtitle,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .subtitle,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .subtitle {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .subtitle::before,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .subtitle::before {
    margin-bottom: -0.6rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .subtitle::after,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .subtitle::after {
    margin-top: -0.9rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .title,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .title,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .title {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .title::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .title::before,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .title::before {
    margin-bottom: -0.7rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .title::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .title::after,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .title::after {
    margin-top: -0.7rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .subtitle,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .subtitle,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .subtitle {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .subtitle::before,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .subtitle::before {
    margin-bottom: -0.5rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .subtitle::after,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .subtitle::after {
    margin-top: -1rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .title,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .title,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .title {
    font-size: 3.3rem;
    line-height: 3.9rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .title::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .title::before,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .title::before {
    margin-bottom: -0.7rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .title::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .title::after,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .title::after {
    margin-top: -0.9rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .subtitle,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .subtitle,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .subtitle {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .subtitle::before,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .subtitle::before {
    margin-bottom: -0.5rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .subtitle::after,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .subtitle::after {
    margin-top: -0.9rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .title,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .title,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .title {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .title::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .title::before,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .title::before {
    margin-bottom: -0.7rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .title::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .title::after,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .title::after {
    margin-top: -1.1rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .subtitle,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .subtitle,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .subtitle {
    font-size: 3.2rem;
    line-height: 3.9rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .subtitle::before,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .subtitle::before {
    margin-bottom: -0.7rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .subtitle::after,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .subtitle::after {
    margin-top: -0.9rem;
  }

  body.house-lama.home .hp-module .links,
  body.house-lama article.auction_session_index_page .hp-module .links,
  body.house-lama article.page.home-page .hp-module .links {
    margin: 0.9rem auto 0 auto;
  }

  body.house-lama.home .hp-module .links .button,
  body.house-lama article.auction_session_index_page .hp-module .links .button,
  body.house-lama article.page.home-page .hp-module .links .button {
    border-bottom-width: 0.3rem;
  }

  body.house-lama.home .hp-module .links .button a,
  body.house-lama article.auction_session_index_page .hp-module .links .button a,
  body.house-lama article.page.home-page .hp-module .links .button a {
    padding: 0 0 0.25rem 0;
  }

  body.house-lama.home .hp-module .links a,
  body.house-lama.home .hp-module .links span,
  body.house-lama article.auction_session_index_page .hp-module .links a,
  body.house-lama article.auction_session_index_page .hp-module .links span,
  body.house-lama article.page.home-page .hp-module .links a,
  body.house-lama article.page.home-page .hp-module .links span {
    font-family: "adrianna-condensed", sans-serif;
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.9rem;
    letter-spacing: 0.215rem;
  }
}

@media (min-width: 769px) {
  body.house-lama.home .hp-module .gallery-cell-inner .cell-caption p,
  body.house-lama.home .hp-module .gallery-cell-inner .cell-caption p strong,
  body.house-lama article.auction_session_index_page .hp-module .gallery-cell-inner .cell-caption p,
  body.house-lama article.auction_session_index_page .hp-module .gallery-cell-inner .cell-caption p strong,
  body.house-lama article.page.home-page .hp-module .gallery-cell-inner .cell-caption p,
  body.house-lama article.page.home-page .hp-module .gallery-cell-inner .cell-caption p strong {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}

@media (min-width: 1025px) {
  body.house-lama.home .hp-module .date,
  body.house-lama article.auction_session_index_page .hp-module .date,
  body.house-lama article.page.home-page .hp-module .date {
    font-size: 4.5rem;
  }

  body.house-lama.home .hp-module .date::before,
  body.house-lama article.auction_session_index_page .hp-module .date::before,
  body.house-lama article.page.home-page .hp-module .date::before {
    margin-bottom: -1.2rem;
  }

  body.house-lama.home .hp-module .date::after,
  body.house-lama article.auction_session_index_page .hp-module .date::after,
  body.house-lama article.page.home-page .hp-module .date::after {
    margin-top: -1.8rem;
  }

  body.house-lama.home .hp-module .date .period,
  body.house-lama article.auction_session_index_page .hp-module .date .period,
  body.house-lama article.page.home-page .hp-module .date .period {
    font-size: 2.8rem;
  }

  body.house-lama.home .hp-module .locations-box::before,
  body.house-lama article.auction_session_index_page .hp-module .locations-box::before,
  body.house-lama article.page.home-page .hp-module .locations-box::before {
    content: "";
    margin-bottom: -1.7rem;
    display: table;
  }

  body.house-lama.home .hp-module .locations-box::after,
  body.house-lama article.auction_session_index_page .hp-module .locations-box::after,
  body.house-lama article.page.home-page .hp-module .locations-box::after {
    content: "";
    margin-top: -0.3rem;
    display: table;
  }

  body.house-lama.home .hp-module .locations .pipe::before,
  body.house-lama article.auction_session_index_page .hp-module .locations .pipe::before,
  body.house-lama article.page.home-page .hp-module .locations .pipe::before {
    margin-bottom: -0.2rem;
  }

  body.house-lama.home .hp-module .locations .pipe::after,
  body.house-lama article.auction_session_index_page .hp-module .locations .pipe::after,
  body.house-lama article.page.home-page .hp-module .locations .pipe::after {
    margin-top: -0.2rem;
  }

  body.house-lama.home .hp-module .location,
  body.house-lama article.auction_session_index_page .hp-module .location,
  body.house-lama article.page.home-page .hp-module .location {
    line-height: 2.7rem;
  }

  body.house-lama.home .hp-module .links,
  body.house-lama article.auction_session_index_page .hp-module .links,
  body.house-lama article.page.home-page .hp-module .links {
    margin: 0.9rem auto 0 auto;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .title,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .title,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .title {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .title::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .title::before,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .title::before {
    margin-bottom: -0.9rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .title::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .title::after,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .title::after {
    margin-top: -1.1rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .subtitle,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .subtitle,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .subtitle {
    font-size: 4.1rem;
    line-height: 5rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .subtitle::before,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .subtitle::before {
    margin-bottom: -0.8rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_ext_cond .subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_ext_cond .subtitle::after,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_ext_cond .subtitle::after {
    margin-top: -1.2rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .title,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .title,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .title {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .title::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .title::before,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .title::before {
    margin-bottom: -0.9rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .title::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .title::after,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .title::after {
    margin-top: -1.1rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .subtitle,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .subtitle,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .subtitle {
    font-size: 4.1rem;
    line-height: 5rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .subtitle::before,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .subtitle::before {
    margin-bottom: -0.7rem;
  }

  body.house-lama.home .hp-module.lust_adrianna_lust .subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_adrianna_lust .subtitle::after,
  body.house-lama article.page.home-page .hp-module.lust_adrianna_lust .subtitle::after {
    margin-top: -1.3rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .title,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .title,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .title {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .title::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .title::before,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .title::before {
    margin-bottom: -0.9rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .title::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .title::after,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .title::after {
    margin-top: -1.2rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .subtitle,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .subtitle,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .subtitle {
    font-size: 4.1rem;
    line-height: 5rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .subtitle::before,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .subtitle::before {
    margin-bottom: -0.8rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna_cond .subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna_cond .subtitle::after,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna_cond .subtitle::after {
    margin-top: -1.1rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .title,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .title,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .title {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .title::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .title::before,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .title::before {
    margin-bottom: -0.7rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .title::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .title::after,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .title::after {
    margin-top: -1.3rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .subtitle,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .subtitle,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .subtitle {
    font-size: 4.1rem;
    line-height: 5rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .subtitle::before,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .subtitle::before {
    margin-bottom: -0.8rem;
  }

  body.house-lama.home .hp-module.lust_lust_adrianna .subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.lust_lust_adrianna .subtitle::after,
  body.house-lama article.page.home-page .hp-module.lust_lust_adrianna .subtitle::after {
    margin-top: -1.2rem;
  }

  body.house-lama.home .hp-module.stack_date_title .title,
  body.house-lama.home .hp-module.stack_date_title .subtitle,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title .title,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title .subtitle,
  body.house-lama article.page.home-page .hp-module.stack_date_title .title,
  body.house-lama article.page.home-page .hp-module.stack_date_title .subtitle {
    display: inline;
  }

  body.house-lama.home .hp-module.stack_date_title .title::before,
  body.house-lama.home .hp-module.stack_date_title .subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title .title::before,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title .subtitle::before,
  body.house-lama article.page.home-page .hp-module.stack_date_title .title::before,
  body.house-lama article.page.home-page .hp-module.stack_date_title .subtitle::before {
    display: none;
  }

  body.house-lama.home .hp-module.stack_date_title .title::after,
  body.house-lama.home .hp-module.stack_date_title .subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title .title::after,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title .subtitle::after,
  body.house-lama article.page.home-page .hp-module.stack_date_title .title::after,
  body.house-lama article.page.home-page .hp-module.stack_date_title .subtitle::after {
    display: none;
  }

  body.house-lama.home .hp-module.stack_date_title.lust_adrianna_ext_cond .title-subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title.lust_adrianna_ext_cond .title-subtitle::before,
  body.house-lama article.page.home-page .hp-module.stack_date_title.lust_adrianna_ext_cond .title-subtitle::before {
    margin-bottom: -0.8rem;
  }

  body.house-lama.home .hp-module.stack_date_title.lust_adrianna_ext_cond .title-subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title.lust_adrianna_ext_cond .title-subtitle::after,
  body.house-lama article.page.home-page .hp-module.stack_date_title.lust_adrianna_ext_cond .title-subtitle::after {
    margin-top: 0;
  }

  body.house-lama.home .hp-module.stack_date_title.lust_adrianna_lust .title-subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title.lust_adrianna_lust .title-subtitle::before,
  body.house-lama article.page.home-page .hp-module.stack_date_title.lust_adrianna_lust .title-subtitle::before {
    margin-bottom: -0.8rem;
  }

  body.house-lama.home .hp-module.stack_date_title.lust_adrianna_lust .title-subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title.lust_adrianna_lust .title-subtitle::after,
  body.house-lama article.page.home-page .hp-module.stack_date_title.lust_adrianna_lust .title-subtitle::after {
    margin-top: -0.1rem;
  }

  body.house-lama.home .hp-module.stack_date_title.lust_lust_adrianna_cond .title-subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title.lust_lust_adrianna_cond .title-subtitle::before,
  body.house-lama article.page.home-page .hp-module.stack_date_title.lust_lust_adrianna_cond .title-subtitle::before {
    margin-bottom: -0.8rem;
  }

  body.house-lama.home .hp-module.stack_date_title.lust_lust_adrianna_cond .title-subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title.lust_lust_adrianna_cond .title-subtitle::after,
  body.house-lama article.page.home-page .hp-module.stack_date_title.lust_lust_adrianna_cond .title-subtitle::after {
    margin-top: 0;
  }

  body.house-lama.home .hp-module.stack_date_title.lust_lust_adrianna .title-subtitle::before,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title.lust_lust_adrianna .title-subtitle::before,
  body.house-lama article.page.home-page .hp-module.stack_date_title.lust_lust_adrianna .title-subtitle::before {
    margin-bottom: -0.8rem;
  }

  body.house-lama.home .hp-module.stack_date_title.lust_lust_adrianna .title-subtitle::after,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title.lust_lust_adrianna .title-subtitle::after,
  body.house-lama article.page.home-page .hp-module.stack_date_title.lust_lust_adrianna .title-subtitle::after {
    margin-top: 0;
  }

  body.house-lama.home .hp-module.stack_date_title.lust_lust_adrianna .subtitle,
  body.house-lama article.auction_session_index_page .hp-module.stack_date_title.lust_lust_adrianna .subtitle,
  body.house-lama article.page.home-page .hp-module.stack_date_title.lust_lust_adrianna .subtitle {
    line-height: 4.9rem;
  }
}

@media screen and (min-width: 768px) {
  body.house-lama .headline .primary:before {
    margin-bottom: 0.1rem;
  }

  body.house-lama .headline .primary:after {
    margin-top: -0.1rem;
  }

  body.house-lama .headline .secondary:before {
    margin-bottom: 0.1rem;
  }

  body.house-lama .headline .secondary:after {
    margin-top: -0.1rem;
  }
}

@media screen and (min-width: 1024px) {
  body.house-lama .page-auctions-archive .headline .primary:before,
  body.house-lama .page-catalogs .headline .primary:before {
    margin-bottom: -0.6rem;
  }

  body.house-lama .page-auctions-archive .headline .primary:after,
  body.house-lama .page-catalogs .headline .primary:after {
    margin-top: -1.3rem;
  }

  body.house-lama.forms-page-vue .won-lots .container .headline span .primary {
    padding-bottom: 3rem;
  }
}

body.house-toomey {
  /*
  .page.page-create-account {
    .section-terms {
      // falling back to theme-general (which should be 15/24 across houses)
      // https://wright20-company.monday.com/boards/1978703216/pulses/3646546615
      // p {
      //   font-size: 1.3rem;
      //   line-height: 2rem;
      // }
    }
  }
  */
  /*
  p {
    // font-size: 1.5rem;
    // line-height: 2.6rem;
  }
  */
}

body.house-toomey .theme-general.theme-general-canela .filter-container li {
  font-size: 1.4rem;
}

body.house-toomey .navigation--primary .logo {
  margin-left: 0;
  transition: flex-basis 0.33s ease-out;
  flex-basis: 160px;
  flex-shrink: 1;
  width: 100%;
}

body.house-toomey .navigation--primary .logo .desktop {
  margin-left: 0;
}

body.house-toomey .navigation--primary .logo,
body.house-toomey .navigation--primary .logo .mobile,
body.house-toomey .navigation--primary .logo .mobile > div {
  height: 100%;
}

body.house-toomey .navigation--primary .logo .mobile svg {
  max-width: 150px;
  width: 100%;
}

body.house-toomey .navigation--primary .logo .mobile svg path {
  fill: #222;
}

body.house-toomey .navigation--primary .logo:hover .mobile svg path {
  fill: #000;
}

@media (min-width: 1024px) {
  body.house-toomey .navigation--primary .logo .desktop {
    flex-basis: 150px;
    margin-right: -0.6rem;
    margin-top: 0.1rem;
  }
}

@media (max-width: 1024px) {
  body.house-toomey .navigation--primary .logo .mobile {
    display: block;
    margin-top: 1.1rem;
  }

  body.house-toomey .navigation--primary .logo .mobile div svg {
    transition: none;
    max-width: 160px;
  }

  body.house-toomey .navigation--primary .logo .desktop {
    display: none;
  }
}

@media (max-width: 425px) {
  body.house-toomey .navigation--primary .logo {
    margin-left: 10px;
  }

  body.house-toomey .navigation--primary .logo .mobile svg {
    max-width: 160px;
  }
}

body.house-toomey .navigation--primary .menu-wrapper.user-menu-wrapper .text-link:not(.text-w-green) {
  color: #777;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.8rem;
  float: none;
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-toomey .navigation--primary .menu-wrapper .menu--primary.menu .menu-category {
  padding-top: 0;
  margin-top: -1px;
  letter-spacing: 0.23rem;
}

body.house-toomey .navigation--primary .navbuying .col-c .title a span {
  font-weight: 800;
  font-size: 25px;
  color: #fff;
}

body.house-toomey .headline .primary:before {
  margin-bottom: -0.4rem;
}

body.house-toomey .headline .primary:after {
  margin-top: 0;
}

body.house-toomey .headline .secondary:before {
  margin-bottom: -0.7rem;
}

body.house-toomey .headline .secondary:after {
  margin-top: -0.2rem;
}

body.house-toomey .headline.year .primary:before {
  margin-bottom: 0;
}

body.house-toomey .page-auctions-archive .headline h3,
body.house-toomey .page-catalogs .headline h3 {
  padding-bottom: 0.5rem;
}

body.house-toomey .page-auctions-archive .headline .primary,
body.house-toomey .page-catalogs .headline .primary {
  font-weight: 900;
}

body.house-toomey .page-auctions-archive .headline .primary:after,
body.house-toomey .page-catalogs .headline .primary:after {
  margin-top: -0.5rem;
}

@media screen and (min-width: 768px) {
  body.house-toomey .headline .primary:before {
    margin-bottom: -0.1rem;
  }

  body.house-toomey .headline .primary:after {
    margin-top: 0.1rem;
  }

  body.house-toomey .headline .secondary:before {
    margin-bottom: -0.1rem;
  }

  body.house-toomey .headline .secondary:after {
    margin-top: 0.1rem;
  }
}

@media screen and (min-width: 1024px) {
  body.house-toomey .page-auctions-archive .headline .primary:before,
  body.house-toomey .page-catalogs .headline .primary:before {
    margin-bottom: -0.8rem;
  }

  body.house-toomey .page-auctions-archive .headline .primary:after,
  body.house-toomey .page-catalogs .headline .primary:after {
    margin-top: -1rem;
  }

  body.house-toomey.forms-page-vue .won-lots .container .headline span .primary {
    padding-bottom: 3rem;
    max-width: calc(100vw - 95rem);
  }
}

@media (min-width: 1025px) {
  body.house-toomey {
    /*





            > Non-Circle logo Mode <




    */
  }

  body.house-toomey .navigation--primary .after-logo-spacer {
    transition: flex-basis 0.3s ease-in-out;
  }

  body.house-toomey .navigation--primary.menu--light .menu-wrapper .submenu-lvl-2 .title a, body.house-toomey .navigation--primary.menu--light .menu-wrapper .submenu-lvl-2 .title a span {
    color: #000;
  }

  body.house-toomey .navigation--primary .submenu-lvl-2 li span {
    letter-spacing: var(--menu-font-letter-spacing-category-title);
  }

  body.house-toomey .navigation--primary .menu--primary li .submenu-lvl-2 li:first-of-type() {
    height: 3rem;
  }

  body.house-toomey .navigation--primary .session-link .caption span.title {
    line-height: 1.7rem;
  }

  body.house-toomey .navigation--primary .img-wrapper {
    margin-bottom: 8.9px;
  }

  body.house-toomey .navigation--primary .img-wrapper img {
    height: 177px;
    width: auto;
  }

  body.house-toomey .navigation--primary .caption,
  body.house-toomey .navigation--primary .title {
    line-height: 1.7rem;
    font-family: var(--font-family-sans);
    color: #000;
    font-weight: 500;
    letter-spacing: var(--menu-font-letter-spacing-category-title);
  }

  body.house-toomey .navigation--primary .menu-category > span {
    letter-spacing: 2.3px;
  }

  body.house-toomey .navigation--primary .menu-wrapper .menu--primary.menu {
    margin-left: 1px;
  }

  body.house-toomey .navigation--primary .menu-lower {
    left: 0;
  }

  body.house-toomey .navigation--primary .col-fixed .title {
    font-size: 13px;
    font-weight: 500;
  }

  body.house-toomey .navigation--primary .inline-mailinglist-signup {
    margin-top: 0.3rem;
    margin-bottom: 2rem;
  }

  body.house-toomey .navigation--primary.menu--light .menu-wrapper .col-fixed .title {
    color: #000;
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary {
    /*

        LOGO

    */
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions::before, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions::before {
    left: 50px;
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists::before, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists::before {
    left: 90px;
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying::before, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying::before {
    left: 78px;
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact::before, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact::before {
    left: 47px;
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .logo, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .logo {
    margin-left: 1.1rem;
    margin-right: -0.6rem;
    max-width: 168px;
    flex-basis: 168px;
    margin-top: unset;
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .logo .desktop, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .logo .desktop {
    display: inline-block;
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .logo .desktop svg, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .logo .desktop svg {
    margin-top: 9.2rem;
    transition: margin-top 0.3s linear;
    height: auto;
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .logo .desktop svg path, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .logo .desktop svg path {
    fill: #fff;
    transition: none;
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .logo .desktop, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .logo .desktop {
    display: flex;
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .logo .desktop svg, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .logo .desktop svg {
    width: 169px;
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .logo .mobile, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .logo .mobile {
    display: none;
  }

  body.house-toomey.home:not(.search-overlay-active).headroom--unpinned .navigation--primary .logo .desktop svg, body.house-toomey:not(.search-overlay-active) article.page.home-page.headroom--unpinned .navigation--primary .logo .desktop svg {
    margin-top: -11rem;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li > .submenu, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li > .submenu {
    left: -17.4rem;
    padding-left: 19.4rem;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li > .submenu .col-spacer, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li > .submenu .col-spacer {
    width: 100%;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li.navauctions > .submenu, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li.navauctions > .submenu {
    padding-left: 25px;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li.navauctions > .submenu > .col-spacer, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li.navauctions > .submenu > .col-spacer {
    max-width: 169px;
    min-width: 169px;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li.navartists > .submenu, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li.navartists > .submenu {
    left: -29.8rem;
    padding-left: 25px;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li.navartists > .submenu .col-spacer, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li.navartists > .submenu .col-spacer {
    max-width: 169px;
    min-width: 169px;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li.navartists > .submenu .col-c.promo-items, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li.navartists > .submenu .col-c.promo-items {
    flex-shrink: 1;
    max-width: calc(100vw - 475px);
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li.navbuying:before, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li.navbuying:before {
    left: 85px;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li.navbuying .col-spacer, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li.navbuying .col-spacer {
    max-width: 543px;
    min-width: 203px;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li.navbuying .col.col-c, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li.navbuying .col.col-c {
    margin-left: auto;
    justify-self: flex-end;
    max-width: 399px;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li.navbuying > .submenu, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li.navbuying > .submenu {
    padding-left: 0;
    left: -52.3rem;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li.navcontact .col-spacer, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li.navcontact .col-spacer {
    flex-basis: 582px;
    max-width: 100%;
    width: 100%;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper .menu--primary.menu > li.navcontact > .submenu, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper .menu--primary.menu > li.navcontact > .submenu {
    left: -71.8rem;
    padding-left: 15.6rem;
  }

  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper.user-menu-wrapper a.text-link:not(.text-w-green), body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper.user-menu-wrapper a.text-link:not(.text-w-green) {
    color: #fff;
  }
}

@media (min-width: 1025px) and (min-width: 1024px) {
  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper.user-menu-wrapper a.text-link:not(.text-w-green), body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper.user-menu-wrapper a.text-link:not(.text-w-green) {
    color: #777;
  }
}

@media (min-width: 1025px) {
  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper.user-menu-wrapper .w-btn.w-btn-green-solid:hover,
  body.house-toomey.home:not(.search-overlay-active) .menu-wrapper.user-menu-wrapper .w-btn-green-solid:hover, body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper.user-menu-wrapper .w-btn.w-btn-green-solid:hover,
  body.house-toomey:not(.search-overlay-active) article.page.home-page .menu-wrapper.user-menu-wrapper .w-btn-green-solid:hover {
    background-color: var(--primary-color-hover);
  }

  body.house-toomey.home:not(.search-overlay-active) .user-icon-menu-wrapper i.icon-account svg path, body.house-toomey:not(.search-overlay-active) article.page.home-page .user-icon-menu-wrapper i.icon-account svg path {
    stroke: transparent;
  }

  body.house-toomey.home:not(.search-overlay-active) div.user-icon-menu-wrapper.hover i.icon-account svg path,
  body.house-toomey.home:not(.search-overlay-active) div.user-icon-menu-wrapper:hover i.icon-account svg path, body.house-toomey:not(.search-overlay-active) article.page.home-page div.user-icon-menu-wrapper.hover i.icon-account svg path,
  body.house-toomey:not(.search-overlay-active) article.page.home-page div.user-icon-menu-wrapper:hover i.icon-account svg path {
    fill: var(--primary-color);
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .logo, body.house-toomey:not(.home) .navigation--primary .logo, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .logo,
  body.house-toomey article.page:not(.home-page) .navigation--primary .logo {
    margin-right: 0;
    flex-basis: 150px;
    padding-top: 1px;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .mobile svg, body.house-toomey:not(.home) .navigation--primary .mobile svg, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .mobile svg,
  body.house-toomey article.page:not(.home-page) .navigation--primary .mobile svg {
    width: 150px;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper, body.house-toomey:not(.home) .navigation--primary .menu-wrapper, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper {
    padding-left: 12px;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .logo-toomey, body.house-toomey:not(.home) .navigation--primary .logo-toomey, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .logo-toomey,
  body.house-toomey article.page:not(.home-page) .navigation--primary .logo-toomey {
    height: 100%;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .logo-toomey .desktop, body.house-toomey:not(.home) .navigation--primary .logo-toomey .desktop, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .logo-toomey .desktop,
  body.house-toomey article.page:not(.home-page) .navigation--primary .logo-toomey .desktop {
    display: none;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .logo-toomey .mobile, body.house-toomey:not(.home) .navigation--primary .logo-toomey .mobile, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .logo-toomey .mobile,
  body.house-toomey article.page:not(.home-page) .navigation--primary .logo-toomey .mobile {
    height: 100%;
    display: block;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .logo-toomey .mobile > div, body.house-toomey:not(.home) .navigation--primary .logo-toomey .mobile > div, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .logo-toomey .mobile > div,
  body.house-toomey article.page:not(.home-page) .navigation--primary .logo-toomey .mobile > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
    height: 100%;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions::before, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions::before, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions::before,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions::before {
    left: 50px;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists::before, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists::before, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists::before,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists::before {
    left: 90px;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying::before, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying::before, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying::before,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying::before {
    left: 85px;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact::before, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact::before, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact::before,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact::before {
    left: 47px;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li > .submenu, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li > .submenu, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li > .submenu,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li > .submenu {
    left: -16.3rem;
    padding-left: 18.4rem;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions > .submenu, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions > .submenu, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions > .submenu,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions > .submenu {
    left: -16.4rem;
    padding-left: 25px;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions > .submenu > li.col-spacer, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions > .submenu > li.col-spacer, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions > .submenu > li.col-spacer,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navauctions > .submenu > li.col-spacer {
    max-width: 159px;
    min-width: 159px;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu {
    left: -28.8rem;
    padding-left: 25px;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu > li.col-spacer, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu > li.col-spacer, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu > li.col-spacer,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu > li.col-spacer {
    width: 100%;
    max-width: 100%;
    flex-basis: 15.8rem;
    min-width: 15.8rem;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu .col-c, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu .col-c, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu .col-c,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu .col-c {
    flex-shrink: 1;
    flex-basis: calc(100vw - 500px);
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu {
    left: -51.3rem;
    padding-left: 25px;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu > li.col-spacer, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu > li.col-spacer, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu > li.col-spacer,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu > li.col-spacer {
    max-width: 508px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100vw;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu .col-c .submenu-lvl-2 li.title a span, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu .col-c .submenu-lvl-2 li.title a span, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu .col-c .submenu-lvl-2 li.title a span,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu .col-c .submenu-lvl-2 li.title a span {
    color: #fff;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact > .submenu, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact > .submenu, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact > .submenu,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact > .submenu {
    left: -70.9rem;
    padding-left: 14.4rem;
  }

  body.house-toomey.home.search-overlay-active .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact > .submenu > li.col-spacer, body.house-toomey:not(.home) .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact > .submenu > li.col-spacer, body.house-toomey.search-overlay-active article.page.home-page .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact > .submenu > li.col-spacer,
  body.house-toomey article.page:not(.home-page) .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact > .submenu > li.col-spacer {
    width: 100%;
    max-width: 100%;
    flex-basis: 58.3rem;
    min-width: 58.3rem;
  }
}

@media (max-width: 1024px) {
  body.house-toomey .navigation--primary .menu-toggle {
    margin-right: 0.7rem;
  }

  body.house-toomey .navigation--primary .menu-toggle .hb-x span {
    background: #4a4a4a;
  }

  body.house-toomey .navigation--primary .logo {
    margin-right: 0;
    max-width: 180px;
    flex-basis: 180px;
  }

  body.house-toomey .navigation--primary .logo .mobile {
    margin-left: 1.1rem;
    margin-top: 1.2rem;
  }

  body.house-toomey .navigation--primary .menu-wrapper .menu--primary.menu .menu-category {
    margin-top: -0.1rem;
    padding-top: 0;
  }
}

@media (min-width: 1286px) {
  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .menu-wrapper .search-wrapper.search--desktop.hover, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .menu-wrapper .search-wrapper.search--desktop.hover {
    background-color: #dbdbdb;
  }
}

@media (max-width: 1024px) {
  body.house-toomey.home:not(.search-overlay-active) .navigation--primary.hbm-active .menu-toggle .hb-x span,
  body.house-toomey.home:not(.search-overlay-active) .navigation--primary.hbm-active .menu-toggle .hb-x.open span,
  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .menu-wrapper .menu-toggle.hover .hb-x span,
  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .menu-wrapper .menu-toggle.hover .hb-x.open span,
  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .menu-wrapper .menu-toggle:hover .hb-x span,
  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .menu-wrapper .menu-toggle:hover .hb-x.open span, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary.hbm-active .menu-toggle .hb-x span,
  body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary.hbm-active .menu-toggle .hb-x.open span,
  body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .menu-wrapper .menu-toggle.hover .hb-x span,
  body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .menu-wrapper .menu-toggle.hover .hb-x.open span,
  body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .menu-wrapper .menu-toggle:hover .hb-x span,
  body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .menu-wrapper .menu-toggle:hover .hb-x.open span {
    background: var(--primary-color);
  }
}

@media (max-width: 1024px) {
  body.house-toomey.home:not(.search-overlay-active) .navigation--primary.search-active div.search-wrapper.search--desktop i.icon-search svg path, body.house-toomey.home:not(.search-overlay-active) .navigation--primary.search-active div.search-wrapper.search--desktop i.icon-search svg ellipse,
  body.house-toomey.home:not(.search-overlay-active) .navigation--primary div.search-wrapper.search--desktop:hover i.icon-search svg path,
  body.house-toomey.home:not(.search-overlay-active) .navigation--primary div.search-wrapper.search--desktop:hover i.icon-search svg ellipse, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary.search-active div.search-wrapper.search--desktop i.icon-search svg path, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary.search-active div.search-wrapper.search--desktop i.icon-search svg ellipse,
  body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary div.search-wrapper.search--desktop:hover i.icon-search svg path,
  body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary div.search-wrapper.search--desktop:hover i.icon-search svg ellipse {
    stroke: var(--primary-color);
  }

  body.house-toomey.home:not(.search-overlay-active) .navigation--primary.user-menu-active .user-icon-menu-wrapper .account-menu.icon-account svg path,
  body.house-toomey.home:not(.search-overlay-active) .navigation--primary .user-icon-menu-wrapper:hover .account-menu.icon-account svg path, body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary.user-menu-active .user-icon-menu-wrapper .account-menu.icon-account svg path,
  body.house-toomey:not(.search-overlay-active) article.page.home-page .navigation--primary .user-icon-menu-wrapper:hover .account-menu.icon-account svg path {
    fill: var(--primary-color);
  }
}

body.house-toomey #mainMenu > header > div.menu-wrapper > ul > li.navauctions.i--1.root-li.hover > ul > li.col.col-b > ul > li.nolink.title {
  padding-bottom: 11px;
  line-height: 18px;
}

body.house-toomey .navigation--primary .menu .inline-signin-form p {
  line-height: 18px;
  letter-spacing: normal;
}

body.house-toomey .navigation {
  font-variant-numeric: lining-nums;
}

@media (min-width: 1025px) {
  body.house-toomey .navigation--primary .menu-wrapper .menu--primary.menu > .navcontact > .submenu .col-fixed .title {
    margin-top: -0.07rem;
  }

  body.house-toomey .navigation--primary .navartists .promo-items-items .img-wrapper {
    margin-top: 0.3rem;
  }

  body.house-toomey .navigation--primary .navauctions .img-wrapper {
    margin-bottom: 0.8rem;
    margin-top: 0.4rem;
  }
}

body.house-toomey .global-footer .col-logo svg {
  max-height: 4.1rem;
  width: auto;
}

body.house-toomey .hp-module.slideshow-slide div.cell-caption p strong {
  font-family: var(--font-family-serif);
  font-weight: 700;
}

body.house-toomey article.auction_session_index_page .hp-module *,
body.house-toomey article.page.home-page .hp-module *, body.house-toomey.home .hp-module * {
  font-variant-numeric: lining-nums;
}

body.house-toomey article.auction_session_index_page .hp-module .date,
body.house-toomey article.page.home-page .hp-module .date, body.house-toomey.home .hp-module .date {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-variant-numeric: oldstyle-nums;
  font-size: 2.5rem;
  line-height: 2.9rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  display: block;
}

body.house-toomey article.auction_session_index_page .hp-module .date::before,
body.house-toomey article.page.home-page .hp-module .date::before, body.house-toomey.home .hp-module .date::before {
  content: "";
  margin-bottom: -0.6rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module .date::after,
body.house-toomey article.page.home-page .hp-module .date::after, body.house-toomey.home .hp-module .date::after {
  content: "";
  margin-top: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module .date .period,
body.house-toomey article.page.home-page .hp-module .date .period, body.house-toomey.home .hp-module .date .period {
  font-size: 2.2rem;
}

body.house-toomey article.auction_session_index_page .hp-module .location,
body.house-toomey article.page.home-page .hp-module .location, body.house-toomey.home .hp-module .location {
  font-family: "Decimal", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 2.3rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

body.house-toomey article.auction_session_index_page .hp-module .location::before,
body.house-toomey article.page.home-page .hp-module .location::before, body.house-toomey.home .hp-module .location::before {
  content: "";
  margin-bottom: -0.7rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module .location::after,
body.house-toomey article.page.home-page .hp-module .location::after, body.house-toomey.home .hp-module .location::after {
  content: "";
  margin-top: -0.9rem;
  display: table;
}

@media (min-width: 570px) {
  body.house-toomey article.auction_session_index_page .hp-module .links a,
  body.house-toomey article.auction_session_index_page .hp-module .links span,
  body.house-toomey article.page.home-page .hp-module .links a,
  body.house-toomey article.page.home-page .hp-module .links span, body.house-toomey.home .hp-module .links a,
  body.house-toomey.home .hp-module .links span {
    font-family: "Decimal", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.3rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
  }
}

body.house-toomey article.auction_session_index_page .hp-module .pipe,
body.house-toomey article.page.home-page .hp-module .pipe, body.house-toomey.home .hp-module .pipe {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.6rem;
  letter-spacing: 0.2rem;
  padding: 0 0.8rem;
}

body.house-toomey article.auction_session_index_page .hp-module .pipe::before,
body.house-toomey article.page.home-page .hp-module .pipe::before, body.house-toomey.home .hp-module .pipe::before {
  content: "";
  margin-bottom: -0.4rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module .pipe::after,
body.house-toomey article.page.home-page .hp-module .pipe::after, body.house-toomey.home .hp-module .pipe::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .title,
body.house-toomey article.page.home-page .hp-module.canela_black_thin .title, body.house-toomey.home .hp-module.canela_black_thin .title {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 2.45rem;
  line-height: 2.8rem;
  letter-spacing: 0.175rem;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .title::before,
body.house-toomey article.page.home-page .hp-module.canela_black_thin .title::before, body.house-toomey.home .hp-module.canela_black_thin .title::before {
  content: "";
  margin-bottom: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .title::after,
body.house-toomey article.page.home-page .hp-module.canela_black_thin .title::after, body.house-toomey.home .hp-module.canela_black_thin .title::after {
  content: "";
  margin-top: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .subtitle,
body.house-toomey article.page.home-page .hp-module.canela_black_thin .subtitle, body.house-toomey.home .hp-module.canela_black_thin .subtitle {
  font-family: "Canela Text Web", serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 2.79rem;
  letter-spacing: 0.1rem;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .subtitle::before,
body.house-toomey article.page.home-page .hp-module.canela_black_thin .subtitle::before, body.house-toomey.home .hp-module.canela_black_thin .subtitle::before {
  content: "";
  margin-bottom: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .subtitle::after,
body.house-toomey article.page.home-page .hp-module.canela_black_thin .subtitle::after, body.house-toomey.home .hp-module.canela_black_thin .subtitle::after {
  content: "";
  margin-top: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .title,
body.house-toomey article.page.home-page .hp-module.alright_canela_thin .title, body.house-toomey.home .hp-module.alright_canela_thin .title {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 2.79rem;
  letter-spacing: 0.15rem;
}

body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .title::before,
body.house-toomey article.page.home-page .hp-module.alright_canela_thin .title::before, body.house-toomey.home .hp-module.alright_canela_thin .title::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .title::after,
body.house-toomey article.page.home-page .hp-module.alright_canela_thin .title::after, body.house-toomey.home .hp-module.alright_canela_thin .title::after {
  content: "";
  margin-top: -0.7rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .subtitle,
body.house-toomey article.page.home-page .hp-module.alright_canela_thin .subtitle, body.house-toomey.home .hp-module.alright_canela_thin .subtitle {
  font-family: "Canela Text Web", serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 2.79rem;
  letter-spacing: 0.1rem;
}

body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .subtitle::before,
body.house-toomey article.page.home-page .hp-module.alright_canela_thin .subtitle::before, body.house-toomey.home .hp-module.alright_canela_thin .subtitle::before {
  content: "";
  margin-bottom: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .subtitle::after,
body.house-toomey article.page.home-page .hp-module.alright_canela_thin .subtitle::after, body.house-toomey.home .hp-module.alright_canela_thin .subtitle::after {
  content: "";
  margin-top: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .title,
body.house-toomey article.page.home-page .hp-module.canela_thin_black .title, body.house-toomey.home .hp-module.canela_thin_black .title {
  font-family: "Canela Text Web", serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 2.79rem;
  letter-spacing: 0.1rem;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .title::before,
body.house-toomey article.page.home-page .hp-module.canela_thin_black .title::before, body.house-toomey.home .hp-module.canela_thin_black .title::before {
  content: "";
  margin-bottom: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .title::after,
body.house-toomey article.page.home-page .hp-module.canela_thin_black .title::after, body.house-toomey.home .hp-module.canela_thin_black .title::after {
  content: "";
  margin-top: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .subtitle,
body.house-toomey article.page.home-page .hp-module.canela_thin_black .subtitle, body.house-toomey.home .hp-module.canela_thin_black .subtitle {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 2.45rem;
  line-height: 2.8rem;
  letter-spacing: 0.175rem;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .subtitle::before,
body.house-toomey article.page.home-page .hp-module.canela_thin_black .subtitle::before, body.house-toomey.home .hp-module.canela_thin_black .subtitle::before {
  content: "";
  margin-bottom: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .subtitle::after,
body.house-toomey article.page.home-page .hp-module.canela_thin_black .subtitle::after, body.house-toomey.home .hp-module.canela_thin_black .subtitle::after {
  content: "";
  margin-top: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .title,
body.house-toomey article.page.home-page .hp-module.canela_black_alright .title, body.house-toomey.home .hp-module.canela_black_alright .title {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 2.45rem;
  line-height: 2.8rem;
  letter-spacing: 0.175rem;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .title::before,
body.house-toomey article.page.home-page .hp-module.canela_black_alright .title::before, body.house-toomey.home .hp-module.canela_black_alright .title::before {
  content: "";
  margin-bottom: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .title::after,
body.house-toomey article.page.home-page .hp-module.canela_black_alright .title::after, body.house-toomey.home .hp-module.canela_black_alright .title::after {
  content: "";
  margin-top: -0.5rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .subtitle,
body.house-toomey article.page.home-page .hp-module.canela_black_alright .subtitle, body.house-toomey.home .hp-module.canela_black_alright .subtitle {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 2.85rem;
  letter-spacing: 0.1rem;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .subtitle::before,
body.house-toomey article.page.home-page .hp-module.canela_black_alright .subtitle::before, body.house-toomey.home .hp-module.canela_black_alright .subtitle::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .subtitle::after,
body.house-toomey article.page.home-page .hp-module.canela_black_alright .subtitle::after, body.house-toomey.home .hp-module.canela_black_alright .subtitle::after {
  content: "";
  margin-top: -0.7rem;
  display: table;
}

@media (min-width: 570px) {
  body.house-toomey article.auction_session_index_page .hp-module .date,
  body.house-toomey article.page.home-page .hp-module .date, body.house-toomey.home .hp-module .date {
    font-size: 2.8rem;
    line-height: normal;
    font-variant-numeric: lining-nums;
  }

  body.house-toomey article.auction_session_index_page .hp-module .date::before,
  body.house-toomey article.page.home-page .hp-module .date::before, body.house-toomey.home .hp-module .date::before {
    margin-bottom: -0.6rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .date::after,
  body.house-toomey article.page.home-page .hp-module .date::after, body.house-toomey.home .hp-module .date::after {
    margin-top: -0.6rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .links,
  body.house-toomey article.page.home-page .hp-module .links, body.house-toomey.home .hp-module .links {
    margin: 0 auto;
  }

  body.house-toomey article.auction_session_index_page .hp-module .links a,
  body.house-toomey article.auction_session_index_page .hp-module .links span,
  body.house-toomey article.page.home-page .hp-module .links a,
  body.house-toomey article.page.home-page .hp-module .links span, body.house-toomey.home .hp-module .links a,
  body.house-toomey.home .hp-module .links span {
    font-family: "Decimal", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.9rem;
    letter-spacing: 0.2rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .links .button,
  body.house-toomey article.page.home-page .hp-module .links .button, body.house-toomey.home .hp-module .links .button {
    border-bottom-width: 3px;
  }

  body.house-toomey article.auction_session_index_page .hp-module .links .button a,
  body.house-toomey article.page.home-page .hp-module .links .button a, body.house-toomey.home .hp-module .links .button a {
    padding: 0 0 0.35rem 0;
  }

  body.house-toomey article.auction_session_index_page .hp-module .locations-box,
  body.house-toomey article.page.home-page .hp-module .locations-box, body.house-toomey.home .hp-module .locations-box {
    margin-bottom: 3.1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .location,
  body.house-toomey article.page.home-page .hp-module .location, body.house-toomey.home .hp-module .location {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .location::before,
  body.house-toomey article.page.home-page .hp-module .location::before, body.house-toomey.home .hp-module .location::before {
    margin-bottom: -0.8rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .location::after,
  body.house-toomey article.page.home-page .hp-module .location::after, body.house-toomey.home .hp-module .location::after {
    margin-top: -0.7rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .title,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .title, body.house-toomey.home .hp-module.canela_black_thin .title {
    font-size: 3.3rem;
    letter-spacing: 0.25rem;
    line-height: 3.8rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .title::before,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .title::before, body.house-toomey.home .hp-module.canela_black_thin .title::before {
    content: "";
    margin-bottom: -0.65rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .title::after,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .title::after, body.house-toomey.home .hp-module.canela_black_thin .title::after {
    content: "";
    margin-top: -0.7rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .subtitle,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .subtitle, body.house-toomey.home .hp-module.canela_black_thin .subtitle {
    font-size: 3.3rem;
    letter-spacing: 0.1rem;
    line-height: 3.73rem;
    margin-bottom: 3.2rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .subtitle::before,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .subtitle::before, body.house-toomey.home .hp-module.canela_black_thin .subtitle::before {
    content: "";
    margin-bottom: -0.7rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .subtitle::after,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .subtitle::after, body.house-toomey.home .hp-module.canela_black_thin .subtitle::after {
    content: "";
    margin-top: -0.55rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .title,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .title, body.house-toomey.home .hp-module.alright_canela_thin .title {
    font-size: 3.4rem;
    letter-spacing: 0.2rem;
    line-height: 3.8rem;
    margin-bottom: 1.8rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .title::before,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .title::before, body.house-toomey.home .hp-module.alright_canela_thin .title::before {
    content: "";
    margin-bottom: -0.45rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .title::after,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .title::after, body.house-toomey.home .hp-module.alright_canela_thin .title::after {
    content: "";
    margin-top: -1rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .subtitle,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .subtitle, body.house-toomey.home .hp-module.alright_canela_thin .subtitle {
    font-family: "Canela Text Web", serif;
    font-weight: 400;
    font-weight: 300;
    font-size: 3.3rem;
    line-height: 3.75rem;
    letter-spacing: 0.1rem;
    margin-bottom: 3.1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .subtitle::before,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .subtitle::before, body.house-toomey.home .hp-module.alright_canela_thin .subtitle::before {
    content: "";
    margin-bottom: -0.75rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .subtitle::after,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .subtitle::after, body.house-toomey.home .hp-module.alright_canela_thin .subtitle::after {
    content: "";
    margin-top: -0.4rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .title,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .title, body.house-toomey.home .hp-module.canela_thin_black .title {
    font-size: 3.3rem;
    letter-spacing: 0.1rem;
    line-height: 3.8rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .title::before,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .title::before, body.house-toomey.home .hp-module.canela_thin_black .title::before {
    content: "";
    margin-bottom: -0.7rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .title::after,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .title::after, body.house-toomey.home .hp-module.canela_thin_black .title::after {
    content: "";
    margin-top: -0.55rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .subtitle,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .subtitle, body.house-toomey.home .hp-module.canela_thin_black .subtitle {
    font-size: 3.3rem;
    letter-spacing: 0.25rem;
    line-height: 3.75rem;
    margin-bottom: 3.2rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .subtitle::before,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .subtitle::before, body.house-toomey.home .hp-module.canela_thin_black .subtitle::before {
    content: "";
    margin-bottom: -0.7rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .subtitle::after,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .subtitle::after, body.house-toomey.home .hp-module.canela_thin_black .subtitle::after {
    content: "";
    margin-top: -0.7rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .title,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .title, body.house-toomey.home .hp-module.canela_black_alright .title {
    font-size: 3.3rem;
    letter-spacing: 0.25rem;
    line-height: 3.8rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .title::before,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .title::before, body.house-toomey.home .hp-module.canela_black_alright .title::before {
    content: "";
    margin-bottom: -0.6rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .title::after,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .title::after, body.house-toomey.home .hp-module.canela_black_alright .title::after {
    content: "";
    margin-top: -0.7rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .subtitle,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .subtitle, body.house-toomey.home .hp-module.canela_black_alright .subtitle {
    font-family: Alright, sans-serif;
    font-weight: 300;
    font-size: 3.4rem;
    line-height: 3.8rem;
    letter-spacing: 0.125rem;
    margin-bottom: 3.15rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .subtitle::before,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .subtitle::before, body.house-toomey.home .hp-module.canela_black_alright .subtitle::before {
    content: "";
    margin-bottom: -0.6rem;
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .subtitle::after,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .subtitle::after, body.house-toomey.home .hp-module.canela_black_alright .subtitle::after {
    content: "";
    margin-top: -0.8rem;
    display: table;
  }
}

@media (min-width: 1025px) {
  body.house-toomey article.auction_session_index_page .hp-module .date,
  body.house-toomey article.page.home-page .hp-module .date, body.house-toomey.home .hp-module .date {
    font-size: 4.4rem;
    letter-spacing: 3px;
    line-height: 6.3rem;
    margin-bottom: 4.1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .date::before,
  body.house-toomey article.page.home-page .hp-module .date::before, body.house-toomey.home .hp-module .date::before {
    margin-bottom: -1.5rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .date::after,
  body.house-toomey article.page.home-page .hp-module .date::after, body.house-toomey.home .hp-module .date::after {
    margin-top: -2rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .date .period,
  body.house-toomey article.page.home-page .hp-module .date .period, body.house-toomey.home .hp-module .date .period {
    font-size: 3rem;
    letter-spacing: 3px;
  }

  body.house-toomey article.auction_session_index_page .hp-module .locations-box,
  body.house-toomey article.page.home-page .hp-module .locations-box, body.house-toomey.home .hp-module .locations-box {
    margin-bottom: 3.3rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .location,
  body.house-toomey article.page.home-page .hp-module .location, body.house-toomey.home .hp-module .location {
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 2.2rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .location::before,
  body.house-toomey article.page.home-page .hp-module .location::before, body.house-toomey.home .hp-module .location::before {
    margin-bottom: -0.6rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module .links a,
  body.house-toomey article.auction_session_index_page .hp-module .links span,
  body.house-toomey article.page.home-page .hp-module .links a,
  body.house-toomey article.page.home-page .hp-module .links span, body.house-toomey.home .hp-module .links a,
  body.house-toomey.home .hp-module .links span {
    font-family: "Decimal", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 2.1rem;
    letter-spacing: 2px;
  }

  body.house-toomey article.auction_session_index_page .hp-module .links .button a,
  body.house-toomey article.page.home-page .hp-module .links .button a, body.house-toomey.home .hp-module .links .button a {
    padding: 0 0 0.15rem 0;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .title,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .title, body.house-toomey.home .hp-module.canela_black_thin .title {
    font-size: 4.1rem;
    letter-spacing: 3px;
    line-height: 5rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .title:before,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .title:before, body.house-toomey.home .hp-module.canela_black_thin .title:before {
    margin-bottom: 0.6rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .title:after,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .title:after, body.house-toomey.home .hp-module.canela_black_thin .title:after {
    margin-top: -1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .subtitle,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .subtitle, body.house-toomey.home .hp-module.canela_black_thin .subtitle {
    font-size: 4.2rem;
    letter-spacing: 1.5px;
    line-height: 4.9rem;
    margin-bottom: 4.7rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .subtitle:before,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .subtitle:before, body.house-toomey.home .hp-module.canela_black_thin .subtitle:before {
    margin-bottom: -0.95rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin .subtitle:after,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin .subtitle:after, body.house-toomey.home .hp-module.canela_black_thin .subtitle:after {
    margin-top: -0.8rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin.stacked .title:before,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin.stacked .title:before, body.house-toomey.home .hp-module.canela_black_thin.stacked .title:before {
    margin-bottom: -1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin.stacked .subtitle:before,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin.stacked .subtitle:before, body.house-toomey.home .hp-module.canela_black_thin.stacked .subtitle:before {
    margin-bottom: -1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin.stack_date_title .title-subtitle,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin.stack_date_title .title-subtitle, body.house-toomey.home .hp-module.canela_black_thin.stack_date_title .title-subtitle {
    margin-bottom: 4.7rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin.stack_date_title .title-subtitle:before,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin.stack_date_title .title-subtitle:before, body.house-toomey.home .hp-module.canela_black_thin.stack_date_title .title-subtitle:before {
    margin-bottom: -1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_thin.stack_date_title .title-subtitle:after,
  body.house-toomey article.page.home-page .hp-module.canela_black_thin.stack_date_title .title-subtitle:after, body.house-toomey.home .hp-module.canela_black_thin.stack_date_title .title-subtitle:after {
    margin-top: -1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .title,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .title, body.house-toomey.home .hp-module.alright_canela_thin .title {
    font-size: 4.5rem;
    letter-spacing: 3px;
    line-height: 5rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .title:before,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .title:before, body.house-toomey.home .hp-module.alright_canela_thin .title:before {
    margin-bottom: 0.6rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .title:after,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .title:after, body.house-toomey.home .hp-module.alright_canela_thin .title:after {
    margin-top: -1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .subtitle,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .subtitle, body.house-toomey.home .hp-module.alright_canela_thin .subtitle {
    font-size: 4.2rem;
    letter-spacing: 1.5px;
    line-height: 5rem;
    margin-bottom: 4.9rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .subtitle:before,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .subtitle:before, body.house-toomey.home .hp-module.alright_canela_thin .subtitle:before {
    margin-bottom: -1.2rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin .subtitle:after,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin .subtitle:after, body.house-toomey.home .hp-module.alright_canela_thin .subtitle:after {
    margin-top: -1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin.stacked .title:before,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin.stacked .title:before, body.house-toomey.home .hp-module.alright_canela_thin.stacked .title:before {
    margin-bottom: -0.7rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin.stacked .subtitle:before,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin.stacked .subtitle:before, body.house-toomey.home .hp-module.alright_canela_thin.stacked .subtitle:before {
    margin-bottom: -0.4rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin.stack_date_title .title-subtitle,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin.stack_date_title .title-subtitle, body.house-toomey.home .hp-module.alright_canela_thin.stack_date_title .title-subtitle {
    margin-bottom: 4.5rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin.stack_date_title .title-subtitle:before,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin.stack_date_title .title-subtitle:before, body.house-toomey.home .hp-module.alright_canela_thin.stack_date_title .title-subtitle:before {
    margin-bottom: -0.7rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin.stack_date_title .title-subtitle:after,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin.stack_date_title .title-subtitle:after, body.house-toomey.home .hp-module.alright_canela_thin.stack_date_title .title-subtitle:after {
    margin-top: -0.9rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin.stack_date_title .title,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin.stack_date_title .title, body.house-toomey.home .hp-module.alright_canela_thin.stack_date_title .title {
    line-height: 4.8rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.alright_canela_thin.stack_date_title .subtitle,
  body.house-toomey article.page.home-page .hp-module.alright_canela_thin.stack_date_title .subtitle, body.house-toomey.home .hp-module.alright_canela_thin.stack_date_title .subtitle {
    line-height: 4.4rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .title,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .title, body.house-toomey.home .hp-module.canela_thin_black .title {
    font-size: 4.1rem;
    letter-spacing: 1.5px;
    line-height: 5rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .title:before,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .title:before, body.house-toomey.home .hp-module.canela_thin_black .title:before {
    margin-bottom: 0.6rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .title:after,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .title:after, body.house-toomey.home .hp-module.canela_thin_black .title:after {
    margin-top: -1.9rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .subtitle,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .subtitle, body.house-toomey.home .hp-module.canela_thin_black .subtitle {
    font-size: 4.1rem;
    letter-spacing: 3px;
    line-height: 5rem;
    margin-bottom: 5.1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .subtitle:before,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .subtitle:before, body.house-toomey.home .hp-module.canela_thin_black .subtitle:before {
    margin-bottom: -1.2rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black .subtitle:after,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black .subtitle:after, body.house-toomey.home .hp-module.canela_thin_black .subtitle:after {
    margin-top: -1.3rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black.stacked .title:before,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black.stacked .title:before, body.house-toomey.home .hp-module.canela_thin_black.stacked .title:before {
    margin-bottom: -1.1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black.stacked .subtitle:before,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black.stacked .subtitle:before, body.house-toomey.home .hp-module.canela_thin_black.stacked .subtitle:before {
    margin-bottom: 0;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black.stack_date_title .title-subtitle,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black.stack_date_title .title-subtitle, body.house-toomey.home .hp-module.canela_thin_black.stack_date_title .title-subtitle {
    margin-bottom: 4rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black.stack_date_title .title-subtitle:before,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black.stack_date_title .title-subtitle:before, body.house-toomey.home .hp-module.canela_thin_black.stack_date_title .title-subtitle:before {
    margin-bottom: -1.1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_thin_black.stack_date_title .title-subtitle:after,
  body.house-toomey article.page.home-page .hp-module.canela_thin_black.stack_date_title .title-subtitle:after, body.house-toomey.home .hp-module.canela_thin_black.stack_date_title .title-subtitle:after {
    margin-top: -0.3rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .title-subtitle,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .title-subtitle, body.house-toomey.home .hp-module.canela_black_alright .title-subtitle {
    line-height: 3.6rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .title-subtitle:after,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .title-subtitle:after, body.house-toomey.home .hp-module.canela_black_alright .title-subtitle:after {
    margin-top: -0.5rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .title,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .title, body.house-toomey.home .hp-module.canela_black_alright .title {
    font-size: 4.1rem;
    letter-spacing: 3px;
    line-height: 5rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .title:before,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .title:before, body.house-toomey.home .hp-module.canela_black_alright .title:before {
    margin-bottom: 0.6rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .title:after,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .title:after, body.house-toomey.home .hp-module.canela_black_alright .title:after {
    margin-top: -1.9rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .subtitle,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .subtitle, body.house-toomey.home .hp-module.canela_black_alright .subtitle {
    font-size: 4.2rem;
    letter-spacing: 1.5px;
    line-height: 5.1rem;
    margin-bottom: 5.1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .subtitle:before,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .subtitle:before, body.house-toomey.home .hp-module.canela_black_alright .subtitle:before {
    margin-bottom: -1.2rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright .subtitle:after,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright .subtitle:after, body.house-toomey.home .hp-module.canela_black_alright .subtitle:after {
    margin-top: -1.7rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright.stacked .title:before,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright.stacked .title:before, body.house-toomey.home .hp-module.canela_black_alright.stacked .title:before {
    margin-bottom: -1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright.stacked .subtitle:before,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright.stacked .subtitle:before, body.house-toomey.home .hp-module.canela_black_alright.stacked .subtitle:before {
    margin-bottom: 0.1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright.stack_date_title .title-subtitle,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright.stack_date_title .title-subtitle, body.house-toomey.home .hp-module.canela_black_alright.stack_date_title .title-subtitle {
    margin-bottom: 3.8rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright.stack_date_title .title-subtitle:before,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright.stack_date_title .title-subtitle:before, body.house-toomey.home .hp-module.canela_black_alright.stack_date_title .title-subtitle:before {
    margin-bottom: -1.1rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.canela_black_alright.stack_date_title .title-subtitle:after,
  body.house-toomey article.page.home-page .hp-module.canela_black_alright.stack_date_title .title-subtitle:after, body.house-toomey.home .hp-module.canela_black_alright.stack_date_title .title-subtitle:after {
    margin-top: -0.3rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.stacked .date-title-subtitle.no-date,
  body.house-toomey article.page.home-page .hp-module.stacked .date-title-subtitle.no-date, body.house-toomey.home .hp-module.stacked .date-title-subtitle.no-date {
    margin-top: 0.3rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.stack_date_title .title-subtitle,
  body.house-toomey article.page.home-page .hp-module.stack_date_title .title-subtitle, body.house-toomey.home .hp-module.stack_date_title .title-subtitle {
    display: block;
    margin-bottom: 4.5rem;
  }

  body.house-toomey article.auction_session_index_page .hp-module.stack_date_title .title-subtitle::before,
  body.house-toomey article.page.home-page .hp-module.stack_date_title .title-subtitle::before, body.house-toomey.home .hp-module.stack_date_title .title-subtitle::before {
    content: "";
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.stack_date_title .title-subtitle::after,
  body.house-toomey article.page.home-page .hp-module.stack_date_title .title-subtitle::after, body.house-toomey.home .hp-module.stack_date_title .title-subtitle::after {
    content: "";
    display: table;
  }

  body.house-toomey article.auction_session_index_page .hp-module.stack_date_title .title,
  body.house-toomey article.auction_session_index_page .hp-module.stack_date_title .subtitle,
  body.house-toomey article.page.home-page .hp-module.stack_date_title .title,
  body.house-toomey article.page.home-page .hp-module.stack_date_title .subtitle, body.house-toomey.home .hp-module.stack_date_title .title,
  body.house-toomey.home .hp-module.stack_date_title .subtitle {
    display: inline;
  }

  body.house-toomey article.auction_session_index_page .hp-module.stack_date_title .title::before,
  body.house-toomey article.auction_session_index_page .hp-module.stack_date_title .subtitle::before,
  body.house-toomey article.page.home-page .hp-module.stack_date_title .title::before,
  body.house-toomey article.page.home-page .hp-module.stack_date_title .subtitle::before, body.house-toomey.home .hp-module.stack_date_title .title::before,
  body.house-toomey.home .hp-module.stack_date_title .subtitle::before {
    display: none;
  }

  body.house-toomey article.auction_session_index_page .hp-module.stack_date_title .title::after,
  body.house-toomey article.auction_session_index_page .hp-module.stack_date_title .subtitle::after,
  body.house-toomey article.page.home-page .hp-module.stack_date_title .title::after,
  body.house-toomey article.page.home-page .hp-module.stack_date_title .subtitle::after, body.house-toomey.home .hp-module.stack_date_title .title::after,
  body.house-toomey.home .hp-module.stack_date_title .subtitle::after {
    display: none;
  }

  body.house-toomey article.auction_session_index_page .hp-module.stack_date_title .date-title-subtitle.no-date,
  body.house-toomey article.page.home-page .hp-module.stack_date_title .date-title-subtitle.no-date, body.house-toomey.home .hp-module.stack_date_title .date-title-subtitle.no-date {
    margin-top: 0.3rem;
  }
}

body.house-toomey .chapter .chapter-text {
  letter-spacing: 0;
}

body.house-toomey .chapter .chapter-text .xxl {
  letter-spacing: 0.5px;
}

body.house-toomey .chapter .chapter-text .xl {
  letter-spacing: 0.25px;
}

body.house-toomey .chapter .chapter-text span.top-text {
  margin-bottom: 2.5rem;
}

body.house-toomey .chapter .chapter-text .canelablack {
  font-family: "Canela Web", serif;
  font-weight: 900;
}

body.house-toomey .chapter .chapter-text .canelaregular {
  font-family: "Canela Web", serif;
  font-weight: 400;
}

body.house-toomey .chapter .chapter-text .canelatextlight {
  font-family: "Canela Text Web", serif;
  font-weight: 400;
  font-weight: 100;
}

body.house-toomey .theme-general.theme-general-rago-editor .theme-general-wrapper p {
  font-family: var(--font-family-sans);
}

body.house-toomey .chatlio-widget-body,
body.house-toomey .chatlio-new-message-container {
  font-family: var(--font-family-sans);
}

body.house-toomey .chatlio-widget-body::-webkit-input-placeholder,
body.house-toomey .chatlio-new-message-container::-webkit-input-placeholder {
  font-family: var(--font-family-sans);
}

body.house-toomey .chatlio-widget-body:-moz-placeholder,
body.house-toomey .chatlio-new-message-container:-moz-placeholder {
  font-family: var(--font-family-sans);
}

body.house-toomey .chatlio-widget-body::-moz-placeholder,
body.house-toomey .chatlio-new-message-container::-moz-placeholder {
  font-family: var(--font-family-sans);
}

body.house-toomey .chatlio-widget-body:-ms-input-placeholder,
body.house-toomey .chatlio-new-message-container:-ms-input-placeholder {
  font-family: var(--font-family-sans);
}

body.house-toomey .chatlio-widget-body textarea,
body.house-toomey .chatlio-new-message-container textarea {
  font-family: var(--font-family-sans);
}

body.house-toomey .chatlio-title-bar {
  background-color: var(--primary-color) !important;
}

body.house-toomey .fb-module-base a.light_button,
body.house-toomey .fb-module-base a.dark_button,
body.house-toomey .fb-module-base a.button,
body.house-toomey .fb-module-base a.button.add-to-cart,
body.house-toomey .fb-module-base button:not(.mejs__button__button) {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.6px;
}

body.house-toomey .fb-module-base p strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.6px;
}

body.house-toomey .fb-module-base figcaption em {
  font-weight: 700;
}

body.house-toomey .module:not(.module__account_section) button {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-toomey .w-btn, body.house-toomey a.w-btn-ds-inquire-outline,
body.house-toomey .w-btn-ds-inquire-outline,
body.house-toomey body.house-rago a.w-btn-ds-inquire-outline,
body.house-rago body.house-toomey a.w-btn-ds-inquire-outline,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline,
body.house-toomey body.house-wright a.w-btn-ds-inquire-outline,
body.house-wright body.house-toomey a.w-btn-ds-inquire-outline,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline,
body.house-toomey body.house-herman_miller a.w-btn-ds-inquire-outline,
body.house-herman_miller body.house-toomey a.w-btn-ds-inquire-outline,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline,
body.house-toomey body.house-lama a.w-btn-ds-inquire-outline,
body.house-lama body.house-toomey a.w-btn-ds-inquire-outline,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline,
body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled, body.house-toomey a.w-btn-ds-inquire-solid,
body.house-toomey .w-btn-ds-inquire-solid,
body.house-toomey body.house-rago a.w-btn-ds-inquire-solid,
body.house-rago body.house-toomey a.w-btn-ds-inquire-solid,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid,
body.house-toomey body.house-wright a.w-btn-ds-inquire-solid,
body.house-wright body.house-toomey a.w-btn-ds-inquire-solid,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid,
body.house-toomey body.house-herman_miller a.w-btn-ds-inquire-solid,
body.house-herman_miller body.house-toomey a.w-btn-ds-inquire-solid,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid,
body.house-toomey body.house-lama a.w-btn-ds-inquire-solid,
body.house-lama body.house-toomey a.w-btn-ds-inquire-solid,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid,
body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled, body.house-toomey a.w-btn-light-green-outline,
body.house-toomey .w-btn-light-green-outline,
body.house-toomey body.house-rago a.w-btn-light-green-outline,
body.house-rago body.house-toomey a.w-btn-light-green-outline,
body.house-toomey body.house-rago .w-btn-light-green-outline,
body.house-rago body.house-toomey .w-btn-light-green-outline,
body.house-toomey body.house-wright a.w-btn-light-green-outline,
body.house-wright body.house-toomey a.w-btn-light-green-outline,
body.house-toomey body.house-wright .w-btn-light-green-outline,
body.house-wright body.house-toomey .w-btn-light-green-outline,
body.house-toomey body.house-herman_miller a.w-btn-light-green-outline,
body.house-herman_miller body.house-toomey a.w-btn-light-green-outline,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline,
body.house-toomey body.house-lama a.w-btn-light-green-outline,
body.house-lama body.house-toomey a.w-btn-light-green-outline,
body.house-toomey body.house-lama .w-btn-light-green-outline,
body.house-lama body.house-toomey .w-btn-light-green-outline,
body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:disabled, body.house-toomey a.w-btn-light-green-solid,
body.house-toomey .w-btn-light-green-solid,
body.house-toomey body.house-rago a.w-btn-light-green-solid,
body.house-rago body.house-toomey a.w-btn-light-green-solid,
body.house-toomey body.house-rago .w-btn-light-green-solid,
body.house-rago body.house-toomey .w-btn-light-green-solid,
body.house-toomey body.house-wright a.w-btn-light-green-solid,
body.house-wright body.house-toomey a.w-btn-light-green-solid,
body.house-toomey body.house-wright .w-btn-light-green-solid,
body.house-wright body.house-toomey .w-btn-light-green-solid,
body.house-toomey body.house-herman_miller a.w-btn-light-green-solid,
body.house-herman_miller body.house-toomey a.w-btn-light-green-solid,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid,
body.house-toomey body.house-lama a.w-btn-light-green-solid,
body.house-lama body.house-toomey a.w-btn-light-green-solid,
body.house-toomey body.house-lama .w-btn-light-green-solid,
body.house-lama body.house-toomey .w-btn-light-green-solid,
body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:disabled, body.house-toomey a.w-btn-light-grey-outline,
body.house-toomey .w-btn-light-grey-outline,
body.house-toomey body.house-rago a.w-btn-light-grey-outline,
body.house-rago body.house-toomey a.w-btn-light-grey-outline,
body.house-toomey body.house-rago .w-btn-light-grey-outline,
body.house-rago body.house-toomey .w-btn-light-grey-outline,
body.house-toomey body.house-wright a.w-btn-light-grey-outline,
body.house-wright body.house-toomey a.w-btn-light-grey-outline,
body.house-toomey body.house-wright .w-btn-light-grey-outline,
body.house-wright body.house-toomey .w-btn-light-grey-outline,
body.house-toomey body.house-herman_miller a.w-btn-light-grey-outline,
body.house-herman_miller body.house-toomey a.w-btn-light-grey-outline,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline,
body.house-toomey body.house-lama a.w-btn-light-grey-outline,
body.house-lama body.house-toomey a.w-btn-light-grey-outline,
body.house-toomey body.house-lama .w-btn-light-grey-outline,
body.house-lama body.house-toomey .w-btn-light-grey-outline,
body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled, body.house-toomey a.w-btn-light-grey-solid,
body.house-toomey .w-btn-light-grey-solid,
body.house-toomey body.house-rago a.w-btn-light-grey-solid,
body.house-rago body.house-toomey a.w-btn-light-grey-solid,
body.house-toomey body.house-rago .w-btn-light-grey-solid,
body.house-rago body.house-toomey .w-btn-light-grey-solid,
body.house-toomey body.house-wright a.w-btn-light-grey-solid,
body.house-wright body.house-toomey a.w-btn-light-grey-solid,
body.house-toomey body.house-wright .w-btn-light-grey-solid,
body.house-wright body.house-toomey .w-btn-light-grey-solid,
body.house-toomey body.house-herman_miller a.w-btn-light-grey-solid,
body.house-herman_miller body.house-toomey a.w-btn-light-grey-solid,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid,
body.house-toomey body.house-lama a.w-btn-light-grey-solid,
body.house-lama body.house-toomey a.w-btn-light-grey-solid,
body.house-toomey body.house-lama .w-btn-light-grey-solid,
body.house-lama body.house-toomey .w-btn-light-grey-solid,
body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled, body.house-toomey a.w-btn-white-outline,
body.house-toomey .w-btn-white-outline,
body.house-toomey body.house-rago a.w-btn-white-outline,
body.house-rago body.house-toomey a.w-btn-white-outline,
body.house-toomey body.house-rago .w-btn-white-outline,
body.house-rago body.house-toomey .w-btn-white-outline,
body.house-toomey body.house-wright a.w-btn-white-outline,
body.house-wright body.house-toomey a.w-btn-white-outline,
body.house-toomey body.house-wright .w-btn-white-outline,
body.house-wright body.house-toomey .w-btn-white-outline,
body.house-toomey body.house-herman_miller a.w-btn-white-outline,
body.house-herman_miller body.house-toomey a.w-btn-white-outline,
body.house-toomey body.house-herman_miller .w-btn-white-outline,
body.house-herman_miller body.house-toomey .w-btn-white-outline,
body.house-toomey body.house-lama a.w-btn-white-outline,
body.house-lama body.house-toomey a.w-btn-white-outline,
body.house-toomey body.house-lama .w-btn-white-outline,
body.house-lama body.house-toomey .w-btn-white-outline,
body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-white-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-white-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-white-outline:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-white-outline:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:disabled, body.house-toomey a.w-btn-white-solid,
body.house-toomey .w-btn-white-solid,
body.house-toomey body.house-rago a.w-btn-white-solid,
body.house-rago body.house-toomey a.w-btn-white-solid,
body.house-toomey body.house-rago .w-btn-white-solid,
body.house-rago body.house-toomey .w-btn-white-solid,
body.house-toomey body.house-wright a.w-btn-white-solid,
body.house-wright body.house-toomey a.w-btn-white-solid,
body.house-toomey body.house-wright .w-btn-white-solid,
body.house-wright body.house-toomey .w-btn-white-solid,
body.house-toomey body.house-herman_miller a.w-btn-white-solid,
body.house-herman_miller body.house-toomey a.w-btn-white-solid,
body.house-toomey body.house-herman_miller .w-btn-white-solid,
body.house-herman_miller body.house-toomey .w-btn-white-solid,
body.house-toomey body.house-lama a.w-btn-white-solid,
body.house-lama body.house-toomey a.w-btn-white-solid,
body.house-toomey body.house-lama .w-btn-white-solid,
body.house-lama body.house-toomey .w-btn-white-solid,
body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-white-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-white-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-white-solid:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-white-solid:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:disabled, body.house-toomey a.w-btn-house-outline,
body.house-toomey .w-btn-house-outline,
body.house-toomey a.w-btn-green-outline,
body.house-toomey .w-btn-green-outline,
body.house-toomey body.house-rago a.w-btn-house-outline,
body.house-rago body.house-toomey a.w-btn-house-outline,
body.house-toomey body.house-rago .w-btn-house-outline,
body.house-rago body.house-toomey .w-btn-house-outline,
body.house-toomey body.house-rago a.w-btn-green-outline,
body.house-rago body.house-toomey a.w-btn-green-outline,
body.house-toomey body.house-rago .w-btn-green-outline,
body.house-rago body.house-toomey .w-btn-green-outline,
body.house-toomey body.house-wright a.w-btn-house-outline,
body.house-wright body.house-toomey a.w-btn-house-outline,
body.house-toomey body.house-wright .w-btn-house-outline,
body.house-wright body.house-toomey .w-btn-house-outline,
body.house-toomey body.house-wright a.w-btn-green-outline,
body.house-wright body.house-toomey a.w-btn-green-outline,
body.house-toomey body.house-wright .w-btn-green-outline,
body.house-wright body.house-toomey .w-btn-green-outline,
body.house-toomey body.house-herman_miller a.w-btn-house-outline,
body.house-herman_miller body.house-toomey a.w-btn-house-outline,
body.house-toomey body.house-herman_miller .w-btn-house-outline,
body.house-herman_miller body.house-toomey .w-btn-house-outline,
body.house-toomey body.house-herman_miller a.w-btn-green-outline,
body.house-herman_miller body.house-toomey a.w-btn-green-outline,
body.house-toomey body.house-herman_miller .w-btn-green-outline,
body.house-herman_miller body.house-toomey .w-btn-green-outline,
body.house-toomey body.house-lama a.w-btn-house-outline,
body.house-lama body.house-toomey a.w-btn-house-outline,
body.house-toomey body.house-lama .w-btn-house-outline,
body.house-lama body.house-toomey .w-btn-house-outline,
body.house-toomey body.house-lama a.w-btn-green-outline,
body.house-lama body.house-toomey a.w-btn-green-outline,
body.house-toomey body.house-lama .w-btn-green-outline,
body.house-lama body.house-toomey .w-btn-green-outline,
body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-house-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-green-outline:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-house-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-green-outline:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-house-outline:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-house-outline:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-green-outline:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-green-outline:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:disabled, body.house-toomey a.w-btn-house-solid,
body.house-toomey .w-btn-house-solid,
body.house-toomey a.w-btn-green-solid,
body.house-toomey .w-btn-green-solid,
body.house-toomey body.house-rago a.w-btn-house-solid,
body.house-rago body.house-toomey a.w-btn-house-solid,
body.house-toomey body.house-rago .w-btn-house-solid,
body.house-rago body.house-toomey .w-btn-house-solid,
body.house-toomey body.house-rago a.w-btn-green-solid,
body.house-rago body.house-toomey a.w-btn-green-solid,
body.house-toomey body.house-rago .w-btn-green-solid,
body.house-rago body.house-toomey .w-btn-green-solid,
body.house-toomey body.house-wright a.w-btn-house-solid,
body.house-wright body.house-toomey a.w-btn-house-solid,
body.house-toomey body.house-wright .w-btn-house-solid,
body.house-wright body.house-toomey .w-btn-house-solid,
body.house-toomey body.house-wright a.w-btn-green-solid,
body.house-wright body.house-toomey a.w-btn-green-solid,
body.house-toomey body.house-wright .w-btn-green-solid,
body.house-wright body.house-toomey .w-btn-green-solid,
body.house-toomey body.house-herman_miller a.w-btn-house-solid,
body.house-herman_miller body.house-toomey a.w-btn-house-solid,
body.house-toomey body.house-herman_miller .w-btn-house-solid,
body.house-herman_miller body.house-toomey .w-btn-house-solid,
body.house-toomey body.house-herman_miller a.w-btn-green-solid,
body.house-herman_miller body.house-toomey a.w-btn-green-solid,
body.house-toomey body.house-herman_miller .w-btn-green-solid,
body.house-herman_miller body.house-toomey .w-btn-green-solid,
body.house-toomey body.house-lama a.w-btn-house-solid,
body.house-lama body.house-toomey a.w-btn-house-solid,
body.house-toomey body.house-lama .w-btn-house-solid,
body.house-lama body.house-toomey .w-btn-house-solid,
body.house-toomey body.house-lama a.w-btn-green-solid,
body.house-lama body.house-toomey a.w-btn-green-solid,
body.house-toomey body.house-lama .w-btn-green-solid,
body.house-lama body.house-toomey .w-btn-green-solid,
body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-house-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago body.house-wright .w-btn-green-solid:disabled,
body.house-rago body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-wright body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-house-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago body.house-lama .w-btn-green-solid:disabled,
body.house-rago body.house-lama body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-lama body.house-rago .w-btn-green-solid:disabled,
body.house-lama body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-wright body.house-herman_miller .w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller body.house-wright .w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-house-solid:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-house-solid:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-wright body.house-lama .w-btn-green-solid:disabled,
body.house-wright body.house-lama body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-lama body.house-wright .w-btn-green-solid:disabled,
body.house-lama body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller body.house-lama .w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-lama body.house-herman_miller .w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:disabled, body.house-toomey .w-btn:disabled,
body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:disabled {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-toomey article.page .header h2,
body.house-toomey article.page .page__header h2,
body.house-toomey article.mosaic .header h2,
body.house-toomey article.mosaic .page__header h2 {
  font-weight: 900;
}

body.house-toomey article.page .header h2 span,
body.house-toomey article.page .page__header h2 span,
body.house-toomey article.mosaic .header h2 span,
body.house-toomey article.mosaic .page__header h2 span {
  font-weight: 900;
}

body.house-toomey article.page .header .bid-live,
body.house-toomey article.page .header .sale-registration,
body.house-toomey article.page .page__header .bid-live,
body.house-toomey article.page .page__header .sale-registration,
body.house-toomey article.mosaic .header .bid-live,
body.house-toomey article.mosaic .header .sale-registration,
body.house-toomey article.mosaic .page__header .bid-live,
body.house-toomey article.mosaic .page__header .sale-registration {
  color: #fff;
}

body.house-toomey article.page.calendar .page__header.with_subnav h1,
body.house-toomey .account-page .page__header.with_subnav h1 {
  bottom: 0;
}

body.house-toomey article.page.calendar .page__header h2,
body.house-toomey .account-page .page__header h2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0 0 0.5rem;
  letter-spacing: 0.1rem;
}

body.house-toomey .password-requirements {
  font-family: var(--font-family-sans);
}

body.house-toomey .password-requirements strong {
  font-weight: bold;
}

body.house-toomey .password-requirements em {
  font-style: italic;
}

body.house-toomey .password-requirements strong em,
body.house-toomey .password-requirements em strong {
  font-weight: bold;
  font-style: italic;
}

body.house-toomey .page.my-account .module.module__account_section .heading,
body.house-toomey .page.my-account .module__credit_cards .heading {
  font-family: var(--font-family-serif);
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: 0;
  padding-bottom: 0.5rem;
}

body.house-toomey .page.my-account .card-details strong {
  font-family: var(--font-family-serif);
  font-weight: 700;
}

body.house-toomey .page.account-page.my-bids .actions strong a {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.4rem;
}

body.house-toomey .page.account-page.my-bids .actions .buyers-premium {
  font-size: 1.3rem;
}

body.house-toomey .page.account-page.my-bids strong {
  font-weight: 800;
}

body.house-toomey .page.account-page.my-bids strong .artist_name {
  color: #111;
  letter-spacing: 0;
}

body.house-toomey .page.account-page.my-bids .buyers-premium {
  color: #111;
}

body.house-toomey .page.account-page.my-bids .buyers-premium span {
  color: #666;
}

body.house-toomey .page.account-page.my-bids .lot_number {
  width: 5rem;
}

body.house-toomey .page.account-page.my-bids .session-info {
  margin-bottom: 1rem;
}

body.house-toomey .page.account-page.my-bids .session-title {
  font-family: var(--font-family-serif);
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #4a4a4a;
}

body.house-toomey .page.account-page.my-bids .session-title .secondary {
  color: #9b9b9b;
}

body.house-toomey .page.account-page.my-bids .details {
  font-size: 1.4rem;
}

body.house-toomey .page.account-page.my-bids .details p {
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #666;
}

body.house-toomey .page.account-page.my-bids .details p strong {
  font-family: var(--font-family-serif);
  font-weight: 700;
}

body.house-toomey .page.account-page.my-bids .details strong.bid-amount {
  font-family: var(--font-family-serif);
  font-weight: 700;
  color: #111;
}

body.house-toomey .page.account-page.my-bids .details strong.bid-amount .add-backup-bid {
  font-family: var(--font-family-serif);
  font-weight: 700;
}

body.house-toomey .page.account-page.my-bids .details svg {
  height: 1.3rem;
}

body.house-toomey .page.account-page.my-bids .table-heading-row {
  font-size: 1.3rem;
  color: #111;
}

body.house-toomey .page.account-page.my-bids .module__registered_sale .bidder-number {
  font-size: 1.4rem;
}

body.house-toomey .page.account-page.my-bids .module__registered_sale .phone-numbers {
  font-size: 1.3rem;
}

body.house-toomey .page.account-page.my-bids .module__registered_sale .phone-numbers svg {
  height: 1.3rem;
}

body.house-toomey .page.account-page.my-bids .module__registered_sale .items .lot_number {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 3.2rem;
  letter-spacing: 1px;
  color: #ccc;
}

.text.details body.house-toomey:not(body.theme-general-rago-editor) table td,
.text.details body.house-toomey:not(body.theme-general-rago-editor) ul li {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
}

.text.details body.house-toomey:not(body.theme-general-rago-editor) strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-toomey #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort ul f li a {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort .grid-filter-form .fuzzy-search li input {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort .grid-filter-form .fuzzy-search li input::-webkit-input-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort .grid-filter-form .fuzzy-search li input:-moz-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort .grid-filter-form .fuzzy-search li input::-moz-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey #wrapper.search.search .filter_sort_container .subnav_container.full.filter_sort .grid-filter-form .fuzzy-search li input:-ms-input-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey .subnav_container.full.filter_sort ul li a {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey .subnav_container.full.filter_sort .search li input {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey .subnav_container.full.filter_sort .search li input::-webkit-input-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey .subnav_container.full.filter_sort .search li input:-moz-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey .subnav_container.full.filter_sort .search li input::-moz-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey .subnav_container.full.filter_sort .search li input:-ms-input-placeholder {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body.house-toomey .module.module__grid .bio_title a,
body.house-toomey .module.module__grid .title a,
body.house-toomey .module.module__artist .bio_title a,
body.house-toomey .module.module__artist .title a {
  text-decoration: none;
  color: #a39c8a;
}

body.house-toomey .module.module__grid .bio_title a:hover,
body.house-toomey .module.module__grid .title a:hover,
body.house-toomey .module.module__artist .bio_title a:hover,
body.house-toomey .module.module__artist .title a:hover {
  color: #827168;
}

body.house-toomey .module.module__artist .bio p {
  font-size: 1.5rem;
  line-height: 2.6rem;
}

body.house-toomey article.item-page .auction_info_bar a {
  font-family: var(--font-family-sans);
  color: #111;
  font-variant-numeric: lining-nums;
}

body.house-toomey article.item-page .auction_info_bar a:visited:not(.w-btn) {
  color: #111;
}

body.house-toomey article.item-page .auction_info_bar a strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
  letter-spacing: 0.15rem;
}

body.house-toomey article.item-page .item-zoom-moment .control-bar .lot-number {
  font-family: "Canela Web", serif;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 5rem;
}

@media (min-width: 1024px) {
  body.house-toomey article.item-page .item-zoom-moment .control-bar .lot-number {
    font-size: 2rem;
  }
}

body.house-toomey article.item-page .item-page-content .bar-date span.wrap-fix {
  font-family: var(--font-family-serif);
  font-weight: 900;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  body.house-toomey article.item-page .item-page-content .bar-date span.wrap-fix {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}

body.house-toomey article.item-page .item-page-content .bar-auction-title a strong {
  font-family: var(--font-family-serif);
  font-weight: 900;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  body.house-toomey article.item-page .item-page-content .bar-auction-title a strong {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}

body.house-toomey article.item-page .item-page-content div.bar-lot-number .lot-number {
  font-family: "Canela Web", serif;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 5rem;
  line-height: 0;
}

@media (min-width: 1024px) {
  body.house-toomey article.item-page .item-page-content div.bar-lot-number .lot-number {
    color: #444;
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
}

@media (min-width: 1025px) {
  body.house-toomey article.item-page .item-page-content .title-bar.row-a.col-wrapper .col.col-c .col-c-inner:not(.col-c),
  body.house-toomey article.item-page .item-page-content .title-bar.row-a .col:not(.col-c) {
    border-color: #444;
  }
}

body.house-toomey article.item-page .item-page-content .item-details {
  line-height: 1.8rem;
  font-family: var(--font-family-sans);
}

body.house-toomey article.item-page .item-page-content .item-details div.title_text .artistdate {
  font-family: var(--font-family-sans);
}

body.house-toomey article.item-page .item-page-content .item-details div.title_text h2.artistname {
  font-family: var(--font-family-sans);
  font-weight: 800;
  line-height: 1.8rem;
  letter-spacing: 0;
}

body.house-toomey article.item-page .item-page-content .item-details div.title_text h3.itemname {
  font-family: var(--font-family-sans);
  font-weight: 500;
  line-height: 1.8rem;
}

body.house-toomey article.item-page .item-page-content .item-details .description_text .location_note strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-toomey article.item-page .item-page-content .item-details .description_text p {
  font-family: var(--font-family-sans);
  line-height: 1.8rem;
  font-size: 1.3rem;
}

body.house-toomey article.item-page .item-page-content .item-details .description_text div.external_link p a, body.house-toomey article.item-page .item-page-content .item-details .description_text div.external_link p a:visited, body.house-toomey article.item-page .item-page-content .item-details .description_text div.external_link p a:hover {
  color: var(--primary-color);
}

body.house-toomey article.item-page .item-page-content .item-details .description_text div.condition p a, body.house-toomey article.item-page .item-page-content .item-details .description_text div.condition p a:visited {
  font-family: var(--font-family-sans);
  font-weight: 800;
  color: #a39c8a;
}

body.house-toomey article.item-page .item-page-content .item-details .description_text div.condition p a:hover, body.house-toomey article.item-page .item-page-content .item-details .description_text div.condition p a:visited:hover {
  color: #827168;
}

body.house-toomey article.item-page .item-page-content .item-details .description_text .heading {
  font-family: var(--font-family-sans);
  font-weight: 500;
}

body.house-toomey article.item-page .item-page-content .item-details div.user-bid {
  font-family: var(--font-family-sans);
  font-weight: 700;
  color: var(--primary-color);
}

body.house-toomey article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .top-line {
  font-family: var(--font-family-sans);
}

body.house-toomey article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .bottom-line {
  font-family: var(--font-family-sans);
  font-weight: 900;
}

body.house-toomey article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .top-line,
body.house-toomey article.item-page .item-page-content .item-details div.details-buttons a.evaluation_button.consign-an-item-button.v3 .bottom-line {
  letter-spacing: 0;
}

body.house-toomey article.item-page .item-page-content .item-details div.details-buttons .sizer {
  min-width: 20rem;
}

body.house-toomey article.item-page .item-page-content .item-details .bid-box .ibas .bid-type-label,
body.house-toomey article.item-page .item-page-content .item-details .bid-box .ibas .bid-count,
body.house-toomey article.item-page .item-page-content .item-details .bid-box .ibas .bid-status,
body.house-toomey article.item-page .item-page-content .item-details .bid-box .ibas .bid-type-suggestion-link,
body.house-toomey article.item-page .item-page-content .item-details .bid-box .ibas .user-bid,
body.house-toomey article.item-page .item-page-content .item-details .bid-box .ibas .user-current-bid {
  font-family: var(--font-family-sans);
}

body.house-toomey article.item-page .item-page-content .item-details .bid-box .ibas .bid-amount.font-medium {
  font-family: var(--font-family-sans);
  font-weight: 600;
  font-size: 1.8rem;
}

body.house-toomey article.item-page .item-page-content .item-details .bid-box .ibas .user-lot-status {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-toomey article.item-page .item-page-content .item-details .bid-box .ibas .user-activity .user-bid.user-backup-bid a {
  color: var(--primary-color);
}

body.house-toomey article.item-page .item-page-content .item-details .bid-box .choices__item--selectable {
  font-family: var(--font-family-sans);
}

body.house-toomey article.item-page .item-page-content .item-details .top .details_content.financials .estimate span {
  font-family: var(--font-family-sans);
  line-height: 1.8rem;
  font-weight: 400;
}

body.house-toomey article.item-page .item-page-content .item-details .top .details_content.financials .price {
  font-family: var(--font-family-sans);
  font-weight: 500;
  line-height: 1.8rem;
}

body.house-toomey article.item-page .item-page-content .item-details .top .details_content.financials .result {
  font-family: var(--font-family-sans);
  font-weight: 800;
  line-height: 1.8rem;
}

body.house-toomey article.item-page .item-page-content .item-details span.specification.spec span.specification strong {
  font-family: var(--font-family-sans);
  font-weight: 500;
}

body.house-toomey article.item-page .item-page-content .item-details div.specs_text span {
  font-family: var(--font-family-sans);
  line-height: 1.8rem;
}

body.house-toomey article.item-page .item-page-content span.print_link a {
  font-family: var(--font-family-sans);
  font-weight: 800;
  line-height: 1.8rem;
}

body.house-toomey article.item-page .theme-general-freight p {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  line-height: 2.2rem;
}

@media (min-width: 769px) {
  body.house-toomey article.item-page .theme-general-freight p {
    line-height: 2.4rem;
  }
}

@media (min-width: 1024px) {
  body.house-toomey article.item-page .theme-general-freight p {
    line-height: 2.6rem;
  }
}

body.house-toomey article.item-page .theme-general-freight p strong {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-toomey article.item-page .theme-general-freight h2,
body.house-toomey article.item-page .theme-general-freight .module:not(.module__account_section) h2 {
  font-family: var(--font-family-serif);
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0;
}

body.house-toomey article.item-page .theme-general-freight h3 {
  font-family: var(--font-family-serif);
}

body.house-toomey article.item-page .theme-general-freight h3 strong {
  font-family: var(--font-family-serif);
  font-weight: 700;
}

body.house-toomey article.item-page .theme-general-freight h4,
body.house-toomey article.item-page .theme-general-freight h5,
body.house-toomey article.item-page .theme-general-freight h6 {
  font-family: var(--font-family-serif);
}

body.house-toomey article.item-page .theme-general-freight h4 strong {
  font-family: var(--font-family-sans);
}

body.house-toomey article.item-page #content .additional_content .artist_ac_wrapper .module__grid.default .item p {
  font-size: 1.3rem;
  line-height: 2.1rem;
}

body.house-toomey #nosotope.grid .item .inline .user-activity {
  font-family: var(--font-family-sans);
}

body.house-toomey #nosotope.grid .item .inline .bid-status .bid-amount {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-toomey #nosotope.grid .item .inline .bid-status .bid-count {
  font-family: var(--font-family-sans);
}

body.house-toomey #nosotope.grid .item .inline .bid-status .user-lot-status {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-toomey #nosotope.grid .item .inline .bid-status span {
  line-height: 2.1rem;
}

body.house-toomey #nosotope.grid .item .grid-text .lot_no {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 1px;
  color: #999;
  padding-bottom: 1rem;
}

body.house-toomey #nosotope.grid .item .grid-text .name {
  max-height: 4.2rem;
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.15rem;
  color: #111;
}

body.house-toomey #nosotope.grid .item .grid-text div.title {
  max-height: 4.2rem;
}

body.house-toomey #nosotope.grid .item .grid-text div.title p,
body.house-toomey #nosotope.grid .item .grid-text div.title span {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-toomey #nosotope.grid .item .grid-text div.estimate {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-toomey #nosotope.grid .item .grid-text div.estimate p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-toomey #nosotope.grid .item .grid-text div.estimate p span {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-toomey #nosotope.grid .item .grid-text div.result p, body.house-toomey #nosotope.grid .item .grid-text .price-available-note p {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
}

body.house-toomey #nosotope.grid .item .grid-text div.result p span, body.house-toomey #nosotope.grid .item .grid-text .price-available-note p span {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #444;
}

body.house-toomey #isotope.index .item .text div.lot_no p {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 1px;
  color: #999;
  padding-bottom: 1rem;
}

body.house-toomey #isotope.index .item .text div.artist_name {
  max-height: 4.2rem;
}

body.house-toomey #isotope.index .item .text div.artist_name p {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.15rem;
  color: #111;
}

body.house-toomey #isotope.index .item .text div.name {
  max-height: 4.2rem;
}

body.house-toomey #isotope.index .item .text div.name p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-toomey #isotope.index .item .text div.estimate {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-toomey #isotope.index .item .text div.estimate p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-toomey #isotope.index .item .text div.estimate p span {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-toomey #isotope.index .item .text div.result p, body.house-toomey #isotope.index .item .text .price-available-note p {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
}

body.house-toomey #isotope.index .item .text div.result p span, body.house-toomey #isotope.index .item .text .price-available-note p span {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #444;
}

body.house-toomey .item-grid-container.grid .___item .inline div .lot_no {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 1px;
  padding-bottom: 0.3rem;
}

body.house-toomey #nosotope.mosaic .item .inline .ibas .user-bid {
  font-family: var(--font-family-sans);
}

body.house-toomey #nosotope.mosaic .item .inline .ibas .user-current-bid,
body.house-toomey #nosotope.mosaic .item .inline .ibas .user-current-bid span {
  font-family: var(--font-family-sans);
  font-weight: 500;
}

body.house-toomey #nosotope.mosaic .item .inline .ibas .bid-status .bid-amount {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-toomey #nosotope.mosaic .item .inline .ibas .user-activity .edit-bid {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-toomey .legacy-wrapper h2 span {
  font-family: var(--font-family-serif);
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

body.house-toomey .module.module__grid .max_wrapper .item .lot_no {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 1px;
  color: #999;
  padding-bottom: 1rem;
}

body.house-toomey .module.module__grid .max_wrapper .item h3 {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.15rem;
  color: #111;
}

body.house-toomey .module.module__grid .max_wrapper .item p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  color: #666;
}

body.house-toomey .module__mosaic.columns-5 {
  max-width: 100%;
}

body.house-toomey .column_slide .tile .desktop div.button {
  font-family: var(--font-family-sans);
}

body.house-toomey .module__three_column a *,
body.house-toomey .module__three_column a:visited * {
  color: #000;
}

body.house-toomey.search #wrapper.search .item-grid-container .result.w1 .inline p,
body.house-toomey.search #wrapper.search .item-grid-container .item.w1 .inline p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.1rem;
  color: #666;
}

body.house-toomey.search #wrapper.search .item-grid-container .result.w1 .inline p strong,
body.house-toomey.search #wrapper.search .item-grid-container .item.w1 .inline p strong {
  font-family: var(--font-family-serif);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #333;
}

body.house-toomey.search #wrapper.search .item-grid-container .result.w1 .inline a strong,
body.house-toomey.search #wrapper.search .item-grid-container .item.w1 .inline a strong {
  font-family: var(--font-family-sans);
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
  color: var(--primary-color);
}

body.house-toomey.search #wrapper.search .item-grid-container .result.w1 .inline a strong:hover,
body.house-toomey.search #wrapper.search .item-grid-container .item.w1 .inline a strong:hover {
  color: var(--primary-color-hover);
}

body.house-toomey.search #wrapper.search .item-grid-container .result.w1 .inline .artist .name,
body.house-toomey.search #wrapper.search .item-grid-container .item.w1 .inline .artist .name {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.15rem;
  color: #111;
}

body.house-toomey.search #wrapper.search .item-grid-container .result.w1 .inline .artist .lot_no,
body.house-toomey.search #wrapper.search .item-grid-container .item.w1 .inline .artist .lot_no {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 1px;
  color: #999;
  padding-bottom: 1rem;
}

body.house-toomey.search #wrapper.search .item-grid-container .result.w1 .inline .result p,
body.house-toomey.search #wrapper.search .item-grid-container .item.w1 .inline .result p {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey.search #wrapper.search .item-grid-container .result.w1 .inline .result p span,
body.house-toomey.search #wrapper.search .item-grid-container .item.w1 .inline .result p span {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

body.house-toomey.search #wrapper.search .item-grid-container .actions a, body.house-toomey.search #wrapper.search .item-grid-container.category-auctions .result.full-width:not(.no-result-resource) .actions strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-toomey.search #wrapper.search .item-grid-container h2,
body.house-toomey.search #wrapper.search .item-grid-container h2 span {
  font-family: var(--font-family-serif);
  font-weight: 700;
}

body.house-toomey.search #wrapper.search .item-grid-container h4,
body.house-toomey.search #wrapper.search .item-grid-container h4 span {
  font-family: var(--font-family-serif);
  font-weight: 900;
}

body.house-toomey.search #wrapper.search .item-grid-container h4.title,
body.house-toomey.search #wrapper.search .item-grid-container h4.primary {
  font-family: var(--font-family-sans);
  font-weight: 600;
}

body.house-toomey.search #wrapper.search .item-grid-container h5,
body.house-toomey.search #wrapper.search .item-grid-container h5 span {
  font-family: var(--font-family-sans);
}

body.house-toomey.search #wrapper.search div.item-grid-container.category-auctions .result.full-width:not(.no-result-resource) .inline p strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}

body.house-toomey article.page.search #wrapper.search #search-results-header nav ul li a,
body.house-toomey article.page.search #wrapper.search #search-results-header nav ul li span.no-results, body.house-toomey.search #wrapper.search #search-results-header nav ul li a,
body.house-toomey.search #wrapper.search #search-results-header nav ul li span.no-results {
  font-family: var(--font-family-sans);
}

body.house-toomey article.page.search #wrapper.search .result .inner .no-image-border, body.house-toomey.search #wrapper.search .result .inner .no-image-border {
  border-bottom: 1px solid #b6b1a4;
}

body.house-toomey article.page.search #wrapper.search .result .details p, body.house-toomey.search #wrapper.search .result .details p {
  font-family: var(--font-family-sans);
}

body.house-toomey article.page.search #wrapper.search .result .details p strong, body.house-toomey.search #wrapper.search .result .details p strong {
  font-family: var(--font-family-sans);
  font-weight: 800;
}

body.house-toomey article.page.search #wrapper.search .result div.inline h4.primary, body.house-toomey.search #wrapper.search .result div.inline h4.primary {
  font-family: var(--font-family-serif);
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #333;
}

body.house-toomey article.page.search #wrapper.search .result div.inline h5.secondary, body.house-toomey.search #wrapper.search .result div.inline h5.secondary {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #666;
}

body.house-toomey article.page.search #wrapper.search .result div.inline p, body.house-toomey.search #wrapper.search .result div.inline p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #666;
}

body.house-toomey article.page.search #wrapper.search .result div.inline p strong, body.house-toomey.search #wrapper.search .result div.inline p strong {
  font-family: var(--font-family-serif);
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #333;
}

body.house-toomey article.page.search #wrapper.search .result div.inline span strong, body.house-toomey.search #wrapper.search .result div.inline span strong {
  font-family: var(--font-family-sans);
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  color: var(--primary-color);
}

body.house-toomey article.page.search #wrapper.search .result div.inline span strong:hover, body.house-toomey.search #wrapper.search .result div.inline span strong:hover {
  color: var(--primary-color-hover);
}

body.house-toomey.search #wrapper.search .item-grid-container.category-auctions .result.w1 .inline {
  margin-top: 1rem;
}

body.house-toomey .page form .radio_button_group label {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
}

body.house-toomey .page form .radio_button_group label input {
  margin-right: 0.5rem;
}

body.house-toomey .page form input,
body.house-toomey .page form textarea,
body.house-toomey .page form p,
body.house-toomey .page form select,
body.house-toomey .page form .validation_container {
  font-family: var(--font-family-sans);
  letter-spacing: 0;
}

body.house-toomey .page form input::-webkit-input-placeholder,
body.house-toomey .page form textarea::-webkit-input-placeholder,
body.house-toomey .page form p::-webkit-input-placeholder,
body.house-toomey .page form select::-webkit-input-placeholder,
body.house-toomey .page form .validation_container::-webkit-input-placeholder {
  font-family: var(--font-family-sans);
  letter-spacing: 0;
}

body.house-toomey .page form input::-moz-placeholder,
body.house-toomey .page form textarea::-moz-placeholder,
body.house-toomey .page form p::-moz-placeholder,
body.house-toomey .page form select::-moz-placeholder,
body.house-toomey .page form .validation_container::-moz-placeholder {
  font-family: var(--font-family-sans);
  letter-spacing: 0;
}

body.house-toomey .page form input::-ms-input-placeholder,
body.house-toomey .page form textarea::-ms-input-placeholder,
body.house-toomey .page form p::-ms-input-placeholder,
body.house-toomey .page form select::-ms-input-placeholder,
body.house-toomey .page form .validation_container::-ms-input-placeholder {
  font-family: var(--font-family-sans);
  letter-spacing: 0;
}

body.house-toomey .page form input.w-btn-green-solid,
body.house-toomey .page form textarea.w-btn-green-solid,
body.house-toomey .page form p.w-btn-green-solid,
body.house-toomey .page form select.w-btn-green-solid,
body.house-toomey .page form .validation_container.w-btn-green-solid {
  font-family: var(--font-family-sans);
  font-weight: 700;
  width: 100%;
}

@media (min-width: 768px) {
  body.house-toomey .page form input.w-btn-green-solid,
  body.house-toomey .page form textarea.w-btn-green-solid,
  body.house-toomey .page form p.w-btn-green-solid,
  body.house-toomey .page form select.w-btn-green-solid,
  body.house-toomey .page form .validation_container.w-btn-green-solid {
    width: 28rem;
  }
}

body.house-toomey .page form input:not(.w-btn-green-solid) {
  color: #000;
}

body.house-toomey .page form .email_name,
body.house-toomey .page form .email_address {
  width: 100%;
}

@media (min-width: 768px) {
  body.house-toomey .page form .email_name,
  body.house-toomey .page form .email_address {
    width: 28rem;
  }
}

body.house-toomey .page form .multiselect {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
}

body.house-toomey .page form .multiselect::-webkit-input-placeholder {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .page form .multiselect::-moz-placeholder {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .page form .multiselect::-ms-input-placeholder {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .page form select {
  min-height: 5rem;
}

body.house-toomey .page form .submit_buttons button {
  width: 50%;
}

body.house-toomey .page form .error_box.parsley-error a:not(.dark_button):not(.light_button):not(.no-underline) {
  text-shadow: none;
  background: transparent;
  text-decoration: underline;
}

body.house-toomey .page form .error_box.parsley-error {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  letter-spacing: 0;
}

body.house-toomey .page form .tooltip_toggle strong {
  font-family: var(--font-family-serif);
  font-weight: 700;
}

body.house-toomey .page form .tooltip_toggle p {
  background-color: var(--primary-color);
}

body.house-toomey .page .page__section__sidebar .summary p {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .page .page__section__sidebar .total-container p {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-toomey .page .page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn), body.house-toomey .page .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-toomey .page .page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-toomey .page .page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-toomey .page .page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn),
body.house-toomey .page .page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) {
  text-decoration: underline;
  background: none;
  border: none;
  transition: color 0.15s;
  color: var(--primary-color);
}

body.house-toomey .page .page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong, body.house-toomey .page .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-toomey .page .page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-toomey .page .page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-toomey .page .page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong,
body.house-toomey .page .page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) strong {
  color: var(--primary-color);
}

body.house-toomey .page .page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover, body.house-toomey .page .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-toomey .page .page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-toomey .page .page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-toomey .page .page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
body.house-toomey .page .page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover {
  border: none;
  color: var(--primary-color-hover);
  cursor: pointer;
}

body.house-toomey .page .page__section.pseudolink,
body.house-toomey .page .page__section p.pseudolink,
body.house-toomey .page .page__section li.pseudolink {
  display: inline-block;
}

body.house-toomey .page .page__section strong a,
body.house-toomey .page .page__section p strong a,
body.house-toomey .page .page__section li strong a {
  background-size: 3px 3px;
}

body.house-toomey .page.page-create-account form input {
  color: #000;
}

body.house-toomey .form_wrapper .widget {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
}

body.house-toomey .form_wrapper .widget .choices__list.choices__list--single .choices__item {
  line-height: 3rem;
}

body.house-toomey .form_wrapper .widget h2 {
  font-family: var(--font-family-serif);
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget input {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget input::-webkit-input-placeholder {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget input::-moz-placeholder {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget input::-ms-input-placeholder {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget .modal-notice-banner .title-bid-activity {
  font-weight: 800;
}

body.house-toomey .form_wrapper .widget p {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget strong {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-toomey .form_wrapper .widget textarea {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget .agree label {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget .artist_name {
  font-weight: 800;
}

body.house-toomey .form_wrapper .widget .bid-amount {
  font-weight: 700;
}

body.house-toomey .form_wrapper .widget .confirm-terms-sale a,
body.house-toomey .form_wrapper .widget .buyers-premium-note .popper {
  font-family: var(--font-family-sans);
}

body.house-toomey .form_wrapper .widget .bid-inner .lot-number {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 3.2rem;
}

body.house-toomey .form_wrapper .widget .bid-inner:not(.submitted) .buyers-premium-note,
body.house-toomey .form_wrapper .widget .bid-inner:not(.submitted) .popper:not(.backup-bid-tooltip) {
  font-size: 1.3rem;
}

body.house-toomey .form_wrapper .widget .create-account {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget .create-account a, body.house-toomey .form_wrapper .widget .create-account a:hover {
  font-family: var(--font-family-sans);
}

body.house-toomey .form_wrapper .widget .detail-group label span {
  font-family: var(--font-family-sans);
}

body.house-toomey .form_wrapper .widget .just-watch a {
  color: var(--primary-color);
}

body.house-toomey .form_wrapper .widget .just-watch a:hover {
  color: var(--primary-color-hover);
}

body.house-toomey .form_wrapper .widget .new-card div {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget .password-requirements {
  font-family: var(--font-family-sans);
}

body.house-toomey .form_wrapper .widget .step-1 a {
  font-family: var(--font-family-sans);
  font-weight: 900;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget .tab {
  font-size: 1.5rem;
}

body.house-toomey .form_wrapper .widget .terms p {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget .terms .terms-container strong {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget .terms .whitespace-no-wrap {
  font-family: var(--font-family-sans);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0;
}

body.house-toomey .form_wrapper .widget .tooltip .inner p {
  font-size: 1.3rem;
  line-height: 2rem;
}

body.house-toomey .dos-modal::before {
  background-image: url("/images/day_of_sale/toomey.jpg");
}

body.house-toomey .dos-modal p.dos-artist-name {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-toomey .dos-modal p.dos-artist-name strong {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-weight: bold;
}

body.house-toomey .dos-timer {
  font-family: "Canela Web", serif;
  font-weight: 900;
}

body.house-toomey .dos-timer .separator {
  font-family: "Canela Web", serif;
  font-weight: 900;
}

body.house-toomey .dos-closed-inner a,
body.house-toomey .dos-links a {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-toomey .dos-closed-inner {
  background: linear-gradient(90deg, rgba(76, 191, 180, 0.93) 0%, rgba(21, 171, 157, 0.93) 55%, rgba(21, 171, 157, 0.93) 80%, rgba(76, 191, 180, 0.93));
}

body.house-toomey .dos-auction-today {
  font-family: "Canela Web", serif;
  font-weight: 900;
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

article.auction_session_index_page .hp-module,
body.home .hp-module,
article.page.home-page .hp-module {
  /* --- */
  /* --- */
}

article.auction_session_index_page .hp-module .date,
body.home .hp-module .date,
article.page.home-page .hp-module .date {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

article.auction_session_index_page .hp-module .date::before,
body.home .hp-module .date::before,
article.page.home-page .hp-module .date::before {
  content: "";
  margin-bottom: -0.7rem;
  display: table;
}

article.auction_session_index_page .hp-module .date::after,
body.home .hp-module .date::after,
article.page.home-page .hp-module .date::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module .date .period,
body.home .hp-module .date .period,
article.page.home-page .hp-module .date .period {
  font-size: 2.2rem;
}

article.auction_session_index_page .hp-module .location,
body.home .hp-module .location,
article.page.home-page .hp-module .location {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

article.auction_session_index_page .hp-module .location::before,
body.home .hp-module .location::before,
article.page.home-page .hp-module .location::before {
  content: "";
  margin-bottom: -0.7rem;
  display: table;
}

article.auction_session_index_page .hp-module .location::after,
body.home .hp-module .location::after,
article.page.home-page .hp-module .location::after {
  content: "";
  margin-top: -0.9rem;
  display: table;
}

article.auction_session_index_page .hp-module .links a,
article.auction_session_index_page .hp-module .links span,
body.home .hp-module .links a,
body.home .hp-module .links span,
article.page.home-page .hp-module .links a,
article.page.home-page .hp-module .links span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3rem;
  letter-spacing: 0.1rem;
}

article.auction_session_index_page .hp-module .pipe,
body.home .hp-module .pipe,
article.page.home-page .hp-module .pipe {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6rem;
  letter-spacing: 0.2rem;
  padding: 0 0.8rem;
}

article.auction_session_index_page .hp-module .pipe::before,
body.home .hp-module .pipe::before,
article.page.home-page .hp-module .pipe::before {
  content: "";
  margin-bottom: -0.4rem;
  display: table;
}

article.auction_session_index_page .hp-module .pipe::after,
body.home .hp-module .pipe::after,
article.page.home-page .hp-module .pipe::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module .HarrietDisplayBlack,
body.home .hp-module .HarrietDisplayBlack,
article.page.home-page .hp-module .HarrietDisplayBlack {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .HarrietDisplayBlackTitle,
body.home .hp-module .HarrietDisplayBlackTitle,
article.page.home-page .hp-module .HarrietDisplayBlackTitle {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .Univers,
body.home .hp-module .Univers,
article.page.home-page .hp-module .Univers {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .UniversTitle,
body.home .hp-module .UniversTitle,
article.page.home-page .hp-module .UniversTitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module .BauWebPro-Bold,
body.home .hp-module .BauWebPro-Bold,
article.page.home-page .hp-module .BauWebPro-Bold {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module h1:not(.uppercase), article.auction_session_index_page .hp-module h1:not(.uppercase) span.title, article.auction_session_index_page .hp-module h1:not(.uppercase) span.subtitle,
article.auction_session_index_page .hp-module h2:not(.uppercase),
article.auction_session_index_page .hp-module h2:not(.uppercase) span.title,
article.auction_session_index_page .hp-module h2:not(.uppercase) span.subtitle,
article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase),
article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase) span.title,
article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase) span.subtitle,
article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase),
article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase) span.title,
article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle,
body.home .hp-module h1:not(.uppercase),
body.home .hp-module h1:not(.uppercase) span.title,
body.home .hp-module h1:not(.uppercase) span.subtitle,
body.home .hp-module h2:not(.uppercase),
body.home .hp-module h2:not(.uppercase) span.title,
body.home .hp-module h2:not(.uppercase) span.subtitle,
body.home .hp-module span.title.mobile:not(.uppercase),
body.home .hp-module span.title.mobile:not(.uppercase) span.title,
body.home .hp-module span.title.mobile:not(.uppercase) span.subtitle,
body.home .hp-module span.subtitle.mobile:not(.uppercase),
body.home .hp-module span.subtitle.mobile:not(.uppercase) span.title,
body.home .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle,
article.page.home-page .hp-module h1:not(.uppercase),
article.page.home-page .hp-module h1:not(.uppercase) span.title,
article.page.home-page .hp-module h1:not(.uppercase) span.subtitle,
article.page.home-page .hp-module h2:not(.uppercase),
article.page.home-page .hp-module h2:not(.uppercase) span.title,
article.page.home-page .hp-module h2:not(.uppercase) span.subtitle,
article.page.home-page .hp-module span.title.mobile:not(.uppercase),
article.page.home-page .hp-module span.title.mobile:not(.uppercase) span.title,
article.page.home-page .hp-module span.title.mobile:not(.uppercase) span.subtitle,
article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase),
article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase) span.title,
article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle {
  text-transform: initial;
  letter-spacing: initial;
}

article.auction_session_index_page .hp-module.bau_univers .title,
body.home .hp-module.bau_univers .title,
article.page.home-page .hp-module.bau_univers .title {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.bau_univers .title::before,
body.home .hp-module.bau_univers .title::before,
article.page.home-page .hp-module.bau_univers .title::before {
  content: "";
  margin-bottom: -0.2rem;
  display: table;
}

article.auction_session_index_page .hp-module.bau_univers .title::after,
body.home .hp-module.bau_univers .title::after,
article.page.home-page .hp-module.bau_univers .title::after {
  content: "";
  margin-top: -0.8rem;
  display: table;
}

article.auction_session_index_page .hp-module.bau_univers .subtitle,
body.home .hp-module.bau_univers .subtitle,
article.page.home-page .hp-module.bau_univers .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.bau_univers .subtitle::before,
body.home .hp-module.bau_univers .subtitle::before,
article.page.home-page .hp-module.bau_univers .subtitle::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.auction_session_index_page .hp-module.bau_univers .subtitle::after,
body.home .hp-module.bau_univers .subtitle::after,
article.page.home-page .hp-module.bau_univers .subtitle::after {
  content: "";
  margin-top: -0.8rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .title,
body.home .hp-module.univers_bau .title,
article.page.home-page .hp-module.univers_bau .title {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.univers_bau .title::before,
body.home .hp-module.univers_bau .title::before,
article.page.home-page .hp-module.univers_bau .title::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .title::after,
body.home .hp-module.univers_bau .title::after,
article.page.home-page .hp-module.univers_bau .title::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .subtitle,
body.home .hp-module.univers_bau .subtitle,
article.page.home-page .hp-module.univers_bau .subtitle {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.univers_bau .subtitle::before,
body.home .hp-module.univers_bau .subtitle::before,
article.page.home-page .hp-module.univers_bau .subtitle::before {
  content: "";
  margin-bottom: -0.2rem;
  display: table;
}

article.auction_session_index_page .hp-module.univers_bau .subtitle::after,
body.home .hp-module.univers_bau .subtitle::after,
article.page.home-page .hp-module.univers_bau .subtitle::after {
  content: "";
  margin-top: -0.7rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .title,
body.home .hp-module.harriet_univers .title,
article.page.home-page .hp-module.harriet_univers .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.6rem;
  line-height: 2.7rem;
}

article.auction_session_index_page .hp-module.harriet_univers .title::before,
body.home .hp-module.harriet_univers .title::before,
article.page.home-page .hp-module.harriet_univers .title::before {
  content: "";
  margin-bottom: -0.5rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .title::after,
body.home .hp-module.harriet_univers .title::after,
article.page.home-page .hp-module.harriet_univers .title::after {
  content: "";
  margin-top: -0.4rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .subtitle,
body.home .hp-module.harriet_univers .subtitle,
article.page.home-page .hp-module.harriet_univers .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.harriet_univers .subtitle::before,
body.home .hp-module.harriet_univers .subtitle::before,
article.page.home-page .hp-module.harriet_univers .subtitle::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_univers .subtitle::after,
body.home .hp-module.harriet_univers .subtitle::after,
article.page.home-page .hp-module.harriet_univers .subtitle::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .title,
body.home .hp-module.harriet_bau .title,
article.page.home-page .hp-module.harriet_bau .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.harriet_bau .title::before,
body.home .hp-module.harriet_bau .title::before,
article.page.home-page .hp-module.harriet_bau .title::before {
  content: "";
  margin-bottom: -0.145em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .title::after,
body.home .hp-module.harriet_bau .title::after,
article.page.home-page .hp-module.harriet_bau .title::after {
  content: "";
  margin-top: -0.33em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .subtitle,
body.home .hp-module.harriet_bau .subtitle,
article.page.home-page .hp-module.harriet_bau .subtitle {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.9rem;
  letter-spacing: 0.2rem;
}

article.auction_session_index_page .hp-module.harriet_bau .subtitle::before,
body.home .hp-module.harriet_bau .subtitle::before,
article.page.home-page .hp-module.harriet_bau .subtitle::before {
  content: "";
  margin-bottom: -0.13em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_bau .subtitle::after,
body.home .hp-module.harriet_bau .subtitle::after,
article.page.home-page .hp-module.harriet_bau .subtitle::after {
  content: "";
  margin-top: -0.3em;
  display: table;
}

article.auction_session_index_page .hp-module.harriet_harriet .title,
body.home .hp-module.harriet_harriet .title,
article.page.home-page .hp-module.harriet_harriet .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module.harriet_harriet .subtitle,
body.home .hp-module.harriet_harriet .subtitle,
article.page.home-page .hp-module.harriet_harriet .subtitle {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.auction_session_index_page .hp-module.noma .title,
body.home .hp-module.noma .title,
article.page.home-page .hp-module.noma .title {
  font-family: "noma", "arial", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 3.6rem;
  line-height: 2.8rem;
}

article.auction_session_index_page .hp-module.noma .title::before,
body.home .hp-module.noma .title::before,
article.page.home-page .hp-module.noma .title::before {
  content: "";
  margin-bottom: -0.03em;
  display: table;
}

article.auction_session_index_page .hp-module.noma .title::after,
body.home .hp-module.noma .title::after,
article.page.home-page .hp-module.noma .title::after {
  content: "";
  margin-top: -0.16em;
  display: table;
}

article.auction_session_index_page .hp-module.noma .subtitle,
body.home .hp-module.noma .subtitle,
article.page.home-page .hp-module.noma .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.9rem;
}

article.auction_session_index_page .hp-module.noma .subtitle::before,
body.home .hp-module.noma .subtitle::before,
article.page.home-page .hp-module.noma .subtitle::before {
  content: "";
  margin-bottom: -0.151em;
  display: table;
}

article.auction_session_index_page .hp-module.noma .subtitle::after,
body.home .hp-module.noma .subtitle::after,
article.page.home-page .hp-module.noma .subtitle::after {
  content: "";
  margin-top: -0.32em;
  display: table;
}

article.auction_session_index_page .hp-module.wright_now .title,
article.auction_session_index_page .hp-module.wright_now .subtitle,
body.home .hp-module.wright_now .title,
body.home .hp-module.wright_now .subtitle,
article.page.home-page .hp-module.wright_now .title,
article.page.home-page .hp-module.wright_now .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.9rem;
}

article.auction_session_index_page .hp-module.wright_now .title::before,
article.auction_session_index_page .hp-module.wright_now .subtitle::before,
body.home .hp-module.wright_now .title::before,
body.home .hp-module.wright_now .subtitle::before,
article.page.home-page .hp-module.wright_now .title::before,
article.page.home-page .hp-module.wright_now .subtitle::before {
  content: "";
  margin-bottom: -0.3em;
  display: table;
}

article.auction_session_index_page .hp-module.wright_now .title::after,
article.auction_session_index_page .hp-module.wright_now .subtitle::after,
body.home .hp-module.wright_now .title::after,
body.home .hp-module.wright_now .subtitle::after,
article.page.home-page .hp-module.wright_now .title::after,
article.page.home-page .hp-module.wright_now .subtitle::after {
  content: "";
  margin-top: -0.1em;
  display: table;
}

article.auction_session_index_page .hp-module.wright_now .now,
body.home .hp-module.wright_now .now,
article.page.home-page .hp-module.wright_now .now {
  margin-bottom: 1.5rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-small p,
body.home .hp-module.hp-two-column .text-small p,
article.page.home-page .hp-module.hp-two-column .text-small p {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-medium p,
body.home .hp-module.hp-two-column .text-medium p,
article.page.home-page .hp-module.hp-two-column .text-medium p {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 2.4rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-large p,
body.home .hp-module.hp-two-column .text-large p,
article.page.home-page .hp-module.hp-two-column .text-large p {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 3.2rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-x-large p,
body.home .hp-module.hp-two-column .text-x-large p,
article.page.home-page .hp-module.hp-two-column .text-x-large p {
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 4rem;
}

article.auction_session_index_page .hp-module.hp-two-column .text-small *:last-child, article.auction_session_index_page .hp-module.hp-two-column .text-medium *:last-child, article.auction_session_index_page .hp-module.hp-two-column .text-large *:last-child, article.auction_session_index_page .hp-module.hp-two-column .text-x-large *:last-child,
body.home .hp-module.hp-two-column .text-small *:last-child,
body.home .hp-module.hp-two-column .text-medium *:last-child,
body.home .hp-module.hp-two-column .text-large *:last-child,
body.home .hp-module.hp-two-column .text-x-large *:last-child,
article.page.home-page .hp-module.hp-two-column .text-small *:last-child,
article.page.home-page .hp-module.hp-two-column .text-medium *:last-child,
article.page.home-page .hp-module.hp-two-column .text-large *:last-child,
article.page.home-page .hp-module.hp-two-column .text-x-large *:last-child {
  margin-bottom: 0;
}

@media (min-width: 570px) {
  article.auction_session_index_page .hp-module .date,
  body.home .hp-module .date,
  article.page.home-page .hp-module .date {
    font-size: 4.1rem;
    line-height: normal;
  }

  article.auction_session_index_page .hp-module .date::before,
  body.home .hp-module .date::before,
  article.page.home-page .hp-module .date::before {
    margin-bottom: -1.8rem;
  }

  article.auction_session_index_page .hp-module .date::after,
  body.home .hp-module .date::after,
  article.page.home-page .hp-module .date::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module .links a,
  article.auction_session_index_page .hp-module .links span,
  body.home .hp-module .links a,
  body.home .hp-module .links span,
  article.page.home-page .hp-module .links a,
  article.page.home-page .hp-module .links span {
    font-family: "univers", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.9rem;
    letter-spacing: 0.2rem;
  }

  article.auction_session_index_page .hp-module .links .button a,
  body.home .hp-module .links .button a,
  article.page.home-page .hp-module .links .button a {
    padding: 0 0 0.15rem 0;
  }

  article.auction_session_index_page .hp-module .location,
  body.home .hp-module .location,
  article.page.home-page .hp-module .location {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }

  article.auction_session_index_page .hp-module .location::before,
  body.home .hp-module .location::before,
  article.page.home-page .hp-module .location::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title,
  body.home .hp-module.bau_univers .title,
  article.page.home-page .hp-module.bau_univers .title {
    font-size: 3.1rem;
    line-height: 3.7rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title::before,
  body.home .hp-module.bau_univers .title::before,
  article.page.home-page .hp-module.bau_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title::after,
  body.home .hp-module.bau_univers .title::after,
  article.page.home-page .hp-module.bau_univers .title::after {
    margin-top: -1.1rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle,
  body.home .hp-module.bau_univers .subtitle,
  article.page.home-page .hp-module.bau_univers .subtitle {
    font-size: 3.3rem;
    line-height: 3.8rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle::before,
  body.home .hp-module.bau_univers .subtitle::before,
  article.page.home-page .hp-module.bau_univers .subtitle::before {
    margin-bottom: -0.4rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle::after,
  body.home .hp-module.bau_univers .subtitle::after,
  article.page.home-page .hp-module.bau_univers .subtitle::after {
    margin-top: -1.1rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title,
  body.home .hp-module.harriet_univers .title,
  article.page.home-page .hp-module.harriet_univers .title {
    font-family: "harriet", "georgia", serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.4rem;
    line-height: 3.7rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title::before,
  body.home .hp-module.harriet_univers .title::before,
  article.page.home-page .hp-module.harriet_univers .title::before {
    margin-bottom: -0.6rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title::after,
  body.home .hp-module.harriet_univers .title::after,
  article.page.home-page .hp-module.harriet_univers .title::after {
    margin-top: -1rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle,
  body.home .hp-module.harriet_univers .subtitle,
  article.page.home-page .hp-module.harriet_univers .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.3rem;
    line-height: 3.8rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle::before,
  body.home .hp-module.harriet_univers .subtitle::before,
  article.page.home-page .hp-module.harriet_univers .subtitle::before {
    margin-bottom: -0.1rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle::after,
  body.home .hp-module.harriet_univers .subtitle::after,
  article.page.home-page .hp-module.harriet_univers .subtitle::after {
    margin-top: -1.1rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .title,
  body.home .hp-module.univers_bau .title,
  article.page.home-page .hp-module.univers_bau .title {
    font-size: 3.3rem;
    line-height: 3.7rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .title::before,
  body.home .hp-module.univers_bau .title::before,
  article.page.home-page .hp-module.univers_bau .title::before {
    content: "";
    margin-bottom: -0.3rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.univers_bau .title::after,
  body.home .hp-module.univers_bau .title::after,
  article.page.home-page .hp-module.univers_bau .title::after {
    content: "";
    margin-top: -1.1rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle,
  body.home .hp-module.univers_bau .subtitle,
  article.page.home-page .hp-module.univers_bau .subtitle {
    font-size: 3.1rem;
    line-height: 3.8rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle::before,
  body.home .hp-module.univers_bau .subtitle::before,
  article.page.home-page .hp-module.univers_bau .subtitle::before {
    content: "";
    margin-bottom: -0.2rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle::after,
  body.home .hp-module.univers_bau .subtitle::after,
  article.page.home-page .hp-module.univers_bau .subtitle::after {
    content: "";
    margin-top: -1.2rem;
    display: table;
  }

  article.auction_session_index_page .hp-module.wright_now .title,
  article.auction_session_index_page .hp-module.wright_now .subtitle,
  body.home .hp-module.wright_now .title,
  body.home .hp-module.wright_now .subtitle,
  article.page.home-page .hp-module.wright_now .title,
  article.page.home-page .hp-module.wright_now .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.4rem;
    line-height: 4rem;
  }

  article.auction_session_index_page .hp-module.wright_now .title::before,
  article.auction_session_index_page .hp-module.wright_now .subtitle::before,
  body.home .hp-module.wright_now .title::before,
  body.home .hp-module.wright_now .subtitle::before,
  article.page.home-page .hp-module.wright_now .title::before,
  article.page.home-page .hp-module.wright_now .subtitle::before {
    margin-bottom: -0.154em;
  }

  article.auction_session_index_page .hp-module.wright_now .title::after,
  article.auction_session_index_page .hp-module.wright_now .subtitle::after,
  body.home .hp-module.wright_now .title::after,
  body.home .hp-module.wright_now .subtitle::after,
  article.page.home-page .hp-module.wright_now .title::after,
  article.page.home-page .hp-module.wright_now .subtitle::after {
    margin-top: -0.3em;
  }

  article.auction_session_index_page .hp-module.wright_now .now,
  body.home .hp-module.wright_now .now,
  article.page.home-page .hp-module.wright_now .now {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1025px) {
  article.auction_session_index_page .hp-module .date,
  body.home .hp-module .date,
  article.page.home-page .hp-module .date {
    font-size: 5.8rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module .date::before,
  body.home .hp-module .date::before,
  article.page.home-page .hp-module .date::before {
    margin-bottom: -1.2rem;
  }

  article.auction_session_index_page .hp-module .date::after,
  body.home .hp-module .date::after,
  article.page.home-page .hp-module .date::after {
    margin-top: -1.5rem;
  }

  article.auction_session_index_page .hp-module .date .period,
  body.home .hp-module .date .period,
  article.page.home-page .hp-module .date .period {
    font-size: 2.8rem;
  }

  article.auction_session_index_page .hp-module .location,
  body.home .hp-module .location,
  article.page.home-page .hp-module .location {
    line-height: 2.4rem;
  }

  article.auction_session_index_page .hp-module .location::before,
  body.home .hp-module .location::before,
  article.page.home-page .hp-module .location::before {
    margin-bottom: -0.6rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .title,
  body.home .hp-module.bau_univers .title,
  article.page.home-page .hp-module.bau_univers .title {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.bau_univers .subtitle,
  body.home .hp-module.bau_univers .subtitle,
  article.page.home-page .hp-module.bau_univers .subtitle {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .title,
  body.home .hp-module.harriet_univers .title,
  article.page.home-page .hp-module.harriet_univers .title {
    font-family: "harriet", "georgia", serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.harriet_univers .subtitle,
  body.home .hp-module.harriet_univers .subtitle,
  article.page.home-page .hp-module.harriet_univers .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .title,
  body.home .hp-module.univers_bau .title,
  article.page.home-page .hp-module.univers_bau .title {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.univers_bau .subtitle,
  body.home .hp-module.univers_bau .subtitle,
  article.page.home-page .hp-module.univers_bau .subtitle {
    font-family: "BauWebPro", "Arial", sans-serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.wright_now .title,
  article.auction_session_index_page .hp-module.wright_now .subtitle,
  body.home .hp-module.wright_now .title,
  body.home .hp-module.wright_now .subtitle,
  article.page.home-page .hp-module.wright_now .title,
  article.page.home-page .hp-module.wright_now .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.wright_now .now,
  body.home .hp-module.wright_now .now,
  article.page.home-page .hp-module.wright_now .now {
    font-size: 3rem;
    margin-bottom: 3rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .title::before,
  body.home .hp-module.stacked.bau_univers .title::before,
  article.page.home-page .hp-module.stacked.bau_univers .title::before {
    margin-bottom: -0.6rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .title::after,
  body.home .hp-module.stacked.bau_univers .title::after,
  article.page.home-page .hp-module.stacked.bau_univers .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .subtitle::before,
  body.home .hp-module.stacked.bau_univers .subtitle::before,
  article.page.home-page .hp-module.stacked.bau_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stacked.bau_univers .subtitle::after,
  body.home .hp-module.stacked.bau_univers .subtitle::after,
  article.page.home-page .hp-module.stacked.bau_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .title::before,
  body.home .hp-module.stacked.harriet_univers .title::before,
  article.page.home-page .hp-module.stacked.harriet_univers .title::before {
    margin-bottom: -1rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .title::after,
  body.home .hp-module.stacked.harriet_univers .title::after,
  article.page.home-page .hp-module.stacked.harriet_univers .title::after {
    margin-top: -1rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .subtitle::before,
  body.home .hp-module.stacked.harriet_univers .subtitle::before,
  article.page.home-page .hp-module.stacked.harriet_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stacked.harriet_univers .subtitle::after,
  body.home .hp-module.stacked.harriet_univers .subtitle::after,
  article.page.home-page .hp-module.stacked.harriet_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .title::before,
  body.home .hp-module.stacked.univers_bau .title::before,
  article.page.home-page .hp-module.stacked.univers_bau .title::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .title::after,
  body.home .hp-module.stacked.univers_bau .title::after,
  article.page.home-page .hp-module.stacked.univers_bau .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle,
  body.home .hp-module.stacked.univers_bau .subtitle,
  article.page.home-page .hp-module.stacked.univers_bau .subtitle {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle::before,
  body.home .hp-module.stacked.univers_bau .subtitle::before,
  article.page.home-page .hp-module.stacked.univers_bau .subtitle::before {
    margin-bottom: -0.5rem;
  }

  article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle::after,
  body.home .hp-module.stacked.univers_bau .subtitle::after,
  article.page.home-page .hp-module.stacked.univers_bau .subtitle::after {
    margin-top: -1.5rem;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .title::before,
  body.home .hp-module.stacked.wright_now .title::before,
  article.page.home-page .hp-module.stacked.wright_now .title::before {
    margin-bottom: -0.154em;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .title::after,
  body.home .hp-module.stacked.wright_now .title::after,
  article.page.home-page .hp-module.stacked.wright_now .title::after {
    margin-top: -0.3em;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .subtitle::before,
  body.home .hp-module.stacked.wright_now .subtitle::before,
  article.page.home-page .hp-module.stacked.wright_now .subtitle::before {
    margin-bottom: -0.154em;
  }

  article.auction_session_index_page .hp-module.stacked.wright_now .subtitle::after,
  body.home .hp-module.stacked.wright_now .subtitle::after,
  article.page.home-page .hp-module.stacked.wright_now .subtitle::after {
    margin-top: -0.3em;
  }

  article.auction_session_index_page .hp-module.stacked .date-title-subtitle.no-date,
  body.home .hp-module.stacked .date-title-subtitle.no-date,
  article.page.home-page .hp-module.stacked .date-title-subtitle.no-date {
    margin-top: 0.3rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title-subtitle,
  body.home .hp-module.stack_date_title .title-subtitle,
  article.page.home-page .hp-module.stack_date_title .title-subtitle {
    display: block;
    margin-bottom: 3rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title-subtitle::before,
  body.home .hp-module.stack_date_title .title-subtitle::before,
  article.page.home-page .hp-module.stack_date_title .title-subtitle::before {
    content: "";
    display: table;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title-subtitle::after,
  body.home .hp-module.stack_date_title .title-subtitle::after,
  article.page.home-page .hp-module.stack_date_title .title-subtitle::after {
    content: "";
    display: table;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title,
  article.auction_session_index_page .hp-module.stack_date_title .subtitle,
  body.home .hp-module.stack_date_title .title,
  body.home .hp-module.stack_date_title .subtitle,
  article.page.home-page .hp-module.stack_date_title .title,
  article.page.home-page .hp-module.stack_date_title .subtitle {
    display: inline;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title::before,
  article.auction_session_index_page .hp-module.stack_date_title .subtitle::before,
  body.home .hp-module.stack_date_title .title::before,
  body.home .hp-module.stack_date_title .subtitle::before,
  article.page.home-page .hp-module.stack_date_title .title::before,
  article.page.home-page .hp-module.stack_date_title .subtitle::before {
    display: none;
  }

  article.auction_session_index_page .hp-module.stack_date_title .title::after,
  article.auction_session_index_page .hp-module.stack_date_title .subtitle::after,
  body.home .hp-module.stack_date_title .title::after,
  body.home .hp-module.stack_date_title .subtitle::after,
  article.page.home-page .hp-module.stack_date_title .title::after,
  article.page.home-page .hp-module.stack_date_title .subtitle::after {
    display: none;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title-subtitle:before,
  body.home .hp-module.stack_date_title.bau_univers .title-subtitle:before,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title-subtitle:before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title-subtitle:after,
  body.home .hp-module.stack_date_title.bau_univers .title-subtitle:after,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title-subtitle:after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title,
  body.home .hp-module.stack_date_title.bau_univers .title,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title::before,
  body.home .hp-module.stack_date_title.bau_univers .title::before,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title::after,
  body.home .hp-module.stack_date_title.bau_univers .title::after,
  article.page.home-page .hp-module.stack_date_title.bau_univers .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle,
  body.home .hp-module.stack_date_title.bau_univers .subtitle,
  article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle::before,
  body.home .hp-module.stack_date_title.bau_univers .subtitle::before,
  article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle::after,
  body.home .hp-module.stack_date_title.bau_univers .subtitle::after,
  article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.bau_univers .links,
  body.home .hp-module.stack_date_title.bau_univers .links,
  article.page.home-page .hp-module.stack_date_title.bau_univers .links {
    margin: 2.1rem auto 0 auto;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title-subtitle:before,
  body.home .hp-module.stack_date_title.harriet_univers .title-subtitle:before,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title-subtitle:before {
    margin-bottom: -1.1rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title-subtitle:after,
  body.home .hp-module.stack_date_title.harriet_univers .title-subtitle:after,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title-subtitle:after {
    margin-top: -0.2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title::before,
  body.home .hp-module.stack_date_title.harriet_univers .title::before,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title::after,
  body.home .hp-module.stack_date_title.harriet_univers .title::after,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .title::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .subtitle::before,
  body.home .hp-module.stack_date_title.harriet_univers .subtitle::before,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .subtitle::after,
  body.home .hp-module.stack_date_title.harriet_univers .subtitle::after,
  article.page.home-page .hp-module.stack_date_title.harriet_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title-subtitle::before,
  body.home .hp-module.stack_date_title.univers_bau .title-subtitle::before,
  article.page.home-page .hp-module.stack_date_title.univers_bau .title-subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title-subtitle::after,
  body.home .hp-module.stack_date_title.univers_bau .title-subtitle::after,
  article.page.home-page .hp-module.stack_date_title.univers_bau .title-subtitle::after {
    margin-top: -1.4rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title,
  body.home .hp-module.stack_date_title.univers_bau .title,
  article.page.home-page .hp-module.stack_date_title.univers_bau .title {
    margin-right: 2rem;
  }

  article.auction_session_index_page .hp-module.stack_date_title.univers_bau .links,
  body.home .hp-module.stack_date_title.univers_bau .links,
  article.page.home-page .hp-module.stack_date_title.univers_bau .links {
    margin: 2.1rem auto 0 auto;
  }

  article.auction_session_index_page .hp-module.stack_date_title .date-title-subtitle.no-date,
  body.home .hp-module.stack_date_title .date-title-subtitle.no-date,
  article.page.home-page .hp-module.stack_date_title .date-title-subtitle.no-date {
    margin-top: 0.3rem;
  }
}

body.house-herman_miller .filter-container li,
body.house-wright .filter-container li {
  font-size: 1.4rem;
}

body.house-herman_miller .navigation--primary .wright-now span,
body.house-wright .navigation--primary .wright-now span {
  font-weight: 500;
}

body.house-herman_miller .navigation--primary .navbuying .col-c .submenu .title > a > span,
body.house-wright .navigation--primary .navbuying .col-c .submenu .title > a > span {
  color: #fff;
}

body.house-herman_miller .global-footer,
body.house-herman_miller #search-results-header.dark,
body.house-wright .global-footer,
body.house-wright #search-results-header.dark {
  --primary-color: #5F81FD;
  --primary-color-hover: #435AFF;
}

body.house-herman_miller .dos-modal::before,
body.house-wright .dos-modal::before {
  background-image: url("/images/day_of_sale/wright.jpg");
}

body.house-herman_miller .dos-modal p.dos-artist-name,
body.house-wright .dos-modal p.dos-artist-name {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

body.house-herman_miller .dos-modal p.dos-artist-name strong,
body.house-wright .dos-modal p.dos-artist-name strong {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  font-weight: bold;
}

body.house-herman_miller .dos-timer,
body.house-wright .dos-timer {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-herman_miller .dos-timer .separator,
body.house-wright .dos-timer .separator {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-herman_miller .dos-closed-inner a,
body.house-herman_miller .dos-links a,
body.house-wright .dos-closed-inner a,
body.house-wright .dos-links a {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

body.house-herman_miller .dos-closed-inner,
body.house-wright .dos-closed-inner {
  background: linear-gradient(90deg, rgba(67, 90, 255, 0.93) 23%, rgba(35, 3, 235, 0.93) 55%, rgba(35, 3, 235, 0.93) 80%, rgba(67, 90, 255, 0.93));
}

body.house-herman_miller .dos-auction-today,
body.house-wright .dos-auction-today {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-herman_miller .navigation--primary .user-menu-container .logged_in_as ul li a span,
body.house-wright .navigation--primary .user-menu-container .logged_in_as ul li a span {
  letter-spacing: 0.3px;
}

body.house-herman_miller .headline .primary:before,
body.house-wright .headline .primary:before {
  margin-bottom: -0.4rem;
}

body.house-herman_miller .headline .primary:after,
body.house-wright .headline .primary:after {
  margin-top: 0;
}

body.house-herman_miller .headline .secondary:before,
body.house-wright .headline .secondary:before {
  margin-bottom: -0.4rem;
}

body.house-herman_miller .headline .secondary:after,
body.house-wright .headline .secondary:after {
  margin-top: 0.3rem;
}

body.house-herman_miller .page-auctions-archive .headline .primary:before,
body.house-herman_miller .page-catalogs .headline .primary:before,
body.house-wright .page-auctions-archive .headline .primary:before,
body.house-wright .page-catalogs .headline .primary:before {
  margin-bottom: -0.6rem;
}

body.house-herman_miller .page-auctions-archive .headline .primary:after,
body.house-herman_miller .page-catalogs .headline .primary:after,
body.house-wright .page-auctions-archive .headline .primary:after,
body.house-wright .page-catalogs .headline .primary:after {
  margin-top: -0.1rem;
}

@media screen and (min-width: 768px) {
  body.house-herman_miller .headline .primary:before,
  body.house-wright .headline .primary:before {
    margin-bottom: 0.5rem;
  }

  body.house-herman_miller .headline .primary:after,
  body.house-wright .headline .primary:after {
    margin-top: 0.6rem;
  }

  body.house-herman_miller .headline .secondary:before,
  body.house-wright .headline .secondary:before {
    margin-bottom: 0.5rem;
  }

  body.house-herman_miller .headline .secondary:after,
  body.house-wright .headline .secondary:after {
    margin-top: 0.6rem;
  }

  body.house-herman_miller .headline.year .primary:before,
  body.house-wright .headline.year .primary:before {
    margin-bottom: 0;
  }

  body.house-herman_miller .page-auctions-archive .headline .primary:after,
  body.house-herman_miller .page-catalogs .headline .primary:after,
  body.house-wright .page-auctions-archive .headline .primary:after,
  body.house-wright .page-catalogs .headline .primary:after {
    margin-top: 0.1rem;
  }
}

@media (min-width: 1024px) {
  body.house-herman_miller .page-auctions-archive .headline .primary:before,
  body.house-herman_miller .page-catalogs .headline .primary:before,
  body.house-wright .page-auctions-archive .headline .primary:before,
  body.house-wright .page-catalogs .headline .primary:before {
    margin-bottom: -1.2rem;
  }

  body.house-herman_miller .page-auctions-archive .headline .primary:after,
  body.house-herman_miller .page-catalogs .headline .primary:after,
  body.house-wright .page-auctions-archive .headline .primary:after,
  body.house-wright .page-catalogs .headline .primary:after {
    margin-top: -0.4rem;
  }
}

@media (min-width: 1025px) {
  body.house-herman_miller .navigation--primary .submenu-lvl-2 li span.title,
  body.house-wright .navigation--primary .submenu-lvl-2 li span.title {
    font-weight: 500;
    line-height: 16px;
  }

  body.house-herman_miller .navigation--primary .wright-now span,
  body.house-wright .navigation--primary .wright-now span {
    letter-spacing: 0.1rem;
  }

  body.house-herman_miller .navigation--primary .navauctions:before,
  body.house-wright .navigation--primary .navauctions:before {
    left: 26px;
  }

  body.house-herman_miller .navigation--primary .navauctions .submenu-lvl-1,
  body.house-wright .navigation--primary .navauctions .submenu-lvl-1 {
    left: -184px;
  }

  body.house-herman_miller .navigation--primary .navauctions .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navauctions .submenu-lvl-1 .col-spacer {
    max-width: 100%;
    width: 100%;
    flex-basis: 158px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  body.house-herman_miller .navigation--primary .navartists:before,
  body.house-wright .navigation--primary .navartists:before {
    left: 60px;
  }

  body.house-herman_miller .navigation--primary .navartists .submenu-lvl-1,
  body.house-wright .navigation--primary .navartists .submenu-lvl-1 {
    left: -277px;
  }

  body.house-herman_miller .navigation--primary .navartists .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navartists .submenu-lvl-1 .col-spacer {
    width: 100%;
    max-width: 100%;
    flex-basis: 15.8rem;
    min-width: 15.8rem;
  }

  body.house-herman_miller .navigation--primary .navartists .promo-items-items .img-wrapper,
  body.house-wright .navigation--primary .navartists .promo-items-items .img-wrapper {
    margin-bottom: 1rem;
  }

  body.house-herman_miller .navigation--primary .navbuying:before,
  body.house-wright .navigation--primary .navbuying:before {
    left: 55px;
  }

  body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1,
  body.house-wright .navigation--primary .navbuying .submenu-lvl-1 {
    left: -456px;
  }

  body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navbuying .submenu-lvl-1 .col-spacer {
    max-width: 431px;
    min-width: 431px;
  }

  body.house-herman_miller .navigation--primary .navcontact:before,
  body.house-wright .navigation--primary .navcontact:before {
    left: 24px;
  }

  body.house-herman_miller .navigation--primary .navcontact .submenu-lvl-1,
  body.house-wright .navigation--primary .navcontact .submenu-lvl-1 {
    left: -610px;
  }

  body.house-herman_miller .navigation--primary .navcontact .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navcontact .submenu-lvl-1 .col-spacer {
    max-width: 100%;
    width: 100%;
    flex-basis: 585px;
  }

  body.house-herman_miller .navigation--primary .navcontact .col-fixed .title,
  body.house-wright .navigation--primary .navcontact .col-fixed .title {
    margin-bottom: 0.3rem;
  }

  body.house-herman_miller .navigation--primary .navcontact .inline-mailinglist-signup-form,
  body.house-wright .navigation--primary .navcontact .inline-mailinglist-signup-form {
    margin-top: -0.2rem;
  }
}

@media (min-width: 1024px) and (max-width: 1212px) {
  body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1 .col-spacer,
  body.house-wright .navigation--primary .navbuying .submenu-lvl-1 .col-spacer {
    max-width: 159px;
    min-width: 159px;
  }
}

body.house-herman_miller .navigation--primary.menu--light .menu-category {
  display: none;
}

body.house-herman_miller .navigation--primary.menu--light .rh-menu-wrapper {
  margin-left: auto;
}

body.house-herman_miller .navigation--primary.menu--light .logo {
  height: 100%;
  width: auto;
  margin-left: 1.4rem;
  margin-right: 0;
  display: flex;
  align-content: center;
  transition: none;
}

body.house-herman_miller .navigation--primary.menu--light .logo svg path {
  transition: none;
}

body.house-herman_miller .navigation--primary.menu--light .logo .mobile {
  display: flex;
  flex-basis: 150px;
  position: relative;
  top: -2px;
  width: 253px;
}

body.house-herman_miller .navigation--primary.menu--light .logo .mobile svg {
  width: 253px;
}

body.house-herman_miller .navigation--primary.menu--light .logo .desktop {
  display: none;
  width: 321px;
  top: 5px;
  position: relative;
}

body.house-herman_miller .navigation--primary.menu--light .logo .desktop svg {
  width: 321px;
}

body.house-herman_miller .navigation--primary.menu--light .logo .herman {
  fill: #EA3C2E;
}

body.house-herman_miller .navigation--primary.menu--light .logo .miller {
  fill: #231F20;
}

body.house-herman_miller .navigation--primary.menu--light .logo .wright {
  fill: #231F20;
}

body.house-herman_miller .navigation--primary.menu--light .logo:hover path.herman {
  fill: #DA1E0F;
}

body.house-herman_miller .navigation--primary.menu--light .logo:hover .miller {
  fill: #000;
}

body.house-herman_miller .navigation--primary.menu--light .logo:hover .wright {
  fill: #000;
}

@media (min-width: 421px) {
  body.house-herman_miller .navigation--primary.menu--light .logo {
    margin-left: 1.7rem;
  }

  body.house-herman_miller .navigation--primary.menu--light .logo .mobile {
    width: 319px;
    top: -2px;
    left: 0;
  }
}

@media (min-width: 1025px) {
  body.house-herman_miller .navigation--primary.menu--light .logo {
    margin-left: 4.4rem;
  }

  body.house-herman_miller .navigation--primary.menu--light .logo .mobile {
    display: none;
  }

  body.house-herman_miller .navigation--primary.menu--light .logo .desktop {
    display: flex;
    flex-basis: 150px;
  }
}

body.house-herman_miller .navigation--primary.menu--light .menu-toggle .hb-x.open span,
body.house-herman_miller .navigation--primary.menu--light .menu-toggle .hb-x:hover span {
  background: #EA3C2E;
}

body.house-herman_miller .navigation--primary.menu--light .powered-by {
  display: none;
  margin-left: auto;
  margin-right: 5.2rem;
  height: 100%;
  align-items: center;
  overflow: visible;
  transition: all 0.3s ease-in;
  transform: none;
  will-change: transform;
  font-size: 26px;
  line-height: 47px;
  color: #444;
  transform-origin: 0 0;
  text-decoration: none;
  position: relative;
  top: 8px;
}

body.house-herman_miller .navigation--primary.menu--light .powered-by:hover {
  cursor: pointer;
}

body.house-herman_miller .navigation--primary.menu--light .powered-by svg {
  width: 250px;
  height: auto;
}

body.house-herman_miller .navigation--primary.menu--light .powered-by .powered {
  fill: var(--wright-primary-color);
}

body.house-herman_miller .navigation--primary.menu--light .powered-by:hover .powered {
  fill: var(--wright-primary-color-hover);
}

@media (min-width: 1025px) {
  body.house-herman_miller .navigation--primary.menu--light .rh-menu-wrapper {
    display: none;
  }

  body.house-herman_miller .navigation--primary.menu--light .menu-category,
  body.house-herman_miller .navigation--primary.menu--light .powered-by {
    display: flex;
  }
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary {
  width: 100%;
  margin: 0;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items {
  display: none;
  margin-left: 0;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items .promo-items-items {
  line-height: 0;
  max-height: none;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17.8rem, 1fr));
  grid-auto-flow: row;
  max-width: calc(100vw - 740px);
  grid-gap: 1.3rem;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items .promo-items-items li {
  height: 17.8rem;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu {
  display: flex;
  flex-direction: column;
  min-height: 311px;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-a {
  flex-basis: 1px;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col {
  flex-basis: 1px;
  margin-right: 0;
  padding-right: 70px;
  width: auto;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .image-block {
  width: 17.8rem;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .image-block .img-wrapper {
  line-height: 0;
  width: 100%;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .image-block .img-wrapper img {
  max-width: none;
  min-width: 0;
  width: 100%;
  position: absolute;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .artist-link {
  padding-bottom: 10px;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .artist-link .img-wrapper {
  display: block;
  height: auto;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 17.8rem;
  padding-bottom: 100%;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .artist-link .img-wrapper img {
  height: 100%;
  max-width: none;
  min-width: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  position: absolute;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .artist-link .caption .title {
  border-bottom: 1px solid transparent;
  color: #7d7d7d;
  display: inline;
  font-size: 12px;
  height: 16px;
  line-height: 20px;
  overflow: hidden;
  padding-bottom: 0;
  text-overflow: ellipsis;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  white-space: normal;
  width: 100%;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .promo-items-wrapper {
  max-height: none;
  height: 17.8rem;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .promo-items-wrapper .view-all {
  margin-left: 3.4rem;
  margin-right: 0.9rem;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .promo-items-wrapper .view-all li {
  height: 100%;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .promo-items-wrapper .view-all a {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .promo-items-wrapper .view-all span {
  font-size: 1.2rem;
  line-height: 3rem;
  margin: 0;
  color: var(--wright-primary-color);
  margin-top: 0.8rem;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .promo-items-wrapper .view-all svg {
  width: 4.3rem;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-b {
  width: 350px;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 0;
  margin-top: -1px;
  padding: 0;
}

@media (min-width: 1025px) {
  body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c {
    padding-right: 20px;
  }
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c .title.promo-items-text {
  margin-bottom: 7px;
  padding-bottom: 0;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c .title.promo-items-text span.linked.title a span,
body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c .title.promo-items-text span.nolink.title span.nolink {
  color: #000;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 0;
  white-space: nowrap;
}

body.house-toomey body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c .title.promo-items-text span.linked.title a span, body.house-rago body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c .title.promo-items-text span.linked.title a span,
body.house-toomey body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c .title.promo-items-text span.nolink.title span.nolink,
body.house-rago body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c .title.promo-items-text span.nolink.title span.nolink {
  line-height: 17px;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c ul.promo-items-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 0;
  width: 100%;
  height: 17.8rem;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c ul.promo-items-items li {
  margin-bottom: 500px;
  margin-left: 0;
  margin-right: 15px;
  max-height: 232px;
  max-width: none;
  min-height: 232px;
  min-width: 0;
  width: 135.92px;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c ul.promo-items-items li .img-wrapper {
  margin-bottom: 14px;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c ul.promo-items-items li .caption {
  padding-top: 0;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c ul.promo-items-items li a {
  line-height: normal;
  max-width: none;
  min-width: 0;
  width: 135.92px;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c ul.promo-items-items li a p {
  display: inline-block;
  line-height: normal;
  margin: 0;
  max-width: 136px;
  min-width: 0;
  padding: 0;
  width: 136px;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c ul.promo-items-items li a p span.inner {
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease-in-out, fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c ul.promo-items-items li a:hover {
  border-bottom: 1px solid transparent;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c ul.promo-items-items li a.artist-link {
  line-height: normal;
  margin-bottom: 0;
  max-height: 237px;
  max-width: none;
  min-width: 0;
  overflow: hidden;
  padding-bottom: 0;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c ul.promo-items-items li a.artist-link:hover .title {
  color: #000;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c ul.promo-items-items img {
  border: none;
  height: 179.73px;
  margin-bottom: 10px;
  max-width: none;
  min-width: 0;
  outline: none;
  width: 135.92px;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-c a::after {
  height: 179.66px;
  width: 136px;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-spacer {
  flex-basis: 294px;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 0;
  max-width: 163px;
  padding-right: 0;
}

body.house-lama body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-spacer {
  max-width: 0;
}

body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .col-b .title {
  margin-bottom: 9px;
}

@media (min-width: 1025px) {
  body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .col-spacer {
    flex-basis: 1.6rem;
  }

  body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items {
    display: flex;
    height: auto;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items .promo-items-items {
    height: 17.8rem;
  }

  body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items .promo-items-items li {
    height: auto;
  }

  body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items > .submenu .promo-items-wrapper {
    height: auto;
  }

  body.house-herman_miller .navigation--primary.menu--light > .menu-wrapper > .menu--primary .promo-items .title {
    margin-bottom: 0.4rem;
  }

  body.house-herman_miller .navigation--primary.menu--light .root-li.promo {
    height: 100%;
    width: 100%;
  }

  body.house-herman_miller .navigation--primary.menu--light .root-li.promo:hover {
    cursor: pointer;
  }

  body.house-herman_miller .navigation--primary.menu--light .root-li.promo::before {
    display: none;
  }

  body.house-herman_miller .navigation--primary.menu--light .root-li .submenu-lvl-1 {
    left: -365px;
    top: 60px;
    height: 28rem;
    padding-bottom: 1rem;
  }
}

body.house-herman_miller .global-footer .wright svg {
  fill: var(--wright-primary-color);
}

body.house-herman_miller .global-footer .wright svg:hover {
  fill: var(--wright-primary-color-hover);
}

body.house-herman_miller .global-footer .col-logo a {
  height: auto;
  width: auto;
}

body.house-herman_miller p.price-available-note {
  font-weight: 500;
}

body.house-herman_miller .fb-module .text.one_column img + figcaption,
body.house-herman_miller .fb-module .text.one_column a + figcaption {
  margin-top: 0;
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

body {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.03rem;
}

.bg-color-container {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
tr,
td,
label:not(.detail-group, .address-detail-group),
textarea {
  color: #333;
  line-height: 2.4rem;
  margin: 0 0 2rem 0;
}

h1 body.house-herman_miller,
h1 body.house-wright,
h2 body.house-herman_miller,
h2 body.house-wright,
h3 body.house-herman_miller,
h3 body.house-wright,
h4 body.house-herman_miller,
h4 body.house-wright,
h5 body.house-herman_miller,
h5 body.house-wright,
h6 body.house-herman_miller,
h6 body.house-wright,
p body.house-herman_miller,
p body.house-wright,
table body.house-herman_miller,
table body.house-wright,
tr body.house-herman_miller,
tr body.house-wright,
td body.house-herman_miller,
td body.house-wright,
label:not(.detail-group, .address-detail-group) body.house-herman_miller,
label:not(.detail-group, .address-detail-group) body.house-wright,
textarea body.house-herman_miller,
textarea body.house-wright {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

body.house-toomey h1, body.house-rago h1,
body.house-toomey h2,
body.house-rago h2,
body.house-toomey h3,
body.house-rago h3,
body.house-toomey h4,
body.house-rago h4,
body.house-toomey h5,
body.house-rago h5,
body.house-toomey h6,
body.house-rago h6,
body.house-toomey p,
body.house-rago p,
body.house-toomey table,
body.house-rago table,
body.house-toomey tr,
body.house-rago tr,
body.house-toomey td,
body.house-rago td,
body.house-toomey label:not(.detail-group, .address-detail-group),
body.house-rago label:not(.detail-group, .address-detail-group),
body.house-toomey textarea,
body.house-rago textarea {
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

body.house-toomey h1 strong, body.house-rago h1 strong,
body.house-toomey h2 strong,
body.house-rago h2 strong,
body.house-toomey h3 strong,
body.house-rago h3 strong,
body.house-toomey h4 strong,
body.house-rago h4 strong,
body.house-toomey h5 strong,
body.house-rago h5 strong,
body.house-toomey h6 strong,
body.house-rago h6 strong,
body.house-toomey p strong,
body.house-rago p strong,
body.house-toomey table strong,
body.house-rago table strong,
body.house-toomey tr strong,
body.house-rago tr strong,
body.house-toomey td strong,
body.house-rago td strong,
body.house-toomey label:not(.detail-group, .address-detail-group) strong,
body.house-rago label:not(.detail-group, .address-detail-group) strong,
body.house-toomey textarea strong,
body.house-rago textarea strong {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

body.house-toomey h1.mailing-list-opt-in, body.house-rago h1.mailing-list-opt-in,
body.house-toomey h2.mailing-list-opt-in,
body.house-rago h2.mailing-list-opt-in,
body.house-toomey h3.mailing-list-opt-in,
body.house-rago h3.mailing-list-opt-in,
body.house-toomey h4.mailing-list-opt-in,
body.house-rago h4.mailing-list-opt-in,
body.house-toomey h5.mailing-list-opt-in,
body.house-rago h5.mailing-list-opt-in,
body.house-toomey h6.mailing-list-opt-in,
body.house-rago h6.mailing-list-opt-in,
body.house-toomey p.mailing-list-opt-in,
body.house-rago p.mailing-list-opt-in,
body.house-toomey table.mailing-list-opt-in,
body.house-rago table.mailing-list-opt-in,
body.house-toomey tr.mailing-list-opt-in,
body.house-rago tr.mailing-list-opt-in,
body.house-toomey td.mailing-list-opt-in,
body.house-rago td.mailing-list-opt-in,
body.house-toomey label:not(.detail-group, .address-detail-group).mailing-list-opt-in,
body.house-rago label:not(.detail-group, .address-detail-group).mailing-list-opt-in,
body.house-toomey textarea.mailing-list-opt-in,
body.house-rago textarea.mailing-list-opt-in {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  text-align: center;
}

body.house-toomey h1.mailing-list-opt-in input[type=checkbox], body.house-rago h1.mailing-list-opt-in input[type=checkbox],
body.house-toomey h2.mailing-list-opt-in input[type=checkbox],
body.house-rago h2.mailing-list-opt-in input[type=checkbox],
body.house-toomey h3.mailing-list-opt-in input[type=checkbox],
body.house-rago h3.mailing-list-opt-in input[type=checkbox],
body.house-toomey h4.mailing-list-opt-in input[type=checkbox],
body.house-rago h4.mailing-list-opt-in input[type=checkbox],
body.house-toomey h5.mailing-list-opt-in input[type=checkbox],
body.house-rago h5.mailing-list-opt-in input[type=checkbox],
body.house-toomey h6.mailing-list-opt-in input[type=checkbox],
body.house-rago h6.mailing-list-opt-in input[type=checkbox],
body.house-toomey p.mailing-list-opt-in input[type=checkbox],
body.house-rago p.mailing-list-opt-in input[type=checkbox],
body.house-toomey table.mailing-list-opt-in input[type=checkbox],
body.house-rago table.mailing-list-opt-in input[type=checkbox],
body.house-toomey tr.mailing-list-opt-in input[type=checkbox],
body.house-rago tr.mailing-list-opt-in input[type=checkbox],
body.house-toomey td.mailing-list-opt-in input[type=checkbox],
body.house-rago td.mailing-list-opt-in input[type=checkbox],
body.house-toomey label:not(.detail-group, .address-detail-group).mailing-list-opt-in input[type=checkbox],
body.house-rago label:not(.detail-group, .address-detail-group).mailing-list-opt-in input[type=checkbox],
body.house-toomey textarea.mailing-list-opt-in input[type=checkbox],
body.house-rago textarea.mailing-list-opt-in input[type=checkbox] {
  margin-right: 0.3rem;
}

body.house-toomey h1 strong,
body.house-toomey h2 strong,
body.house-toomey h3 strong,
body.house-toomey h4 strong,
body.house-toomey h5 strong,
body.house-toomey h6 strong,
body.house-toomey p strong,
body.house-toomey table strong,
body.house-toomey tr strong,
body.house-toomey td strong,
body.house-toomey label:not(.detail-group, .address-detail-group) strong,
body.house-toomey textarea strong {
  font-family: "Canela Web", serif;
  font-weight: 700;
}

sup,
sub {
  line-height: normal;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

ul,
ol,
li {
  color: #333;
}

h3,
h4,
h5,
h6 {
  margin: 0;
}

strong,
.strong {
  font-weight: bold;
}

a {
  color: var(--primary-color);
}

a:hover {
  color: var(--primary-color-hover);
}

em {
  font-style: italic;
}

hr {
  border: none;
  border-bottom: 1px #CCC solid;
  margin: 4rem 0;
}

hr.short {
  margin: 0;
}

table {
  width: 100%;
}

table tr td {
  vertical-align: top;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

/*/////////////////////////////////////////////////////////////
MAIN PAGE WRAPPER
/////////////////////////////////////////////////////////////*/

.main_wrapper {
  padding: 4rem 17rem 10rem;
  width: auto;
  clear: both;
}

@media (max-width: 1360px) {
  .main_wrapper {
    padding: 4rem 10rem 10rem;
  }
}

@media (max-width: 1150px) {
  .main_wrapper {
    padding: 4rem 3rem;
  }
}

@media (max-width: 767px) {
  .main_wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
}

/*/////////////////////////////////////////////////////////////
GLOBALS
/////////////////////////////////////////////////////////////*/

/* sharpen that text up nice like */

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

/* boxmodel repair */

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

/* clearfix */

.clear:after {
  content: "";
  display: table;
  clear: both;
}

/* disable yellow background in chrome on autofill */

input:-webkit-autofill {
  background-color: #fff !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}

@media (max-width: 512px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 513px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1101px) and (max-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
}

@media (min-width: 1401px) {
  .visible-xl {
    display: block !important;
  }
}

@media (max-width: 512px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 513px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1101px) and (max-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1401px) {
  .hidden-xl {
    display: none !important;
  }
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/*/////////////////////////////////////////////////////////////
CORE BUTTONS
/////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////
PAGE SECTION
/////////////////////////////////////////////////////////////*/

.page__section {
  height: auto !important;
  position: relative;
  margin: 4rem 17rem 4rem 17rem;
  width: auto;
  clear: both;
  /*------------------- TABLES -------------------*/
  /*------------------- TERMS OF SALE SCROLL -------------------*/
  /*------------------- VALIDATION WARNING -------------------*/
  /*------------------- SLIDESHOW -------------------*/
  /*------------------- FIRST -------------------*/
  /*------------------- TOGGLE -------------------*/
}

@media (max-width: 1360px) {
  .page__section {
    margin: 4rem 10rem 4rem 10rem;
  }
}

@media (max-width: 1150px) {
  .page__section {
    margin: 4rem 3rem;
  }
}

@media (max-width: 767px) {
  .page__section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    width: auto;
  }
}

@media (max-width: 512px) {
  .page__section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.page__section.toggle {
  padding: 0;
  margin: 4rem 17rem 4rem 17rem;
}

@media (max-width: 1360px) {
  .page__section.toggle {
    margin: 4rem 10rem 4rem 10rem;
  }
}

@media (max-width: 1150px) {
  .page__section.toggle {
    margin: 4rem 3rem;
  }
}

@media (max-width: 767px) {
  .page__section.toggle {
    margin-left: 0;
    margin-right: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    width: auto;
  }
}

@media (max-width: 512px) {
  .page__section.toggle {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page__section h1 {
  width: 100%;
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 5.5rem;
  letter-spacing: 0.025rem;
  max-width: 100rem;
}

@media (max-width: 1150px) {
  .page__section h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}

@media (max-width: 767px) {
  .page__section h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}

@media (max-width: 512px) {
  .page__section h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.page__section h2 {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 2.1rem;
  letter-spacing: 0.1rem;
  max-width: 100rem;
}

.page__section h3,
.page__section h4,
.page__section h5,
.page__section h6 {
  font-size: 1.7rem;
  line-height: 2.5rem;
  max-width: 100rem;
}

.page__section p,
.page__section li {
  max-width: 60rem;
}

@media (max-width: 1150px) {
  .page__section p,
  .page__section li {
    max-width: none;
  }
}

.page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account), .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account),
.page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account),
.page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account),
.page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account),
.page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account) {
  color: var(--primary-color);
  text-decoration: underline;
  background: none;
  border: none;
  transition: color 0.15s;
}

.page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account) strong, .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account) strong,
.page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account) strong,
.page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account) strong,
.page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account) strong,
.page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account) strong {
  color: var(--primary-color);
}

.page__section a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account):hover, .page__section.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account):hover,
.page__section p a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account):hover,
.page__section p.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account):hover,
.page__section li a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account):hover,
.page__section li.pseudolink:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):not(.create-account):hover {
  border: none;
  color: var(--primary-color-hover);
  cursor: pointer;
}

.page__section.pseudolink,
.page__section p.pseudolink,
.page__section li.pseudolink {
  display: inline-block;
}

.page__section strong a,
.page__section p strong a,
.page__section li strong a {
  background-size: 3px 3px;
}

.page__section strong a:not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn) {
  color: var(--primary-color);
}

.page__section.grey_background,
.page__section .grey_background {
  padding: 2rem;
  background-color: #EEE;
}

.page__section.grey_background a.dark_button,
.page__section.grey_background a.light_button,
.page__section.grey_background a.button,
.page__section.grey_background button,
.page__section .grey_background a.dark_button,
.page__section .grey_background a.light_button,
.page__section .grey_background a.button,
.page__section .grey_background button {
  display: block;
  min-width: 0;
}

.page__section.grey_background a:not(.button):not(.w-btn):not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover, .page__section.grey_background a:not(.button):not(.w-btn):not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):active, .page__section.grey_background.pseudolink:not(.button):not(.w-btn):not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover, .page__section.grey_background.pseudolink:not(.button):not(.w-btn):not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):active,
.page__section .grey_background a:not(.button):not(.w-btn):not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
.page__section .grey_background a:not(.button):not(.w-btn):not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):active,
.page__section .grey_background.pseudolink:not(.button):not(.w-btn):not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):hover,
.page__section .grey_background.pseudolink:not(.button):not(.w-btn):not(.dark_button):not(.light_button):not(.no-underline):not(.tooltip):not(.w-btn):active {
  color: var(--primary-color);
}

.page__section h3 a {
  color: var(--primary-color);
}

.page__section h3 a:hover {
  color: var(--primary-color-hover);
}

.page__section h3 a.purple {
  color: shade(#8F92CC, 20%);
  background-color: linear-gradient(#fff 50%, #8F92CC 50%);
}

.page__section h3 a.purple:hover {
  background-color: linear-gradient(#fff 50%, shade(#8F92CC, 50%) 50%);
  color: shade(#8F92CC, 50%);
}

.page__section img {
  margin-bottom: 2rem;
  max-width: 100%;
}

.page__section ul {
  list-style-type: disc;
}

.page__section ol {
  list-style-type: decimal;
}

.page__section ul,
.page__section ol {
  padding-left: 5rem;
  margin-bottom: 2rem;
}

.page__section ul li,
.page__section ol li {
  margin: 0;
  padding: 0;
}

.page__section table {
  width: 100%;
  padding: 0 20px 0;
  margin: 0;
  max-width: 100rem;
}

@media (max-width: 767px) {
  .page__section table.collapsible td {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.page__section table.increments {
  margin: 4rem 0;
  background-color: #F9F9F9;
  border-collapse: collapse;
  padding: 2rem;
}

.page__section table.increments th,
.page__section table.increments td {
  background-color: #FFF;
  border: 1px #CCC solid;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  text-align: left;
}

.page__section table.increments th {
  background-color: #DDD;
  border: 1px #CCC solid;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
}

.page__section table.increments tr:hover td {
  background-color: #F6F6F6;
}

@media (max-width: 767px) {
  .page__section table.increments td {
    display: table-cell;
    width: auto;
  }
}

.page__section .terms_of_sale_scroll {
  border: 1px #CCC solid;
  padding: 1.5rem;
  margin-bottom: 2rem;
  height: 30rem;
  overflow-x: hidden;
}

.page__section .validation_success,
.page__section .validation_warning {
  padding: 2rem;
  margin-bottom: 1rem;
}

.page__section .validation_success header,
.page__section .validation_warning header {
  padding-bottom: 1.5rem;
}

.page__section .validation_success header h2,
.page__section .validation_success header h3,
.page__section .validation_success header p,
.page__section .validation_warning header h2,
.page__section .validation_warning header h3,
.page__section .validation_warning header p {
  color: #FFF;
}

.page__section .validation_success a,
.page__section .validation_warning a {
  color: #FFF !important;
}

.page__section .validation_success p,
.page__section .validation_warning p {
  max-width: none;
  color: #FFF;
}

.page__section .validation_success p a,
.page__section .validation_warning p a {
  color: #FFF;
  background-position: 0 bottom;
  background-size: 1px 1px;
  background-color: linear-gradient(#BB0719 50%, #FFF 50%);
  background-repeat: repeat-x;
  border: none;
}

.page__section .validation_success ul,
.page__section .validation_success ol,
.page__section .validation_warning ul,
.page__section .validation_warning ol {
  margin: 0;
  padding: 0;
}

.page__section .validation_success ul li,
.page__section .validation_success ol li,
.page__section .validation_warning ul li,
.page__section .validation_warning ol li {
  color: #FFF;
  margin: 0;
  padding: 0;
}

.page__section .validation_success footer,
.page__section .validation_warning footer {
  display: block;
}

.page__section .validation_success footer p,
.page__section .validation_warning footer p {
  margin-bottom: 1rem;
}

.page__section .validation_success {
  background-color: #435aff;
}

.page__section .validation_warning {
  background-color: #BB0719;
}

.page__section .receipt h3 {
  margin-bottom: 1.5rem;
}

.page__section .receipt hr {
  margin: 0 0 2rem 0;
}

.page__section .receipt table {
  margin-bottom: 1.5rem;
}

.page__section .receipt table tr td {
  width: 65%;
  padding: 0 0 0.5rem 0;
}

.page__section .receipt table tr td:first-child {
  width: 35%;
  padding-right: 20px;
}

.page__section .receipt table tr td p {
  max-width: none;
  margin-bottom: 1rem;
}

.page__section .receipt table tr td p span {
  float: right;
}

.page__section .receipt table tr.break p {
  margin-top: 1.5rem;
  border: 1px #CCC solid;
  padding-top: 1.5rem;
}

.page__section .receipt .summary {
  padding: 2rem 2rem 0;
  margin-bottom: 4rem;
  background-color: #EEE;
}

.page__section .receipt .summary hr {
  margin-top: -1rem;
}

.page__section .receipt .summary table tr td {
  width: 20%;
  white-space: nowrap;
}

.page__section .receipt .summary table tr td:first-child {
  white-space: normal;
  width: 80%;
}

@media (max-width: 1150px) {
  .page__section .receipt .summary table tr td {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .page__section .receipt .summary table tr td {
    white-space: nowrap;
  }

  .page__section .receipt .summary table tr td:first-child {
    white-space: normal;
  }
}

.page__section .receipt .summary table.with_button tr td:first-child {
  width: 100%;
}

.page__section .receipt .summary table.with_button tr td a.dark_button {
  display: block;
  width: calc(100% + 20px);
  min-width: 100%;
  margin-top: -15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .page__section .receipt .summary table.with_button {
    display: none;
  }
}

.page__section .slideshow_container {
  width: 90%;
  position: relative;
}

@media (max-width: 1150px) {
  .page__section .slideshow_container {
    width: 85%;
  }
}

.page__section .slideshow_container .cycle-slideshow img {
  width: 100%;
  margin: 0;
}

.page__section .slideshow_container .next {
  position: absolute;
  display: table;
  font-size: 50px;
  top: 0;
  width: 10%;
  right: -10%;
}

.page__section .slideshow_container .next .icon-arrow-dayofsale {
  color: var(--primary-color);
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.page__section .slideshow_container .next .icon-arrow-dayofsale:hover {
  cursor: pointer;
  color: var(--primary-color-hover);
}

.page__section .slideshow_caption p {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.page__section .slideshow_caption p span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  font-weight: normal;
  display: block;
}

.page__section.first .page__section__sidebar {
  display: block;
  padding-top: 0;
}

.page__section.toggle {
  max-width: 60rem;
}

@media (max-width: 1150px) {
  .page__section.toggle {
    max-width: 100%;
  }
}

@media (max-width: 1150px) {
  .page__section.toggle .inner {
    width: 70%;
    max-width: 60rem;
  }
}

@media (max-width: 767px) {
  .page__section.toggle .inner {
    width: 100%;
  }
}

.page__section.toggle__mini {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.page__section.toggle {
  min-height: 0;
  margin-top: -1px;
  margin-bottom: 0;
}

.page__section.toggle .inner {
  border-bottom: 1px #CCC dashed;
  border-top: 1px #CCC dashed;
}

.page__section.toggle h3 {
  color: var(--primary-color);
  padding: 2rem 0 2rem 3.5rem;
  margin: 0;
  position: relative;
  display: block;
}

.page__section.toggle h3:hover {
  cursor: pointer;
  color: var(--primary-color-hover);
}

.page__section.toggle:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/images/page/page__section_toggle_left_arrow.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  top: 23px;
  left: 15px;
  width: 11px;
  height: 24px;
  transition: all 0.25s ease-in-out;
  transform: rotate(0deg);
}

.page__section.toggle.active:before {
  top: 21px;
  left: 8px;
  transition: all 0.25s ease-in-out;
  transform: rotate(90deg);
}

.page__section.toggle:hover:before {
  opacity: 1;
}

.page__section.toggle.first {
  margin-top: -2rem;
  border-top: 1px #CCC dashed;
}

.page__section.toggle.last {
  margin-bottom: 3rem;
}

@media (max-width: 512px) {
  .page__section.toggle:before {
    top: 1.8rem;
  }

  .page__section.toggle h3 {
    padding: 1.6rem 0 1.6rem 3.2rem;
  }

  .page__section.toggle.first:before {
    top: 2rem;
  }

  .page__section.toggle.last {
    margin-bottom: 3rem;
  }
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

html.touch .header.background.fixed,
html.touch .page__header.background.fixed,
body.ios .header.background.fixed,
body.ios .page__header.background.fixed {
  background-attachment: scroll !important;
}

.forms-page-vue article .header,
.forms-page-vue article .page__header,
.modular-page article .header,
.modular-page article .page__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: auto;
  position: relative;
  transform: translateZ(0);
  transition: height 0.3s ease-in-out, width 0.3s ease-in-out, padding 0.3s ease-in-out, width 0.3s ease-in-out, background-position 0s linear;
  padding: 8rem 3% 0 3%;
  /*------------------- VARIANT: TALL -------------------*/
  /*------------------- VARIANT: SHORT -------------------*/
  /*------------------- VARIANT: NO HEIGHT -------------------*/
  /*------------------- VARIANT: NO BORDER -------------------*/
  /*------------------- VARIANT: IMAGE BREAK -------------------*/
  /*------------------- VARIANT: BACKGROUND -------------------*/
}

@media screen and (max-width: 768px) {
  .forms-page-vue article .header.has_mobile,
  .forms-page-vue article .page__header.has_mobile,
  .modular-page article .header.has_mobile,
  .modular-page article .page__header.has_mobile {
    margin-top: 6rem;
    padding-top: 2rem;
  }

  .forms-page-vue article .header.has_mobile img,
  .forms-page-vue article .page__header.has_mobile img,
  .modular-page article .header.has_mobile img,
  .modular-page article .page__header.has_mobile img {
    height: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .forms-page-vue article .header.has_mobile, .forms-page-vue article .header.tall.has_mobile, .forms-page-vue article .header.short.has_mobile,
  .forms-page-vue article .page__header.has_mobile,
  .forms-page-vue article .page__header.tall.has_mobile,
  .forms-page-vue article .page__header.short.has_mobile,
  .modular-page article .header.has_mobile,
  .modular-page article .header.tall.has_mobile,
  .modular-page article .header.short.has_mobile,
  .modular-page article .page__header.has_mobile,
  .modular-page article .page__header.tall.has_mobile,
  .modular-page article .page__header.short.has_mobile {
    height: calc(100vw * var(--mobile-ratio));
  }
}

@media screen and (min-width: 769px) {
  .forms-page-vue article .header.has_mobile.background .bg-img.mobile,
  .forms-page-vue article .header.has_mobile.background .background.mobile, .forms-page-vue article .header.tall.has_mobile.background .bg-img.mobile,
  .forms-page-vue article .header.tall.has_mobile.background .background.mobile, .forms-page-vue article .header.short.has_mobile.background .bg-img.mobile,
  .forms-page-vue article .header.short.has_mobile.background .background.mobile,
  .forms-page-vue article .page__header.has_mobile.background .bg-img.mobile,
  .forms-page-vue article .page__header.has_mobile.background .background.mobile,
  .forms-page-vue article .page__header.tall.has_mobile.background .bg-img.mobile,
  .forms-page-vue article .page__header.tall.has_mobile.background .background.mobile,
  .forms-page-vue article .page__header.short.has_mobile.background .bg-img.mobile,
  .forms-page-vue article .page__header.short.has_mobile.background .background.mobile,
  .modular-page article .header.has_mobile.background .bg-img.mobile,
  .modular-page article .header.has_mobile.background .background.mobile,
  .modular-page article .header.tall.has_mobile.background .bg-img.mobile,
  .modular-page article .header.tall.has_mobile.background .background.mobile,
  .modular-page article .header.short.has_mobile.background .bg-img.mobile,
  .modular-page article .header.short.has_mobile.background .background.mobile,
  .modular-page article .page__header.has_mobile.background .bg-img.mobile,
  .modular-page article .page__header.has_mobile.background .background.mobile,
  .modular-page article .page__header.tall.has_mobile.background .bg-img.mobile,
  .modular-page article .page__header.tall.has_mobile.background .background.mobile,
  .modular-page article .page__header.short.has_mobile.background .bg-img.mobile,
  .modular-page article .page__header.short.has_mobile.background .background.mobile {
    display: none;
  }
}

.forms-page-vue article .header.has_mobile.background .bg-img:not(.mobile),
.forms-page-vue article .header.has_mobile.background .background:not(.mobile), .forms-page-vue article .header.tall.has_mobile.background .bg-img:not(.mobile),
.forms-page-vue article .header.tall.has_mobile.background .background:not(.mobile), .forms-page-vue article .header.short.has_mobile.background .bg-img:not(.mobile),
.forms-page-vue article .header.short.has_mobile.background .background:not(.mobile),
.forms-page-vue article .page__header.has_mobile.background .bg-img:not(.mobile),
.forms-page-vue article .page__header.has_mobile.background .background:not(.mobile),
.forms-page-vue article .page__header.tall.has_mobile.background .bg-img:not(.mobile),
.forms-page-vue article .page__header.tall.has_mobile.background .background:not(.mobile),
.forms-page-vue article .page__header.short.has_mobile.background .bg-img:not(.mobile),
.forms-page-vue article .page__header.short.has_mobile.background .background:not(.mobile),
.modular-page article .header.has_mobile.background .bg-img:not(.mobile),
.modular-page article .header.has_mobile.background .background:not(.mobile),
.modular-page article .header.tall.has_mobile.background .bg-img:not(.mobile),
.modular-page article .header.tall.has_mobile.background .background:not(.mobile),
.modular-page article .header.short.has_mobile.background .bg-img:not(.mobile),
.modular-page article .header.short.has_mobile.background .background:not(.mobile),
.modular-page article .page__header.has_mobile.background .bg-img:not(.mobile),
.modular-page article .page__header.has_mobile.background .background:not(.mobile),
.modular-page article .page__header.tall.has_mobile.background .bg-img:not(.mobile),
.modular-page article .page__header.tall.has_mobile.background .background:not(.mobile),
.modular-page article .page__header.short.has_mobile.background .bg-img:not(.mobile),
.modular-page article .page__header.short.has_mobile.background .background:not(.mobile) {
  display: none;
}

@media screen and (min-width: 769px) {
  .forms-page-vue article .header.has_mobile.background .bg-img:not(.mobile),
  .forms-page-vue article .header.has_mobile.background .background:not(.mobile), .forms-page-vue article .header.tall.has_mobile.background .bg-img:not(.mobile),
  .forms-page-vue article .header.tall.has_mobile.background .background:not(.mobile), .forms-page-vue article .header.short.has_mobile.background .bg-img:not(.mobile),
  .forms-page-vue article .header.short.has_mobile.background .background:not(.mobile),
  .forms-page-vue article .page__header.has_mobile.background .bg-img:not(.mobile),
  .forms-page-vue article .page__header.has_mobile.background .background:not(.mobile),
  .forms-page-vue article .page__header.tall.has_mobile.background .bg-img:not(.mobile),
  .forms-page-vue article .page__header.tall.has_mobile.background .background:not(.mobile),
  .forms-page-vue article .page__header.short.has_mobile.background .bg-img:not(.mobile),
  .forms-page-vue article .page__header.short.has_mobile.background .background:not(.mobile),
  .modular-page article .header.has_mobile.background .bg-img:not(.mobile),
  .modular-page article .header.has_mobile.background .background:not(.mobile),
  .modular-page article .header.tall.has_mobile.background .bg-img:not(.mobile),
  .modular-page article .header.tall.has_mobile.background .background:not(.mobile),
  .modular-page article .header.short.has_mobile.background .bg-img:not(.mobile),
  .modular-page article .header.short.has_mobile.background .background:not(.mobile),
  .modular-page article .page__header.has_mobile.background .bg-img:not(.mobile),
  .modular-page article .page__header.has_mobile.background .background:not(.mobile),
  .modular-page article .page__header.tall.has_mobile.background .bg-img:not(.mobile),
  .modular-page article .page__header.tall.has_mobile.background .background:not(.mobile),
  .modular-page article .page__header.short.has_mobile.background .bg-img:not(.mobile),
  .modular-page article .page__header.short.has_mobile.background .background:not(.mobile) {
    display: block;
  }
}

.forms-page-vue article .header:not(.has_mobile),
.forms-page-vue article .page__header:not(.has_mobile),
.modular-page article .header:not(.has_mobile),
.modular-page article .page__header:not(.has_mobile) {
  height: 30rem;
}

.forms-page-vue article .header:not(.has_mobile).background .bg-img,
.forms-page-vue article .header:not(.has_mobile).background .background,
.forms-page-vue article .page__header:not(.has_mobile).background .bg-img,
.forms-page-vue article .page__header:not(.has_mobile).background .background,
.modular-page article .header:not(.has_mobile).background .bg-img,
.modular-page article .header:not(.has_mobile).background .background,
.modular-page article .page__header:not(.has_mobile).background .bg-img,
.modular-page article .page__header:not(.has_mobile).background .background {
  display: block;
}

@media screen and (min-width: 513px) {
  .forms-page-vue article .header:not(.has_mobile),
  .forms-page-vue article .page__header:not(.has_mobile),
  .modular-page article .header:not(.has_mobile),
  .modular-page article .page__header:not(.has_mobile) {
    height: 40rem;
  }
}

@media screen and (min-width: 769px) {
  .forms-page-vue article .header:not(.has_mobile), .forms-page-vue article .header,
  .forms-page-vue article .page__header:not(.has_mobile),
  .forms-page-vue article .page__header,
  .modular-page article .header:not(.has_mobile),
  .modular-page article .header,
  .modular-page article .page__header:not(.has_mobile),
  .modular-page article .page__header {
    height: 60rem;
  }
}

.forms-page-vue article .header .masthead,
.forms-page-vue article .page__header .masthead,
.modular-page article .header .masthead,
.modular-page article .page__header .masthead {
  margin-bottom: 1rem;
}

@media screen and (min-width: 512px) {
  .forms-page-vue article .header .masthead,
  .forms-page-vue article .page__header .masthead,
  .modular-page article .header .masthead,
  .modular-page article .page__header .masthead {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .forms-page-vue article .header .masthead,
  .forms-page-vue article .page__header .masthead,
  .modular-page article .header .masthead,
  .modular-page article .page__header .masthead {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 512px) {
  .forms-page-vue article .header,
  .forms-page-vue article .page__header,
  .modular-page article .header,
  .modular-page article .page__header {
    padding: 8rem 3rem 0 3rem;
  }
}

@media screen and (min-width: 769px) {
  .forms-page-vue article .header,
  .forms-page-vue article .page__header,
  .modular-page article .header,
  .modular-page article .page__header {
    min-width: 0;
  }
}

@media screen and (min-width: 1151px) {
  .forms-page-vue article .header,
  .forms-page-vue article .page__header,
  .modular-page article .header,
  .modular-page article .page__header {
    padding: 8rem 10rem 0 10rem;
  }
}

@media screen and (min-width: 1361px) {
  .forms-page-vue article .header,
  .forms-page-vue article .page__header,
  .modular-page article .header,
  .modular-page article .page__header {
    padding: 12rem 17rem 0 17rem;
  }
}

.forms-page-vue article .header.with_subnav.has_mobile, .forms-page-vue article .header.with_subnav.short.has_mobile,
.forms-page-vue article .page__header.with_subnav.has_mobile,
.forms-page-vue article .page__header.with_subnav.short.has_mobile,
.modular-page article .header.with_subnav.has_mobile,
.modular-page article .header.with_subnav.short.has_mobile,
.modular-page article .page__header.with_subnav.has_mobile,
.modular-page article .page__header.with_subnav.short.has_mobile {
  height: calc(100vw * var(--mobile-ratio));
}

.forms-page-vue article .header.with_subnav:not(.has_mobile),
.forms-page-vue article .page__header.with_subnav:not(.has_mobile),
.modular-page article .header.with_subnav:not(.has_mobile),
.modular-page article .page__header.with_subnav:not(.has_mobile) {
  height: 35rem;
}

@media screen and (min-width: 769px) {
  .forms-page-vue article .header.with_subnav.has_mobile, .forms-page-vue article .header.with_subnav:not(.has_mobile), .forms-page-vue article .header.with_subnav,
  .forms-page-vue article .page__header.with_subnav.has_mobile,
  .forms-page-vue article .page__header.with_subnav:not(.has_mobile),
  .forms-page-vue article .page__header.with_subnav,
  .modular-page article .header.with_subnav.has_mobile,
  .modular-page article .header.with_subnav:not(.has_mobile),
  .modular-page article .header.with_subnav,
  .modular-page article .page__header.with_subnav.has_mobile,
  .modular-page article .page__header.with_subnav:not(.has_mobile),
  .modular-page article .page__header.with_subnav {
    height: 45rem;
  }

  .forms-page-vue article .header.with_subnav.tall, .forms-page-vue article .header.with_subnav.tall.has_mobile, .forms-page-vue article .header.with_subnav:not(.has_mobile).tall,
  .forms-page-vue article .page__header.with_subnav.tall,
  .forms-page-vue article .page__header.with_subnav.tall.has_mobile,
  .forms-page-vue article .page__header.with_subnav:not(.has_mobile).tall,
  .modular-page article .header.with_subnav.tall,
  .modular-page article .header.with_subnav.tall.has_mobile,
  .modular-page article .header.with_subnav:not(.has_mobile).tall,
  .modular-page article .page__header.with_subnav.tall,
  .modular-page article .page__header.with_subnav.tall.has_mobile,
  .modular-page article .page__header.with_subnav:not(.has_mobile).tall {
    height: calc(100vh - 94px);
  }

  .forms-page-vue article .header.with_subnav.short, .forms-page-vue article .header.with_subnav.short.has_mobile, .forms-page-vue article .header.with_subnav:not(.has_mobile).short,
  .forms-page-vue article .page__header.with_subnav.short,
  .forms-page-vue article .page__header.with_subnav.short.has_mobile,
  .forms-page-vue article .page__header.with_subnav:not(.has_mobile).short,
  .modular-page article .header.with_subnav.short,
  .modular-page article .header.with_subnav.short.has_mobile,
  .modular-page article .header.with_subnav:not(.has_mobile).short,
  .modular-page article .page__header.with_subnav.short,
  .modular-page article .page__header.with_subnav.short.has_mobile,
  .modular-page article .page__header.with_subnav:not(.has_mobile).short {
    height: 35rem;
  }
}

@media screen and (min-width: 1151px) {
  .forms-page-vue article .header.with_subnav.has_mobile, .forms-page-vue article .header.with_subnav:not(.has_mobile), .forms-page-vue article .header.with_subnav,
  .forms-page-vue article .page__header.with_subnav.has_mobile,
  .forms-page-vue article .page__header.with_subnav:not(.has_mobile),
  .forms-page-vue article .page__header.with_subnav,
  .modular-page article .header.with_subnav.has_mobile,
  .modular-page article .header.with_subnav:not(.has_mobile),
  .modular-page article .header.with_subnav,
  .modular-page article .page__header.with_subnav.has_mobile,
  .modular-page article .page__header.with_subnav:not(.has_mobile),
  .modular-page article .page__header.with_subnav {
    height: 60rem;
  }
}

.forms-page-vue article .header.with_subnav .masthead,
.forms-page-vue article .page__header.with_subnav .masthead,
.modular-page article .header.with_subnav .masthead,
.modular-page article .page__header.with_subnav .masthead {
  margin-bottom: 2rem;
}

@media screen and (min-width: 512px) {
  .forms-page-vue article .header.with_subnav .masthead,
  .forms-page-vue article .page__header.with_subnav .masthead,
  .modular-page article .header.with_subnav .masthead,
  .modular-page article .page__header.with_subnav .masthead {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .forms-page-vue article .header.with_subnav .masthead,
  .forms-page-vue article .page__header.with_subnav .masthead,
  .modular-page article .header.with_subnav .masthead,
  .modular-page article .page__header.with_subnav .masthead {
    margin-bottom: 8rem;
  }
}

.forms-page-vue article .header.video .video-bg,
.forms-page-vue article .page__header.video .video-bg,
.modular-page article .header.video .video-bg,
.modular-page article .page__header.video .video-bg {
  z-index: 1;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.forms-page-vue article .header.video .video-bg video,
.forms-page-vue article .page__header.video .video-bg video,
.modular-page article .header.video .video-bg video,
.modular-page article .page__header.video .video-bg video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.forms-page-vue article .header h1,
.forms-page-vue article .header h2,
.forms-page-vue article .header h3,
.forms-page-vue article .page__header h1,
.forms-page-vue article .page__header h2,
.forms-page-vue article .page__header h3,
.modular-page article .header h1,
.modular-page article .header h2,
.modular-page article .header h3,
.modular-page article .page__header h1,
.modular-page article .page__header h2,
.modular-page article .page__header h3 {
  z-index: 1;
  position: relative;
  max-width: none;
  display: block;
  padding: 0;
  min-width: 0;
  margin: 0;
}

.forms-page-vue article .header h1,
.forms-page-vue article .page__header h1,
.modular-page article .header h1,
.modular-page article .page__header h1 {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.6rem;
  width: auto;
  max-width: 100rem;
  letter-spacing: 0.025rem;
  margin: 0;
  color: var(--primary-color);
}

body.house-lama .forms-page-vue article .header h1,
body.house-lama .forms-page-vue article .page__header h1,
body.house-lama .modular-page article .header h1,
body.house-lama .modular-page article .page__header h1 {
  font-family: "Lust", serif;
}

.forms-page-vue article .header h1 span,
.forms-page-vue article .page__header h1 span,
.modular-page article .header h1 span,
.modular-page article .page__header h1 span {
  color: #CCC;
}

@media (min-width: 769px) {
  .forms-page-vue article .header h1,
  .forms-page-vue article .page__header h1,
  .modular-page article .header h1,
  .modular-page article .page__header h1 {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
}

@media (min-width: 1024px) {
  .forms-page-vue article .header h1,
  .forms-page-vue article .page__header h1,
  .modular-page article .header h1,
  .modular-page article .page__header h1 {
    font-size: 5.4rem;
    line-height: 5.8rem;
  }
}

.forms-page-vue article .header h2,
.forms-page-vue article .page__header h2,
.modular-page article .header h2,
.modular-page article .page__header h2 {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  color: var(--primary-color);
  border-bottom: 1px var(--primary-color) solid;
  padding: 0 0 1rem;
  font-size: 2.1rem;
  line-height: 2.1rem;
  letter-spacing: 0.1rem;
}

body.house-lama .forms-page-vue article .header h2,
body.house-lama .forms-page-vue article .page__header h2,
body.house-lama .modular-page article .header h2,
body.house-lama .modular-page article .page__header h2 {
  font-family: "Lust", serif;
}

.forms-page-vue article .header h2.date,
.forms-page-vue article .page__header h2.date,
.modular-page article .header h2.date,
.modular-page article .page__header h2.date {
  color: #CCC;
}

.forms-page-vue article .header h2 a,
.forms-page-vue article .page__header h2 a,
.modular-page article .header h2 a,
.modular-page article .page__header h2 a {
  color: #bbbbbb;
  text-decoration: none;
}

.forms-page-vue article .header h3,
.forms-page-vue article .page__header h3,
.modular-page article .header h3,
.modular-page article .page__header h3 {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  color: #CCC;
  bottom: 0;
  margin: -1.2rem 0 0 0;
  padding: 0 0 1rem;
  border-bottom: 1px #CCC solid;
  font-size: 2.1rem;
  line-height: 2.1rem;
  letter-spacing: 0.1rem;
}

body.house-lama .forms-page-vue article .header h3,
body.house-lama .forms-page-vue article .page__header h3,
body.house-lama .modular-page article .header h3,
body.house-lama .modular-page article .page__header h3 {
  font-family: "Lust", serif;
}

.forms-page-vue article .header .masthead, .forms-page-vue article .page__header .masthead, .modular-page article .header .masthead, .modular-page article .page__header .masthead{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}

.forms-page-vue article .header .masthead input, .forms-page-vue article .page__header .masthead input, .modular-page article .header .masthead input, .modular-page article .page__header .masthead input {
  min-width: 0;
}

.forms-page-vue article .header h2,
.forms-page-vue article .page__header h2,
.modular-page article .header h2,
.modular-page article .page__header h2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0 0 0.5rem;
  font-size: 2.1rem;
  line-height: 2.1rem;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 769px) {
  .forms-page-vue article .header h2,
  .forms-page-vue article .page__header h2,
  .modular-page article .header h2,
  .modular-page article .page__header h2 {
    padding-bottom: 1rem;
  }
}

.forms-page-vue article .header h2.date,
.forms-page-vue article .page__header h2.date,
.modular-page article .header h2.date,
.modular-page article .page__header h2.date {
  color: #CCC;
}

.forms-page-vue article .header h2 a,
.forms-page-vue article .page__header h2 a,
.modular-page article .header h2 a,
.modular-page article .page__header h2 a {
  color: #bbbbbb;
  text-decoration: none;
}

.forms-page-vue article .header.tall,
.forms-page-vue article .page__header.tall,
.modular-page article .header.tall,
.modular-page article .page__header.tall {
  height: calc(100vh - 94px);
}

.forms-page-vue article .header.short,
.forms-page-vue article .page__header.short,
.modular-page article .header.short,
.modular-page article .page__header.short {
  background-color: #F9F9F9;
  height: 35rem;
  min-height: 35rem;
  padding-bottom: 0;
}

.forms-page-vue article .header.short:after,
.forms-page-vue article .page__header.short:after,
.modular-page article .header.short:after,
.modular-page article .page__header.short:after {
  border: none;
}

.forms-page-vue article .header.no_height,
.forms-page-vue article .page__header.no_height,
.modular-page article .header.no_height,
.modular-page article .page__header.no_height {
  height: auto;
  padding-bottom: 0;
}

.forms-page-vue article .header.no_height:after,
.forms-page-vue article .page__header.no_height:after,
.modular-page article .header.no_height:after,
.modular-page article .page__header.no_height:after {
  display: none;
}

.forms-page-vue article .header.no_height h2,
.forms-page-vue article .page__header.no_height h2,
.modular-page article .header.no_height h2,
.modular-page article .page__header.no_height h2 {
  margin-bottom: 0;
}

.forms-page-vue article .header.no_border:after,
.forms-page-vue article .page__header.no_border:after,
.modular-page article .header.no_border:after,
.modular-page article .page__header.no_border:after {
  border: none;
}

.forms-page-vue article .header.image_break.full,
.forms-page-vue article .page__header.image_break.full,
.modular-page article .header.image_break.full,
.modular-page article .page__header.image_break.full {
  height: 85vh;
}

.forms-page-vue article .header.image_break.half,
.forms-page-vue article .page__header.image_break.half,
.modular-page article .header.image_break.half,
.modular-page article .page__header.image_break.half {
  height: 45vh;
}

.forms-page-vue article .header.background,
.forms-page-vue article .page__header.background,
.modular-page article .header.background,
.modular-page article .page__header.background {
  background-color: #EEE;
  background-repeat: no-repeat !important;
  background-position: 50% 0;
  background-attachment: scroll;
  background-size: cover;
}

.forms-page-vue article .header.background.bg-v-align-top .bg-img,
.forms-page-vue article .page__header.background.bg-v-align-top .bg-img,
.modular-page article .header.background.bg-v-align-top .bg-img,
.modular-page article .page__header.background.bg-v-align-top .bg-img {
  -o-object-position: center top;
     object-position: center top;
  top: 0;
  bottom: auto;
}

@media (max-width: 768px) {
  .forms-page-vue article .header.background.bg-v-align-top .bg-img,
  .forms-page-vue article .page__header.background.bg-v-align-top .bg-img,
  .modular-page article .header.background.bg-v-align-top .bg-img,
  .modular-page article .page__header.background.bg-v-align-top .bg-img {
    top: auto;
    bottom: 0;
  }
}

.forms-page-vue article .header.background.bg-v-align-bottom .bg-img,
.forms-page-vue article .page__header.background.bg-v-align-bottom .bg-img,
.modular-page article .header.background.bg-v-align-bottom .bg-img,
.modular-page article .page__header.background.bg-v-align-bottom .bg-img {
  -o-object-position: center bottom;
     object-position: center bottom;
  top: auto;
  bottom: 0;
}

.forms-page-vue article .header.background:after,
.forms-page-vue article .page__header.background:after,
.modular-page article .header.background:after,
.modular-page article .page__header.background:after {
  display: none;
}

.forms-page-vue article .header.background.fluid img.bg-img, .forms-page-vue article .header.background.fixed img.bg-img,
.forms-page-vue article .page__header.background.fluid img.bg-img,
.forms-page-vue article .page__header.background.fixed img.bg-img,
.modular-page article .header.background.fluid img.bg-img,
.modular-page article .header.background.fixed img.bg-img,
.modular-page article .page__header.background.fluid img.bg-img,
.modular-page article .page__header.background.fixed img.bg-img {
  min-height: 0;
  max-height: none;
  height: auto;
}

@media (max-width: 1024px) {
  .forms-page-vue article .header.background.fluid img.bg-img, .forms-page-vue article .header.background.fixed img.bg-img,
  .forms-page-vue article .page__header.background.fluid img.bg-img,
  .forms-page-vue article .page__header.background.fixed img.bg-img,
  .modular-page article .header.background.fluid img.bg-img,
  .modular-page article .header.background.fixed img.bg-img,
  .modular-page article .page__header.background.fluid img.bg-img,
  .modular-page article .page__header.background.fixed img.bg-img {
    height: 100%;
  }
}

.forms-page-vue article .header.background .bg-img,
.forms-page-vue article .header.background .background,
.forms-page-vue article .page__header.background .bg-img,
.forms-page-vue article .page__header.background .background,
.modular-page article .header.background .bg-img,
.modular-page article .header.background .background,
.modular-page article .page__header.background .bg-img,
.modular-page article .page__header.background .background {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (min-width: 769px) {
  .forms-page-vue article .header.background .bg-img,
  .forms-page-vue article .header.background .background,
  .forms-page-vue article .page__header.background .bg-img,
  .forms-page-vue article .page__header.background .background,
  .modular-page article .header.background .bg-img,
  .modular-page article .header.background .background,
  .modular-page article .page__header.background .bg-img,
  .modular-page article .page__header.background .background {
    top: 0;
    height: 100%;
  }
}

.forms-page-vue article .header.background .bg-img.bg-v-align-top,
.forms-page-vue article .header.background .background.bg-v-align-top,
.forms-page-vue article .page__header.background .bg-img.bg-v-align-top,
.forms-page-vue article .page__header.background .background.bg-v-align-top,
.modular-page article .header.background .bg-img.bg-v-align-top,
.modular-page article .header.background .background.bg-v-align-top,
.modular-page article .page__header.background .bg-img.bg-v-align-top,
.modular-page article .page__header.background .background.bg-v-align-top {
  -o-object-position: center top;
     object-position: center top;
  top: 0;
  bottom: auto;
}

@media (max-width: 768px) {
  .forms-page-vue article .header.background .bg-img.bg-v-align-top,
  .forms-page-vue article .header.background .background.bg-v-align-top,
  .forms-page-vue article .page__header.background .bg-img.bg-v-align-top,
  .forms-page-vue article .page__header.background .background.bg-v-align-top,
  .modular-page article .header.background .bg-img.bg-v-align-top,
  .modular-page article .header.background .background.bg-v-align-top,
  .modular-page article .page__header.background .bg-img.bg-v-align-top,
  .modular-page article .page__header.background .background.bg-v-align-top {
    top: auto;
    bottom: 0;
  }
}

.forms-page-vue article .header.background .bg-img.bg-v-align-bottom,
.forms-page-vue article .header.background .background.bg-v-align-bottom,
.forms-page-vue article .page__header.background .bg-img.bg-v-align-bottom,
.forms-page-vue article .page__header.background .background.bg-v-align-bottom,
.modular-page article .header.background .bg-img.bg-v-align-bottom,
.modular-page article .header.background .background.bg-v-align-bottom,
.modular-page article .page__header.background .bg-img.bg-v-align-bottom,
.modular-page article .page__header.background .background.bg-v-align-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
  top: auto;
  bottom: 0;
}

.forms-page-vue article .header.background .bg-img:not(.no-fade),
.forms-page-vue article .header.background .background:not(.no-fade),
.forms-page-vue article .page__header.background .bg-img:not(.no-fade),
.forms-page-vue article .page__header.background .background:not(.no-fade),
.modular-page article .header.background .bg-img:not(.no-fade),
.modular-page article .header.background .background:not(.no-fade),
.modular-page article .page__header.background .bg-img:not(.no-fade),
.modular-page article .page__header.background .background:not(.no-fade) {
  transition: opacity 0.2s ease-in-out;
}

.forms-page-vue article .header.background.fixed .bg-img,
.forms-page-vue article .page__header.background.fixed .bg-img,
.modular-page article .header.background.fixed .bg-img,
.modular-page article .page__header.background.fixed .bg-img {
  position: fixed;
  object-size: initial;
}

.forms-page-vue article .header.background.fixed .bg-img.bg-v-align-top,
.forms-page-vue article .page__header.background.fixed .bg-img.bg-v-align-top,
.modular-page article .header.background.fixed .bg-img.bg-v-align-top,
.modular-page article .page__header.background.fixed .bg-img.bg-v-align-top {
  -o-object-position: center top;
     object-position: center top;
  top: 0;
  bottom: auto;
}

.forms-page-vue article .header.background.fixed .bg-img.bg-v-align-center,
.forms-page-vue article .page__header.background.fixed .bg-img.bg-v-align-center,
.modular-page article .header.background.fixed .bg-img.bg-v-align-center,
.modular-page article .page__header.background.fixed .bg-img.bg-v-align-center {
  -o-object-position: center center;
     object-position: center center;
  top: initial;
  bottom: initial;
}

.forms-page-vue article .header.background.fixed .bg-img.bg-v-align-bottom,
.forms-page-vue article .page__header.background.fixed .bg-img.bg-v-align-bottom,
.modular-page article .header.background.fixed .bg-img.bg-v-align-bottom,
.modular-page article .page__header.background.fixed .bg-img.bg-v-align-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
  top: auto;
  bottom: 0;
}

.forms-page-vue article .header.background.fluid .bg-img,
.forms-page-vue article .page__header.background.fluid .bg-img,
.modular-page article .header.background.fluid .bg-img,
.modular-page article .page__header.background.fluid .bg-img {
  -o-object-fit: initial;
     object-fit: initial;
  -o-object-position: initial;
     object-position: initial;
  position: fixed;
  min-height: 0;
  max-height: none;
  height: auto;
  top: 0;
  bottom: auto;
  width: 100%;
}

@media (max-width: 1024px) {
  .forms-page-vue article .header.background.fluid .background.fluid-img, .forms-page-vue article .header.background.fixed .background.fluid-img,
  .forms-page-vue article .page__header.background.fluid .background.fluid-img,
  .forms-page-vue article .page__header.background.fixed .background.fluid-img,
  .modular-page article .header.background.fluid .background.fluid-img,
  .modular-page article .header.background.fixed .background.fluid-img,
  .modular-page article .page__header.background.fluid .background.fluid-img,
  .modular-page article .page__header.background.fixed .background.fluid-img {
    width: 100%;
    height: 100%;
  }

  .forms-page-vue article .header.background.fluid .background.fluid-img img.bg-img, .forms-page-vue article .header.background.fixed .background.fluid-img img.bg-img,
  .forms-page-vue article .page__header.background.fluid .background.fluid-img img.bg-img,
  .forms-page-vue article .page__header.background.fixed .background.fluid-img img.bg-img,
  .modular-page article .header.background.fluid .background.fluid-img img.bg-img,
  .modular-page article .header.background.fixed .background.fluid-img img.bg-img,
  .modular-page article .page__header.background.fluid .background.fluid-img img.bg-img,
  .modular-page article .page__header.background.fixed .background.fluid-img img.bg-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.forms-page-vue article .header.background.static,
.forms-page-vue article .page__header.background.static,
.modular-page article .header.background.static,
.modular-page article .page__header.background.static {
  background-position: 50% 0;
}

.forms-page-vue article .header.background.static .background.fluid-img img,
.forms-page-vue article .page__header.background.static .background.fluid-img img,
.modular-page article .header.background.static .background.fluid-img img,
.modular-page article .page__header.background.static .background.fluid-img img {
  position: fixed;
}

.forms-page-vue article .header.background.fixed,
.forms-page-vue article .page__header.background.fixed,
.modular-page article .header.background.fixed,
.modular-page article .page__header.background.fixed {
  background-position: 50% 0;
  background-attachment: fixed;
}

@media (min-width: 1025px) {
  .forms-page-vue article .header.background.fixed,
  .forms-page-vue article .page__header.background.fixed,
  .modular-page article .header.background.fixed,
  .modular-page article .page__header.background.fixed {
    transform: unset;
  }
}

body.house-toomey .header h1,
body.house-toomey .header h1 span,
body.house-toomey .header h2,
body.house-toomey .header h3,
body.house-toomey .page__header h1,
body.house-toomey .page__header h1 span,
body.house-toomey .page__header h2,
body.house-toomey .page__header h3 {
  font-family: "Canela Web", serif;
  font-weight: 900;
  color: var(--primary-color);
}

body.house-toomey article.page .header h1,
body.house-toomey article.page .header h2,
body.house-toomey article.page .header h3,
body.house-toomey article.page .page__header h1,
body.house-toomey article.page .page__header h2,
body.house-toomey article.page .page__header h3,
body.house-toomey article.mosaic .header h1,
body.house-toomey article.mosaic .header h2,
body.house-toomey article.mosaic .header h3,
body.house-toomey article.mosaic .page__header h1,
body.house-toomey article.mosaic .page__header h2,
body.house-toomey article.mosaic .page__header h3 {
  font-family: "Canela Web", serif;
  font-weight: 900;
  color: var(--primary-color);
}

body.house-toomey article.page .header h1,
body.house-toomey article.page .header h1 span,
body.house-toomey article.page .page__header h1,
body.house-toomey article.page .page__header h1 span,
body.house-toomey article.mosaic .header h1,
body.house-toomey article.mosaic .header h1 span,
body.house-toomey article.mosaic .page__header h1,
body.house-toomey article.mosaic .page__header h1 span {
  font-family: "Canela Web", serif;
  font-weight: 900;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  body.house-toomey article.page .header h1,
  body.house-toomey article.page .header h1 span,
  body.house-toomey article.page .page__header h1,
  body.house-toomey article.page .page__header h1 span,
  body.house-toomey article.mosaic .header h1,
  body.house-toomey article.mosaic .header h1 span,
  body.house-toomey article.mosaic .page__header h1,
  body.house-toomey article.mosaic .page__header h1 span {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  body.house-toomey article.page .header h1,
  body.house-toomey article.page .header h1 span,
  body.house-toomey article.page .page__header h1,
  body.house-toomey article.page .page__header h1 span,
  body.house-toomey article.mosaic .header h1,
  body.house-toomey article.mosaic .header h1 span,
  body.house-toomey article.mosaic .page__header h1,
  body.house-toomey article.mosaic .page__header h1 span {
    letter-spacing: 0;
  }
}

body.house-toomey article.page .header h2,
body.house-toomey article.page .page__header h2,
body.house-toomey article.mosaic .header h2,
body.house-toomey article.mosaic .page__header h2 {
  border-bottom-color: var(--primary-color);
}

body.house-rago .header h1,
body.house-rago .header h1 span,
body.house-rago .header h2,
body.house-rago .header h3,
body.house-rago .page__header h1,
body.house-rago .page__header h1 span,
body.house-rago .page__header h2,
body.house-rago .page__header h3 {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: var(--primary-color);
}

body.house-rago article.page .header h1,
body.house-rago article.page .header h2,
body.house-rago article.page .header h3,
body.house-rago article.page .page__header h1,
body.house-rago article.page .page__header h2,
body.house-rago article.page .page__header h3,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .header h2,
body.house-rago article.mosaic .header h3,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.mosaic .page__header h2,
body.house-rago article.mosaic .page__header h3 {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: var(--primary-color);
}

body.house-rago article.page .header h2,
body.house-rago article.page .page__header h2,
body.house-rago article.mosaic .header h2,
body.house-rago article.mosaic .page__header h2 {
  border-bottom-color: var(--primary-color);
}

body.house-lama.forms-page-vue article .header h1,
body.house-lama.forms-page-vue article .page__header h1 {
  font-family: "Lust", serif;
  letter-spacing: 0.05rem;
  color: var(--primary-color);
}

body.house-lama.forms-page-vue article .header h2,
body.house-lama.forms-page-vue article .header h2 span,
body.house-lama.forms-page-vue article .page__header h2,
body.house-lama.forms-page-vue article .page__header h2 span {
  color: var(--primary-color);
  border-color: var(--primary-color);
  padding-bottom: 0;
  font-family: "Lust", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 1024px) {
  body.house-lama.forms-page-vue article .header h2,
  body.house-lama.forms-page-vue article .header h2 span,
  body.house-lama.forms-page-vue article .page__header h2,
  body.house-lama.forms-page-vue article .page__header h2 span {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}

body.house-herman_miller #sale-countdown-desktop, body.house-wright #sale-countdown-desktop,
body.house-herman_miller #sale-countdown-mobile,
body.house-wright #sale-countdown-mobile {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-toomey #sale-countdown-desktop,
body.house-toomey #sale-countdown-mobile {
  font-family: "Canela Web", serif;
  font-weight: 900;
}

body.house-toomey #sale-countdown-desktop .title,
body.house-toomey #sale-countdown-desktop .legend,
body.house-toomey #sale-countdown-mobile .title,
body.house-toomey #sale-countdown-mobile .legend {
  font-family: "Canela Text Web", serif;
  font-weight: 400;
}

body.house-rago #sale-countdown-desktop,
body.house-rago #sale-countdown-mobile {
  font-family: "Editor", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/*/////////////////////////////////////////////////////////////
CORE SUBNAV
/////////////////////////////////////////////////////////////*/

.subnav_container {
  z-index: 100;
  transition: top 0.4s ease-in-out;
}

.subnav_container.simple {
  overflow: hidden;
}

.subnav_container.simple ul {
  width: 100%;
  clear: both;
  float: none;
  margin: 1rem 0 0 15.4rem;
  overflow: hidden;
}

.subnav_container.simple ul li {
  display: block;
  float: left;
  margin: 0;
}

@media (max-width: 1024px) {
  .subnav_container.simple ul li a.w-btn, .subnav_container.simple ul li body.house-toomey a.w-btn-ds-inquire-outline, body.house-toomey .subnav_container.simple ul li a.w-btn-ds-inquire-outline,
  .subnav_container.simple ul li body.house-toomey a.w-btn-ds-inquire-outline,
  body.house-toomey .subnav_container.simple ul li a.w-btn-ds-inquire-outline,
  .subnav_container.simple ul li body.house-rago a.w-btn-ds-inquire-outline,
  body.house-rago .subnav_container.simple ul li a.w-btn-ds-inquire-outline,
  .subnav_container.simple ul li body.house-rago a.w-btn-ds-inquire-outline,
  body.house-rago .subnav_container.simple ul li a.w-btn-ds-inquire-outline,
  .subnav_container.simple ul li body.house-wright a.w-btn-ds-inquire-outline,
  body.house-wright .subnav_container.simple ul li a.w-btn-ds-inquire-outline,
  .subnav_container.simple ul li body.house-wright a.w-btn-ds-inquire-outline,
  body.house-wright .subnav_container.simple ul li a.w-btn-ds-inquire-outline,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-ds-inquire-outline,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-ds-inquire-outline,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-ds-inquire-outline,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-ds-inquire-outline,
  .subnav_container.simple ul li body.house-lama a.w-btn-ds-inquire-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-ds-inquire-outline,
  .subnav_container.simple ul li body.house-lama a.w-btn-ds-inquire-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-ds-inquire-outline,
  .subnav_container.simple ul li body.house-toomey a.w-btn-ds-inquire-outline:disabled,
  body.house-toomey .subnav_container.simple ul li a.w-btn-ds-inquire-outline:disabled,
  .subnav_container.simple ul li body.house-rago a.w-btn-ds-inquire-outline:disabled,
  body.house-rago .subnav_container.simple ul li a.w-btn-ds-inquire-outline:disabled,
  .subnav_container.simple ul li body.house-wright a.w-btn-ds-inquire-outline:disabled,
  body.house-wright .subnav_container.simple ul li a.w-btn-ds-inquire-outline:disabled,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-ds-inquire-outline:disabled,
  .subnav_container.simple ul li body.house-lama a.w-btn-ds-inquire-outline:disabled,
  body.house-lama .subnav_container.simple ul li a.w-btn-ds-inquire-outline:disabled, .subnav_container.simple ul li body.house-toomey a.w-btn-ds-inquire-solid, body.house-toomey .subnav_container.simple ul li a.w-btn-ds-inquire-solid,
  .subnav_container.simple ul li body.house-toomey a.w-btn-ds-inquire-solid,
  body.house-toomey .subnav_container.simple ul li a.w-btn-ds-inquire-solid,
  .subnav_container.simple ul li body.house-rago a.w-btn-ds-inquire-solid,
  body.house-rago .subnav_container.simple ul li a.w-btn-ds-inquire-solid,
  .subnav_container.simple ul li body.house-rago a.w-btn-ds-inquire-solid,
  body.house-rago .subnav_container.simple ul li a.w-btn-ds-inquire-solid,
  .subnav_container.simple ul li body.house-wright a.w-btn-ds-inquire-solid,
  body.house-wright .subnav_container.simple ul li a.w-btn-ds-inquire-solid,
  .subnav_container.simple ul li body.house-wright a.w-btn-ds-inquire-solid,
  body.house-wright .subnav_container.simple ul li a.w-btn-ds-inquire-solid,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-ds-inquire-solid,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-ds-inquire-solid,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-ds-inquire-solid,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-ds-inquire-solid,
  .subnav_container.simple ul li body.house-lama a.w-btn-ds-inquire-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-ds-inquire-solid,
  .subnav_container.simple ul li body.house-lama a.w-btn-ds-inquire-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-ds-inquire-solid,
  .subnav_container.simple ul li body.house-toomey a.w-btn-ds-inquire-solid:disabled,
  body.house-toomey .subnav_container.simple ul li a.w-btn-ds-inquire-solid:disabled,
  .subnav_container.simple ul li body.house-rago a.w-btn-ds-inquire-solid:disabled,
  body.house-rago .subnav_container.simple ul li a.w-btn-ds-inquire-solid:disabled,
  .subnav_container.simple ul li body.house-wright a.w-btn-ds-inquire-solid:disabled,
  body.house-wright .subnav_container.simple ul li a.w-btn-ds-inquire-solid:disabled,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-ds-inquire-solid:disabled,
  .subnav_container.simple ul li body.house-lama a.w-btn-ds-inquire-solid:disabled,
  body.house-lama .subnav_container.simple ul li a.w-btn-ds-inquire-solid:disabled, .subnav_container.simple ul li body.house-toomey a.w-btn-light-green-outline, body.house-toomey .subnav_container.simple ul li a.w-btn-light-green-outline,
  .subnav_container.simple ul li body.house-toomey a.w-btn-light-green-outline,
  body.house-toomey .subnav_container.simple ul li a.w-btn-light-green-outline,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-green-outline,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-green-outline,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-green-outline,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-green-outline,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-green-outline,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-green-outline,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-green-outline,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-green-outline,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-green-outline,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-green-outline,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-green-outline,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-green-outline,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-green-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-green-outline,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-green-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-green-outline,
  .subnav_container.simple ul li body.house-toomey a.w-btn-light-green-outline:disabled,
  body.house-toomey .subnav_container.simple ul li a.w-btn-light-green-outline:disabled,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-green-outline:disabled,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-green-outline:disabled,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-green-outline:disabled,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-green-outline:disabled,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-green-outline:disabled,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-green-outline:disabled,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-green-outline:disabled,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-green-outline:disabled, .subnav_container.simple ul li body.house-toomey a.w-btn-light-green-solid, body.house-toomey .subnav_container.simple ul li a.w-btn-light-green-solid,
  .subnav_container.simple ul li body.house-toomey a.w-btn-light-green-solid,
  body.house-toomey .subnav_container.simple ul li a.w-btn-light-green-solid,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-green-solid,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-green-solid,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-green-solid,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-green-solid,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-green-solid,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-green-solid,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-green-solid,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-green-solid,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-green-solid,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-green-solid,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-green-solid,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-green-solid,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-green-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-green-solid,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-green-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-green-solid,
  .subnav_container.simple ul li body.house-toomey a.w-btn-light-green-solid:disabled,
  body.house-toomey .subnav_container.simple ul li a.w-btn-light-green-solid:disabled,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-green-solid:disabled,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-green-solid:disabled,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-green-solid:disabled,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-green-solid:disabled,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-green-solid:disabled,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-green-solid:disabled,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-green-solid:disabled,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-green-solid:disabled, .subnav_container.simple ul li body.house-toomey a.w-btn-light-grey-outline, body.house-toomey .subnav_container.simple ul li a.w-btn-light-grey-outline,
  .subnav_container.simple ul li body.house-toomey a.w-btn-light-grey-outline,
  body.house-toomey .subnav_container.simple ul li a.w-btn-light-grey-outline,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-grey-outline,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-grey-outline,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-grey-outline,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-grey-outline,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-grey-outline,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-grey-outline,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-grey-outline,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-grey-outline,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-grey-outline,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-grey-outline,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-grey-outline,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-grey-outline,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-grey-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-grey-outline,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-grey-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-grey-outline,
  .subnav_container.simple ul li body.house-toomey a.w-btn-light-grey-outline:disabled,
  body.house-toomey .subnav_container.simple ul li a.w-btn-light-grey-outline:disabled,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-grey-outline:disabled,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-grey-outline:disabled,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-grey-outline:disabled,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-grey-outline:disabled,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-grey-outline:disabled,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-grey-outline:disabled,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-grey-outline:disabled,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-grey-outline:disabled, .subnav_container.simple ul li body.house-toomey a.w-btn-light-grey-solid, body.house-toomey .subnav_container.simple ul li a.w-btn-light-grey-solid,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-grey-solid,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-grey-solid,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-grey-solid,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-grey-solid,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-grey-solid,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-grey-solid,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-grey-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-grey-solid, .subnav_container.simple ul li body.house-toomey a.w-btn-white-outline, body.house-toomey .subnav_container.simple ul li a.w-btn-white-outline,
  .subnav_container.simple ul li body.house-rago a.w-btn-white-outline,
  body.house-rago .subnav_container.simple ul li a.w-btn-white-outline,
  .subnav_container.simple ul li body.house-wright a.w-btn-white-outline,
  body.house-wright .subnav_container.simple ul li a.w-btn-white-outline,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-white-outline,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-white-outline,
  .subnav_container.simple ul li body.house-lama a.w-btn-white-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-white-outline, .subnav_container.simple ul li body.house-toomey a.w-btn-white-solid, body.house-toomey .subnav_container.simple ul li a.w-btn-white-solid,
  .subnav_container.simple ul li body.house-rago a.w-btn-white-solid,
  body.house-rago .subnav_container.simple ul li a.w-btn-white-solid,
  .subnav_container.simple ul li body.house-wright a.w-btn-white-solid,
  body.house-wright .subnav_container.simple ul li a.w-btn-white-solid,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-white-solid,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-white-solid,
  .subnav_container.simple ul li body.house-lama a.w-btn-white-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-white-solid, .subnav_container.simple ul li body.house-toomey a.w-btn-house-outline, body.house-toomey .subnav_container.simple ul li a.w-btn-house-outline,
  .subnav_container.simple ul li body.house-toomey a.w-btn-green-outline,
  body.house-toomey .subnav_container.simple ul li a.w-btn-green-outline,
  .subnav_container.simple ul li body.house-rago a.w-btn-house-outline,
  body.house-rago .subnav_container.simple ul li a.w-btn-house-outline,
  .subnav_container.simple ul li body.house-rago a.w-btn-green-outline,
  body.house-rago .subnav_container.simple ul li a.w-btn-green-outline,
  .subnav_container.simple ul li body.house-wright a.w-btn-house-outline,
  body.house-wright .subnav_container.simple ul li a.w-btn-house-outline,
  .subnav_container.simple ul li body.house-wright a.w-btn-green-outline,
  body.house-wright .subnav_container.simple ul li a.w-btn-green-outline,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-house-outline,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-house-outline,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-green-outline,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-green-outline,
  .subnav_container.simple ul li body.house-lama a.w-btn-house-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-house-outline,
  .subnav_container.simple ul li body.house-lama a.w-btn-green-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-green-outline, .subnav_container.simple ul li body.house-toomey a.w-btn-house-solid, body.house-toomey .subnav_container.simple ul li a.w-btn-house-solid,
  .subnav_container.simple ul li body.house-toomey a.w-btn-green-solid,
  body.house-toomey .subnav_container.simple ul li a.w-btn-green-solid,
  .subnav_container.simple ul li body.house-rago a.w-btn-house-solid,
  body.house-rago .subnav_container.simple ul li a.w-btn-house-solid,
  .subnav_container.simple ul li body.house-rago a.w-btn-green-solid,
  body.house-rago .subnav_container.simple ul li a.w-btn-green-solid,
  .subnav_container.simple ul li body.house-wright a.w-btn-house-solid,
  body.house-wright .subnav_container.simple ul li a.w-btn-house-solid,
  .subnav_container.simple ul li body.house-wright a.w-btn-green-solid,
  body.house-wright .subnav_container.simple ul li a.w-btn-green-solid,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-house-solid,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-house-solid,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-green-solid,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-green-solid,
  .subnav_container.simple ul li body.house-lama a.w-btn-house-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-house-solid,
  .subnav_container.simple ul li body.house-lama a.w-btn-green-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-green-solid {
    font-family: var(--font-family-sans);
    font-weight: 500;
    position: relative;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1.6rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1.25px;
    text-decoration: none;
    color: #999;
  }

  body.house-lama .subnav_container.simple ul li a.w-btn,
  body.house-lama .subnav_container.simple ul li a.w-btn-ds-inquire-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-ds-inquire-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-green-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-green-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-grey-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-grey-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-white-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-white-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-house-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-green-outline,
  body.house-lama .subnav_container.simple ul li a.w-btn-house-solid,
  body.house-lama .subnav_container.simple ul li a.w-btn-green-solid {
    font-family: "adrianna", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
  }

  .subnav_container.simple ul li a.w-btn:hover, .subnav_container.simple ul li body.house-toomey a.w-btn-ds-inquire-outline:hover, body.house-toomey .subnav_container.simple ul li a.w-btn-ds-inquire-outline:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-ds-inquire-outline:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-ds-inquire-outline:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-ds-inquire-outline:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-ds-inquire-outline:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-ds-inquire-outline:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-ds-inquire-outline:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-ds-inquire-outline:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-ds-inquire-outline:hover, .subnav_container.simple ul li body.house-toomey a.w-btn-ds-inquire-solid:hover, body.house-toomey .subnav_container.simple ul li a.w-btn-ds-inquire-solid:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-ds-inquire-solid:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-ds-inquire-solid:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-ds-inquire-solid:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-ds-inquire-solid:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-ds-inquire-solid:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-ds-inquire-solid:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-ds-inquire-solid:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-ds-inquire-solid:hover, .subnav_container.simple ul li body.house-toomey a.w-btn-light-green-outline:hover, body.house-toomey .subnav_container.simple ul li a.w-btn-light-green-outline:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-green-outline:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-green-outline:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-green-outline:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-green-outline:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-green-outline:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-green-outline:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-green-outline:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-green-outline:hover, .subnav_container.simple ul li body.house-toomey a.w-btn-light-green-solid:hover, body.house-toomey .subnav_container.simple ul li a.w-btn-light-green-solid:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-green-solid:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-green-solid:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-green-solid:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-green-solid:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-green-solid:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-green-solid:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-green-solid:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-green-solid:hover, .subnav_container.simple ul li body.house-toomey a.w-btn-light-grey-outline:hover, body.house-toomey .subnav_container.simple ul li a.w-btn-light-grey-outline:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-grey-outline:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-grey-outline:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-grey-outline:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-grey-outline:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-grey-outline:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-grey-outline:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-grey-outline:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-grey-outline:hover, .subnav_container.simple ul li body.house-toomey a.w-btn-light-grey-solid:hover, body.house-toomey .subnav_container.simple ul li a.w-btn-light-grey-solid:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-light-grey-solid:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-light-grey-solid:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-light-grey-solid:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-light-grey-solid:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-light-grey-solid:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-light-grey-solid:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-light-grey-solid:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-light-grey-solid:hover, .subnav_container.simple ul li body.house-toomey a.w-btn-white-outline:hover, body.house-toomey .subnav_container.simple ul li a.w-btn-white-outline:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-white-outline:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-white-outline:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-white-outline:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-white-outline:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-white-outline:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-white-outline:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-white-outline:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-white-outline:hover, .subnav_container.simple ul li body.house-toomey a.w-btn-white-solid:hover, body.house-toomey .subnav_container.simple ul li a.w-btn-white-solid:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-white-solid:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-white-solid:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-white-solid:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-white-solid:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-white-solid:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-white-solid:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-white-solid:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-white-solid:hover, .subnav_container.simple ul li body.house-toomey a.w-btn-house-outline:hover, body.house-toomey .subnav_container.simple ul li a.w-btn-house-outline:hover,
  .subnav_container.simple ul li body.house-toomey a.w-btn-green-outline:hover,
  body.house-toomey .subnav_container.simple ul li a.w-btn-green-outline:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-house-outline:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-house-outline:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-green-outline:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-green-outline:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-house-outline:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-house-outline:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-green-outline:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-green-outline:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-house-outline:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-house-outline:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-green-outline:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-green-outline:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-house-outline:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-house-outline:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-green-outline:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-green-outline:hover, .subnav_container.simple ul li body.house-toomey a.w-btn-house-solid:hover, body.house-toomey .subnav_container.simple ul li a.w-btn-house-solid:hover,
  .subnav_container.simple ul li body.house-toomey a.w-btn-green-solid:hover,
  body.house-toomey .subnav_container.simple ul li a.w-btn-green-solid:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-house-solid:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-house-solid:hover,
  .subnav_container.simple ul li body.house-rago a.w-btn-green-solid:hover,
  body.house-rago .subnav_container.simple ul li a.w-btn-green-solid:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-house-solid:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-house-solid:hover,
  .subnav_container.simple ul li body.house-wright a.w-btn-green-solid:hover,
  body.house-wright .subnav_container.simple ul li a.w-btn-green-solid:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-house-solid:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-house-solid:hover,
  .subnav_container.simple ul li body.house-herman_miller a.w-btn-green-solid:hover,
  body.house-herman_miller .subnav_container.simple ul li a.w-btn-green-solid:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-house-solid:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-house-solid:hover,
  .subnav_container.simple ul li body.house-lama a.w-btn-green-solid:hover,
  body.house-lama .subnav_container.simple ul li a.w-btn-green-solid:hover {
    color: #333;
    cursor: pointer;
  }
}

.subnav_container.simple ul li a:not(.w-btn) {
  font-family: var(--font-family-sans);
  font-weight: 500;
  position: relative;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.6rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 1.25px;
  text-decoration: none;
  color: #999;
}

body.house-lama .subnav_container.simple ul li a:not(.w-btn) {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}

.subnav_container.simple ul li a:not(.w-btn):hover {
  color: #333;
  cursor: pointer;
}

@media (max-width: 1360px) {
  .subnav_container.simple ul {
    margin-left: 8.4rem;
  }
}

@media (max-width: 1150px) {
  .subnav_container.simple ul {
    margin-left: 1.4rem;
  }
}

@media (max-width: 767px) {
  .subnav_container.simple ul {
    margin-left: 0.6rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .subnav_container.simple ul {
    margin-left: 0;
  }
}

.filter_sort_container {
  flex-basis: 100%;
}

.subnav_container.full {
  width: 100%;
  margin-top: -4.4rem;
  height: 4.4rem;
  position: relative;
  z-index: 4;
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  background-color: rgb(255, 255, 255);
  /* background variant */
}

.subnav_container.full.fixed {
  position: fixed;
  top: 86px;
  z-index: 4;
  border-bottom: 1px #eee solid;
}

.subnav_container.full ul li {
  transition: background-color 0.3s ease-in-out;
  float: left;
}

.subnav_container.full ul li a:not(.w-btn), .subnav_container.full ul li.title {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding: 0 1.6rem;
  text-decoration: none;
  color: #999;
  transition: color 0.3s ease-in-out;
}

body.house-lama .subnav_container.full ul li a:not(.w-btn), body.house-lama .subnav_container.full ul li.title {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
}

.subnav_container.full ul li a:not(.w-btn):hover, .subnav_container.full ul li.title:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media (max-width: 1024px) {
  .subnav_container.full ul li a.w-btn, .subnav_container.full ul li body.house-toomey a.w-btn-ds-inquire-outline, body.house-toomey .subnav_container.full ul li a.w-btn-ds-inquire-outline,
  .subnav_container.full ul li body.house-toomey a.w-btn-ds-inquire-outline,
  body.house-toomey .subnav_container.full ul li a.w-btn-ds-inquire-outline,
  .subnav_container.full ul li body.house-rago a.w-btn-ds-inquire-outline,
  body.house-rago .subnav_container.full ul li a.w-btn-ds-inquire-outline,
  .subnav_container.full ul li body.house-rago a.w-btn-ds-inquire-outline,
  body.house-rago .subnav_container.full ul li a.w-btn-ds-inquire-outline,
  .subnav_container.full ul li body.house-wright a.w-btn-ds-inquire-outline,
  body.house-wright .subnav_container.full ul li a.w-btn-ds-inquire-outline,
  .subnav_container.full ul li body.house-wright a.w-btn-ds-inquire-outline,
  body.house-wright .subnav_container.full ul li a.w-btn-ds-inquire-outline,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-ds-inquire-outline,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-ds-inquire-outline,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-ds-inquire-outline,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-ds-inquire-outline,
  .subnav_container.full ul li body.house-lama a.w-btn-ds-inquire-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-ds-inquire-outline,
  .subnav_container.full ul li body.house-lama a.w-btn-ds-inquire-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-ds-inquire-outline,
  .subnav_container.full ul li body.house-toomey a.w-btn-ds-inquire-outline:disabled,
  body.house-toomey .subnav_container.full ul li a.w-btn-ds-inquire-outline:disabled,
  .subnav_container.full ul li body.house-rago a.w-btn-ds-inquire-outline:disabled,
  body.house-rago .subnav_container.full ul li a.w-btn-ds-inquire-outline:disabled,
  .subnav_container.full ul li body.house-wright a.w-btn-ds-inquire-outline:disabled,
  body.house-wright .subnav_container.full ul li a.w-btn-ds-inquire-outline:disabled,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-ds-inquire-outline:disabled,
  .subnav_container.full ul li body.house-lama a.w-btn-ds-inquire-outline:disabled,
  body.house-lama .subnav_container.full ul li a.w-btn-ds-inquire-outline:disabled, .subnav_container.full ul li body.house-toomey a.w-btn-ds-inquire-solid, body.house-toomey .subnav_container.full ul li a.w-btn-ds-inquire-solid,
  .subnav_container.full ul li body.house-toomey a.w-btn-ds-inquire-solid,
  body.house-toomey .subnav_container.full ul li a.w-btn-ds-inquire-solid,
  .subnav_container.full ul li body.house-rago a.w-btn-ds-inquire-solid,
  body.house-rago .subnav_container.full ul li a.w-btn-ds-inquire-solid,
  .subnav_container.full ul li body.house-rago a.w-btn-ds-inquire-solid,
  body.house-rago .subnav_container.full ul li a.w-btn-ds-inquire-solid,
  .subnav_container.full ul li body.house-wright a.w-btn-ds-inquire-solid,
  body.house-wright .subnav_container.full ul li a.w-btn-ds-inquire-solid,
  .subnav_container.full ul li body.house-wright a.w-btn-ds-inquire-solid,
  body.house-wright .subnav_container.full ul li a.w-btn-ds-inquire-solid,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-ds-inquire-solid,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-ds-inquire-solid,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-ds-inquire-solid,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-ds-inquire-solid,
  .subnav_container.full ul li body.house-lama a.w-btn-ds-inquire-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-ds-inquire-solid,
  .subnav_container.full ul li body.house-lama a.w-btn-ds-inquire-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-ds-inquire-solid,
  .subnav_container.full ul li body.house-toomey a.w-btn-ds-inquire-solid:disabled,
  body.house-toomey .subnav_container.full ul li a.w-btn-ds-inquire-solid:disabled,
  .subnav_container.full ul li body.house-rago a.w-btn-ds-inquire-solid:disabled,
  body.house-rago .subnav_container.full ul li a.w-btn-ds-inquire-solid:disabled,
  .subnav_container.full ul li body.house-wright a.w-btn-ds-inquire-solid:disabled,
  body.house-wright .subnav_container.full ul li a.w-btn-ds-inquire-solid:disabled,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-ds-inquire-solid:disabled,
  .subnav_container.full ul li body.house-lama a.w-btn-ds-inquire-solid:disabled,
  body.house-lama .subnav_container.full ul li a.w-btn-ds-inquire-solid:disabled, .subnav_container.full ul li body.house-toomey a.w-btn-light-green-outline, body.house-toomey .subnav_container.full ul li a.w-btn-light-green-outline,
  .subnav_container.full ul li body.house-toomey a.w-btn-light-green-outline,
  body.house-toomey .subnav_container.full ul li a.w-btn-light-green-outline,
  .subnav_container.full ul li body.house-rago a.w-btn-light-green-outline,
  body.house-rago .subnav_container.full ul li a.w-btn-light-green-outline,
  .subnav_container.full ul li body.house-rago a.w-btn-light-green-outline,
  body.house-rago .subnav_container.full ul li a.w-btn-light-green-outline,
  .subnav_container.full ul li body.house-wright a.w-btn-light-green-outline,
  body.house-wright .subnav_container.full ul li a.w-btn-light-green-outline,
  .subnav_container.full ul li body.house-wright a.w-btn-light-green-outline,
  body.house-wright .subnav_container.full ul li a.w-btn-light-green-outline,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-green-outline,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-green-outline,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-green-outline,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-green-outline,
  .subnav_container.full ul li body.house-lama a.w-btn-light-green-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-light-green-outline,
  .subnav_container.full ul li body.house-lama a.w-btn-light-green-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-light-green-outline,
  .subnav_container.full ul li body.house-toomey a.w-btn-light-green-outline:disabled,
  body.house-toomey .subnav_container.full ul li a.w-btn-light-green-outline:disabled,
  .subnav_container.full ul li body.house-rago a.w-btn-light-green-outline:disabled,
  body.house-rago .subnav_container.full ul li a.w-btn-light-green-outline:disabled,
  .subnav_container.full ul li body.house-wright a.w-btn-light-green-outline:disabled,
  body.house-wright .subnav_container.full ul li a.w-btn-light-green-outline:disabled,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-green-outline:disabled,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-green-outline:disabled,
  .subnav_container.full ul li body.house-lama a.w-btn-light-green-outline:disabled,
  body.house-lama .subnav_container.full ul li a.w-btn-light-green-outline:disabled, .subnav_container.full ul li body.house-toomey a.w-btn-light-green-solid, body.house-toomey .subnav_container.full ul li a.w-btn-light-green-solid,
  .subnav_container.full ul li body.house-toomey a.w-btn-light-green-solid,
  body.house-toomey .subnav_container.full ul li a.w-btn-light-green-solid,
  .subnav_container.full ul li body.house-rago a.w-btn-light-green-solid,
  body.house-rago .subnav_container.full ul li a.w-btn-light-green-solid,
  .subnav_container.full ul li body.house-rago a.w-btn-light-green-solid,
  body.house-rago .subnav_container.full ul li a.w-btn-light-green-solid,
  .subnav_container.full ul li body.house-wright a.w-btn-light-green-solid,
  body.house-wright .subnav_container.full ul li a.w-btn-light-green-solid,
  .subnav_container.full ul li body.house-wright a.w-btn-light-green-solid,
  body.house-wright .subnav_container.full ul li a.w-btn-light-green-solid,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-green-solid,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-green-solid,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-green-solid,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-green-solid,
  .subnav_container.full ul li body.house-lama a.w-btn-light-green-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-light-green-solid,
  .subnav_container.full ul li body.house-lama a.w-btn-light-green-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-light-green-solid,
  .subnav_container.full ul li body.house-toomey a.w-btn-light-green-solid:disabled,
  body.house-toomey .subnav_container.full ul li a.w-btn-light-green-solid:disabled,
  .subnav_container.full ul li body.house-rago a.w-btn-light-green-solid:disabled,
  body.house-rago .subnav_container.full ul li a.w-btn-light-green-solid:disabled,
  .subnav_container.full ul li body.house-wright a.w-btn-light-green-solid:disabled,
  body.house-wright .subnav_container.full ul li a.w-btn-light-green-solid:disabled,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-green-solid:disabled,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-green-solid:disabled,
  .subnav_container.full ul li body.house-lama a.w-btn-light-green-solid:disabled,
  body.house-lama .subnav_container.full ul li a.w-btn-light-green-solid:disabled, .subnav_container.full ul li body.house-toomey a.w-btn-light-grey-outline, body.house-toomey .subnav_container.full ul li a.w-btn-light-grey-outline,
  .subnav_container.full ul li body.house-toomey a.w-btn-light-grey-outline,
  body.house-toomey .subnav_container.full ul li a.w-btn-light-grey-outline,
  .subnav_container.full ul li body.house-rago a.w-btn-light-grey-outline,
  body.house-rago .subnav_container.full ul li a.w-btn-light-grey-outline,
  .subnav_container.full ul li body.house-rago a.w-btn-light-grey-outline,
  body.house-rago .subnav_container.full ul li a.w-btn-light-grey-outline,
  .subnav_container.full ul li body.house-wright a.w-btn-light-grey-outline,
  body.house-wright .subnav_container.full ul li a.w-btn-light-grey-outline,
  .subnav_container.full ul li body.house-wright a.w-btn-light-grey-outline,
  body.house-wright .subnav_container.full ul li a.w-btn-light-grey-outline,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-grey-outline,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-grey-outline,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-grey-outline,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-grey-outline,
  .subnav_container.full ul li body.house-lama a.w-btn-light-grey-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-light-grey-outline,
  .subnav_container.full ul li body.house-lama a.w-btn-light-grey-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-light-grey-outline,
  .subnav_container.full ul li body.house-toomey a.w-btn-light-grey-outline:disabled,
  body.house-toomey .subnav_container.full ul li a.w-btn-light-grey-outline:disabled,
  .subnav_container.full ul li body.house-rago a.w-btn-light-grey-outline:disabled,
  body.house-rago .subnav_container.full ul li a.w-btn-light-grey-outline:disabled,
  .subnav_container.full ul li body.house-wright a.w-btn-light-grey-outline:disabled,
  body.house-wright .subnav_container.full ul li a.w-btn-light-grey-outline:disabled,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-grey-outline:disabled,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-grey-outline:disabled,
  .subnav_container.full ul li body.house-lama a.w-btn-light-grey-outline:disabled,
  body.house-lama .subnav_container.full ul li a.w-btn-light-grey-outline:disabled, .subnav_container.full ul li body.house-toomey a.w-btn-light-grey-solid, body.house-toomey .subnav_container.full ul li a.w-btn-light-grey-solid,
  .subnav_container.full ul li body.house-rago a.w-btn-light-grey-solid,
  body.house-rago .subnav_container.full ul li a.w-btn-light-grey-solid,
  .subnav_container.full ul li body.house-wright a.w-btn-light-grey-solid,
  body.house-wright .subnav_container.full ul li a.w-btn-light-grey-solid,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-grey-solid,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-grey-solid,
  .subnav_container.full ul li body.house-lama a.w-btn-light-grey-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-light-grey-solid, .subnav_container.full ul li body.house-toomey a.w-btn-white-outline, body.house-toomey .subnav_container.full ul li a.w-btn-white-outline,
  .subnav_container.full ul li body.house-rago a.w-btn-white-outline,
  body.house-rago .subnav_container.full ul li a.w-btn-white-outline,
  .subnav_container.full ul li body.house-wright a.w-btn-white-outline,
  body.house-wright .subnav_container.full ul li a.w-btn-white-outline,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-white-outline,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-white-outline,
  .subnav_container.full ul li body.house-lama a.w-btn-white-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-white-outline, .subnav_container.full ul li body.house-toomey a.w-btn-white-solid, body.house-toomey .subnav_container.full ul li a.w-btn-white-solid,
  .subnav_container.full ul li body.house-rago a.w-btn-white-solid,
  body.house-rago .subnav_container.full ul li a.w-btn-white-solid,
  .subnav_container.full ul li body.house-wright a.w-btn-white-solid,
  body.house-wright .subnav_container.full ul li a.w-btn-white-solid,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-white-solid,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-white-solid,
  .subnav_container.full ul li body.house-lama a.w-btn-white-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-white-solid, .subnav_container.full ul li body.house-toomey a.w-btn-house-outline, body.house-toomey .subnav_container.full ul li a.w-btn-house-outline,
  .subnav_container.full ul li body.house-toomey a.w-btn-green-outline,
  body.house-toomey .subnav_container.full ul li a.w-btn-green-outline,
  .subnav_container.full ul li body.house-rago a.w-btn-house-outline,
  body.house-rago .subnav_container.full ul li a.w-btn-house-outline,
  .subnav_container.full ul li body.house-rago a.w-btn-green-outline,
  body.house-rago .subnav_container.full ul li a.w-btn-green-outline,
  .subnav_container.full ul li body.house-wright a.w-btn-house-outline,
  body.house-wright .subnav_container.full ul li a.w-btn-house-outline,
  .subnav_container.full ul li body.house-wright a.w-btn-green-outline,
  body.house-wright .subnav_container.full ul li a.w-btn-green-outline,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-house-outline,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-house-outline,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-green-outline,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-green-outline,
  .subnav_container.full ul li body.house-lama a.w-btn-house-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-house-outline,
  .subnav_container.full ul li body.house-lama a.w-btn-green-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-green-outline, .subnav_container.full ul li body.house-toomey a.w-btn-house-solid, body.house-toomey .subnav_container.full ul li a.w-btn-house-solid,
  .subnav_container.full ul li body.house-toomey a.w-btn-green-solid,
  body.house-toomey .subnav_container.full ul li a.w-btn-green-solid,
  .subnav_container.full ul li body.house-rago a.w-btn-house-solid,
  body.house-rago .subnav_container.full ul li a.w-btn-house-solid,
  .subnav_container.full ul li body.house-rago a.w-btn-green-solid,
  body.house-rago .subnav_container.full ul li a.w-btn-green-solid,
  .subnav_container.full ul li body.house-wright a.w-btn-house-solid,
  body.house-wright .subnav_container.full ul li a.w-btn-house-solid,
  .subnav_container.full ul li body.house-wright a.w-btn-green-solid,
  body.house-wright .subnav_container.full ul li a.w-btn-green-solid,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-house-solid,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-house-solid,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-green-solid,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-green-solid,
  .subnav_container.full ul li body.house-lama a.w-btn-house-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-house-solid,
  .subnav_container.full ul li body.house-lama a.w-btn-green-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-green-solid {
    font-family: "BauWebPro", "Arial", sans-serif;
    font-weight: 500;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    height: 4.4rem;
    padding: 0 1.6rem;
    text-decoration: none;
    color: #999;
  }

  body.house-lama .subnav_container.full ul li a.w-btn,
  body.house-lama .subnav_container.full ul li a.w-btn-ds-inquire-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-ds-inquire-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-light-green-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-light-green-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-light-grey-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-light-grey-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-white-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-white-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-house-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-green-outline,
  body.house-lama .subnav_container.full ul li a.w-btn-house-solid,
  body.house-lama .subnav_container.full ul li a.w-btn-green-solid {
    font-family: "adrianna", sans-serif;
    font-weight: 500;
  }

  .subnav_container.full ul li a.w-btn:hover, .subnav_container.full ul li body.house-toomey a.w-btn-ds-inquire-outline:hover, body.house-toomey .subnav_container.full ul li a.w-btn-ds-inquire-outline:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-ds-inquire-outline:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-ds-inquire-outline:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-ds-inquire-outline:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-ds-inquire-outline:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-ds-inquire-outline:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-ds-inquire-outline:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-ds-inquire-outline:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-ds-inquire-outline:hover, .subnav_container.full ul li body.house-toomey a.w-btn-ds-inquire-solid:hover, body.house-toomey .subnav_container.full ul li a.w-btn-ds-inquire-solid:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-ds-inquire-solid:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-ds-inquire-solid:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-ds-inquire-solid:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-ds-inquire-solid:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-ds-inquire-solid:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-ds-inquire-solid:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-ds-inquire-solid:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-ds-inquire-solid:hover, .subnav_container.full ul li body.house-toomey a.w-btn-light-green-outline:hover, body.house-toomey .subnav_container.full ul li a.w-btn-light-green-outline:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-light-green-outline:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-light-green-outline:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-light-green-outline:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-light-green-outline:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-green-outline:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-green-outline:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-light-green-outline:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-light-green-outline:hover, .subnav_container.full ul li body.house-toomey a.w-btn-light-green-solid:hover, body.house-toomey .subnav_container.full ul li a.w-btn-light-green-solid:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-light-green-solid:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-light-green-solid:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-light-green-solid:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-light-green-solid:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-green-solid:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-green-solid:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-light-green-solid:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-light-green-solid:hover, .subnav_container.full ul li body.house-toomey a.w-btn-light-grey-outline:hover, body.house-toomey .subnav_container.full ul li a.w-btn-light-grey-outline:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-light-grey-outline:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-light-grey-outline:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-light-grey-outline:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-light-grey-outline:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-grey-outline:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-grey-outline:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-light-grey-outline:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-light-grey-outline:hover, .subnav_container.full ul li body.house-toomey a.w-btn-light-grey-solid:hover, body.house-toomey .subnav_container.full ul li a.w-btn-light-grey-solid:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-light-grey-solid:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-light-grey-solid:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-light-grey-solid:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-light-grey-solid:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-light-grey-solid:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-light-grey-solid:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-light-grey-solid:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-light-grey-solid:hover, .subnav_container.full ul li body.house-toomey a.w-btn-white-outline:hover, body.house-toomey .subnav_container.full ul li a.w-btn-white-outline:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-white-outline:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-white-outline:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-white-outline:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-white-outline:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-white-outline:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-white-outline:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-white-outline:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-white-outline:hover, .subnav_container.full ul li body.house-toomey a.w-btn-white-solid:hover, body.house-toomey .subnav_container.full ul li a.w-btn-white-solid:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-white-solid:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-white-solid:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-white-solid:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-white-solid:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-white-solid:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-white-solid:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-white-solid:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-white-solid:hover, .subnav_container.full ul li body.house-toomey a.w-btn-house-outline:hover, body.house-toomey .subnav_container.full ul li a.w-btn-house-outline:hover,
  .subnav_container.full ul li body.house-toomey a.w-btn-green-outline:hover,
  body.house-toomey .subnav_container.full ul li a.w-btn-green-outline:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-house-outline:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-house-outline:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-green-outline:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-green-outline:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-house-outline:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-house-outline:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-green-outline:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-green-outline:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-house-outline:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-house-outline:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-green-outline:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-green-outline:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-house-outline:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-house-outline:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-green-outline:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-green-outline:hover, .subnav_container.full ul li body.house-toomey a.w-btn-house-solid:hover, body.house-toomey .subnav_container.full ul li a.w-btn-house-solid:hover,
  .subnav_container.full ul li body.house-toomey a.w-btn-green-solid:hover,
  body.house-toomey .subnav_container.full ul li a.w-btn-green-solid:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-house-solid:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-house-solid:hover,
  .subnav_container.full ul li body.house-rago a.w-btn-green-solid:hover,
  body.house-rago .subnav_container.full ul li a.w-btn-green-solid:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-house-solid:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-house-solid:hover,
  .subnav_container.full ul li body.house-wright a.w-btn-green-solid:hover,
  body.house-wright .subnav_container.full ul li a.w-btn-green-solid:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-house-solid:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-house-solid:hover,
  .subnav_container.full ul li body.house-herman_miller a.w-btn-green-solid:hover,
  body.house-herman_miller .subnav_container.full ul li a.w-btn-green-solid:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-house-solid:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-house-solid:hover,
  .subnav_container.full ul li body.house-lama a.w-btn-green-solid:hover,
  body.house-lama .subnav_container.full ul li a.w-btn-green-solid:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
}

.subnav_container.full ul li.active a {
  color: #000;
}

.subnav_container.full ul li.title {
  color: #ccc;
}

.subnav_container.full ul li.title:hover {
  color: #ccc;
  background-color: transparent;
  cursor: unset;
}

@media screen and (min-width: 769px) and (max-width: 1361px) {
  .subnav_container.full ul li.primary a:first-child {
    padding-left: 0;
  }
}

.subnav_container.full ul.subnav {
  float: left;
  /* this margin-left is reflective of 17rem (left gutter) - 1.6rem (left padding on menu item) */
  margin-left: 15.4rem;
  transition: margin 0.3s ease-in-out;
}

.subnav_container.full ul.subnav li a {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-size: 1.1rem;
}

body.house-toomey .subnav_container.full ul.subnav li a, body.house-rago .subnav_container.full ul.subnav li a {
  font-family: Alright, sans-serif;
  font-weight: 700;
  letter-spacing: 0.18rem;
  font-size: 1.3rem;
}

body.house-lama .subnav_container.full ul.subnav li a {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}

.subnav_container.full ul.subnav li.subnav-register-btn a.sale-registration {
  width: 100%;
  color: white;
  border: none;
  padding: 0 1.6rem;
}

.subnav_container.full ul.subnav li.subnav-register-btn {
  padding-right: 1rem;
}

@media (max-width: 768px) {
  .subnav_container.full ul.subnav li.subnav-register-btn {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 1201px) {
  .subnav_container.full ul.subnav li.subnav-register-btn {
    display: none;
  }
}

.subnav_container.full.background {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
}

.subnav_container.full.background ul li a {
  color: #ccc;
}

.subnav_container.full.background ul.subnav li a {
  color: #666;
}

.subnav_container.full.background ul.subnav li a:hover {
  color: #333;
}

.subnav_container.full.background ul.subnav li.active a {
  color: #333;
}

.subnav_container.full.background ul.subnav li.subnav-register-btn a:hover {
  background-color: var(--primary-color-hover);
  color: #fff;
}

.subnav_container.full.background ul.filter_sort li.title {
  color: #999;
  line-height: 4.5rem;
  height: 4.5rem;
  background-color: transparent;
}

.subnav_container.full.background ul.filter_sort li a {
  color: #666;
  background-color: rgba(255, 255, 255, 0);
}

.subnav_container.full.background ul.filter_sort li a:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
}

.subnav_container.full.background.fixed {
  color: #999;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px #eee solid;
}

.subnav_container.full.background.fixed ul li a:hover {
  color: #000;
}

.subnav_container.full.background.fixed ul li.active a {
  color: #000;
}

.subnav_container.full.background.fixed ul.filter_sort li {
  color: #999;
}

.subnav_container.full.background.fixed ul.filter_sort li.title {
  color: #ccc;
}

.subnav_container.full.background.fixed ul.filter_sort li a {
  background-color: #f6f6f6;
}

.subnav_container.full.background.fixed ul.filter_sort li a:hover {
  background-color: #eee;
}

@media (max-width: 767px) {
  .subnav_container.full.background ul.view_switcher li.title,
  .subnav_container.full.background ul.filter_sort li.title {
    color: #ccc;
  }

  .subnav_container.full.background ul.view_switcher li a,
  .subnav_container.full.background ul.filter_sort li a {
    color: #999;
    background-color: transparent;
  }

  .subnav_container.full.background ul.view_switcher li a:hover,
  .subnav_container.full.background ul.filter_sort li a:hover {
    background-color: transparent;
  }

  .subnav_container.full.background.fixed ul.view_switcher li a:hover,
  .subnav_container.full.background.fixed ul.filter_sort li a:hover {
    background-color: transparent;
  }
}

@media (max-width: 1360px) {
  .subnav_container.full ul.subnav {
    margin-left: 10rem;
  }

  .subnav_container.full ul.view_switcher,
  .subnav_container.full ul.filter_sort {
    margin-right: 9.2rem;
  }

  .subnav_container.full.fixed ul.subnav {
    margin-left: 1.6rem;
  }

  .subnav_container.full ul.search {
    margin-right: 10rem;
  }
}

@media (max-width: 1150px) {
  .subnav_container.full ul.subnav {
    margin-left: 3rem;
    padding-left: 0;
  }

  .subnav_container.full ul.view_switcher,
  .subnav_container.full ul.filter_sort {
    margin-right: 2.2rem;
  }

  .subnav_container.full ul.search {
    margin-right: 3rem;
  }
}

@media (max-width: 512px) {
  .subnav_container.full {
    position: relative;
  }

  .subnav_container.full ul.view_switcher li a,
  .subnav_container.full ul.subnav li a,
  .subnav_container.full ul.filter_sort li a {
    padding-left: 0;
    padding-right: 3.2rem;
  }

  .subnav_container.full ul.filter_sort .sort.title,
  .subnav_container.full ul.filter_sort .view {
    display: none;
  }

  .subnav_container.full.fixed {
    position: static;
  }
}

.filter_sort_container .filter_sort_nav {
  transition: padding 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.subnav_container.sticky {
  position: fixed;
  z-index: 151;
  transform: translateZ(0);
  top: 60px;
  margin-top: 0;
}

body.main-nav-hidden .subnav_container.sticky {
  top: 0;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .subnav_container ul li a.sale-registration {
    line-height: 4.5rem;
    height: 4.2rem;
    top: 0;
  }
}

.search_results_title,
.no_results {
  display: none;
  clear: both;
  margin: 4rem 17rem;
  font-size: 2.4rem;
}

.search_results_title p,
.no_results p {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

@media (max-width: 1360px) {
  .search_results_title,
  .no_results {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}

@media (max-width: 1150px) {
  .search_results_title,
  .no_results {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (max-width: 512px) {
  .search_results_title,
  .no_results {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.search_results_title {
  border-bottom: 1px solid var(--primary-color);
}

.search_results_title p {
  color: var(--primary-color);
}

.search_results_title .clear-search {
  font-size: 1.8rem;
  float: right;
}

.search_results_title .clear-search:hover {
  color: var(--primary-color);
  cursor: pointer;
}

body.house-lama .search_results_title .clear-search:hover {
  color: var(--primary-color-hover);
}

article.page.auction_session_index_page .subnav_container.full.filter_sort {
  margin: 4.4rem auto 0 auto;
  width: calc(100% - 34rem);
}

@media (max-width: 1360px) {
  article.page.auction_session_index_page .subnav_container.full.filter_sort {
    width: calc(100% - 20rem);
  }
}

@media (max-width: 1150px) {
  article.page.auction_session_index_page .subnav_container.full.filter_sort {
    width: calc(100% - 6rem);
  }
}

article.page.auction_session_index_page .subnav_container.full.filter_sort .sale-registration-container {
  width: auto;
}

@media (max-width: 1200px) {
  article.page.auction_session_index_page .subnav_container.full.filter_sort .sale-registration-container {
    display: none;
  }
}

@media (min-width: 1441px) {
  article.page.auction_session_index_page .subnav_container.full.filter_sort .sale-registration-container {
    width: 100%;
    max-width: 27rem;
  }
}

article.page.auction_session_index_page .subnav_container.full.filter_sort .sale-registration-container .sale-registration {
  margin: 0;
  width: 100%;
}

@media (max-width: 768px) {
  ul.search {
    order: 1;
  }

  .filter_sort_wrapper {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .filter_sort_wrapper #js-filter-container {
    order: 1;
  }

  .filter_sort_wrapper #js-sort-container {
    order: 2;
    margin-bottom: 1.2rem;
    min-width: 90px;
  }

  .filter_sort_container .sale-registration-container {
    display: none;
  }

  .view_switcher {
    display: none;
  }

  .subnav_container.full .filter_sort.view_switcher {
    display: none;
  }

  .subnav_container.full {
    height: auto;
    margin-top: 0;
    margin-left: 0;
    border-bottom: 1rem;
  }

  .subnav_container.full.filter_sort {
    flex-direction: column;
  }

  .subnav_container.full.fixed {
    position: static;
    top: 60px;
  }

  .subnav_container.full.fixed ul.subnav {
    margin-left: 0;
  }

  .subnav_container.full ul.subnav {
    background-color: #fff;
    margin: 0;
    padding: 0;
    margin-left: -1px;
    width: calc(100% + 1px);
  }

  .subnav_container.full ul.subnav li {
    width: 100%;
  }

  .subnav_container.full ul.subnav li > ul {
    display: block;
  }

  .subnav_container.full ul.subnav ul > li {
    display: table;
    width: calc(50% - 2px);
    background: #f3f3f3;
    margin: 0 1px 2px 1px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }

  .subnav_container.full ul.subnav ul > li:hover {
    background: #ddd;
  }

  .subnav_container.full ul.subnav ul > li:last-child:nth-child(odd) {
    width: calc(100% - 2px);
  }

  .subnav_container.full ul.subnav ul > li a {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5rem;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .subnav_container.full ul.subnav ul > li.active a {
    color: #000;
  }

  .subnav_container.full ul.filter_sort {
    background-color: #f6f6f6;
    padding-left: 3%;
    border-top: 1px #eee solid;
    width: 100%;
    float: left;
    margin-right: 16.2rem;
  }

  .subnav_container.full ul.filter_sort li.title {
    background-color: transparent;
    padding-left: 0;
  }

  .subnav_container.full ul.filter_sort li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .subnav_container.full ul.filter_sort li a {
    background-color: unset;
  }
}

@media screen and (min-width: 768px) {
  .subnav_container.full .view_switcher {
    float: right;
    margin-right: 15.8rem;
  }

  .subnav_container.full .view_switcher li.view {
    position: relative;
  }

  .subnav_container.full .view_switcher li.view a {
    width: 4.5rem;
    margin: 0;
    padding: 0;
  }

  .subnav_container.full .view_switcher li.view a img {
    opacity: 0.5;
  }

  .subnav_container.full .view_switcher li.view a svg {
    width: 26px;
    height: auto;
    top: 8px;
    left: 7px;
    position: absolute;
  }

  .subnav_container.full .view_switcher li.view a .glyph {
    transition: fill 0.3s ease-in-out;
    fill: #ccc;
  }

  .subnav_container.full .view_switcher li.view.active a img, .subnav_container.full .view_switcher li.view:hover a img {
    opacity: 0.75;
  }

  .subnav_container.full .view_switcher li.view.active .glyph, .subnav_container.full .view_switcher li.view:hover .glyph {
    fill: #666;
  }

  .subnav_container.full.filter_sort {
    width: 46%;
  }

  .subnav_container.full.filter_sort .year {
    width: 100%;
    background: #fff;
  }

  .subnav_container.full.filter_sort .sort {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .filter_sort_nav {
    justify-content: space-between;
  }

  article.page.auction_session_index_page .filter_sort_container .sale-registration-container {
    display: none;
  }

  #js-sort-container {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .subnav_container.full.filter_sort {
    display: flex;
    margin-left: 3rem;
  }

  .subnav_container.full.filter_sort ul.filter-list,
  .subnav_container.full.filter_sort ul.location-dropdown,
  .subnav_container.full.filter_sort ul.dropdown-sort {
    padding: 0;
    border: none;
    background-color: #FFFFFF;
  }

  .subnav_container.full.filter_sort ul.filter-list li.current,
  .subnav_container.full.filter_sort ul.location-dropdown li.current,
  .subnav_container.full.filter_sort ul.dropdown-sort li.current {
    border-bottom: 2px solid transparent;
    background-color: var(--primary-color);
    line-height: 4.8rem;
  }

  .subnav_container.full.filter_sort ul.filter-list li.current:hover,
  .subnav_container.full.filter_sort ul.location-dropdown li.current:hover,
  .subnav_container.full.filter_sort ul.dropdown-sort li.current:hover {
    background-color: var(--primary-color-hover);
  }

  .subnav_container.full.filter_sort ul.filter-list li.current + li,
  .subnav_container.full.filter_sort ul.location-dropdown li.current + li,
  .subnav_container.full.filter_sort ul.dropdown-sort li.current + li {
    border-top: none;
  }

  .subnav_container.full.filter_sort ul.filter-list li.current a,
  .subnav_container.full.filter_sort ul.location-dropdown li.current a,
  .subnav_container.full.filter_sort ul.dropdown-sort li.current a {
    color: #FFFFFF;
    background-color: transparent;
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current),
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current),
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current) {
    display: none;
    border-left-color: var(--primary-color);
    border-right-color: var(--primary-color);
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current):last-of-type,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current):last-of-type,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current):last-of-type {
    border-bottom-width: 2px;
    border-bottom-color: var(--primary-color);
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current) a,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current) a,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current) a {
    background-color: #FFF;
    color: var(--primary-color);
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current).current,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current).current,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current).current {
    display: block;
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current).current:hover,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current).current:hover,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current).current:hover {
    background-color: var(--primary-color-hover);
    border: 2px solid var(--primary-color-hover);
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current).current:hover a,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current).current:hover a,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current).current:hover a {
    background-color: transparent;
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current).current:hover + li,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current).current:hover + li,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current).current:hover + li {
    border-top: none;
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current).current a,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current).current a,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current).current a {
    color: #FFFFFF;
    background-color: var(--primary-color);
  }

  .subnav_container.full.filter_sort ul.filter-list.active li,
  .subnav_container.full.filter_sort ul.location-dropdown.active li,
  .subnav_container.full.filter_sort ul.dropdown-sort.active li {
    display: block;
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current).selected a,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current).selected a,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current).selected a {
    border-left-color: var(--primary-color);
    border-right-color: var(--primary-color);
    color: var(--primary-color);
    background-color: var(--primary-color-engaged);
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current):hover,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current):hover,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current):hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current):hover + li,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current):hover + li,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current):hover + li {
    border-top-color: var(--primary-color);
  }

  .subnav_container.full.filter_sort ul.filter-list li:not(.current):hover a:hover,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current):hover a:hover,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current):hover a:hover {
    border-left-color: var(--primary-color);
    border-right-color: var(--primary-color);
    color: var(--primary-color);
    background-color: var(--primary-color-engaged);
  }

  .subnav_container.full.filter_sort ul.filter-list li,
  .subnav_container.full.filter_sort ul.location-dropdown li,
  .subnav_container.full.filter_sort ul.dropdown-sort li {
    float: none;
    border-top: 2px solid var(--primary-color);
  }

  .subnav_container.full.filter_sort ul.filter-list li a,
  .subnav_container.full.filter_sort ul.location-dropdown li a,
  .subnav_container.full.filter_sort ul.dropdown-sort li a {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.03rem;
    color: var(--primary-color);
    width: 100%;
  }

  .subnav_container.full.filter_sort ul.filter-list li a::after,
  .subnav_container.full.filter_sort ul.location-dropdown li a::after,
  .subnav_container.full.filter_sort ul.dropdown-sort li a::after {
    opacity: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: none;
    border-bottom: none;
    display: inline-block;
    content: "";
    margin-left: 0.5rem;
    line-height: 1rem;
    height: 1rem;
  }

  .subnav_container.full.filter_sort ul.filter-list li.current,
  .subnav_container.full.filter_sort ul.location-dropdown li.current,
  .subnav_container.full.filter_sort ul.dropdown-sort li.current {
    border: none;
  }

  .subnav_container.full.filter_sort ul.filter-list li.current a::after,
  .subnav_container.full.filter_sort ul.location-dropdown li.current a::after,
  .subnav_container.full.filter_sort ul.dropdown-sort li.current a::after {
    opacity: 1;
    border-top: 6px solid #FFFFFF;
    right: 2rem;
    top: 2rem;
    position: absolute;
  }
}

@media screen and (min-width: 769px) and (min-width: 1201px) {
  .subnav_container.full.filter_sort ul.filter-list li.current a::after,
  .subnav_container.full.filter_sort ul.location-dropdown li.current a::after,
  .subnav_container.full.filter_sort ul.dropdown-sort li.current a::after {
    right: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .subnav_container.full.filter_sort ul.filter-list li:not(.current),
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current),
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current) {
    display: none;
  }
}

@media screen and (min-width: 769px) and (min-width: 1025px) {
  .subnav_container.full.filter_sort ul.filter-list li:not(.current) a,
  .subnav_container.full.filter_sort ul.location-dropdown li:not(.current) a,
  .subnav_container.full.filter_sort ul.dropdown-sort li:not(.current) a {
    padding-left: 8.3rem;
  }
}

@media screen and (min-width: 769px) {
  .subnav_container.full.filter_sort ul.filter-list li:first-of-type,
  .subnav_container.full.filter_sort ul.location-dropdown li:first-of-type,
  .subnav_container.full.filter_sort ul.dropdown-sort li:first-of-type {
    border-top: none;
  }

  .subnav_container.full.filter_sort ul.filter-list li a,
  .subnav_container.full.filter_sort ul.location-dropdown li a,
  .subnav_container.full.filter_sort ul.dropdown-sort li a {
    text-transform: none;
    text-align: left;
    line-height: 4.5rem;
  }

  .subnav_container.full.filter_sort ul.dropdown-sort .current a:after,
  .subnav_container.full.filter_sort ul.location-dropdown .current a:after {
    border-top-color: #fff;
  }
}

@media screen and (min-width: 769px) and (min-width: 1025px) {
  .subnav_container.full.filter_sort ul.dropdown-sort {
    width: 31.7rem;
    margin-right: 1.2rem;
  }
}

@media screen and (min-width: 769px) and (min-width: 1025px) {
  .subnav_container.full.filter_sort ul.location-dropdown {
    width: 23rem;
    margin-right: 1.2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  /*

    [ filter ] [ sort ]
    [     search      ]

  */

  .subnav_container.full.filter_sort_nav {
    display: block;
    flex-direction: column;
  }

  .subnav_container.full.filter_sort_nav .filter_sort_wrapper {
    display: flex;
    order: 1;
    justify-content: space-between;
    position: absolute;
    width: 100%;
  }

  .subnav_container.full.filter_sort_nav #js-filter-container,
  .subnav_container.full.filter_sort_nav #js-sort-container {
    width: 48%;
    display: inline-block;
  }

  .subnav_container.full.filter_sort_nav #js-sort-container {
    margin-right: 0;
    margin-left: auto;
  }

  .subnav_container.full.filter_sort_nav ul.search {
    display: block;
    clear: left;
    width: 100%;
    order: 2;
    margin-top: 6.2rem;
    margin-bottom: 1.2rem;
  }

  .subnav_container.full.filter_sort_nav ul.location-dropdown,
  .subnav_container.full.filter_sort_nav ul.dropdown-sort {
    z-index: 10;
  }

  .subnav_container.full.filter_sort_nav ul.dropdown-sort {
    right: 0;
  }

  .subnav_container.full.filter_sort_nav ul.dropdown-sort li:not(.current):hover {
    background-color: var(--primary-color);
  }

  body.house-lama .subnav_container.full.filter_sort_nav ul.dropdown-sort li:not(.current):hover {
    background-color: var(--primary-color-hover);
  }

  .subnav_container.full.filter_sort_nav ul.dropdown-sort li:not(.current) a {
    padding-left: 7.9rem;
  }

  .subnav_container.full.filter_sort_nav ul.location-dropdown li:not(.current) a {
    padding-left: 8.9rem;
  }
}

@media screen and (min-width: 1024px) {
  .subnav_container.full.filter_sort {
    width: 23rem;
  }

  .subnav_container.full.filter_sort .year {
    width: 23rem;
  }
}

@media screen and (min-width: 1151px) {
  .subnav_container.full.filter_sort {
    margin-left: 10rem;
  }
}

body.msie .subnav_container.filter_sort.full ul.search input[name=item_filter] {
  line-height: normal;
}

body.msie .subnav_container.full .view_switcher li.view a svg {
  top: 0;
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

article.page.calendar h1 {
  bottom: 0;
}

.bidder-number {
  display: inline-block;
  text-align: right;
  white-space: nowrap;
  color: #b6b1a4;
}

.bidder-number strong {
  color: #b6b1a4;
}

.calendar_wrapper {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.module:not(.module__account_section).module__calendar {
  padding: 0 1.3rem;
  transition: padding 0.3s ease-in-out;
}

.module:not(.module__account_section).module__calendar .inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  width: 100%;
  margin-bottom: 3rem;
}

.module:not(.module__account_section).module__calendar a:not(.w-btn) {
  text-decoration: none;
  line-height: 2rem;
}

.module:not(.module__account_section).module__calendar a:not(.w-btn).button {
  max-width: 100%;
  transition: opacity 0.3s ease-in-out;
  z-index: 3;
}

.module:not(.module__account_section).module__calendar .headline .primary,
.module:not(.module__account_section).module__calendar .headline .secondary {
  line-height: 2.8rem;
}

.module:not(.module__account_section).module__calendar .image,
.module:not(.module__account_section).module__calendar .information {
  width: 100%;
}

.module:not(.module__account_section).module__calendar .image {
  position: relative;
  margin-bottom: 2rem;
}

.module:not(.module__account_section).module__calendar .image.mobile .button {
  display: none;
}

.module:not(.module__account_section).module__calendar .image.desktop {
  display: none;
  height: auto;
}

.module:not(.module__account_section).module__calendar .image.desktop .desktop-image-overlay-button {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.module:not(.module__account_section).module__calendar .image.desktop a.desktop-image-overlay-button {
  z-index: 3;
  display: flex;
  margin: 0 auto;
}

.module:not(.module__account_section).module__calendar .image.desktop a.desktop-image-overlay-image {
  z-index: 1;
}

.module:not(.module__account_section).module__calendar .image.desktop a.desktop-image-overlay-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.module:not(.module__account_section).module__calendar .image.desktop:hover a.desktop-image-overlay-image:after {
  opacity: 1;
}

.module:not(.module__account_section).module__calendar .image img {
  width: 100%;
  height: auto;
  display: block;
}

.module:not(.module__account_section).module__calendar .image.desktop .image-inner .my-flex-align-center {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
}

.module:not(.module__account_section).module__calendar link.upcoming-title,
.module:not(.module__account_section).module__calendar link.date {
  text-decoration: none;
}

.module:not(.module__account_section).module__calendar .information {
  display: flex;
  flex-direction: column;
}

.module:not(.module__account_section).module__calendar .information .info-text-group {
  display: flex;
  flex-direction: row;
}

.module:not(.module__account_section).module__calendar .information .info-text-group .info-text {
  width: 100%;
}

.module:not(.module__account_section).module__calendar .information .info-text-group .info-text.width-2 {
  width: 50%;
}

.module:not(.module__account_section).module__calendar .information .info-text-group .info-text.width-3 {
  width: 33.3333333333%;
  margin-right: 3%;
}

.module:not(.module__account_section).module__calendar .information .info-text-group .info-text.width-3:last-of-type {
  margin-right: 0;
}

.module:not(.module__account_section).module__calendar .information .calendar-icon {
  height: 2.2rem;
  width: 2.2rem;
  fill: #b6b1a4;
  transition: fill 0.3s ease-in-out;
}

.module:not(.module__account_section).module__calendar .information .calendar-icon.desktop {
  display: none;
}

.module:not(.module__account_section).module__calendar .information .calendar-icon:hover {
  fill: #9a9383;
  cursor: pointer;
}

.module:not(.module__account_section).module__calendar .information p {
  font-family: var(--font-family-sans);
  color: #333;
}

@media (max-width: 449px) {
  .module:not(.module__account_section).module__calendar .information p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}

.module:not(.module__account_section).module__calendar .information p strong,
.module:not(.module__account_section).module__calendar .information p a:not(.w-btn) {
  font-family: var(--font-family-sans);
  font-weight: 700;
  color: #333;
}

.module:not(.module__account_section).module__calendar .information .title {
  text-align: center;
}

.module:not(.module__account_section).module__calendar .information .date-wrapper {
  font-family: var(--font-family-serif);
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #333;
}

.module:not(.module__account_section).module__calendar .information .date-wrapper .date {
  font-size: 2.8rem;
  line-height: 3rem;
}

.module:not(.module__account_section).module__calendar .information .date-wrapper .date .dot {
  font-size: 18px;
}

.module:not(.module__account_section).module__calendar .information .date-wrapper .calendar-icon .mobile {
  height: 2.2rem;
  width: 2.2rem;
}

.module:not(.module__account_section).module__calendar .information .date-wrapper .calendar-icon .mobile svg {
  fill: #b6b1a4;
}

.module:not(.module__account_section).module__calendar .auction-links p:not(.banned_message) {
  margin: 0;
}

@media (min-width: 769px) {
  .module:not(.module__account_section).module__calendar .auction-links p:not(.banned_message) a.w-btn-mobile-only {
    line-height: 1.9rem;
  }
}

.module:not(.module__account_section).module__calendar .auction-links p:not(.banned_message) a {
  margin-bottom: 1rem;
}

@media (min-width: 769px) {
  .module:not(.module__account_section).module__calendar a.w-btn-md-text {
    color: #b6b1a4;
  }

  .module:not(.module__account_section).module__calendar a.w-btn-md-text:hover {
    color: #9a9383;
  }
}

@media screen and (min-width: 512px) {
  .module:not(.module__account_section).module__calendar {
    padding: 0 3rem 1rem;
  }
}

@media screen and (min-width: 768px) {
  .module:not(.module__account_section).module__calendar .title-wrapper {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .module:not(.module__account_section).module__calendar {
    padding: 3rem 3rem 0 3rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .module:not(.module__account_section).module__calendar .auction-links p:not(.banned_message) a {
    margin-bottom: 0;
  }

  .module:not(.module__account_section).module__calendar a:not(.w-btn) {
    text-decoration: none;
    letter-spacing: 0.3px;
  }

  .module:not(.module__account_section).module__calendar .calendar_wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .module:not(.module__account_section).module__calendar .w-btn-desktop-only {
    display: table;
    margin-bottom: 3rem;
  }

  .module:not(.module__account_section).module__calendar.first {
    padding-top: 0;
  }

  .module:not(.module__account_section).module__calendar .calendar_wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .module:not(.module__account_section).module__calendar .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }

  .module:not(.module__account_section).module__calendar .information {
    margin-left: 3rem;
    display: flex;
    flex-direction: column;
  }

  .module:not(.module__account_section).module__calendar .information .auction-links {
    position: relative;
    overflow: hidden;
    width: auto;
  }

  .module:not(.module__account_section).module__calendar .information .info-text-group {
    display: flex;
    flex-direction: column;
  }

  .module:not(.module__account_section).module__calendar .information .info-text-group .info-text {
    width: 100%;
  }

  .module:not(.module__account_section).module__calendar .information .info-text-group .info-text p {
    margin-bottom: 1rem;
  }

  .module:not(.module__account_section).module__calendar .information .info-text-group .info-text.width-2 {
    width: 100%;
  }

  .module:not(.module__account_section).module__calendar .information .info-text-group .info-text.width-3 {
    width: 100%;
  }

  .module:not(.module__account_section).module__calendar .information .title-wrapper {
    border-bottom: 1px solid #333;
  }

  .module:not(.module__account_section).module__calendar .information .title-wrapper .calendar-icon.desktop {
    display: block;
  }

  .module:not(.module__account_section).module__calendar .information .date-wrapper {
    margin-bottom: 2.5rem;
    border-bottom: none;
  }

  .module:not(.module__account_section).module__calendar .information .date-wrapper .date {
    font-size: 5rem;
    line-height: 2rem;
  }

  .module:not(.module__account_section).module__calendar .information .date-wrapper .date .dot {
    font-size: 30px;
  }

  .module:not(.module__account_section).module__calendar .information .date-wrapper .calendar-icon.mobile {
    display: none;
  }

  .module:not(.module__account_section).module__calendar .information .auction-links p {
    width: 100%;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
  }

  .module:not(.module__account_section).module__calendar .information .auction-links p:first-of-type a:not(.w-btn) {
    transition: color 0.3s ease-in-out;
    background: none;
    outline: none;
    color: #b6b1a4;
  }

  .module:not(.module__account_section).module__calendar .information .auction-links p:first-of-type a:not(.w-btn):hover {
    color: #9a9383;
  }

  .module:not(.module__account_section).module__calendar .information .auction-links p a:not(.w-btn) {
    text-transform: lowercase;
    z-index: 10;
    padding: 0;
    display: block;
    flex-basis: 100%;
    order: 3;
    flex-shrink: 0;
    flex-direction: column;
    flex-grow: 0;
    float: left;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-shadow: none;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    border: none;
    color: #b6b1a4;
    text-align: left;
  }

  .module:not(.module__account_section).module__calendar .information .auction-links p a:not(.w-btn):hover {
    color: #9a9383;
  }

  .module:not(.module__account_section).module__calendar .information .auction-links p a:not(.w-btn).solid {
    background: none;
  }

  .module:not(.module__account_section).module__calendar .image {
    max-width: 55rem;
    flex-basis: 75%;
  }

  .module:not(.module__account_section).module__calendar .image.mobile {
    display: none;
  }

  .module:not(.module__account_section).module__calendar .image.desktop {
    margin-bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
  }

  .module:not(.module__account_section).module__calendar .image.desktop .desktop-image-overlay-button {
    align-self: center;
  }

  .module:not(.module__account_section).module__calendar .image.desktop:hover .desktop-image-overlay-button {
    opacity: 1;
  }

  .module:not(.module__account_section).module__calendar .image.mobile,
  .module:not(.module__account_section).module__calendar .information.mobile {
    display: none;
  }

  .module:not(.module__account_section).module__calendar .image.desktop,
  .module:not(.module__account_section).module__calendar .information.desktop {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .module:not(.module__account_section).module__calendar .image.desktop {
    min-width: 49.3%;
    max-width: 49.3%;
  }
}

@media screen and (min-width: 1025px) {
  .module:not(.module__account_section).module__calendar .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .module:not(.module__account_section).module__calendar .information {
    display: flex;
    flex-direction: column;
  }

  .module:not(.module__account_section).module__calendar .information p {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .module:not(.module__account_section).module__calendar .information p a:not(.w-btn) {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .module:not(.module__account_section).module__calendar .information .year {
    padding-left: 3rem;
  }

  .module:not(.module__account_section).module__calendar .title-wrapper {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1150px) {
  .module:not(.module__account_section).module__calendar {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 1151px) {
  .module:not(.module__account_section).module__calendar {
    padding-left: 10.2rem;
    padding-right: 10.2rem;
  }
}

@media screen and (min-width: 1361px) {
  .module:not(.module__account_section).module__calendar {
    padding-left: 17rem;
    padding-right: 17rem;
  }
}

@media screen and (min-width: 1920px) {
  .module:not(.module__account_section).module__calendar .inner {
    justify-content: flex-start;
  }

  .module:not(.module__account_section).module__calendar .title {
    padding-right: 50%;
  }
}

.module:not(.module__account_section).module__calendar .bidder-number {
  font-family: var(--font-family-sans);
  font-weight: normal;
  font-size: 1.3rem;
  color: #333;
}

.module:not(.module__account_section).module__calendar a.register-to-bid {
  cursor: pointer;
}

.module:not(.module__account_section).module__calendar .info-text-wrapper .button {
  order: 0;
  margin-top: 0;
}

@media screen and (min-width: 968px) {
  .module:not(.module__account_section).module__calendar .info-text-wrapper .button {
    order: 1;
  }
}

@media screen and (min-width: 1280px) {
  .module:not(.module__account_section).module__calendar .info-text-wrapper {
    flex-direction: row-reverse;
  }
}

.module:not(.module__account_section).module__calendar .image-inner {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .module:not(.module__account_section).module__calendar .headline {
    height: auto;
  }

  .module:not(.module__account_section).module__calendar .headline a {
    height: auto;
  }

  .module:not(.module__account_section).module__calendar .headline h3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .module:not(.module__account_section).module__calendar .headline .primary,
  .module:not(.module__account_section).module__calendar .headline .secondary {
    overflow: visible;
    text-align: unset;
    white-space: normal;
    max-width: unset;
    margin-bottom: 0.5rem;
  }

  body.house-rago .module:not(.module__account_section).module__calendar .headline .primary, body.house-lama .module:not(.module__account_section).module__calendar .headline .primary, body.house-toomey .module:not(.module__account_section).module__calendar .headline .primary,
  body.house-rago .module:not(.module__account_section).module__calendar .headline .secondary,
  body.house-lama .module:not(.module__account_section).module__calendar .headline .secondary,
  body.house-toomey .module:not(.module__account_section).module__calendar .headline .secondary {
    margin-bottom: 1rem;
  }
}

/* used on auctions archive and catalogs pages */

article.page {
  position: relative;
}

article.page .auctions-archive .sidebarnav.years:not(.stuck) {
  top: 59px;
}

article.page #sidebar-waypoint {
  display: none;
  width: 100px;
  height: calc(100% - 600px);
  position: absolute;
  top: 600px;
}

article.page.year_dropdown ul.sort,
article.page .subnav_container.full.filter_sort.year_dropdown ul.sort {
  border-color: transparent;
  border: none;
}

article.page.year_dropdown ul.sort li.current:after,
article.page .subnav_container.full.filter_sort.year_dropdown ul.sort li.current:after {
  border-top-color: var(--primary-color);
}

article.page.year_dropdown ul.sort li.current,
article.page .subnav_container.full.filter_sort.year_dropdown ul.sort li.current {
  background: #fff;
  border-bottom: 2px solid var(--primary-color);
  border-top: 2px solid var(--primary-color);
}

article.page.year_dropdown ul.sort li.current a,
article.page .subnav_container.full.filter_sort.year_dropdown ul.sort li.current a {
  color: var(--primary-color);
}

article.page.year_dropdown ul.sort.open,
article.page .subnav_container.full.filter_sort.year_dropdown ul.sort.open {
  border-bottom: 2px solid var(--primary-color);
}

article.page.year_dropdown ul.sort.open li.current,
article.page .subnav_container.full.filter_sort.year_dropdown ul.sort.open li.current {
  border-bottom: none;
}

article.page.year_dropdown ul.sort li.year,
article.page .subnav_container.full.filter_sort.year_dropdown ul.sort li.year {
  height: 4.5rem;
}

article.page.year_dropdown ul.sort li,
article.page .subnav_container.full.filter_sort.year_dropdown ul.sort li {
  border-left: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
}

article.page .year_dropdown li {
  text-align: left;
}

article.page .year_dropdown li a {
  text-align: left;
  text-transform: lowercase;
}

article.page .year_dropdown li:hover {
  background-color: var(--primary-color-engaged);
}

article.page .year_dropdown li:hover, article.page .year_dropdown li:hover span, article.page .year_dropdown li:hover a, article.page .year_dropdown li:hover a span, article.page .year_dropdown li:hover a:hover, article.page .year_dropdown li:hover a:hover span {
  color: var(--primary-color);
}

article.page .year_dropdown li.current {
  border: 2px solid transparent;
  background-color: var(--primary-color);
}

article.page .year_dropdown li.current, article.page .year_dropdown li.current:hover {
  border: none;
}

article.page .year_dropdown li.current, article.page .year_dropdown li.current span, article.page .year_dropdown li.current a, article.page .year_dropdown li.current a span, article.page .year_dropdown li.current a:hover, article.page .year_dropdown li.current a:hover span, article.page .year_dropdown li.current:hover, article.page .year_dropdown li.current:hover span, article.page .year_dropdown li.current:hover a, article.page .year_dropdown li.current:hover a span, article.page .year_dropdown li.current:hover a:hover, article.page .year_dropdown li.current:hover a:hover span {
  color: #fff;
}

article.page .year_dropdown li.current:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  border-top: 6px solid #fff;
  line-height: 10px;
  height: 10px;
  opacity: 1;
  right: 10px;
  position: absolute;
  top: 18px;
}

article.page .subnav_container.full ul.sort li a {
  text-align: left;
}

article.page .subnav_container.full.year_dropdown li {
  border-bottom: none;
}

@media (max-width: 1150px) {
  article.page .year_dropdown.mobile ul.sort li.current a {
    color: #fff;
  }

  article.page .year_dropdown.mobile ul.sort li:hover {
    border-left: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
  }
}

@media (min-width: 1151px) {
  article.page .sidebarnav.years.stuck-bottom {
    top: initial;
    bottom: 40px;
  }

  article.page .sidebarnav.stuck:not(.stuck-bottom) {
    margin-top: 0;
  }

  article.page .sidebarnav.stuck-bottom {
    position: absolute;
    top: calc(100% - 562px);
    bottom: auto;
    left: 26px;
  }
}

@media (min-width: 1151px) and (min-width: 1365px) {
  article.page .sidebarnav.stuck-bottom {
    left: 26px;
  }
}

@media (min-width: 1151px) {
  article.page.catalog .filter-container, article.page.archive .filter-container {
    padding-left: 10rem;
  }
}

@media screen and (min-width: 1361px) {
  article.page.catalog .filter-container, article.page.archive .filter-container {
    padding-left: 17rem;
  }
}

article.page .sidebarnav {
  display: none;
}

@media screen and (min-width: 514px) {
  article.page.page-catalogs .module.module__index,
  article.page.page-books .module.module__index,
  article.page.page-auctions-archive .module.module__index {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1151px) {
  article.page.page-catalogs .module.module__index,
  article.page.page-books .module.module__index,
  article.page.page-auctions-archive .module.module__index {
    margin-left: 7rem;
    margin-right: 0rem;
    padding-right: 0;
  }
}

@media (min-width: 1361px) {
  article.page.page-catalogs .module.module__index,
  article.page.page-books .module.module__index,
  article.page.page-auctions-archive .module.module__index {
    margin-left: 16.7rem;
    margin-right: 0rem;
    padding-top: 6rem;
    padding-right: 0;
    padding-left: 0;
  }

  article.page.page-catalogs .sidebarnav.years,
  article.page.page-books .sidebarnav.years,
  article.page.page-auctions-archive .sidebarnav.years {
    left: 4rem;
  }
}

/* _index-wide.scss */

article.page.publication h1 {
  bottom: 0;
}

.page.archive .no-link,
.page.calendar .no-link,
.page.publication .no-link,
.page.catalog .no-link {
  cursor: default;
}

.page.archive nav.subnav_container.full ul li,
.page.calendar nav.subnav_container.full ul li,
.page.publication nav.subnav_container.full ul li,
.page.catalog nav.subnav_container.full ul li {
  position: relative;
}

.page.archive nav.subnav_container.full ul li .year-list ul.subnav.years,
.page.calendar nav.subnav_container.full ul li .year-list ul.subnav.years,
.page.publication nav.subnav_container.full ul li .year-list ul.subnav.years,
.page.catalog nav.subnav_container.full ul li .year-list ul.subnav.years {
  display: none;
  position: absolute;
  margin: 0;
  width: 200vw;
  flex-direction: column;
  height: 140px;
  flex-wrap: wrap;
  background: white;
  left: -100vw;
  padding: 0 100vw;
  border-bottom: 0.1rem solid #979797;
  padding-top: 1.5rem;
  transition: opacity 0.3s ease-in-out;
}

.page.archive nav.subnav_container.full ul li .year-list ul.subnav.years li,
.page.calendar nav.subnav_container.full ul li .year-list ul.subnav.years li,
.page.publication nav.subnav_container.full ul li .year-list ul.subnav.years li,
.page.catalog nav.subnav_container.full ul li .year-list ul.subnav.years li {
  width: 10rem;
  height: 3.2rem;
}

.page.archive nav.subnav_container.full ul li .year-list ul.subnav.years li a,
.page.calendar nav.subnav_container.full ul li .year-list ul.subnav.years li a,
.page.publication nav.subnav_container.full ul li .year-list ul.subnav.years li a,
.page.catalog nav.subnav_container.full ul li .year-list ul.subnav.years li a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #333;
  transition: color 0.3s ease-in-out;
}

.page.archive nav.subnav_container.full ul li .year-list ul.subnav.years li:hover a, .page.archive nav.subnav_container.full ul li .year-list ul.subnav.years li.active a,
.page.calendar nav.subnav_container.full ul li .year-list ul.subnav.years li:hover a,
.page.calendar nav.subnav_container.full ul li .year-list ul.subnav.years li.active a,
.page.publication nav.subnav_container.full ul li .year-list ul.subnav.years li:hover a,
.page.publication nav.subnav_container.full ul li .year-list ul.subnav.years li.active a,
.page.catalog nav.subnav_container.full ul li .year-list ul.subnav.years li:hover a,
.page.catalog nav.subnav_container.full ul li .year-list ul.subnav.years li.active a {
  color: var(--primary-color-hover);
}

@media screen and (min-width: 769px) {
  .page.archive nav.subnav_container.full ul li .year-list:hover ul.subnav.years,
  .page.calendar nav.subnav_container.full ul li .year-list:hover ul.subnav.years,
  .page.publication nav.subnav_container.full ul li .year-list:hover ul.subnav.years,
  .page.catalog nav.subnav_container.full ul li .year-list:hover ul.subnav.years {
    display: none;
  }
}

.subnav_container.full.filter_sort.mobile.year_dropdown {
  display: block;
}

.subnav_container.full.filter_sort.mobile.year_dropdown ul.sort li.current a {
  position: relative;
  height: 4.5rem;
  padding-top: 0;
  margin-top: 0;
  top: initial;
  position: relative;
  display: block;
  line-height: 4.5rem;
}

.subnav_container.full.filter_sort.mobile.year_dropdown ul.sort li a {
  padding-left: 2.4rem;
}

.subnav_container.full.filter_sort.mobile.year_dropdown ul.sort li.year {
  height: 4.5rem;
}

@media screen and (min-width: 1025px) {
  .subnav_container.full.filter_sort.mobile.year_dropdown {
    display: none;
  }
}

body.house-toomey .theme-general-wrapper .notice-bar-inner p, body.house-rago .theme-general-wrapper .notice-bar-inner p {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  height: 6rem;
  display: flex;
  max-width: 94rem;
  width: 100%;
  background-color: #f6f6f6;
  align-items: center;
  padding: 0 2.5rem;
}

body.house-toomey .theme-general-wrapper .notice-bar-inner p strong, body.house-rago .theme-general-wrapper .notice-bar-inner p strong {
  font-family: Alright, sans-serif;
  font-weight: 800;
}

body.house-toomey .theme-general-wrapper .notice-bar-inner p a, body.house-rago .theme-general-wrapper .notice-bar-inner p a {
  font-family: Alright, sans-serif;
  font-weight: 800;
  transition: color 0.3s ease-in-out;
}

body.house-toomey .theme-general-wrapper .notice-bar-inner p a, body.house-toomey .theme-general-wrapper .notice-bar-inner p a:visited, body.house-rago .theme-general-wrapper .notice-bar-inner p a, body.house-rago .theme-general-wrapper .notice-bar-inner p a:visited {
  color: var(--primary-color);
}

body.house-toomey .theme-general-wrapper .notice-bar-inner p a:hover, body.house-rago .theme-general-wrapper .notice-bar-inner p a:hover {
  color: var(--primary-color-hover);
}

.module.module__index {
  padding: 0rem 1.3rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  flex-basis: auto;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}

.module.module__index.first {
  padding-top: 3rem;
}

.module.module__index.first.single {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}

.module.module__index.first .information {
  display: flex;
  flex-direction: column;
}

.module.module__index.first .sticky-wrapper {
  height: 0 !important;
}

.module.module__index.first .year {
  margin-top: 0;
}

.module.module__index .catalog_links p {
  margin: 0;
}

.module.module__index .price {
  font-family: var(--font-family-sans);
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #666;
  margin: 0;
  padding-bottom: 1rem;
}

.module.module__index .soldout {
  font-weight: 800;
}

.module.module__index .catalog_date {
  font-family: var(--font-family-sans);
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #666;
  margin: 0;
}

body.house-lama .module.module__index .catalog_date {
  margin-bottom: 1rem;
}

.module.module__index:after {
  content: "";
  flex-basis: 50%;
}

.module.module__index h2 {
  font-family: var(--font-family-serif);
  margin: 0;
  padding: 0;
  width: 100%;
}

.module.module__index .image,
.module.module__index .information {
  width: 100%;
}

.module.module__index .information a {
  display: table;
  width: auto;
  overflow: hidden;
}

.module.module__index .information a p.title:hover {
  color: var(--primary-color-hover);
}

.module.module__index .information a p.title:visited {
  color: #333;
}

.module.module__index .year {
  max-width: 100%;
  font-family: var(--font-family-serif);
  font-size: 2.8rem;
  min-height: 2.8rem;
  color: #333;
  border-bottom: 0.1rem solid #333;
  padding-right: 100%;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
}

.house-toomey .module.module__index .year {
  font-family: "Canela Web", serif;
  font-weight: 900;
  border: none;
}

.house-rago .module.module__index .year {
  font-family: "Dala Floda", serif;
  font-weight: 800;
  border: none;
}

.module.module__index .image {
  margin-bottom: 1rem;
}

.module.module__index .image .image-inner {
  height: 0;
  position: relative;
  padding-bottom: 135%;
  width: 100%;
  display: block;
}

.module.module__index .image .image-inner a {
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  padding: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  flex-direction: column-reverse;
}

.module.module__index .image .image-inner img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  position: relative;
  display: block;
  filter: brightness(100%) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.15));
  transition: opacity 0.5s ease-in-out, filter 0.3s ease-in-out;
}

.module.module__index .image .image-inner img.ls-blur-up-img {
  position: absolute;
}

.module.module__index .image .image-inner:hover img {
  filter: brightness(90%) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.15));
}

.module.module__index .title {
  font-family: var(--font-family-sans);
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #333;
  margin: 0;
}

body.house-lama .module.module__index .title {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

.module.module__index .date {
  font-family: var(--font-family-sans);
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #666;
  margin: 0 0 1rem 0;
}

body.house-toomey .module.module__index .date, body.house-rago .module.module__index .date {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 0 0 1.8rem 0;
}

.module.module__index .entry {
  width: calc(50% - 8px);
  max-height: 100%;
  margin-top: 2rem;
  font-family: var(--font-family-sans);
}

.module.module__index .entry a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-sans);
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6rem;
  transition: color 0.3s ease-in-out;
}

body.house-toomey .module.module__index .entry a, body.house-rago .module.module__index .entry a {
  font-family: Alright, sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}

body.house-lama .module.module__index .entry a {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-herman_miller .module.module__index .entry a.button, body.house-toomey .module.module__index .entry a.button, body.house-wright .module.module__index .entry a.button, body.house-rago .module.module__index .entry a.button {
  display: none;
}

body.house-toomey .module.module__index .entry .image, body.house-rago .module.module__index .entry .image {
  margin-bottom: 3rem;
}

body.house-toomey .module.module__index .entry .catalog_date, body.house-rago .module.module__index .entry .catalog_date {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
}

.module.module__index .cart_link p {
  margin: 0;
}

.module.module__index .no-image-border {
  border-bottom: 1px solid #b6b1a4;
}

@media screen and (min-width: 450px) {
  .module.module__index {
    max-width: calc(100% - 3px);
  }

  .module.module__index .price {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .module.module__index .catalog_date {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .module.module__index .title {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .module.module__index .date {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .module.module__index .entry {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .module.module__index .entry a {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}

@media screen and (min-width: 515px) {
  .module.module__index {
    padding: 0rem 3rem 1rem;
  }

  .module.module__index .entry {
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 768px) {
  .module.module__index {
    padding: 0rem 3rem;
  }

  .module.module__index.single {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
  }

  .module.module__index .year {
    font-size: 5.5rem;
    line-height: 5.5rem;
    padding: 0 0 1rem 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .module.module__index .year {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
}

@media screen and (min-width: 768px) {
  .module.module__index .image {
    margin-bottom: 2rem;
  }

  .module.module__index .information a:last-of-type {
    margin-bottom: 0;
  }

  .module.module__index .price {
    padding-bottom: 1rem;
  }

  .module.module__index .entry {
    margin-top: 3rem;
    margin-bottom: 5rem;
    width: calc(33.3333333333% - 2rem);
  }

  .module.module__index .entry.no-image {
    margin-bottom: 3rem;
  }

  .module.module__index .entry:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .module.module__index:after {
    flex-basis: 30%;
  }
}

@media screen and (min-width: 985px) {
  .module.module__index {
    margin-right: 0;
  }

  .module.module__index .image img {
    max-width: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .module.module__index .entry {
    padding: 0 0 0 0;
  }

  .module.module__index .entry:nth-last-child(4) {
    padding: 0;
  }
}

@media screen and (min-width: 1150px) {
  .module.module__index {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1151px) {
  .module.module__index {
    max-width: calc(100% - 120px);
    margin-left: 5%;
    justify-content: initial;
  }

  .module.module__index .entry {
    width: 26rem;
    margin-right: 5rem;
  }

  .module.module__index .entry.publication {
    margin-top: 1rem;
  }

  .module.module__index .sidebarnav {
    display: block;
    left: 25px;
  }
}

@media screen and (min-width: 1365px) {
  .module.module__index {
    max-width: calc(100% - 270px);
    margin-left: 11.1rem;
  }

  .module.module__index .sidebarnav {
    left: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .sidebarnav {
    position: absolute;
    left: 26px;
    margin-top: 15rem;
  }

  .sidebarnav.stuck:not(.stuck-bottom) {
    position: fixed;
    top: 120px;
  }

  .sidebarnav li {
    line-height: initial;
  }

  .sidebarnav li a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1.9rem;
    transition: color 0.3s ease-in-out;
    color: #333;
  }

  .year {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
}

@media (max-width: 768px) {
  .theme-general-wrapper .module.module__index {
    padding: 6rem 1.3rem;
  }
}

.theme-general-rago-editor .house-rago h2 .year {
  font-size: 7rem;
  line-height: 2.9rem;
  border: none;
}

@keyframes fadeInToFlex {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: flex;
    opacity: 0;
  }

  100% {
    display: flex;
    opacity: 1;
  }
}

.page.publication .module.module__index {
  margin-top: 5rem;
  padding-top: 0;
}

@media (min-width: 1361px) {
  .page.publication .module.module__index {
    margin-left: 14rem;
  }
}

.page.publication .image {
  margin-bottom: 2rem;
}

.page.publication .image:hover span img {
  filter: brightness(90%) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.15));
}

.page.publication .image span {
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  padding: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  flex-direction: column-reverse;
  display: flex;
}

.page.publication .image img {
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  position: relative;
  display: block;
  filter: brightness(100%) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.15));
  transition: opacity 0.5s ease-in-out, filter 0.3s ease-in-out;
}

.page.publication .image img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.page a:not(.edit-bid, .underline) {
  text-decoration: none;
}

.page .key,
.page p.key {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 100px;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  color: #666;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.35s ease-in-out;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 3.6rem;
  margin-bottom: 0;
  font-family: var(--font-family-sans);
}

body.house-toomey .page .key, body.house-rago .page .key,
body.house-toomey .page p.key,
body.house-rago .page p.key {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-lama .page .key,
body.house-lama .page p.key {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

.page .key i,
.page p.key i {
  font-size: 2rem;
  display: inline-block;
  color: #333;
  vertical-align: middle;
}

.page .key span,
.page p.key span {
  margin-right: 20px;
}

.page .key span.results,
.page p.key span.results {
  margin-right: 0;
  display: block;
}

@media (min-width: 1361px) {
  .page .key,
  .page p.key {
    width: calc(100% - 34rem);
    padding: 0;
    position: relative;
    display: block;
  }
}

@media (max-width: 1150px) {
  .page .key,
  .page p.key {
    padding: 0 29px;
  }
}

@media (min-width: 769px) {
  .page .key,
  .page p.key {
    margin: 3.6rem auto 0 auto;
  }
}

@media (max-width: 512px) {
  .page .key,
  .page p.key {
    padding: 0 10px;
  }
}

.page #isotope.loading .key {
  opacity: 0;
  filter: alpha(opacity=0);
}

#nosotope {
  display: block;
}

#nosotope.mosaic {
  /*-----------------------------*/
  /*-----------------------------*/
}

#nosotope.mosaic :root {
  --row-gap: 0px;
  --column-gap: 0px;
  --tile-height: 15ex;
}

#nosotope.mosaic.inline {
  padding-bottom: 60px;
}

#nosotope.mosaic .key {
  right: 1rem;
  left: auto;
  color: #333;
}

#nosotope.mosaic .key.fixed {
  position: fixed;
  top: 98px;
  right: 8px;
}

#nosotope.mosaic .inner-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
}

#nosotope.mosaic .item {
  overflow: hidden;
  display: grid;
  grid-auto-rows: 1fr minmax(auto, 15ex);
  position: relative;
}

#nosotope.mosaic .item:hover .inline .artist .watched-lot-button {
  opacity: 1;
}

#nosotope.mosaic .item.chapter {
  background: rgb(255, 255, 255);
}

#nosotope.mosaic .item .mosaic {
  display: block;
  content: "";
  flex-grow: 1;
  position: relative;
  background: rgb(243, 243, 243);
  height: 100%;
}

#nosotope.mosaic .item .link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  position: absolute;
}

#nosotope.mosaic .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

#nosotope.mosaic .item img.lazyload {
  width: 0;
}

#nosotope.mosaic .item .fluid-img img {
  position: fixed;
}

#nosotope.mosaic .item i.icon-no-reserve {
  font-size: 2rem;
  line-height: 2rem;
  display: inline-block;
  vertical-align: middle;
}

#nosotope.mosaic .item .key {
  margin-top: 2rem;
}

#nosotope.mosaic .item .inline {
  text-align: center;
  padding: 2rem 0;
  background: #fff;
  height: auto;
  position: relative;
  bottom: 0;
  display: block;
}

#nosotope.mosaic .item .inline .artist,
#nosotope.mosaic .item .inline .title {
  overflow: hidden;
}

#nosotope.mosaic .item .inline .artist {
  display: flex;
  justify-content: center;
  max-height: 4.8rem;
  padding-right: 44px;
  padding-left: 44px;
}

#nosotope.mosaic .item .inline .artist p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.house-toomey #nosotope.mosaic .item .inline .artist, body.house-rago #nosotope.mosaic .item .inline .artist {
  max-height: 5.2rem;
}

#nosotope.mosaic .item .inline .artist .button-wrapper {
  height: 27px;
  width: 30px;
  padding-left: 0;
  padding-top: 0;
  right: 0;
  top: 16px;
  position: absolute;
}

#nosotope.mosaic .item .inline .artist .watched-lot-button {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  height: 27px;
  width: 30px;
}

#nosotope.mosaic .item .inline .artist .watched-lot-button.watched, body.mobile #nosotope.mosaic .item .inline .artist .watched-lot-button, body.mobile #nosotope.mosaic .item .inline .artist .watched-lot-button {
  opacity: 1;
}

#nosotope.mosaic .item .inline .artist .watched-lot-button div.btn-inner {
  height: 27px;
  width: 30px;
}

#nosotope.mosaic .item .inline.no-lot-num {
  padding-top: 6px;
}

#nosotope.mosaic .item .inline.no-lot-num div.title {
  padding-right: 30px;
}

#nosotope.mosaic .item .inline .title {
  max-height: 4.2rem;
  padding: 0 1rem;
}

#nosotope.mosaic .item .inline p {
  margin: 0 auto;
  line-height: 2.1rem;
  font-size: 1.3rem;
  overflow: hidden;
  position: relative;
}

#nosotope.mosaic .item .inline p .lot_no {
  font-size: 1.8rem;
  margin-right: 0.6rem;
  color: #999;
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-toomey #nosotope.mosaic .item .inline p .lot_no {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-variant-numeric: oldstyle-nums;
  font-size: 2.3rem;
  line-height: 2.7rem;
  color: #999;
  letter-spacing: 0.1rem;
}

body.house-rago #nosotope.mosaic .item .inline p .lot_no {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #999;
}

#nosotope.mosaic .item .inline p .name {
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  max-height: 4.2rem;
  margin-bottom: 0.2rem;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

body.house-toomey #nosotope.mosaic .item .inline p .name, body.house-rago #nosotope.mosaic .item .inline p .name {
  font-family: Alright, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.18rem;
  color: #111;
  max-height: 5.2rem;
}

body.house-lama #nosotope.mosaic .item .inline p .name {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-toomey #nosotope.mosaic .item .inline .title, body.house-rago #nosotope.mosaic .item .inline .title {
  max-height: 4.6rem;
}

#nosotope.mosaic .item .inline .title p {
  font-family: var(--font-family-sans);
  color: #333;
  max-width: 53rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.house-toomey #nosotope.mosaic .item .inline .title p span, body.house-rago #nosotope.mosaic .item .inline .title p span {
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  color: #444;
}

#nosotope.mosaic .item .inline .estimate .caption_numeric_value {
  color: #333;
}

body.house-lama #nosotope.mosaic .item .inline .estimate .caption_numeric_value {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

#nosotope.mosaic .item .inline .estimate p {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  color: #333;
}

body.house-toomey #nosotope.mosaic .item .inline .estimate p span, body.house-rago #nosotope.mosaic .item .inline .estimate p span {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0;
}

.body.house-lama #nosotope.mosaic .item .inline .estimate p span {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

#nosotope.mosaic .item .inline .estimate .icon-no-reserve {
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #333;
}

#nosotope.mosaic .item .inline .result,
#nosotope.mosaic .item .inline .result p,
#nosotope.mosaic .item .inline .result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
  color: #333;
}

body.house-toomey #nosotope.mosaic .item .inline .result, body.house-rago #nosotope.mosaic .item .inline .result,
body.house-toomey #nosotope.mosaic .item .inline .result p,
body.house-rago #nosotope.mosaic .item .inline .result p,
body.house-toomey #nosotope.mosaic .item .inline .result span,
body.house-rago #nosotope.mosaic .item .inline .result span {
  font-family: Alright, sans-serif;
  font-weight: 700;
}

body.house-lama #nosotope.mosaic .item .inline .result,
body.house-lama #nosotope.mosaic .item .inline .result p,
body.house-lama #nosotope.mosaic .item .inline .result span {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

#nosotope.mosaic .inner-container {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#nosotope.mosaic .___item[data-mosaic-ratio="1:1"],
#nosotope.mosaic .item[data-mosaic-ratio="1:1"] {
  grid-row: span 1;
  grid-column: span 1;
}

#nosotope.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="1:1"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="1:2"],
#nosotope.mosaic .item[data-mosaic-ratio="1:2"] {
  grid-row: span 2;
  grid-column: span 1;
}

#nosotope.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="1:2"] .mosaic {
  padding-bottom: calc(200% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="1:3"],
#nosotope.mosaic .item[data-mosaic-ratio="1:3"] {
  grid-row: span 3;
  grid-column: span 1;
}

#nosotope.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="1:3"] .mosaic {
  padding-bottom: calc(300% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="1:4"],
#nosotope.mosaic .item[data-mosaic-ratio="1:4"] {
  grid-row: span 4;
  grid-column: span 1;
}

#nosotope.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="1:4"] .mosaic {
  padding-bottom: calc(400% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="1:5"],
#nosotope.mosaic .item[data-mosaic-ratio="1:5"] {
  grid-row: span 5;
  grid-column: span 1;
}

#nosotope.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="1:5"] .mosaic {
  padding-bottom: calc(500% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="2:1"],
#nosotope.mosaic .item[data-mosaic-ratio="2:1"] {
  grid-row: span 1;
  grid-column: span 2;
}

#nosotope.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="2:1"] .mosaic {
  padding-bottom: calc(50% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="2:2"],
#nosotope.mosaic .item[data-mosaic-ratio="2:2"] {
  grid-row: span 2;
  grid-column: span 2;
}

#nosotope.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="2:2"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="2:3"],
#nosotope.mosaic .item[data-mosaic-ratio="2:3"] {
  grid-row: span 3;
  grid-column: span 2;
}

#nosotope.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="2:3"] .mosaic {
  padding-bottom: calc(150% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="2:4"],
#nosotope.mosaic .item[data-mosaic-ratio="2:4"] {
  grid-row: span 4;
  grid-column: span 2;
}

#nosotope.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="2:4"] .mosaic {
  padding-bottom: calc(200% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="2:5"],
#nosotope.mosaic .item[data-mosaic-ratio="2:5"] {
  grid-row: span 5;
  grid-column: span 2;
}

#nosotope.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="2:5"] .mosaic {
  padding-bottom: calc(250% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="3:1"],
#nosotope.mosaic .item[data-mosaic-ratio="3:1"] {
  grid-row: span 1;
  grid-column: span 3;
}

#nosotope.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="3:1"] .mosaic {
  padding-bottom: calc(33% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="3:2"],
#nosotope.mosaic .item[data-mosaic-ratio="3:2"] {
  grid-row: span 2;
  grid-column: span 3;
}

#nosotope.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="3:2"] .mosaic {
  padding-bottom: calc(66% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="3:3"],
#nosotope.mosaic .item[data-mosaic-ratio="3:3"] {
  grid-row: span 3;
  grid-column: span 3;
}

#nosotope.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="3:3"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="3:4"],
#nosotope.mosaic .item[data-mosaic-ratio="3:4"] {
  grid-row: span 4;
  grid-column: span 3;
}

#nosotope.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="3:4"] .mosaic {
  padding-bottom: calc(133% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="3:5"],
#nosotope.mosaic .item[data-mosaic-ratio="3:5"] {
  grid-row: span 5;
  grid-column: span 3;
}

#nosotope.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="3:5"] .mosaic {
  padding-bottom: calc(166% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="4:1"],
#nosotope.mosaic .item[data-mosaic-ratio="4:1"] {
  grid-row: span 1;
  grid-column: span 4;
}

#nosotope.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="4:1"] .mosaic {
  padding-bottom: calc(25% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="4:2"],
#nosotope.mosaic .item[data-mosaic-ratio="4:2"] {
  grid-row: span 2;
  grid-column: span 4;
}

#nosotope.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="4:2"] .mosaic {
  padding-bottom: calc(50% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="4:3"],
#nosotope.mosaic .item[data-mosaic-ratio="4:3"] {
  grid-row: span 3;
  grid-column: span 4;
}

#nosotope.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="4:3"] .mosaic {
  padding-bottom: calc(75% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="4:4"],
#nosotope.mosaic .item[data-mosaic-ratio="4:4"] {
  grid-row: span 4;
  grid-column: span 4;
}

#nosotope.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="4:4"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="4:5"],
#nosotope.mosaic .item[data-mosaic-ratio="4:5"] {
  grid-row: span 5;
  grid-column: span 4;
}

#nosotope.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="4:5"] .mosaic {
  padding-bottom: calc(125% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="5:1"],
#nosotope.mosaic .item[data-mosaic-ratio="5:1"] {
  grid-row: span 1;
  grid-column: span 5;
}

#nosotope.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="5:1"] .mosaic {
  padding-bottom: calc(20% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="5:2"],
#nosotope.mosaic .item[data-mosaic-ratio="5:2"] {
  grid-row: span 2;
  grid-column: span 5;
}

#nosotope.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="5:2"] .mosaic {
  padding-bottom: calc(40% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="5:3"],
#nosotope.mosaic .item[data-mosaic-ratio="5:3"] {
  grid-row: span 3;
  grid-column: span 5;
}

#nosotope.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="5:3"] .mosaic {
  padding-bottom: calc(60% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="5:4"],
#nosotope.mosaic .item[data-mosaic-ratio="5:4"] {
  grid-row: span 4;
  grid-column: span 5;
}

#nosotope.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="5:4"] .mosaic {
  padding-bottom: calc(80% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .___item[data-mosaic-ratio="5:5"],
#nosotope.mosaic .item[data-mosaic-ratio="5:5"] {
  grid-row: span 5;
  grid-column: span 5;
}

#nosotope.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
#nosotope.mosaic .item[data-mosaic-ratio="5:5"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="6:6"] {
  width: 100%;
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="6:6"] .mosaic {
  padding-bottom: calc(100% * 1);
  display: block;
  content: "";
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="6:7"] {
  width: 100%;
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="6:7"] .mosaic {
  padding-bottom: calc(100% * 1.1666666667);
  display: block;
  content: "";
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="6:8"] {
  width: 100%;
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="6:8"] .mosaic {
  padding-bottom: calc(100% * 1.3333333333);
  display: block;
  content: "";
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="7:6"] {
  width: 100%;
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="7:6"] .mosaic {
  padding-bottom: calc(100% * 0.8571428571);
  display: block;
  content: "";
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="7:7"] {
  width: 100%;
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="7:7"] .mosaic {
  padding-bottom: calc(100% * 1);
  display: block;
  content: "";
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="7:8"] {
  width: 100%;
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="7:8"] .mosaic {
  padding-bottom: calc(100% * 1.1428571429);
  display: block;
  content: "";
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="8:6"] {
  width: 100%;
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="8:6"] .mosaic {
  padding-bottom: calc(100% * 0.75);
  display: block;
  content: "";
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="8:7"] {
  width: 100%;
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="8:7"] .mosaic {
  padding-bottom: calc(100% * 0.875);
  display: block;
  content: "";
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="8:8"] {
  width: 100%;
}

#nosotope.mosaic .item.chapter[data-mosaic-ratio="8:8"] .mosaic {
  padding-bottom: calc(100% * 1);
  display: block;
  content: "";
}

@media (max-width: 1500px) {
  #nosotope.mosaic .inner-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }
}

@media (max-width: 1200px) {
  #nosotope.mosaic .inner-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }
}

@media (max-width: 900px) {
  #nosotope.mosaic .inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }
}

@media (max-width: 600px) {
  #nosotope.mosaic .inner-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:1"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:2"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:3"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:4"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:5"],
  #nosotope.mosaic .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  #nosotope.mosaic .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }
}

@media (max-width: 512px) {
  #nosotope.mosaic {
    margin-top: 4rem;
  }
}

@media (max-width: 512px) {
  #nosotope.mosaic .item.chapter:not(.full-width) .inner {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter:not(.full-width) .img-well,
  #nosotope.mosaic .item.chapter:not(.full-width) .bg-img {
    max-width: 100%;
    width: calc(100% - 10px);
  }

  #nosotope.mosaic .item.chapter:not(.full-width):not(.w8) .img-well {
    width: 100%;
  }
}

#nosotope.mosaic .item.chapter {
  max-width: 100%;
  display: inline-block;
  position: relative;
  transition: opacity 0.5s ease-in-out;
}

#nosotope.mosaic .item.chapter.w1.t1 .chapter-text {
  max-width: calc((100% / 1) * 1);
}

#nosotope.mosaic .item.chapter.w1.t2 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w1.t3 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w1.t4 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w1.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w1.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w1.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w1.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w2.t1 .chapter-text {
  max-width: calc((100% / 2) * 1);
}

#nosotope.mosaic .item.chapter.w2.t2 .chapter-text {
  max-width: calc((100% / 2) * 2);
}

#nosotope.mosaic .item.chapter.w2.t3 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w2.t4 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w2.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w2.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w2.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w2.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w3.t1 .chapter-text {
  max-width: calc((100% / 3) * 1);
}

#nosotope.mosaic .item.chapter.w3.t2 .chapter-text {
  max-width: calc((100% / 3) * 2);
}

#nosotope.mosaic .item.chapter.w3.t3 .chapter-text {
  max-width: calc((100% / 3) * 3);
}

#nosotope.mosaic .item.chapter.w3.t4 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w3.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w3.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w3.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w3.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w4.t1 .chapter-text {
  max-width: calc((100% / 4) * 1);
}

#nosotope.mosaic .item.chapter.w4.t2 .chapter-text {
  max-width: calc((100% / 4) * 2);
}

#nosotope.mosaic .item.chapter.w4.t3 .chapter-text {
  max-width: calc((100% / 4) * 3);
}

#nosotope.mosaic .item.chapter.w4.t4 .chapter-text {
  max-width: calc((100% / 4) * 4);
}

#nosotope.mosaic .item.chapter.w4.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w4.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w4.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w4.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.mosaic .item.chapter.w5 {
  width: 100%;
}

#nosotope.mosaic .item.chapter.w5.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

#nosotope.mosaic .item.chapter.w5.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

#nosotope.mosaic .item.chapter.w5.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

#nosotope.mosaic .item.chapter.w5.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

#nosotope.mosaic .item.chapter.w5.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

#nosotope.mosaic .item.chapter.w5.t6 .chapter-text {
  max-width: calc((100% / 5) * 6);
}

#nosotope.mosaic .item.chapter.w5.t7 .chapter-text {
  max-width: calc((100% / 5) * 7);
}

#nosotope.mosaic .item.chapter.w5.t8 .chapter-text {
  max-width: calc((100% / 5) * 8);
}

#nosotope.mosaic .item.chapter.w6 {
  width: 100%;
}

#nosotope.mosaic .item.chapter.w6.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

#nosotope.mosaic .item.chapter.w6.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

#nosotope.mosaic .item.chapter.w6.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

#nosotope.mosaic .item.chapter.w6.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

#nosotope.mosaic .item.chapter.w6.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

#nosotope.mosaic .item.chapter.w6.t6 .chapter-text {
  max-width: calc((100% / 5) * 6);
}

#nosotope.mosaic .item.chapter.w6.t7 .chapter-text {
  max-width: calc((100% / 5) * 7);
}

#nosotope.mosaic .item.chapter.w6.t8 .chapter-text {
  max-width: calc((100% / 5) * 8);
}

#nosotope.mosaic .item.chapter.w7 {
  width: 100%;
}

#nosotope.mosaic .item.chapter.w7.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

#nosotope.mosaic .item.chapter.w7.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

#nosotope.mosaic .item.chapter.w7.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

#nosotope.mosaic .item.chapter.w7.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

#nosotope.mosaic .item.chapter.w7.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

#nosotope.mosaic .item.chapter.w7.t6 .chapter-text {
  max-width: calc((100% / 5) * 6);
}

#nosotope.mosaic .item.chapter.w7.t7 .chapter-text {
  max-width: calc((100% / 5) * 7);
}

#nosotope.mosaic .item.chapter.w7.t8 .chapter-text {
  max-width: calc((100% / 5) * 8);
}

#nosotope.mosaic .item.chapter.w8 {
  width: 100%;
}

#nosotope.mosaic .item.chapter.w8.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

#nosotope.mosaic .item.chapter.w8.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

#nosotope.mosaic .item.chapter.w8.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

#nosotope.mosaic .item.chapter.w8.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

#nosotope.mosaic .item.chapter.w8.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

#nosotope.mosaic .item.chapter.w8.t6 .chapter-text {
  max-width: calc((100% / 5) * 6);
}

#nosotope.mosaic .item.chapter.w8.t7 .chapter-text {
  max-width: calc((100% / 5) * 7);
}

#nosotope.mosaic .item.chapter.w8.t8 .chapter-text {
  max-width: calc((100% / 5) * 8);
}

#nosotope.mosaic .item.chapter.full-width[data-index-type=mosaic] {
  max-width: none;
}

#nosotope.mosaic .item.chapter.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

#nosotope.mosaic .item.chapter.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

#nosotope.mosaic .item.chapter.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

#nosotope.mosaic .item.chapter.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

#nosotope.mosaic .item.chapter.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

#nosotope.mosaic .item.chapter.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

#nosotope.mosaic .item.chapter.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

#nosotope.mosaic .item.chapter.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

#nosotope.mosaic .item.chapter.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

#nosotope.mosaic .item.chapter.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

#nosotope.mosaic .item.chapter .chapter-text .xxl {
  font-size: 60px;
}

@media (max-width: 2717px) {
  #nosotope.mosaic .item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 1515px) / (2717 - 1515));
  }

  #nosotope.mosaic .item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 1515px) / (2717 - 1515));
  }

  #nosotope.mosaic .item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 1515px) / (2717 - 1515));
  }

  #nosotope.mosaic .item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 1515px) / (2717 - 1515));
  }

  #nosotope.mosaic .item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 1515px) / (2717 - 1515));
  }
}

@media (max-width: 1515px) {
  #nosotope.mosaic .item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 1200px) / (1515 - 1200));
  }

  #nosotope.mosaic .item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 1200px) / (1515 - 1200));
  }

  #nosotope.mosaic .item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 1200px) / (1515 - 1200));
  }

  #nosotope.mosaic .item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 1200px) / (1515 - 1200));
  }

  #nosotope.mosaic .item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 1200px) / (1515 - 1200));
  }
}

@media (max-width: 1200px) {
  #nosotope.mosaic .item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 900px) / (1200 - 900));
  }

  #nosotope.mosaic .item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 900px) / (1200 - 900));
  }

  #nosotope.mosaic .item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 900px) / (1200 - 900));
  }

  #nosotope.mosaic .item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 900px) / (1200 - 900));
  }

  #nosotope.mosaic .item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 900px) / (1200 - 900));
  }
}

@media (max-width: 900px) {
  #nosotope.mosaic .item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 764px) / (900 - 764));
  }

  #nosotope.mosaic .item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 764px) / (900 - 764));
  }

  #nosotope.mosaic .item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 764px) / (900 - 764));
  }

  #nosotope.mosaic .item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 764px) / (900 - 764));
  }

  #nosotope.mosaic .item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 764px) / (900 - 764));
  }
}

@media (max-width: 764px) {
  #nosotope.mosaic .item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 444px) / (764 - 444));
  }

  #nosotope.mosaic .item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 444px) / (764 - 444));
  }

  #nosotope.mosaic .item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 444px) / (764 - 444));
  }

  #nosotope.mosaic .item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 444px) / (764 - 444));
  }

  #nosotope.mosaic .item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 444px) / (764 - 444));
  }

  #nosotope.mosaic .item.chapter .chapter-text .noma.m {
    font-size: calc(22px + (30 - 22) * ((100vw - 513px) / (764 - 513)));
    line-height: 120%;
  }
}

@media (max-width: 512px) {
  #nosotope.mosaic .item.chapter .chapter-text .noma.m {
    font-size: calc(16px + (22 - 16) * ((100vw - 419px) / (512 - 419)));
    line-height: 120%;
  }
}

@media (max-width: 419px) {
  #nosotope.mosaic .item.chapter .chapter-text .noma.m {
    font-size: 16px;
  }
}

@media (max-width: 1515px) {
  #nosotope.mosaic .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.mosaic .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.mosaic .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.mosaic .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.mosaic .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.mosaic .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.mosaic .item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w4 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.mosaic .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.mosaic .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.mosaic .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.mosaic .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope.mosaic .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope.mosaic .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope.mosaic .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope.mosaic .item.chapter.w5 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.mosaic .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.mosaic .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.mosaic .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.mosaic .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope.mosaic .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope.mosaic .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope.mosaic .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope.mosaic .item.chapter.w6 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.mosaic .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.mosaic .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.mosaic .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.mosaic .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope.mosaic .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope.mosaic .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope.mosaic .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope.mosaic .item.chapter.w7 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.mosaic .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.mosaic .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.mosaic .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.mosaic .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope.mosaic .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope.mosaic .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope.mosaic .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope.mosaic .item.chapter.w8 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.mosaic .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.mosaic .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.mosaic .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.mosaic .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope.mosaic .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope.mosaic .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope.mosaic .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }
}

@media (max-width: 1200px) {
  #nosotope.mosaic .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.mosaic .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.mosaic .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.mosaic .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w3 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.mosaic .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.mosaic .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.mosaic .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.mosaic .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.mosaic .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.mosaic .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.mosaic .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope.mosaic .item.chapter.w4 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.mosaic .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.mosaic .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.mosaic .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.mosaic .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.mosaic .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.mosaic .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.mosaic .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope.mosaic .item.chapter.w5 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.mosaic .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.mosaic .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.mosaic .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.mosaic .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.mosaic .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.mosaic .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.mosaic .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope.mosaic .item.chapter.w6 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.mosaic .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.mosaic .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.mosaic .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.mosaic .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.mosaic .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.mosaic .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.mosaic .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope.mosaic .item.chapter.w7 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.mosaic .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.mosaic .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.mosaic .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.mosaic .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.mosaic .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.mosaic .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.mosaic .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope.mosaic .item.chapter.w8 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.mosaic .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.mosaic .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.mosaic .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.mosaic .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.mosaic .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.mosaic .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.mosaic .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }
}

@media (max-width: 900px) {
  #nosotope.mosaic .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.mosaic .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.mosaic .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.mosaic .item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.mosaic .item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.mosaic .item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.mosaic .item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.mosaic .item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.mosaic .item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.mosaic .item.chapter.w3 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.mosaic .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.mosaic .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.mosaic .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.mosaic .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.mosaic .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.mosaic .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.mosaic .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.mosaic .item.chapter.w4 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.mosaic .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.mosaic .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.mosaic .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.mosaic .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.mosaic .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.mosaic .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.mosaic .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.mosaic .item.chapter.w5 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.mosaic .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.mosaic .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.mosaic .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.mosaic .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.mosaic .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.mosaic .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.mosaic .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.mosaic .item.chapter.w6 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.mosaic .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.mosaic .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.mosaic .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.mosaic .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.mosaic .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.mosaic .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.mosaic .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.mosaic .item.chapter.w7 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.mosaic .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.mosaic .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.mosaic .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.mosaic .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.mosaic .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.mosaic .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.mosaic .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.mosaic .item.chapter.w8 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.mosaic .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.mosaic .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.mosaic .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.mosaic .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.mosaic .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.mosaic .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.mosaic .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }
}

@media (max-width: 764px) {
  #nosotope.mosaic .item.chapter.w1 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.mosaic .item.chapter.w1.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope.mosaic .item.chapter.w1.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope.mosaic .item.chapter.w1.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope.mosaic .item.chapter.w1.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope.mosaic .item.chapter.w1.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope.mosaic .item.chapter.w1.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope.mosaic .item.chapter.w1.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope.mosaic .item.chapter.w2 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.mosaic .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope.mosaic .item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope.mosaic .item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope.mosaic .item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope.mosaic .item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope.mosaic .item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope.mosaic .item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope.mosaic .item.chapter.w3 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.mosaic .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope.mosaic .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope.mosaic .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope.mosaic .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope.mosaic .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope.mosaic .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope.mosaic .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope.mosaic .item.chapter.w4 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.mosaic .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope.mosaic .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope.mosaic .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope.mosaic .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope.mosaic .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope.mosaic .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope.mosaic .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope.mosaic .item.chapter.w5 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.mosaic .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope.mosaic .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope.mosaic .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope.mosaic .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope.mosaic .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope.mosaic .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope.mosaic .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope.mosaic .item.chapter.w6 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.mosaic .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope.mosaic .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope.mosaic .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope.mosaic .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope.mosaic .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope.mosaic .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope.mosaic .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope.mosaic .item.chapter.w7 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.mosaic .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope.mosaic .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope.mosaic .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope.mosaic .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope.mosaic .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope.mosaic .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope.mosaic .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope.mosaic .item.chapter.w8 {
    width: 100%;
  }

  #nosotope.mosaic .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.mosaic .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope.mosaic .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope.mosaic .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope.mosaic .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope.mosaic .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope.mosaic .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope.mosaic .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }
}

#nosotope.grid {
  position: relative;
  max-width: 240rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 5rem;
  border-bottom: 30px #fff solid;
  /*-----------------------------*/
  /*-----------------------------*/
}

@media screen and (min-width: 513px) {
  #nosotope.grid {
    margin: 4.4rem 3rem;
  }
}

@media screen and (min-width: 1151px) {
  #nosotope.grid {
    width: calc(100% - 20rem);
    margin: 4.4rem auto;
  }
}

@media screen and (min-width: 1361px) {
  #nosotope.grid {
    width: calc(100% - 34rem);
  }
}

#nosotope.grid .inner-container {
  grid-row-gap: 3rem;
}

#nosotope.grid .inner-container .item .inline .artist .button-wrapper {
  top: 0.5rem;
}

#nosotope.grid .item:not(.caption) {
  opacity: 1;
  width: 100%;
  position: relative;
  height: auto;
}

#nosotope.grid .item:not(.caption).wl-hover .inline .artist .watched-lot-button, #nosotope.grid .item:not(.caption):hover .inline .artist .watched-lot-button {
  opacity: 1;
}

#nosotope.grid .item:not(.caption) .grid {
  display: block;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  margin-bottom: 1rem;
  margin-top: 0;
}

#nosotope.grid .item:not(.caption) .grid img {
  display: block;
  height: 100%;
  top: 0;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

#nosotope.grid .item:not(.caption).static {
  display: none;
}

#nosotope.grid .item:not(.caption).auto-height .inner {
  padding: 50px 0;
}

#nosotope.grid .item:not(.caption).auto-height .chapter-text {
  top: auto;
  transform: none;
}

#nosotope.grid .item:not(.caption) .fluid-img {
  height: calc(100% - 3rem);
}

#nosotope.grid .item:not(.caption) i.icon-no-reserve {
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: inline-block;
  color: #333;
  vertical-align: middle;
}

#nosotope.grid .item p {
  letter-spacing: 0.03rem;
}

#nosotope.grid .item .inline {
  padding: 0;
}

#nosotope.grid .item .inline .bid-count {
  margin-right: 0.8rem;
  margin-left: 0;
}

#nosotope.grid .item .inline .bid-status,
#nosotope.grid .item .inline .user-activity {
  font-family: var(--font-family-sans);
}

#nosotope.grid .item .inline .bid-status .bid-amount,
#nosotope.grid .item .inline .user-activity .bid-amount {
  font-weight: 500;
  color: #333;
}

#nosotope.grid .item .inline .bid-status .bid-amount.shift::after,
#nosotope.grid .item .inline .user-activity .bid-amount.shift::after {
  content: " ";
}

@media screen and (min-width: 425px) {
  #nosotope.grid .item .inline .bid-status .active-bid,
  #nosotope.grid .item .inline .user-activity .active-bid {
    margin-right: 0.5rem;
  }
}

#nosotope.grid .item .inline .bid-status .leading {
  font-weight: bold;
  color: #25951B;
}

#nosotope.grid .item .inline .bid-status .outbid {
  font-weight: bold;
  color: #C62525;
}

#nosotope.grid .item .inline .on-hold-note,
#nosotope.grid .item .inline .price-available-note,
#nosotope.grid .item .inline .result {
  line-height: 1.8rem;
}

#nosotope.grid .item .inline .on-hold-note span.result,
#nosotope.grid .item .inline .price-available-note span.result,
#nosotope.grid .item .inline .result span.result {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

body.house-lama #nosotope.grid .item .inline .on-hold-note span.result,
body.house-lama #nosotope.grid .item .inline .price-available-note span.result,
body.house-lama #nosotope.grid .item .inline .result span.result {
  font-size: 1.3rem;
  line-height: 2rem;
}

#nosotope.grid .item .inline .user-activity {
  margin-top: 1.1rem;
}

#nosotope.grid .item .inline .user-activity .active-bid .bid-amount {
  font-weight: 700;
}

#nosotope.grid .item .inline .user-activity .leading {
  font-weight: bold;
  color: #25951B;
}

#nosotope.grid .item .inline .user-activity .outbid {
  font-weight: bold;
  color: #C62525;
}

#nosotope.grid .item .inline .user-activity .user-backup-bid a {
  text-decoration: underline;
  font-weight: bold;
}

#nosotope.grid .item .inline .user-activity .user-bid {
  margin-right: 0.5rem;
}

#nosotope.grid .item .inline .user-activity .user-bid span {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}

#nosotope.grid .item .inline .user-activity .user-current-bid {
  color: #333;
  font-weight: 500;
}

#nosotope.grid .item .inline .artist {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
  position: relative;
  padding-right: 30px;
}

#nosotope.grid .item .inline .artist p {
  position: relative;
}

#nosotope.grid .item .inline .artist .button-wrapper {
  margin-top: 0;
  height: 27px;
  width: 30px;
  padding-left: 0;
  padding-top: 0;
  top: 0.5rem;
  right: -0.5rem;
  position: absolute;
}

#nosotope.grid .item .inline .artist .button-wrapper:hover {
  cursor: pointer;
}

body.house-lama #nosotope.grid .item .inline .artist .button-wrapper {
  top: -0.5rem;
}

#nosotope.grid .item .inline .artist .watched-lot-button {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#nosotope.grid .item .inline .artist .watched-lot-button.watched, body.mobile #nosotope.grid .item .inline .artist .watched-lot-button {
  opacity: 1;
}

#nosotope.grid .item .inline .artist .watched-lot-button div.btn-inner {
  height: 27px;
  width: 30px;
  position: absolute;
}

#nosotope.grid .item .inline.no-lot-num .artist {
  padding-top: 6px;
}

#nosotope.grid .item .inline.no-lot-num .title {
  padding-right: 30px;
}

#nosotope.grid .item .inline div p {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0;
  padding: 0;
  color: #666;
}

body.house-toomey #nosotope.grid .item .inline div p, body.house-rago #nosotope.grid .item .inline div p {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
}

body.house-toomey #nosotope.grid .item .inline div p {
  line-height: 2.1rem;
}

body.house-lama #nosotope.grid .item .inline div p {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
}

#nosotope.grid .item .inline div p.result, #nosotope.grid .item .inline div p.price-available-note, #nosotope.grid .item .inline div p.on-hold-note {
  font-weight: 500;
  color: #333;
}

body.house-toomey #nosotope.grid .item .inline div p.result, body.house-rago #nosotope.grid .item .inline div p.result, body.house-toomey #nosotope.grid .item .inline div p.price-available-note, body.house-rago #nosotope.grid .item .inline div p.price-available-note, body.house-toomey #nosotope.grid .item .inline div p.on-hold-note, body.house-rago #nosotope.grid .item .inline div p.on-hold-note {
  font-weight: 500;
}

#nosotope.grid .item .inline div p.buy_now {
  font-weight: 500;
  color: #489559;
}

body.house-lama #nosotope.grid .item .inline div p.buy_now {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

#nosotope.grid .item .inline div .name {
  display: block;
  overflow: hidden;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  color: #333;
  text-transform: uppercase;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
}

body.house-toomey #nosotope.grid .item .inline div .name, body.house-rago #nosotope.grid .item .inline div .name {
  font-family: Alright, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.15rem;
  color: #111;
}

body.house-lama #nosotope.grid .item .inline div .name {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.18rem;
}

#nosotope.grid .item .inline div .title {
  overflow: hidden;
  margin-bottom: 0;
}

#nosotope.grid .item .inline div .lot_no {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  line-height: 3.2rem;
  padding-bottom: 0.8rem;
  color: #999;
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

body.house-toomey #nosotope.grid .item .inline div .lot_no {
  font-size: 2.6rem;
  letter-spacing: 1px;
  font-family: "Canela Web", serif;
  font-weight: 900;
}

body.house-rago #nosotope.grid .item .inline div .lot_no {
  font-size: 3.8rem;
  font-family: "Dala Floda", serif;
  font-weight: 700;
}

body.house-lama #nosotope.grid .item .inline div .lot_no {
  font-family: "Lust", serif;
  font-size: 3rem;
  line-height: 2.4rem;
}

#nosotope.grid .item .inline div.on-hold-note p, #nosotope.grid .item .inline div.price-available-note p, #nosotope.grid .item .inline div.starting_bid p, #nosotope.grid .item .inline div.result p {
  color: #333;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

body.house-toomey #nosotope.grid .item .inline div.on-hold-note p, body.house-rago #nosotope.grid .item .inline div.on-hold-note p, body.house-toomey #nosotope.grid .item .inline div.price-available-note p, body.house-rago #nosotope.grid .item .inline div.price-available-note p, body.house-toomey #nosotope.grid .item .inline div.starting_bid p, body.house-rago #nosotope.grid .item .inline div.starting_bid p, body.house-toomey #nosotope.grid .item .inline div.result p, body.house-rago #nosotope.grid .item .inline div.result p {
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-weight: 700;
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-lama #nosotope.grid .item .inline div.on-hold-note p, body.house-lama #nosotope.grid .item .inline div.price-available-note p, body.house-lama #nosotope.grid .item .inline div.starting_bid p, body.house-lama #nosotope.grid .item .inline div.result p {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
  line-height: 2rem;
}

#nosotope.grid .item .inline div.on-hold-note span, #nosotope.grid .item .inline div.price-available-note span, #nosotope.grid .item .inline div.starting_bid span, #nosotope.grid .item .inline div.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

body.house-toomey #nosotope.grid .item .inline div.on-hold-note span, body.house-rago #nosotope.grid .item .inline div.on-hold-note span, body.house-toomey #nosotope.grid .item .inline div.price-available-note span, body.house-rago #nosotope.grid .item .inline div.price-available-note span, body.house-toomey #nosotope.grid .item .inline div.starting_bid span, body.house-rago #nosotope.grid .item .inline div.starting_bid span, body.house-toomey #nosotope.grid .item .inline div.result span, body.house-rago #nosotope.grid .item .inline div.result span {
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-family: Alright, sans-serif;
  font-weight: 500;
}

body.house-lama #nosotope.grid .item .inline div.on-hold-note span, body.house-lama #nosotope.grid .item .inline div.price-available-note span, body.house-lama #nosotope.grid .item .inline div.starting_bid span, body.house-lama #nosotope.grid .item .inline div.result span {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
  color: #444;
  line-height: 2rem;
}

#nosotope.grid .item .image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 1rem;
}

#nosotope.grid .item .image img {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

#nosotope.grid .item:hover .artist .watched-lot-button {
  opacity: 1;
}

#nosotope.grid .item .artist .watched-lot-button {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  vertical-align: top;
  height: 100%;
}

#nosotope.grid .item .artist .watched-lot-button.watched, body.mobile #nosotope.grid .item .artist .watched-lot-button {
  opacity: 1;
}

#nosotope.grid .item .artist .watched-lot-button .btn-inner {
  width: 27px;
  height: 30px;
}

#nosotope.grid .item h3 {
  margin: 0;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.15rem;
  max-height: 4.2rem;
  color: #444;
  text-transform: uppercase;
  display: inline-block;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
}

#nosotope.grid .item a {
  text-decoration: none;
  display: block;
}

#nosotope.grid .item a.item_link {
  text-decoration: none !important;
}

#nosotope.grid .item p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 2.1rem;
  color: #666;
}

#nosotope.grid .item img {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: auto;
}

#nosotope.grid .item .lot_no {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  line-height: 3.2rem;
  padding-bottom: 0.8rem;
  color: #999;
}

#nosotope.grid .item .result,
#nosotope.grid .item .price-available-note,
#nosotope.grid .item .on-hold-note {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

#nosotope.grid .item .bid-status {
  justify-content: start;
}

#nosotope.grid .item .bid-status .leading {
  color: #25951b;
}

#nosotope.grid .item .bid-status .outbid {
  color: #C62525;
}

#nosotope.grid .item .bid-amount {
  color: #444;
}

#nosotope.grid .item .bid-amount:after {
  content: "";
}

#nosotope.grid .item .bid-count {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

#nosotope.grid .item .bid-type-label.starting {
  font-weight: normal;
}

#nosotope.grid .item .bid-type-label.current {
  font-weight: 500;
}

#nosotope.grid .item .edit-bid {
  text-decoration: underline !important;
  letter-spacing: 0.03rem;
  background: transparent !important;
  margin-left: 0.5rem;
}

#nosotope.grid .item .user-activity {
  display: flex;
  flex-direction: row;
  margin-top: 1.1rem;
}

#nosotope.grid .item .user-activity .user-current-bid {
  color: #333;
  font-weight: 500;
}

body.house-lama #nosotope.grid .item .user-activity .user-current-bid {
  color: #444;
}

#nosotope.grid .item-wn .image {
  margin-bottom: 0;
}

#nosotope.grid .item.chapter {
  max-width: 100%;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}

#nosotope.grid .item.chapter.w1.t1 .chapter-text {
  max-width: calc((100% / 1) * 1);
}

#nosotope.grid .item.chapter.w1.t2 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t3 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t4 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t1 .chapter-text {
  max-width: calc((100% / 2) * 1);
}

#nosotope.grid .item.chapter.w2.t2 .chapter-text {
  max-width: calc((100% / 2) * 2);
}

#nosotope.grid .item.chapter.w2.t3 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t4 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w3.t1 .chapter-text {
  max-width: calc((100% / 3) * 1);
}

#nosotope.grid .item.chapter.w3.t2 .chapter-text {
  max-width: calc((100% / 3) * 2);
}

#nosotope.grid .item.chapter.w3.t3 .chapter-text {
  max-width: calc((100% / 3) * 3);
}

#nosotope.grid .item.chapter.w3.t4 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w3.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w3.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w3.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w3.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w4.t1 .chapter-text {
  max-width: calc((100% / 4) * 1);
}

#nosotope.grid .item.chapter.w4.t2 .chapter-text {
  max-width: calc((100% / 4) * 2);
}

#nosotope.grid .item.chapter.w4.t3 .chapter-text {
  max-width: calc((100% / 4) * 3);
}

#nosotope.grid .item.chapter.w4.t4 .chapter-text {
  max-width: calc((100% / 4) * 4);
}

#nosotope.grid .item.chapter.w4.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w4.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w4.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w4.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w5.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

#nosotope.grid .item.chapter.w5.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

#nosotope.grid .item.chapter.w5.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

#nosotope.grid .item.chapter.w5.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

#nosotope.grid .item.chapter.w5.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

#nosotope.grid .item.chapter.w5.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w5.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w5.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w6.t1 .chapter-text {
  max-width: calc((100% / 6) * 1);
}

#nosotope.grid .item.chapter.w6.t2 .chapter-text {
  max-width: calc((100% / 6) * 2);
}

#nosotope.grid .item.chapter.w6.t3 .chapter-text {
  max-width: calc((100% / 6) * 3);
}

#nosotope.grid .item.chapter.w6.t4 .chapter-text {
  max-width: calc((100% / 6) * 4);
}

#nosotope.grid .item.chapter.w6.t5 .chapter-text {
  max-width: calc((100% / 6) * 5);
}

#nosotope.grid .item.chapter.w6.t6 .chapter-text {
  max-width: calc((100% / 6) * 6);
}

#nosotope.grid .item.chapter.w6.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w6.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w7.t1 .chapter-text {
  max-width: calc((100% / 7) * 1);
}

#nosotope.grid .item.chapter.w7.t2 .chapter-text {
  max-width: calc((100% / 7) * 2);
}

#nosotope.grid .item.chapter.w7.t3 .chapter-text {
  max-width: calc((100% / 7) * 3);
}

#nosotope.grid .item.chapter.w7.t4 .chapter-text {
  max-width: calc((100% / 7) * 4);
}

#nosotope.grid .item.chapter.w7.t5 .chapter-text {
  max-width: calc((100% / 7) * 5);
}

#nosotope.grid .item.chapter.w7.t6 .chapter-text {
  max-width: calc((100% / 7) * 6);
}

#nosotope.grid .item.chapter.w7.t7 .chapter-text {
  max-width: calc((100% / 7) * 7);
}

#nosotope.grid .item.chapter.w7.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w8 {
  width: 100%;
}

#nosotope.grid .item.chapter.w8.t1 .chapter-text {
  max-width: calc((100% / 8) * 1);
}

#nosotope.grid .item.chapter.w8.t2 .chapter-text {
  max-width: calc((100% / 8) * 2);
}

#nosotope.grid .item.chapter.w8.t3 .chapter-text {
  max-width: calc((100% / 8) * 3);
}

#nosotope.grid .item.chapter.w8.t4 .chapter-text {
  max-width: calc((100% / 8) * 4);
}

#nosotope.grid .item.chapter.w8.t5 .chapter-text {
  max-width: calc((100% / 8) * 5);
}

#nosotope.grid .item.chapter.w8.t6 .chapter-text {
  max-width: calc((100% / 8) * 6);
}

#nosotope.grid .item.chapter.w8.t7 .chapter-text {
  max-width: calc((100% / 8) * 7);
}

#nosotope.grid .item.chapter.w8.t8 .chapter-text {
  max-width: calc((100% / 8) * 8);
}

#nosotope.grid .item.chapter .bg-img {
  width: calc(100% - 4rem);
}

@media (max-width: 512px) {
  #nosotope.grid .item.chapter .bg-img {
    width: calc(100% - 2rem);
  }
}

#nosotope.grid .item.chapter.h1 {
  grid-row: span 1;
}

#nosotope.grid .item.chapter.h2 {
  grid-row: span 2;
}

#nosotope.grid .item.chapter.h3 {
  grid-row: span 3;
}

#nosotope.grid .item.chapter.h4 {
  grid-row: span 4;
}

#nosotope.grid .item.chapter.h5 {
  grid-row: span 5;
}

#nosotope.grid .item.chapter.h6 {
  grid-row: span 6;
}

#nosotope.grid .item.chapter.h7 {
  grid-row: span 7;
}

#nosotope.grid .item.chapter.h8 {
  grid-row: span 8;
}

#nosotope.grid img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
  position: relative;
}

#nosotope.grid .inner-container {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

#nosotope.grid .___item[data-mosaic-ratio="1:1"],
#nosotope.grid .item[data-mosaic-ratio="1:1"] {
  grid-row: span 1;
  grid-column: span 1;
}

#nosotope.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="1:1"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="1:2"],
#nosotope.grid .item[data-mosaic-ratio="1:2"] {
  grid-row: span 2;
  grid-column: span 1;
}

#nosotope.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="1:2"] .mosaic {
  padding-bottom: calc(200% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="1:3"],
#nosotope.grid .item[data-mosaic-ratio="1:3"] {
  grid-row: span 3;
  grid-column: span 1;
}

#nosotope.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="1:3"] .mosaic {
  padding-bottom: calc(300% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="1:4"],
#nosotope.grid .item[data-mosaic-ratio="1:4"] {
  grid-row: span 4;
  grid-column: span 1;
}

#nosotope.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="1:4"] .mosaic {
  padding-bottom: calc(400% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="1:5"],
#nosotope.grid .item[data-mosaic-ratio="1:5"] {
  grid-row: span 5;
  grid-column: span 1;
}

#nosotope.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="1:5"] .mosaic {
  padding-bottom: calc(500% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="2:1"],
#nosotope.grid .item[data-mosaic-ratio="2:1"] {
  grid-row: span 1;
  grid-column: span 2;
}

#nosotope.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="2:1"] .mosaic {
  padding-bottom: calc(50% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="2:2"],
#nosotope.grid .item[data-mosaic-ratio="2:2"] {
  grid-row: span 2;
  grid-column: span 2;
}

#nosotope.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="2:2"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="2:3"],
#nosotope.grid .item[data-mosaic-ratio="2:3"] {
  grid-row: span 3;
  grid-column: span 2;
}

#nosotope.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="2:3"] .mosaic {
  padding-bottom: calc(150% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="2:4"],
#nosotope.grid .item[data-mosaic-ratio="2:4"] {
  grid-row: span 4;
  grid-column: span 2;
}

#nosotope.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="2:4"] .mosaic {
  padding-bottom: calc(200% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="2:5"],
#nosotope.grid .item[data-mosaic-ratio="2:5"] {
  grid-row: span 5;
  grid-column: span 2;
}

#nosotope.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="2:5"] .mosaic {
  padding-bottom: calc(250% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="3:1"],
#nosotope.grid .item[data-mosaic-ratio="3:1"] {
  grid-row: span 1;
  grid-column: span 3;
}

#nosotope.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="3:1"] .mosaic {
  padding-bottom: calc(33% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="3:2"],
#nosotope.grid .item[data-mosaic-ratio="3:2"] {
  grid-row: span 2;
  grid-column: span 3;
}

#nosotope.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="3:2"] .mosaic {
  padding-bottom: calc(66% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="3:3"],
#nosotope.grid .item[data-mosaic-ratio="3:3"] {
  grid-row: span 3;
  grid-column: span 3;
}

#nosotope.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="3:3"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="3:4"],
#nosotope.grid .item[data-mosaic-ratio="3:4"] {
  grid-row: span 4;
  grid-column: span 3;
}

#nosotope.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="3:4"] .mosaic {
  padding-bottom: calc(133% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="3:5"],
#nosotope.grid .item[data-mosaic-ratio="3:5"] {
  grid-row: span 5;
  grid-column: span 3;
}

#nosotope.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="3:5"] .mosaic {
  padding-bottom: calc(166% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="4:1"],
#nosotope.grid .item[data-mosaic-ratio="4:1"] {
  grid-row: span 1;
  grid-column: span 4;
}

#nosotope.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="4:1"] .mosaic {
  padding-bottom: calc(25% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="4:2"],
#nosotope.grid .item[data-mosaic-ratio="4:2"] {
  grid-row: span 2;
  grid-column: span 4;
}

#nosotope.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="4:2"] .mosaic {
  padding-bottom: calc(50% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="4:3"],
#nosotope.grid .item[data-mosaic-ratio="4:3"] {
  grid-row: span 3;
  grid-column: span 4;
}

#nosotope.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="4:3"] .mosaic {
  padding-bottom: calc(75% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="4:4"],
#nosotope.grid .item[data-mosaic-ratio="4:4"] {
  grid-row: span 4;
  grid-column: span 4;
}

#nosotope.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="4:4"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="4:5"],
#nosotope.grid .item[data-mosaic-ratio="4:5"] {
  grid-row: span 5;
  grid-column: span 4;
}

#nosotope.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="4:5"] .mosaic {
  padding-bottom: calc(125% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="5:1"],
#nosotope.grid .item[data-mosaic-ratio="5:1"] {
  grid-row: span 1;
  grid-column: span 5;
}

#nosotope.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="5:1"] .mosaic {
  padding-bottom: calc(20% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="5:2"],
#nosotope.grid .item[data-mosaic-ratio="5:2"] {
  grid-row: span 2;
  grid-column: span 5;
}

#nosotope.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="5:2"] .mosaic {
  padding-bottom: calc(40% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="5:3"],
#nosotope.grid .item[data-mosaic-ratio="5:3"] {
  grid-row: span 3;
  grid-column: span 5;
}

#nosotope.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="5:3"] .mosaic {
  padding-bottom: calc(60% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="5:4"],
#nosotope.grid .item[data-mosaic-ratio="5:4"] {
  grid-row: span 4;
  grid-column: span 5;
}

#nosotope.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="5:4"] .mosaic {
  padding-bottom: calc(80% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .___item[data-mosaic-ratio="5:5"],
#nosotope.grid .item[data-mosaic-ratio="5:5"] {
  grid-row: span 5;
  grid-column: span 5;
}

#nosotope.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
#nosotope.grid .item[data-mosaic-ratio="5:5"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

#nosotope.grid .item.w8 {
  grid-column: span 8;
}

#nosotope.grid .item.chapter.w1.t1 .chapter-text {
  max-width: calc((100% / 1) * 1);
}

#nosotope.grid .item.chapter.w1.t2 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t3 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t4 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w1.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t1 .chapter-text {
  max-width: calc((100% / 2) * 1);
}

#nosotope.grid .item.chapter.w2.t2 .chapter-text {
  max-width: calc((100% / 2) * 2);
}

#nosotope.grid .item.chapter.w2.t3 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t4 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w2.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w3.t1 .chapter-text {
  max-width: calc((100% / 3) * 1);
}

#nosotope.grid .item.chapter.w3.t2 .chapter-text {
  max-width: calc((100% / 3) * 2);
}

#nosotope.grid .item.chapter.w3.t3 .chapter-text {
  max-width: calc((100% / 3) * 3);
}

#nosotope.grid .item.chapter.w3.t4 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w3.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w3.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w3.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w3.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w4.t1 .chapter-text {
  max-width: calc((100% / 4) * 1);
}

#nosotope.grid .item.chapter.w4.t2 .chapter-text {
  max-width: calc((100% / 4) * 2);
}

#nosotope.grid .item.chapter.w4.t3 .chapter-text {
  max-width: calc((100% / 4) * 3);
}

#nosotope.grid .item.chapter.w4.t4 .chapter-text {
  max-width: calc((100% / 4) * 4);
}

#nosotope.grid .item.chapter.w4.t5 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w4.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w4.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w4.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w5.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

#nosotope.grid .item.chapter.w5.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

#nosotope.grid .item.chapter.w5.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

#nosotope.grid .item.chapter.w5.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

#nosotope.grid .item.chapter.w5.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

#nosotope.grid .item.chapter.w5.t6 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w5.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w5.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w6.t1 .chapter-text {
  max-width: calc((100% / 6) * 1);
}

#nosotope.grid .item.chapter.w6.t2 .chapter-text {
  max-width: calc((100% / 6) * 2);
}

#nosotope.grid .item.chapter.w6.t3 .chapter-text {
  max-width: calc((100% / 6) * 3);
}

#nosotope.grid .item.chapter.w6.t4 .chapter-text {
  max-width: calc((100% / 6) * 4);
}

#nosotope.grid .item.chapter.w6.t5 .chapter-text {
  max-width: calc((100% / 6) * 5);
}

#nosotope.grid .item.chapter.w6.t6 .chapter-text {
  max-width: calc((100% / 6) * 6);
}

#nosotope.grid .item.chapter.w6.t7 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w6.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w7.t1 .chapter-text {
  max-width: calc((100% / 7) * 1);
}

#nosotope.grid .item.chapter.w7.t2 .chapter-text {
  max-width: calc((100% / 7) * 2);
}

#nosotope.grid .item.chapter.w7.t3 .chapter-text {
  max-width: calc((100% / 7) * 3);
}

#nosotope.grid .item.chapter.w7.t4 .chapter-text {
  max-width: calc((100% / 7) * 4);
}

#nosotope.grid .item.chapter.w7.t5 .chapter-text {
  max-width: calc((100% / 7) * 5);
}

#nosotope.grid .item.chapter.w7.t6 .chapter-text {
  max-width: calc((100% / 7) * 6);
}

#nosotope.grid .item.chapter.w7.t7 .chapter-text {
  max-width: calc((100% / 7) * 7);
}

#nosotope.grid .item.chapter.w7.t8 .chapter-text {
  max-width: 100%;
}

#nosotope.grid .item.chapter.w8 {
  width: 100%;
}

#nosotope.grid .item.chapter.w8.t1 .chapter-text {
  max-width: calc((100% / 8) * 1);
}

#nosotope.grid .item.chapter.w8.t2 .chapter-text {
  max-width: calc((100% / 8) * 2);
}

#nosotope.grid .item.chapter.w8.t3 .chapter-text {
  max-width: calc((100% / 8) * 3);
}

#nosotope.grid .item.chapter.w8.t4 .chapter-text {
  max-width: calc((100% / 8) * 4);
}

#nosotope.grid .item.chapter.w8.t5 .chapter-text {
  max-width: calc((100% / 8) * 5);
}

#nosotope.grid .item.chapter.w8.t6 .chapter-text {
  max-width: calc((100% / 8) * 6);
}

#nosotope.grid .item.chapter.w8.t7 .chapter-text {
  max-width: calc((100% / 8) * 7);
}

#nosotope.grid .item.chapter.w8.t8 .chapter-text {
  max-width: calc((100% / 8) * 8);
}

@media (max-width: 2230px) {
  #nosotope.grid .inner-container {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"],
  #nosotope.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"],
  #nosotope.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"],
  #nosotope.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"],
  #nosotope.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"],
  #nosotope.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"],
  #nosotope.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"],
  #nosotope.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"],
  #nosotope.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"],
  #nosotope.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"],
  #nosotope.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"],
  #nosotope.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"],
  #nosotope.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"],
  #nosotope.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"],
  #nosotope.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"],
  #nosotope.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"],
  #nosotope.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"],
  #nosotope.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"],
  #nosotope.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"],
  #nosotope.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"],
  #nosotope.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"],
  #nosotope.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"],
  #nosotope.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"],
  #nosotope.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"],
  #nosotope.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"],
  #nosotope.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .item.w8, #nosotope.grid .item.w7 {
    grid-column: span 7;
  }

  #nosotope.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.grid .item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.grid .item.chapter.w4.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  #nosotope.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  #nosotope.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  #nosotope.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  #nosotope.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  #nosotope.grid .item.chapter.w5.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w5.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w5.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 6) * 1);
  }

  #nosotope.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 6) * 2);
  }

  #nosotope.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 6) * 3);
  }

  #nosotope.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 6) * 4);
  }

  #nosotope.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 6) * 5);
  }

  #nosotope.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 6) * 6);
  }

  #nosotope.grid .item.chapter.w6.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w6.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w7 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 7) * 1);
  }

  #nosotope.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 7) * 2);
  }

  #nosotope.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 7) * 3);
  }

  #nosotope.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 7) * 4);
  }

  #nosotope.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 7) * 5);
  }

  #nosotope.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 7) * 6);
  }

  #nosotope.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 7) * 7);
  }

  #nosotope.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 7) * 8);
  }

  #nosotope.grid .item.chapter.w8 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 7) * 1);
  }

  #nosotope.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 7) * 2);
  }

  #nosotope.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 7) * 3);
  }

  #nosotope.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 7) * 4);
  }

  #nosotope.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 7) * 5);
  }

  #nosotope.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 7) * 6);
  }

  #nosotope.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 7) * 7);
  }

  #nosotope.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 7) * 8);
  }
}

@media (max-width: 2035px) {
  #nosotope.grid .inner-container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"],
  #nosotope.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"],
  #nosotope.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"],
  #nosotope.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"],
  #nosotope.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"],
  #nosotope.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"],
  #nosotope.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"],
  #nosotope.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"],
  #nosotope.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"],
  #nosotope.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"],
  #nosotope.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"],
  #nosotope.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"],
  #nosotope.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"],
  #nosotope.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"],
  #nosotope.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"],
  #nosotope.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"],
  #nosotope.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"],
  #nosotope.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"],
  #nosotope.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"],
  #nosotope.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"],
  #nosotope.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"],
  #nosotope.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"],
  #nosotope.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"],
  #nosotope.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"],
  #nosotope.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"],
  #nosotope.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .item.w8, #nosotope.grid .item.w7, #nosotope.grid .item.w6 {
    grid-column: span 6;
  }

  #nosotope.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.grid .item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.grid .item.chapter.w4.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  #nosotope.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  #nosotope.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  #nosotope.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  #nosotope.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  #nosotope.grid .item.chapter.w5.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w5.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w5.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w6 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 6) * 1);
  }

  #nosotope.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 6) * 2);
  }

  #nosotope.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 6) * 3);
  }

  #nosotope.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 6) * 4);
  }

  #nosotope.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 6) * 5);
  }

  #nosotope.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 6) * 6);
  }

  #nosotope.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 6) * 7);
  }

  #nosotope.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 6) * 8);
  }

  #nosotope.grid .item.chapter.w7 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 6) * 1);
  }

  #nosotope.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 6) * 2);
  }

  #nosotope.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 6) * 3);
  }

  #nosotope.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 6) * 4);
  }

  #nosotope.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 6) * 5);
  }

  #nosotope.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 6) * 6);
  }

  #nosotope.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 6) * 7);
  }

  #nosotope.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 6) * 8);
  }

  #nosotope.grid .item.chapter.w8 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 6) * 1);
  }

  #nosotope.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 6) * 2);
  }

  #nosotope.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 6) * 3);
  }

  #nosotope.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 6) * 4);
  }

  #nosotope.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 6) * 5);
  }

  #nosotope.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 6) * 6);
  }

  #nosotope.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 6) * 7);
  }

  #nosotope.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 6) * 8);
  }
}

@media (max-width: 1820px) {
  #nosotope.grid .inner-container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"],
  #nosotope.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"],
  #nosotope.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"],
  #nosotope.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"],
  #nosotope.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"],
  #nosotope.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"],
  #nosotope.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"],
  #nosotope.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"],
  #nosotope.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"],
  #nosotope.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"],
  #nosotope.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"],
  #nosotope.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"],
  #nosotope.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"],
  #nosotope.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"],
  #nosotope.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"],
  #nosotope.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"],
  #nosotope.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"],
  #nosotope.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"],
  #nosotope.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"],
  #nosotope.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"],
  #nosotope.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"],
  #nosotope.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"],
  #nosotope.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"],
  #nosotope.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"],
  #nosotope.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"],
  #nosotope.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 5;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .item.w8, #nosotope.grid .item.w7, #nosotope.grid .item.w6, #nosotope.grid .item.w5 {
    grid-column: span 5;
  }

  #nosotope.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.grid .item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.grid .item.chapter.w4.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w5 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  #nosotope.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  #nosotope.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  #nosotope.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  #nosotope.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  #nosotope.grid .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 5) * 6);
  }

  #nosotope.grid .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 5) * 7);
  }

  #nosotope.grid .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 5) * 8);
  }

  #nosotope.grid .item.chapter.w6 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  #nosotope.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  #nosotope.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  #nosotope.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  #nosotope.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  #nosotope.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 5) * 6);
  }

  #nosotope.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 5) * 7);
  }

  #nosotope.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 5) * 8);
  }

  #nosotope.grid .item.chapter.w7 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  #nosotope.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  #nosotope.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  #nosotope.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  #nosotope.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  #nosotope.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 5) * 6);
  }

  #nosotope.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 5) * 7);
  }

  #nosotope.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 5) * 8);
  }

  #nosotope.grid .item.chapter.w8 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  #nosotope.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  #nosotope.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  #nosotope.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  #nosotope.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  #nosotope.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 5) * 6);
  }

  #nosotope.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 5) * 7);
  }

  #nosotope.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 5) * 8);
  }
}

@media (max-width: 1515px) {
  #nosotope.grid .inner-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"],
  #nosotope.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"],
  #nosotope.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"],
  #nosotope.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"],
  #nosotope.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"],
  #nosotope.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"],
  #nosotope.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"],
  #nosotope.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"],
  #nosotope.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"],
  #nosotope.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"],
  #nosotope.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"],
  #nosotope.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"],
  #nosotope.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"],
  #nosotope.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"],
  #nosotope.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"],
  #nosotope.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"],
  #nosotope.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"],
  #nosotope.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"],
  #nosotope.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"],
  #nosotope.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"],
  #nosotope.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"],
  #nosotope.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"],
  #nosotope.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"],
  #nosotope.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"],
  #nosotope.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"],
  #nosotope.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .item.w8, #nosotope.grid .item.w7, #nosotope.grid .item.w6, #nosotope.grid .item.w5, #nosotope.grid .item.w4 {
    grid-column: span 4;
  }

  #nosotope.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.grid .item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w4 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.grid .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope.grid .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope.grid .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope.grid .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope.grid .item.chapter.w5 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope.grid .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope.grid .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope.grid .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope.grid .item.chapter.w6 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope.grid .item.chapter.w7 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope.grid .item.chapter.w8 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }
}

@media (max-width: 1200px) {
  #nosotope.grid .inner-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"],
  #nosotope.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"],
  #nosotope.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"],
  #nosotope.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"],
  #nosotope.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"],
  #nosotope.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"],
  #nosotope.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"],
  #nosotope.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"],
  #nosotope.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"],
  #nosotope.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"],
  #nosotope.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"],
  #nosotope.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"],
  #nosotope.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"],
  #nosotope.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"],
  #nosotope.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"],
  #nosotope.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"],
  #nosotope.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"],
  #nosotope.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"],
  #nosotope.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"],
  #nosotope.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"],
  #nosotope.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"],
  #nosotope.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"],
  #nosotope.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"],
  #nosotope.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"],
  #nosotope.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"],
  #nosotope.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .item.w8, #nosotope.grid .item.w7, #nosotope.grid .item.w6, #nosotope.grid .item.w5, #nosotope.grid .item.w4, #nosotope.grid .item.w3 {
    grid-column: span 3;
  }

  #nosotope.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w3 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.grid .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.grid .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.grid .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.grid .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.grid .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope.grid .item.chapter.w4 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.grid .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.grid .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.grid .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.grid .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope.grid .item.chapter.w5 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.grid .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.grid .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.grid .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope.grid .item.chapter.w6 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope.grid .item.chapter.w7 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope.grid .item.chapter.w8 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }
}

@media (max-width: 900px) {
  #nosotope.grid .inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"],
  #nosotope.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"],
  #nosotope.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"],
  #nosotope.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"],
  #nosotope.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"],
  #nosotope.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"],
  #nosotope.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"],
  #nosotope.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"],
  #nosotope.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"],
  #nosotope.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"],
  #nosotope.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"],
  #nosotope.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"],
  #nosotope.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"],
  #nosotope.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"],
  #nosotope.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"],
  #nosotope.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"],
  #nosotope.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"],
  #nosotope.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"],
  #nosotope.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"],
  #nosotope.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"],
  #nosotope.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"],
  #nosotope.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"],
  #nosotope.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"],
  #nosotope.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"],
  #nosotope.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"],
  #nosotope.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .item.w8, #nosotope.grid .item.w7, #nosotope.grid .item.w6, #nosotope.grid .item.w5, #nosotope.grid .item.w4, #nosotope.grid .item.w3, #nosotope.grid .item.w2 {
    grid-column: span 2;
  }

  #nosotope.grid .item.chapter {
    grid-column: span 2;
  }

  #nosotope.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w3 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w4 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w5 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w6 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w7 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w8 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }
}

@media (max-width: 768px) {
  #nosotope.grid {
    margin-top: 30px;
  }
}

@media (max-width: 764px) {
  #nosotope.grid .inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"],
  #nosotope.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"],
  #nosotope.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"],
  #nosotope.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"],
  #nosotope.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"],
  #nosotope.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  #nosotope.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"],
  #nosotope.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"],
  #nosotope.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"],
  #nosotope.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"],
  #nosotope.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"],
  #nosotope.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"],
  #nosotope.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"],
  #nosotope.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"],
  #nosotope.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"],
  #nosotope.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"],
  #nosotope.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"],
  #nosotope.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"],
  #nosotope.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"],
  #nosotope.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"],
  #nosotope.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"],
  #nosotope.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"],
  #nosotope.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"],
  #nosotope.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"],
  #nosotope.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"],
  #nosotope.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"],
  #nosotope.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  #nosotope.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  #nosotope.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  #nosotope.grid .item.w8, #nosotope.grid .item.w7, #nosotope.grid .item.w6, #nosotope.grid .item.w5, #nosotope.grid .item.w4, #nosotope.grid .item.w3, #nosotope.grid .item.w2 {
    grid-column: span 2;
  }

  #nosotope.grid .item.chapter {
    grid-column: span 2;
  }

  #nosotope.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope.grid .item.chapter.w2 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w3 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w4 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w5 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w6 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w7 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope.grid .item.chapter.w8 {
    width: 100%;
  }

  #nosotope.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }
}

@media (min-width: 769px) {
  #nosotope.grid {
    margin-top: 4rem;
  }
}

@media (max-width: 512px) {
  #nosotope.grid .item:not(.chapter) {
    margin-bottom: 14px;
  }

  #nosotope.grid .item.chapter .chapter-text .noma.m {
    font-size: calc(
                    18px + (25 - 18) * ((100vw - 320px) / (512 - 320))
            );
    line-height: 120%;
  }
}

#nosotope.grid .grid {
  display: block;
}

#nosotope.grid .item.chapter.full-width.w8 {
  width: 100vw;
  margin-left: -1rem;
}

@media screen and (min-width: 513px) {
  #nosotope.grid .item.chapter.full-width.w8 {
    margin-left: -3rem;
  }
}

@media screen and (min-width: 1151px) {
  #nosotope.grid .item.chapter.full-width.w8 {
    margin-left: -10rem;
  }
}

@media screen and (min-width: 1361px) {
  #nosotope.grid .item.chapter.full-width.w8 {
    margin-left: -17rem;
  }
}

#nosotope.grid .item.chapter .chapter-text .xxl {
  font-size: 40px;
}

@media (max-width: 2717px) {
  #nosotope.grid .item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 2035px) / (2717 - 2035));
  }

  #nosotope.grid .item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 2035px) / (2717 - 2035));
  }

  #nosotope.grid .item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 2035px) / (2717 - 2035));
  }

  #nosotope.grid .item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 2035px) / (2717 - 2035));
  }

  #nosotope.grid .item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 2035px) / (2717 - 2035));
  }
}

@media (max-width: 2035px) {
  #nosotope.grid .item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 1515px) / (2035 - 1515));
  }

  #nosotope.grid .item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 1515px) / (2035 - 1515));
  }

  #nosotope.grid .item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 1515px) / (2035 - 1515));
  }

  #nosotope.grid .item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 1515px) / (2035 - 1515));
  }

  #nosotope.grid .item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 1515px) / (2035 - 1515));
  }
}

@media (max-width: 1515px) {
  #nosotope.grid .item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 1200px) / (1515 - 1200));
  }

  #nosotope.grid .item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 1200px) / (1515 - 1200));
  }

  #nosotope.grid .item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 1200px) / (1515 - 1200));
  }

  #nosotope.grid .item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 1200px) / (1515 - 1200));
  }

  #nosotope.grid .item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 1200px) / (1515 - 1200));
  }
}

@media (max-width: 1200px) {
  #nosotope.grid .item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 900px) / (1200 - 900));
  }

  #nosotope.grid .item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 900px) / (1200 - 900));
  }

  #nosotope.grid .item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 900px) / (1200 - 900));
  }

  #nosotope.grid .item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 900px) / (1200 - 900));
  }

  #nosotope.grid .item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 900px) / (1200 - 900));
  }
}

@media (max-width: 900px) {
  #nosotope.grid .item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 764px) / (900 - 764));
  }

  #nosotope.grid .item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 764px) / (900 - 764));
  }

  #nosotope.grid .item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 764px) / (900 - 764));
  }

  #nosotope.grid .item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 764px) / (900 - 764));
  }

  #nosotope.grid .item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 764px) / (900 - 764));
  }
}

@media (max-width: 764px) {
  #nosotope.grid .item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 444px) / (764 - 444));
  }

  #nosotope.grid .item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 444px) / (764 - 444));
  }

  #nosotope.grid .item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 444px) / (764 - 444));
  }

  #nosotope.grid .item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 444px) / (764 - 444));
  }

  #nosotope.grid .item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 444px) / (764 - 444));
  }
}

#nosotope.mosaic .item .inline .bid-count, #nosotope.grid .item .inline .bid-count {
  margin-right: 0.8rem;
}

body.house-toomey #nosotope.mosaic .item .inline .bid-status, body.house-rago #nosotope.mosaic .item .inline .bid-status,
body.house-toomey #nosotope.mosaic .item .inline .user-activity,
body.house-rago #nosotope.mosaic .item .inline .user-activity, body.house-toomey #nosotope.grid .item .inline .bid-status, body.house-rago #nosotope.grid .item .inline .bid-status,
body.house-toomey #nosotope.grid .item .inline .user-activity,
body.house-rago #nosotope.grid .item .inline .user-activity {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-lama #nosotope.mosaic .item .inline .bid-status,
body.house-lama #nosotope.mosaic .item .inline .user-activity, body.house-lama #nosotope.grid .item .inline .bid-status,
body.house-lama #nosotope.grid .item .inline .user-activity {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

#nosotope.mosaic .item .inline .bid-status .bid-amount,
#nosotope.mosaic .item .inline .user-activity .bid-amount, #nosotope.grid .item .inline .bid-status .bid-amount,
#nosotope.grid .item .inline .user-activity .bid-amount {
  font-weight: 500;
  color: #333;
}

#nosotope.mosaic .item .inline .bid-status .leading, #nosotope.grid .item .inline .bid-status .leading {
  font-weight: bold;
  color: #25951b;
}

#nosotope.mosaic .item .inline .bid-status .outbid, #nosotope.grid .item .inline .bid-status .outbid {
  font-weight: bold;
  color: #c62525;
}

#nosotope.mosaic .item .inline .user-activity, #nosotope.grid .item .inline .user-activity {
  margin-top: 1.1rem;
}

#nosotope.mosaic .item .inline .user-activity .active-bid .bid-amount, #nosotope.grid .item .inline .user-activity .active-bid .bid-amount {
  font-weight: 700;
}

#nosotope.mosaic .item .inline .user-activity .leading, #nosotope.grid .item .inline .user-activity .leading {
  font-weight: bold;
  color: #25951b;
}

#nosotope.mosaic .item .inline .user-activity .outbid, #nosotope.grid .item .inline .user-activity .outbid {
  font-weight: bold;
  color: #c62525;
}

#nosotope.mosaic .item .inline .user-activity .user-backup-bid a, #nosotope.grid .item .inline .user-activity .user-backup-bid a {
  text-decoration: underline;
  font-weight: bold;
}

#nosotope.mosaic .item .inline .user-activity .user-bid, #nosotope.grid .item .inline .user-activity .user-bid {
  margin-right: 0.5rem;
}

#nosotope.mosaic .item .inline .user-activity .user-bid span, #nosotope.grid .item .inline .user-activity .user-bid span {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}

#nosotope.mosaic .item .inline .user-activity .user-current-bid, #nosotope.grid .item .inline .user-activity .user-current-bid {
  color: #333;
  font-weight: 500;
}

#nosotope.mosaic.mosaic .item .inline .inner, #nosotope.grid.mosaic .item .inline .inner {
  margin-bottom: 2rem;
}

#nosotope.mosaic.mosaic .item .inline .user-activity, #nosotope.grid.mosaic .item .inline .user-activity {
  margin-bottom: 0;
}

body.house-toomey #nosotope.mosaic .user-current-bid,
body.house-toomey #nosotope.mosaic .bid-type-label.starting, body.house-toomey #nosotope.grid .user-current-bid,
body.house-toomey #nosotope.grid .bid-type-label.starting {
  font-size: 1.3rem;
}

body.house-rago #nosotope.mosaic .user-current-bid,
body.house-rago #nosotope.mosaic .bid-type-label.starting, body.house-rago #nosotope.grid .user-current-bid,
body.house-rago #nosotope.grid .bid-type-label.starting {
  font-size: 1.3rem;
}

@media screen and (max-width: 764px) {
  #nosotope .ch-img-static.bg-v-align-top {
    -o-object-position: center top;
       object-position: center top;
  }

  #nosotope .ch-img-static.bg-v-align-bottom {
    -o-object-position: center bottom;
       object-position: center bottom;
  }

  #nosotope .ch-img-static.bg-v-align-center {
    -o-object-position: center center;
       object-position: center center;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:1"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:2"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 2)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:3"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 3)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:4"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 4)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:5"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 5)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:6"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 6)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:7"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 7)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="1:8"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 8)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:1"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 1)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:2"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:3"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 3)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:4"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 4)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:5"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 5)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:6"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 6)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:7"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 7)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="2:8"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 8)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:1"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 1)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:2"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 2)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:3"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:4"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 4)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:5"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 5)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:6"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 6)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:7"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 7)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="3:8"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 8)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:1"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 1)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:2"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 2)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:3"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 3)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:4"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:5"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 5)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:6"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 6)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:7"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 7)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="4:8"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 8)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:1"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 1)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:2"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 2)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:3"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 3)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:4"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 4)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:5"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:6"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 6)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:7"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 7)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="5:8"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 8)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:1"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 1)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:2"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 2)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:3"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 3)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:4"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 4)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:5"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 5)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:6"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:7"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 7)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="6:8"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 8)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:1"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 1)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:2"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 2)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:3"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 3)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:4"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 4)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:5"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 5)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:6"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 6)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:7"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="7:8"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 8)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:1"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 1)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:2"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 2)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:3"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 3)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:4"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 4)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:5"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 5)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:6"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 6)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:7"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 7)) !important;
  }

  #nosotope .item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  #nosotope .item.chapter[data-mosaic-ratio="8:8"]:not(.has-text) .inner {
    height: 100vw !important;
  }
}

@media screen and (max-width: 764px) and (max-width: 1515px) {
  #nosotope .item.chapter.w1 {
    width: calc((100% / 4) * 1);
  }

  #nosotope .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2 {
    width: calc((100% / 4) * 2);
  }

  #nosotope .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w3 {
    width: calc((100% / 4) * 3);
  }

  #nosotope .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope .item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w4 {
    width: 100%;
  }

  #nosotope .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope .item.chapter.w5 {
    width: 100%;
  }

  #nosotope .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope .item.chapter.w6 {
    width: 100%;
  }

  #nosotope .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope .item.chapter.w7 {
    width: 100%;
  }

  #nosotope .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  #nosotope .item.chapter.w8 {
    width: 100%;
  }

  #nosotope .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  #nosotope .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  #nosotope .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  #nosotope .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  #nosotope .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  #nosotope .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  #nosotope .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  #nosotope .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }
}

@media screen and (max-width: 764px) and (max-width: 1200px) {
  #nosotope .item.chapter.w1 {
    width: calc((100% / 3) * 1);
  }

  #nosotope .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2 {
    width: calc((100% / 3) * 2);
  }

  #nosotope .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w3 {
    width: 100%;
  }

  #nosotope .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope .item.chapter.w4 {
    width: 100%;
  }

  #nosotope .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope .item.chapter.w5 {
    width: 100%;
  }

  #nosotope .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope .item.chapter.w6 {
    width: 100%;
  }

  #nosotope .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope .item.chapter.w7 {
    width: 100%;
  }

  #nosotope .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  #nosotope .item.chapter.w8 {
    width: 100%;
  }

  #nosotope .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  #nosotope .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  #nosotope .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  #nosotope .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  #nosotope .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  #nosotope .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  #nosotope .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  #nosotope .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }
}

@media screen and (max-width: 764px) and (max-width: 900px) {
  #nosotope .item.chapter.w1 {
    width: calc((100% / 2) * 1);
  }

  #nosotope .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  #nosotope .item.chapter.w2 {
    width: 100%;
  }

  #nosotope .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope .item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope .item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope .item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope .item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope .item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope .item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope .item.chapter.w3 {
    width: 100%;
  }

  #nosotope .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope .item.chapter.w4 {
    width: 100%;
  }

  #nosotope .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope .item.chapter.w5 {
    width: 100%;
  }

  #nosotope .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope .item.chapter.w6 {
    width: 100%;
  }

  #nosotope .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope .item.chapter.w7 {
    width: 100%;
  }

  #nosotope .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  #nosotope .item.chapter.w8 {
    width: 100%;
  }

  #nosotope .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  #nosotope .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  #nosotope .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  #nosotope .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  #nosotope .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  #nosotope .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  #nosotope .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  #nosotope .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }
}

@media screen and (max-width: 764px) and (max-width: 764px) {
  #nosotope .item.chapter.w1 {
    width: 100%;
  }

  #nosotope .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope .item.chapter.w1.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope .item.chapter.w1.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope .item.chapter.w1.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope .item.chapter.w1.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope .item.chapter.w1.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope .item.chapter.w1.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope .item.chapter.w1.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope .item.chapter.w2 {
    width: 100%;
  }

  #nosotope .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope .item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope .item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope .item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope .item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope .item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope .item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope .item.chapter.w3 {
    width: 100%;
  }

  #nosotope .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope .item.chapter.w4 {
    width: 100%;
  }

  #nosotope .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope .item.chapter.w5 {
    width: 100%;
  }

  #nosotope .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope .item.chapter.w6 {
    width: 100%;
  }

  #nosotope .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope .item.chapter.w7 {
    width: 100%;
  }

  #nosotope .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  #nosotope .item.chapter.w8 {
    width: 100%;
  }

  #nosotope .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  #nosotope .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  #nosotope .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  #nosotope .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  #nosotope .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  #nosotope .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  #nosotope .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  #nosotope .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }
}

#nosotope .inner-container {
  width: 100%;
}

#nosotope .mosaic img,
#nosotope .item_link img {
  transition: opacity 0.5s ease-in-out;
}

#nosotope .mosaic img.lazyload, #nosotope .mosaic img.lazyloading,
#nosotope .item_link img.lazyload,
#nosotope .item_link img.lazyloading {
  opacity: 0;
  filter: alpha(opacity=0);
}

#nosotope .mosaic img.lazyloaded,
#nosotope .item_link img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

#nosotope .item a.link,
#nosotope a.item_link {
  text-decoration: none;
}

#nosotope .item a.item_link .item_image_wrapper {
  padding-top: 100%;
  position: relative;
}

#nosotope .item a.item_link .item_image_wrapper.img_lazyloaded {
  background-color: transparent;
}

#nosotope .item a.item_link .item_image_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom left;
     object-position: bottom left;
}

#nosotope .item:not(.chapter) div.bg-img {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  filter: alpha(opacity=0);
  opacity: 0;
}

#nosotope .item:not(.chapter) div.bg-img:not(.no-fade) {
  transition: opacity 0.2s ease-in-out;
}

#nosotope .item:not(.chapter) div.bg-img.fade-in {
  filter: alpha(opacity=100);
  opacity: 1;
}

#nosotope .item:not(.chapter) .text div.result p {
  font-size: 1.1rem;
  letter-spacing: 0.025rem;
}

#nosotope .item:not(.chapter) .text div .caption_numeric_value {
  font-size: inherit;
}

#nosotope .item:not(.chapter) .buy_now_badge {
  display: none;
}

#nosotope .item:not(.chapter).buy-now.show_badge .buy_now_badge {
  display: block;
  position: absolute;
  background: rgba(72, 149, 89, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  height: 27px;
}

#nosotope .item:not(.chapter).buy-now.show_badge .buy_now_badge p {
  padding: 0;
  margin: 0;
  line-height: 27px;
  font-size: 13px;
  letter-spacing: 0.8px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: Alright, sans-serif;
  font-weight: 700;
}

#nosotope .item:not(.chapter) .inline .buy_now p {
  color: #489559;
}

body.house-toomey #nosotope .item:not(.chapter) .inline .buy_now p, body.house-wright #nosotope .item:not(.chapter) .inline .buy_now p, body.house-herman_miller #nosotope .item:not(.chapter) .inline .buy_now p, body.house-lama #nosotope .item:not(.chapter) .inline .buy_now p, body.house-rago #nosotope .item:not(.chapter) .inline .buy_now p {
  color: #489559;
}

#nosotope .item:not(.chapter) .inline .buy_now p, #nosotope .item:not(.chapter) .inline .buy_now p .caption_numeric_value {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

body.house-toomey #nosotope .item:not(.chapter) .inline .buy_now p, body.house-rago #nosotope .item:not(.chapter) .inline .buy_now p, body.house-toomey #nosotope .item:not(.chapter) .inline .buy_now p .caption_numeric_value, body.house-rago #nosotope .item:not(.chapter) .inline .buy_now p .caption_numeric_value {
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.03rem;
  font-family: Alright, sans-serif;
  font-weight: 700;
}

body.house-lama #nosotope .item:not(.chapter) .inline .buy_now p, body.house-lama #nosotope .item:not(.chapter) .inline .buy_now p .caption_numeric_value {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

#nosotope .item:not(.chapter) .inline .buy_now p .caption_numeric_value, body.house-rago #nosotope .item:not(.chapter) .inline .buy_now p .caption_numeric_value {
  font-size: inherit;
}

#nosotope .item.chapter .wrapper {
  position: initial;
}

@media (max-width: 767px) {
  #nosotope .item.chapter.hidden-mobile, #nosotope .item.chapter.with-bg.hidden-mobile {
    display: none;
  }
}

#nosotope .item.chapter.full-width {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

#nosotope .item.chapter.full-width .bg-img {
  width: 100vw;
  max-width: 100%;
}

#nosotope .item.chapter.full-width .fixed .bg-img {
  position: fixed;
  min-height: 100%;
}

@media (max-width: 1023px) {
  #nosotope .item.chapter.full-width .fixed .bg-img {
    position: absolute;
  }
}

#nosotope .item.chapter.full-width a.wrapper-link {
  width: 100%;
}

#nosotope .item.chapter.break-row {
  width: 100vw;
  max-width: 100vw;
  height: 0px;
  padding: 0;
}

#nosotope .item.chapter .fluid-img img {
  width: 100%;
  height: 100%;
}

#nosotope .item.chapter .background.fluid-img {
  color: #f3f3f3;
}

#nosotope .item.chapter .bg-img {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}

#nosotope .item.chapter .bg-img:last-of-type {
  margin-bottom: -0.6rem;
}

#nosotope .item.chapter .bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

#nosotope .item.chapter .bg-img img:last-of-type {
  margin-bottom: -0.6rem;
}

#nosotope .item.chapter .bg-img.bg-v-align-top {
  background-position: center top;
}

#nosotope .item.chapter .bg-img.bg-v-align-top img.bg-img {
  background-position: center top;
  top: 0;
  bottom: auto;
}

#nosotope .item.chapter .bg-img.bg-v-align-center {
  background-position: center center;
}

#nosotope .item.chapter .bg-img.bg-v-align-bottom {
  background-position: center bottom;
}

#nosotope .item.chapter .bg-img.bg-v-align-bottom img.bg-img {
  top: auto;
  bottom: 0;
}

#nosotope .item.chapter .ch-img-static {
  z-index: 1;
}

#nosotope .item.chapter .img-well {
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: inherit;
  background-color: #f3f3f3;
}

#nosotope .item.chapter.top-text-only .chapter-text span.top-text {
  margin-bottom: 0 !important;
}

#nosotope .item.chapter .chapter-text a {
  text-decoration: underline;
}

#nosotope .item.chapter .wrapper-link {
  z-index: 3;
  position: absolute;
  width: 85%;
  width: calc(100% - 40px);
  height: 100%;
  background: transparent;
}

#nosotope .item.chapter.with-bg .inner {
  position: relative;
  z-index: 1;
}

#nosotope .item.chapter .inner {
  height: 100%;
}

@media screen and (max-width: 764px) {
  #nosotope .item.chapter.with-bg {
    padding-bottom: 100%;
    display: grid;
    align-items: center;
    overflow: hidden;
  }

  #nosotope .item.chapter.with-bg .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

#nosotope .chapter-text {
  padding: 0 2rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

#nosotope .chapter-text .xxl {
  font-size: 60px;
  line-height: 100%;
}

#nosotope .chapter-text .xl {
  font-size: 48px;
  line-height: 103%;
}

#nosotope .chapter-text .l {
  font-size: 36px;
  line-height: 106%;
}

#nosotope .chapter-text .m {
  font-size: 30px;
  line-height: 109%;
}

#nosotope .chapter-text .s {
  font-size: 24px;
  line-height: 120%;
}

#nosotope .chapter-text .xs {
  font-size: 18px;
  line-height: 116%;
}

#nosotope .chapter-text .harriettextblack {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
}

#nosotope .chapter-text .harriettextblack address,
#nosotope .chapter-text .harriettextblack caption,
#nosotope .chapter-text .harriettextblack cite,
#nosotope .chapter-text .harriettextblack code,
#nosotope .chapter-text .harriettextblack dfn,
#nosotope .chapter-text .harriettextblack em,
#nosotope .chapter-text .harriettextblack strong,
#nosotope .chapter-text .harriettextblack th,
#nosotope .chapter-text .harriettextblack var {
  font-weight: normal;
}

#nosotope .chapter-text .harriettextbold {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-weight: bold;
}

#nosotope .chapter-text .harriettextbold address,
#nosotope .chapter-text .harriettextbold caption,
#nosotope .chapter-text .harriettextbold cite,
#nosotope .chapter-text .harriettextbold code,
#nosotope .chapter-text .harriettextbold dfn,
#nosotope .chapter-text .harriettextbold em,
#nosotope .chapter-text .harriettextbold strong,
#nosotope .chapter-text .harriettextbold th,
#nosotope .chapter-text .harriettextbold var {
  font-weight: bold;
}

#nosotope .chapter-text .harriettextlight {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

#nosotope .chapter-text .harriettextlight address,
#nosotope .chapter-text .harriettextlight caption,
#nosotope .chapter-text .harriettextlight cite,
#nosotope .chapter-text .harriettextlight code,
#nosotope .chapter-text .harriettextlight dfn,
#nosotope .chapter-text .harriettextlight em,
#nosotope .chapter-text .harriettextlight strong,
#nosotope .chapter-text .harriettextlight th,
#nosotope .chapter-text .harriettextlight var {
  font-weight: normal;
}

#nosotope .chapter-text .freighttextblack {
  font-family: "freight-text-pro", "georgia", serif;
  font-weight: 900;
}

#nosotope .chapter-text .freighttextblack address,
#nosotope .chapter-text .freighttextblack caption,
#nosotope .chapter-text .freighttextblack cite,
#nosotope .chapter-text .freighttextblack code,
#nosotope .chapter-text .freighttextblack dfn,
#nosotope .chapter-text .freighttextblack em,
#nosotope .chapter-text .freighttextblack strong,
#nosotope .chapter-text .freighttextblack th,
#nosotope .chapter-text .freighttextblack var {
  font-weight: 900;
}

#nosotope .chapter-text .freighttextsemibold {
  font-family: "freight-text-pro", "georgia", serif;
  font-weight: 600;
}

#nosotope .chapter-text .freighttextsemibold address,
#nosotope .chapter-text .freighttextsemibold caption,
#nosotope .chapter-text .freighttextsemibold cite,
#nosotope .chapter-text .freighttextsemibold code,
#nosotope .chapter-text .freighttextsemibold dfn,
#nosotope .chapter-text .freighttextsemibold em,
#nosotope .chapter-text .freighttextsemibold strong,
#nosotope .chapter-text .freighttextsemibold th,
#nosotope .chapter-text .freighttextsemibold var {
  font-weight: 600;
}

#nosotope .chapter-text .freighttextlight {
  font-family: "freight-text-pro", "georgia", serif;
  font-weight: 300;
}

#nosotope .chapter-text .freighttextlight address,
#nosotope .chapter-text .freighttextlight caption,
#nosotope .chapter-text .freighttextlight cite,
#nosotope .chapter-text .freighttextlight code,
#nosotope .chapter-text .freighttextlight dfn,
#nosotope .chapter-text .freighttextlight em,
#nosotope .chapter-text .freighttextlight strong,
#nosotope .chapter-text .freighttextlight th,
#nosotope .chapter-text .freighttextlight var {
  font-weight: 300;
}

#nosotope .chapter-text .noma {
  font-family: "noma", "arial", sans-serif;
  font-weight: 400;
}

#nosotope .chapter-text .noma address,
#nosotope .chapter-text .noma caption,
#nosotope .chapter-text .noma cite,
#nosotope .chapter-text .noma code,
#nosotope .chapter-text .noma dfn,
#nosotope .chapter-text .noma em,
#nosotope .chapter-text .noma strong,
#nosotope .chapter-text .noma th,
#nosotope .chapter-text .noma var {
  font-weight: normal;
}

#nosotope .chapter-text span {
  display: block;
}

#nosotope .chapter-text span.top-text {
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  #nosotope .chapter.w2 .chapter-text {
    padding: 0 6rem;
  }
}

#nosotope .tile-link {
  position: absolute;
  top: -88px;
}

@media (max-width: 768px) {
  #nosotope {
    margin-top: 30px;
  }
}

@media (max-width: 512px) {
  #nosotope .item.chapter .wrapper-link {
    max-width: calc(100% - 10px);
    width: 100%;
  }

  #nosotope .item.chapter.with-bg .inner {
    max-width: calc(100% - 10px);
  }

  #nosotope .item.chapter.full-width.with-bg {
    margin-bottom: 10px;
  }

  #nosotope .item.chapter .bg-img {
    max-width: calc(100% - 10px);
  }

  #nosotope .item .chapter-text > span {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 512px) {
  #nosotope {
    margin-top: 10px;
  }

  #nosotope .item.chapter:not(.full-width) {
    margin-bottom: 10px;
  }

  #nosotope .item.chapter:not(.full-width) .inner {
    max-width: 100%;
  }

  #nosotope .item.chapter:not(.full-width) .bg-img {
    width: 100%;
  }

  #nosotope .item.chapter:not(.full-width) .img-well {
    max-width: 100%;
    width: calc(100% - 10px);
  }
}

#filter-container {
  margin: 3.4rem 1rem 0;
  width: calc(100% - 2rem);
}

#filter-container .sale-registration-container {
  display: none;
}

#filter-container .sale-registration-container a.sale-registration {
  width: auto;
  padding: 1.3rem 2rem;
}

#filter-container .filter-inner {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

#filter-container .filter-list,
#filter-container .sort-list {
  margin: 0;
}

#filter-container .filter-list,
#filter-container .sort-list,
#filter-container .subnav-search {
  width: 100%;
}

#filter-container .sort-list.dropdown li:not(.current) > span {
  padding: 0;
}

@media (min-width: 513px) {
  #filter-container {
    margin: 4.4rem auto 0 auto;
    width: calc(100% - 6rem);
  }
}

@media (min-width: 768px) {
  #filter-container .filter-list,
  #filter-container .sort-list {
    width: 49.2%;
  }
}

@media (min-width: 1025px) {
  #filter-container .filter-inner {
    justify-content: initial;
    gap: 1.2rem;
  }

  #filter-container .filter-list {
    width: 23rem;
  }

  #filter-container .sort-list {
    width: 31.7rem;
  }

  #filter-container .subnav-search {
    width: auto;
    margin: 0;
  }
}

@media (min-width: 1151px) {
  #filter-container {
    width: calc(100% - 20rem);
  }
}

@media (min-width: 1201px) {
  #filter-container {
    justify-content: space-between;
    gap: 1.2rem;
  }

  #filter-container .filter-inner {
    width: auto;
  }

  #filter-container .sale-registration-container {
    display: block;
  }
}

@media (min-width: 1361px) {
  #filter-container {
    width: calc(100% - 34rem);
  }
}

@media (min-width: 1441px) {
  #filter-container .sale-registration-container {
    width: 100%;
    max-width: 27rem;
  }
}

#js-no-mybids {
  padding-top: 9.4rem;
  padding-bottom: 6.2rem;
}

#js-no-mybids p, body.house-rago #js-no-mybids p {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

#js-no-mybids svg path {
  fill: var(--primary-color);
  stroke: var(--primary-color);
}

#js-no-mybids .w-btn-house-solid,
#js-no-mybids .w-btn-green-solid {
  margin-top: 2rem;
  margin-bottom: 0;
  max-width: 28rem;
}

body.house-toomey #js-no-mybids .w-btn-house-solid, body.house-rago #js-no-mybids .w-btn-house-solid,
body.house-toomey #js-no-mybids .w-btn-green-solid,
body.house-rago #js-no-mybids .w-btn-green-solid {
  color: #fff;
}

article.page.auction_session_index_page {
  /* --- */
  /* --- */
  /* --- */
  /* --- */
}

article.page.auction_session_index_page .slide-container {
  background: #fff;
  margin: 0;
  overflow: visible;
  justify-content: space-evenly;
  margin-top: 60px;
}

article.page.auction_session_index_page .slide-container .slide {
  height: auto;
  max-height: none;
  min-height: 100vw;
}

article.page.auction_session_index_page .slide-container .slide .background {
  min-height: 100vw;
}

article.page.auction_session_index_page .slide-container .slide.slideshow-slide, article.page.auction_session_index_page .slide-container .slide.info-bar {
  min-height: unset;
}

@media (min-width: 1024px) {
  article.page.auction_session_index_page .slide-container .slide {
    max-height: unset;
    min-height: 100vh;
  }

  article.page.auction_session_index_page .slide-container .slide .background {
    min-height: 100%;
  }

  article.page.auction_session_index_page .slide-container .slide.slideshow-slide, article.page.auction_session_index_page .slide-container .slide.info-bar {
    min-height: unset;
  }

  article.page.auction_session_index_page .slide-container .slide.first:not(.static):not(.half) {
    height: calc(100vh - 120px);
    min-height: unset;
  }
}

@media (min-width: 1024px) and (max-width: 1500px) {
  article.page.auction_session_index_page .slide-container .slide.has-badge {
    margin-left: initial;
    clip: rect(auto, auto, auto, auto);
  }
}

article.page.auction_session_index_page {
  padding-top: 0;
}

article.page.auction_session_index_page a {
  text-decoration: none;
}

article.page.auction_session_index_page a.underline {
  text-decoration: underline;
}

article.page.auction_session_index_page .slide .background.fluid-img.hidden {
  display: block;
  opacity: 0;
}

article.page.auction_session_index_page textarea:focus, article.page.auction_session_index_page input:focus {
  outline: 0;
}

article.page.auction_session_index_page .slide.slideshow-slide {
  height: auto;
  max-height: none;
}

@media (max-width: 767px) {
  article.page.auction_session_index_page .slide.slideshow-slide {
    margin-bottom: 0;
    min-height: 100vw;
  }
}

article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary {
  position: relative;
}

article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header h1, article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header h2 {
  font-size: 24px;
}

article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header.no-subtitle h1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header h2 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header a {
  display: block;
}

@media (max-width: 768px) {
  article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header span.date, article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header span.date br, article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header h1, article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header h1 br, article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header h2, article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header h2 br {
    display: block;
  }

  article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header span.date br, article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header h1 br, article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header h2 br {
    content: "";
  }

  article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header span.date br:after, article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header h1 br:after, article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header h2 br:after {
    content: "";
  }

  article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header span.date {
    font-size: 4.1rem;
    line-height: 5rem;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 568px) {
  article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header.details {
    top: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 425px) {
  article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header {
    top: 0;
    padding-top: 0;
  }

  article.page.auction_session_index_page .slide.slideshow-slide .slide_bar div.primary .slideshow-slide--header span.date {
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding-bottom: 1.2rem;
    padding-right: 0;
    margin-right: 0;
  }
}

article.page.auction_session_index_page .slide.slideshow-slide .cell-caption {
  display: block;
  position: relative;
  text-align: center;
  width: auto;
  padding: 5px;
  margin: 10px auto 0;
}

article.page.auction_session_index_page .slide.slideshow-slide .cell-caption.mobile {
  display: block;
}

article.page.auction_session_index_page .slide.slideshow-slide .cell-caption.desktop {
  display: none;
}

@media screen and (min-width: 1200px) {
  article.page.auction_session_index_page .slide.slideshow-slide .cell-caption.mobile {
    display: none;
  }

  article.page.auction_session_index_page .slide.slideshow-slide .cell-caption.desktop {
    display: block;
  }
}

article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p,
article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p span,
article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p strong,
article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p b,
article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p em,
article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p i,
article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p a {
  color: #333333;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.3px;
  width: 100%;
  transition: 0.3s ease-in-out;
}

article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p strong {
  letter-spacing: 1.5px;
  font-size: 12px;
  max-height: 42px;
  margin-bottom: 2px;
  display: inline;
  padding: 0;
}

article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p strong em,
article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p em strong {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 12px;
}

article.page.auction_session_index_page .slide.slideshow-slide .cell-caption p span.title, article.page.auction_session_index_page .slide.slideshow-slide .cell-caption span.title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.3px;
}

@media (max-width: 1200px) {
  article.page.auction_session_index_page .slide.slideshow-slide .cell-caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}

article.page.auction_session_index_page .slide.slideshow-slide.debug {
  border: 1px solid #00F;
}

article.page.auction_session_index_page .slide.slideshow-slide.debug .slide_bar {
  border: 1px solid #FF0;
}

article.page.auction_session_index_page .slide.slideshow-slide.debug .gallery {
  border: 1px solid #FFA500;
}

article.page.auction_session_index_page .slide.slideshow-slide.debug .flickity-viewport {
  border: 1px solid #0F0;
}

article.page.auction_session_index_page .slide.slideshow-slide.debug .flickity-button {
  border: 1px solid #800080;
}

article.page.auction_session_index_page .slide.slideshow-slide.debug .gallery-image-wrapper {
  background-color: #F00;
}

article.page.auction_session_index_page .slide.slideshow-slide.debug .gallery-image-wrapper img {
  background-color: #A52A2A;
}

article.page.auction_session_index_page .slide.slideshow-slide.debug .cell-caption {
  background-color: #00F;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module,
article.page.auction_session_index_page body.home .hp-module,
article.page.auction_session_index_page article.page.home-page .hp-module {
  /* --- */
  /* --- */
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .date,
article.page.auction_session_index_page body.home .hp-module .date,
article.page.auction_session_index_page article.page.home-page .hp-module .date {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .date::before,
article.page.auction_session_index_page body.home .hp-module .date::before,
article.page.auction_session_index_page article.page.home-page .hp-module .date::before {
  content: "";
  margin-bottom: -0.7rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .date::after,
article.page.auction_session_index_page body.home .hp-module .date::after,
article.page.auction_session_index_page article.page.home-page .hp-module .date::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .date .period,
article.page.auction_session_index_page body.home .hp-module .date .period,
article.page.auction_session_index_page article.page.home-page .hp-module .date .period {
  font-size: 2.2rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .location,
article.page.auction_session_index_page body.home .hp-module .location,
article.page.auction_session_index_page article.page.home-page .hp-module .location {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .location::before,
article.page.auction_session_index_page body.home .hp-module .location::before,
article.page.auction_session_index_page article.page.home-page .hp-module .location::before {
  content: "";
  margin-bottom: -0.7rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .location::after,
article.page.auction_session_index_page body.home .hp-module .location::after,
article.page.auction_session_index_page article.page.home-page .hp-module .location::after {
  content: "";
  margin-top: -0.9rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .links a,
article.page.auction_session_index_page article.auction_session_index_page .hp-module .links span,
article.page.auction_session_index_page body.home .hp-module .links a,
article.page.auction_session_index_page body.home .hp-module .links span,
article.page.auction_session_index_page article.page.home-page .hp-module .links a,
article.page.auction_session_index_page article.page.home-page .hp-module .links span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3rem;
  letter-spacing: 0.1rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .pipe,
article.page.auction_session_index_page body.home .hp-module .pipe,
article.page.auction_session_index_page article.page.home-page .hp-module .pipe {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6rem;
  letter-spacing: 0.2rem;
  padding: 0 0.8rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .pipe::before,
article.page.auction_session_index_page body.home .hp-module .pipe::before,
article.page.auction_session_index_page article.page.home-page .hp-module .pipe::before {
  content: "";
  margin-bottom: -0.4rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .pipe::after,
article.page.auction_session_index_page body.home .hp-module .pipe::after,
article.page.auction_session_index_page article.page.home-page .hp-module .pipe::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .HarrietDisplayBlack,
article.page.auction_session_index_page body.home .hp-module .HarrietDisplayBlack,
article.page.auction_session_index_page article.page.home-page .hp-module .HarrietDisplayBlack {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .HarrietDisplayBlackTitle,
article.page.auction_session_index_page body.home .hp-module .HarrietDisplayBlackTitle,
article.page.auction_session_index_page article.page.home-page .hp-module .HarrietDisplayBlackTitle {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .Univers,
article.page.auction_session_index_page body.home .hp-module .Univers,
article.page.auction_session_index_page article.page.home-page .hp-module .Univers {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .UniversTitle,
article.page.auction_session_index_page body.home .hp-module .UniversTitle,
article.page.auction_session_index_page article.page.home-page .hp-module .UniversTitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module .BauWebPro-Bold,
article.page.auction_session_index_page body.home .hp-module .BauWebPro-Bold,
article.page.auction_session_index_page article.page.home-page .hp-module .BauWebPro-Bold {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module h1:not(.uppercase), article.page.auction_session_index_page article.auction_session_index_page .hp-module h1:not(.uppercase) span.title, article.page.auction_session_index_page article.auction_session_index_page .hp-module h1:not(.uppercase) span.subtitle,
article.page.auction_session_index_page article.auction_session_index_page .hp-module h2:not(.uppercase),
article.page.auction_session_index_page article.auction_session_index_page .hp-module h2:not(.uppercase) span.title,
article.page.auction_session_index_page article.auction_session_index_page .hp-module h2:not(.uppercase) span.subtitle,
article.page.auction_session_index_page article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase),
article.page.auction_session_index_page article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase) span.title,
article.page.auction_session_index_page article.auction_session_index_page .hp-module span.title.mobile:not(.uppercase) span.subtitle,
article.page.auction_session_index_page article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase),
article.page.auction_session_index_page article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase) span.title,
article.page.auction_session_index_page article.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle,
article.page.auction_session_index_page body.home .hp-module h1:not(.uppercase),
article.page.auction_session_index_page body.home .hp-module h1:not(.uppercase) span.title,
article.page.auction_session_index_page body.home .hp-module h1:not(.uppercase) span.subtitle,
article.page.auction_session_index_page body.home .hp-module h2:not(.uppercase),
article.page.auction_session_index_page body.home .hp-module h2:not(.uppercase) span.title,
article.page.auction_session_index_page body.home .hp-module h2:not(.uppercase) span.subtitle,
article.page.auction_session_index_page body.home .hp-module span.title.mobile:not(.uppercase),
article.page.auction_session_index_page body.home .hp-module span.title.mobile:not(.uppercase) span.title,
article.page.auction_session_index_page body.home .hp-module span.title.mobile:not(.uppercase) span.subtitle,
article.page.auction_session_index_page body.home .hp-module span.subtitle.mobile:not(.uppercase),
article.page.auction_session_index_page body.home .hp-module span.subtitle.mobile:not(.uppercase) span.title,
article.page.auction_session_index_page body.home .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle,
article.page.auction_session_index_page article.page.home-page .hp-module h1:not(.uppercase),
article.page.auction_session_index_page article.page.home-page .hp-module h1:not(.uppercase) span.title,
article.page.auction_session_index_page article.page.home-page .hp-module h1:not(.uppercase) span.subtitle,
article.page.auction_session_index_page article.page.home-page .hp-module h2:not(.uppercase),
article.page.auction_session_index_page article.page.home-page .hp-module h2:not(.uppercase) span.title,
article.page.auction_session_index_page article.page.home-page .hp-module h2:not(.uppercase) span.subtitle,
article.page.auction_session_index_page article.page.home-page .hp-module span.title.mobile:not(.uppercase),
article.page.auction_session_index_page article.page.home-page .hp-module span.title.mobile:not(.uppercase) span.title,
article.page.auction_session_index_page article.page.home-page .hp-module span.title.mobile:not(.uppercase) span.subtitle,
article.page.auction_session_index_page article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase),
article.page.auction_session_index_page article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase) span.title,
article.page.auction_session_index_page article.page.home-page .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle {
  text-transform: initial;
  letter-spacing: initial;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .title,
article.page.auction_session_index_page body.home .hp-module.bau_univers .title,
article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .title {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .title::before,
article.page.auction_session_index_page body.home .hp-module.bau_univers .title::before,
article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .title::before {
  content: "";
  margin-bottom: -0.2rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .title::after,
article.page.auction_session_index_page body.home .hp-module.bau_univers .title::after,
article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .title::after {
  content: "";
  margin-top: -0.8rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .subtitle,
article.page.auction_session_index_page body.home .hp-module.bau_univers .subtitle,
article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .subtitle::before,
article.page.auction_session_index_page body.home .hp-module.bau_univers .subtitle::before,
article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .subtitle::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .subtitle::after,
article.page.auction_session_index_page body.home .hp-module.bau_univers .subtitle::after,
article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .subtitle::after {
  content: "";
  margin-top: -0.8rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .title,
article.page.auction_session_index_page body.home .hp-module.univers_bau .title,
article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .title {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .title::before,
article.page.auction_session_index_page body.home .hp-module.univers_bau .title::before,
article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .title::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .title::after,
article.page.auction_session_index_page body.home .hp-module.univers_bau .title::after,
article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .title::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .subtitle,
article.page.auction_session_index_page body.home .hp-module.univers_bau .subtitle,
article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .subtitle {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .subtitle::before,
article.page.auction_session_index_page body.home .hp-module.univers_bau .subtitle::before,
article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .subtitle::before {
  content: "";
  margin-bottom: -0.2rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .subtitle::after,
article.page.auction_session_index_page body.home .hp-module.univers_bau .subtitle::after,
article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .subtitle::after {
  content: "";
  margin-top: -0.7rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .title,
article.page.auction_session_index_page body.home .hp-module.harriet_univers .title,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.6rem;
  line-height: 2.7rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .title::before,
article.page.auction_session_index_page body.home .hp-module.harriet_univers .title::before,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .title::before {
  content: "";
  margin-bottom: -0.5rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .title::after,
article.page.auction_session_index_page body.home .hp-module.harriet_univers .title::after,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .title::after {
  content: "";
  margin-top: -0.4rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .subtitle,
article.page.auction_session_index_page body.home .hp-module.harriet_univers .subtitle,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.2rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .subtitle::before,
article.page.auction_session_index_page body.home .hp-module.harriet_univers .subtitle::before,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .subtitle::before {
  content: "";
  margin-bottom: -0.3rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .subtitle::after,
article.page.auction_session_index_page body.home .hp-module.harriet_univers .subtitle::after,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .subtitle::after {
  content: "";
  margin-top: -0.6rem;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_bau .title,
article.page.auction_session_index_page body.home .hp-module.harriet_bau .title,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_bau .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_bau .title::before,
article.page.auction_session_index_page body.home .hp-module.harriet_bau .title::before,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_bau .title::before {
  content: "";
  margin-bottom: -0.145em;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_bau .title::after,
article.page.auction_session_index_page body.home .hp-module.harriet_bau .title::after,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_bau .title::after {
  content: "";
  margin-top: -0.33em;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_bau .subtitle,
article.page.auction_session_index_page body.home .hp-module.harriet_bau .subtitle,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_bau .subtitle {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.9rem;
  letter-spacing: 0.2rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_bau .subtitle::before,
article.page.auction_session_index_page body.home .hp-module.harriet_bau .subtitle::before,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_bau .subtitle::before {
  content: "";
  margin-bottom: -0.13em;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_bau .subtitle::after,
article.page.auction_session_index_page body.home .hp-module.harriet_bau .subtitle::after,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_bau .subtitle::after {
  content: "";
  margin-top: -0.3em;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_harriet .title,
article.page.auction_session_index_page body.home .hp-module.harriet_harriet .title,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_harriet .title {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_harriet .subtitle,
article.page.auction_session_index_page body.home .hp-module.harriet_harriet .subtitle,
article.page.auction_session_index_page article.page.home-page .hp-module.harriet_harriet .subtitle {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.noma .title,
article.page.auction_session_index_page body.home .hp-module.noma .title,
article.page.auction_session_index_page article.page.home-page .hp-module.noma .title {
  font-family: "noma", "arial", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 3.6rem;
  line-height: 2.8rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.noma .title::before,
article.page.auction_session_index_page body.home .hp-module.noma .title::before,
article.page.auction_session_index_page article.page.home-page .hp-module.noma .title::before {
  content: "";
  margin-bottom: -0.03em;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.noma .title::after,
article.page.auction_session_index_page body.home .hp-module.noma .title::after,
article.page.auction_session_index_page article.page.home-page .hp-module.noma .title::after {
  content: "";
  margin-top: -0.16em;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.noma .subtitle,
article.page.auction_session_index_page body.home .hp-module.noma .subtitle,
article.page.auction_session_index_page article.page.home-page .hp-module.noma .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 2.9rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.noma .subtitle::before,
article.page.auction_session_index_page body.home .hp-module.noma .subtitle::before,
article.page.auction_session_index_page article.page.home-page .hp-module.noma .subtitle::before {
  content: "";
  margin-bottom: -0.151em;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.noma .subtitle::after,
article.page.auction_session_index_page body.home .hp-module.noma .subtitle::after,
article.page.auction_session_index_page article.page.home-page .hp-module.noma .subtitle::after {
  content: "";
  margin-top: -0.32em;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .title,
article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .subtitle,
article.page.auction_session_index_page body.home .hp-module.wright_now .title,
article.page.auction_session_index_page body.home .hp-module.wright_now .subtitle,
article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .title,
article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .subtitle {
  font-family: Univers, Helvetica;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 2.4rem;
  line-height: 2.9rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .title::before,
article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .subtitle::before,
article.page.auction_session_index_page body.home .hp-module.wright_now .title::before,
article.page.auction_session_index_page body.home .hp-module.wright_now .subtitle::before,
article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .title::before,
article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .subtitle::before {
  content: "";
  margin-bottom: -0.3em;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .title::after,
article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .subtitle::after,
article.page.auction_session_index_page body.home .hp-module.wright_now .title::after,
article.page.auction_session_index_page body.home .hp-module.wright_now .subtitle::after,
article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .title::after,
article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .subtitle::after {
  content: "";
  margin-top: -0.1em;
  display: table;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .now,
article.page.auction_session_index_page body.home .hp-module.wright_now .now,
article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .now {
  margin-bottom: 1.5rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.hp-two-column .text-small p,
article.page.auction_session_index_page body.home .hp-module.hp-two-column .text-small p,
article.page.auction_session_index_page article.page.home-page .hp-module.hp-two-column .text-small p {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.hp-two-column .text-medium p,
article.page.auction_session_index_page body.home .hp-module.hp-two-column .text-medium p,
article.page.auction_session_index_page article.page.home-page .hp-module.hp-two-column .text-medium p {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 2.4rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.hp-two-column .text-large p,
article.page.auction_session_index_page body.home .hp-module.hp-two-column .text-large p,
article.page.auction_session_index_page article.page.home-page .hp-module.hp-two-column .text-large p {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 3.2rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.hp-two-column .text-x-large p,
article.page.auction_session_index_page body.home .hp-module.hp-two-column .text-x-large p,
article.page.auction_session_index_page article.page.home-page .hp-module.hp-two-column .text-x-large p {
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 4rem;
}

article.page.auction_session_index_page article.auction_session_index_page .hp-module.hp-two-column .text-small *:last-child, article.page.auction_session_index_page article.auction_session_index_page .hp-module.hp-two-column .text-medium *:last-child, article.page.auction_session_index_page article.auction_session_index_page .hp-module.hp-two-column .text-large *:last-child, article.page.auction_session_index_page article.auction_session_index_page .hp-module.hp-two-column .text-x-large *:last-child,
article.page.auction_session_index_page body.home .hp-module.hp-two-column .text-small *:last-child,
article.page.auction_session_index_page body.home .hp-module.hp-two-column .text-medium *:last-child,
article.page.auction_session_index_page body.home .hp-module.hp-two-column .text-large *:last-child,
article.page.auction_session_index_page body.home .hp-module.hp-two-column .text-x-large *:last-child,
article.page.auction_session_index_page article.page.home-page .hp-module.hp-two-column .text-small *:last-child,
article.page.auction_session_index_page article.page.home-page .hp-module.hp-two-column .text-medium *:last-child,
article.page.auction_session_index_page article.page.home-page .hp-module.hp-two-column .text-large *:last-child,
article.page.auction_session_index_page article.page.home-page .hp-module.hp-two-column .text-x-large *:last-child {
  margin-bottom: 0;
}

@media (min-width: 570px) {
  article.page.auction_session_index_page article.auction_session_index_page .hp-module .date,
  article.page.auction_session_index_page body.home .hp-module .date,
  article.page.auction_session_index_page article.page.home-page .hp-module .date {
    font-size: 4.1rem;
    line-height: normal;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module .date::before,
  article.page.auction_session_index_page body.home .hp-module .date::before,
  article.page.auction_session_index_page article.page.home-page .hp-module .date::before {
    margin-bottom: -1.8rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module .date::after,
  article.page.auction_session_index_page body.home .hp-module .date::after,
  article.page.auction_session_index_page article.page.home-page .hp-module .date::after {
    margin-top: -1.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module .links a,
  article.page.auction_session_index_page article.auction_session_index_page .hp-module .links span,
  article.page.auction_session_index_page body.home .hp-module .links a,
  article.page.auction_session_index_page body.home .hp-module .links span,
  article.page.auction_session_index_page article.page.home-page .hp-module .links a,
  article.page.auction_session_index_page article.page.home-page .hp-module .links span {
    font-family: "univers", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.9rem;
    letter-spacing: 0.2rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module .links .button a,
  article.page.auction_session_index_page body.home .hp-module .links .button a,
  article.page.auction_session_index_page article.page.home-page .hp-module .links .button a {
    padding: 0 0 0.15rem 0;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module .location,
  article.page.auction_session_index_page body.home .hp-module .location,
  article.page.auction_session_index_page article.page.home-page .hp-module .location {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module .location::before,
  article.page.auction_session_index_page body.home .hp-module .location::before,
  article.page.auction_session_index_page article.page.home-page .hp-module .location::before {
    margin-bottom: -0.7rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .title,
  article.page.auction_session_index_page body.home .hp-module.bau_univers .title,
  article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .title {
    font-size: 3.1rem;
    line-height: 3.7rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .title::before,
  article.page.auction_session_index_page body.home .hp-module.bau_univers .title::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .title::after,
  article.page.auction_session_index_page body.home .hp-module.bau_univers .title::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .title::after {
    margin-top: -1.1rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .subtitle,
  article.page.auction_session_index_page body.home .hp-module.bau_univers .subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .subtitle {
    font-size: 3.3rem;
    line-height: 3.8rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.bau_univers .subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .subtitle::before {
    margin-bottom: -0.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.bau_univers .subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .subtitle::after {
    margin-top: -1.1rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .title,
  article.page.auction_session_index_page body.home .hp-module.harriet_univers .title,
  article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .title {
    font-family: "harriet", "georgia", serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.4rem;
    line-height: 3.7rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .title::before,
  article.page.auction_session_index_page body.home .hp-module.harriet_univers .title::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .title::before {
    margin-bottom: -0.6rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .title::after,
  article.page.auction_session_index_page body.home .hp-module.harriet_univers .title::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .title::after {
    margin-top: -1rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .subtitle,
  article.page.auction_session_index_page body.home .hp-module.harriet_univers .subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.3rem;
    line-height: 3.8rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.harriet_univers .subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .subtitle::before {
    margin-bottom: -0.1rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.harriet_univers .subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .subtitle::after {
    margin-top: -1.1rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .title,
  article.page.auction_session_index_page body.home .hp-module.univers_bau .title,
  article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .title {
    font-size: 3.3rem;
    line-height: 3.7rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .title::before,
  article.page.auction_session_index_page body.home .hp-module.univers_bau .title::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .title::before {
    content: "";
    margin-bottom: -0.3rem;
    display: table;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .title::after,
  article.page.auction_session_index_page body.home .hp-module.univers_bau .title::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .title::after {
    content: "";
    margin-top: -1.1rem;
    display: table;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .subtitle,
  article.page.auction_session_index_page body.home .hp-module.univers_bau .subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .subtitle {
    font-size: 3.1rem;
    line-height: 3.8rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.univers_bau .subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .subtitle::before {
    content: "";
    margin-bottom: -0.2rem;
    display: table;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.univers_bau .subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .subtitle::after {
    content: "";
    margin-top: -1.2rem;
    display: table;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .title,
  article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .subtitle,
  article.page.auction_session_index_page body.home .hp-module.wright_now .title,
  article.page.auction_session_index_page body.home .hp-module.wright_now .subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .title,
  article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3.4rem;
    line-height: 4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .title::before,
  article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.wright_now .title::before,
  article.page.auction_session_index_page body.home .hp-module.wright_now .subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .title::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .subtitle::before {
    margin-bottom: -0.154em;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .title::after,
  article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.wright_now .title::after,
  article.page.auction_session_index_page body.home .hp-module.wright_now .subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .title::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .subtitle::after {
    margin-top: -0.3em;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .now,
  article.page.auction_session_index_page body.home .hp-module.wright_now .now,
  article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .now {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1025px) {
  article.page.auction_session_index_page article.auction_session_index_page .hp-module .date,
  article.page.auction_session_index_page body.home .hp-module .date,
  article.page.auction_session_index_page article.page.home-page .hp-module .date {
    font-size: 5.8rem;
    line-height: 5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module .date::before,
  article.page.auction_session_index_page body.home .hp-module .date::before,
  article.page.auction_session_index_page article.page.home-page .hp-module .date::before {
    margin-bottom: -1.2rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module .date::after,
  article.page.auction_session_index_page body.home .hp-module .date::after,
  article.page.auction_session_index_page article.page.home-page .hp-module .date::after {
    margin-top: -1.5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module .date .period,
  article.page.auction_session_index_page body.home .hp-module .date .period,
  article.page.auction_session_index_page article.page.home-page .hp-module .date .period {
    font-size: 2.8rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module .location,
  article.page.auction_session_index_page body.home .hp-module .location,
  article.page.auction_session_index_page article.page.home-page .hp-module .location {
    line-height: 2.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module .location::before,
  article.page.auction_session_index_page body.home .hp-module .location::before,
  article.page.auction_session_index_page article.page.home-page .hp-module .location::before {
    margin-bottom: -0.6rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .title,
  article.page.auction_session_index_page body.home .hp-module.bau_univers .title,
  article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .title {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.bau_univers .subtitle,
  article.page.auction_session_index_page body.home .hp-module.bau_univers .subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.bau_univers .subtitle {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .title,
  article.page.auction_session_index_page body.home .hp-module.harriet_univers .title,
  article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .title {
    font-family: "harriet", "georgia", serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.4rem;
    line-height: 5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.harriet_univers .subtitle,
  article.page.auction_session_index_page body.home .hp-module.harriet_univers .subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.harriet_univers .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .title,
  article.page.auction_session_index_page body.home .hp-module.univers_bau .title,
  article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .title {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.univers_bau .subtitle,
  article.page.auction_session_index_page body.home .hp-module.univers_bau .subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.univers_bau .subtitle {
    font-family: "BauWebPro", "Arial", sans-serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .title,
  article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .subtitle,
  article.page.auction_session_index_page body.home .hp-module.wright_now .title,
  article.page.auction_session_index_page body.home .hp-module.wright_now .subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .title,
  article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .subtitle {
    font-family: Univers, Helvetica;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.wright_now .now,
  article.page.auction_session_index_page body.home .hp-module.wright_now .now,
  article.page.auction_session_index_page article.page.home-page .hp-module.wright_now .now {
    font-size: 3rem;
    margin-bottom: 3rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.bau_univers .title::before,
  article.page.auction_session_index_page body.home .hp-module.stacked.bau_univers .title::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.bau_univers .title::before {
    margin-bottom: -0.6rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.bau_univers .title::after,
  article.page.auction_session_index_page body.home .hp-module.stacked.bau_univers .title::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.bau_univers .title::after {
    margin-top: -1.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.bau_univers .subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.stacked.bau_univers .subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.bau_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.bau_univers .subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.stacked.bau_univers .subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.bau_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.harriet_univers .title::before,
  article.page.auction_session_index_page body.home .hp-module.stacked.harriet_univers .title::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.harriet_univers .title::before {
    margin-bottom: -1rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.harriet_univers .title::after,
  article.page.auction_session_index_page body.home .hp-module.stacked.harriet_univers .title::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.harriet_univers .title::after {
    margin-top: -1rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.harriet_univers .subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.stacked.harriet_univers .subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.harriet_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.harriet_univers .subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.stacked.harriet_univers .subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.harriet_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.univers_bau .title::before,
  article.page.auction_session_index_page body.home .hp-module.stacked.univers_bau .title::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.univers_bau .title::before {
    margin-bottom: -0.7rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.univers_bau .title::after,
  article.page.auction_session_index_page body.home .hp-module.stacked.univers_bau .title::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.univers_bau .title::after {
    margin-top: -1.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle,
  article.page.auction_session_index_page body.home .hp-module.stacked.univers_bau .subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.univers_bau .subtitle {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.stacked.univers_bau .subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.univers_bau .subtitle::before {
    margin-bottom: -0.5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.univers_bau .subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.stacked.univers_bau .subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.univers_bau .subtitle::after {
    margin-top: -1.5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.wright_now .title::before,
  article.page.auction_session_index_page body.home .hp-module.stacked.wright_now .title::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.wright_now .title::before {
    margin-bottom: -0.154em;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.wright_now .title::after,
  article.page.auction_session_index_page body.home .hp-module.stacked.wright_now .title::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.wright_now .title::after {
    margin-top: -0.3em;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.wright_now .subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.stacked.wright_now .subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.wright_now .subtitle::before {
    margin-bottom: -0.154em;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked.wright_now .subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.stacked.wright_now .subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked.wright_now .subtitle::after {
    margin-top: -0.3em;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stacked .date-title-subtitle.no-date,
  article.page.auction_session_index_page body.home .hp-module.stacked .date-title-subtitle.no-date,
  article.page.auction_session_index_page article.page.home-page .hp-module.stacked .date-title-subtitle.no-date {
    margin-top: 0.3rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title .title-subtitle,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title .title-subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title .title-subtitle {
    display: block;
    margin-bottom: 3rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title .title-subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title .title-subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title .title-subtitle::before {
    content: "";
    display: table;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title .title-subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title .title-subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title .title-subtitle::after {
    content: "";
    display: table;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title .title,
  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title .subtitle,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title .title,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title .subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title .title,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title .subtitle {
    display: inline;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title .title::before,
  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title .subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title .title::before,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title .subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title .title::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title .subtitle::before {
    display: none;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title .title::after,
  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title .subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title .title::after,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title .subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title .title::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title .subtitle::after {
    display: none;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title-subtitle:before,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.bau_univers .title-subtitle:before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.bau_univers .title-subtitle:before {
    margin-bottom: -0.7rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title-subtitle:after,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.bau_univers .title-subtitle:after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.bau_univers .title-subtitle:after {
    margin-top: -1.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.bau_univers .title,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.bau_univers .title {
    font-size: 4rem;
    line-height: 5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title::before,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.bau_univers .title::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.bau_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.bau_univers .title::after,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.bau_univers .title::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.bau_univers .title::after {
    margin-top: -1.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.bau_univers .subtitle,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.bau_univers .subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.bau_univers .subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.bau_univers .subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.bau_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.bau_univers .links,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.bau_univers .links,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.bau_univers .links {
    margin: 2.1rem auto 0 auto;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title-subtitle:before,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.harriet_univers .title-subtitle:before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.harriet_univers .title-subtitle:before {
    margin-bottom: -1.1rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title-subtitle:after,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.harriet_univers .title-subtitle:after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.harriet_univers .title-subtitle:after {
    margin-top: -0.2rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title::before,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.harriet_univers .title::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.harriet_univers .title::before {
    margin-bottom: -0.2rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .title::after,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.harriet_univers .title::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.harriet_univers .title::after {
    margin-top: -1.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.harriet_univers .subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.harriet_univers .subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.harriet_univers .subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.harriet_univers .subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.harriet_univers .subtitle::after {
    margin-top: -1.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title-subtitle::before,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.univers_bau .title-subtitle::before,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.univers_bau .title-subtitle::before {
    margin-bottom: -0.7rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title-subtitle::after,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.univers_bau .title-subtitle::after,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.univers_bau .title-subtitle::after {
    margin-top: -1.4rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.univers_bau .title,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.univers_bau .title,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.univers_bau .title {
    margin-right: 2rem;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title.univers_bau .links,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title.univers_bau .links,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title.univers_bau .links {
    margin: 2.1rem auto 0 auto;
  }

  article.page.auction_session_index_page article.auction_session_index_page .hp-module.stack_date_title .date-title-subtitle.no-date,
  article.page.auction_session_index_page body.home .hp-module.stack_date_title .date-title-subtitle.no-date,
  article.page.auction_session_index_page article.page.home-page .hp-module.stack_date_title .date-title-subtitle.no-date {
    margin-top: 0.3rem;
  }
}

article.page.auction_session_index_page body.house-herman_miller .filter-container li,
article.page.auction_session_index_page body.house-wright .filter-container li {
  font-size: 1.4rem;
}

article.page.auction_session_index_page body.house-herman_miller .navigation--primary .wright-now span,
article.page.auction_session_index_page body.house-wright .navigation--primary .wright-now span {
  font-weight: 500;
}

article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navbuying .col-c .submenu .title > a > span,
article.page.auction_session_index_page body.house-wright .navigation--primary .navbuying .col-c .submenu .title > a > span {
  color: #fff;
}

article.page.auction_session_index_page body.house-herman_miller .global-footer,
article.page.auction_session_index_page body.house-herman_miller #search-results-header.dark,
article.page.auction_session_index_page body.house-wright .global-footer,
article.page.auction_session_index_page body.house-wright #search-results-header.dark {
  --primary-color: #5F81FD;
  --primary-color-hover: #435AFF;
}

article.page.auction_session_index_page body.house-herman_miller .dos-modal::before,
article.page.auction_session_index_page body.house-wright .dos-modal::before {
  background-image: url("/images/day_of_sale/wright.jpg");
}

article.page.auction_session_index_page body.house-herman_miller .dos-modal p.dos-artist-name,
article.page.auction_session_index_page body.house-wright .dos-modal p.dos-artist-name {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

article.page.auction_session_index_page body.house-herman_miller .dos-modal p.dos-artist-name strong,
article.page.auction_session_index_page body.house-wright .dos-modal p.dos-artist-name strong {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  font-weight: bold;
}

article.page.auction_session_index_page body.house-herman_miller .dos-timer,
article.page.auction_session_index_page body.house-wright .dos-timer {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

article.page.auction_session_index_page body.house-herman_miller .dos-timer .separator,
article.page.auction_session_index_page body.house-wright .dos-timer .separator {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

article.page.auction_session_index_page body.house-herman_miller .dos-closed-inner a,
article.page.auction_session_index_page body.house-herman_miller .dos-links a,
article.page.auction_session_index_page body.house-wright .dos-closed-inner a,
article.page.auction_session_index_page body.house-wright .dos-links a {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

article.page.auction_session_index_page body.house-herman_miller .dos-closed-inner,
article.page.auction_session_index_page body.house-wright .dos-closed-inner {
  background: linear-gradient(90deg, rgba(67, 90, 255, 0.93) 23%, rgba(35, 3, 235, 0.93) 55%, rgba(35, 3, 235, 0.93) 80%, rgba(67, 90, 255, 0.93));
}

article.page.auction_session_index_page body.house-herman_miller .dos-auction-today,
article.page.auction_session_index_page body.house-wright .dos-auction-today {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

article.page.auction_session_index_page body.house-herman_miller .navigation--primary .user-menu-container .logged_in_as ul li a span,
article.page.auction_session_index_page body.house-wright .navigation--primary .user-menu-container .logged_in_as ul li a span {
  letter-spacing: 0.3px;
}

article.page.auction_session_index_page body.house-herman_miller .headline .primary:before,
article.page.auction_session_index_page body.house-wright .headline .primary:before {
  margin-bottom: -0.4rem;
}

article.page.auction_session_index_page body.house-herman_miller .headline .primary:after,
article.page.auction_session_index_page body.house-wright .headline .primary:after {
  margin-top: 0;
}

article.page.auction_session_index_page body.house-herman_miller .headline .secondary:before,
article.page.auction_session_index_page body.house-wright .headline .secondary:before {
  margin-bottom: -0.4rem;
}

article.page.auction_session_index_page body.house-herman_miller .headline .secondary:after,
article.page.auction_session_index_page body.house-wright .headline .secondary:after {
  margin-top: 0.3rem;
}

article.page.auction_session_index_page body.house-herman_miller .page-auctions-archive .headline .primary:before,
article.page.auction_session_index_page body.house-herman_miller .page-catalogs .headline .primary:before,
article.page.auction_session_index_page body.house-wright .page-auctions-archive .headline .primary:before,
article.page.auction_session_index_page body.house-wright .page-catalogs .headline .primary:before {
  margin-bottom: -0.6rem;
}

article.page.auction_session_index_page body.house-herman_miller .page-auctions-archive .headline .primary:after,
article.page.auction_session_index_page body.house-herman_miller .page-catalogs .headline .primary:after,
article.page.auction_session_index_page body.house-wright .page-auctions-archive .headline .primary:after,
article.page.auction_session_index_page body.house-wright .page-catalogs .headline .primary:after {
  margin-top: -0.1rem;
}

@media screen and (min-width: 768px) {
  article.page.auction_session_index_page body.house-herman_miller .headline .primary:before,
  article.page.auction_session_index_page body.house-wright .headline .primary:before {
    margin-bottom: 0.5rem;
  }

  article.page.auction_session_index_page body.house-herman_miller .headline .primary:after,
  article.page.auction_session_index_page body.house-wright .headline .primary:after {
    margin-top: 0.6rem;
  }

  article.page.auction_session_index_page body.house-herman_miller .headline .secondary:before,
  article.page.auction_session_index_page body.house-wright .headline .secondary:before {
    margin-bottom: 0.5rem;
  }

  article.page.auction_session_index_page body.house-herman_miller .headline .secondary:after,
  article.page.auction_session_index_page body.house-wright .headline .secondary:after {
    margin-top: 0.6rem;
  }

  article.page.auction_session_index_page body.house-herman_miller .headline.year .primary:before,
  article.page.auction_session_index_page body.house-wright .headline.year .primary:before {
    margin-bottom: 0;
  }

  article.page.auction_session_index_page body.house-herman_miller .page-auctions-archive .headline .primary:after,
  article.page.auction_session_index_page body.house-herman_miller .page-catalogs .headline .primary:after,
  article.page.auction_session_index_page body.house-wright .page-auctions-archive .headline .primary:after,
  article.page.auction_session_index_page body.house-wright .page-catalogs .headline .primary:after {
    margin-top: 0.1rem;
  }
}

@media (min-width: 1024px) {
  article.page.auction_session_index_page body.house-herman_miller .page-auctions-archive .headline .primary:before,
  article.page.auction_session_index_page body.house-herman_miller .page-catalogs .headline .primary:before,
  article.page.auction_session_index_page body.house-wright .page-auctions-archive .headline .primary:before,
  article.page.auction_session_index_page body.house-wright .page-catalogs .headline .primary:before {
    margin-bottom: -1.2rem;
  }

  article.page.auction_session_index_page body.house-herman_miller .page-auctions-archive .headline .primary:after,
  article.page.auction_session_index_page body.house-herman_miller .page-catalogs .headline .primary:after,
  article.page.auction_session_index_page body.house-wright .page-auctions-archive .headline .primary:after,
  article.page.auction_session_index_page body.house-wright .page-catalogs .headline .primary:after {
    margin-top: -0.4rem;
  }
}

@media (min-width: 1025px) {
  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .submenu-lvl-2 li span.title,
  article.page.auction_session_index_page body.house-wright .navigation--primary .submenu-lvl-2 li span.title {
    font-weight: 500;
    line-height: 16px;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .wright-now span,
  article.page.auction_session_index_page body.house-wright .navigation--primary .wright-now span {
    letter-spacing: 0.1rem;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navauctions:before,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navauctions:before {
    left: 26px;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navauctions .submenu-lvl-1,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navauctions .submenu-lvl-1 {
    left: -184px;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navauctions .submenu-lvl-1 .col-spacer,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navauctions .submenu-lvl-1 .col-spacer {
    max-width: 100%;
    width: 100%;
    flex-basis: 158px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navartists:before,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navartists:before {
    left: 60px;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navartists .submenu-lvl-1,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navartists .submenu-lvl-1 {
    left: -277px;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navartists .submenu-lvl-1 .col-spacer,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navartists .submenu-lvl-1 .col-spacer {
    width: 100%;
    max-width: 100%;
    flex-basis: 15.8rem;
    min-width: 15.8rem;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navartists .promo-items-items .img-wrapper,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navartists .promo-items-items .img-wrapper {
    margin-bottom: 1rem;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navbuying:before,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navbuying:before {
    left: 55px;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navbuying .submenu-lvl-1 {
    left: -456px;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1 .col-spacer,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navbuying .submenu-lvl-1 .col-spacer {
    max-width: 431px;
    min-width: 431px;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navcontact:before,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navcontact:before {
    left: 24px;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navcontact .submenu-lvl-1,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navcontact .submenu-lvl-1 {
    left: -610px;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navcontact .submenu-lvl-1 .col-spacer,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navcontact .submenu-lvl-1 .col-spacer {
    max-width: 100%;
    width: 100%;
    flex-basis: 585px;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navcontact .col-fixed .title,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navcontact .col-fixed .title {
    margin-bottom: 0.3rem;
  }

  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navcontact .inline-mailinglist-signup-form,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navcontact .inline-mailinglist-signup-form {
    margin-top: -0.2rem;
  }
}

@media (min-width: 1024px) and (max-width: 1212px) {
  article.page.auction_session_index_page body.house-herman_miller .navigation--primary .navbuying .submenu-lvl-1 .col-spacer,
  article.page.auction_session_index_page body.house-wright .navigation--primary .navbuying .submenu-lvl-1 .col-spacer {
    max-width: 159px;
    min-width: 159px;
  }
}

article.page.auction_session_index_page .hp-module {
  background: #fff;
  clear: both;
  height: 100vh;
  max-height: 100%;
  position: relative;
  text-align: center;
  justify-content: space-between;
  z-index: 2;
}

article.page.auction_session_index_page .hp-module h1:not(.uppercase), article.page.auction_session_index_page .hp-module h1:not(.uppercase) span.title, article.page.auction_session_index_page .hp-module h1:not(.uppercase) span.subtitle,
article.page.auction_session_index_page .hp-module h2:not(.uppercase),
article.page.auction_session_index_page .hp-module h2:not(.uppercase) span.title,
article.page.auction_session_index_page .hp-module h2:not(.uppercase) span.subtitle,
article.page.auction_session_index_page .hp-module span.title.mobile:not(.uppercase),
article.page.auction_session_index_page .hp-module span.title.mobile:not(.uppercase) span.title,
article.page.auction_session_index_page .hp-module span.title.mobile:not(.uppercase) span.subtitle,
article.page.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase),
article.page.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase) span.title,
article.page.auction_session_index_page .hp-module span.subtitle.mobile:not(.uppercase) span.subtitle {
  text-transform: initial;
  letter-spacing: initial;
}

article.page.auction_session_index_page .hp-module .locations.mobile_hide {
  display: none;
}

article.page.auction_session_index_page .hp-module.info_bar {
  height: auto;
  text-align: unset;
}

article.page.auction_session_index_page .hp-module.first {
  max-height: 100%;
}

@media (min-width: 1025px) {
  article.page.auction_session_index_page .hp-module.first:not(.static):not(.half) {
    height: calc(100vh - 10rem);
    min-height: calc(100vh - 10rem);
  }
}

@media (min-width: 768px) {
  article.page.auction_session_index_page .hp-module.first:not(.static):not(.half).has_ac {
    min-height: auto;
    height: calc(100vh - 277px);
  }
}

@media (min-width: 1025px) and (max-width: 1100px) {
  article.page.auction_session_index_page .hp-module.first:not(.static):not(.half).has_ac {
    height: calc(100vh - 291px);
  }
}

@media (min-width: 1101px) {
  article.page.auction_session_index_page .hp-module.first:not(.static):not(.half).has_ac {
    height: calc(100vh - 274px);
  }
}

article.page.auction_session_index_page .hp-module.first.has_ac.static {
  height: auto;
  min-height: 100vw;
}

@media (min-width: 768px) {
  article.page.auction_session_index_page .hp-module.first.has_ac.static {
    min-height: auto;
  }
}

article.page.auction_session_index_page .hp-module.slideshow-slide {
  --image_ratio: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  /** BEGIN EMBLA **/
  /** END EMBLA **/
}

article.page.auction_session_index_page .hp-module.slideshow-slide.hide-all {
  display: none;
}

@media (max-width: 1201px) {
  article.page.auction_session_index_page .hp-module.slideshow-slide.hide-mobile {
    display: none;
  }
}

article.page.auction_session_index_page .hp-module.slideshow-slide .heading {
  min-height: unset;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .date-title-subtitle {
  flex-direction: column;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .slide-section-title {
  min-height: unset;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .gallery {
  margin-top: 3rem;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .cell-caption strong a {
  font-weight: 700;
  letter-spacing: 0.15rem;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla {
  --slide-spacing: 2rem;
  --slide-size: calc(100% - 8rem);
}

@media screen and (min-width: 769px) {
  article.page.auction_session_index_page .hp-module.slideshow-slide .embla {
    --slide-size: 50%;
  }
}

@media screen and (min-width: 1025px) {
  article.page.auction_session_index_page .hp-module.slideshow-slide .embla {
    --slide-size: calc(100% / 3);
  }

  article.page.auction_session_index_page .hp-module.slideshow-slide .embla .slide-section-title {
    padding: 6rem 6rem 0 6rem;
  }
}

@media screen and (min-width: 1201px) {
  article.page.auction_session_index_page .hp-module.slideshow-slide .embla {
    --slide-size: calc(100% / 4);
  }
}

@media screen and (min-width: 1301px) {
  article.page.auction_session_index_page .hp-module.slideshow-slide .embla {
    --slide-size: calc(100% / 5);
  }
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla__outer-container {
  order: 3;
}

@media screen and (min-width: 769px) {
  article.page.auction_session_index_page .hp-module.slideshow-slide .embla__outer-container.wrap-disabled .embla {
    margin: 0 auto;
  }

  article.page.auction_session_index_page .hp-module.slideshow-slide .embla__outer-container.wrap-disabled .embla__container {
    justify-content: center;
    transform: none;
  }

  article.page.auction_session_index_page .hp-module.slideshow-slide .embla__outer-container.wrap-disabled .embla__button {
    display: none;
  }
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla__viewport {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1201px) {
  article.page.auction_session_index_page .hp-module.slideshow-slide .embla__viewport {
    width: calc(100vw - 1px - 160px);
  }
}

@media (min-width: 1760px) {
  article.page.auction_session_index_page .hp-module.slideshow-slide .embla__viewport {
    width: 1600px;
  }
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla__container {
  display: flex;
  flex-direction: row;
  height: auto;
  margin-left: calc(var(--slide-spacing) * -1);
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
  position: relative;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla__button {
  display: none;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  touch-action: manipulation;
  z-index: 1;
  border: 0;
  width: 3.8rem;
  height: 3.8rem;
  justify-content: center;
  align-items: center;
  padding: 0;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla__button--prev {
  margin-right: 0.8rem;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla__button--next {
  margin-left: 0.8rem;
}

@media (min-width: 1201px) {
  article.page.auction_session_index_page .hp-module.slideshow-slide .embla__button {
    display: flex;
  }
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla__button:disabled {
  cursor: default;
  opacity: 0.3;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla__button__svg {
  width: 100%;
  height: 100%;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla__button__svg path {
  fill: none;
  stroke: #000;
  stroke-width: 5px;
  stroke-linejoin: round;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .image_inner {
  height: 0;
  padding-bottom: calc(100% * var(--image_ratio));
  width: 100%;
  position: relative;
  display: block;
  background-color: rgb(243, 243, 243);
}

article.page.auction_session_index_page .hp-module.slideshow-slide .image_inner img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

article.page.auction_session_index_page .hp-module.static {
  min-height: 100vw;
}

@media (min-width: 768px) {
  article.page.auction_session_index_page .hp-module.static {
    min-height: auto;
  }
}

article.page.auction_session_index_page .hp-module.static .background img {
  width: 100vw;
  max-width: 1600px;
  margin: 0 auto;
  display: inherit;
}

@media (min-width: 768px) {
  article.page.auction_session_index_page .hp-module.static .background img {
    width: 100%;
  }
}

article.page.auction_session_index_page .hp-module.info_bar {
  border-bottom: 1px solid #eee;
}

article.page.auction_session_index_page .hp-module.inline .date-title-subtitle {
  flex-direction: column;
}

article.page.auction_session_index_page .hp-module.stacked .date-title-subtitle, article.page.auction_session_index_page .hp-module.stacked .date-title{
  flex-direction: column;
}

article.page.auction_session_index_page .hp-module.stacked .date-title span, article.page.auction_session_index_page .hp-module.stacked .subtitle span{
  align-self: auto;
}

article.page.auction_session_index_page .hp-module .location,
article.page.auction_session_index_page .hp-module .pipe,
article.page.auction_session_index_page .hp-module .date,
article.page.auction_session_index_page .hp-module .title,
article.page.auction_session_index_page .hp-module .subtitle {
  color: var(--slide_text_color);
  transition: color 0.3s ease-in-out;
}

article.page.auction_session_index_page .hp-module .title .mobile,
article.page.auction_session_index_page .hp-module .subtitle .mobile {
  display: inline;
}

article.page.auction_session_index_page .hp-module .title .desktop,
article.page.auction_session_index_page .hp-module .subtitle .desktop {
  display: none;
}

@media (min-width: 570px) {
  article.page.auction_session_index_page .hp-module .title .mobile,
  article.page.auction_session_index_page .hp-module .subtitle .mobile {
    display: none;
  }

  article.page.auction_session_index_page .hp-module .title .desktop,
  article.page.auction_session_index_page .hp-module .subtitle .desktop {
    display: inline;
  }
}

article.page.auction_session_index_page .hp-module .heading {
  min-height: 100vw;
}

article.page.auction_session_index_page .hp-module .slide-section-title {
  padding: 2.2rem 2rem 0;
}

article.page.auction_session_index_page .hp-module .slide-section-title .date-title .title, article.page.auction_session_index_page .hp-module .slide-section-title .title, article.page.auction_session_index_page .hp-module .slide-section-title .subtitle{
  align-self: flex-end;
}

article.page.auction_session_index_page .hp-module a .slide-section-title:hover .date,
article.page.auction_session_index_page .hp-module a .slide-section-title:hover .title,
article.page.auction_session_index_page .hp-module a .slide-section-title:hover .subtitle,
article.page.auction_session_index_page .hp-module a .slide-section-title:hover .location,
article.page.auction_session_index_page .hp-module a .slide-section-title:hover .pipe {
  color: var(--slide_text_hover_color);
}

article.page.auction_session_index_page .hp-module .date {
  margin-bottom: 1.8rem;
  margin-left: auto;
  margin-right: auto;
}

article.page.auction_session_index_page .hp-module .title {
  margin-bottom: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}

article.page.auction_session_index_page .hp-module .button {
  border-width: 0.1rem;
  background-color: var(--slide_button_bg);
  border-color: var(--slide_button_border);
  transition: color 0.3s ease-in-out;
}

article.page.auction_session_index_page .hp-module .button.two {
  width: 50%;
}

article.page.auction_session_index_page .hp-module .button a {
  display: inline-flex;
  padding: 1.7rem 1.4rem 1.5rem;
  color: var(--slide_button_text_color);
  font-weight: 700;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

article.page.auction_session_index_page .hp-module .button a::before {
  content: "";
  margin-bottom: -0.55rem;
  display: table;
}

article.page.auction_session_index_page .hp-module .button a::after {
  content: "";
  margin-top: -0.9rem;
  display: table;
}

@media (min-width: 570px) {
  article.page.auction_session_index_page .hp-module .button a {
    display: flex;
    padding: 0;
  }

  article.page.auction_session_index_page .hp-module .button a::before {
    display: none;
  }

  article.page.auction_session_index_page .hp-module .button a::after {
    display: none;
  }
}

article.page.auction_session_index_page .hp-module .button:hover {
  background-color: var(--slide_button_bg_hover);
}

article.page.auction_session_index_page .hp-module .button:hover a {
  color: var(--slide_button_text_hover_color);
}

article.page.auction_session_index_page .hp-module .links {
  border: 1px solid;
  background-color: var(--slide_button_bg);
  border-color: var(--slide_button_border);
}

article.page.auction_session_index_page .hp-module .links.has-override {
  border-top-color: transparent;
}

article.page.auction_session_index_page .hp-module .links .auction_state_button {
  border-top-width: 0;
  padding: 1.4rem 1.4rem 1.5rem;
  border-collapse: var(--slide_button_border);
  background-color: var(--slide_button_border);
  min-width: 100%;
  min-height: 4.3rem;
}

article.page.auction_session_index_page .hp-module .links .auction_state_button::before {
  content: "";
  margin-bottom: -0.55rem;
  display: table;
}

article.page.auction_session_index_page .hp-module .links .auction_state_button::after {
  content: "";
  margin-top: -0.9rem;
  display: table;
}

article.page.auction_session_index_page .hp-module .links .auction_state_button a,
article.page.auction_session_index_page .hp-module .links .auction_state_button span {
  color: #fff;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  border: none;
  padding-bottom: 0;
  text-transform: uppercase;
  height: 100%;
}

article.page.auction_session_index_page .hp-module .links a {
  text-transform: uppercase;
}

article.page.auction_session_index_page .hp-module .locations-box {
  margin-bottom: 1.6rem;
}

article.page.auction_session_index_page .hp-module .location {
  letter-spacing: 0.18rem;
}

@media (min-width: 570px) {
  article.page.auction_session_index_page .hp-module {
    justify-content: normal;
  }

  article.page.auction_session_index_page .hp-module .date {
    margin-bottom: 3rem;
  }

  article.page.auction_session_index_page .hp-module .subtitle {
    margin-bottom: 2.6rem;
  }

  article.page.auction_session_index_page .hp-module .title {
    margin-bottom: 1.7333333rem;
  }

  article.page.auction_session_index_page .hp-module .button {
    border-color: var(--slide_text_color);
    transition: border-color 0.3s, color 0.3s ease-in-out;
    cursor: pointer;
  }

  article.page.auction_session_index_page .hp-module .button:hover {
    border-color: var(--slide_text_hover_color);
  }

  article.page.auction_session_index_page .hp-module .button:hover a {
    color: var(--slide_text_hover_color);
  }

  article.page.auction_session_index_page .hp-module .button a {
    color: var(--slide_text_color);
    transition: color 0.3s ease-in-out;
  }

  article.page.auction_session_index_page .hp-module .heading {
    min-height: auto;
  }

  article.page.auction_session_index_page .hp-module .links {
    margin: 1rem auto 0 auto;
    background: transparent;
    border: none;
  }

  article.page.auction_session_index_page .hp-module .links .auction_state_button {
    display: none;
  }

  article.page.auction_session_index_page .hp-module .links .button {
    border-width: 0;
    margin: 0 1rem 1rem 1rem;
    border-bottom-width: 4px;
    background: transparent;
    align-items: normal;
    min-height: auto;
    justify-content: normal;
    width: auto;
    height: auto;
  }

  article.page.auction_session_index_page .hp-module .links .button.two {
    width: auto;
  }

  article.page.auction_session_index_page .hp-module .button a {
    font-weight: 500;
  }

  article.page.auction_session_index_page .hp-module .slide-section-title {
    padding-top: 4.8rem;
  }

  article.page.auction_session_index_page .hp-module .locations.mobile_hide {
    display: block;
  }

  article.page.auction_session_index_page .hp-module .locations-box {
    margin-bottom: 2.7rem;
  }

  article.page.auction_session_index_page .hp-module.stack_date_title .date {
    margin-left: auto;
    margin-right: auto;
  }

  article.page.auction_session_index_page .hp-module.stack_date_title .date-title-subtitle {
    flex-direction: column;
  }

  article.page.auction_session_index_page .hp-module.inline h1, article.page.auction_session_index_page .hp-module.inline h2{
    align-self: flex-end;
  }
}

article.page.auction_session_index_page .hp-module.slideshow-slide {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

article.page.auction_session_index_page .hp-module.slideshow-slide.hide-all {
  display: none;
}

@media (max-width: 1201px) {
  article.page.auction_session_index_page .hp-module.slideshow-slide.hide-mobile {
    display: none;
  }
}

article.page.auction_session_index_page .hp-module.slideshow-slide .heading {
  order: 1;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .links {
  justify-content: center;
  order: 2;
}

article.page.auction_session_index_page .hp-module.slideshow-slide .embla__outer-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
  order: 2;
}

@media (min-width: 768px) {
  article.page.auction_session_index_page .hp-module.slideshow-slide .embla__outer-container {
    order: 3;
    margin-top: 5rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 768px) {
  article.page.auction_session_index_page .hp-module.static:not(.has-ac) {
    padding-bottom: 4rem;
  }

  article.page.auction_session_index_page .hp-module.static:not(.has-ac) picture.background {
    min-height: unset;
    position: relative;
    margin-top: 6rem;
    width: calc(100vw - 80px);
    max-width: 1600px;
    align-self: center;
  }
}

@media (min-width: 1025px) {
  article.page.auction_session_index_page .hp-module .title {
    margin-bottom: 2.8rem;
  }

  article.page.auction_session_index_page .hp-module .date,
  article.page.auction_session_index_page .hp-module .subtitle {
    margin-bottom: 4.2rem;
  }

  article.page.auction_session_index_page .hp-module .locations-box {
    margin-bottom: 3.1rem;
  }

  article.page.auction_session_index_page .hp-module .slide-section-title {
    padding: 5.6rem 6rem 0 6rem;
  }

  article.page.auction_session_index_page .hp-module.static {
    border-bottom: 1px solid #eee;
    padding-bottom: 6rem;
  }

  article.page.auction_session_index_page .hp-module.static picture {
    width: calc(100vw - 135px);
  }

  article.page.auction_session_index_page .hp-module.half {
    height: calc(50vw + 12rem);
    min-height: unset;
    width: 50%;
    background-color: white;
  }

  article.page.auction_session_index_page .hp-module.half picture.background {
    min-height: unset;
    overflow: hidden;
    left: 4%;
    right: 4%;
  }

  article.page.auction_session_index_page .hp-module.half picture.background img {
    padding-top: 11.6rem;
    position: relative;
    min-height: unset;
  }

  article.page.auction_session_index_page .hp-module.half .fluid-img img {
    padding-top: 11.6rem;
    position: relative;
    min-height: unset;
  }

  article.page.auction_session_index_page .hp-module.half.no-locations .locations {
    margin-bottom: 3.1rem;
  }

  article.page.auction_session_index_page .hp-module.stack_date_title .title-subtitle {
    display: block;
    max-width: 160rem;
  }

  article.page.auction_session_index_page .hp-module.stack_date_title .title-box,
  article.page.auction_session_index_page .hp-module.stack_date_title .subtitle-box {
    display: inline;
  }

  article.page.auction_session_index_page .hp-module.stack_date_title .subtitle {
    padding-left: 1.333rem;
  }

  article.page.auction_session_index_page .hp-module.slideshow-slide .gallery {
    margin-top: 5rem;
  }
}

@media (min-width: 1715px) {
  article.page.auction_session_index_page .hp-module.stack_date_title .title-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

body.modular-page:not(.privacy-policy) .module.module__text ul,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text ul {
  list-style-type: disc;
}

body.modular-page:not(.privacy-policy) .module.module__text ol,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text ol {
  list-style-type: decimal;
}

body.modular-page:not(.privacy-policy) .module.module__text ul,
body.modular-page:not(.privacy-policy) .module.module__text ol,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text ul,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text ol {
  max-width: 720px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  padding-left: 5rem;
  margin-bottom: 2rem;
}

body.modular-page:not(.privacy-policy) .module.module__text ul li,
body.modular-page:not(.privacy-policy) .module.module__text ol li,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text ul li,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text ol li {
  margin: 0;
  padding: 0;
}

body.modular-page:not(.privacy-policy) .module.module__text ol,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text ol {
  max-width: 100%;
}

body.modular-page:not(.privacy-policy) .module.module__text table,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text table {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 40px auto 40px auto;
  max-width: 720px;
}

body.modular-page:not(.privacy-policy) .module.module__text table.increments,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text table.increments {
  background-color: #F9F9F9;
  border-collapse: collapse;
}

body.modular-page:not(.privacy-policy) .module.module__text table.increments th,
body.modular-page:not(.privacy-policy) .module.module__text table.increments td,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text table.increments th,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text table.increments td {
  background-color: #FFF;
  border: 1px #CCC solid;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  text-align: left;
}

body.modular-page:not(.privacy-policy) .module.module__text table.increments th,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text table.increments th {
  background-color: #DDD;
  border: 1px #CCC solid;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
}

body.modular-page:not(.privacy-policy) .module.module__text table.increments tr:hover td,
body.modular-page:not(.privacy-policy) .fb-module.fb-module__text table.increments tr:hover td {
  background-color: #F6F6F6;
}

@media (max-width: 767px) {
  body.modular-page:not(.privacy-policy) .module.module__text table.increments td,
  body.modular-page:not(.privacy-policy) .fb-module.fb-module__text table.increments td {
    display: table-cell;
    width: auto;
  }
}

/* 

  Note: we are working to migrate to CSS variables instead of SASS Variables 
  Keep this file limited to SASS stuff
  it is imported multiple places
  For Global CSS variables, uss css_variables.scss which is imported once globally

*/

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

::-webkit-input-placeholder {
  color: black;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder {
  color: black;
}

textarea,
button,
input.field-input,
input[type=tel],
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=submit],
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
}

.flex input {
  min-width: 0;
}

button {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.element-invisible {
  display: none;
}

.webform-client-form .webform-component-radios {
  margin-bottom: 30px;
}

.webform-client-form .form-type-radio {
  margin: 8px 0;
}

.webform-client-form .form-type-radio input[type=radio],
.webform-client-form .form-type-radio label {
  display: inline-block;
}

.webform-client-form .form-type-radio input[type=radio] {
  margin: 2px 10px 0 0;
  vertical-align: top;
}

.webform-client-form .form-type-radio label {
  margin: 0 10px 0 0;
}

.webform-client-form .form-type-radio label strong {
  display: block;
}

.webform-client-form .form-type-radio label:hover {
  cursor: pointer;
}

.webform-client-form .form-item input[type=text],
.webform-client-form .form-item input[type=email] {
  width: 640px !important;
  margin-bottom: 8px;
  padding: 5px;
  border: 1px #ddd solid;
}

.webform-client-form input[type=submit] {
  margin: 0;
  padding: 5px;
  border: 1px #ddd solid;
}

.webform-client-form input[type=submit]:hover {
  cursor: pointer;
}

.page input,
.page textarea,
.page select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.page ::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

.page :-moz-placeholder {
  opacity: 1;
  color: #999;
}

.page ::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.page :-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

article.page.submit_disabled .continue_dynamic,
article.page.submit_disabled .header_dynamic,
article.page.submit_disabled .condition_form.form.condition.top {
  display: none !important;
}

article.page.submit_disabled .page__section.condition_form_section,
article.page.submit_disabled .condition_form.condition_form_step_one.bottom {
  margin-top: 0;
}

article.page.submit_disabled td.add-lot {
  padding: 0;
}

/** FORM ELEMENTS */

*:focus {
  outline: none;
}

form ul.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

form ul.parsley-errors-list li {
  font-size: 1.2rem;
  margin: -1rem 0 4rem 0;
  padding: 0.1rem 1rem;
  background-color: #BB0719;
  color: #FFF;
}

form label {
  display: block;
  margin: 0;
  padding: 0;
}

form textarea {
  min-height: 20rem;
}

form textarea,
form input[type=text],
form input[type=password],
form input[type=tel],
form input[type=email] {
  padding: 0 1.5rem;
  height: 5rem;
  border: 1px #CCC solid;
  margin-bottom: 1rem;
  width: 100%;
  transition: background-color 0.15s ease-in-out;
}

form textarea:focus,
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=email]:focus {
  background-color: white;
  border-color: #999;
}

form textarea:focus::-webkit-input-placeholder,
form input[type=text]:focus::-webkit-input-placeholder,
form input[type=password]:focus::-webkit-input-placeholder,
form input[type=tel]:focus::-webkit-input-placeholder,
form input[type=email]:focus::-webkit-input-placeholder {
  color: #d6d6d6;
}

form textarea:focus::-moz-placeholder,
form input[type=text]:focus::-moz-placeholder,
form input[type=password]:focus::-moz-placeholder,
form input[type=tel]:focus::-moz-placeholder,
form input[type=email]:focus::-moz-placeholder {
  color: #d6d6d6;
}

form textarea:focus:-ms-input-placeholder,
form input[type=text]:focus:-ms-input-placeholder,
form input[type=password]:focus:-ms-input-placeholder,
form input[type=tel]:focus:-ms-input-placeholder,
form input[type=email]:focus:-ms-input-placeholder {
  color: #d6d6d6;
}

form textarea:focus:-moz-placeholder,
form input[type=text]:focus:-moz-placeholder,
form input[type=password]:focus:-moz-placeholder,
form input[type=tel]:focus:-moz-placeholder,
form input[type=email]:focus:-moz-placeholder {
  color: #d6d6d6;
}

form textarea.parsley-error,
form input[type=text].parsley-error,
form input[type=password].parsley-error,
form input[type=tel].parsley-error,
form input[type=email].parsley-error {
  border: 1px #BB0719 solid;
}

form textarea.parsley-error::-moz-placeholder, form input[type=text].parsley-error::-moz-placeholder, form input[type=password].parsley-error::-moz-placeholder, form input[type=tel].parsley-error::-moz-placeholder, form input[type=email].parsley-error::-moz-placeholder {
  background-color: tint(#BB0719, 90%) !important;
  color: shade(#BB0719, 40%) !important;
}

form textarea.parsley-error, form textarea.parsley-error:focus, form textarea.parsley-error::placeholder,
form input[type=text].parsley-error,
form input[type=text].parsley-error:focus,
form input[type=text].parsley-error::placeholder,
form input[type=password].parsley-error,
form input[type=password].parsley-error:focus,
form input[type=password].parsley-error::placeholder,
form input[type=tel].parsley-error,
form input[type=tel].parsley-error:focus,
form input[type=tel].parsley-error::placeholder,
form input[type=email].parsley-error,
form input[type=email].parsley-error:focus,
form input[type=email].parsley-error::placeholder {
  background-color: tint(#BB0719, 90%) !important;
  color: shade(#BB0719, 40%) !important;
}

form textarea {
  padding: 1rem 1.5rem;
}

form .fake-field {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: -999px;
}

form .select-wrapper {
  position: relative;
  display: block;
}

form .select-wrapper select {
  padding: 1rem;
  width: 100%;
  border: 1px #ccc solid;
  border-radius: 0;
  background-color: white;
  -webkit-appearance: none;
  outline: none;
  min-height: 46px;
  max-height: 46px;
}

form .select-wrapper select:active, form .select-wrapper select:focus {
  outline: none;
}

form .select-wrapper select.unselected {
  color: #ccc;
}

form .select-wrapper .select-arrow {
  position: absolute;
  top: 15px;
  right: 9px;
  transform: rotateZ(90deg);
  pointer-events: none;
}

form .select-wrapper .select-arrow:after {
  font-family: "wright-web", "georgia", serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  content: "\e00c";
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

form .select-wrapper.parsley-error select {
  border: 1px #BB0719 solid !important;
  background-color: tint(#BB0719, 90%) !important;
  color: shade(#BB0719, 40%) !important;
}

form .select-wrapper.parsley-error .select-arrow:after {
  color: #BB0719;
  font-weight: bold;
}

form .checkbox_group.parsley-error {
  border: none;
  background-color: #dd9a99;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}

form .checkbox_group.parsley-error p {
  margin-bottom: 0;
}

form .select-wrapper {
  margin-bottom: 1rem;
  height: 4.4rem;
}

form .select-wrapper select {
  padding: 1rem;
  width: 100%;
  border: 1px #ccc solid;
  border-radius: 0;
  background-color: white;
  -webkit-appearance: none;
  outline: none;
  min-height: 4.4rem;
  max-height: 4.4rem;
}

form .select-wrapper select:active, form .select-wrapper select:focus {
  outline: none;
}

form .select-wrapper select.unselected {
  color: #aaa;
}

form .select-wrapper .select-arrow {
  position: absolute;
  top: 15px;
  right: 9px;
  transform: rotateZ(90deg);
  pointer-events: none;
}

form .select-wrapper .select-arrow:after {
  font-family: "wright-web", "georgia", serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  content: "\e00c";
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

form .select-wrapper.parsley-error select {
  border: 1px #BB0719 solid !important;
  background-color: tint(#BB0719, 90%) !important;
  color: shade(#BB0719, 40%) !important;
}

form .select-wrapper.parsley-error .select-arrow:after {
  color: #BB0719;
  font-weight: bold;
}

form .select-wrapper.two {
  width: calc(50% - 5px);
  float: left;
  margin-right: 10px;
}

form .select-wrapper.two.last {
  margin-right: 0;
}

@media (max-width: 767px) {
  form .select-wrapper.two {
    width: 100%;
  }
}

form .error_box {
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0;
}

form .error_box.parsley-error {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  height: auto;
  width: 100%;
  padding: 20px;
  background-color: #dd9a99;
  margin: 0 0 10px 0;
}

form .error_box.parsley-error,
form .error_box.parsley-error a {
  color: #fff !important;
}

form .error_box.parsley-error a {
  font-weight: bold;
}

form .error_box.parsley-error a:not(.w-btn):not(.dark_button):not(.light_button):not(.no-underline) {
  text-shadow: none;
  color: white !important;
  background: none;
  text-decoration: underline;
}

form .submit_buttons {
  margin-top: 1rem;
}

form .submit_buttons a {
  margin-right: 1rem;
}

form .tooltip_toggle {
  display: block;
  position: relative;
}

form .tooltip_toggle p {
  z-index: 0;
  opacity: 0;
  position: absolute;
  margin: -1rem 0 0 0;
  padding: 2rem;
  color: #FFF;
  background-color: var(--primary-color);
  max-width: none;
  transition: opacity 0s ease-in-out;
  pointer-events: none;
}

form .tooltip_toggle a {
  position: absolute;
  right: 1px;
  top: 1px;
  display: block;
  text-align: center;
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-decoration: none;
}

form .tooltip_toggle a:hover + p {
  height: auto;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 400px) {
  form .select-wrapper.title-select,
  form input#first_name,
  form input#last_name {
    width: calc(33.333333% - 6.6666px);
  }
}

@media (max-width: 400px) {
  form#condition-step-2 input#first_name, form#condition-step-2 input#last_name {
    width: calc(50% - 5px) !important;
  }
}

form .dark_button.disabled,
form .light_button.disabled {
  opacity: 0.3;
}

.page__section table.catalog_overview {
  margin-bottom: 20px;
  padding: 0;
}

.page__section table.catalog_overview thead tr th {
  border-bottom: 1px #CCC solid;
  line-height: 0;
  padding-bottom: 2rem;
}

.page__section table.catalog_overview tbody tr td {
  padding-right: 1rem;
  vertical-align: middle;
}

.page__section table.catalog_overview tbody tr td a {
  text-decoration: none !important;
}

.page__section table.catalog_overview tbody tr td.image {
  padding-right: 2rem;
}

.page__section table.catalog_overview tbody tr td.image img {
  max-width: 12rem;
  margin: 0;
  padding: 0;
}

.page__section table.catalog_overview tbody tr td.details a {
  text-decoration: none;
}

.page__section table.catalog_overview tbody tr td.qty input {
  text-align: center;
  line-height: 30px;
  height: 30px;
}

.page__section table.catalog_overview tbody tr:first-child td {
  padding-top: 2rem;
}

.page__section table.catalog_overview tbody tr:last-child td {
  padding-bottom: 2rem;
}

.page__section table.catalog_overview tfoot tr th {
  border-top: 1px #CCC solid;
  padding-top: 2rem;
}

@media (max-width: 767px) {
  .page__section table.catalog_overview td,
  .page__section table.catalog_overview th {
    display: table-cell;
    width: auto;
  }

  .page__section table.catalog_overview td.image img,
  .page__section table.catalog_overview th.image img {
    width: 8rem;
    height: auto;
  }
}

@media (max-width: 512px) {
  .page__section table.catalog_overview td,
  .page__section table.catalog_overview th {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.page__section table.condition_form.top, .page__section table.bid_form.top {
  margin-top: 10rem;
}

.page__section table.condition_form.top tr th, .page__section table.bid_form.top tr th {
  padding-right: 2rem;
  border-bottom: 1px #CCC solid;
  margin-bottom: 3rem;
}

.page__section table.condition_form.top tr th.phone_bid, .page__section table.bid_form.top tr th.phone_bid {
  text-align: center;
}

.page__section table.condition_form.top tr td, .page__section table.bid_form.top tr td {
  vertical-align: middle;
  padding: 3rem 2rem 0 0;
}

.page__section table.condition_form.top tr td.details a, .page__section table.bid_form.top tr td.details a {
  text-decoration: none;
}

.page__section table.condition_form.top tr td.image img, .page__section table.bid_form.top tr td.image img {
  margin: 0;
}

.page__section table.condition_form.top tr td.bid_amount input, .page__section table.bid_form.top tr td.bid_amount input {
  margin: 0;
}

.page__section table.condition_form.top tr td.comment textarea, .page__section table.bid_form.top tr td.comment textarea {
  max-height: 130px;
  margin: 0;
}

.page__section table.condition_form.top tr td.phone_bid input, .page__section table.bid_form.top tr td.phone_bid input {
  display: block;
  margin: 0 auto;
}

.page__section table.condition_form.top tr td.phone_bid p, .page__section table.bid_form.top tr td.phone_bid p {
  text-align: center;
  margin: 0;
}

.page__section table.condition_form.top tr td.comment textarea, .page__section table.bid_form.top tr td.comment textarea {
  min-height: initial !important;
}

.page__section table.condition_form.top tr:first-child th, .page__section table.bid_form.top tr:first-child th {
  padding-bottom: 1rem;
}

.page__section table.condition_form.top tr:last-child, .page__section table.bid_form.top tr:last-child {
  border-bottom: 1px #CCC solid;
}

.page__section table.condition_form.top tr:last-child td, .page__section table.bid_form.top tr:last-child td {
  padding-bottom: 2rem;
}

.page__section table.condition_form.bottom tr td, .page__section table.bid_form.bottom tr td {
  padding-right: 2rem;
}

.page__section table.condition_form.bottom tr td.submit, .page__section table.bid_form.bottom tr td.submit {
  text-align: right;
}

.page__section table.condition_form.bottom tr td.submit .dark_button, .page__section table.bid_form.bottom tr td.submit .dark_button {
  margin-top: 0;
}

.page__section table.condition_form.bottom tr td.add_lot input, .page__section table.bid_form.bottom tr td.add_lot input {
  margin: 0 0 2.4rem 0;
}

.page__section table.condition_form.bottom tr:first-child td, .page__section table.bid_form.bottom tr:first-child td {
  padding: 1rem 0 5rem;
}

.page__section table.condition_form a.remove-lot:not(.dark_button):not(.light_button), .page__section table.bid_form a.remove-lot:not(.dark_button):not(.light_button) {
  text-decoration: none;
}

.page__section table.condition_form a.remove-lot:not(.dark_button):not(.light_button),
.page__section table.condition_form a.remove-lot:not(.dark_button):not(.light_button) .icon_close, .page__section table.bid_form a.remove-lot:not(.dark_button):not(.light_button),
.page__section table.bid_form a.remove-lot:not(.dark_button):not(.light_button) .icon_close {
  color: #666;
}

.page__section table.condition_form .add_lot.light_button, .page__section table.bid_form .add_lot.light_button {
  margin: 0 0 24px 0;
}

@media (max-width: 767px) {
  .page__section table.condition_form td,
  .page__section table.condition_form th, .page__section table.bid_form td,
  .page__section table.bid_form th {
    font-size: 1.3rem;
    line-height: 1.9rem;
    display: table-cell;
    width: auto;
  }

  .page__section table.condition_form td.image,
  .page__section table.condition_form th.image, .page__section table.bid_form td.image,
  .page__section table.bid_form th.image {
    display: none;
  }

  .page__section table.condition_form.top, .page__section table.bid_form.top {
    margin-top: 4rem;
  }

  .page__section table.condition_form.top tr td.comment, .page__section table.bid_form.top tr td.comment {
    width: 45%;
  }

  .page__section table.condition_form.top tr td.comment textarea, .page__section table.bid_form.top tr td.comment textarea {
    max-height: 10rem;
  }

  .page__section table.condition_form.top tr.first td, .page__section table.bid_form.top tr.first td {
    padding-top: 2rem;
  }

  .page__section table.condition_form.bottom, .page__section table.bid_form.bottom {
    margin-top: 2rem;
  }

  .page__section table.condition_form.bottom tr td, .page__section table.bid_form.bottom tr td {
    display: block;
    width: 100% !important;
    padding-bottom: 0 !important;
  }

  .page__section table.condition_form.bottom tr td.submit, .page__section table.bid_form.bottom tr td.submit {
    text-align: left;
  }

  .page__section table.condition_form.bottom tr td.add_lot, .page__section table.bid_form.bottom tr td.add_lot {
    margin: 0;
  }

  .page__section table.condition_form.bottom tr td.add_lot, .page__section table.bid_form.bottom tr td.add_lot {
    padding: 0 0 20px 0;
  }

  .page__section table.condition_form.bottom tr td.add_lot input, .page__section table.bid_form.bottom tr td.add_lot input {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 512px) {
  .page__section table.condition_form td,
  .page__section table.condition_form th, .page__section table.bid_form td,
  .page__section table.bid_form th {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}

.page__section table.condition_form.top {
  margin-top: 4rem;
}

.page__section table.bid_form td.action a {
  font-size: 1.4rem;
  color: #666;
  text-decoration: none;
}

.page__section table.bid_form td.action a:hover {
  color: var(--primary-color);
}

.page__section.cart a.remove-from-cart {
  color: #666 !important;
}

a.remove-from-cart.no-underline,
a.remove-from-cart.no-underline span {
  text-transform: none;
}

.alert.alert-warning,
.form-errors {
  max-width: 66rem;
  border: none;
  background-color: #dd9a99;
  padding: 2rem;
  margin-bottom: 1rem;
}

.alert.alert-warning li,
.form-errors li {
  color: #fff;
}

.alert.alert-warning p,
.form-errors p {
  color: #fff !important;
}

.note-box {
  padding: 1.5rem;
  width: 100%;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}

.note-box {
  width: unset;
  line-height: 1.9rem;
}

@media (min-width: 676px) {
  .note-box {
    margin-left: 0;
    margin-right: 0;
  }
}

.note-box.danger {
  background: #dd9a99;
  color: #fff;
  margin-top: 1rem;
}

.note-box.danger a {
  color: #fff;
  text-decoration: underline;
}

.note-box.danger a:hover {
  color: #fff;
}

.select-country-container input,
.select-country-container .dots-text {
  font-family: var(--font-family-sans);
  color: #333 !important;
}

.select-country-container input strong,
.select-country-container .dots-text strong {
  font-weight: bold;
}

.select-country-container input em,
.select-country-container .dots-text em {
  font-style: italic;
}

.select-country-container input strong em,
.select-country-container input em strong,
.select-country-container .dots-text strong em,
.select-country-container .dots-text em strong {
  font-weight: bold;
  font-style: italic;
}

body.forms-page-vue .theme-general .theme-general-wrapper h2 {
  font-family: var(--font-family-serif);
  font-size: 2.1rem;
  line-height: 2.1rem;
  letter-spacing: 0.1rem;
}

body.forms-page-vue .page input,
body.forms-page-vue .page textarea,
body.forms-page-vue .page select,
body.forms-page-vue .page button {
  font-family: var(--font-family-sans);
}

body.forms-page-vue .page__header {
  background-color: #f5f5f5;
}

body.forms-page-vue .module__account_section form {
  max-width: unset;
}

@media (min-width: 769px) {
  body.forms-page-vue form,
  body.forms-page-vue .form-footer {
    max-width: 57.4rem;
  }
}

body.forms-page-vue form a,
body.forms-page-vue .form-footer a {
  color: var(--primary-color);
}

body.forms-page-vue .button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  background-color: var(--primary-color);
  border: 2px solid transparent;
  min-height: 4.4rem;
  line-height: 0;
  padding: 0 4rem;
  font-weight: bold;
  text-transform: lowercase;
  transition: background-color 0.1s linear;
}

body.forms-page-vue .button:hover {
  cursor: pointer;
  background-color: var(--primary-color-hover);
}

body.forms-page-vue .button:disabled {
  background-color: hsl(174, 33%, 63%);
}

body.forms-page-vue .button:disabled:hover {
  cursor: not-allowed;
  pointer-events: all !important;
}

body.forms-page-vue .button:focus {
  outline: none;
}

body.forms-page-vue .button.outline {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

body.forms-page-vue .button.outline:hover {
  border-color: var(--primary-color-hover);
  color: var(--primary-color-hover);
}

body.forms-page-vue .choices {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px #ccc solid;
  height: 4.4rem;
}

body.forms-page-vue .choices.is-focused {
  border-color: #999;
}

body.forms-page-vue .choices.is-focused .choices__list--dropdown {
  border-color: #999;
}

body.forms-page-vue .choices.is-focused .choices__placeholder {
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  display: none;
}

body.forms-page-vue .choices .choices__placeholder {
  opacity: 1;
  color: #999;
}

body.forms-page-vue .choices .choices__inner {
  background-color: #fff;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  min-height: 45px;
}

body.forms-page-vue .choices .choices__list--dropdown {
  border: 1px #ccc solid;
  border-radius: unset;
  width: calc(100% + 2px);
  left: -1px;
}

body.forms-page-vue .choices .choices__list--dropdown .choices__placeholder {
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  display: none;
}

body.forms-page-vue .choices .choices__list--single {
  padding: 10px 16px 8px 7px;
}

body.forms-page-vue .choices .choices__list--dropdown .choices__item {
  padding: 7px 10px;
}

body.forms-page-vue .choices .choices__list.choices__list--dropdown .choices__item:nth-of-type(odd) {
  background-color: #f5f5f5;
}

body.forms-page-vue .choices .choices__list.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #e5e5e5;
}

body.forms-page-vue .parsley-error input {
  border: 1px #ff6f64 solid;
  color: #99433c !important;
}

body.forms-page-vue .parsley-error .choices {
  border: 1px #ff6f64 solid;
}

body.forms-page-vue .parsley-error .choices .choices__placeholder {
  opacity: 1;
  color: #99433c !important;
}

body.forms-page-vue .parsley-error .choices .choices__inner {
  background-color: #fff1f0 !important;
  color: #99433c !important;
}

.page-create-account .checkbox_group.parsley-error {
  border: none;
  background-color: #dd9a99;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.page-create-account .checkbox_group.parsley-error a {
  color: #99433c !important;
  background: none !important;
  text-shadow: none !important;
  text-decoration: underline !important;
}

.page-create-account .checkbox_group.parsley-error p {
  color: #99433c;
  margin-bottom: 0;
}

body.house-toomey.forms-page-vue a, body.house-toomey.forms-page-vue p,
body.house-rago.forms-page-vue a,
body.house-rago.forms-page-vue p {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-toomey.forms-page-vue a strong, body.house-toomey.forms-page-vue p strong,
body.house-rago.forms-page-vue a strong,
body.house-rago.forms-page-vue p strong {
  font-weight: bold;
}

body.house-toomey.forms-page-vue a em, body.house-toomey.forms-page-vue p em,
body.house-rago.forms-page-vue a em,
body.house-rago.forms-page-vue p em {
  font-style: italic;
}

body.house-toomey.forms-page-vue a strong em,
body.house-toomey.forms-page-vue a em strong, body.house-toomey.forms-page-vue p strong em,
body.house-toomey.forms-page-vue p em strong,
body.house-rago.forms-page-vue a strong em,
body.house-rago.forms-page-vue a em strong,
body.house-rago.forms-page-vue p strong em,
body.house-rago.forms-page-vue p em strong {
  font-weight: bold;
  font-style: italic;
}

body.house-toomey.forms-page-vue .page input,
body.house-toomey.forms-page-vue .page textarea,
body.house-toomey.forms-page-vue .page select,
body.house-toomey.forms-page-vue .page button,
body.house-rago.forms-page-vue .page input,
body.house-rago.forms-page-vue .page textarea,
body.house-rago.forms-page-vue .page select,
body.house-rago.forms-page-vue .page button {
  font-family: var(--font-family-sans);
}

body.house-toomey.forms-page-vue .page input strong,
body.house-toomey.forms-page-vue .page textarea strong,
body.house-toomey.forms-page-vue .page select strong,
body.house-toomey.forms-page-vue .page button strong,
body.house-rago.forms-page-vue .page input strong,
body.house-rago.forms-page-vue .page textarea strong,
body.house-rago.forms-page-vue .page select strong,
body.house-rago.forms-page-vue .page button strong {
  font-weight: bold;
}

body.house-toomey.forms-page-vue .page input em,
body.house-toomey.forms-page-vue .page textarea em,
body.house-toomey.forms-page-vue .page select em,
body.house-toomey.forms-page-vue .page button em,
body.house-rago.forms-page-vue .page input em,
body.house-rago.forms-page-vue .page textarea em,
body.house-rago.forms-page-vue .page select em,
body.house-rago.forms-page-vue .page button em {
  font-style: italic;
}

body.house-toomey.forms-page-vue .page input strong em,
body.house-toomey.forms-page-vue .page input em strong,
body.house-toomey.forms-page-vue .page textarea strong em,
body.house-toomey.forms-page-vue .page textarea em strong,
body.house-toomey.forms-page-vue .page select strong em,
body.house-toomey.forms-page-vue .page select em strong,
body.house-toomey.forms-page-vue .page button strong em,
body.house-toomey.forms-page-vue .page button em strong,
body.house-rago.forms-page-vue .page input strong em,
body.house-rago.forms-page-vue .page input em strong,
body.house-rago.forms-page-vue .page textarea strong em,
body.house-rago.forms-page-vue .page textarea em strong,
body.house-rago.forms-page-vue .page select strong em,
body.house-rago.forms-page-vue .page select em strong,
body.house-rago.forms-page-vue .page button strong em,
body.house-rago.forms-page-vue .page button em strong {
  font-weight: bold;
  font-style: italic;
}

body.house-toomey.forms-page-vue .page button,
body.house-toomey.forms-page-vue .page a.w-btn,
body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-ds-inquire-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-ds-inquire-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-outline:disabled,
body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-ds-inquire-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-ds-inquire-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-ds-inquire-solid:disabled,
body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline,
body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-green-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-green-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-green-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-green-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-green-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-green-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline,
body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-green-outline:disabled,
body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid,
body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-green-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-green-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-green-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-green-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-green-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-green-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid,
body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-green-solid:disabled,
body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-grey-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-grey-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-grey-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-grey-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-grey-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-grey-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-grey-outline:disabled,
body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-grey-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-grey-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-grey-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-grey-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-grey-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-grey-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-light-grey-solid:disabled,
body.house-toomey.forms-page-vue .page a.w-btn-white-outline,
body.house-toomey.forms-page-vue .page a.w-btn-white-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-white-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-white-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-white-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-white-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-white-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-white-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-white-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-white-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-white-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-white-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-white-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-white-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-white-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-white-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-white-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-white-outline,
body.house-toomey.forms-page-vue .page a.w-btn-white-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-white-outline:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-white-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-white-outline:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-white-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-white-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-white-outline:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-white-outline:disabled,
body.house-toomey.forms-page-vue .page a.w-btn-white-solid,
body.house-toomey.forms-page-vue .page a.w-btn-white-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-white-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-white-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-white-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-white-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-white-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-white-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-white-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-white-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-white-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-white-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-white-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-white-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-white-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-white-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-white-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-white-solid,
body.house-toomey.forms-page-vue .page a.w-btn-white-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-white-solid:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-white-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-white-solid:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-white-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-white-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-white-solid:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-white-solid:disabled,
body.house-toomey.forms-page-vue .page a.w-btn-house-outline,
body.house-toomey.forms-page-vue .page a.w-btn-house-outline,
body.house-toomey.forms-page-vue .page a.w-btn-green-outline,
body.house-toomey.forms-page-vue .page a.w-btn-green-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-house-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-house-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-house-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-house-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-green-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-green-outline,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-green-outline,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-green-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-house-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-house-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-house-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-house-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-green-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-green-outline,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-green-outline,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-green-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-house-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-house-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-house-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-house-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-green-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-green-outline,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-green-outline,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-green-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-house-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-house-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-house-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-house-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-green-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-green-outline,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-green-outline,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-green-outline,
body.house-toomey.forms-page-vue .page a.w-btn-house-outline:disabled,
body.house-toomey.forms-page-vue .page a.w-btn-green-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-house-outline:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-house-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-green-outline:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-green-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-house-outline:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-house-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-green-outline:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-green-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-house-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-green-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-house-outline:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-house-outline:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-green-outline:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-green-outline:disabled,
body.house-toomey.forms-page-vue .page a.w-btn-house-solid,
body.house-toomey.forms-page-vue .page a.w-btn-house-solid,
body.house-toomey.forms-page-vue .page a.w-btn-green-solid,
body.house-toomey.forms-page-vue .page a.w-btn-green-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-house-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-house-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-house-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-house-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-green-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-green-solid,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-green-solid,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-green-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-house-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-house-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-house-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-house-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-green-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-green-solid,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-green-solid,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-green-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-house-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-house-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-house-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-house-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-green-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-green-solid,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-green-solid,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-green-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-house-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-house-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-house-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-house-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-green-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-green-solid,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-green-solid,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-green-solid,
body.house-toomey.forms-page-vue .page a.w-btn-house-solid:disabled,
body.house-toomey.forms-page-vue .page a.w-btn-green-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-house-solid:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-house-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-rago a.w-btn-green-solid:disabled,
body.house-rago body.house-toomey.forms-page-vue .page a.w-btn-green-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-house-solid:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-house-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-wright a.w-btn-green-solid:disabled,
body.house-wright body.house-toomey.forms-page-vue .page a.w-btn-green-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-house-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-herman_miller a.w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey.forms-page-vue .page a.w-btn-green-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-house-solid:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-house-solid:disabled,
body.house-toomey.forms-page-vue .page body.house-lama a.w-btn-green-solid:disabled,
body.house-lama body.house-toomey.forms-page-vue .page a.w-btn-green-solid:disabled,
body.house-rago.forms-page-vue .page button,
body.house-rago.forms-page-vue .page a.w-btn,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-ds-inquire-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-ds-inquire-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline:disabled,
body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-outline:disabled,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-ds-inquire-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-ds-inquire-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid:disabled,
body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-ds-inquire-solid:disabled,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-green-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-green-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-green-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-green-outline,
body.house-rago.forms-page-vue .page a.w-btn-light-green-outline,
body.house-rago.forms-page-vue .page a.w-btn-light-green-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-green-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-green-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-green-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-green-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-green-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-green-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-green-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-green-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-green-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-green-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-green-outline:disabled,
body.house-rago.forms-page-vue .page a.w-btn-light-green-outline:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-green-outline:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-green-outline:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-green-outline:disabled,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-green-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-green-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-green-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-green-solid,
body.house-rago.forms-page-vue .page a.w-btn-light-green-solid,
body.house-rago.forms-page-vue .page a.w-btn-light-green-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-green-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-green-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-green-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-green-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-green-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-green-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-green-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-green-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-green-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-green-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-green-solid:disabled,
body.house-rago.forms-page-vue .page a.w-btn-light-green-solid:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-green-solid:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-green-solid:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-green-solid:disabled,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-grey-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-grey-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-grey-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-grey-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-grey-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-grey-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline:disabled,
body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-grey-outline:disabled,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-grey-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-grey-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-grey-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-grey-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-grey-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-grey-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid:disabled,
body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-light-grey-solid:disabled,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-white-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-white-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-white-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-white-outline,
body.house-rago.forms-page-vue .page a.w-btn-white-outline,
body.house-rago.forms-page-vue .page a.w-btn-white-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-white-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-white-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-white-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-white-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-white-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-white-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-white-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-white-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-white-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-white-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-white-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-white-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-white-outline:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-white-outline:disabled,
body.house-rago.forms-page-vue .page a.w-btn-white-outline:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-white-outline:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-white-outline:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-white-outline:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-white-outline:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-white-outline:disabled,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-white-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-white-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-white-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-white-solid,
body.house-rago.forms-page-vue .page a.w-btn-white-solid,
body.house-rago.forms-page-vue .page a.w-btn-white-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-white-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-white-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-white-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-white-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-white-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-white-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-white-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-white-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-white-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-white-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-white-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-white-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-white-solid:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-white-solid:disabled,
body.house-rago.forms-page-vue .page a.w-btn-white-solid:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-white-solid:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-white-solid:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-white-solid:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-white-solid:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-white-solid:disabled,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-house-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-house-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-house-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-house-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-green-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-green-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-green-outline,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-green-outline,
body.house-rago.forms-page-vue .page a.w-btn-house-outline,
body.house-rago.forms-page-vue .page a.w-btn-house-outline,
body.house-rago.forms-page-vue .page a.w-btn-green-outline,
body.house-rago.forms-page-vue .page a.w-btn-green-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-house-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-house-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-house-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-house-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-green-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-green-outline,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-green-outline,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-green-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-house-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-house-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-house-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-house-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-green-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-green-outline,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-green-outline,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-green-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-house-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-house-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-house-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-house-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-green-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-green-outline,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-green-outline,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-green-outline,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-house-outline:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-house-outline:disabled,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-green-outline:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-green-outline:disabled,
body.house-rago.forms-page-vue .page a.w-btn-house-outline:disabled,
body.house-rago.forms-page-vue .page a.w-btn-green-outline:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-house-outline:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-house-outline:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-green-outline:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-green-outline:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-house-outline:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-green-outline:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-house-outline:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-house-outline:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-green-outline:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-green-outline:disabled,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-house-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-house-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-house-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-house-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-green-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-green-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-green-solid,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-green-solid,
body.house-rago.forms-page-vue .page a.w-btn-house-solid,
body.house-rago.forms-page-vue .page a.w-btn-house-solid,
body.house-rago.forms-page-vue .page a.w-btn-green-solid,
body.house-rago.forms-page-vue .page a.w-btn-green-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-house-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-house-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-house-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-house-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-green-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-green-solid,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-green-solid,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-green-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-house-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-house-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-house-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-house-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-green-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-green-solid,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-green-solid,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-green-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-house-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-house-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-house-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-house-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-green-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-green-solid,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-green-solid,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-green-solid,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-house-solid:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-house-solid:disabled,
body.house-rago.forms-page-vue .page body.house-toomey a.w-btn-green-solid:disabled,
body.house-toomey body.house-rago.forms-page-vue .page a.w-btn-green-solid:disabled,
body.house-rago.forms-page-vue .page a.w-btn-house-solid:disabled,
body.house-rago.forms-page-vue .page a.w-btn-green-solid:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-house-solid:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-house-solid:disabled,
body.house-rago.forms-page-vue .page body.house-wright a.w-btn-green-solid:disabled,
body.house-wright body.house-rago.forms-page-vue .page a.w-btn-green-solid:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-house-solid:disabled,
body.house-rago.forms-page-vue .page body.house-herman_miller a.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago.forms-page-vue .page a.w-btn-green-solid:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-house-solid:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-house-solid:disabled,
body.house-rago.forms-page-vue .page body.house-lama a.w-btn-green-solid:disabled,
body.house-lama body.house-rago.forms-page-vue .page a.w-btn-green-solid:disabled {
  font-weight: bold;
}

body.house-toomey.forms-page-vue .form-footer a,
body.house-rago.forms-page-vue .form-footer a {
  color: var(--primary-color);
}

body.house-toomey.forms-page-vue .button,
body.house-rago.forms-page-vue .button {
  background-color: var(--primary-color);
}

body.house-lama.forms-page-vue a, body.house-lama.forms-page-vue p {
  font-family: var(--font-family-sans);
}

body.house-lama.forms-page-vue a strong, body.house-lama.forms-page-vue p strong {
  font-weight: bold;
}

body.house-lama.forms-page-vue a em, body.house-lama.forms-page-vue p em {
  font-style: italic;
}

body.house-lama.forms-page-vue a strong em,
body.house-lama.forms-page-vue a em strong, body.house-lama.forms-page-vue p strong em,
body.house-lama.forms-page-vue p em strong {
  font-weight: bold;
  font-style: italic;
}

body.house-lama.forms-page-vue .page input,
body.house-lama.forms-page-vue .page textarea,
body.house-lama.forms-page-vue .page select,
body.house-lama.forms-page-vue .page button {
  font-family: var(--font-family-sans);
}

body.house-lama.forms-page-vue .page input strong,
body.house-lama.forms-page-vue .page textarea strong,
body.house-lama.forms-page-vue .page select strong,
body.house-lama.forms-page-vue .page button strong {
  font-weight: bold;
}

body.house-lama.forms-page-vue .page input em,
body.house-lama.forms-page-vue .page textarea em,
body.house-lama.forms-page-vue .page select em,
body.house-lama.forms-page-vue .page button em {
  font-style: italic;
}

body.house-lama.forms-page-vue .page input strong em,
body.house-lama.forms-page-vue .page input em strong,
body.house-lama.forms-page-vue .page textarea strong em,
body.house-lama.forms-page-vue .page textarea em strong,
body.house-lama.forms-page-vue .page select strong em,
body.house-lama.forms-page-vue .page select em strong,
body.house-lama.forms-page-vue .page button strong em,
body.house-lama.forms-page-vue .page button em strong {
  font-weight: bold;
  font-style: italic;
}

body.house-lama.forms-page-vue .page input.w-btn-house-solid,
body.house-lama.forms-page-vue .page input.w-btn-green-solid {
  font-weight: 700;
}

body.house-lama.forms-page-vue .page button,
body.house-lama.forms-page-vue .page a.w-btn,
body.house-lama.forms-page-vue .page a.w-btn-ds-inquire-outline,
body.house-lama.forms-page-vue .page a.w-btn-ds-inquire-solid,
body.house-lama.forms-page-vue .page a.w-btn-light-green-outline,
body.house-lama.forms-page-vue .page a.w-btn-light-green-solid,
body.house-lama.forms-page-vue .page a.w-btn-light-grey-outline,
body.house-lama.forms-page-vue .page a.w-btn-light-grey-solid,
body.house-lama.forms-page-vue .page a.w-btn-white-outline,
body.house-lama.forms-page-vue .page a.w-btn-white-solid,
body.house-lama.forms-page-vue .page a.w-btn-house-outline,
body.house-lama.forms-page-vue .page a.w-btn-green-outline,
body.house-lama.forms-page-vue .page a.w-btn-house-solid,
body.house-lama.forms-page-vue .page a.w-btn-green-solid {
  font-family: var(--font-family-sans);
  font-weight: 700;
}

body.house-lama.forms-page-vue .form-footer a {
  color: var(--primary-color);
}

body.house-lama.forms-page-vue .button {
  background-color: var(--primary-color);
}

.dev-qa-box {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9999;
  border: 1px dashed red;
  padding: 10px;
  background: white;
}

.sticky-sidebar {
  display: block;
  left: auto;
  position: relative;
  width: 100%;
}

.sticky-sidebar p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
}

@media (min-width: 1025px) {
  .sticky-sidebar {
    position: absolute;
    left: 70rem;
    max-width: 30rem;
  }

  .sticky-sidebar.stuck {
    position: fixed;
    top: 20px;
  }

  .sticky-sidebar.stuck.sticky-surpassed {
    position: absolute;
    top: auto;
    bottom: 20px;
  }
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: inherit;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 5rem;
  height: 5rem;
  text-align: left;
  color: #000;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  pointer-events: none;
  opacity: 0.65;
}

.multiselect--active {
  z-index: 9999;
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotateZ(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 5rem;
  line-height: inherit;
  border: none !important;
  border-radius: 0;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 !important;
  padding: 0 !important;
}

.multiselect__input::-moz-placeholder {
  color: #999;
}

.multiselect__input::placeholder {
  color: #999;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  height: 5rem;
  min-height: 5rem;
  display: block;
  padding: 0 5rem 0 1.5rem;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
  overflow: hidden;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 2.4rem 4px 0.8rem;
  border-radius: 0;
  margin-right: 0.4rem;
  color: #fff;
  line-height: 0.9;
  background: #41b883;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  border-radius: 0;
  margin-left: 4px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-style: initial;
  font-weight: 700;
  width: 2rem;
  text-align: center;
  line-height: inherit;
  transition: all 0.2s ease;
}

.multiselect__tag-icon:after {
  content: "×";
  color: #266d4d;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background-color: #cfcfcf;
}

.multiselect__current {
  line-height: inherit;
  min-height: 5rem;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid #ccc;
  cursor: pointer;
}

.multiselect__select {
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-sizing: border-box;
  width: 5rem;
  height: 5rem;
  right: 0;
  top: 0;
  padding: 8px 8px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  color: #424242;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #999 transparent transparent transparent;
  content: "";
}

.multiselect__placeholder {
  color: #999;
  display: inline-flex;
  align-items: center;
  height: 5rem;
  font-size: 1.5rem;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: auto;
  min-width: 100%;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-radius: 0 0 0 0;
  border-bottom: none;
  border-top: 1px solid #ccc;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
  max-width: unset !important;
}

.multiselect__element:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.multiselect__element:hover {
  background-color: #cfcfcf;
}

.multiselect__option {
  display: inline-flex;
  align-items: center;
  padding: 0 1.5rem;
  min-height: 5rem;
  line-height: inherit;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  max-width: unset !important;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

.multiselect__option strong {
  font-weight: bold;
}

.multiselect__option em {
  font-style: italic;
}

.multiselect__option strong em,
.multiselect__option em strong {
  font-weight: bold;
  font-style: italic;
}

body.house-toomey .multiselect__option, body.house-rago .multiselect__option {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-toomey .multiselect__option strong, body.house-rago .multiselect__option strong {
  font-weight: bold;
}

body.house-toomey .multiselect__option em, body.house-rago .multiselect__option em {
  font-style: italic;
}

body.house-toomey .multiselect__option strong em,
body.house-toomey .multiselect__option em strong, body.house-rago .multiselect__option strong em,
body.house-rago .multiselect__option em strong {
  font-weight: bold;
  font-style: italic;
}

body.house-lama .multiselect__option {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama .multiselect__option strong {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-lama .multiselect__option em {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-style: italic;
}

body.house-lama .multiselect__option strong em,
body.house-lama .multiselect__option em strong {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 5rem;
  padding-right: 12px;
  padding-left: 20px;
  font-family: inherit;
  font-size: inherit;
}

.multiselect__option--highlight {
  background-color: #cfcfcf;
  outline: none;
}

.multiselect__option--highlight:after {
  background-color: #cfcfcf;
}

.multiselect__option--selected {
  background-color: #cfcfcf;
  font-weight: 500;
}

.multiselect__option--selected.multiselect__option--highlight {
  background-color: #cfcfcf;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background-color: #cfcfcf;
}

.multiselect--disabled {
  background: #AAAAAAA;
  pointer-events: none;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #AAAAAAA;
  color: #999;
}

.multiselect__option--disabled {
  background: #AAAAAAA;
  color: #999;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #AAAAAAA;
  color: #999;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #999;
  color: #AAAAAAA;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #999;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #AAAAAAA;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #FF000;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #FF000;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 0;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}

.multiselect__spinner {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  background: #fff;
  display: block;
}

.multiselect__spinner:before, .multiselect__spinner:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #000;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

@keyframes spinning {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(2turn);
  }
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

*[dir=rtl] .multiselect {
  text-align: right;
}

*[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

*[dir=rtl] .multiselect__tags {
  padding: 0 0 0 5rem;
}

*[dir=rtl] .multiselect__content {
  text-align: right;
}

*[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

*[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

*[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

.no-arrow .multiselect__select {
  display: none;
}

/* Shipping Cost Estimator Popup */

.shipping-est-popup {
  display: flex;
  position: fixed;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}

.shipping-est-popup.active {
  opacity: 1;
}

.shipping-estimate-popover {
  width: 100vw;
  position: fixed;
  height: auto;
  min-height: 43.5rem;
  bottom: 1rem;
  display: block;
  z-index: 2;
  border: 0.1rem solid #999;
  background: white;
  font-family: var(--font-family-sans);
}

.shipping-estimate-popover p {
  font-size: 1.3rem !important;
  line-height: 1.8rem !important;
}

.shipping-estimate-popover .error-container a {
  transition: color 0.3s ease-in-out;
}

.shipping-estimate-popover .error-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: calc(100% - 10rem);
  max-width: 32rem;
  margin: 0 auto;
}

.shipping-estimate-popover .footer {
  position: absolute;
  bottom: 2rem;
  left: 0;
}

.shipping-estimate-popover .footer a {
  transition: color 0.3s ease-in-out;
}

.shipping-estimate-popover .footer a .pill-bg {
  transition: fill 0.3s ease-in-out;
}

.shipping-estimate-popover .footer a:hover .pill-bg {
  fill: #E7EAEC;
}

.shipping-estimate-popover .amount {
  font-size: 2.4rem;
  font-weight: 500;
}

.shipping-estimate-popover .arta {
  height: 2.5rem;
  width: 11rem;
}

.shipping-estimate-popover form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.shipping-estimate-popover form input,
.shipping-estimate-popover form .multiselect__tags {
  border-color: #999;
}

.shipping-estimate-popover input[type=text] {
  margin-bottom: 0;
}

.shipping-estimate-popover .button {
  width: 100%;
  font-weight: bold;
  color: #fff !important;
}

.shipping-estimate-popover .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shipping-estimate-popover .close path {
  transition: fill 0.3s ease-in-out;
}

.shipping-estimate-popover .close:hover path {
  fill: var(--primary-color);
}

.shipping-estimate-popover .multiselect__content-wrapper {
  max-width: calc(100% - 2rem);
}

.shipping-estimate-popover .inner {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 2rem;
}

.shipping-estimate-popover .loader {
  position: relative;
  top: 40%;
}

.shipping-estimate-popover .loader .w-btn-busy-spinner {
  position: unset;
  top: unset;
  left: unset;
  transform: unset;
}

.shipping-estimate-popover .title,
.shipping-estimate-popover .origin,
.shipping-estimate-popover .destination,
.shipping-estimate-popover .label {
  font-weight: 500;
}

.shipping-estimate-popover .title {
  font-size: 1.8rem;
  line-height: 2.16rem;
  margin-bottom: 1rem;
}

.shipping-estimate-popover .description {
  font-size: 1.3rem !important;
  line-height: 1.8rem !important;
  color: #666;
}

.shipping-estimate-popover .description .origin,
.shipping-estimate-popover .description .destination {
  color: #000;
}

.shipping-estimate-popover .results a {
  position: relative;
  font-size: 1.3rem;
  text-decoration: underline !important;
  cursor: pointer;
  line-height: normal;
}

.shipping-estimate-popover .results p {
  color: #666;
  margin-bottom: 1rem;
}

.shipping-estimate-popover .result-title {
  font-size: 1.3rem !important;
  line-height: normal !important;
  height: 16.7rem;
  background: var(--primary-color-engaged);
}

.shipping-estimate-popover .result-title p {
  color: #000;
}

.shipping-estimate-popover .step-1 {
  max-height: calc(100% - 5rem);
}

@media screen and (max-width: 767px) {
  .shipping-est-popup {
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: -1;
    align-items: center;
  }

  .shipping-est-popup.active {
    z-index: 999;
  }

  .shipping-estimate-popover {
    width: calc(100vw - 2rem);
    position: fixed;
    bottom: unset;
  }
}

@media screen and (min-width: 768px) {
  .shipping-estimate-popover {
    width: 30rem;
    right: 1rem;
  }
}

.theme-general .theme-general-wrapper h1,
.theme-general .theme-general-wrapper h2,
.theme-general .theme-general-wrapper h3,
.theme-general .theme-general-wrapper h4,
.theme-general .theme-general-wrapper h5,
.theme-general .theme-general-wrapper h6,
.theme-general .theme-general-wrapper ul,
.theme-general .theme-general-wrapper ol,
.theme-general .theme-general-wrapper li {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

.theme-general .theme-general-wrapper h1 strong,
.theme-general .theme-general-wrapper h2 strong,
.theme-general .theme-general-wrapper h3 strong,
.theme-general .theme-general-wrapper h4 strong,
.theme-general .theme-general-wrapper h5 strong,
.theme-general .theme-general-wrapper h6 strong,
.theme-general .theme-general-wrapper ul strong,
.theme-general .theme-general-wrapper ol strong,
.theme-general .theme-general-wrapper li strong {
  font-weight: bold;
}

.theme-general .theme-general-wrapper h1 em,
.theme-general .theme-general-wrapper h2 em,
.theme-general .theme-general-wrapper h3 em,
.theme-general .theme-general-wrapper h4 em,
.theme-general .theme-general-wrapper h5 em,
.theme-general .theme-general-wrapper h6 em,
.theme-general .theme-general-wrapper ul em,
.theme-general .theme-general-wrapper ol em,
.theme-general .theme-general-wrapper li em {
  font-style: italic;
}

.theme-general .theme-general-wrapper h1 strong em,
.theme-general .theme-general-wrapper h1 em strong,
.theme-general .theme-general-wrapper h2 strong em,
.theme-general .theme-general-wrapper h2 em strong,
.theme-general .theme-general-wrapper h3 strong em,
.theme-general .theme-general-wrapper h3 em strong,
.theme-general .theme-general-wrapper h4 strong em,
.theme-general .theme-general-wrapper h4 em strong,
.theme-general .theme-general-wrapper h5 strong em,
.theme-general .theme-general-wrapper h5 em strong,
.theme-general .theme-general-wrapper h6 strong em,
.theme-general .theme-general-wrapper h6 em strong,
.theme-general .theme-general-wrapper ul strong em,
.theme-general .theme-general-wrapper ul em strong,
.theme-general .theme-general-wrapper ol strong em,
.theme-general .theme-general-wrapper ol em strong,
.theme-general .theme-general-wrapper li strong em,
.theme-general .theme-general-wrapper li em strong {
  font-weight: bold;
  font-style: italic;
}

.theme-general .theme-general-wrapper .artists .item-grid-container.grid {
  width: auto;
}

.theme-general .theme-general-wrapper .e404 {
  font-family: var(--font-family-sans);
}

.theme-general .theme-general-wrapper .header,
.theme-general .theme-general-wrapper .page__header h2 {
  font-size: 1.7rem;
  line-height: 2.4rem;
  padding-bottom: 0.7rem;
}

.theme-general .theme-general-wrapper .page__header h1 {
  font-family: var(--font-family-serif);
}

.theme-general .theme-general-wrapper .filter-container {
  display: flex;
  height: 100%;
}

.theme-general .theme-general-wrapper .filter-container form {
  display: flex;
  align-items: center;
}

.theme-general .theme-general-wrapper .filter-container input {
  padding-left: 1.6rem;
  font-size: 1.4rem;
}

.theme-general .theme-general-wrapper .filter-container input::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: var(--primary-color);
  letter-spacing: 0.03rem;
  font-weight: 700;
}

.theme-general .theme-general-wrapper .filter-container li:not(.filter-items) {
  display: flex;
  height: 4.5rem;
  min-height: 4.5rem;
  color: var(--primary-color);
  align-items: center;
  background: #fff;
  font-family: var(--font-family-sans);
  font-weight: 700 !important;
  line-height: normal !important;
}

.theme-general .theme-general-wrapper .filter-container li:not(.filter-items) a {
  font-weight: 700;
}

.theme-general .theme-general-wrapper .filter-container li:not(.filter-items).hidden {
  display: none;
}

.theme-general .theme-general-wrapper .filter-container .dropdown .filter-items {
  max-height: 40.5rem;
  overflow-y: auto;
  height: auto;
  background-color: #fff;
  border: none;
}

.theme-general .theme-general-wrapper .filter-container .dropdown .filter-items .filter-item.current {
  background-color: #fff;
}

.theme-general .theme-general-wrapper .filter-container .dropdown .filter-items .filter-item.current a {
  color: var(--primary-color);
}

.theme-general .theme-general-wrapper .filter-container .dropdown .filter-items .filter-item.current:after {
  display: none;
}

.theme-general .theme-general-wrapper .filter-container .dropdown .filter-items .filter-item.current:hover a {
  color: #fff;
}

.theme-general .theme-general-wrapper .filter-container .dropdown .filter-items a {
  padding-left: 1.6rem;
}

.theme-general .theme-general-wrapper .filter-container .dropdown li {
  color: var(--primary-color);
  border-bottom: 0.2rem solid var(--primary-color);
  border-left: 0.2rem solid var(--primary-color);
  border-right: 0.2rem solid var(--primary-color);
}

.theme-general .theme-general-wrapper .filter-container .dropdown li.asc, .theme-general .theme-general-wrapper .filter-container .dropdown li.desc {
  background: var(--primary-color-engaged);
}

.theme-general .theme-general-wrapper .filter-container .dropdown li.asc:hover, .theme-general .theme-general-wrapper .filter-container .dropdown li.desc:hover {
  color: var(--primary-color);
}

.theme-general .theme-general-wrapper .filter-container .dropdown li.selected {
  background: var(--primary-color-engaged);
  color: var(--primary-color);
}

.theme-general .theme-general-wrapper .filter-container .dropdown li.selected:after {
  border-top-color: var(--primary-color);
}

.theme-general .theme-general-wrapper .filter-container .dropdown li.current {
  border-top: 0.2rem solid var(--primary-color);
  background: var(--primary-color);
  padding: 0 1.6rem;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.theme-general .theme-general-wrapper .filter-container .dropdown li.current:hover {
  border-top-color: var(--primary-color-hover);
  background: var(--primary-color-hover);
}

.theme-general .theme-general-wrapper .filter-container .dropdown li.current a,
.theme-general .theme-general-wrapper .filter-container .dropdown li.current span {
  color: #fff;
}

.theme-general .theme-general-wrapper .filter-container .dropdown li.current:after {
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  display: inline-block;
  content: "";
  margin-left: 0.5rem;
  margin-top: 0.4rem;
  line-height: 1rem;
  height: 1rem;
  border-top: 6px solid #fff;
  position: relative;
}

.theme-general .theme-general-wrapper .filter-container .dropdown li:not(.filter-items):hover {
  background: var(--primary-color-engaged);
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.theme-general .theme-general-wrapper .filter-container .dropdown li:not(.filter-items).current:hover {
  background: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

.theme-general .theme-general-wrapper .filter-container .dropdown.focused li.selected .asc:after,
.theme-general .theme-general-wrapper .filter-container .dropdown.focused li.selected .desc:after {
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  display: inline-block;
  content: "";
  margin-left: 0.5rem;
  margin-top: 0.4rem;
  line-height: 1rem;
  height: 1rem;
  border-top: 6px solid #fff;
  position: relative;
}

.theme-general .theme-general-wrapper .filter-container .dropdown.focused .desc:after {
  transform: rotate(180deg);
  margin-bottom: 0.4rem;
}

.theme-general .theme-general-wrapper .filter-container .dropdown.sort-list {
  margin: 1rem 0;
  background-color: #fff;
}

.theme-general .theme-general-wrapper .filter-container .dropdown.sort-list li.selected:not(.current) {
  background-color: #fff;
}

.theme-general .theme-general-wrapper .filter-container .dropdown.sort-list li.selected:not(.current) > span {
  background-color: var(--primary-color-engaged);
}

.theme-general .theme-general-wrapper .filter-container .dropdown.sort-list li:not(.current) span {
  display: flex;
  align-items: center;
}

.theme-general .theme-general-wrapper .filter-container .dropdown.sort-list li:not(.current) span:nth-child(1):not(.thinsp) {
  padding-left: 1.6rem;
}

.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items) {
  border-top: 0.2rem solid var(--primary-color);
  border-bottom: 0.2rem solid var(--primary-color);
  border-right: 0.2rem solid var(--primary-color);
  padding: 0 1.6rem;
}

.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items):first-of-type {
  border-left: 0.2rem solid var(--primary-color);
}

.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items).asc, .theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items).desc {
  background: var(--primary-color);
  color: #fff;
}

.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items).asc a,
.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items).asc span, .theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items).desc a,
.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items).desc span {
  color: #fff;
}

.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items).asc:after, .theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items).desc:after {
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  display: inline-block;
  content: "";
  margin-left: 0.5rem;
  margin-top: 0.4rem;
  line-height: 1rem;
  height: 1rem;
  border-top: 6px solid #fff;
  position: relative;
}

.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items).desc::after {
  transform: rotate(180deg);
  margin-bottom: 0.4rem;
}

.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items).selected {
  background: var(--primary-color);
}

.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items).selected a {
  color: #fff;
}

.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items):hover {
  background: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
  color: #fff;
}

.theme-general .theme-general-wrapper .filter-container .inline li:not(.filter-items):hover a {
  color: #fff;
}

.theme-general .theme-general-wrapper .filter-container .subnav-search li {
  padding: 0;
  border: 0.2rem solid var(--primary-color);
}

.theme-general .theme-general-wrapper .filter-container .subnav-search li:hover {
  background: transparent;
}

.theme-general .theme-general-wrapper .filter-container .subnav-search li input {
  font-weight: 700;
}

.theme-general .theme-general-wrapper .filter-container .subnav-search svg {
  width: 2.2rem;
  z-index: 1;
  position: relative;
  right: 1.6rem;
  top: 0;
}

.theme-general .theme-general-wrapper .filter-container .subnav-search svg ellipse,
.theme-general .theme-general-wrapper .filter-container .subnav-search svg path {
  stroke-miterlimit: 10;
  stroke-width: 0.3rem;
  shape-rendering: initial;
  transition: stroke 0.3s ease-in-out;
  stroke: var(--primary-color);
  fill: transparent;
}

.theme-general .theme-general-wrapper .search .filter-container {
  flex-direction: column-reverse;
}

.theme-general .theme-general-wrapper .module__calendar.filter-container {
  flex-direction: column;
  margin-bottom: 4rem;
  gap: 1rem;
}

.theme-general .theme-general-wrapper strong a,
.theme-general .theme-general-wrapper a strong {
  font-weight: bold;
}

.theme-general .theme-general-wrapper a.dark_button,
.theme-general .theme-general-wrapper a.light_button {
  font-weight: bold;
}

.theme-general .theme-general-wrapper, .theme-general .theme-general-wrapper p {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.03rem;
}

.theme-general .theme-general-wrapper strong, .theme-general .theme-general-wrapper p strong {
  font-weight: bold;
}

.theme-general .theme-general-wrapper em, .theme-general .theme-general-wrapper p em {
  font-style: italic;
}

.theme-general .theme-general-wrapper strong em,
.theme-general .theme-general-wrapper em strong, .theme-general .theme-general-wrapper p strong em,
.theme-general .theme-general-wrapper p em strong {
  font-weight: bold;
  font-style: italic;
}

.theme-general .theme-general-wrapper .module__quote blockquote h3 {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
}

.theme-general .theme-general-wrapper .module__quote blockquote.large {
  font-size: 4.8rem;
  line-height: 6rem;
}

@media (max-width: 767px) {
  .theme-general .theme-general-wrapper .module__quote blockquote {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 512px) {
  .theme-general .theme-general-wrapper .module__quote blockquote {
    font-size: 2.4rem;
  }

  .theme-general .theme-general-wrapper .module__quote blockquote.small {
    line-height: 3.6rem;
  }
}

.theme-general .theme-general-wrapper .module__quote blockquote p {
  font-size: 3.2rem;
  line-height: 3.8rem;
}

.theme-general .theme-general-wrapper .module__quote blockquote span {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

.theme-general .theme-general-wrapper .module__quote.center blockquote.large {
  font-size: 2.8rem;
}

.theme-general .theme-general-wrapper .fb-module__text .pquote {
  font-family: "freight-text-pro", "georgia", serif;
}

.theme-general .theme-general-wrapper .fb-module__text span.pquote {
  font-weight: bold;
}

.theme-general .theme-general-wrapper .fb-module__text li {
  margin-bottom: 2rem;
}

.theme-general .theme-general-wrapper .module.module__navigation {
  line-height: 2.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}

.theme-general .theme-general-wrapper .module.module__navigation p, .theme-general .theme-general-wrapper .module.module__navigation a {
  font-family: var(--font-family-sans);
  line-height: 2.3rem;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}

.theme-general .theme-general-wrapper .module.module__navigation strong p,
.theme-general .theme-general-wrapper .module.module__navigation strong a {
  font-weight: 700;
}

.theme-general .theme-general-wrapper .module__ .tile .desktop .button {
  text-transform: uppercase;
  line-height: 44px;
  font-size: 12px;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 1.5px;
}

.theme-general .theme-general-wrapper .module__ .tile .desktop .button .button-inner {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.theme-general .theme-general-wrapper .module__ .text {
  font-size: 16px;
  line-height: 13px;
}

.theme-general .theme-general-wrapper .module__ .text p {
  font-family: "wright-sans", "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

.theme-general .theme-general-wrapper .module__ .text p strong {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  font-weight: 500 !important;
}

.theme-general .theme-general-wrapper .module__ .text .title {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.theme-general .theme-general-wrapper h2 {
  font-size: 2.4rem;
  line-height: 3rem;
}

@media (min-width: 769px) {
  .theme-general .theme-general-wrapper h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}

@media (min-width: 1024px) {
  .theme-general .theme-general-wrapper h2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
    letter-spacing: 0.06rem;
  }
}

.theme-general .theme-general-wrapper h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}

@media (min-width: 769px) {
  .theme-general .theme-general-wrapper h3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

@media (min-width: 1024px) {
  .theme-general .theme-general-wrapper h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 0.03rem;
  }
}

.theme-general .theme-general-wrapper h4, .theme-general .theme-general-wrapper h5, .theme-general .theme-general-wrapper h6 {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

@media (min-width: 769px) {
  .theme-general .theme-general-wrapper h4, .theme-general .theme-general-wrapper h5, .theme-general .theme-general-wrapper h6 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media (min-width: 1024px) {
  .theme-general .theme-general-wrapper h4, .theme-general .theme-general-wrapper h5, .theme-general .theme-general-wrapper h6 {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0.03rem;
  }
}

#nprogress .bar {
  background-color: var(--primary-color) !important;
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 99999999999;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(255, 255, 255, 0.6);
}

#nprogress .spinner-icon {
  width: 4rem !important;
  height: 4rem !important;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: var(--primary-color) !important;
  border-left-color: var(--primary-color) !important;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
  position: absolute;
  top: calc(50vh - 2rem);
  left: calc(50% - 2rem);
}

#chatlio-widget {
  z-index: 3;
  position: relative;
}

#chatlio-widget .chatlio-title-bar {
  background-color: var(--primary-color) !important;
}

#ot-sdk-btn-floating.ot-floating-button {
  display: none;
}

body.house-herman_miller,
body.house-wright,
body.house-rago,
body.house-lama,
body.house-toomey {
  /** Watched Lot Button */
  /** End Watched Lot */
  /** Begin Search results */
  /** Begin Search results / Artists */
  /** Search results | Auctions */
  /** Search results | Artists */
  /** Begin module adjustments */
  /** End module adjustments */
  /** Begin Item Detail Page adjustments */
  /** End Item Detail Page adjustments */
  /** Auction Archive|Catalog|Book Index adjustments */
}

body.house-herman_miller .view-on,
body.house-wright .view-on,
body.house-rago .view-on,
body.house-lama .view-on,
body.house-toomey .view-on {
  font-size: var(--view-on-font-size);
}

body.house-herman_miller .watched-lot-button,
body.house-wright .watched-lot-button,
body.house-rago .watched-lot-button,
body.house-lama .watched-lot-button,
body.house-toomey .watched-lot-button {
  /* glow */
}

body.house-herman_miller .watched-lot-button.wright,
body.house-wright .watched-lot-button.wright,
body.house-rago .watched-lot-button.wright,
body.house-lama .watched-lot-button.wright,
body.house-toomey .watched-lot-button.wright {
  --watched-lot-color: var(--wright-primary-color);
  --watched-lot-glow: var(--wright-primary-color-hidden);
  --watched-lot-glow-animation-start: var(--wright-primary-color);
  --watched-lot-glow-animation-end: var(--wright-primary-color-hidden);
}

body.house-herman_miller .watched-lot-button.rago,
body.house-wright .watched-lot-button.rago,
body.house-rago .watched-lot-button.rago,
body.house-lama .watched-lot-button.rago,
body.house-toomey .watched-lot-button.rago {
  --watched-lot-color: var(--rago-primary-color);
  --watched-lot-glow: var(--rago-primary-color-hidden);
  --watched-lot-glow-animation-start: var(--rago-primary-color);
  --watched-lot-glow-animation-end: var(--rago-primary-color-hidden);
}

body.house-herman_miller .watched-lot-button.lama,
body.house-wright .watched-lot-button.lama,
body.house-rago .watched-lot-button.lama,
body.house-lama .watched-lot-button.lama,
body.house-toomey .watched-lot-button.lama {
  --watched-lot-color: var(--lama-primary-color);
  --watched-lot-glow: var(--lama-primary-color-hidden);
  --watched-lot-glow-animation-start: var(--lama-primary-color);
  --watched-lot-glow-animation-end: var(--lama-primary-color-hidden);
}

body.house-herman_miller .watched-lot-button.toomey,
body.house-wright .watched-lot-button.toomey,
body.house-rago .watched-lot-button.toomey,
body.house-lama .watched-lot-button.toomey,
body.house-toomey .watched-lot-button.toomey {
  --watched-lot-color: var(--toomey-primary-color);
  --watched-lot-glow: var(--toomey-primary-color-hidden);
  --watched-lot-glow-animation-start: var(--toomey-primary-color);
  --watched-lot-glow-animation-end: var(--toomey-primary-color-hidden);
}

body:not(.touch) body.house-herman_miller .watched-lot-button:not(.watched).hovered svg path,
body:not(.touch) body.house-wright .watched-lot-button:not(.watched).hovered svg path,
body:not(.touch) body.house-rago .watched-lot-button:not(.watched).hovered svg path,
body:not(.touch) body.house-lama .watched-lot-button:not(.watched).hovered svg path,
body:not(.touch) body.house-toomey .watched-lot-button:not(.watched).hovered svg path {
  fill: var(--watched-lot-color);
}

body.house-herman_miller .watched-lot-button svg path,
body.house-wright .watched-lot-button svg path,
body.house-rago .watched-lot-button svg path,
body.house-lama .watched-lot-button svg path,
body.house-toomey .watched-lot-button svg path {
  stroke: var(--watched-lot-color);
}

body.house-herman_miller .watched-lot-button.watched svg path, body.house-herman_miller .watched-lot-button.hovered svg path,
body.house-wright .watched-lot-button.watched svg path,
body.house-wright .watched-lot-button.hovered svg path,
body.house-rago .watched-lot-button.watched svg path,
body.house-rago .watched-lot-button.hovered svg path,
body.house-lama .watched-lot-button.watched svg path,
body.house-lama .watched-lot-button.hovered svg path,
body.house-toomey .watched-lot-button.watched svg path,
body.house-toomey .watched-lot-button.hovered svg path {
  fill: var(--watched-lot-color);
}

body.house-herman_miller .watched-lot-button .aura,
body.house-wright .watched-lot-button .aura,
body.house-rago .watched-lot-button .aura,
body.house-lama .watched-lot-button .aura,
body.house-toomey .watched-lot-button .aura {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  transform-style: preserve-3d;
  will-change: transform;
  background-color: var(--watched-lot-glow);
  pointer-events: none;
  filter: blur(5px);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 1;
  opacity: 0.5;
}

body.house-herman_miller .watched-lot-button.toggled .btn-inner,
body.house-wright .watched-lot-button.toggled .btn-inner,
body.house-rago .watched-lot-button.toggled .btn-inner,
body.house-lama .watched-lot-button.toggled .btn-inner,
body.house-toomey .watched-lot-button.toggled .btn-inner {
  /* @keyframes name | duration | easing-function | fill-mode */
  animation: scale-up-center 0.66s both;
}

body.house-herman_miller .watched-lot-button.toggled .btn-inner .aura,
body.house-wright .watched-lot-button.toggled .btn-inner .aura,
body.house-rago .watched-lot-button.toggled .btn-inner .aura,
body.house-lama .watched-lot-button.toggled .btn-inner .aura,
body.house-toomey .watched-lot-button.toggled .btn-inner .aura {
  /* @keyframes name | duration | easing-function | delay | fill-mode */
  animation: aura 0.66s ease-in-out both;
}

@keyframes aura {
  0% {
    transform: scale(0);
    background-color: var(--watched-lot-glow-animation-start);
  }

  50% {
    background-color: var(--watched-lot-glow-animation-start);
  }

  100% {
    transform: scale(1);
    background-color: var(--watched-lot-glow-animation-end);
  }
}

@keyframes scale-up-center {
  0% {
    transform: scale(1);
  }

  33% {
    transform: scale(0.85);
  }

  66% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

body.house-herman_miller .no-results.message,
body.house-wright .no-results.message,
body.house-rago .no-results.message,
body.house-lama .no-results.message,
body.house-toomey .no-results.message {
  padding: 10rem 0;
}

body.house-herman_miller .no-results.message h1,
body.house-wright .no-results.message h1,
body.house-rago .no-results.message h1,
body.house-lama .no-results.message h1,
body.house-toomey .no-results.message h1 {
  font-size: 2.2rem;
}

body.house-herman_miller .no-results.message p,
body.house-wright .no-results.message p,
body.house-rago .no-results.message p,
body.house-lama .no-results.message p,
body.house-toomey .no-results.message p {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  font-weight: normal;
}

body.house-herman_miller .no-results.message a,
body.house-wright .no-results.message a,
body.house-rago .no-results.message a,
body.house-lama .no-results.message a,
body.house-toomey .no-results.message a {
  color: var(--primary-color);
}

body.house-herman_miller .no-results.message a:hover,
body.house-wright .no-results.message a:hover,
body.house-rago .no-results.message a:hover,
body.house-lama .no-results.message a:hover,
body.house-toomey .no-results.message a:hover {
  color: var(--primary-color-hover);
}

body.house-herman_miller #search-results-overlay ul li.result-resource p.default-resource,
body.house-wright #search-results-overlay ul li.result-resource p.default-resource,
body.house-rago #search-results-overlay ul li.result-resource p.default-resource,
body.house-lama #search-results-overlay ul li.result-resource p.default-resource,
body.house-toomey #search-results-overlay ul li.result-resource p.default-resource {
  font-weight: 500;
}

body.house-herman_miller #search-results-overlay ul li.result-resource p.default-resource a,
body.house-wright #search-results-overlay ul li.result-resource p.default-resource a,
body.house-rago #search-results-overlay ul li.result-resource p.default-resource a,
body.house-lama #search-results-overlay ul li.result-resource p.default-resource a,
body.house-toomey #search-results-overlay ul li.result-resource p.default-resource a {
  font-weight: 500;
  color: #4a4a4a;
  border-bottom: 2px solid #4a4a4a;
}

body.house-herman_miller #search-results-overlay ul li.result-resource p.default-resource a:hover,
body.house-wright #search-results-overlay ul li.result-resource p.default-resource a:hover,
body.house-rago #search-results-overlay ul li.result-resource p.default-resource a:hover,
body.house-lama #search-results-overlay ul li.result-resource p.default-resource a:hover,
body.house-toomey #search-results-overlay ul li.result-resource p.default-resource a:hover {
  color: var(--primary-color-hover);
  border-bottom-color: var(--primary-color-hover);
}

body.house-herman_miller #search-results-overlay a.view-all,
body.house-wright #search-results-overlay a.view-all,
body.house-rago #search-results-overlay a.view-all,
body.house-lama #search-results-overlay a.view-all,
body.house-toomey #search-results-overlay a.view-all {
  color: var(--primary-color);
}

body.house-herman_miller #search-results-overlay a.view-all span.icon-caret svg path,
body.house-wright #search-results-overlay a.view-all span.icon-caret svg path,
body.house-rago #search-results-overlay a.view-all span.icon-caret svg path,
body.house-lama #search-results-overlay a.view-all span.icon-caret svg path,
body.house-toomey #search-results-overlay a.view-all span.icon-caret svg path {
  stroke: var(--primary-color);
}

body.house-herman_miller #search-results-overlay a.view-all:hover,
body.house-wright #search-results-overlay a.view-all:hover,
body.house-rago #search-results-overlay a.view-all:hover,
body.house-lama #search-results-overlay a.view-all:hover,
body.house-toomey #search-results-overlay a.view-all:hover {
  color: var(--primary-color-hover);
}

body.house-herman_miller #search-results-overlay a.view-all:hover span.icon-caret svg path,
body.house-wright #search-results-overlay a.view-all:hover span.icon-caret svg path,
body.house-rago #search-results-overlay a.view-all:hover span.icon-caret svg path,
body.house-lama #search-results-overlay a.view-all:hover span.icon-caret svg path,
body.house-toomey #search-results-overlay a.view-all:hover span.icon-caret svg path {
  stroke: var(--primary-color-hover);
}

body.house-herman_miller #search-results-overlay .result-group .view-on,
body.house-herman_miller #search-results-overlay .result-group a:hover .view-on,
body.house-wright #search-results-overlay .result-group .view-on,
body.house-wright #search-results-overlay .result-group a:hover .view-on,
body.house-rago #search-results-overlay .result-group .view-on,
body.house-rago #search-results-overlay .result-group a:hover .view-on,
body.house-lama #search-results-overlay .result-group .view-on,
body.house-lama #search-results-overlay .result-group a:hover .view-on,
body.house-toomey #search-results-overlay .result-group .view-on,
body.house-toomey #search-results-overlay .result-group a:hover .view-on {
  font-size: var(--overlay-view-on-font-size);
}

body.house-herman_miller #search-results-overlay .result-group a:hover .view-on,
body.house-herman_miller .view-on,
body.house-wright #search-results-overlay .result-group a:hover .view-on,
body.house-wright .view-on,
body.house-rago #search-results-overlay .result-group a:hover .view-on,
body.house-rago .view-on,
body.house-lama #search-results-overlay .result-group a:hover .view-on,
body.house-lama .view-on,
body.house-toomey #search-results-overlay .result-group a:hover .view-on,
body.house-toomey .view-on {
  margin-top: 1rem;
  font-family: var(--font-family-sans);
  color: var(--primary-color);
  font-weight: bold;
}

body.house-herman_miller #search-results-overlay .result-group a:hover .view-on.wright,
body.house-herman_miller .view-on.wright,
body.house-wright #search-results-overlay .result-group a:hover .view-on.wright,
body.house-wright .view-on.wright,
body.house-rago #search-results-overlay .result-group a:hover .view-on.wright,
body.house-rago .view-on.wright,
body.house-lama #search-results-overlay .result-group a:hover .view-on.wright,
body.house-lama .view-on.wright,
body.house-toomey #search-results-overlay .result-group a:hover .view-on.wright,
body.house-toomey .view-on.wright {
  --primary-color: var(--wright-primary-color);
  --primary-color-hover: var(--wright-primary-color-hover);
}

body.house-herman_miller #search-results-overlay .result-group a:hover .view-on.rago,
body.house-herman_miller .view-on.rago,
body.house-wright #search-results-overlay .result-group a:hover .view-on.rago,
body.house-wright .view-on.rago,
body.house-rago #search-results-overlay .result-group a:hover .view-on.rago,
body.house-rago .view-on.rago,
body.house-lama #search-results-overlay .result-group a:hover .view-on.rago,
body.house-lama .view-on.rago,
body.house-toomey #search-results-overlay .result-group a:hover .view-on.rago,
body.house-toomey .view-on.rago {
  --primary-color: var(--rago-primary-color);
  --primary-color-hover: var(--rago-primary-color-hover);
}

body.house-herman_miller #search-results-overlay .result-group a:hover .view-on.lama,
body.house-herman_miller .view-on.lama,
body.house-wright #search-results-overlay .result-group a:hover .view-on.lama,
body.house-wright .view-on.lama,
body.house-rago #search-results-overlay .result-group a:hover .view-on.lama,
body.house-rago .view-on.lama,
body.house-lama #search-results-overlay .result-group a:hover .view-on.lama,
body.house-lama .view-on.lama,
body.house-toomey #search-results-overlay .result-group a:hover .view-on.lama,
body.house-toomey .view-on.lama {
  --primary-color: var(--lama-primary-color);
  --primary-color-hover: var(--lama-primary-color-hover);
}

body.house-herman_miller #search-results-overlay .result-group a:hover .view-on.toomey,
body.house-herman_miller .view-on.toomey,
body.house-wright #search-results-overlay .result-group a:hover .view-on.toomey,
body.house-wright .view-on.toomey,
body.house-rago #search-results-overlay .result-group a:hover .view-on.toomey,
body.house-rago .view-on.toomey,
body.house-lama #search-results-overlay .result-group a:hover .view-on.toomey,
body.house-lama .view-on.toomey,
body.house-toomey #search-results-overlay .result-group a:hover .view-on.toomey,
body.house-toomey .view-on.toomey {
  --primary-color: var(--toomey-primary-color);
  --primary-color-hover: var(--toomey-primary-color-hover);
}

body.house-herman_miller #search-results-overlay .result-group a:hover .view-on.hidden,
body.house-herman_miller .view-on.hidden,
body.house-wright #search-results-overlay .result-group a:hover .view-on.hidden,
body.house-wright .view-on.hidden,
body.house-rago #search-results-overlay .result-group a:hover .view-on.hidden,
body.house-rago .view-on.hidden,
body.house-lama #search-results-overlay .result-group a:hover .view-on.hidden,
body.house-lama .view-on.hidden,
body.house-toomey #search-results-overlay .result-group a:hover .view-on.hidden,
body.house-toomey .view-on.hidden {
  display: none;
}

body.house-herman_miller #search-results-overlay .result-group a:hover .view-on:hover,
body.house-herman_miller .view-on:hover,
body.house-wright #search-results-overlay .result-group a:hover .view-on:hover,
body.house-wright .view-on:hover,
body.house-rago #search-results-overlay .result-group a:hover .view-on:hover,
body.house-rago .view-on:hover,
body.house-lama #search-results-overlay .result-group a:hover .view-on:hover,
body.house-lama .view-on:hover,
body.house-toomey #search-results-overlay .result-group a:hover .view-on:hover,
body.house-toomey .view-on:hover {
  cursor: pointer;
  color: var(--primary-color-hover);
}

body.house-herman_miller #search-results-overlay .result-group a:hover .view-on:visited,
body.house-herman_miller .view-on:visited,
body.house-wright #search-results-overlay .result-group a:hover .view-on:visited,
body.house-wright .view-on:visited,
body.house-rago #search-results-overlay .result-group a:hover .view-on:visited,
body.house-rago .view-on:visited,
body.house-lama #search-results-overlay .result-group a:hover .view-on:visited,
body.house-lama .view-on:visited,
body.house-toomey #search-results-overlay .result-group a:hover .view-on:visited,
body.house-toomey .view-on:visited {
  color: var(--primary-color);
}

body.house-herman_miller #search-results-overlay .result-group a:hover .view-on,
body.house-herman_miller a:hover .view-on,
body.house-wright #search-results-overlay .result-group a:hover .view-on,
body.house-wright a:hover .view-on,
body.house-rago #search-results-overlay .result-group a:hover .view-on,
body.house-rago a:hover .view-on,
body.house-lama #search-results-overlay .result-group a:hover .view-on,
body.house-lama a:hover .view-on,
body.house-toomey #search-results-overlay .result-group a:hover .view-on,
body.house-toomey a:hover .view-on {
  cursor: pointer;
  color: var(--primary-color-hover);
}

body.house-herman_miller .pager a,
body.house-herman_miller .pager p,
body.house-herman_miller .pager span,
body.house-wright .pager a,
body.house-wright .pager p,
body.house-wright .pager span,
body.house-rago .pager a,
body.house-rago .pager p,
body.house-rago .pager span,
body.house-lama .pager a,
body.house-lama .pager p,
body.house-lama .pager span,
body.house-toomey .pager a,
body.house-toomey .pager p,
body.house-toomey .pager span {
  font-size: 1rem;
  font-family: var(--font-family-sans);
  letter-spacing: 0.025rem;
}

body.house-toomey body.house-herman_miller .pager a, body.house-rago body.house-herman_miller .pager a,
body.house-toomey body.house-herman_miller .pager p,
body.house-rago body.house-herman_miller .pager p,
body.house-toomey body.house-herman_miller .pager span,
body.house-rago body.house-herman_miller .pager span,
body.house-toomey body.house-wright .pager a,
body.house-rago body.house-wright .pager a,
body.house-toomey body.house-wright .pager p,
body.house-rago body.house-wright .pager p,
body.house-toomey body.house-wright .pager span,
body.house-rago body.house-wright .pager span,
body.house-toomey body.house-rago .pager a,
body.house-rago body.house-rago .pager a,
body.house-toomey body.house-rago .pager p,
body.house-rago body.house-rago .pager p,
body.house-toomey body.house-rago .pager span,
body.house-rago body.house-rago .pager span,
body.house-toomey body.house-lama .pager a,
body.house-rago body.house-lama .pager a,
body.house-toomey body.house-lama .pager p,
body.house-rago body.house-lama .pager p,
body.house-toomey body.house-lama .pager span,
body.house-rago body.house-lama .pager span,
body.house-toomey body.house-toomey .pager a,
body.house-rago body.house-toomey .pager a,
body.house-toomey body.house-toomey .pager p,
body.house-rago body.house-toomey .pager p,
body.house-toomey body.house-toomey .pager span,
body.house-rago body.house-toomey .pager span {
  font-variant-numeric: lining-nums;
}

body.house-herman_miller .pager p,
body.house-wright .pager p,
body.house-rago .pager p,
body.house-lama .pager p,
body.house-toomey .pager p {
  font-size: 1.2rem;
  font-weight: 400;
}

body.house-herman_miller .pager p span,
body.house-wright .pager p span,
body.house-rago .pager p span,
body.house-lama .pager p span,
body.house-toomey .pager p span {
  font-size: 1.2rem;
}

body.house-herman_miller .pager p.showing,
body.house-wright .pager p.showing,
body.house-rago .pager p.showing,
body.house-lama .pager p.showing,
body.house-toomey .pager p.showing {
  margin: 0 1.1rem;
}

@media screen and (min-width: 768px) {
  body.house-herman_miller .pager p.showing,
  body.house-wright .pager p.showing,
  body.house-rago .pager p.showing,
  body.house-lama .pager p.showing,
  body.house-toomey .pager p.showing {
    margin-top: 0;
    margin: 0;
  }
}

body.house-herman_miller .pager .-space-x-px a,
body.house-herman_miller .pager .-space-x-px span,
body.house-wright .pager .-space-x-px a,
body.house-wright .pager .-space-x-px span,
body.house-rago .pager .-space-x-px a,
body.house-rago .pager .-space-x-px span,
body.house-lama .pager .-space-x-px a,
body.house-lama .pager .-space-x-px span,
body.house-toomey .pager .-space-x-px a,
body.house-toomey .pager .-space-x-px span {
  background-color: #f2f2f2;
  margin-left: 0.55rem;
  margin-right: 0.55rem;
}

@media screen and (min-width: 768px) {
  body.house-herman_miller .pager .-space-x-px a,
  body.house-herman_miller .pager .-space-x-px span,
  body.house-wright .pager .-space-x-px a,
  body.house-wright .pager .-space-x-px span,
  body.house-rago .pager .-space-x-px a,
  body.house-rago .pager .-space-x-px span,
  body.house-lama .pager .-space-x-px a,
  body.house-lama .pager .-space-x-px span,
  body.house-toomey .pager .-space-x-px a,
  body.house-toomey .pager .-space-x-px span {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

body.house-herman_miller .pager a,
body.house-wright .pager a,
body.house-rago .pager a,
body.house-lama .pager a,
body.house-toomey .pager a {
  color: #222;
  background-color: #f2f2f2;
}

body.house-herman_miller .pager a:visited,
body.house-wright .pager a:visited,
body.house-rago .pager a:visited,
body.house-lama .pager a:visited,
body.house-toomey .pager a:visited {
  color: #222;
}

body.house-herman_miller .pager a:hover,
body.house-wright .pager a:hover,
body.house-rago .pager a:hover,
body.house-lama .pager a:hover,
body.house-toomey .pager a:hover {
  background-color: var(--primary-color-engaged);
}

body.house-herman_miller .pager a.active,
body.house-wright .pager a.active,
body.house-rago .pager a.active,
body.house-lama .pager a.active,
body.house-toomey .pager a.active {
  color: white;
  background-color: var(--primary-color);
}

body.house-herman_miller.search #search-results-header nav ul li a,
body.house-wright.search #search-results-header nav ul li a,
body.house-rago.search #search-results-header nav ul li a,
body.house-lama.search #search-results-header nav ul li a,
body.house-toomey.search #search-results-header nav ul li a {
  font-family: var(--font-family-sans);
}

body.house-herman_miller.search #search-results-header nav ul li a .accent,
body.house-wright.search #search-results-header nav ul li a .accent,
body.house-rago.search #search-results-header nav ul li a .accent,
body.house-lama.search #search-results-header nav ul li a .accent,
body.house-toomey.search #search-results-header nav ul li a .accent {
  font-variant: lining-nums;
}

body.house-herman_miller .theme-general .theme-general-wrapper .artists nav li,
body.house-wright .theme-general .theme-general-wrapper .artists nav li,
body.house-rago .theme-general .theme-general-wrapper .artists nav li,
body.house-lama .theme-general .theme-general-wrapper .artists nav li,
body.house-toomey .theme-general .theme-general-wrapper .artists nav li {
  line-height: normal;
}

body.house-herman_miller.search #wrapper.search h4.sub-sub-heading,
body.house-herman_miller.search #wrapper.search h4.sub-sub-heading span,
body.house-wright.search #wrapper.search h4.sub-sub-heading,
body.house-wright.search #wrapper.search h4.sub-sub-heading span,
body.house-rago.search #wrapper.search h4.sub-sub-heading,
body.house-rago.search #wrapper.search h4.sub-sub-heading span,
body.house-lama.search #wrapper.search h4.sub-sub-heading,
body.house-lama.search #wrapper.search h4.sub-sub-heading span,
body.house-toomey.search #wrapper.search h4.sub-sub-heading,
body.house-toomey.search #wrapper.search h4.sub-sub-heading span {
  padding: 0;
  margin: 0;
  font-family: var(--font-family-serif);
  font-size: 2.4rem;
  line-height: 2.8rem;
}

body.house-herman_miller.search #wrapper.search h4.sub-sub-heading .secondary,
body.house-herman_miller.search #wrapper.search h4.sub-sub-heading span .secondary,
body.house-wright.search #wrapper.search h4.sub-sub-heading .secondary,
body.house-wright.search #wrapper.search h4.sub-sub-heading span .secondary,
body.house-rago.search #wrapper.search h4.sub-sub-heading .secondary,
body.house-rago.search #wrapper.search h4.sub-sub-heading span .secondary,
body.house-lama.search #wrapper.search h4.sub-sub-heading .secondary,
body.house-lama.search #wrapper.search h4.sub-sub-heading span .secondary,
body.house-toomey.search #wrapper.search h4.sub-sub-heading .secondary,
body.house-toomey.search #wrapper.search h4.sub-sub-heading span .secondary {
  color: #9b9b9b;
}

body.house-herman_miller.search #wrapper.search h4.sub-sub-heading,
body.house-wright.search #wrapper.search h4.sub-sub-heading,
body.house-rago.search #wrapper.search h4.sub-sub-heading,
body.house-lama.search #wrapper.search h4.sub-sub-heading,
body.house-toomey.search #wrapper.search h4.sub-sub-heading {
  border-bottom: 1px solid #4f4f4f;
  padding-bottom: 20px;
}

body.house-herman_miller.search #wrapper.search .auction.result.wright,
body.house-wright.search #wrapper.search .auction.result.wright,
body.house-rago.search #wrapper.search .auction.result.wright,
body.house-lama.search #wrapper.search .auction.result.wright,
body.house-toomey.search #wrapper.search .auction.result.wright {
  --primary-color: var(--wright-primary-color);
  --primary-color-hover: var(--wright-primary-color-hover);
}

body.house-herman_miller.search #wrapper.search .auction.result.rago,
body.house-wright.search #wrapper.search .auction.result.rago,
body.house-rago.search #wrapper.search .auction.result.rago,
body.house-lama.search #wrapper.search .auction.result.rago,
body.house-toomey.search #wrapper.search .auction.result.rago {
  --primary-color: var(--rago-primary-color);
  --primary-color-hover: var(--rago-primary-color-hover);
}

body.house-herman_miller.search #wrapper.search .auction.result.lama,
body.house-wright.search #wrapper.search .auction.result.lama,
body.house-rago.search #wrapper.search .auction.result.lama,
body.house-lama.search #wrapper.search .auction.result.lama,
body.house-toomey.search #wrapper.search .auction.result.lama {
  --primary-color: var(--lama-primary-color);
  --primary-color-hover: var(--lama-primary-color-hover);
}

body.house-herman_miller.search #wrapper.search .auction.result.toomey,
body.house-wright.search #wrapper.search .auction.result.toomey,
body.house-rago.search #wrapper.search .auction.result.toomey,
body.house-lama.search #wrapper.search .auction.result.toomey,
body.house-toomey.search #wrapper.search .auction.result.toomey {
  --primary-color: var(--toomey-primary-color);
  --primary-color-hover: var(--toomey-primary-color-hover);
}

body.house-herman_miller.search #wrapper.search .auction.result .details .actions a strong, body.house-herman_miller.search #wrapper.search .auction.result .details .actions a,
body.house-wright.search #wrapper.search .auction.result .details .actions a strong,
body.house-wright.search #wrapper.search .auction.result .details .actions a,
body.house-rago.search #wrapper.search .auction.result .details .actions a strong,
body.house-rago.search #wrapper.search .auction.result .details .actions a,
body.house-lama.search #wrapper.search .auction.result .details .actions a strong,
body.house-lama.search #wrapper.search .auction.result .details .actions a,
body.house-toomey.search #wrapper.search .auction.result .details .actions a strong,
body.house-toomey.search #wrapper.search .auction.result .details .actions a {
  color: var(--primary-color);
}

body.house-herman_miller.search #wrapper.search .auction.result .details .actions a:hover strong, body.house-herman_miller.search #wrapper.search .auction.result .details .actions a:hover,
body.house-wright.search #wrapper.search .auction.result .details .actions a:hover strong,
body.house-wright.search #wrapper.search .auction.result .details .actions a:hover,
body.house-rago.search #wrapper.search .auction.result .details .actions a:hover strong,
body.house-rago.search #wrapper.search .auction.result .details .actions a:hover,
body.house-lama.search #wrapper.search .auction.result .details .actions a:hover strong,
body.house-lama.search #wrapper.search .auction.result .details .actions a:hover,
body.house-toomey.search #wrapper.search .auction.result .details .actions a:hover strong,
body.house-toomey.search #wrapper.search .auction.result .details .actions a:hover {
  color: var(--primary-color-hover);
}

body.house-herman_miller article.page.search #wrapper.search .result .details a.button,
body.house-wright article.page.search #wrapper.search .result .details a.button,
body.house-rago article.page.search #wrapper.search .result .details a.button,
body.house-lama article.page.search #wrapper.search .result .details a.button,
body.house-toomey article.page.search #wrapper.search .result .details a.button {
  color: #fff;
}

body.house-herman_miller.search #wrapper.search .result .details .actions a.button.light_button,
body.house-wright.search #wrapper.search .result .details .actions a.button.light_button,
body.house-rago.search #wrapper.search .result .details .actions a.button.light_button,
body.house-lama.search #wrapper.search .result .details .actions a.button.light_button,
body.house-toomey.search #wrapper.search .result .details .actions a.button.light_button {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

body.house-herman_miller.search #wrapper.search .result .details .actions a.button.light_button:hover,
body.house-wright.search #wrapper.search .result .details .actions a.button.light_button:hover,
body.house-rago.search #wrapper.search .result .details .actions a.button.light_button:hover,
body.house-lama.search #wrapper.search .result .details .actions a.button.light_button:hover,
body.house-toomey.search #wrapper.search .result .details .actions a.button.light_button:hover {
  color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

body.house-herman_miller.search #wrapper.search .result .details .actions a.button.dark_button,
body.house-wright.search #wrapper.search .result .details .actions a.button.dark_button,
body.house-rago.search #wrapper.search .result .details .actions a.button.dark_button,
body.house-lama.search #wrapper.search .result .details .actions a.button.dark_button,
body.house-toomey.search #wrapper.search .result .details .actions a.button.dark_button {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

body.house-herman_miller.search #wrapper.search .result .details .actions a.button.dark_button:hover,
body.house-wright.search #wrapper.search .result .details .actions a.button.dark_button:hover,
body.house-rago.search #wrapper.search .result .details .actions a.button.dark_button:hover,
body.house-lama.search #wrapper.search .result .details .actions a.button.dark_button:hover,
body.house-toomey.search #wrapper.search .result .details .actions a.button.dark_button:hover {
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

body.house-herman_miller .module.module__grid .bio_title a,
body.house-herman_miller .module.module__grid .module_title a,
body.house-herman_miller .module.module__artist .bio_title a,
body.house-herman_miller .module.module__artist .module_title a,
body.house-wright .module.module__grid .bio_title a,
body.house-wright .module.module__grid .module_title a,
body.house-wright .module.module__artist .bio_title a,
body.house-wright .module.module__artist .module_title a,
body.house-rago .module.module__grid .bio_title a,
body.house-rago .module.module__grid .module_title a,
body.house-rago .module.module__artist .bio_title a,
body.house-rago .module.module__artist .module_title a,
body.house-lama .module.module__grid .bio_title a,
body.house-lama .module.module__grid .module_title a,
body.house-lama .module.module__artist .bio_title a,
body.house-lama .module.module__artist .module_title a,
body.house-toomey .module.module__grid .bio_title a,
body.house-toomey .module.module__grid .module_title a,
body.house-toomey .module.module__artist .bio_title a,
body.house-toomey .module.module__artist .module_title a {
  text-decoration: none;
  color: var(--primary-color);
}

body.house-herman_miller .module.module__grid .bio_title a:hover,
body.house-herman_miller .module.module__grid .module_title a:hover,
body.house-herman_miller .module.module__artist .bio_title a:hover,
body.house-herman_miller .module.module__artist .module_title a:hover,
body.house-wright .module.module__grid .bio_title a:hover,
body.house-wright .module.module__grid .module_title a:hover,
body.house-wright .module.module__artist .bio_title a:hover,
body.house-wright .module.module__artist .module_title a:hover,
body.house-rago .module.module__grid .bio_title a:hover,
body.house-rago .module.module__grid .module_title a:hover,
body.house-rago .module.module__artist .bio_title a:hover,
body.house-rago .module.module__artist .module_title a:hover,
body.house-lama .module.module__grid .bio_title a:hover,
body.house-lama .module.module__grid .module_title a:hover,
body.house-lama .module.module__artist .bio_title a:hover,
body.house-lama .module.module__artist .module_title a:hover,
body.house-toomey .module.module__grid .bio_title a:hover,
body.house-toomey .module.module__grid .module_title a:hover,
body.house-toomey .module.module__artist .bio_title a:hover,
body.house-toomey .module.module__artist .module_title a:hover {
  color: var(--primary-color-hover);
}

body.house-herman_miller.item-page .item-details .details-buttons a.evaluation_button,
body.house-wright.item-page .item-details .details-buttons a.evaluation_button,
body.house-rago.item-page .item-details .details-buttons a.evaluation_button,
body.house-lama.item-page .item-details .details-buttons a.evaluation_button,
body.house-toomey.item-page .item-details .details-buttons a.evaluation_button {
  border: 2px solid;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

body.house-herman_miller.item-page .item-details .details-buttons a.evaluation_button:hover,
body.house-wright.item-page .item-details .details-buttons a.evaluation_button:hover,
body.house-rago.item-page .item-details .details-buttons a.evaluation_button:hover,
body.house-lama.item-page .item-details .details-buttons a.evaluation_button:hover,
body.house-toomey.item-page .item-details .details-buttons a.evaluation_button:hover {
  color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

body.house-herman_miller.item-page .item-details .details_wrapper .print_link a:not(.button):not(.w-btn),
body.house-wright.item-page .item-details .details_wrapper .print_link a:not(.button):not(.w-btn),
body.house-rago.item-page .item-details .details_wrapper .print_link a:not(.button):not(.w-btn),
body.house-lama.item-page .item-details .details_wrapper .print_link a:not(.button):not(.w-btn),
body.house-toomey.item-page .item-details .details_wrapper .print_link a:not(.button):not(.w-btn) {
  color: var(--primary-color);
}

body.house-herman_miller.item-page .item-details .details_wrapper .print_link a:not(.button):not(.w-btn):hover,
body.house-wright.item-page .item-details .details_wrapper .print_link a:not(.button):not(.w-btn):hover,
body.house-rago.item-page .item-details .details_wrapper .print_link a:not(.button):not(.w-btn):hover,
body.house-lama.item-page .item-details .details_wrapper .print_link a:not(.button):not(.w-btn):hover,
body.house-toomey.item-page .item-details .details_wrapper .print_link a:not(.button):not(.w-btn):hover {
  color: var(--primary-color-hover);
}

body.house-herman_miller .theme-general .theme-general-wrapper h2.artistname,
body.house-herman_miller .theme-general .theme-general-wrapper h3.itemname,
body.house-wright .theme-general .theme-general-wrapper h2.artistname,
body.house-wright .theme-general .theme-general-wrapper h3.itemname,
body.house-rago .theme-general .theme-general-wrapper h2.artistname,
body.house-rago .theme-general .theme-general-wrapper h3.itemname,
body.house-lama .theme-general .theme-general-wrapper h2.artistname,
body.house-lama .theme-general .theme-general-wrapper h3.itemname,
body.house-toomey .theme-general .theme-general-wrapper h2.artistname,
body.house-toomey .theme-general .theme-general-wrapper h3.itemname {
  letter-spacing: 0;
}

body.house-herman_miller .module.module__index .entry a,
body.house-wright .module.module__index .entry a,
body.house-rago .module.module__index .entry a,
body.house-lama .module.module__index .entry a,
body.house-toomey .module.module__index .entry a {
  color: var(--primary-color);
}

body.house-herman_miller .module.module__index .entry a:hover,
body.house-wright .module.module__index .entry a:hover,
body.house-rago .module.module__index .entry a:hover,
body.house-lama .module.module__index .entry a:hover,
body.house-toomey .module.module__index .entry a:hover {
  color: var(--primary-color-hover);
}

body.house-herman_miller .module.module__index .sidebarnav li:hover a,
body.house-herman_miller .module.module__index .sidebarnav li.active a,
body.house-wright .module.module__index .sidebarnav li:hover a,
body.house-wright .module.module__index .sidebarnav li.active a,
body.house-rago .module.module__index .sidebarnav li:hover a,
body.house-rago .module.module__index .sidebarnav li.active a,
body.house-lama .module.module__index .sidebarnav li:hover a,
body.house-lama .module.module__index .sidebarnav li.active a,
body.house-toomey .module.module__index .sidebarnav li:hover a,
body.house-toomey .module.module__index .sidebarnav li.active a {
  color: var(--primary-color);
}

body.house-herman_miller .module.module__index .sidebarnav li:hover a:hover, body.house-herman_miller .module.module__index .sidebarnav li:hover a.active,
body.house-herman_miller .module.module__index .sidebarnav li.active a:hover,
body.house-herman_miller .module.module__index .sidebarnav li.active a.active,
body.house-wright .module.module__index .sidebarnav li:hover a:hover,
body.house-wright .module.module__index .sidebarnav li:hover a.active,
body.house-wright .module.module__index .sidebarnav li.active a:hover,
body.house-wright .module.module__index .sidebarnav li.active a.active,
body.house-rago .module.module__index .sidebarnav li:hover a:hover,
body.house-rago .module.module__index .sidebarnav li:hover a.active,
body.house-rago .module.module__index .sidebarnav li.active a:hover,
body.house-rago .module.module__index .sidebarnav li.active a.active,
body.house-lama .module.module__index .sidebarnav li:hover a:hover,
body.house-lama .module.module__index .sidebarnav li:hover a.active,
body.house-lama .module.module__index .sidebarnav li.active a:hover,
body.house-lama .module.module__index .sidebarnav li.active a.active,
body.house-toomey .module.module__index .sidebarnav li:hover a:hover,
body.house-toomey .module.module__index .sidebarnav li:hover a.active,
body.house-toomey .module.module__index .sidebarnav li.active a:hover,
body.house-toomey .module.module__index .sidebarnav li.active a.active {
  color: var(--primary-color-hover);
}

body.house-herman_miller .module.module__calendar.wright,
body.house-wright .module.module__calendar.wright,
body.house-rago .module.module__calendar.wright,
body.house-lama .module.module__calendar.wright,
body.house-toomey .module.module__calendar.wright {
  --primary-color: var(--wright-primary-color);
  --primary-color-hover: var(--wright-primary-color-hover);
}

body.house-herman_miller .module.module__calendar.rago,
body.house-wright .module.module__calendar.rago,
body.house-rago .module.module__calendar.rago,
body.house-lama .module.module__calendar.rago,
body.house-toomey .module.module__calendar.rago {
  --primary-color: var(--rago-primary-color);
  --primary-color-hover: var(--rago-primary-color-hover);
}

body.house-herman_miller .module.module__calendar.lama,
body.house-wright .module.module__calendar.lama,
body.house-rago .module.module__calendar.lama,
body.house-lama .module.module__calendar.lama,
body.house-toomey .module.module__calendar.lama {
  --primary-color: var(--lama-primary-color);
  --primary-color-hover: var(--lama-primary-color-hover);
}

body.house-herman_miller .module.module__calendar.toomey,
body.house-wright .module.module__calendar.toomey,
body.house-rago .module.module__calendar.toomey,
body.house-lama .module.module__calendar.toomey,
body.house-toomey .module.module__calendar.toomey {
  --primary-color: var(--toomey-primary-color);
  --primary-color-hover: var(--toomey-primary-color-hover);
}

body.house-herman_miller .module.module__calendar .bidder-number,
body.house-herman_miller .module.module__calendar .bidder-number strong,
body.house-wright .module.module__calendar .bidder-number,
body.house-wright .module.module__calendar .bidder-number strong,
body.house-rago .module.module__calendar .bidder-number,
body.house-rago .module.module__calendar .bidder-number strong,
body.house-lama .module.module__calendar .bidder-number,
body.house-lama .module.module__calendar .bidder-number strong,
body.house-toomey .module.module__calendar .bidder-number,
body.house-toomey .module.module__calendar .bidder-number strong {
  color: var(--primary-color) !important;
}

body.house-herman_miller .module.module__calendar .calendar-icon,
body.house-wright .module.module__calendar .calendar-icon,
body.house-rago .module.module__calendar .calendar-icon,
body.house-lama .module.module__calendar .calendar-icon,
body.house-toomey .module.module__calendar .calendar-icon {
  fill: var(--primary-color) !important;
}

body.house-herman_miller .module.module__calendar .calendar-icon:hover,
body.house-wright .module.module__calendar .calendar-icon:hover,
body.house-rago .module.module__calendar .calendar-icon:hover,
body.house-lama .module.module__calendar .calendar-icon:hover,
body.house-toomey .module.module__calendar .calendar-icon:hover {
  fill: var(--primary-color-hover) !important;
}

body.house-herman_miller .module.module__calendar .inner .information .bidder-number,
body.house-herman_miller .module.module__calendar .inner .information .bidder-number strong,
body.house-wright .module.module__calendar .inner .information .bidder-number,
body.house-wright .module.module__calendar .inner .information .bidder-number strong,
body.house-rago .module.module__calendar .inner .information .bidder-number,
body.house-rago .module.module__calendar .inner .information .bidder-number strong,
body.house-lama .module.module__calendar .inner .information .bidder-number,
body.house-lama .module.module__calendar .inner .information .bidder-number strong,
body.house-toomey .module.module__calendar .inner .information .bidder-number,
body.house-toomey .module.module__calendar .inner .information .bidder-number strong {
  color: var(--primary-color);
}

body.house-herman_miller .module.module__calendar .inner .information .calendar-icon,
body.house-wright .module.module__calendar .inner .information .calendar-icon,
body.house-rago .module.module__calendar .inner .information .calendar-icon,
body.house-lama .module.module__calendar .inner .information .calendar-icon,
body.house-toomey .module.module__calendar .inner .information .calendar-icon {
  fill: var(--primary-color);
}

body.house-herman_miller .module.module__calendar .inner .information .calendar-icon:hover,
body.house-wright .module.module__calendar .inner .information .calendar-icon:hover,
body.house-rago .module.module__calendar .inner .information .calendar-icon:hover,
body.house-lama .module.module__calendar .inner .information .calendar-icon:hover,
body.house-toomey .module.module__calendar .inner .information .calendar-icon:hover {
  fill: var(--primary-color-hover);
}

body.house-herman_miller .module.module__calendar .inner .information .info-text p,
body.house-wright .module.module__calendar .inner .information .info-text p,
body.house-rago .module.module__calendar .inner .information .info-text p,
body.house-lama .module.module__calendar .inner .information .info-text p,
body.house-toomey .module.module__calendar .inner .information .info-text p {
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: 0.03rem;
  margin-bottom: 1.8rem;
}

body.house-herman_miller .module.module__calendar .inner .information .auction-links a,
body.house-herman_miller .module.module__calendar .inner .information .auction-links p,
body.house-wright .module.module__calendar .inner .information .auction-links a,
body.house-wright .module.module__calendar .inner .information .auction-links p,
body.house-rago .module.module__calendar .inner .information .auction-links a,
body.house-rago .module.module__calendar .inner .information .auction-links p,
body.house-lama .module.module__calendar .inner .information .auction-links a,
body.house-lama .module.module__calendar .inner .information .auction-links p,
body.house-toomey .module.module__calendar .inner .information .auction-links a,
body.house-toomey .module.module__calendar .inner .information .auction-links p {
  font-size: 1.3rem;
  line-height: 2.3rem;
  letter-spacing: 0.05rem;
}

@media (min-width: 769px) {
  body.house-herman_miller .module.module__calendar .inner .information .w-btn-house-solid,
  body.house-wright .module.module__calendar .inner .information .w-btn-house-solid,
  body.house-rago .module.module__calendar .inner .information .w-btn-house-solid,
  body.house-lama .module.module__calendar .inner .information .w-btn-house-solid,
  body.house-toomey .module.module__calendar .inner .information .w-btn-house-solid {
    color: var(--primary-color);
  }

  body.house-herman_miller .module.module__calendar .inner .information .w-btn-house-solid:hover,
  body.house-wright .module.module__calendar .inner .information .w-btn-house-solid:hover,
  body.house-rago .module.module__calendar .inner .information .w-btn-house-solid:hover,
  body.house-lama .module.module__calendar .inner .information .w-btn-house-solid:hover,
  body.house-toomey .module.module__calendar .inner .information .w-btn-house-solid:hover {
    background-color: transparent;
  }

  body.house-herman_miller .module.module__calendar .inner .information .w-btn-house-solid.register-to-bid,
  body.house-wright .module.module__calendar .inner .information .w-btn-house-solid.register-to-bid,
  body.house-rago .module.module__calendar .inner .information .w-btn-house-solid.register-to-bid,
  body.house-lama .module.module__calendar .inner .information .w-btn-house-solid.register-to-bid,
  body.house-toomey .module.module__calendar .inner .information .w-btn-house-solid.register-to-bid {
    background-color: var(--primary-color);
    color: #fff;
  }

  body.house-herman_miller .module.module__calendar .inner .information .w-btn-house-solid.register-to-bid:hover,
  body.house-wright .module.module__calendar .inner .information .w-btn-house-solid.register-to-bid:hover,
  body.house-rago .module.module__calendar .inner .information .w-btn-house-solid.register-to-bid:hover,
  body.house-lama .module.module__calendar .inner .information .w-btn-house-solid.register-to-bid:hover,
  body.house-toomey .module.module__calendar .inner .information .w-btn-house-solid.register-to-bid:hover {
    background-color: var(--primary-color-hover);
  }

  body.house-herman_miller .module.module__calendar .inner .information .w-btn-md-text,
  body.house-wright .module.module__calendar .inner .information .w-btn-md-text,
  body.house-rago .module.module__calendar .inner .information .w-btn-md-text,
  body.house-lama .module.module__calendar .inner .information .w-btn-md-text,
  body.house-toomey .module.module__calendar .inner .information .w-btn-md-text {
    color: var(--primary-color);
  }

  body.house-herman_miller .module.module__calendar .inner .information .w-btn-md-text:hover,
  body.house-wright .module.module__calendar .inner .information .w-btn-md-text:hover,
  body.house-rago .module.module__calendar .inner .information .w-btn-md-text:hover,
  body.house-lama .module.module__calendar .inner .information .w-btn-md-text:hover,
  body.house-toomey .module.module__calendar .inner .information .w-btn-md-text:hover {
    color: var(--primary-color-hover);
  }
}

body.house-herman_miller .my-bids .bidder-controls,
body.house-herman_miller .my-bids .headline-inner-container,
body.house-herman_miller .my-bids h3,
body.house-wright .my-bids .bidder-controls,
body.house-wright .my-bids .headline-inner-container,
body.house-wright .my-bids h3,
body.house-rago .my-bids .bidder-controls,
body.house-rago .my-bids .headline-inner-container,
body.house-rago .my-bids h3,
body.house-lama .my-bids .bidder-controls,
body.house-lama .my-bids .headline-inner-container,
body.house-lama .my-bids h3,
body.house-toomey .my-bids .bidder-controls,
body.house-toomey .my-bids .headline-inner-container,
body.house-toomey .my-bids h3 {
  gap: 1rem;
}

body.house-herman_miller .my-bids .headline,
body.house-wright .my-bids .headline,
body.house-rago .my-bids .headline,
body.house-lama .my-bids .headline,
body.house-toomey .my-bids .headline {
  margin-bottom: 0;
}

body.house-herman_miller .my-bids .headline h3,
body.house-wright .my-bids .headline h3,
body.house-rago .my-bids .headline h3,
body.house-lama .my-bids .headline h3,
body.house-toomey .my-bids .headline h3 {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  max-width: unset;
  justify-content: space-between;
  border-bottom: none;
}

body.house-herman_miller .my-bids .headline .watched-lots-link,
body.house-wright .my-bids .headline .watched-lots-link,
body.house-rago .my-bids .headline .watched-lots-link,
body.house-lama .my-bids .headline .watched-lots-link,
body.house-toomey .my-bids .headline .watched-lots-link {
  padding-bottom: 0;
  line-height: normal;
}

body.house-herman_miller .my-bids .headline .bidder-number,
body.house-herman_miller .my-bids .headline .bidder-number strong,
body.house-herman_miller .my-bids .headline .watched-lots-link,
body.house-wright .my-bids .headline .bidder-number,
body.house-wright .my-bids .headline .bidder-number strong,
body.house-wright .my-bids .headline .watched-lots-link,
body.house-rago .my-bids .headline .bidder-number,
body.house-rago .my-bids .headline .bidder-number strong,
body.house-rago .my-bids .headline .watched-lots-link,
body.house-lama .my-bids .headline .bidder-number,
body.house-lama .my-bids .headline .bidder-number strong,
body.house-lama .my-bids .headline .watched-lots-link,
body.house-toomey .my-bids .headline .bidder-number,
body.house-toomey .my-bids .headline .bidder-number strong,
body.house-toomey .my-bids .headline .watched-lots-link {
  font-family: var(--font-family-sans);
  font-size: 1.6rem;
  line-height: normal;
}

body.house-herman_miller .my-bids .session-info,
body.house-wright .my-bids .session-info,
body.house-rago .my-bids .session-info,
body.house-lama .my-bids .session-info,
body.house-toomey .my-bids .session-info {
  padding-bottom: 1rem;
}

body.house-herman_miller .my-bids .session-title-container,
body.house-wright .my-bids .session-title-container,
body.house-rago .my-bids .session-title-container,
body.house-lama .my-bids .session-title-container,
body.house-toomey .my-bids .session-title-container {
  min-width: 100%;
}

body.house-herman_miller .headline,
body.house-wright .headline,
body.house-rago .headline,
body.house-lama .headline,
body.house-toomey .headline {
  font-family: var(--font-family-serif);
  text-align: center;
  line-height: 2.8rem !important;
}

body.house-herman_miller .headline a,
body.house-herman_miller .headline span,
body.house-wright .headline a,
body.house-wright .headline span,
body.house-rago .headline a,
body.house-rago .headline span,
body.house-lama .headline a,
body.house-lama .headline span,
body.house-toomey .headline a,
body.house-toomey .headline span {
  font-size: 2.4rem;
  height: auto;
}

body.house-herman_miller .headline .date,
body.house-wright .headline .date,
body.house-rago .headline .date,
body.house-lama .headline .date,
body.house-toomey .headline .date {
  color: #9b9b9b;
}

body.house-herman_miller .headline h3,
body.house-wright .headline h3,
body.house-rago .headline h3,
body.house-lama .headline h3,
body.house-toomey .headline h3 {
  border-bottom: 1px solid #333;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  margin-left: 0;
  max-width: unset;
}

body.house-herman_miller .headline .logo,
body.house-wright .headline .logo,
body.house-rago .headline .logo,
body.house-lama .headline .logo,
body.house-toomey .headline .logo {
  display: flex;
}

body.house-herman_miller .headline .primary,
body.house-wright .headline .primary,
body.house-rago .headline .primary,
body.house-lama .headline .primary,
body.house-toomey .headline .primary {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #4a4a4a;
  margin-bottom: 0.3rem;
  margin-top: 0.6rem;
}

body.house-herman_miller .headline .secondary,
body.house-wright .headline .secondary,
body.house-rago .headline .secondary,
body.house-lama .headline .secondary,
body.house-toomey .headline .secondary {
  font-size: 2.4rem;
}

body.house-herman_miller .headline .slash svg path,
body.house-wright .headline .slash svg path,
body.house-rago .headline .slash svg path,
body.house-lama .headline .slash svg path,
body.house-toomey .headline .slash svg path {
  fill: #4a4a4a;
  transition: fill 0.3s ease-in-out;
}

body.house-herman_miller .headline .slash:nth-of-type(2) svg path,
body.house-wright .headline .slash:nth-of-type(2) svg path,
body.house-rago .headline .slash:nth-of-type(2) svg path,
body.house-lama .headline .slash:nth-of-type(2) svg path,
body.house-toomey .headline .slash:nth-of-type(2) svg path {
  fill: #9b9b9b;
  transition: fill 0.3s ease-in-out;
}

body.house-herman_miller .headline .primary,
body.house-herman_miller .headline .secondary,
body.house-wright .headline .primary,
body.house-wright .headline .secondary,
body.house-rago .headline .primary,
body.house-rago .headline .secondary,
body.house-lama .headline .primary,
body.house-lama .headline .secondary,
body.house-toomey .headline .primary,
body.house-toomey .headline .secondary {
  font-family: var(--font-family-serif);
  font-weight: 700;
}

body.house-herman_miller .headline .primary:before, body.house-herman_miller .headline .primary:after,
body.house-herman_miller .headline .secondary:before,
body.house-herman_miller .headline .secondary:after,
body.house-wright .headline .primary:before,
body.house-wright .headline .primary:after,
body.house-wright .headline .secondary:before,
body.house-wright .headline .secondary:after,
body.house-rago .headline .primary:before,
body.house-rago .headline .primary:after,
body.house-rago .headline .secondary:before,
body.house-rago .headline .secondary:after,
body.house-lama .headline .primary:before,
body.house-lama .headline .primary:after,
body.house-lama .headline .secondary:before,
body.house-lama .headline .secondary:after,
body.house-toomey .headline .primary:before,
body.house-toomey .headline .primary:after,
body.house-toomey .headline .secondary:before,
body.house-toomey .headline .secondary:after {
  display: table;
  content: "";
}

body.house-herman_miller .headline.year .primary,
body.house-wright .headline.year .primary,
body.house-rago .headline.year .primary,
body.house-lama .headline.year .primary,
body.house-toomey .headline.year .primary {
  height: 2.8rem;
}

body.house-herman_miller .headline.subtitle .primary,
body.house-wright .headline.subtitle .primary,
body.house-rago .headline.subtitle .primary,
body.house-lama .headline.subtitle .primary,
body.house-toomey .headline.subtitle .primary {
  color: #9b9b9b;
  transition: color 0.3s ease-in-out;
}

body.house-herman_miller .my-account .headline,
body.house-wright .my-account .headline,
body.house-rago .my-account .headline,
body.house-lama .my-account .headline,
body.house-toomey .my-account .headline {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #333;
  height: auto;
}

body.house-herman_miller .my-account .headline a,
body.house-herman_miller .my-account .headline span,
body.house-wright .my-account .headline a,
body.house-wright .my-account .headline span,
body.house-rago .my-account .headline a,
body.house-rago .my-account .headline span,
body.house-lama .my-account .headline a,
body.house-lama .my-account .headline span,
body.house-toomey .my-account .headline a,
body.house-toomey .my-account .headline span {
  cursor: initial;
}

body.house-herman_miller .my-account .headline a:hover .primary,
body.house-herman_miller .my-account .headline span:hover .primary,
body.house-wright .my-account .headline a:hover .primary,
body.house-wright .my-account .headline span:hover .primary,
body.house-rago .my-account .headline a:hover .primary,
body.house-rago .my-account .headline span:hover .primary,
body.house-lama .my-account .headline a:hover .primary,
body.house-lama .my-account .headline span:hover .primary,
body.house-toomey .my-account .headline a:hover .primary,
body.house-toomey .my-account .headline span:hover .primary {
  color: #4a4a4a;
}

body.house-herman_miller .my-account .headline a.add-card-link,
body.house-herman_miller .my-account .headline span.add-card-link,
body.house-wright .my-account .headline a.add-card-link,
body.house-wright .my-account .headline span.add-card-link,
body.house-rago .my-account .headline a.add-card-link,
body.house-rago .my-account .headline span.add-card-link,
body.house-lama .my-account .headline a.add-card-link,
body.house-lama .my-account .headline span.add-card-link,
body.house-toomey .my-account .headline a.add-card-link,
body.house-toomey .my-account .headline span.add-card-link {
  font-size: 1.5rem;
}

body.house-herman_miller .my-account .headline h3,
body.house-wright .my-account .headline h3,
body.house-rago .my-account .headline h3,
body.house-lama .my-account .headline h3,
body.house-toomey .my-account .headline h3 {
  padding: 0;
  margin: 0;
  border: none;
}

body.house-herman_miller .my-account .headline h3 span:not(.primary, .secondary),
body.house-wright .my-account .headline h3 span:not(.primary, .secondary),
body.house-rago .my-account .headline h3 span:not(.primary, .secondary),
body.house-lama .my-account .headline h3 span:not(.primary, .secondary),
body.house-toomey .my-account .headline h3 span:not(.primary, .secondary) {
  height: 2.8rem;
}

body.house-herman_miller .my-account .credit-cards .headline,
body.house-wright .my-account .credit-cards .headline,
body.house-rago .my-account .credit-cards .headline,
body.house-lama .my-account .credit-cards .headline,
body.house-toomey .my-account .credit-cards .headline {
  height: auto;
}

body.house-herman_miller .my-account .credit-cards .session-title-container,
body.house-wright .my-account .credit-cards .session-title-container,
body.house-rago .my-account .credit-cards .session-title-container,
body.house-lama .my-account .credit-cards .session-title-container,
body.house-toomey .my-account .credit-cards .session-title-container {
  line-height: normal !important;
  border: none;
  margin: 0;
  padding: 0;
  align-items: baseline;
  max-width: unset;
}

body.house-herman_miller .my-account .credit-cards .session-title-container a,
body.house-wright .my-account .credit-cards .session-title-container a,
body.house-rago .my-account .credit-cards .session-title-container a,
body.house-lama .my-account .credit-cards .session-title-container a,
body.house-toomey .my-account .credit-cards .session-title-container a {
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  cursor: pointer;
  height: -moz-max-content;
  height: max-content;
}

body.house-herman_miller .my-account .credit-cards .session-title-container .primary,
body.house-wright .my-account .credit-cards .session-title-container .primary,
body.house-rago .my-account .credit-cards .session-title-container .primary,
body.house-lama .my-account .credit-cards .session-title-container .primary,
body.house-toomey .my-account .credit-cards .session-title-container .primary {
  margin: 0;
}

body.house-herman_miller .my-account .credit-cards .session-title-container .primary:before, body.house-herman_miller .my-account .credit-cards .session-title-container .primary:after,
body.house-wright .my-account .credit-cards .session-title-container .primary:before,
body.house-wright .my-account .credit-cards .session-title-container .primary:after,
body.house-rago .my-account .credit-cards .session-title-container .primary:before,
body.house-rago .my-account .credit-cards .session-title-container .primary:after,
body.house-lama .my-account .credit-cards .session-title-container .primary:before,
body.house-lama .my-account .credit-cards .session-title-container .primary:after,
body.house-toomey .my-account .credit-cards .session-title-container .primary:before,
body.house-toomey .my-account .credit-cards .session-title-container .primary:after {
  display: none;
}

body.house-herman_miller .watched-lots .headline,
body.house-wright .watched-lots .headline,
body.house-rago .watched-lots .headline,
body.house-lama .watched-lots .headline,
body.house-toomey .watched-lots .headline {
  margin-bottom: 5rem;
}

body.house-herman_miller .module__calendar .headline h3,
body.house-wright .module__calendar .headline h3,
body.house-rago .module__calendar .headline h3,
body.house-lama .module__calendar .headline h3,
body.house-toomey .module__calendar .headline h3 {
  border-bottom: none;
}

body.house-herman_miller .module__calendar .date-title-wrapper .date,
body.house-wright .module__calendar .date-title-wrapper .date,
body.house-rago .module__calendar .date-title-wrapper .date,
body.house-lama .module__calendar .date-title-wrapper .date,
body.house-toomey .module__calendar .date-title-wrapper .date {
  color: #4a4a4a;
}

body.house-herman_miller .module__calendar .date-title-wrapper:hover .date,
body.house-herman_miller .module__calendar .date-title-wrapper:hover .primary,
body.house-wright .module__calendar .date-title-wrapper:hover .date,
body.house-wright .module__calendar .date-title-wrapper:hover .primary,
body.house-rago .module__calendar .date-title-wrapper:hover .date,
body.house-rago .module__calendar .date-title-wrapper:hover .primary,
body.house-lama .module__calendar .date-title-wrapper:hover .date,
body.house-lama .module__calendar .date-title-wrapper:hover .primary,
body.house-toomey .module__calendar .date-title-wrapper:hover .date,
body.house-toomey .module__calendar .date-title-wrapper:hover .primary {
  color: #353535;
}

body.house-herman_miller .module__calendar .date-title-wrapper:hover .secondary,
body.house-wright .module__calendar .date-title-wrapper:hover .secondary,
body.house-rago .module__calendar .date-title-wrapper:hover .secondary,
body.house-lama .module__calendar .date-title-wrapper:hover .secondary,
body.house-toomey .module__calendar .date-title-wrapper:hover .secondary {
  color: #333;
}

body.house-herman_miller .module__calendar .date-title-wrapper:hover .headline.subtitle .primary,
body.house-wright .module__calendar .date-title-wrapper:hover .headline.subtitle .primary,
body.house-rago .module__calendar .date-title-wrapper:hover .headline.subtitle .primary,
body.house-lama .module__calendar .date-title-wrapper:hover .headline.subtitle .primary,
body.house-toomey .module__calendar .date-title-wrapper:hover .headline.subtitle .primary {
  color: #666;
}

body.house-herman_miller .page-auctions-archive .dropdown,
body.house-herman_miller .page-catalogs .dropdown,
body.house-wright .page-auctions-archive .dropdown,
body.house-wright .page-catalogs .dropdown,
body.house-rago .page-auctions-archive .dropdown,
body.house-rago .page-catalogs .dropdown,
body.house-lama .page-auctions-archive .dropdown,
body.house-lama .page-catalogs .dropdown,
body.house-toomey .page-auctions-archive .dropdown,
body.house-toomey .page-catalogs .dropdown {
  width: 100%;
}

body.house-herman_miller .page-auctions-archive .filter-container,
body.house-herman_miller .page-catalogs .filter-container,
body.house-wright .page-auctions-archive .filter-container,
body.house-wright .page-catalogs .filter-container,
body.house-rago .page-auctions-archive .filter-container,
body.house-rago .page-catalogs .filter-container,
body.house-lama .page-auctions-archive .filter-container,
body.house-lama .page-catalogs .filter-container,
body.house-toomey .page-auctions-archive .filter-container,
body.house-toomey .page-catalogs .filter-container {
  padding: 3.4rem 1rem 0;
  width: 100%;
}

body.house-herman_miller .page-auctions-archive .headline,
body.house-herman_miller .page-catalogs .headline,
body.house-wright .page-auctions-archive .headline,
body.house-wright .page-catalogs .headline,
body.house-rago .page-auctions-archive .headline,
body.house-rago .page-catalogs .headline,
body.house-lama .page-auctions-archive .headline,
body.house-lama .page-catalogs .headline,
body.house-toomey .page-auctions-archive .headline,
body.house-toomey .page-catalogs .headline {
  height: auto;
}

body.house-herman_miller .page-auctions-archive .headline .primary,
body.house-herman_miller .page-catalogs .headline .primary,
body.house-wright .page-auctions-archive .headline .primary,
body.house-wright .page-catalogs .headline .primary,
body.house-rago .page-auctions-archive .headline .primary,
body.house-rago .page-catalogs .headline .primary,
body.house-lama .page-auctions-archive .headline .primary,
body.house-lama .page-catalogs .headline .primary,
body.house-toomey .page-auctions-archive .headline .primary,
body.house-toomey .page-catalogs .headline .primary {
  margin: 0;
  letter-spacing: 0;
}

body.house-herman_miller .page-auctions-archive .headline-inner-container,
body.house-herman_miller .page-catalogs .headline-inner-container,
body.house-wright .page-auctions-archive .headline-inner-container,
body.house-wright .page-catalogs .headline-inner-container,
body.house-rago .page-auctions-archive .headline-inner-container,
body.house-rago .page-catalogs .headline-inner-container,
body.house-lama .page-auctions-archive .headline-inner-container,
body.house-lama .page-catalogs .headline-inner-container,
body.house-toomey .page-auctions-archive .headline-inner-container,
body.house-toomey .page-catalogs .headline-inner-container {
  flex-direction: row;
}

body.house-herman_miller .page-auctions-archive .session-title-container,
body.house-herman_miller .page-catalogs .session-title-container,
body.house-wright .page-auctions-archive .session-title-container,
body.house-wright .page-catalogs .session-title-container,
body.house-rago .page-auctions-archive .session-title-container,
body.house-rago .page-catalogs .session-title-container,
body.house-lama .page-auctions-archive .session-title-container,
body.house-lama .page-catalogs .session-title-container,
body.house-toomey .page-auctions-archive .session-title-container,
body.house-toomey .page-catalogs .session-title-container {
  display: block;
  width: 100%;
}

body.house-herman_miller .theme-general .theme-general-wrapper .watched-lots .filter-container,
body.house-wright .theme-general .theme-general-wrapper .watched-lots .filter-container,
body.house-rago .theme-general .theme-general-wrapper .watched-lots .filter-container,
body.house-lama .theme-general .theme-general-wrapper .watched-lots .filter-container,
body.house-toomey .theme-general .theme-general-wrapper .watched-lots .filter-container {
  height: auto;
}

body.house-herman_miller .my-account .email-prefs-note,
body.house-wright .my-account .email-prefs-note,
body.house-rago .my-account .email-prefs-note,
body.house-lama .my-account .email-prefs-note,
body.house-toomey .my-account .email-prefs-note {
  color: #333;
}

body.house-herman_miller .search .result:not(.hero, .entry, .upcoming) .artist-title,
body.house-herman_miller .search .result:not(.hero, .entry, .upcoming) .details,
body.house-herman_miller .artists .result:not(.hero, .entry, .upcoming) .artist-title,
body.house-herman_miller .artists .result:not(.hero, .entry, .upcoming) .details,
body.house-wright .search .result:not(.hero, .entry, .upcoming) .artist-title,
body.house-wright .search .result:not(.hero, .entry, .upcoming) .details,
body.house-wright .artists .result:not(.hero, .entry, .upcoming) .artist-title,
body.house-wright .artists .result:not(.hero, .entry, .upcoming) .details,
body.house-rago .search .result:not(.hero, .entry, .upcoming) .artist-title,
body.house-rago .search .result:not(.hero, .entry, .upcoming) .details,
body.house-rago .artists .result:not(.hero, .entry, .upcoming) .artist-title,
body.house-rago .artists .result:not(.hero, .entry, .upcoming) .details,
body.house-lama .search .result:not(.hero, .entry, .upcoming) .artist-title,
body.house-lama .search .result:not(.hero, .entry, .upcoming) .details,
body.house-lama .artists .result:not(.hero, .entry, .upcoming) .artist-title,
body.house-lama .artists .result:not(.hero, .entry, .upcoming) .details,
body.house-toomey .search .result:not(.hero, .entry, .upcoming) .artist-title,
body.house-toomey .search .result:not(.hero, .entry, .upcoming) .details,
body.house-toomey .artists .result:not(.hero, .entry, .upcoming) .artist-title,
body.house-toomey .artists .result:not(.hero, .entry, .upcoming) .details {
  border-bottom: 1px solid #333;
}

body.house-herman_miller .search .result:not(.hero, .entry, .upcoming) .primary,
body.house-herman_miller .search .result:not(.hero, .entry, .upcoming) .secondary,
body.house-herman_miller .artists .result:not(.hero, .entry, .upcoming) .primary,
body.house-herman_miller .artists .result:not(.hero, .entry, .upcoming) .secondary,
body.house-wright .search .result:not(.hero, .entry, .upcoming) .primary,
body.house-wright .search .result:not(.hero, .entry, .upcoming) .secondary,
body.house-wright .artists .result:not(.hero, .entry, .upcoming) .primary,
body.house-wright .artists .result:not(.hero, .entry, .upcoming) .secondary,
body.house-rago .search .result:not(.hero, .entry, .upcoming) .primary,
body.house-rago .search .result:not(.hero, .entry, .upcoming) .secondary,
body.house-rago .artists .result:not(.hero, .entry, .upcoming) .primary,
body.house-rago .artists .result:not(.hero, .entry, .upcoming) .secondary,
body.house-lama .search .result:not(.hero, .entry, .upcoming) .primary,
body.house-lama .search .result:not(.hero, .entry, .upcoming) .secondary,
body.house-lama .artists .result:not(.hero, .entry, .upcoming) .primary,
body.house-lama .artists .result:not(.hero, .entry, .upcoming) .secondary,
body.house-toomey .search .result:not(.hero, .entry, .upcoming) .primary,
body.house-toomey .search .result:not(.hero, .entry, .upcoming) .secondary,
body.house-toomey .artists .result:not(.hero, .entry, .upcoming) .primary,
body.house-toomey .artists .result:not(.hero, .entry, .upcoming) .secondary {
  transition: color 0.3s ease-in-out;
}

body.house-herman_miller .search .result:not(.hero, .entry, .upcoming) .primary,
body.house-herman_miller .artists .result:not(.hero, .entry, .upcoming) .primary,
body.house-wright .search .result:not(.hero, .entry, .upcoming) .primary,
body.house-wright .artists .result:not(.hero, .entry, .upcoming) .primary,
body.house-rago .search .result:not(.hero, .entry, .upcoming) .primary,
body.house-rago .artists .result:not(.hero, .entry, .upcoming) .primary,
body.house-lama .search .result:not(.hero, .entry, .upcoming) .primary,
body.house-lama .artists .result:not(.hero, .entry, .upcoming) .primary,
body.house-toomey .search .result:not(.hero, .entry, .upcoming) .primary,
body.house-toomey .artists .result:not(.hero, .entry, .upcoming) .primary {
  color: #4a4a4a;
}

body.house-herman_miller .search .result:not(.hero, .entry, .upcoming) .secondary,
body.house-herman_miller .artists .result:not(.hero, .entry, .upcoming) .secondary,
body.house-wright .search .result:not(.hero, .entry, .upcoming) .secondary,
body.house-wright .artists .result:not(.hero, .entry, .upcoming) .secondary,
body.house-rago .search .result:not(.hero, .entry, .upcoming) .secondary,
body.house-rago .artists .result:not(.hero, .entry, .upcoming) .secondary,
body.house-lama .search .result:not(.hero, .entry, .upcoming) .secondary,
body.house-lama .artists .result:not(.hero, .entry, .upcoming) .secondary,
body.house-toomey .search .result:not(.hero, .entry, .upcoming) .secondary,
body.house-toomey .artists .result:not(.hero, .entry, .upcoming) .secondary {
  color: #9b9b9b;
}

body.house-herman_miller .search .result:not(.hero, .entry, .upcoming):hover .primary,
body.house-herman_miller .artists .result:not(.hero, .entry, .upcoming):hover .primary,
body.house-wright .search .result:not(.hero, .entry, .upcoming):hover .primary,
body.house-wright .artists .result:not(.hero, .entry, .upcoming):hover .primary,
body.house-rago .search .result:not(.hero, .entry, .upcoming):hover .primary,
body.house-rago .artists .result:not(.hero, .entry, .upcoming):hover .primary,
body.house-lama .search .result:not(.hero, .entry, .upcoming):hover .primary,
body.house-lama .artists .result:not(.hero, .entry, .upcoming):hover .primary,
body.house-toomey .search .result:not(.hero, .entry, .upcoming):hover .primary,
body.house-toomey .artists .result:not(.hero, .entry, .upcoming):hover .primary {
  color: #353535 !important;
}

body.house-herman_miller .search .result:not(.hero, .entry, .upcoming):hover .secondary,
body.house-herman_miller .artists .result:not(.hero, .entry, .upcoming):hover .secondary,
body.house-wright .search .result:not(.hero, .entry, .upcoming):hover .secondary,
body.house-wright .artists .result:not(.hero, .entry, .upcoming):hover .secondary,
body.house-rago .search .result:not(.hero, .entry, .upcoming):hover .secondary,
body.house-rago .artists .result:not(.hero, .entry, .upcoming):hover .secondary,
body.house-lama .search .result:not(.hero, .entry, .upcoming):hover .secondary,
body.house-lama .artists .result:not(.hero, .entry, .upcoming):hover .secondary,
body.house-toomey .search .result:not(.hero, .entry, .upcoming):hover .secondary,
body.house-toomey .artists .result:not(.hero, .entry, .upcoming):hover .secondary {
  color: #666;
}

body.house-herman_miller .search .result .upcoming .details,
body.house-herman_miller .artists .result .upcoming .details,
body.house-wright .search .result .upcoming .details,
body.house-wright .artists .result .upcoming .details,
body.house-rago .search .result .upcoming .details,
body.house-rago .artists .result .upcoming .details,
body.house-lama .search .result .upcoming .details,
body.house-lama .artists .result .upcoming .details,
body.house-toomey .search .result .upcoming .details,
body.house-toomey .artists .result .upcoming .details {
  border: none;
}

body.house-herman_miller .session-title,
body.house-wright .session-title,
body.house-rago .session-title,
body.house-lama .session-title,
body.house-toomey .session-title {
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 514px) {
  body.house-herman_miller .page-auctions-archive .filter-container,
  body.house-herman_miller .page-catalogs .filter-container,
  body.house-wright .page-auctions-archive .filter-container,
  body.house-wright .page-catalogs .filter-container,
  body.house-rago .page-auctions-archive .filter-container,
  body.house-rago .page-catalogs .filter-container,
  body.house-lama .page-auctions-archive .filter-container,
  body.house-lama .page-catalogs .filter-container,
  body.house-toomey .page-auctions-archive .filter-container,
  body.house-toomey .page-catalogs .filter-container {
    padding: 3.4rem 3rem 0;
  }

  body.house-herman_miller .page-auctions-archive .dropdown,
  body.house-herman_miller .page-catalogs .dropdown,
  body.house-wright .page-auctions-archive .dropdown,
  body.house-wright .page-catalogs .dropdown,
  body.house-rago .page-auctions-archive .dropdown,
  body.house-rago .page-catalogs .dropdown,
  body.house-lama .page-auctions-archive .dropdown,
  body.house-lama .page-catalogs .dropdown,
  body.house-toomey .page-auctions-archive .dropdown,
  body.house-toomey .page-catalogs .dropdown {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  body.house-herman_miller .headline,
  body.house-wright .headline,
  body.house-rago .headline,
  body.house-lama .headline,
  body.house-toomey .headline {
    text-align: left;
    height: 2.8rem;
  }

  body.house-herman_miller .headline .wright-heading-logo,
  body.house-wright .headline .wright-heading-logo,
  body.house-rago .headline .wright-heading-logo,
  body.house-lama .headline .wright-heading-logo,
  body.house-toomey .headline .wright-heading-logo {
    --primary-color: var(--wright-primary-color);
    --primary-color-hover: var(--wright-primary-color-hover);
  }

  body.house-herman_miller .headline .rago-heading-logo,
  body.house-wright .headline .rago-heading-logo,
  body.house-rago .headline .rago-heading-logo,
  body.house-lama .headline .rago-heading-logo,
  body.house-toomey .headline .rago-heading-logo {
    --primary-color: var(--rago-primary-color);
    --primary-color-hover: var(--rago-primary-color-hover);
  }

  body.house-herman_miller .headline .lama-heading-logo,
  body.house-wright .headline .lama-heading-logo,
  body.house-rago .headline .lama-heading-logo,
  body.house-lama .headline .lama-heading-logo,
  body.house-toomey .headline .lama-heading-logo {
    --primary-color: var(--lama-primary-color);
    --primary-color-hover: var(--lama-primary-color-hover);
  }

  body.house-herman_miller .headline .toomey-heading-logo,
  body.house-wright .headline .toomey-heading-logo,
  body.house-rago .headline .toomey-heading-logo,
  body.house-lama .headline .toomey-heading-logo,
  body.house-toomey .headline .toomey-heading-logo {
    --primary-color: var(--toomey-primary-color);
    --primary-color-hover: var(--toomey-primary-color-hover);
  }

  body.house-herman_miller .headline a,
  body.house-wright .headline a,
  body.house-rago .headline a,
  body.house-lama .headline a,
  body.house-toomey .headline a {
    height: 2.8rem;
  }

  body.house-herman_miller .headline h3,
  body.house-wright .headline h3,
  body.house-rago .headline h3,
  body.house-lama .headline h3,
  body.house-toomey .headline h3 {
    line-height: 0 !important;
  }

  body.house-herman_miller .headline .logo,
  body.house-herman_miller .headline .primary,
  body.house-wright .headline .logo,
  body.house-wright .headline .primary,
  body.house-rago .headline .logo,
  body.house-rago .headline .primary,
  body.house-lama .headline .logo,
  body.house-lama .headline .primary,
  body.house-toomey .headline .logo,
  body.house-toomey .headline .primary {
    margin-bottom: 0;
  }

  body.house-herman_miller .headline .primary,
  body.house-wright .headline .primary,
  body.house-rago .headline .primary,
  body.house-lama .headline .primary,
  body.house-toomey .headline .primary {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
  }

  body.house-herman_miller .headline .primary,
  body.house-herman_miller .headline .secondary,
  body.house-wright .headline .primary,
  body.house-wright .headline .secondary,
  body.house-rago .headline .primary,
  body.house-rago .headline .secondary,
  body.house-lama .headline .primary,
  body.house-lama .headline .secondary,
  body.house-toomey .headline .primary,
  body.house-toomey .headline .secondary {
    transition: color 0.3s ease-in-out;
    white-space: nowrap;
  }

  body.house-herman_miller .headline.year,
  body.house-wright .headline.year,
  body.house-rago .headline.year,
  body.house-lama .headline.year,
  body.house-toomey .headline.year {
    margin-left: 2rem;
  }

  body.house-herman_miller .headline svg path,
  body.house-wright .headline svg path,
  body.house-rago .headline svg path,
  body.house-lama .headline svg path,
  body.house-toomey .headline svg path {
    transition: fill 0.3s ease-in-out;
  }

  body.house-herman_miller .headline a:hover .date,
  body.house-wright .headline a:hover .date,
  body.house-rago .headline a:hover .date,
  body.house-lama .headline a:hover .date,
  body.house-toomey .headline a:hover .date {
    color: #666;
  }

  body.house-herman_miller .headline a:hover .primary,
  body.house-wright .headline a:hover .primary,
  body.house-rago .headline a:hover .primary,
  body.house-lama .headline a:hover .primary,
  body.house-toomey .headline a:hover .primary {
    color: #353535;
  }

  body.house-herman_miller .headline a:hover .logo svg path,
  body.house-wright .headline a:hover .logo svg path,
  body.house-rago .headline a:hover .logo svg path,
  body.house-lama .headline a:hover .logo svg path,
  body.house-toomey .headline a:hover .logo svg path {
    fill: var(--primary-color-hover);
  }

  body.house-herman_miller .headline a:hover .slash svg path,
  body.house-wright .headline a:hover .slash svg path,
  body.house-rago .headline a:hover .slash svg path,
  body.house-lama .headline a:hover .slash svg path,
  body.house-toomey .headline a:hover .slash svg path {
    fill: #353535;
  }

  body.house-herman_miller .headline a:hover .slash:nth-of-type(2) svg path,
  body.house-wright .headline a:hover .slash:nth-of-type(2) svg path,
  body.house-rago .headline a:hover .slash:nth-of-type(2) svg path,
  body.house-lama .headline a:hover .slash:nth-of-type(2) svg path,
  body.house-toomey .headline a:hover .slash:nth-of-type(2) svg path {
    fill: #4a4a4a;
  }

  body.house-herman_miller .page-auctions-archive .headline h3,
  body.house-herman_miller .page-catalogs .headline h3,
  body.house-wright .page-auctions-archive .headline h3,
  body.house-wright .page-catalogs .headline h3,
  body.house-rago .page-auctions-archive .headline h3,
  body.house-rago .page-catalogs .headline h3,
  body.house-lama .page-auctions-archive .headline h3,
  body.house-lama .page-catalogs .headline h3,
  body.house-toomey .page-auctions-archive .headline h3,
  body.house-toomey .page-catalogs .headline h3 {
    padding-bottom: 1rem;
    margin: 0;
    max-width: unset;
  }

  body.house-herman_miller .page-auctions-archive .headline .primary,
  body.house-herman_miller .page-catalogs .headline .primary,
  body.house-wright .page-auctions-archive .headline .primary,
  body.house-wright .page-catalogs .headline .primary,
  body.house-rago .page-auctions-archive .headline .primary,
  body.house-rago .page-catalogs .headline .primary,
  body.house-lama .page-auctions-archive .headline .primary,
  body.house-lama .page-catalogs .headline .primary,
  body.house-toomey .page-auctions-archive .headline .primary,
  body.house-toomey .page-catalogs .headline .primary {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }

  body.house-herman_miller article.page.search #wrapper.search h2.group-title,
  body.house-wright article.page.search #wrapper.search h2.group-title,
  body.house-rago article.page.search #wrapper.search h2.group-title,
  body.house-lama article.page.search #wrapper.search h2.group-title,
  body.house-toomey article.page.search #wrapper.search h2.group-title {
    letter-spacing: 0.1rem;
  }

  body.house-herman_miller article.page.search #wrapper.search .category-items h2.group-title,
  body.house-wright article.page.search #wrapper.search .category-items h2.group-title,
  body.house-rago article.page.search #wrapper.search .category-items h2.group-title,
  body.house-lama article.page.search #wrapper.search .category-items h2.group-title,
  body.house-toomey article.page.search #wrapper.search .category-items h2.group-title {
    margin-top: 3.5rem;
    margin-bottom: 5.4rem;
    padding-bottom: 1.2rem;
    letter-spacing: 0.1rem;
  }

  body.house-herman_miller article.page.search #wrapper.search .category-auctions h2.group-title,
  body.house-wright article.page.search #wrapper.search .category-auctions h2.group-title,
  body.house-rago article.page.search #wrapper.search .category-auctions h2.group-title,
  body.house-lama article.page.search #wrapper.search .category-auctions h2.group-title,
  body.house-toomey article.page.search #wrapper.search .category-auctions h2.group-title {
    margin-top: 3.5rem;
    margin-bottom: 3.1rem;
    padding-bottom: 1.2rem;
    letter-spacing: 0.1rem;
  }

  body.house-herman_miller article.page.search #wrapper.search .category-auctions h2.group-title:first-of-type,
  body.house-wright article.page.search #wrapper.search .category-auctions h2.group-title:first-of-type,
  body.house-rago article.page.search #wrapper.search .category-auctions h2.group-title:first-of-type,
  body.house-lama article.page.search #wrapper.search .category-auctions h2.group-title:first-of-type,
  body.house-toomey article.page.search #wrapper.search .category-auctions h2.group-title:first-of-type {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  body.house-herman_miller article.page.search #wrapper.search .category-auctions h2.group-title:first-of-type,
  body.house-wright article.page.search #wrapper.search .category-auctions h2.group-title:first-of-type,
  body.house-rago article.page.search #wrapper.search .category-auctions h2.group-title:first-of-type,
  body.house-lama article.page.search #wrapper.search .category-auctions h2.group-title:first-of-type,
  body.house-toomey article.page.search #wrapper.search .category-auctions h2.group-title:first-of-type {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container,
  body.house-wright .theme-general .theme-general-wrapper .filter-container,
  body.house-rago .theme-general .theme-general-wrapper .filter-container,
  body.house-lama .theme-general .theme-general-wrapper .filter-container,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container {
    flex-direction: row;
    flex-wrap: wrap;
    height: 11rem;
    z-index: 100;
    position: relative;
    justify-content: space-between;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .sort-list {
    width: 49.2%;
    z-index: 100;
    height: 4.5rem;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .filter-list:first-of-type,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .filter-list:first-of-type,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .filter-list:first-of-type,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .filter-list:first-of-type,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .filter-list:first-of-type {
    z-index: 101;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .filter-list.inline,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .filter-list.inline,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .filter-list.inline,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .filter-list.inline,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .filter-list.inline {
    margin-top: 0;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .filter-list.inline li ul,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .filter-list.inline li ul,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .filter-list.inline li ul,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .filter-list.inline li ul,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .filter-list.inline li ul {
    display: flex;
    flex-direction: row;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .filter-list .current:hover,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .filter-list .current:hover,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .filter-list .current:hover,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .filter-list .current:hover,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .filter-list .current:hover {
    background-color: var(--primary-color-hover);
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .subnav-search,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .subnav-search,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .subnav-search,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .subnav-search,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .subnav-search {
    width: 100%;
    margin-top: 0;
  }

  body.house-herman_miller .title-wrapper .headline,
  body.house-wright .title-wrapper .headline,
  body.house-rago .title-wrapper .headline,
  body.house-lama .title-wrapper .headline,
  body.house-toomey .title-wrapper .headline {
    padding: 0;
    margin: 0;
  }

  body.house-herman_miller .session-title .headline,
  body.house-wright .session-title .headline,
  body.house-rago .session-title .headline,
  body.house-lama .session-title .headline,
  body.house-toomey .session-title .headline {
    margin-bottom: 1rem;
    padding: 0;
  }

  body.house-herman_miller .category-auctions .headline,
  body.house-wright .category-auctions .headline,
  body.house-rago .category-auctions .headline,
  body.house-lama .category-auctions .headline,
  body.house-toomey .category-auctions .headline {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  body.house-herman_miller .module__calendar .calendar-icon.desktop,
  body.house-wright .module__calendar .calendar-icon.desktop,
  body.house-rago .module__calendar .calendar-icon.desktop,
  body.house-lama .module__calendar .calendar-icon.desktop,
  body.house-toomey .module__calendar .calendar-icon.desktop {
    margin-left: 0.5rem;
  }

  body.house-herman_miller .module__calendar .date-wrapper,
  body.house-wright .module__calendar .date-wrapper,
  body.house-rago .module__calendar .date-wrapper,
  body.house-lama .module__calendar .date-wrapper,
  body.house-toomey .module__calendar .date-wrapper {
    white-space: normal;
  }

  body.house-herman_miller .module__calendar .headline,
  body.house-wright .module__calendar .headline,
  body.house-rago .module__calendar .headline,
  body.house-lama .module__calendar .headline,
  body.house-toomey .module__calendar .headline {
    height: auto;
  }

  body.house-herman_miller .module__calendar .headline a,
  body.house-wright .module__calendar .headline a,
  body.house-rago .module__calendar .headline a,
  body.house-lama .module__calendar .headline a,
  body.house-toomey .module__calendar .headline a {
    height: auto;
    flex-wrap: wrap;
  }

  body.house-herman_miller .module__calendar .headline h3,
  body.house-wright .module__calendar .headline h3,
  body.house-rago .module__calendar .headline h3,
  body.house-lama .module__calendar .headline h3,
  body.house-toomey .module__calendar .headline h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 0.1rem;
  }

  body.house-herman_miller .module__calendar .headline .primary,
  body.house-wright .module__calendar .headline .primary,
  body.house-rago .module__calendar .headline .primary,
  body.house-lama .module__calendar .headline .primary,
  body.house-toomey .module__calendar .headline .primary {
    text-align: left;
    white-space: normal;
  }

  body.house-herman_miller .module__calendar .headline .primary:before, body.house-herman_miller .module__calendar .headline .primary:after,
  body.house-wright .module__calendar .headline .primary:before,
  body.house-wright .module__calendar .headline .primary:after,
  body.house-rago .module__calendar .headline .primary:before,
  body.house-rago .module__calendar .headline .primary:after,
  body.house-lama .module__calendar .headline .primary:before,
  body.house-lama .module__calendar .headline .primary:after,
  body.house-toomey .module__calendar .headline .primary:before,
  body.house-toomey .module__calendar .headline .primary:after {
    display: none;
  }

  body.house-herman_miller .module:not(.module__account_section).module__calendar .date-wrapper .date,
  body.house-wright .module:not(.module__account_section).module__calendar .date-wrapper .date,
  body.house-rago .module:not(.module__account_section).module__calendar .date-wrapper .date,
  body.house-lama .module:not(.module__account_section).module__calendar .date-wrapper .date,
  body.house-toomey .module:not(.module__account_section).module__calendar .date-wrapper .date {
    line-height: 4rem;
  }
}

@media screen and (min-width: 769px) {
  body.house-herman_miller .module__calendar .primary,
  body.house-wright .module__calendar .primary,
  body.house-rago .module__calendar .primary,
  body.house-lama .module__calendar .primary,
  body.house-toomey .module__calendar .primary {
    max-width: calc(43vw - 130px);
  }
}

@media (min-width: 1024px) {
  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container,
  body.house-wright .theme-general .theme-general-wrapper .filter-container,
  body.house-rago .theme-general .theme-general-wrapper .filter-container,
  body.house-lama .theme-general .theme-general-wrapper .filter-container,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container {
    width: 100%;
    margin-bottom: 4rem;
    flex-direction: row;
    height: 4.5rem;
    justify-content: initial;
    gap: 1.2rem;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .filter-list {
    width: 23rem;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container.module__calendar,
  body.house-wright .theme-general .theme-general-wrapper .filter-container.module__calendar,
  body.house-rago .theme-general .theme-general-wrapper .filter-container.module__calendar,
  body.house-lama .theme-general .theme-general-wrapper .filter-container.module__calendar,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container.module__calendar {
    height: auto;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container.module__calendar .sort-list,
  body.house-wright .theme-general .theme-general-wrapper .filter-container.module__calendar .sort-list,
  body.house-rago .theme-general .theme-general-wrapper .filter-container.module__calendar .sort-list,
  body.house-lama .theme-general .theme-general-wrapper .filter-container.module__calendar .sort-list,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container.module__calendar .sort-list {
    width: auto;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .subnav-search,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .subnav-search,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .subnav-search,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .subnav-search,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .subnav-search {
    margin-left: auto;
    width: 25.5rem;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .subnav-search input,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .subnav-search input,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .subnav-search input,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .subnav-search input,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .subnav-search input {
    color: var(--primary-color);
    background: #fff;
    padding: 0.6rem 3.5rem 0.4rem 1.5rem;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .filter-list,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .filter-list {
    margin-bottom: 0;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .filter-list.inline,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .filter-list.inline,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .filter-list.inline,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .filter-list.inline,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .sort-list,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .filter-list.inline {
    display: flex;
    flex-direction: row;
    border: none;
    width: auto;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .sort-list.dropdown,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .sort-list.dropdown,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .sort-list.dropdown,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .sort-list.dropdown,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .sort-list.dropdown {
    flex-direction: column;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .search .filter-list,
  body.house-wright .theme-general .theme-general-wrapper .search .filter-list,
  body.house-rago .theme-general .theme-general-wrapper .search .filter-list,
  body.house-lama .theme-general .theme-general-wrapper .search .filter-list,
  body.house-toomey .theme-general .theme-general-wrapper .search .filter-list {
    width: 23rem;
    margin-right: 1.2rem;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .sidebarnav li,
  body.house-wright .theme-general .theme-general-wrapper .sidebarnav li,
  body.house-rago .theme-general .theme-general-wrapper .sidebarnav li,
  body.house-lama .theme-general .theme-general-wrapper .sidebarnav li,
  body.house-toomey .theme-general .theme-general-wrapper .sidebarnav li {
    line-height: 1.9rem;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .sidebarnav li a:hover,
  body.house-wright .theme-general .theme-general-wrapper .sidebarnav li a:hover,
  body.house-rago .theme-general .theme-general-wrapper .sidebarnav li a:hover,
  body.house-lama .theme-general .theme-general-wrapper .sidebarnav li a:hover,
  body.house-toomey .theme-general .theme-general-wrapper .sidebarnav li a:hover {
    color: var(--primary-color);
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .sidebarnav li.active a,
  body.house-wright .theme-general .theme-general-wrapper .sidebarnav li.active a,
  body.house-rago .theme-general .theme-general-wrapper .sidebarnav li.active a,
  body.house-lama .theme-general .theme-general-wrapper .sidebarnav li.active a,
  body.house-toomey .theme-general .theme-general-wrapper .sidebarnav li.active a {
    color: var(--primary-color);
  }

  body.house-herman_miller .theme-general.page-auctions-archive .theme-general-wrapper .filter-container,
  body.house-wright .theme-general.page-auctions-archive .theme-general-wrapper .filter-container,
  body.house-rago .theme-general.page-auctions-archive .theme-general-wrapper .filter-container,
  body.house-lama .theme-general.page-auctions-archive .theme-general-wrapper .filter-container,
  body.house-toomey .theme-general.page-auctions-archive .theme-general-wrapper .filter-container {
    padding: 4rem 12rem 0;
  }

  body.house-herman_miller .item-grid-container .auction.upcoming .headline,
  body.house-wright .item-grid-container .auction.upcoming .headline,
  body.house-rago .item-grid-container .auction.upcoming .headline,
  body.house-lama .item-grid-container .auction.upcoming .headline,
  body.house-toomey .item-grid-container .auction.upcoming .headline {
    margin-bottom: 5rem;
  }

  body.house-herman_miller .page-auctions-archive .headline .primary,
  body.house-herman_miller .page-catalogs .headline .primary,
  body.house-wright .page-auctions-archive .headline .primary,
  body.house-wright .page-catalogs .headline .primary,
  body.house-rago .page-auctions-archive .headline .primary,
  body.house-rago .page-catalogs .headline .primary,
  body.house-lama .page-auctions-archive .headline .primary,
  body.house-lama .page-catalogs .headline .primary,
  body.house-toomey .page-auctions-archive .headline .primary,
  body.house-toomey .page-catalogs .headline .primary {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }

  body.house-herman_miller .my-bids .bidder-controls,
  body.house-wright .my-bids .bidder-controls,
  body.house-rago .my-bids .bidder-controls,
  body.house-lama .my-bids .bidder-controls,
  body.house-toomey .my-bids .bidder-controls {
    height: 2.8rem;
    width: 30%;
  }

  body.house-herman_miller .my-bids .session-info,
  body.house-wright .my-bids .session-info,
  body.house-rago .my-bids .session-info,
  body.house-lama .my-bids .session-info,
  body.house-toomey .my-bids .session-info {
    border-bottom: 1px solid #333;
  }

  body.house-herman_miller .my-bids .headline h3,
  body.house-wright .my-bids .headline h3,
  body.house-rago .my-bids .headline h3,
  body.house-lama .my-bids .headline h3,
  body.house-toomey .my-bids .headline h3 {
    flex-direction: row;
  }

  body.house-herman_miller .my-bids .headline-inner-container,
  body.house-wright .my-bids .headline-inner-container,
  body.house-rago .my-bids .headline-inner-container,
  body.house-lama .my-bids .headline-inner-container,
  body.house-toomey .my-bids .headline-inner-container {
    max-width: 65%;
    overflow: hidden;
    gap: unset;
  }
}

@media screen and (min-width: 1025px) {
  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .filter-inner,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .filter-inner,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .filter-inner,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .filter-inner,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .filter-inner {
    height: auto;
  }

  body.house-herman_miller .theme-general .theme-general-wrapper .filter-container .sort-list.focused,
  body.house-wright .theme-general .theme-general-wrapper .filter-container .sort-list.focused,
  body.house-rago .theme-general .theme-general-wrapper .filter-container .sort-list.focused,
  body.house-lama .theme-general .theme-general-wrapper .filter-container .sort-list.focused,
  body.house-toomey .theme-general .theme-general-wrapper .filter-container .sort-list.focused {
    min-height: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1151px) {
  body.house-herman_miller .subnav_container.full ul.subnav,
  body.house-wright .subnav_container.full ul.subnav,
  body.house-rago .subnav_container.full ul.subnav,
  body.house-lama .subnav_container.full ul.subnav,
  body.house-toomey .subnav_container.full ul.subnav {
    margin-left: 10.2rem;
  }

  body.house-herman_miller .module__calendar .primary,
  body.house-wright .module__calendar .primary,
  body.house-rago .module__calendar .primary,
  body.house-lama .module__calendar .primary,
  body.house-toomey .module__calendar .primary {
    max-width: calc(35vw - 130px);
  }
}

@media screen and (min-width: 1361px) {
  body.house-herman_miller .subnav_container.full ul.subnav,
  body.house-wright .subnav_container.full ul.subnav,
  body.house-rago .subnav_container.full ul.subnav,
  body.house-lama .subnav_container.full ul.subnav,
  body.house-toomey .subnav_container.full ul.subnav {
    margin-left: 15.4rem;
  }

  body.house-herman_miller .theme-general.page-auctions-archive .theme-general-wrapper .filter-container,
  body.house-wright .theme-general.page-auctions-archive .theme-general-wrapper .filter-container,
  body.house-rago .theme-general.page-auctions-archive .theme-general-wrapper .filter-container,
  body.house-lama .theme-general.page-auctions-archive .theme-general-wrapper .filter-container,
  body.house-toomey .theme-general.page-auctions-archive .theme-general-wrapper .filter-container {
    padding: 4rem 17rem 0;
  }
}

@media screen and (min-width: 1510px) {
  body.house-herman_miller .module__calendar .primary,
  body.house-wright .module__calendar .primary,
  body.house-rago .module__calendar .primary,
  body.house-lama .module__calendar .primary,
  body.house-toomey .module__calendar .primary {
    max-width: calc(45vw - 130px);
  }
}

form .required,
form .form-error-note {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
  color: #BB0719;
  font-size: 12px;
  line-height: normal;
}

form .required {
  top: -1rem;
}

form .form-error-note {
  margin-bottom: 1rem;
}

form .parsley-error {
  border: 3px #BB0719 solid;
}

form .parsley-error.billing_country_error, form .parsley-error.expired_cc_error {
  border: none !important;
}

form .parsley-error + span::after {
  content: var(--msg);
  color: #BB0719;
  font-size: 12px;
}

#form-login .hidePwBtn,
.inline-signin-form .hidePwBtn,
.login .hidePwBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-left: none;
  padding: 0.5rem;
  height: 5rem;
  width: 6rem;
  margin-left: -0.1rem;
  cursor: pointer;
}

#form-login svg,
.inline-signin-form svg,
.login svg {
  width: 3.4rem;
  height: 3.4rem;
}

#form-login svg path,
.inline-signin-form svg path,
.login svg path {
  fill: var(--primary-color);
}

.inline-signin-form .hidePwBtn,
.login .hidePwBtn {
  margin-bottom: 1rem;
}

body.menu--dark .inline-signin-form .hidePwBtn,
body.menu--dark .login .hidePwBtn {
  background-color: #fff;
}

.inline-signin-form .password input,
.login .password input {
  border-right: none;
}

.login .hidePwBtn {
  background-color: #fff;
  border: none;
}

.has-errors {
  font-weight: bold;
  color: #BB0719 !important;
}

.has-errors span a {
  text-decoration: none !important;
  color: #BB0719 !important;
}

.has-errors span a:hover {
  color: #BB0719 !important;
}

.expired_cc_error {
  display: flex;
  width: 100%;
  background: #dd9a99;
  color: #fff;
  padding: 2rem;
  margin-bottom: 1rem;
}

.page-create-account .checkbox_group.parsley-error {
  border: none !important;
  background-color: #f6dfe1;
  padding: 20px 10px;
  margin-bottom: 10px;
}

.page-create-account .checkbox_group.parsley-error + div {
  text-align: right;
}

.page-create-account .checkbox_group.parsley-error + div::after {
  content: "required field";
  color: #BB0719;
  font-size: 12px;
}

.page-create-account .checkbox_group.parsley-error p {
  color: #333;
  margin-bottom: 0;
}

.page-create-account .checkbox_group.parsley-error a {
  /*color: #4CBFB4 !important;*/
  color: var(--primary-color) !important;
}

.page-create-account .parsley-error {
  border: 3px #BB0719 solid !important;
}

.page-create-account .password-requirements.parsley-error {
  border: none !important;
}

.page-create-account .form-footer input {
  margin-top: 0.4rem;
}

.page-create-account .section-terms label {
  margin: 1rem 0 0 0;
}

.page-create-account input:disabled {
  background: #eee;
}

.page-create-account input:disabled:hover {
  cursor: not-allowed;
  pointer-events: all !important;
}

.page-create-account .page__section__content {
  max-width: 100%;
  width: 100%;
}

.page-create-account .col-wrap .left {
  width: 100%;
  flex: 1 1 100%;
}

@media (min-width: 1025px) {
  .page-create-account .col-wrap .left {
    flex: 1 1 574px;
    max-width: 574px;
    min-width: 574px;
    width: 574px;
  }
}

.page-create-account .col-wrap .right {
  display: none;
}

@media (min-width: 1025px) {
  .page-create-account .col-wrap .right {
    display: block;
  }
}

.page-create-account #terms_accept {
  min-width: 16px;
  width: 16px;
  flex: 0 0 16px;
}

.page-create-account .sticky-sidebar {
  left: 60rem;
}

@media (min-width: 1300px) {
  .page-create-account .sticky-sidebar {
    left: 70rem;
  }
}

@media (max-width: 1024px) {
  .page-create-account .sticky-sidebar {
    display: none;
  }
}

@media (max-width: 1024px) {
  .page-create-account .col-wrap.left {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1025px) {
  .page-create-account .page__section__content {
    /*width: 60%;*/
    /*max-width: 60%;*/
    max-width: 574px;
    min-width: 574px;
    width: 574px;
  }
}

.page-create-account .field-title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-family: var(--font-family-sans);
  letter-spacing: 0.03em;
  color: #000;
  margin: 20px 0px 14px;
}

.page-create-account .feature-list {
  transition: all 0.3s;
  width: 373px;
}

@media (min-width: 1300px) {
  .page-create-account .feature-list {
    width: 473px;
  }
}

.page-create-account .feature-list li {
  position: relative;
  padding-left: 80px;
  height: 52px;
  margin-bottom: 20px;
  line-height: 50px;
  text-transform: uppercase;
  color: #444;
  font-size: 15px;
  letter-spacing: 0.1rem;
}

.page-create-account .feature-list li i {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
}

/* purgecss ignore */

.page-create-account form .vue-phone-number-input .country-selector .field-input {
  border: 1px #ccc solid;
  border-right: none;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form {
  position: relative;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form.busy {
  cursor: wait;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form.busy .inline-mailinglist-signup-email,
.inline-mailinglist-signup .inline-mailinglist-signup-form.busy .inline-mailinglist-signup-submit {
  opacity: 0.3;
  pointer-events: none;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form.busy .inline-mailinglist-form-spinner {
  opacity: 1;
  width: 50px;
  height: 54px;
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: -7px;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form .inline-mailinglist-signup-email {
  background: #222;
  border: 2px solid #d9d9d9;
  width: 100%;
  height: 45px;
  color: #d9d9d9;
  font-size: 15px;
  padding-right: 45px;
  transition: border, 0.15s ease-in-out;
  font-family: var(--font-family-sans);
}

.inline-mailinglist-signup .inline-mailinglist-signup-form .inline-mailinglist-signup-email.parsley-error, .inline-mailinglist-signup .inline-mailinglist-signup-form:hover .inline-mailinglist-signup-email.parsley-error {
  color: #bb0719;
  border-color: #bb0719;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form.has-errors button.inline-mailinglist-signup-submit, .inline-mailinglist-signup .inline-mailinglist-signup-form.has-errors:hover button.inline-mailinglist-signup-submit {
  background: #bb0719;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form.has-errors button.inline-mailinglist-signup-submit svg .icon-email-2, .inline-mailinglist-signup .inline-mailinglist-signup-form.has-errors:hover button.inline-mailinglist-signup-submit svg .icon-email-2 {
  fill: #bb0719;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form.has-errors span.form-error-styles {
  display: block;
  text-align: center;
  margin-top: 5px;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form .inline-mailinglist-signup-email.parsley-error, .inline-mailinglist-signup .inline-mailinglist-signup-form:hover .inline-mailinglist-signup-email.parsley-error {
  color: #bb0719;
  border-color: #bb0719;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form.has-errors button.inline-mailinglist-signup-submit, .inline-mailinglist-signup .inline-mailinglist-signup-form.has-errors:hover button.inline-mailinglist-signup-submit {
  background: #bb0719;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form.has-errors button.inline-mailinglist-signup-submit svg .icon-email-2, .inline-mailinglist-signup .inline-mailinglist-signup-form.has-errors:hover button.inline-mailinglist-signup-submit svg .icon-email-2 {
  fill: #bb0719;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form .inline-mailinglist-signup-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 50px;
  background-color: #d9d9d9;
  overflow: hidden;
  display: block;
  -webkit-appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.15s ease-in-out;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form .inline-mailinglist-signup-submit svg {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 26px;
  height: auto;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form:hover .inline-mailinglist-signup-email {
  border-color: #ededed;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form:hover .inline-mailinglist-signup-submit {
  background-color: #ededed;
}

.inline-mailinglist-signup .inline-mailinglist-signup-form:hover .inline-mailinglist-signup-submit svg .icon-email-2 {
  fill: #ededed;
}

.inline-mailinglist-signup .error-message {
  text-align: left;
  color: var(--primary-color);
}

.inline-mailinglist-signup .error-message.hidden {
  display: none;
}

.inline-mailinglist-signup .inline-mailinglist-form-success {
  padding: 0;
  text-align: center;
  max-width: 270px;
  margin: 0 auto 30px;
  /* shows when the form is successfully filled out https://i.imgur.com/OegyPG5.png */
}

.inline-mailinglist-signup .inline-mailinglist-form-success p {
  margin: 10px 0 0 0;
  color: var(--primary-color);
}

.inline-mailinglist-signup .inline-mailinglist-form-success .checkmark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px var(--primary-color);
  animation: fill 0.4s ease-in-out forwards, scale 0.3s ease-in-out both;
}

.inline-mailinglist-signup .inline-mailinglist-form-success.active .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: var(--primary-color);
  fill: var(--primary-color);
}

.inline-mailinglist-signup .inline-mailinglist-form-success.active .checkmark circle.checkmark__circle {
  fill: var(--primary-color);
}

.inline-mailinglist-signup .inline-mailinglist-form-success.active .checkmark path.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  stroke: white;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px var(--primary_color);
  }
}

.inline-mailinglist-signup .inline-mailinglist-form-success {
  margin: 0;
  max-width: none;
  width: 100%;
  text-align: center;
}

@media (max-width: 1440px) {
  .inline-mailinglist-signup .inline-mailinglist-form-success {
    margin: 37px 0 0;
  }
}

@media (max-width: 600px) {
  .inline-mailinglist-signup .inline-mailinglist-form-success {
    position: relative;
    margin: 10px auto 0;
    max-width: none;
    transform: none;
    left: initial;
    top: initial;
  }
}

@media screen and (min-width: 1025px) {
  .inline-mailinglist-signup .inline-mailinglist-form-success.active {
    left: -3.9%;
  }
}

.inline-mailinglist-signup.error .inline-mailinglist-signup-email {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.inline-mailinglist-signup.error .inline-mailinglist-signup-submit {
  background-color: var(--primary-color);
}

.inline-mailinglist-signup.error .inline-mailinglist-signup-submit svg .icon-email-2 {
  fill: var(--primary-color);
}

/*/////////////////////////////////////////////////////////////
MODALS
/////////////////////////////////////////////////////////////*/

.legacy-wrapper .form_wrapper,
.form_wrapper {
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.legacy-wrapper .form_wrapper input::-moz-placeholder, .legacy-wrapper .form_wrapper textarea::-moz-placeholder, .form_wrapper input::-moz-placeholder, .form_wrapper textarea::-moz-placeholder {
  text-transform: lowercase;
}

.legacy-wrapper .form_wrapper input::placeholder,
.legacy-wrapper .form_wrapper textarea::placeholder,
.form_wrapper input::placeholder,
.form_wrapper textarea::placeholder {
  text-transform: lowercase;
}

.legacy-wrapper .form_wrapper.consign_an_item textarea::-moz-placeholder, .form_wrapper.consign_an_item textarea::-moz-placeholder {
  text-transform: unset;
}

.legacy-wrapper .form_wrapper.consign_an_item textarea::placeholder,
.form_wrapper.consign_an_item textarea::placeholder {
  text-transform: unset;
}

.legacy-wrapper .form_wrapper.consign_an_item input#email-confirm::-moz-placeholder, .form_wrapper.consign_an_item input#email-confirm::-moz-placeholder {
  text-transform: unset;
}

.legacy-wrapper .form_wrapper.consign_an_item input#email-confirm::placeholder,
.form_wrapper.consign_an_item input#email-confirm::placeholder {
  text-transform: unset;
}

.legacy-wrapper .form_wrapper:not(.v-modals),
.form_wrapper:not(.v-modals) {
  background-color: rgba(0, 0, 0, 0.5);
}

.legacy-wrapper .form_wrapper.terms-modal .Aligner-item--top,
.legacy-wrapper .form_wrapper.terms-modal .Aligner-item--bottom,
.form_wrapper.terms-modal .Aligner-item--top,
.form_wrapper.terms-modal .Aligner-item--bottom {
  display: none;
}

.legacy-wrapper .form_wrapper.active,
.form_wrapper.active {
  z-index: 999;
  display: block;
}

.legacy-wrapper .form_wrapper input,
.form_wrapper input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.legacy-wrapper .form_wrapper .clear,
.form_wrapper .clear {
  font-size: inherit;
  line-height: inherit;
  clear: none;
  height: auto;
}

.legacy-wrapper .form_wrapper .payment-list .inner,
.legacy-wrapper .form_wrapper .address-list .inner,
.form_wrapper .payment-list .inner,
.form_wrapper .address-list .inner {
  max-height: 19rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.legacy-wrapper .form_wrapper .widget,
.form_wrapper .widget {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  position: relative;
  z-index: 501;
  display: none;
  width: 80%;
  margin: 0;
  padding: 0;
  opacity: 0.95;
  background-color: #CCC;
  max-width: 60rem;
  min-width: 28rem;
  font-size: 1.5rem;
  line-height: 3rem;
}

.legacy-wrapper .form_wrapper .widget.terms_widget .form_inner,
.form_wrapper .widget.terms_widget .form_inner {
  padding: 2rem;
  height: calc(100vh - 2rem);
}

body.house-lama .legacy-wrapper .form_wrapper .widget,
body.house-lama .form_wrapper .widget {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

.legacy-wrapper .form_wrapper .widget .form_inner,
.form_wrapper .widget .form_inner {
  padding: 3rem;
}

.legacy-wrapper .form_wrapper .widget p,
.form_wrapper .widget p {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.legacy-wrapper .form_wrapper .widget .modal-notice-banner,
.form_wrapper .widget .modal-notice-banner {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.legacy-wrapper .form_wrapper .widget .modal-notice-banner p,
.form_wrapper .widget .modal-notice-banner p {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

@media screen and (min-width: 513px) {
  .legacy-wrapper .form_wrapper .widget .modal-notice-banner p,
  .form_wrapper .widget .modal-notice-banner p {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.legacy-wrapper .form_wrapper .widget a:not(.w-btn, .popper),
.form_wrapper .widget a:not(.w-btn, .popper) {
  font-family: var(--font-family-sans);
  color: #333;
}

.legacy-wrapper .form_wrapper .widget a:not(.w-btn, .popper):hover,
.form_wrapper .widget a:not(.w-btn, .popper):hover {
  color: #000;
}

.legacy-wrapper .form_wrapper .widget hr,
.form_wrapper .widget hr {
  clear: both;
  border: none;
  border-top: 1px #999 solid;
  margin: 2rem 0;
}

.legacy-wrapper .form_wrapper .widget h2,
.form_wrapper .widget h2 {
  font-family: var(--font-family-serif);
  color: #333;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.3px;
  margin-bottom: 2rem;
}

.legacy-wrapper .form_wrapper .widget .form_close,
.form_wrapper .widget .form_close {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #333;
}

.legacy-wrapper .form_wrapper .widget .form_close:hover,
.form_wrapper .widget .form_close:hover {
  cursor: pointer;
  color: #000;
}

.legacy-wrapper .form_wrapper .widget .form_close i,
.form_wrapper .widget .form_close i {
  font-size: 15px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.legacy-wrapper .form_wrapper .widget .close,
.form_wrapper .widget .close {
  position: absolute;
  color: #666;
  top: 2.4rem;
  right: 3rem;
  font-size: 1.4rem;
}

.legacy-wrapper .form_wrapper .widget .close:hover,
.form_wrapper .widget .close:hover {
  cursor: pointer;
  color: var(--primary-color);
}

.legacy-wrapper .form_wrapper .widget input.disabled,
.form_wrapper .widget input.disabled {
  background-color: #fff;
}

@media (max-width: 512px) {
  .legacy-wrapper .form_wrapper .widget p.no-lots-found,
  .legacy-wrapper .form_wrapper .widget p.error_add_num,
  .form_wrapper .widget p.no-lots-found,
  .form_wrapper .widget p.error_add_num {
    font-size: 11px !important;
    line-height: 16px !important;
  }
}

.legacy-wrapper .form_wrapper .widget form input::-webkit-input-placeholder,
.legacy-wrapper .form_wrapper .widget form textarea::-webkit-input-placeholder,
.form_wrapper .widget form input::-webkit-input-placeholder,
.form_wrapper .widget form textarea::-webkit-input-placeholder {
  color: #999;
}

.legacy-wrapper .form_wrapper .widget form input:-moz-placeholder,
.legacy-wrapper .form_wrapper .widget form textarea:-moz-placeholder,
.form_wrapper .widget form input:-moz-placeholder,
.form_wrapper .widget form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

.legacy-wrapper .form_wrapper .widget form input::-moz-placeholder,
.legacy-wrapper .form_wrapper .widget form textarea::-moz-placeholder,
.form_wrapper .widget form input::-moz-placeholder,
.form_wrapper .widget form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

.legacy-wrapper .form_wrapper .widget form input:-ms-input-placeholder,
.legacy-wrapper .form_wrapper .widget form textarea:-ms-input-placeholder,
.form_wrapper .widget form input:-ms-input-placeholder,
.form_wrapper .widget form textarea:-ms-input-placeholder {
  color: #999;
}

.legacy-wrapper .form_wrapper .widget form textarea.one,
.form_wrapper .widget form textarea.one {
  width: 100%;
}

.legacy-wrapper .form_wrapper .widget form textarea,
.form_wrapper .widget form textarea {
  font-size: 15px;
}

.legacy-wrapper .form_wrapper .widget form a.dark_button,
.legacy-wrapper .form_wrapper .widget form div.dark_button,
.form_wrapper .widget form a.dark_button,
.form_wrapper .widget form div.dark_button {
  display: block;
  float: left;
  width: 30%;
  min-width: 0;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #ccc;
  background-color: #333;
  height: 4.4rem;
  line-height: 2.6rem;
  padding: 1rem;
}

.legacy-wrapper .form_wrapper .widget form a.dark_button:hover,
.legacy-wrapper .form_wrapper .widget form div.dark_button:hover,
.form_wrapper .widget form a.dark_button:hover,
.form_wrapper .widget form div.dark_button:hover {
  color: #fff;
  background-color: #000;
}

.legacy-wrapper .form_wrapper .button.centered,
.form_wrapper .button.centered {
  clear: both;
  margin: 0 auto;
  position: relative;
  display: block;
}

.legacy-wrapper .form_wrapper .button.dark_button,
.form_wrapper .button.dark_button {
  background-color: #333;
  color: #ccc;
}

.legacy-wrapper .form_wrapper .button.dark_button:hover,
.form_wrapper .button.dark_button:hover {
  color: #fff;
  background-color: #000;
}

.legacy-wrapper .form_wrapper .saved,
.form_wrapper .saved {
  display: none;
}

.legacy-wrapper .form_wrapper.buyers_premium .inner.widget,
.form_wrapper.buyers_premium .inner.widget {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem;
}

.legacy-wrapper .form_wrapper .message-box,
.form_wrapper .message-box {
  margin-bottom: 20px;
}

.legacy-wrapper .form_wrapper.absolute,
.form_wrapper.absolute {
  position: absolute;
  overflow: scroll;
  padding-top: 47px;
  padding-bottom: 125px;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 512px) {
  .legacy-wrapper .form_wrapper.buyers_premium .inner.widget,
  .form_wrapper.buyers_premium .inner.widget {
    position: absolute;
    width: 80%;
    min-width: 0;
    max-width: 80%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    margin-top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .legacy-wrapper .form_wrapper.buyers_premium .inner.widget h2,
  .form_wrapper.buyers_premium .inner.widget h2 {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.modal-inquire .multiselect, .modal-buy-now .multiselect{
  margin-bottom: 1rem;
}

@media (min-width: 676px) {
  .form_wrapper .widget.terms_widget {
    height: auto;
    max-height: calc(100vh - 5rem) !important;
  }

  .form_wrapper .widget.terms_widget .form_inner {
    height: auto;
    padding: 3rem;
  }

  .form_wrapper.terms-modal .Aligner-item--top,
  .form_wrapper.terms-modal .Aligner-item--bottom {
    display: block;
  }
}

@media (min-width: 676px) and (max-height: 600px) {
  .form_wrapper .widget.terms_widget {
    max-height: unset !important;
  }

  .form_wrapper .widget.terms_widget .form_inner {
    height: calc(100vh - 2rem);
    padding: 2rem;
  }

  .form_wrapper .widget.terms_widget .form_close i {
    align-items: center;
    background-color: #ddd;
    border-radius: 100%;
    display: flex;
    font-size: 18px;
    height: 52px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.3s linear;
    width: 52px;
  }

  .form_wrapper .widget.terms_widget .form_close .icon-close {
    background-color: transparent;
    border-radius: 0;
  }
}

@media (min-width: 1025px) {
  .modal-inquire .region-select, .modal-buy-now .region-select{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

img {
  transition: opacity 0.2s ease-in-out, filter 0.3s ease-in-out;
}

img.lazyload:not(.no-fade), img.lazyloading:not(.no-fade) {
  opacity: 0;
  filter: alpha(opacity=0);
}

img.lazyloaded:not(.no-fade) {
  opacity: 1;
  filter: alpha(opacity=100);
}

img.lazyload.lqip {
  filter: alpha(opacity=100);
  opacity: 1;
}

img.lazyload.no-fade, img.lazyloading.no-fade, img.lazyloaded.no-fade {
  transition: opacity 0s ease-in-out, filter 0.3s ease-in-out;
  filter: alpha(opacity=100);
  opacity: 1;
}

img.ls-blur-up-is-loading,
.img.lazyload:not([src]) {
  visibility: hidden;
}

.ls-blur-up-img {
  pointer-events: none;
}

.ls-blur-up-img,
.bg-img[data-lowsrc] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* only if you want to change the blur-up option from always to auto or want to use blur up effect without a lowsrc image. */
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-v-align-center .ls-blur-up-img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-position: center center;
     object-position: center center;
}

.bg-v-align-top .ls-blur-up-img {
  -o-object-position: center top;
     object-position: center top;
  top: 0;
  bottom: auto;
}

@media (max-width: 768px) {
  .bg-v-align-top .ls-blur-up-img {
    top: auto;
    bottom: 0;
  }
}

.bg-v-align-bottom .ls-blur-up-img {
  -o-object-position: center bottom;
     object-position: center bottom;
  top: auto;
  bottom: 0;
}

.ls-blur-up-img {
  filter: blur(3px);
  opacity: 1;
  transition: opacity 500ms, filter 500ms;
}

.ls-blur-up-img.ls-original-loaded,
.ls-blur-up-loaded {
  opacity: 0;
  filter: blur(0px);
}

.no-reserve {
  position: absolute;
  top: 0;
  z-index: 90;
  -webkit-transform: translate3d(0, 0, 0);
}

.no-reserve svg {
  fill: #c7e0d3;
  display: block;
  visibility: visible;
}

.no-reserve__grid svg {
  margin-top: 1.2rem;
  width: 10.5rem;
}

@media (min-width: 768px) {
  .no-reserve__grid svg {
    margin-top: 1.7rem;
    width: 12.2rem;
  }
}

.no-reserve__mosaic {
  margin-top: 2.2rem;
  width: 12.2rem;
}

.no-reserve__item {
  margin-top: 2.8rem;
  width: 12.2rem;
}

@media (min-width: 1200px) {
  .no-reserve__item {
    margin-top: 2.2rem;
    width: 17.1rem;
  }
}

.charity {
  position: absolute;
  top: 0;
  z-index: 90;
  -webkit-transform: translate3d(0, 0, 0);
}

.charity svg {
  fill: #c7e0d3;
  display: block;
  visibility: visible;
}

.charity__grid svg {
  margin-top: 1.2rem;
  width: 16.4rem;
}

@media (min-width: 768px) {
  .charity__grid svg {
    margin-top: 1.7rem;
    width: 16.4rem;
  }
}

.charity__mosaic {
  margin-top: 2.2rem;
  width: 12.2rem;
}

.charity__item {
  margin-top: 2.8rem;
  width: 12.2rem;
}

@media (min-width: 1200px) {
  .charity__item {
    margin-top: 2.2rem;
    width: 17.1rem;
  }
}

/* critical styles */

/* colors */

/* rago colors */

/* lama colors */

/* wn colors */

/* magic numbers */

/* Prefixer */

/* Item Page Variables */

/* Common Breakpoints */

/* mixins */

/* Common Breakpoints (see: _variables.scss) */

/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);

    or object-fit and object-position:
    @include object-fit(cover, top);
  */

/*
  400 regular
  300 light
  500 medium
  700 bold
  800 extra bold
*/

body.house-rago article.page .header h1,
body.house-rago article.page .page__header h1,
body.house-rago article.mosaic .header h1,
body.house-rago article.mosaic .page__header h1,
body.house-rago article.page .header h1 span,
body.house-rago article.page .page__header h1 span,
body.house-rago article.mosaic .header h1 span,
body.house-rago article.mosaic .page__header h1 span {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
}

body.house-herman_miller,
body.house-wright {
  --menu-spacer-display: none;
  --menu-spacer-flex: 1 0 calc(100vw - 40.7rem);
  --menu-font-family: BauWebPro, Arial, sans-serif;
  --menu-font-size: 1.2rem;
  --menu-font-letter-spacing: .13rem;
  --menu-font-line-height: 1.6rem;
  --menu-sub-lvl-1-position: -28.7%;
}

body.house-rago {
  --menu-spacer-display: flex;
  --menu-spacer-flex: 1 0 calc(100vw - 40.7rem);
  --menu-font-family: Alright, sans-serif;
  --menu-font-size: 1.3rem;
  --menu-font-letter-spacing: .18rem;
  --menu-font-line-height: 1.6rem;
  --menu-sub-lvl-1-position: -25.7%;
}

body.house-lama {
  --menu-spacer-display: flex;
  --menu-spacer-flex: 1 0 calc(100vw - 40.7rem);
  --menu-font-family: adrianna, sans-serif;
  --menu-font-size: 1.2rem;
  --menu-font-letter-spacing: .18rem;
  --menu-font-line-height: 2.0rem;
  --menu-sub-lvl-1-position: -32.7%;
}

body.house-toomey {
  --menu-spacer-display: flex;
  --menu-spacer-flex: 1 0 calc(100vw - 40.7rem);
  --menu-font-family: var(--font-family-sans);
  --menu-font-size: 1.3rem;
  --menu-font-letter-spacing: .23rem;
  --menu-font-letter-spacing-category-title: .18rem;
  --menu-font-line-height: 2.0rem;
  --menu-sub-lvl-1-position: -32.7%;
}

body {
  overflow-x: hidden;
}

body:before {
  display: block;
  content: " ";
  width: 100%;
  position: fixed;
  height: 300px;
  left: 0;
  right: 0;
  top: -300px;
  background: #222;
  z-index: 9999;
}

body.menu--light:before {
  background: #d2d2d2;
}

body.modal--opened {
  position: fixed;
  left: 0;
  right: 0;
}

body #mainMenu[v-cloak] > * {
  display: none;
}

body.home a.text-link-register,
body article.home-page a.text-link-register {
  text-decoration: underline;
}

body.house-toomey:not(.home) {
  --menu-spacer-flex: 1 0 calc(100vw - 41.9rem);
}

#mainMenu {
  z-index: 300;
}

.item-zoom-moment-wrapper {
  z-index: 301;
}

.menu-wrapper {
  z-index: 5;
}

.search-wrapper.search--mobile {
  z-index: 4;
}

#search-results-overlay {
  z-index: 3;
}

@media (min-width: 921px) and (max-width: 1060px) {
  #search-results-overlay {
    z-index: 4;
  }
}

.mobile-menu-backdrop {
  z-index: 2;
}

.menu-wrapper .menu--primary {
  z-index: 2;
}

.menu-wrapper .search-wrapper {
  z-index: 3;
}

.menu-wrapper .menu--secondary {
  z-index: 4;
}

.menu-wrapper .logo {
  z-index: 301;
}

.mobile-menu-backdrop {
  transition: opacity 0.5s linear;
}

.mobile-menu-backdrop.fade-enter-to {
  opacity: 1;
}

.after-logo-spacer {
  flex-basis: 0;
  flex-shrink: 1;
  flex-grow: 0;
  max-width: 0;
  min-width: 0;
}

@media (min-width: 1025px) {
  .after-logo-spacer {
    flex-basis: 0;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: none;
    min-width: 0;
    display: inline-flex;
  }
}

#mainMenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: unset;
}

#mainMenu .headroom {
  min-height: 60px;
}

#mainMenu .header-trigger {
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 2;
  top: 0;
}

.navigation--primary {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 60px;
  transition: top 0.5s ease-in-out;
  top: 0;
  margin-top: 0;
  border: 0;
}

.navigation--primary input[type=text],
.navigation--primary input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: var(--menu-font-family);
  font-weight: normal;
}

.navigation--primary.headroom--pinned {
  position: fixed;
  top: 0;
}

.navigation--primary.headroom--unpinned {
  position: fixed;
  top: -61px;
}

.navigation--primary .submenu-lvl-1.user-menu-wrapper {
  top: 0px;
}

.navigation--primary .mobile-menu-backdrop {
  display: flex;
  position: fixed;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  z-index: 1;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.navigation--primary .mobile-menu-backdrop.active {
  opacity: 1;
}

.navigation--primary .menu {
  transform: none;
  transition: transform 0.3s ease-in;
  will-change: transform;
  position: relative;
  height: 37px;
  line-height: 37px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

.navigation--primary .menu, .navigation--primary .menu a,
.navigation--primary .menu p,
.navigation--primary .menu p a {
  font-family: var(--font-family-sans);
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}

.navigation--primary .menu strong, .navigation--primary .menu a strong,
.navigation--primary .menu p strong,
.navigation--primary .menu p a strong {
  font-weight: bold;
}

.navigation--primary .menu em, .navigation--primary .menu a em,
.navigation--primary .menu p em,
.navigation--primary .menu p a em {
  font-style: italic;
}

.navigation--primary .menu strong em,
.navigation--primary .menu em strong, .navigation--primary .menu a strong em,
.navigation--primary .menu a em strong,
.navigation--primary .menu p strong em,
.navigation--primary .menu p em strong,
.navigation--primary .menu p a strong em,
.navigation--primary .menu p a em strong {
  font-weight: bold;
  font-style: italic;
}

.navigation--primary .menu .no-caps {
  text-transform: lowercase;
  font-size: 14px;
}

.navigation--primary .menu .count {
  font-family: "wright-sans", "Arial", sans-serif;
  font-weight: normal;
  display: none;
  margin-left: 2px;
  border-radius: 22px;
  text-align: center;
  min-width: 22px;
  width: auto;
  height: 22px;
  line-height: 22px;
  padding: 0;
  letter-spacing: 0;
  color: #fff;
  background-color: var(--primary-color);
  font-weight: 700;
  font-size: 12px;
}

.navigation--primary .menu a.no-caps {
  text-transform: lowercase;
  font-size: 14px;
}

.navigation--primary .menu > li {
  line-height: 44px;
  height: 44px;
  display: inline-block;
  float: left;
  font-size: 12px;
  padding: 0;
  position: relative;
}

body.house-toomey .navigation--primary .menu > li .menu-category, body.house-rago .navigation--primary .menu > li .menu-category {
  padding: 0 20px;
}

.navigation--primary .menu > li .menu-category,
.navigation--primary .menu > li a:not(.text-link) {
  color: #333;
}

.navigation--primary .menu > li .menu-category:hover,
.navigation--primary .menu > li .menu-category:hover > span,
.navigation--primary .menu > li a:not(.text-link):hover,
.navigation--primary .menu > li a:not(.text-link):hover > span {
  color: #111;
}

body.menu--dark .navigation--primary .menu > li .menu-category,
body.menu--dark .navigation--primary .menu > li a:not(.text-link) {
  color: #ccc;
}

body.menu--dark .navigation--primary .menu > li .menu-category:hover,
body.menu--dark .navigation--primary .menu > li a:not(.text-link):hover {
  color: #ccc;
}

.navigation--primary .menu > li ul li a {
  color: #999;
}

.navigation--primary .menu > li ul li a:hover,
.navigation--primary .menu > li ul li a:hover > span {
  color: #000;
}

body.menu--dark .navigation--primary .menu > li ul li a {
  color: #999;
}

body.menu--dark .navigation--primary .menu > li ul li a:hover,
body.menu--dark .navigation--primary .menu > li ul li a:hover > span {
  color: #000;
}

.navigation--primary .menu > li:not(.hover) {
  z-index: 99;
}

.navigation--primary .menu > li:not(.hover) .submenu-lvl-1 {
  z-index: 99;
}

.navigation--primary .menu > li:not(.single).hover {
  z-index: 100;
}

.navigation--primary .menu > li:not(.single).hover:after {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0s 0s;
}

.navigation--primary .menu > li:not(.single).hover .submenu-lvl-1 {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1025px) {
  .navigation--primary .menu > li:not(.single).hover .submenu-lvl-1 {
    transition: border 0.3s 0.15s ease-in, visibility 0s 0s, opacity 0s 0s;
  }
}

@media (max-width: 1024px) {
  .navigation--primary .menu > li:not(.single) .submenu-lvl-1 {
    visibility: visible;
    z-index: 100;
    opacity: 1;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }
}

.navigation--primary .menu-lower {
  top: 6rem;
}

.navigation--primary .nolink {
  display: none;
}

.navigation--primary .menu-wrapper {
  display: flex;
  position: relative;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  z-index: 300;
}

.navigation--primary .logo {
  display: inline-flex;
  width: 14rem;
  margin-left: 1.5rem;
  margin-right: 1.9rem;
  height: 100%;
  align-items: center;
  overflow: visible;
  transition: all 0.3s ease-in;
  transform: none;
  will-change: transform;
  font-size: 26px;
  line-height: 47px;
  color: #444;
  transform-origin: 0 0;
  text-decoration: none;
}

.navigation--primary .logo i {
  transform: translateZ(0);
  filter: none;
}

.navigation--primary .logo svg path {
  transition: fill 0.3s ease-in-out;
  stroke: transparent;
}

.navigation--primary .logo h1 {
  font-size: 2rem;
  position: absolute;
  color: transparent;
  pointer-events: none;
  padding: 0;
  margin: 0;
  left: -100vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.navigation--primary .rh-menu-wrapper {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: flex-end;
}

.navigation--primary .rh-menu-wrapper .ssr-search-toggle svg {
  width: 21px;
  position: absolute;
  right: 50%;
  height: auto;
  top: 50%;
  transform: translate(50%, -50%);
}

.navigation--primary .user-icon-menu-wrapper {
  display: flex;
  position: relative;
  justify-content: center;
}

.navigation--primary .user-icon-menu-wrapper,
.navigation--primary .menu-toggle {
  height: 6rem;
}

.navigation--primary .icon-account {
  display: inline-flex;
  height: 100%;
}

.navigation--primary .icon-account svg {
  height: 2.7rem;
  width: 2.7rem;
  margin: auto;
}

.navigation--primary .ssr-search-toggle:before,
.navigation--primary .icon-menu:before {
  display: none;
}

.navigation--primary .search-wrapper.search--desktop {
  width: 4.5rem;
}

.navigation--primary .menu-toggle {
  flex: 1;
  margin-right: 1rem;
}

.navigation--primary .user-icon-menu-wrapper-link {
  height: 100%;
}

.navigation--primary .menu-toggle .hb-x {
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 22px 11px 21px 11px;
}

.navigation--primary .menu-toggle .hb-x span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navigation--primary .menu-toggle .hb-x span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.navigation--primary .menu-toggle .hb-x span:nth-of-type(2) {
  top: 6px;
  transform-origin: left center;
}

.navigation--primary .menu-toggle .hb-x span:nth-of-type(3) {
  top: 12px;
  transform-origin: left center;
}

.navigation--primary .menu-toggle .hb-x.open span:nth-of-type(1) {
  transform: rotate(45deg);
  top: -1px;
  left: 3px;
}

.navigation--primary .menu-toggle .hb-x.open span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.navigation--primary .menu-toggle .hb-x.open span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 13px;
  left: 3px;
}

.navigation--primary .menu-toggle svg {
  display: none !important;
}

.navigation--primary .search-wrapper.search--desktop {
  flex: 1;
}

.navigation--primary .search-wrapper.search--mobile {
  top: -120px;
  position: relative;
  z-index: 2;
  opacity: 1;
  display: block;
  opacity: 0;
}

.navigation--primary .search-wrapper.search--mobile.mobile-search-visible {
  top: 0;
  opacity: 1;
}

.navigation--primary .search-wrapper {
  width: 47px;
}

.navigation--primary .menu--primary {
  top: 6rem;
}

@media (max-width: 1024px) {
  .navigation--primary .menu--primary .menu-category {
    cursor: pointer;
  }
}

.navigation--primary .menu--primary .not-link, .navigation--primary .menu--primary .not-link span {
  cursor: default;
}

.navigation--primary .menu--primary .root-li > .menu-category, .navigation--primary .menu--primary .root-li > .menu-category span {
  cursor: pointer;
}

.navigation--primary .menu--primary .root-li .navcontact.hover {
  min-height: 46.9rem;
}

.navigation--primary .menu--primary .root-li .navbuying.hover {
  min-height: 35.3rem;
}

.navigation--primary .menu--primary,
.navigation--primary .menu-lower {
  display: flex;
  width: 100vw;
  position: fixed;
}

.navigation--primary .menu--primary li,
.navigation--primary .menu-lower li {
  display: flex;
}

.navigation--primary .menu--primary li.mobile-menu-spacer-bottom,
.navigation--primary .menu-lower li.mobile-menu-spacer-bottom {
  display: none;
}

.navigation--primary .menu--primary li.linked,
.navigation--primary .menu-lower li.linked {
  display: none;
}

.navigation--primary .menu--primary li.root-li .menu-category,
.navigation--primary .menu--primary li .submenu-lvl-2 li,
.navigation--primary .menu-lower li.root-li .menu-category,
.navigation--primary .menu-lower li .submenu-lvl-2 li {
  height: 4.4rem;
  width: 100%;
}

.navigation--primary .menu--primary li.root-li.hover,
.navigation--primary .menu-lower li.root-li.hover {
  border-bottom: none;
}

.navigation--primary .menu-category,
.navigation--primary .user-menu-container ul li {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 2rem;
}

.navigation--primary .menu-category span,
.navigation--primary .user-menu-container ul li span {
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}

.navigation--primary .submenu {
  display: flex;
  position: static;
}

.navigation--primary .submenu-lvl-1 {
  line-height: 31px;
  font-size: 11px;
  padding: 25px 0 25px 0;
  margin: 0 auto;
  width: 100vw;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #fff;
  opacity: 0;
}

@media (min-width: 1025px) {
  .navigation--primary .submenu-lvl-1 {
    transition: border 0.3s 0.3s ease-in, visibility 0s 0s, opacity 0s 0s;
  }
}

.navigation--primary .submenu-lvl-1 > li {
  white-space: nowrap;
  padding: 0;
  vertical-align: top;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .navigation--primary .submenu-lvl-1 > li {
    margin: 0;
  }
}

.navigation--primary .submenu-lvl-1 > ul {
  opacity: 1;
  margin-left: 0;
  line-height: 31px;
}

@media (max-width: 1024px) {
  .navigation--primary .submenu-lvl-1 {
    transition: max-height 0.7s ease-in-out, opacity 0s 0.7s;
    max-height: 0px;
  }
}

.navigation--primary .submenu-lvl-2 li a {
  text-transform: uppercase;
  display: flex;
  width: 100%;
  padding-left: 3rem;
  align-items: center;
}

.navigation--primary .user-menu-container .logged_in_as ul li {
  font-size: 1.5rem;
}

.navigation--primary .user-menu-container .logged_in_as ul li a:nth-of-type(1) span {
  text-transform: revert;
  pointer-events: none;
}

.navigation--primary .user-menu-container .logged_in_as ul li a span {
  letter-spacing: normal;
}

.navigation--primary .user-menu-container .logged_in_as ul li:hover a span {
  color: unset;
}

.navigation--primary .login-text {
  transition: color 0.3s ease-in-out;
}

.navigation--primary .navauctions .submenu-lvl-1 .col-a {
  order: 1;
}

.navigation--primary .navauctions .submenu-lvl-1 .col-b {
  order: 2;
}

.navigation--primary .navauctions .submenu-lvl-1 .col-c {
  order: 0;
}

.navigation--primary .navauctions .caption {
  display: flex;
  align-items: center;
}

.navigation--primary .navauctions .submenu-lvl-2 .linked {
  display: none;
}

.navigation--primary .navauctions .img-wrapper {
  display: none;
  width: 27.8rem;
}

.navigation--primary .navauctions .col-c .linked:not(.title) {
  display: none;
}

.navigation--primary .navbuying .col-b {
  margin-right: 0;
}

.navigation--primary .navbuying .col-c {
  display: none;
}

@media (max-width: 1024px) {
  .navigation--primary .navartists .col-a .linked,
  .navigation--primary .navartists .col-b,
  .navigation--primary .navartists .col-c {
    display: none !important;
  }
}

.navigation--primary .navcontact .submenu-lvl-2 li:last-child {
  border-bottom: none;
}

.navigation--primary .col-fixed {
  background: #d8d8d8;
  padding: 2rem;
}

.navigation--primary .col-fixed .submenu.submenu-lvl-2 li {
  border: none;
  width: auto;
  height: auto;
}

.navigation--primary .col-fixed .submenu.submenu-lvl-2 li a {
  padding-left: 0;
}

.navigation--primary .col-fixed .submenu.submenu-lvl-2 li .title {
  margin-top: 2rem;
}

.navigation--primary .col-fixed .inline-mailinglist-signup {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.navigation--primary .col-fixed .title {
  text-align: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  height: 4.4rem;
  font-family: var(--menu-font-family);
  font-size: var(--menu-font-size);
  line-height: var(--menu-font-line-height);
  letter-spacing: var(--menu-font-letter-spacing);
}

.navigation--primary .col-fixed .col-b {
  background: transparent;
}

.navigation--primary .col-fixed .inline-mailinglist-signup-email {
  font-family: var(--menu-font-family);
  border: 1px solid #f3f3f3;
  margin-bottom: 0;
  color: #7d7d7d;
}

.navigation--primary .col-fixed .icon-email-1,
.navigation--primary .col-fixed .icon-email-2 {
  transition: fill 0.15s ease-in-out;
}

.navigation--primary .col-fixed .subtitle {
  display: none;
}

.navigation--primary .social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 24rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.navigation--primary .social li {
  display: flex;
  width: 3.6rem;
  height: 4.3rem;
  margin: 0 0.75rem;
}

.navigation--primary .social li:last-child {
  margin-right: 0;
}

.navigation--primary .social li:first-child {
  margin-left: 0;
}

.navigation--primary .social li svg {
  fill: #c7c9ca;
  transition: 0.3s ease-in-out;
  width: 3.6rem;
}

.navigation--primary .social li a {
  height: 4.3rem;
}

.navigation--primary .social li a:hover svg {
  fill: var(--primary-color);
}

.navigation--primary .user-menu-wrapper {
  position: fixed;
  overflow: hidden;
}

.navigation--primary .user-menu-wrapper.active {
  opacity: 1;
}

.navigation--primary .user-menu-wrapper .promo {
  display: none;
}

.navigation--primary .user-menu-container {
  width: 100vw;
}

.navigation--primary .user-menu-container ul li {
  height: 4.4rem;
}

.navigation--primary .user-menu a {
  width: 100%;
}

.navigation--primary .user-menu .text-link-register {
  font-size: 1.5rem;
  letter-spacing: 0.01rem;
}

.navigation--primary .count-indicator {
  position: absolute;
  top: 5px;
  right: -2px;
  width: auto;
  height: auto;
  overflow: hidden;
  display: inline-block;
  cursor: default;
}

.navigation--primary .count-indicator .count {
  background-color: var(--primary-color);
  text-align: center;
  width: auto;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  margin-left: 0;
  font-family: wright-sans, Arial, sans-serif;
  font-weight: 500;
  padding: 0 7px;
  display: inline-block;
  line-height: 25px;
  border-radius: 23px;
  min-width: 23px;
  height: 23px;
}

.navigation--primary.menu--light .menu-toggle .hb-x.open span, .navigation--primary.menu--light .menu-toggle .hb-x:hover span, .navigation--primary.menu--dark .menu-toggle .hb-x.open span, .navigation--primary.menu--dark .menu-toggle .hb-x:hover span {
  background: var(--primary-color);
}

.navigation--primary .menu-category a,
.navigation--primary .menu-category span,
.navigation--primary .user-menu-container ul li a,
.navigation--primary .user-menu-container ul li span,
.navigation--primary .submenu-lvl-2 li a,
.navigation--primary .submenu-lvl-2 li span {
  font-family: var(--menu-font-family);
  font-size: var(--menu-font-size);
  line-height: var(--menu-font-line-height);
  letter-spacing: var(--menu-font-letter-spacing);
}

.navigation--primary .col-fixed .title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
}

.navigation--primary .icon-account path {
  transition: fill 0.3s ease-in-out;
}

.navigation--primary .icon-account:hover path {
  fill: var(--primary-color);
}

@media (min-width: 1025px) {
  .navigation--primary.debug-mode {
    height: 100vh;
    overflow-y: scroll;
  }

  .navigation--primary.debug-mode .user-menu-wrapper {
    display: block;
    opacity: 1;
    position: absolute;
  }

  .navigation--primary.debug-mode li.navauctions ul.submenu.submenu-lvl-1 {
    top: 320px;
  }

  .navigation--primary.debug-mode li.navartists ul.submenu.submenu-lvl-1 {
    top: 470px;
  }

  .navigation--primary.debug-mode li.navbuying ul.submenu.submenu-lvl-1 {
    top: 790px;
  }

  .navigation--primary.debug-mode li.navcontact ul.submenu.submenu-lvl-1 {
    top: 1040px;
  }
}

@media (max-width: 1024px) {
  .navigation--primary .menu--primary {
    max-height: calc(100vh - 170px);
  }

  .navigation--primary .menu--primary, .navigation--primary .menu--primary.active {
    display: block;
  }

  .navigation--primary .menu--primary.menu > li.navauctions .session-link .caption .inner {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100vw - 80px);
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
  }

  .navigation--primary .menu > li .submenu-lvl-1.active {
    position: relative;
  }

  .navigation--primary .user-menu > li {
    width: 100%;
  }

  .navigation--primary .menu > li.hover {
    height: auto;
  }

  .navigation--primary .menu > li.hover .submenu-lvl-1 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .navigation--primary .menu--primary {
    transition: max-height 0.7s ease-in-out;
  }

  .navigation--primary .navcontact > .submenu .col-fixed {
    padding: 20px;
  }

  .navigation--primary .user-menu {
    height: -moz-max-content;
    height: max-content;
  }

  .navigation--primary .menu--primary,
  .navigation--primary .user-menu-wrapper {
    height: auto;
    max-height: 0;
    overflow: hidden;
    overflow-y: scroll;
    transition: max-height 0.7s ease-in-out, opacity 0s 0.7s;
    flex-direction: column;
  }

  .navigation--primary .menu--primary.active,
  .navigation--primary .user-menu-wrapper.active {
    transition: max-height 0.7s ease-in-out, opacity 0s 0s;
    max-height: calc(100vh - 100px);
  }

  .navigation--primary .submenu-lvl-1.user-menu-wrapper {
    opacity: 1;
    padding: 0;
  }

  .navigation--primary .menu--primary .root-li {
    height: auto;
    min-height: 4.4rem;
  }

  .navigation--primary .menu--primary .root-li .menu-category {
    min-height: 4.4rem;
  }

  .navigation--primary .root-li .title {
    cursor: pointer;
  }

  .navigation--primary .menu--primary .root-li, .navigation--primary .menu--primary .root-li .submenu-lvl-1 {
    flex-direction: column;
    overflow: hidden;
  }

  .navigation--primary .menu--primary .root-li.closed .submenu-lvl-1 {
    max-height: 0px;
  }

  .navigation--primary .menu--primary .root-li.hover .submenu-lvl-1 {
    max-height: calc(100vh - 100px);
  }
}

@media (max-width: 1024px) and (max-height: 500px) {
  .navigation--primary .menu--primary .root-li.hover .submenu-lvl-1 {
    max-height: 500px;
  }
}

@media (max-width: 1024px) {
  .navigation--primary .menu--primary .root-li .submenu-lvl-2 {
    flex-direction: column;
    flex: 1;
  }

  .navigation--primary .menu--primary .root-li .submenu-lvl-2 > .title {
    display: none;
  }

  .navigation--primary .navbuying .submenu-lvl-1 > li.col-c {
    display: none;
  }

  .navigation--primary .navcontact .col-fixed .submenu-lvl-2 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .navigation--primary .navcontact .col-fixed .submenu-lvl-2 .title {
    display: block;
  }

  .navigation--primary .navcontact .col-mailing-list {
    flex: 1;
  }

  .navigation--primary .submenu-lvl-1.active {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation--primary .wright-now {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .navigation--primary .menu--primary,
  .navigation--primary .menu--secondary {
    height: 60px;
    top: 0;
  }

  .navigation--primary .menu-toggle,
  .navigation--primary .search-toggle {
    display: none;
    line-height: 48px;
    padding-right: 0;
    right: 0;
    top: 0;
    height: 44px;
    width: 44px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    transform: none;
  }

  .navigation--primary .menu-toggle::before,
  .navigation--primary .search-toggle::before {
    content: "";
    display: none;
  }

  .navigation--primary .search-toggle {
    background-color: #888;
    color: #333;
  }

  body.menu--dark .navigation--primary .search-toggle {
    background-color: transparent;
    color: #333;
  }

  .navigation--primary .search-toggle svg {
    width: 21px;
    position: absolute;
    right: 50%;
    height: auto;
    top: 50%;
    transform: translate(50%, -50%);
  }

  body.menu--dark .navigation--primary .search-toggle svg {
    stroke: #333;
    fill: #333;
    color: #333;
  }

  .navigation--primary .icon-now {
    color: #2ab6bc;
  }

  .navigation--primary .menu-wrapper .menu--primary.menu > .navauctions > .submenu .col-c {
    margin-left: 0;
  }

  .navigation--primary .menu-wrapper .menu--primary.menu > .navauctions > .submenu .col-c > ul.submenu li:not(.title) span {
    white-space: normal;
  }

  .navigation--primary .menu-wrapper .menu--primary.menu > .navauctions .upcoming-auctions-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0.9rem;
  }

  .navigation--primary .user-menu .logged_in_as {
    margin-bottom: 1rem;
    height: 30px;
  }

  .navigation--primary .user-menu .logged_in_as ul li a {
    font-size: 1.5rem;
  }

  .navigation--primary .user-menu-wrapper.submenu-lvl-1 {
    top: 0;
    padding-bottom: 1rem;
  }

  .navigation--primary .inline-signin-form p {
    text-align: left;
  }

  .navigation--primary .search-wrapper.search--desktop {
    flex: unset;
  }

  .navigation--primary .menu-wrapper {
    justify-content: flex-start;
  }

  .navigation--primary .rh-menu-wrapper {
    position: relative;
    margin-left: auto;
    justify-self: flex-end;
  }

  .navigation--primary .menu--primary {
    width: -moz-max-content;
    width: max-content;
    position: relative;
    top: 0;
    height: 100%;
    align-items: center;
    margin-left: 1rem;
  }

  .navigation--primary .menu--primary ul.submenu-lvl-1 {
    width: calc(100vw + 1px);
  }

  .navigation--primary .menu--primary li {
    display: flex;
  }

  .navigation--primary .menu--primary li.linked {
    display: flex;
  }

  .navigation--primary .menu--primary li.root-li .menu-category {
    min-height: 6rem;
    padding-left: 0;
    padding-right: 2rem;
  }

  .navigation--primary .menu--primary li.root-li .menu-category span,
  .navigation--primary .menu--primary li.root-li .menu-category a {
    padding-top: 0;
    margin-top: -1rem;
    letter-spacing: var(--menu-font-letter-spacing);
  }

  .navigation--primary .menu--primary li.wright-now.root-li .menu-category span {
    font-weight: 500;
    letter-spacing: 0.1rem;
  }

  .navigation--primary .menu--primary li.root-li .menu-category,
  .navigation--primary .menu--primary li .submenu-lvl-2 li {
    height: auto;
    padding-left: unset;
    width: auto;
  }

  .navigation--primary .menu--primary li.root-li .menu-category, .navigation--primary .menu--primary li .submenu-lvl-2 li{
    align-items: center;
  }

  .navigation--primary .menu--primary .navcontact ul.submenu-lvl-1,
  .navigation--primary .menu--primary .navcontact ul.submenu-lvl-1:after,
  .navigation--primary .menu--primary .navbuying ul.submenu-lvl-1,
  .navigation--primary .menu--primary .navbuying ul.submenu-lvl-1:after {
    height: 23.9rem;
  }

  .navigation--primary .menu--primary .root-li.navcontact.hover {
    min-height: unset;
  }

  .navigation--primary .submenu-lvl-2 .linked.title span {
    line-height: 1.6rem;
  }

  .navigation--primary .submenu-lvl-2 li a span {
    display: flex;
  }

  .navigation--primary .submenu-lvl-2 li a span input {
    min-width: 0;
  }

  .navigation--primary .submenu-lvl-2 li a span{
    align-items: center;
    height: 3rem;
  }

  .navigation--primary .submenu-lvl-2 li a span.title {
    height: auto;
  }

  .navigation--primary .submenu-lvl-2 li a span.title.linked {
    height: 3rem;
  }

  .navigation--primary .submenu-lvl-2 li.title.nolink {
    height: 3rem;
  }

  .navigation--primary .navbuying .submenu-lvl-1 {
    left: -456px;
    padding-bottom: 0;
  }

  .navigation--primary .navbuying .col-spacer {
    max-width: 43rem;
    flex: 1 0 43rem;
  }

  body.house-rago .navigation--primary .navbuying .col-spacer {
    max-width: 49.5rem;
    flex: 1 0 49.5rem;
  }

  body.house-lama .navigation--primary .navbuying .col-spacer {
    max-width: 42.6rem;
    flex: 1 0 42.6rem;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  body.house-rago .navigation--primary .navbuying .col-spacer {
    max-width: 16rem;
    flex: 1 0 16rem;
  }

  body.house-lama .navigation--primary .navbuying .col-spacer {
    max-width: 12.7rem;
    flex: 1 0 12.7rem;
  }
}

@media (min-width: 1025px) {
  .navigation--primary .navcontact .submenu-lvl-1 {
    left: -610px;
  }

  .navigation--primary .navcontact .col-spacer {
    max-width: 58.5rem;
  }

  body.house-lama .navigation--primary .navcontact .col-spacer {
    max-width: 56.3rem;
  }

  .navigation--primary .navartists .submenu-lvl-1 {
    left: -277px;
  }

  .navigation--primary .navartists .col-c {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation--primary .navartists .col-b .linked.title {
    margin-bottom: 0.9rem;
  }

  .navigation--primary .root-li:before {
    color: #fff;
    content: "\e00d";
    font-family: wright-web, georgia, serif;
    font-size: 1.6rem;
    font-weight: 400;
    height: 3rem;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 37px;
    transition: visibility 0s 0s, opacity 0s 0s;
    visibility: hidden;
    line-height: 25px;
  }

  .navigation--primary .root-li .submenu-lvl-1 {
    display: none;
    justify-content: flex-start;
    position: absolute;
    left: -184px;
    top: 52px;
    padding: 1rem 2.5rem 0;
    height: 31.1rem;
    width: 100vw;
  }

  .navigation--primary .root-li.hover .submenu-lvl-1 {
    display: inline-flex;
  }

  .navigation--primary .root-li.hover:before {
    opacity: 1;
    transition: visibility 0s 0s, opacity 0s 0s;
    visibility: visible;
  }

  .navigation--primary .linked span {
    font-weight: 500;
  }

  .navigation--primary .nolink {
    display: unset;
  }

  .navigation--primary .img-wrapper {
    display: flex;
  }

  .navigation--primary .img-wrapper img {
    height: 18rem;
    background: #f9f9f9;
  }

  .navigation--primary a.image-block,
  .navigation--primary a.session-link,
  .navigation--primary a.artist-link {
    display: block;
  }

  .navigation--primary a.image-block .img-wrapper,
  .navigation--primary a.session-link .img-wrapper,
  .navigation--primary a.artist-link .img-wrapper {
    background: #f9f9f9;
    position: relative;
    height: 18rem;
    width: 100%;
  }

  .navigation--primary a.image-block .img-wrapper::after,
  .navigation--primary a.session-link .img-wrapper::after,
  .navigation--primary a.artist-link .img-wrapper::after {
    z-index: 1;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: opacity 0.15s ease-in;
    opacity: 0;
    pointer-events: none;
  }

  .navigation--primary a.image-block .img-wrapper:hover::after,
  .navigation--primary a.session-link .img-wrapper:hover::after,
  .navigation--primary a.artist-link .img-wrapper:hover::after {
    opacity: 1;
  }

  .navigation--primary a.image-block .caption span,
  .navigation--primary a.session-link .caption span,
  .navigation--primary a.artist-link .caption span {
    display: inline;
  }

  .navigation--primary a.image-block .caption span.inner,
  .navigation--primary a.session-link .caption span.inner,
  .navigation--primary a.artist-link .caption span.inner {
    border-bottom: 1px solid transparent;
    transition: color 0.15s ease-in-out, border 0.15s ease-in-out;
  }

  .navigation--primary a.image-block .caption .title,
  .navigation--primary a.session-link .caption .title,
  .navigation--primary a.artist-link .caption .title {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .navigation--primary a.image-block:hover .caption span.inner,
  .navigation--primary a.session-link:hover .caption span.inner,
  .navigation--primary a.artist-link:hover .caption span.inner {
    border-bottom: 1px solid transparent;
  }

  .navigation--primary a.artist-link .caption .title {
    line-height: 2rem;
  }

  .navigation--primary a.artist-link span.title {
    font-family: var(--menu-font-family);
    font-weight: normal;
    border-bottom: 1px solid transparent;
    color: #7d7d7d !important;
    display: block;
    overflow: hidden;
    padding-bottom: 0;
    text-overflow: ellipsis;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    white-space: normal;
    width: 100%;
  }

  .navigation--primary a.artist-link:hover span.title {
    color: #000 !important;
  }

  .navigation--primary .session-link {
    width: -moz-max-content;
    width: max-content;
  }

  .navigation--primary .session-link .caption .inner {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 16px;
  }

  .navigation--primary .session-link .caption span.inner,
  .navigation--primary .session-link .caption span.title {
    color: #000;
  }

  .navigation--primary .submenu {
    display: unset;
    position: unset;
    width: -moz-max-content;
    width: max-content;
    border: none;
  }

  .navigation--primary .submenu.submenu-lvl-1.active {
    border-bottom: 1px solid #ccc;
  }

  .navigation--primary .submenu-lvl-1 {
    display: none;
  }

  .navigation--primary .submenu-lvl-1.active {
    display: flex;
  }

  .navigation--primary .submenu-lvl-1.active.user-menu-wrapper {
    height: 31.1rem;
  }

  .navigation--primary .submenu-lvl-2 li a {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .navigation--primary .col {
    margin-right: 8rem;
  }

  .navigation--primary .col-fixed {
    background: transparent;
    padding: 0;
  }

  .navigation--primary .col-fixed .title {
    font-weight: 500;
    height: 2.9rem;
  }

  .navigation--primary .icon-account svg {
    width: 3rem;
    height: 3rem;
  }

  .navigation--primary .navauctions .submenu-lvl-1 .col-a {
    order: 0;
  }

  .navigation--primary .navauctions .submenu-lvl-1 .col-b {
    order: 1;
  }

  .navigation--primary .navauctions .submenu-lvl-1 .col-c {
    order: 2;
    overflow: hidden;
  }

  .navigation--primary .navauctions .submenu-lvl-2 .linked {
    display: flex;
    width: 100%;
  }

  .navigation--primary .navauctions .submenu-lvl-2 img {
    width: 27.8rem;
  }

  .navigation--primary .navauctions .submenu-lvl-2 .img-wrapper {
    display: flex;
    margin-bottom: 1rem;
  }

  .navigation--primary .navauctions > .submenu .col-c {
    display: flex;
  }

  .navigation--primary .navauctions > .submenu .col-c ul.submenu {
    display: unset;
  }

  .navigation--primary .navauctions > .submenu .col-c ul.submenu .upcoming-auctions {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
    height: 24rem;
    overflow: hidden;
    align-items: baseline;
  }

  .navigation--primary .navauctions > .submenu .col-c ul.submenu .upcoming-auctions li {
    width: 27.8rem;
    height: auto;
  }

  .navigation--primary .navauctions > .submenu .col-c ul.submenu .upcoming-auctions li .caption .inner {
    overflow: visible;
  }

  .navigation--primary .navauctions li {
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
  }

  .navigation--primary .navartists .promo-items {
    min-width: 338px;
  }

  .navigation--primary .navartists .submenu-lvl-2 .linked {
    display: block;
  }

  .navigation--primary .navartists .submenu-lvl-2 li a {
    align-items: unset;
  }

  .navigation--primary .navartists .submenu-lvl-2 .promo-items-items {
    display: flex;
    flex-wrap: wrap;
  }

  .navigation--primary .navartists .submenu-lvl-2 .promo-items-items li {
    margin-bottom: 900px;
    margin-left: 0;
    margin-right: 15px;
    max-height: 232px;
    max-width: none;
    min-height: 232px;
    min-width: 0;
    width: 135.92px;
    align-items: flex-start;
  }

  .navigation--primary .navartists .submenu-lvl-2 .promo-items-items a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation--primary .navartists .submenu-lvl-2 .promo-items-text .title {
    margin-bottom: 0.8rem;
  }

  .navigation--primary .navartists .submenu-lvl-2 .image-block {
    width: 280px;
  }

  .navigation--primary .navartists .col-a .linked,
  .navigation--primary .navartists .col-b,
  .navigation--primary .navartists .col-c {
    display: flex;
  }

  .navigation--primary .navartists .col-a .linked li,
  .navigation--primary .navartists .col-b li,
  .navigation--primary .navartists .col-c li {
    display: flex;
  }

  .navigation--primary .navartists .col-a .submenu-lvl-2 {
    display: block;
  }

  .navigation--primary .navcontact .col-fixed {
    width: 34rem;
  }

  .navigation--primary .navcontact .col-fixed .submenu {
    width: 100%;
  }

  .navigation--primary .navcontact .col-fixed .col-mailing-list {
    width: 100%;
  }

  .navigation--primary .navbuying .submenu.submenu-lvl-1 {
    padding-right: 0;
  }

  .navigation--primary .navbuying .col-c {
    display: flex;
    margin: 0;
    position: relative;
    top: -2rem;
    right: 0px;
    height: calc(100% + 20px);
    flex: 1 1 0rem;
    justify-content: flex-end;
  }

  .navigation--primary .navbuying .col-c .submenu .title {
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 72px;
    text-align: center;
    letter-spacing: 0;
    pointer-events: none;
  }

  .navigation--primary .navbuying .col-c .submenu .title > span,
  .navigation--primary .navbuying .col-c .submenu .title > a > span {
    font-family: "harriet", "georgia", serif;
    font-weight: 400;
    color: #000;
    font-size: 24px;
    text-transform: none;
  }

  body.house-rago .navigation--primary .navbuying .col-c .submenu .title > span,
  body.house-rago .navigation--primary .navbuying .col-c .submenu .title > a > span {
    font-family: "Editor", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 25px;
    color: #fff;
  }

  body.house-lama .navigation--primary .navbuying .col-c .submenu .title > span,
  body.house-lama .navigation--primary .navbuying .col-c .submenu .title > a > span {
    font-family: "Lust", serif;
    color: #fff;
  }

  body.house-toomey .navigation--primary .navbuying .col-c .submenu .title > span,
  body.house-toomey .navigation--primary .navbuying .col-c .submenu .title > a > span {
    color: #fff;
  }

  .navigation--primary .navbuying .col-c .submenu-lvl-2 {
    display: block;
    position: relative;
    max-width: 35.8rem;
    padding-bottom: 0;
  }

  .navigation--primary .navbuying .col-c .submenu-lvl-2 .image-block {
    height: 100%;
  }

  .navigation--primary .navbuying .col-c .submenu-lvl-2 .image-block span.inner {
    color: #fff;
  }

  .navigation--primary .navbuying .col-c .submenu-lvl-2 .img-wrapper {
    display: block;
    position: relative;
    height: 100%;
  }

  .navigation--primary .navbuying .col-c .submenu-lvl-2 .img-wrapper img {
    height: 100%;
    width: calc(35.8rem + var(--scrollbar-width));
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }

  .navigation--primary .navbuying .col-c .submenu-lvl-2 li {
    display: block;
    width: -moz-max-content;
    width: max-content;
  }

  .navigation--primary .navbuying .col-c .submenu-lvl-2 li a {
    width: -moz-max-content;
    width: max-content;
  }

  .navigation--primary .navbuying .col-c .submenu-lvl-2 li:not(.linked) {
    height: 100%;
  }

  .navigation--primary .navbuying .title {
    z-index: 2;
    letter-spacing: 0;
    text-transform: none;
    display: block;
  }

  .navigation--primary .navbuying .title a {
    font-family: var(--menu-font-family);
    font-weight: normal;
    color: #000;
    display: inline-block;
  }

  .navigation--primary .navbuying .title a span {
    font-family: var(--menu-font-family);
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
  }

  .navigation--primary .navbuying .image-block-link {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
  }

  .navigation--primary .navbuying .w-btn-white-outline {
    z-index: 2;
    position: relative;
    display: flex;
    margin: 70px auto 0;
    width: auto;
    transition: all 0.3s ease-in-out;
  }

  .navigation--primary .navbuying .w-btn-white-outline span {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .navigation--primary .social {
    margin-left: 0;
  }

  .navigation--primary .submenu.user-menu-wrapper {
    font-family: var(--menu-font-family);
    font-weight: normal;
    display: flex;
    position: fixed;
    justify-content: flex-start;
    min-width: 100vw;
    min-height: 31.1rem;
    overflow: hidden;
    transition: opacity 0.1s ease-in-out;
    pointer-events: none;
  }

  .navigation--primary .submenu.user-menu-wrapper input {
    font-family: var(--menu-font-family);
    font-weight: normal;
  }

  .navigation--primary .submenu.user-menu-wrapper.active {
    pointer-events: all;
    opacity: 1;
  }

  .navigation--primary .submenu.user-menu-wrapper li {
    width: 100%;
    padding-left: 0;
  }

  .navigation--primary .submenu.user-menu-wrapper li a {
    color: #ccc;
    transition: color 0.3s ease-in-out;
  }

  .navigation--primary .submenu.user-menu-wrapper li:hover a {
    color: #fff;
  }

  .navigation--primary .submenu.user-menu-wrapper .inner {
    display: flex;
    width: 100vw;
    padding: 0;
    height: 100%;
    justify-content: space-between;
  }

  .navigation--primary .submenu.user-menu-wrapper .inner .user-menu.menu {
    margin-bottom: 0;
  }

  .navigation--primary .submenu.user-menu-wrapper .promo {
    display: flex;
    width: 100%;
    flex: 1 0 calc(100vw - 40.7rem);
  }

  .navigation--primary .submenu.user-menu-wrapper .promo a {
    font-style: normal;
    color: #f6f6f6;
    border: none;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-decoration: none;
  }

  .navigation--primary .submenu.user-menu-wrapper .promo a:hover {
    text-decoration: underline;
  }

  .navigation--primary .submenu.user-menu-wrapper .promo .title {
    text-transform: none;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.03rem;
    color: #999;
    margin-bottom: 1rem;
  }

  .navigation--primary .submenu.user-menu-wrapper .promo .images {
    margin-right: 2rem;
  }

  .navigation--primary .submenu.user-menu-wrapper .promo-text {
    padding: 0 2.5rem;
  }

  .navigation--primary .submenu.user-menu-wrapper .promo-text p > a {
    transition: color 0.3s ease-out, border 0.3s ease-in-out;
    padding-bottom: 3px;
  }

  .navigation--primary .submenu.user-menu-wrapper .spacer {
    display: var(--menu-spacer-display);
    flex: var(--menu-spacer-flex);
  }

  .navigation--primary .submenu.user-menu-wrapper .images {
    display: flex;
    max-width: 45rem;
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: -7rem;
  }

  .navigation--primary .submenu.user-menu-wrapper .img-desktop {
    width: 45rem;
  }

  .navigation--primary .submenu.user-menu-wrapper .img-mobile {
    display: none;
  }

  .navigation--primary .inline-signin-form {
    width: 34.8rem;
    margin-top: 1rem;
  }

  .navigation--primary .inline-signin-form button.w-btn,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-ds-inquire-outline,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-ds-inquire-outline,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-ds-inquire-outline,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-ds-inquire-outline,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-ds-inquire-outline,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-ds-inquire-outline,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-ds-inquire-outline,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-ds-inquire-outline,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-ds-inquire-outline,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-ds-inquire-outline,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-ds-inquire-outline:disabled,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-ds-inquire-outline:disabled,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-ds-inquire-outline:disabled,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-ds-inquire-outline:disabled,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-ds-inquire-outline:disabled,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-ds-inquire-outline:disabled,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-ds-inquire-outline:disabled,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-ds-inquire-outline:disabled,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-ds-inquire-outline:disabled,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-ds-inquire-solid,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-ds-inquire-solid,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-ds-inquire-solid,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-ds-inquire-solid,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-ds-inquire-solid,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-ds-inquire-solid,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-ds-inquire-solid,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-ds-inquire-solid,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-ds-inquire-solid,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-ds-inquire-solid,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-ds-inquire-solid:disabled,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-ds-inquire-solid:disabled,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-ds-inquire-solid:disabled,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-ds-inquire-solid:disabled,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-ds-inquire-solid:disabled,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-ds-inquire-solid:disabled,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-ds-inquire-solid:disabled,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-ds-inquire-solid:disabled,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-ds-inquire-solid:disabled,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-light-green-outline,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-light-green-outline,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-light-green-outline,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-light-green-outline,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-light-green-outline,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-light-green-outline,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-light-green-outline,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-light-green-outline,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-light-green-outline,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-light-green-outline,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-light-green-outline:disabled,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-light-green-outline:disabled,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-light-green-outline:disabled,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-light-green-outline:disabled,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-light-green-outline:disabled,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-light-green-outline:disabled,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-light-green-outline:disabled,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-light-green-outline:disabled,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-light-green-outline:disabled,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-light-green-outline:disabled,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-light-green-solid,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-light-green-solid,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-light-green-solid,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-light-green-solid,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-light-green-solid,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-light-green-solid,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-light-green-solid,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-light-green-solid,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-light-green-solid,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-light-green-solid,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-light-green-solid:disabled,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-light-green-solid:disabled,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-light-green-solid:disabled,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-light-green-solid:disabled,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-light-green-solid:disabled,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-light-green-solid:disabled,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-light-green-solid:disabled,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-light-green-solid:disabled,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-light-green-solid:disabled,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-light-green-solid:disabled,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-light-grey-outline,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-light-grey-outline,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-light-grey-outline,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-light-grey-outline,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-light-grey-outline,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-light-grey-outline,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-light-grey-outline,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-light-grey-outline,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-light-grey-outline,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-light-grey-outline,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-light-grey-solid,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-light-grey-solid,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-light-grey-solid,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-light-grey-solid,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-light-grey-solid,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-light-grey-solid,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-light-grey-solid,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-light-grey-solid,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-light-grey-solid,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-light-grey-solid,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-white-outline,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-white-outline,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-white-outline,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-white-outline,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-white-outline,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-white-outline,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-white-outline,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-white-outline,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-white-outline,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-white-outline,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-white-solid,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-white-solid,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-white-solid,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-white-solid,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-white-solid,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-white-solid,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-white-solid,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-white-solid,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-white-solid,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-white-solid,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-house-outline,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-house-outline,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-green-outline,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-green-outline,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-house-outline,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-house-outline,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-green-outline,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-green-outline,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-house-outline,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-house-outline,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-green-outline,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-green-outline,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-house-outline,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-house-outline,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-green-outline,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-green-outline,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-house-outline,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-house-outline,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-green-outline,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-green-outline,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-house-solid,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-house-solid,
  .navigation--primary .inline-signin-form body.house-toomey button.w-btn-green-solid,
  body.house-toomey .navigation--primary .inline-signin-form button.w-btn-green-solid,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-house-solid,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-house-solid,
  .navigation--primary .inline-signin-form body.house-rago button.w-btn-green-solid,
  body.house-rago .navigation--primary .inline-signin-form button.w-btn-green-solid,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-house-solid,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-house-solid,
  .navigation--primary .inline-signin-form body.house-wright button.w-btn-green-solid,
  body.house-wright .navigation--primary .inline-signin-form button.w-btn-green-solid,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-house-solid,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-house-solid,
  .navigation--primary .inline-signin-form body.house-herman_miller button.w-btn-green-solid,
  body.house-herman_miller .navigation--primary .inline-signin-form button.w-btn-green-solid,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-house-solid,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-house-solid,
  .navigation--primary .inline-signin-form body.house-lama button.w-btn-green-solid,
  body.house-lama .navigation--primary .inline-signin-form button.w-btn-green-solid {
    width: 100%;
    margin-bottom: 1rem;
  }

  .navigation--primary .promo-text {
    max-width: 24.2rem;
  }

  .navigation--primary .user-menu-container ul li {
    height: 3rem;
    padding-left: 0;
  }

  .navigation--primary .submenu.user-menu-wrapper .inner {
    justify-content: flex-end;
  }

  .navigation--primary .user-menu-container,
  .navigation--primary .user-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 43rem;
  }

  .navigation--primary .caption {
    letter-spacing: 1.3rem;
    font-weight: 400;
  }

  .navigation--primary .caption .title {
    font-weight: bold;
  }

  .navigation--primary .image-block-link-title {
    color: white;
  }

  .navigation--primary .image-block-link-border {
    border-color: white;
  }

  .user-menu li {
    min-height: 3rem;
  }
}

@media (min-width: 1101px) {
  .navigation--primary .rh-menu-wrapper {
    width: auto;
  }
}

@media (max-width: 1101px) {
  body.house-herman_miller .navartists .col-spacer,
  body.house-wright .navartists .col-spacer {
    display: none;
  }

  .navigation--primary .search-wrapper form input {
    display: none;
  }

  .navigation--primary.menu--dark .menu--primary .search-wrapper.search--desktop {
    background: transparent;
  }
}

@media (min-width: 1025px) {
  .navigation--primary .root-li .submenu-lvl-1 > .col-spacer {
    margin: 0;
    max-width: 146px;
  }

  .navigation--primary .root-li .submenu-lvl-1 > li.col-a, .navigation--primary .root-li .submenu-lvl-1 > li.col-b {
    margin-left: 0;
    margin-right: 80px;
  }

  .navigation--primary .navartists .promo-items-items {
    max-width: calc(100vw - 451px);
  }

  .navigation--primary .navcontact .submenu-lvl-1 .col-fixed {
    margin: 0;
    margin-left: -4px;
  }

  .navigation--primary .navcontact .col-mailing-list {
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 260px;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  body.logged-in {
    --menu-spacer-flex: 1 0 calc(100vw - 40.7rem);
  }

  body.logged-in .navigation--primary .submenu.user-menu-wrapper .spacer,
  body.logged-in .navigation--primary .submenu.user-menu-wrapper .promo {
    flex: var(--menu-spacer-flex);
  }
}

body.house-wright {
  --menu-font-family: BauWebPro, Arial, sans-serif;
}

body.house-rago {
  --menu-font-family: Alright, sans-serif;
}

body.house-lama {
  --menu-font-family: adrianna, sans-serif;
}

.navigation--primary .menu-wrapper .mobile-icon-search {
  background: transparent;
  right: 0;
  top: 0;
  height: 60px;
}

.navigation--primary .menu-wrapper .desktop-icon-search {
  width: 30px;
  height: 30px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 15px;
}

.navigation--primary .search-wrapper {
  position: absolute;
  display: block;
  z-index: 1;
  transition: top 0.33s ease-in-out, opacity 0s 0.35s;
  width: 100%;
  background-color: #fff;
  top: -60px;
  height: 120px;
  padding: 40px 60px;
  opacity: 0;
}

@media (max-width: 1025px) {
  .navigation--primary .search-wrapper {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .navigation--primary .search-wrapper {
    padding: 40px 20px;
  }
}

@media (min-width: 1285px) {
  .navigation--primary .search-wrapper {
    display: none;
  }
}

.navigation--primary .search-wrapper form {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
  border: 0;
  outline: none;
}

.navigation--primary .search-wrapper form input {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 44px;
}

.navigation--primary .search-wrapper form input, .navigation--primary .search-wrapper form input:focus {
  border: 0;
  outline: none;
  color: #FFF;
}

.navigation--primary .search-wrapper form input::-moz-selection {
  background: #333; /* WebKit/Blink Browsers */
  color: #fff;
}

.navigation--primary .search-wrapper form input::selection {
  background: #333; /* WebKit/Blink Browsers */
  color: #fff;
}

.navigation--primary .search-wrapper form input::-moz-selection {
  background: #333; /* Gecko Browsers */
  color: #fff;
}

.navigation--primary .search-wrapper form .icon-search::before {
  content: "";
  display: none;
}

.navigation--primary .search-wrapper form .icon-search svg path,
.navigation--primary .search-wrapper form .icon-search svg ellipse {
  transition: stroke 0.3s ease-in;
}

.navigation--primary .search-wrapper form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.navigation--primary .search-wrapper form button svg {
  width: 26px;
  height: auto;
  margin: 0 auto;
}

.navigation--primary .search-wrapper form button span {
  display: none;
}

.navigation--primary .search-wrapper.search--desktop {
  position: relative;
  transform: none;
  width: auto;
  height: 60px;
  display: flex;
  right: auto;
  top: auto;
  padding: 0;
  opacity: 1;
  background: transparent;
  cursor: pointer;
  transition: none;
  width: 47px;
  max-width: none;
  margin-right: 0;
}

.navigation--primary .search-wrapper.search--desktop form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.navigation--primary .search-wrapper.search--desktop form input {
  font-family: var(--menu-font-family);
  font-weight: normal;
  background: transparent;
  height: 44px;
  font-size: 15px;
  color: #ccc;
}

body.house-toomey .navigation--primary .search-wrapper.search--desktop form input, body.house-rago .navigation--primary .search-wrapper.search--desktop form input {
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
}

.navigation--primary .search-wrapper.search--desktop form button {
  cursor: pointer;
  width: 47px;
  padding: 0;
}

.navigation--primary .search-wrapper.search--desktop form .search_keywords {
  height: 100%;
  width: 100%;
  right: initial;
  left: initial;
  margin: 0;
  position: relative;
}

@media (min-width: 1286px) {
  .navigation--primary .search-wrapper.search--desktop {
    width: 357px;
    max-width: calc(100vw - 900px);
    margin-right: 0;
    margin-left: 10px;
  }

  .navigation--primary .search-wrapper.search--desktop form {
    width: 100%;
  }

  .navigation--primary .search-wrapper.search--desktop form input {
    text-indent: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1285px) {
  .navigation--primary .search-wrapper.search--desktop form .search_keywords#search_keywords_desktop {
    text-indent: 9999px;
  }
}

.navigation--primary .search-wrapper.search--desktop .menu-icon.search-toggle.icon-search,
.navigation--primary .search-wrapper.search--desktop .menu-icon.ssr-search-toggle.icon-search {
  display: none;
}

@media (max-width: 1285px) and (min-width: 1025px) {
  .navigation--primary .search-wrapper.search--desktop .form-site-search {
    min-width: 0;
    max-width: none;
    width: auto;
    margin: 0;
    right: 0;
  }

  .navigation--primary .search-wrapper.search--desktop .form-site-search input {
    width: 0;
    padding: 0;
    margin: 0;
  }

  .navigation--primary .search-wrapper.search--desktop .form-site-search button {
    position: relative;
  }
}

@media (max-width: 1285px) {
  .navigation--primary .search-wrapper.search--desktop form {
    display: none;
  }

  .navigation--primary .search-wrapper.search--desktop .menu-icon.search-toggle.icon-search,
  .navigation--primary .search-wrapper.search--desktop .menu-icon.ssr-search-toggle.icon-search {
    display: block;
  }
}

.navigation--primary #search-results-overlay {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.navigation--primary #search-results-overlay .result-group h3 {
  border-bottom-color: #4a4a4a;
}

.navigation--primary #search-results-overlay .result-group h3,
.navigation--primary #search-results-overlay .result-group h3 a {
  color: #4a4a4a;
}

.navigation--primary i.icon-search svg path,
.navigation--primary i.icon-search svg ellipse {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  shape-rendering: initial;
  transition: stroke 0.3s ease-in-out;
}

body.menu--dark .navigation--primary i.icon-search svg path,
body.menu--dark .navigation--primary i.icon-search svg ellipse {
  stroke: #cdcdcd;
}

body.menu--light .navigation--primary i.icon-search svg path,
body.menu--light .navigation--primary i.icon-search svg ellipse {
  stroke: #4a4a4a;
}

.navigation--primary i.icon-search svg path {
  stroke-linecap: square;
}

.navigation--primary.search-active .search-toggle.icon-search svg path,
.navigation--primary.search-active .search-toggle.icon-search svg ellipse, .navigation--primary.search-active .ssr-search-toggle.icon-search svg path,
.navigation--primary.search-active .ssr-search-toggle.icon-search svg ellipse {
  color: #FFF;
  stroke: #FFF;
}

@media (max-width: 1285px) {
  .navigation--primary .search-wrapper.search--desktop form input {
    display: none;
  }

  .navigation--primary.menu--light .search-wrapper.search--desktop {
    background: transparent;
  }
}

.navigation--primary .search-wrapper.search--mobile {
  transition: top 0.33s ease-in-out, opacity 0s 0.35s;
  pointer-events: none;
  top: -120px;
  position: relative;
  display: block;
}

.navigation--primary .search-wrapper.search--mobile.mobile-search-visible {
  display: block;
  top: 0;
  opacity: 1;
  pointer-events: all;
  transition: top 0.33s ease-in-out, opacity 0s;
}

.navigation--primary .search-wrapper.search--mobile .icon-search {
  width: 44px;
  display: block;
  height: 100%;
  position: relative;
}

.navigation--primary .search-wrapper.search--mobile .icon-search svg {
  width: 21px;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  right: initial;
  left: 50%;
  display: block;
}

.navigation--primary .search-wrapper.search--mobile .overlay-close {
  position: absolute;
  width: auto;
  height: auto;
  right: 21px;
  top: 20px;
  font-size: 24px;
  z-index: 300;
  display: inline-block;
  text-align: center;
}

.navigation--primary .search-wrapper.search--mobile .overlay-close i {
  font-size: 21px;
  line-height: 0;
  color: #DDD;
  transition: color 0.25s linear;
}

.navigation--primary .search-wrapper.search--mobile .overlay-close:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .navigation--primary .search-wrapper.search--mobile .overlay-close {
    display: none;
  }
}

@media (max-width: 767px) {
  .navigation--primary .search-wrapper.search--mobile {
    padding: 20px;
    height: auto;
  }

  .navigation--primary .search-wrapper.search--mobile > form > button {
    padding: 0;
  }
}

.navigation--primary.menu--light .search-wrapper.search--mobile:hover i.icon-search svg path,
.navigation--primary.menu--light .search-wrapper.search--mobile:hover i.icon-search svg ellipse {
  stroke: #000;
}

.main-menu-headroom-wrapper.headroom--unpinned .menu-wrapper.user-menu-wrapper {
  top: 0;
}

body.safari .user-menu-wrapper {
  left: 0;
}

@media (max-width: 1100px) {
  body.safari .user-menu-wrapper {
    left: 0;
  }
}

@media (min-width: 1101px) {
  body.safari .user-menu-wrapper {
    left: 0;
  }
}

.navigation--primary.menu--dark .icon-account path {
  fill: #CDCDCD;
  stroke: transparent;
}

.navigation--primary.menu--dark .user-icon-menu-wrapper:hover, .navigation--primary.menu--dark.user-menu-active .user-icon-menu-wrapper {
  cursor: pointer;
}

.navigation--primary.menu--dark .user-icon-menu-wrapper:hover .icon-account path, .navigation--primary.menu--dark.user-menu-active .user-icon-menu-wrapper .icon-account path {
  fill: #fff;
}

.navigation--primary.menu--dark .user-icon-menu-wrapper:hover .login-text, .navigation--primary.menu--dark.user-menu-active .user-icon-menu-wrapper .login-text {
  color: #fff;
}

.navigation--primary.menu--dark .login-text {
  color: #CDCDCD;
}

.navigation--primary.menu--dark .search-wrapper form input {
  color: #FFF;
}

.navigation--primary.menu--dark .search-wrapper.search--mobile {
  background-color: #666;
}

.navigation--primary.menu--dark .search-wrapper.search--mobile .search_keywords {
  background: #333;
}

.navigation--primary.menu--dark .search-wrapper.search--desktop:hover i svg ellipse {
  stroke: #fff;
}

.navigation--primary.menu--dark .search-wrapper.search--desktop:hover i svg path {
  stroke: #fff;
}

.navigation--primary.menu--dark .menu-wrapper {
  background: #222;
}

.navigation--primary.menu--dark .search--desktop .search_keywords {
  background: transparent;
}

.navigation--primary.menu--dark .logo svg path {
  fill: #d9d9d9;
}

.navigation--primary.menu--dark .logo:hover svg path {
  fill: #FFF;
}

.navigation--primary.menu--dark .menu-wrapper .menu--primary .submenu li .promo-text p a,
.navigation--primary.menu--dark .menu-wrapper .menu--primary .submenu li .promo-text p a > span {
  color: var(--primary-color);
}

.navigation--primary.menu--dark .menu-wrapper .menu--primary .submenu li .promo-text p a:hover,
.navigation--primary.menu--dark .menu-wrapper .menu--primary .submenu li .promo-text p a:hover > span {
  color: var(--primary-color-hover);
  border-bottom-color: var(--primary-color-hover);
}

.navigation--primary.menu--dark > .menu-wrapper > .menu .wright-now {
  --primary-color: #5F81FD;
  --primary-color-hover: #435AFF;
}

.navigation--primary.menu--dark > .menu-wrapper > .menu .wright-now a,
.navigation--primary.menu--dark > .menu-wrapper > .menu .wright-now a > span {
  color: var(--primary-color);
  transition: color 0.3s ease-out, border 0.3s ease-in-out;
}

.navigation--primary.menu--dark > .menu-wrapper > .menu .wright-now a:hover,
.navigation--primary.menu--dark > .menu-wrapper > .menu .wright-now a:hover > span {
  color: var(--primary-color-hover);
  border-bottom-color: var(--primary-color-hover);
}

.navigation--primary.menu--dark > .menu-wrapper > .menu .wright-now a.open span {
  background: #cdcdcd;
}

.navigation--primary.menu--dark rh-menu-wrapper svg path {
  fill: #d9d9d9;
}

.navigation--primary.menu--dark rh-menu-wrapper .ssr-search-toggle svg ellipse,
.navigation--primary.menu--dark rh-menu-wrapper .ssr-search-toggle svg path {
  stroke: #ccc;
}

.navigation--primary.menu--dark .menu-toggle path {
  color: #666;
  fill: #666;
  stroke: #666;
}

.navigation--primary.menu--dark .menu-toggle .hb-x span {
  background: #cdcdcd;
}

.navigation--primary.menu--dark .menu-toggle .hb-x.open span {
  background: #cdcdcd;
}

.navigation--primary.menu--dark .menu-toggle .hb-x:hover span {
  background: #fff;
}

.navigation--primary.menu--dark .menu-wrapper .menu .wright-now {
  background-color: #222;
}

.navigation--primary.menu--dark .menu-wrapper .menu .wright-now a:hover, .navigation--primary.menu--dark .menu-wrapper .menu .wright-now a:hover span {
  color: #fff;
}

.navigation--primary.menu--dark.hbm-active .menu-toggle .hb-x span {
  background: #fff;
}

.navigation--primary.menu--dark .menu--primary,
.navigation--primary.menu--dark .user-menu {
  background: #333;
}

.navigation--primary.menu--dark .menu--primary .text-link-wrapper,
.navigation--primary.menu--dark .menu--primary .text-link.text-link-register,
.navigation--primary.menu--dark .user-menu .text-link-wrapper,
.navigation--primary.menu--dark .user-menu .text-link.text-link-register {
  color: #fff;
}

.navigation--primary.menu--dark .menu--primary li,
.navigation--primary.menu--dark .user-menu li {
  border-bottom: 1px solid black;
}

.navigation--primary.menu--dark .menu--primary li.upcoming-auctions-wrapper,
.navigation--primary.menu--dark .user-menu li.upcoming-auctions-wrapper {
  border-bottom: none;
}

.navigation--primary.menu--dark .menu--primary li.col,
.navigation--primary.menu--dark .user-menu li.col {
  border: none;
}

.navigation--primary.menu--dark .menu--primary li > a > span,
.navigation--primary.menu--dark .user-menu li > a > span {
  transition: color 0.3s;
}

.navigation--primary.menu--dark .menu--primary li:hover > a > span,
.navigation--primary.menu--dark .user-menu li:hover > a > span {
  color: #fff;
}

.navigation--primary.menu--dark .user-menu-wrapper .user-menu {
  background: #333;
}

.navigation--primary.menu--dark .user-menu-wrapper .user-menu li {
  background: transparent;
}

.navigation--primary.menu--dark .user-icon-menu-wrapper:hover svg path {
  fill: var(--primary-color);
}

.navigation--primary.menu--dark li.wright-now {
  background: #222;
}

.navigation--primary.menu--dark li.wright-now a.menu-category span {
  color: var(--primary-color);
}

.navigation--primary.menu--dark li.wright-now a.menu-category span:hover {
  color: var(--primary-color-hover);
}

.navigation--primary.menu--dark .menu-category span,
.navigation--primary.menu--dark .user-menu-container ul li span {
  color: #ccc;
}

.navigation--primary.menu--dark .col-a {
  background: #5f5f5f;
}

.navigation--primary.menu--dark .col-b {
  background: #4a4a4a;
}

.navigation--primary.menu--dark .col-c {
  background: #797979;
}

.navigation--primary.menu--dark .col-fixed .title {
  color: #000;
}

.navigation--primary.menu--dark .col-fixed .col-b {
  background: transparent;
}

.navigation--primary.menu--dark .inline-mailinglist-signup-form:hover .inline-mailinglist-signup-submit {
  background: #4a4a4a;
}

.navigation--primary.menu--dark .inline-mailinglist-signup-form:hover .inline-mailinglist-signup-submit svg .icon-email-2 {
  fill: #4a4a4a;
}

.navigation--primary.menu--dark .inline-mailinglist-signup-email {
  background: #fff;
}

.navigation--primary.menu--dark .inline-mailinglist-signup-email::-moz-placeholder {
  color: #7d7d7d;
}

.navigation--primary.menu--dark .inline-mailinglist-signup-email::placeholder {
  color: #7d7d7d;
}

.navigation--primary.menu--dark .icon-email-1 {
  fill: #fff;
}

.navigation--primary.menu--dark .icon-email-2 {
  fill: #979797;
}

.navigation--primary.menu--dark .inline-mailinglist-signup-submit {
  background: #979797;
}

/*
.submenu.submenu-lvl-2 a:hover,
.submenu.submenu-lvl-2 a:hover .caption .title,
.submenu.submenu-lvl-2 a:hover span,
.submenu.submenu-lvl-2 a:hover span.link-inner-text

.navigation--primary.menu--dark .submenu.submenu-lvl-2 > li[data-v-787a1964],
.navigation--primary.menu--dark .submenu.submenu-lvl-2 > li > a[data-v-787a1964],
.navigation--primary.menu--dark .submenu.submenu-lvl-2 .caption .title[data-v-787a1964]
*/

@media (max-width: 1285px) {
  .navigation--primary.menu--dark .search--mobile .overlay-close:hover i {
    color: #fff;
  }
}

@media (max-width: 1024px) {
  .navigation--primary.menu--dark {
    /*
    body.menu--dark .navigation--primary .menu > li ul li a:hover > span
    */
  }

  .navigation--primary.menu--dark .root-li .menu-category:hover span {
    color: #fff;
  }

  .navigation--primary.menu--dark .submenu.submenu-lvl-2 > li,
  .navigation--primary.menu--dark .submenu.submenu-lvl-2 > li > a,
  .navigation--primary.menu--dark .submenu.submenu-lvl-2 .caption .title {
    color: #CDCDCD;
  }

  .navigation--primary.menu--dark .submenu.submenu-lvl-2 a:hover,
  .navigation--primary.menu--dark .submenu.submenu-lvl-2 a:hover .caption .title,
  .navigation--primary.menu--dark .submenu.submenu-lvl-2 a:hover span,
  .navigation--primary.menu--dark .submenu.submenu-lvl-2 a:hover span.link-inner-text {
    color: #fff;
  }

  .navigation--primary.menu--dark .submenu.submenu-lvl-1 {
    background: #5f5f5f;
  }

  .navigation--primary.menu--dark .submenu li a span {
    color: #cdcdcd;
  }

  .navigation--primary.menu--dark .menu > li ul li a:hover, .navigation--primary.menu--dark .menu > li ul li a:hover > span {
    color: #fff;
  }

  .navigation--primary.menu--dark .menu-wrapper .menu--primary.menu > .navcontact > .submenu .col-fixed ul.social svg path {
    fill: #6D6E71;
  }

  .navigation--primary.menu--dark .menu-wrapper .menu--primary.menu > .navcontact > .submenu .col-fixed ul.social li a:hover svg path {
    fill: var(--primary-color);
  }

  .navigation--primary.menu--dark .mobile-menu-backdrop {
    background-color: hsla(0, 0%, 95.3%, 0.8);
  }

  .navigation--primary.menu--dark .navcontact .col-fixed .title {
    color: #000;
  }

  .navigation--primary.menu--dark .search--mobile {
    background: #666;
  }

  .navigation--primary.menu--dark .search--mobile #search_keywords_mobile {
    background-color: #333;
    color: #ccc;
  }

  .navigation--primary.menu--dark .search--mobile #search_keywords_mobile:focus {
    background-color: #222;
    color: #fff;
  }

  .navigation--primary.menu--dark .search--mobile .overlay-close i {
    color: #ddd;
  }
}

@media (min-width: 1025px) {
  .navigation--primary.menu--dark .menu--primary {
    background: transparent;
  }

  .navigation--primary.menu--dark .menu--primary li {
    border: none;
  }

  .navigation--primary.menu--dark .menu--primary li:hover span {
    color: #fff;
  }

  .navigation--primary.menu--dark .menu--primary .submenu-lvl-2 li:not(.title) span {
    color: #999;
    transition: color 0.3s ease-in-out;
  }

  .navigation--primary.menu--dark .menu--primary .submenu-lvl-2 li:not(.title) span.image-block-link-title {
    color: unset;
  }

  .navigation--primary.menu--dark .menu--primary .submenu-lvl-2 li:not(.title):hover span {
    color: #000;
  }

  .navigation--primary.menu--dark .menu--primary .submenu-lvl-2 li:not(.title):hover span.image-block-link-title {
    color: unset;
  }

  .navigation--primary.menu--dark .menu--primary .submenu-lvl-2 li.title span {
    color: #000;
  }

  .navigation--primary.menu--dark .menu--primary .submenu-lvl-2 .caption .title {
    color: #000;
  }

  .navigation--primary.menu--dark .wright-now {
    background: transparent;
  }

  .navigation--primary.menu--dark .user-menu li {
    border: none;
  }

  .navigation--primary.menu--dark .user-menu-container .logged_in_as ul li:hover a span {
    color: #ccc;
  }

  .navigation--primary.menu--dark .col-a,
  .navigation--primary.menu--dark .col-b,
  .navigation--primary.menu--dark .col-c {
    background: transparent;
  }

  .navigation--primary.menu--dark .submenu.submenu-lvl-1:after {
    border-bottom-color: #ccc;
  }

  .navigation--primary.menu--dark .submenu.submenu-lvl-1.user-menu-wrapper {
    background: #333;
    border-bottom: 1px solid #ccc;
  }

  .navigation--primary.menu--dark .inline-mailinglist-signup-email {
    background: #f3f3f3;
  }

  .navigation--primary.menu--dark .inline-mailinglist-signup-email::-moz-placeholder {
    color: #7d7d7d;
  }

  .navigation--primary.menu--dark .inline-mailinglist-signup-email::placeholder {
    color: #7d7d7d;
  }

  .navigation--primary.menu--dark .submenu.user-menu-wrapper .user-menu li {
    background: transparent;
  }

  .navigation--primary.menu--dark .submenu.user-menu-wrapper .promo a {
    color: #f6f6f6;
  }

  .navigation--primary.menu--dark .submenu.user-menu-wrapper .promo p, .navigation--primary.menu--dark .submenu.user-menu-wrapper .promo strong {
    color: #999;
  }

  .navigation--primary.menu--dark .root-li:not(.wright-now):hover .menu-category span, .navigation--primary.menu--dark .root-li:not(.wright-now).hovered .menu-category span {
    color: #FFF;
  }
}

@media (min-width: 1285px) {
  .navigation--primary.menu--dark .search-wrapper.search--desktop {
    background: #404040;
  }

  .navigation--primary.menu--dark .search-wrapper.search--desktop:hover {
    background: #5f5e5f;
  }

  .navigation--primary.menu--dark .search-wrapper.search--desktop:hover.search-focused {
    background: #5f5e5f;
  }
}

.navigation--primary.menu--light .search-wrapper form input, .navigation--primary.menu--light .search-wrapper form input:focus {
  color: #333;
}

.navigation--primary.menu--light .search--desktop .search_keywords {
  color: #333;
  background: transparent;
}

.navigation--primary.menu--light > .menu-wrapper {
  background-color: #e9e9e9;
}

@media (max-width: 1024px) {
  .navigation--primary.menu--light > .menu-wrapper {
    background-color: #d2d2d2;
  }
}

@media (min-width: 1025px) {
  .navigation--primary.menu--light > .menu-wrapper > .menu {
    background-color: #e9e9e9;
  }
}

.navigation--primary.menu--light > .menu-wrapper > .menu li,
.navigation--primary.menu--light > .menu-wrapper > .menu li a,
.navigation--primary.menu--light > .menu-wrapper > .menu li a span {
  color: #333;
}

.navigation--primary.menu--light > .menu-wrapper > .menu li a:hover,
.navigation--primary.menu--light > .menu-wrapper > .menu li a:hover > span {
  color: #111;
}

.navigation--primary.menu--light .logo svg path {
  fill: #444;
}

body.house-herman_miller .navigation--primary.menu--light .logo:hover svg path, body.house-wright .navigation--primary.menu--light .logo:hover svg path {
  fill: #000;
}

.navigation--primary.menu--light .rh-menu-wrapper svg path {
  fill: #444;
}

.navigation--primary.menu--light .rh-menu-wrapper .ssr-search-toggle svg ellipse,
.navigation--primary.menu--light .rh-menu-wrapper .ssr-search-toggle svg path {
  stroke: #444;
}

.navigation--primary.menu--light .menu-toggle path {
  color: #666;
  fill: #666;
  stroke: #666;
}

.navigation--primary.menu--light .menu-toggle .hb-x span {
  background: #333;
}

.navigation--primary.menu--light .menu-icon:hover svg path,
.navigation--primary.menu--light .cart-icon-menu-wrapper:hover svg path,
.navigation--primary.menu--light .cart-icon-menu-wrapper a:hover svg path {
  fill: #000;
  stroke: #000;
}

.navigation--primary.menu--light .menu-wrapper.user-menu-wrapper .text-link-wrapper,
.navigation--primary.menu--light .menu-wrapper.user-menu-wrapper .text-link.text-link-register {
  color: #777;
}

.navigation--primary.menu--light .menu-wrapper.user-menu-wrapper a.text-link:not(.text-w-green):not(.text-link-register) {
  color: #fff;
}

@media (min-width: 1024px) {
  .navigation--primary.menu--light .menu-wrapper.user-menu-wrapper a.text-link:not(.text-w-green):not(.text-link-register) {
    color: #333;
  }
}

.navigation--primary.menu--light .menu-wrapper.user-menu-wrapper .promo .promo-text p,
.navigation--primary.menu--light .menu-wrapper.user-menu-wrapper .promo .promo-text p a,
.navigation--primary.menu--light .menu-wrapper.user-menu-wrapper .promo .promo-text p.title strong {
  color: #000;
}

.navigation--primary.menu--light.user-menu-active .login-text {
  color: var(--primary-color);
}

.navigation--primary.menu--light.user-menu-active .account-menu.icon-account svg path {
  color: var(--primary-color);
  fill: var(--primary-color);
  stroke: var(--primary-color);
}

.navigation--primary.menu--light.user-menu-active .user-icon-menu-wrapper,
.navigation--primary.menu--light .user-icon-menu-wrapper:hover {
  color: var(--primary-color);
}

.navigation--primary.menu--light.user-menu-active .user-icon-menu-wrapper svg path,
.navigation--primary.menu--light .user-icon-menu-wrapper:hover svg path {
  fill: var(--primary-color);
}

.navigation--primary.menu--light.search-active .search-wrapper .ssr-search-toggle svg path,
.navigation--primary.menu--light.search-active .search-wrapper .ssr-search-toggle svg ellipse,
.navigation--primary.menu--light .search-wrapper:hover .ssr-search-toggle svg path,
.navigation--primary.menu--light .search-wrapper:hover .ssr-search-toggle svg ellipse {
  stroke: var(--primary-color);
}

.navigation--primary.menu--light .search-wrapper form input {
  color: #FFF;
}

.navigation--primary.menu--light .search-wrapper.search--mobile {
  background-color: #fff;
}

.navigation--primary.menu--light .search-wrapper.search--mobile .search_keywords {
  background: #ccc;
}

@media (min-width: 1286px) {
  .navigation--primary.menu--light .menu-wrapper .search-wrapper.search--desktop.hover {
    background: #d4d4d4;
  }

  .navigation--primary.menu--light .menu-wrapper .search-wrapper.search--desktop.hover:hover,
  .navigation--primary.menu--light .menu-wrapper .search-wrapper.search--desktop.hover input:focus {
    background: #ccc;
  }

  body.has-cart .navigation--primary.menu--light .menu-wrapper .search-wrapper.search--desktop.hover {
    background: #d6d6d6;
  }

  body.has-cart .navigation--primary.menu--light .menu-wrapper .search-wrapper.search--desktop.hover:hover,
  body.has-cart .navigation--primary.menu--light .menu-wrapper .search-wrapper.search--desktop.hover input:focus {
    background: #ccc;
  }
}

@media (min-width: 1025px) {
  .navigation--primary.menu--light > .menu-wrapper .search-wrapper.search--desktop form input {
    background: transparent;
    color: #333;
  }

  .navigation--primary.menu--light .user-icon-menu-wrapper.hover .account-menu.icon-account svg path, .navigation--primary.menu--light .user-icon-menu-wrapper:hover .account-menu.icon-account svg path {
    fill: #000;
    stroke: transparent;
  }
}

.navigation--primary.menu--light .menu--primary li,
.navigation--primary.menu--light .user-menu li {
  border-bottom: 1px solid #cdcdcd;
}

.navigation--primary.menu--light .menu--primary li.upcoming-auctions-wrapper,
.navigation--primary.menu--light .user-menu li.upcoming-auctions-wrapper {
  border-bottom: none;
}

.navigation--primary.menu--light .menu--primary li.col,
.navigation--primary.menu--light .user-menu li.col {
  border: none;
}

.navigation--primary.menu--light .menu--primary li > a > span,
.navigation--primary.menu--light .user-menu li > a > span {
  transition: color 0.3s;
}

.navigation--primary.menu--light .menu--primary li:hover > a > span,
.navigation--primary.menu--light .user-menu li:hover > a > span {
  color: #000;
}

.navigation--primary.menu--light .user-icon-menu-wrapper:hover svg path {
  fill: var(--primary-color);
}

.navigation--primary.menu--light li.wright-now {
  color: unset;
}

.navigation--primary.menu--light li.wright-now a.menu-category span {
  color: #435aff;
}

.navigation--primary.menu--light li.wright-now a.menu-category span:hover {
  color: #2303eb;
}

.navigation--primary.menu--light .submenu.submenu-lvl-1 {
  background: #FFFFFF;
}

.navigation--primary.menu--light .submenu.submenu-lvl-1.active {
  border-color: #c1c1c1;
}

.navigation--primary.menu--light .submenu li a span {
  color: #333;
}

.navigation--primary.menu--light .submenu li a span.image-block-link-title {
  color: unset;
}

.navigation--primary.menu--light .menu-category span,
.navigation--primary.menu--light .user-menu-container ul li span {
  color: #333;
}

.navigation--primary.menu--light .col-a {
  background: #fff;
}

.navigation--primary.menu--light .navauctions .col-a {
  background: #f4f4f4;
}

.navigation--primary.menu--light .col-b {
  background: transparent;
}

.navigation--primary.menu--light .col-c {
  background: #fff;
}

.navigation--primary.menu--light .col-fixed .title {
  color: #000;
}

.navigation--primary.menu--light .inline-mailinglist-signup-form:hover .inline-mailinglist-signup-submit {
  background: #4a4a4a;
}

.navigation--primary.menu--light .inline-mailinglist-signup-form:hover .inline-mailinglist-signup-submit svg .icon-email-2 {
  fill: #4a4a4a;
}

.navigation--primary.menu--light .inline-mailinglist-signup-email {
  background: #fff;
}

.navigation--primary.menu--light .inline-mailinglist-signup-email::-moz-placeholder {
  color: #7d7d7d;
}

.navigation--primary.menu--light .inline-mailinglist-signup-email::placeholder {
  color: #7d7d7d;
}

.navigation--primary.menu--light .icon-email-1 {
  fill: #fff;
}

.navigation--primary.menu--light .icon-email-2 {
  fill: #979797;
}

.navigation--primary.menu--light .inline-mailinglist-signup-submit {
  background: #979797;
}

@media (max-width: 1285px) {
  .search_keywords {
    background: #ccc;
  }
}

@media (max-width: 1024px) {
  .menu-wrapper .menu-toggle .hb-x span, .menu-wrapper .menu-toggle .hb-x.open span {
    background: #4a4a4a;
  }

  .menu-wrapper .menu-toggle .hb-x.open span {
    background: var(--primary-color);
  }

  .submenu-lvl-2 > li {
    border-bottom-color: #cdcdcd;
  }

  .submenu-lvl-2 > li:last-of-type {
    border-bottom: none;
  }

  > .menu-wrapper > .menu.submenu {
    background-color: #eee;
  }

  > .menu-wrapper > .menu,
  > .menu-wrapper .menu.submenu {
    border-top-color: #d2d2d2;
  }

  > .menu-wrapper > .menu > li,
  > .menu-wrapper .menu.submenu > li {
    background-color: #EEE;
    border-bottom-color: #c1c1c1;
  }

  > .menu-wrapper > .menu > li > .submenu,
  > .menu-wrapper > .menu > li > .submenu > li,
  > .menu-wrapper .menu.submenu > li > .submenu,
  > .menu-wrapper .menu.submenu > li > .submenu > li {
    background-color: #FFF;
    border-bottom-color: #AAA;
  }

  > .menu-wrapper > .menu > li:first-of-type,
  > .menu-wrapper .menu.submenu > li:first-of-type {
    border-top: none;
  }

  > .menu-wrapper > .menu > li a,
  > .menu-wrapper .menu.submenu > li a {
    color: #555;
  }
}

@media (max-width: 1024px) and (max-width: 1024px) {
  > .menu-wrapper > .menu > li a,
  > .menu-wrapper .menu.submenu > li a {
    color: #4a4a4a;
  }
}

@media (max-width: 1024px) {
  > .menu-wrapper > .menu > li a:hover,
  > .menu-wrapper .menu.submenu > li a:hover {
    color: #000;
  }

  > .menu-wrapper > .menu > li a span,
  > .menu-wrapper .menu.submenu > li a span {
    color: #555;
  }
}

@media (max-width: 1024px) and (max-width: 1024px) {
  > .menu-wrapper > .menu > li a span,
  > .menu-wrapper .menu.submenu > li a span {
    color: #4a4a4a;
  }
}

@media (max-width: 1024px) {
  .submenu.submenu-lvl-2 a:hover, .submenu.submenu-lvl-2 a:hover .caption .title, .submenu.submenu-lvl-2 a:hover span, .submenu.submenu-lvl-2 a:hover span.link-inner-text {
    color: #000;
  }

  .menu.menu--primary > li.wright-now {
    background-color: #ddd;
  }

  .menu.menu--primary > li.wright-now a > span {
    color: var(--wright-primary-color-hover);
    font-weight: 500;
  }

  .navigation--primary.menu--light .overlay-close i.icon-close-thin::before {
    color: #4a4a4a;
  }

  .navigation--primary.menu--light .overlay-close:hover i.icon-close-thin {
    color: #000;
  }

  .navigation--primary.menu--light li.wright-now {
    background-color: #ddd;
  }

  .navigation--primary.menu--light .navbuying .col-b {
    background-color: #f4f4f4;
  }

  .navigation--primary.menu--light .navcontact .col-fixed {
    background-color: #cdcdcd;
  }

  .navigation--primary.menu--light .navcontact .col-fixed .social svg path {
    fill: #6d6e71;
  }

  .navigation--primary.menu--light .menu--primary {
    background: #eee;
  }

  .navigation--primary.menu--light .mobile-menu-backdrop {
    background-color: rgba(95, 95, 95, 0.8);
  }

  .navigation--primary.menu--light .mobile-menu-backdrop {
    background-color: rgba(95, 95, 95, 0.8);
  }
}

@media (min-width: 1025px) {
  .navigation--primary.menu--light .menu-lower .text-link-wrapper a {
    color: #999;
  }

  .navigation--primary.menu--light .menu--primary {
    background: transparent;
  }

  .navigation--primary.menu--light .menu--primary li {
    border: none;
  }

  .navigation--primary.menu--light .menu--primary li:hover span {
    color: #000;
  }

  .navigation--primary.menu--light .menu--primary li:hover span.image-block-link-title {
    color: unset;
  }

  .navigation--primary.menu--light .menu--primary .submenu-lvl-2 li:not(.title) span {
    color: #999;
    transition: color 0.3s ease-in-out;
  }

  .navigation--primary.menu--light .menu--primary .submenu-lvl-2 li:not(.title) span.image-block-link-title {
    color: unset;
  }

  .navigation--primary.menu--light .menu--primary .submenu-lvl-2 li:not(.title):hover span {
    color: #111;
  }

  .navigation--primary.menu--light .menu--primary .submenu-lvl-2 li:not(.title):hover span.image-block-link-title {
    color: unset;
  }

  .navigation--primary.menu--light .menu--primary .submenu-lvl-2 li:not(.title) li.title span {
    color: #000;
  }

  .navigation--primary.menu--light .menu--primary .submenu-lvl-2 li:not(.title) .caption .title {
    color: #000;
  }

  .navigation--primary.menu--light .menu.user-menu li.mobile-menu-title-nolink {
    background-color: #f6f6f6;
  }

  .navigation--primary.menu--light .menu.user-menu li:not(.mobile-menu-title-nolink):not(.mobile-menu-spacer-bottom) {
    background-color: #FFF;
  }

  .navigation--primary.menu--light .menu.user-menu > li {
    border-bottom-color: #c1c1c1;
  }

  .navigation--primary.menu--light .menu.user-menu > li:first-of-type {
    border-top: none;
  }

  .navigation--primary.menu--light.user-menu-active .user-icon-menu-wrapper .account-menu.icon-account svg path,
  .navigation--primary.menu--light .user-icon-menu-wrapper:hover .account-menu.icon-account svg path {
    fill: var(--primary-color);
  }

  .navigation--primary.menu--light.user-menu-active .user-icon-menu-wrapper .login-text,
  .navigation--primary.menu--light .user-icon-menu-wrapper:hover .login-text {
    color: var(--primary-color);
  }

  .navigation--primary.menu--light.hbm-active .menu-toggle .hb-x span,
  .navigation--primary.menu--light.hbm-active .menu-toggle .hb-x.open span,
  .navigation--primary.menu--light .menu-wrapper .menu-toggle.hover .hb-x span,
  .navigation--primary.menu--light .menu-wrapper .menu-toggle.hover .hb-x.open span,
  .navigation--primary.menu--light .menu-wrapper .menu-toggle:hover .hb-x span,
  .navigation--primary.menu--light .menu-wrapper .menu-toggle:hover .hb-x.open span {
    background: var(--primary-color);
  }

  .navigation--primary.menu--light .wright-now {
    background: transparent;
  }

  .navigation--primary.menu--light .user-menu li {
    border: none;
  }

  .navigation--primary.menu--light .col-a,
  .navigation--primary.menu--light .col-b,
  .navigation--primary.menu--light .col-c,
  .navigation--primary.menu--light .navauctions .col-a {
    background: transparent;
  }

  .navigation--primary.menu--light .submenu.submenu-lvl-1 {
    background: white;
  }

  .navigation--primary.menu--light .submenu.submenu-lvl-1:after {
    border-bottom-color: #ccc;
  }

  .navigation--primary.menu--light .submenu.submenu-lvl-1.user-menu-wrapper {
    background: #fff;
    border-bottom: 1px solid #ccc;
  }

  .navigation--primary.menu--light .submenu.submenu-lvl-1:hover i:before {
    color: #4a4a4a;
  }

  .navigation--primary.menu--light .submenu input {
    color: #333;
  }

  .navigation--primary.menu--light .inline-mailinglist-signup-email {
    background: #f3f3f3;
  }

  .navigation--primary.menu--light .inline-mailinglist-signup-email::-moz-placeholder {
    color: #7d7d7d;
  }

  .navigation--primary.menu--light .inline-mailinglist-signup-email::placeholder {
    color: #7d7d7d;
  }

  .navigation--primary.menu--light .submenu.user-menu-wrapper .user-menu {
    background: #fff;
  }

  .navigation--primary.menu--light .submenu.user-menu-wrapper .user-menu li {
    background: transparent;
  }

  .navigation--primary.menu--light .submenu.user-menu-wrapper .user-menu li:hover a span {
    color: #000;
  }

  .navigation--primary.menu--light .submenu.user-menu-wrapper .promo a {
    color: #000;
  }

  > .menu-wrapper > .menu .wright-now a,
  > .menu-wrapper > .menu .wright-now a > span {
    color: var(--primary-color);
    transition: color 0.3s ease-out, border 0.3s ease-in-out;
  }

  > .menu-wrapper > .menu .wright-now a:hover,
  > .menu-wrapper > .menu .wright-now a:hover > span {
    color: var(--primary-color-hover);
    border-bottom-color: var(--primary-color-hover);
  }
}

body.menu--light .navigation--primary.menu--light.cart-active .cart-toggle.icon-cart svg path, body.menu--light .navigation--primary.menu--light.cart-active .cart-toggle.icon-cart svg ellipse, body.menu--light .navigation--primary.menu--light.hbm-active .menu-toggle.icon-menu svg path, body.menu--light .navigation--primary.menu--light.hbm-active .menu-toggle.icon-menu svg ellipse {
  stroke: #000;
}

body.menu--light .navigation--primary.menu--light .account-menu .promo .promo-text > p > a,
body.menu--light .navigation--primary.menu--light .account-menu .promo .promo-text > p.title > strong {
  color: black;
}

body.menu--light .navigation--primary.menu--light .user-icon-menu-wrapper i.icon-account svg path {
  fill: #4a4a4a;
  stroke: transparent;
}

body.menu--light .navigation--primary.menu--light .user-icon-menu-wrapper .login-text {
  transition: color 0.3s ease-in-out;
}

body.menu--light .navigation--primary.menu--light .user-icon-menu-wrapper.hover i.icon-account svg path,
body.menu--light .navigation--primary.menu--light .user-icon-menu-wrapper:hover i.icon-account svg path {
  fill: var(--primary-color);
  stroke: transparent;
}

body.menu--light .navigation--primary.menu--light .search-wrapper.search--desktop:hover i.icon-search svg path, body.menu--light .navigation--primary.menu--light .search-wrapper.search--desktop:hover i.icon-search svg ellipse {
  stroke: #4a4a4a;
}

@media (max-width: 1024px) {
  body.menu--light .navigation--primary.menu--light.search-active .search-wrapper.search--desktop i.icon-search svg path, body.menu--light .navigation--primary.menu--light.search-active .search-wrapper.search--desktop i.icon-search svg ellipse,
  body.menu--light .navigation--primary.menu--light .search-wrapper.search--desktop:hover i.icon-search svg path,
  body.menu--light .navigation--primary.menu--light .search-wrapper.search--desktop:hover i.icon-search svg ellipse {
    stroke: var(--primary-color);
  }
}

body.menu--light .navigation--primary .search-wrapper.search--desktop button {
  background: transparent;
}

body.menu--light .navigation--primary .search-wrapper.search--desktop .icon-search svg path, body.menu--light .navigation--primary .search-wrapper.search--desktop .icon-search svg ellipse,
body.menu--light .navigation--primary .search-wrapper.search--mobile .icon-search svg path,
body.menu--light .navigation--primary .search-wrapper.search--mobile .icon-search svg ellipse {
  stroke: #646464;
}

@media (max-width: 1024px) {
  body.menu--light .navigation--primary .search-wrapper.search--desktop .icon-search svg path, body.menu--light .navigation--primary .search-wrapper.search--desktop .icon-search svg ellipse,
  body.menu--light .navigation--primary .search-wrapper.search--mobile .icon-search svg path,
  body.menu--light .navigation--primary .search-wrapper.search--mobile .icon-search svg ellipse {
    stroke: #4a4a4a;
  }
}

body.menu--light.house-rago .navigation--primary.menu--light.user-menu-active .account-menu.icon-account svg path {
  color: var(--primary-color);
  fill: var(--primary-color);
  stroke: var(--primary-color);
}

body.menu--light.house-rago .navigation--primary.menu--light .user-icon-menu-wrapper.hover i.icon-account svg path,
body.menu--light.house-rago .navigation--primary.menu--light .user-icon-menu-wrapper:hover i.icon-account svg path {
  fill: var(--primary-color);
}

@media (max-width: 1024px) {
  body.menu--light.house-rago .navigation--primary.menu--light.search-active .search-wrapper.search--desktop i.icon-search svg path, body.menu--light.house-rago .navigation--primary.menu--light.search-active .search-wrapper.search--desktop i.icon-search svg ellipse,
  body.menu--light.house-rago .navigation--primary.menu--light .search-wrapper.search--desktop:hover i.icon-search svg path,
  body.menu--light.house-rago .navigation--primary.menu--light .search-wrapper.search--desktop:hover i.icon-search svg ellipse {
    stroke: var(--primary-color);
  }

  body.menu--light.house-rago .navigation--primary.menu--light.user-menu-active .user-icon-menu-wrapper .account-menu.icon-account svg path,
  body.menu--light.house-rago .navigation--primary.menu--light .user-icon-menu-wrapper:hover .account-menu.icon-account svg path {
    fill: var(--primary-color);
  }
}

@media (min-width: 1025px) {
  body.menu--light.house-rago:not(.search-overlay-active) .navigation--primary.menu--light.headroom--top:not(.logo-tucked) .logo svg path {
    fill: #fff;
  }

  body.menu--light.house-rago:not(.search-overlay-active) .navigation--primary.menu--light.headroom--top:not(.logo-tucked) .logo .title {
    color: #000;
  }

  body.menu--light.house-rago:not(.search-overlay-active) .navigation--primary.menu--light.headroom--top:not(.logo-tucked) .logged_in_as li:hover span {
    color: #333;
  }
}

@media (min-width: 1285px) {
  .navigation--primary.menu--light .search-wrapper.search--desktop {
    background: #d4d4d4;
  }

  .navigation--primary.menu--light .search-wrapper.search--desktop:hover, .navigation--primary.menu--light .search-wrapper.search--desktop.search-focused {
    background: #ccc;
  }

  .navigation--primary.menu--light .search-wrapper.search--desktop:hover svg path,
  .navigation--primary.menu--light .search-wrapper.search--desktop:hover svg ellipse, .navigation--primary.menu--light .search-wrapper.search--desktop.search-focused svg path,
  .navigation--primary.menu--light .search-wrapper.search--desktop.search-focused svg ellipse {
    stroke: #000;
  }
}

body.msie {
  /* //.navigation--primary .cart-icon-menu-wrapper.hover .cart-menu-wrapper.menu-wrapper.submenu,
  .navigation--primary .cart-icon-menu-wrapper .cart-menu-wrapper.menu-wrapper.submenu {
    left: 0;
  } */
}

body.msie .navigation--primary .menu-wrapper .menu--primary.menu > li.navbuying > .submenu .col,
body.msie .navigation--primary .menu-wrapper .menu--primary.menu > li.navcontact > .submenu .col,
body.msie .navigation--primary .menu-wrapper .menu--primary.menu > li.navartists > .submenu .col {
  flex-basis: auto;
}

.global-footer {
  width: 100%;
  background-color: #222;
  overflow: hidden;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.global-footer a {
  text-decoration: none;
}

.global-footer > ul {
  position: relative;
  width: 900px;
  margin: 0 auto;
  color: #AAA;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: left;
}

.global-footer > ul li {
  float: left;
  width: 125px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

.global-footer > ul li > ul {
  margin-top: 5px;
}

.global-footer > ul li > ul li {
  margin-bottom: 5px;
}

.global-footer > ul li > ul li a {
  color: #8C8C8C;
  text-transform: lowercase;
  letter-spacing: 0;
}

.global-footer > ul li > ul li a:hover {
  color: #A7A3D1;
}

.global-footer ul .wright a {
  overflow: hidden;
  width: 290px;
  font-size: 26px;
  position: absolute;
  padding-top: 3px;
  left: -50px;
  color: #B7B9BB;
}

.global-footer ul .wright a:hover {
  color: #A7A3D1;
}

.global-footer ul .auctions {
  width: 105px;
  margin-left: 210px;
}

.global-footer ul .buying_selling {
  width: 110px;
}

.global-footer ul .social_area {
  width: 135px;
}

.global-footer ul .about {
  width: 115px;
}

.global-footer ul .wright_now {
  position: absolute;
  top: 3px;
  left: 810px;
}

.global-footer ul .wright_now i {
  position: absolute;
  top: 0;
  left: 0;
}

.global-footer .social_area {
  width: 130px;
  overflow: visible;
}

.global-footer .social_area ul {
  margin: 0;
}

.global-footer .social_area li {
  display: inline;
  width: auto !important;
  margin-right: 4px;
}

.global-footer .social_area li i {
  font-size: 21px;
  margin-right: 1px;
}

.global-footer .social_type {
  /* TODO: Figure out if necessary, or needs to be replaced */
  font-family: "sosa";
  font-size: 12pt;
  line-height: 18pt;
}

@media (max-width: 1150px) {
  .global-footer > ul {
    width: 100%;
  }

  .global-footer > ul .wright {
    width: 100% !important;
    text-align: center;
    height: auto !important;
    position: static;
    padding-bottom: 40px;
  }

  .global-footer > ul .wright a {
    position: static;
    width: 190px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    font-size: 24px;
  }

  .global-footer ul .auctions {
    clear: both;
  }

  .global-footer ul .auctions,
  .global-footer ul .artists_designers,
  .global-footer ul .buying_selling,
  .global-footer ul .social_area,
  .global-footer ul .about,
  .global-footer ul .wright_now {
    width: 16.66%;
    position: static;
    height: 190px !important;
    margin: 0 !important;
    padding: 0 15px 0 0 !important;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }

  .global-footer ul .wright_now i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
  }

  .global-footer ul .wright_now a {
    position: relative;
    top: 0;
    left: 0;
    color: #B7B9BB;
  }

  .global-footer ul .about {
    padding-left: 30px;
  }

  .global-footer ul li ul li {
    width: 100% !important;
  }

  .global-footer ul .buying_selling,
  .global-footer ul .about {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .global-footer > ul > li {
    width: 30% !important;
    height: 120px !important;
  }

  .global-footer > ul .wright {
    width: 100% !important;
  }

  .global-footer ul .about,
  .global-footer ul .auctions {
    margin-left: 10% !important;
  }

  .global-footer ul .social_area,
  .global-footer ul .wright_now {
    height: 80px !important;
  }

  .global-footer > ul .auctions,
  .global-footer > ul .artists_designers {
    height: 140px !important;
  }

  .global-footer > ul .buying_selling,
  .global-footer > ul .about {
    height: 200px !important;
  }
}

@media (max-width: 600px) {
  .global-footer > ul > li {
    width: 33% !important;
  }

  .global-footer > ul .wright {
    width: 100% !important;
  }

  .global-footer ul .about,
  .global-footer ul .auctions {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 480px) {
  .global-footer > ul > li {
    width: 50% !important;
  }

  .global-footer > ul .wright {
    width: 100% !important;
  }
}

/*
  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$  /$$$$$$  /$$   /$$       /$$      /$$  /$$$$$$  /$$$$$$$  /$$$$$$ /$$       /$$$$$$ /$$$$$$$$ /$$     /$$
 /$$__  $$| $$  | $$ /$$__  $$|__  $$__/|_  $$_/ /$$__  $$| $$$ | $$      | $$$    /$$$ /$$__  $$| $$__  $$|_  $$_/| $$      |_  $$_/|__  $$__/|  $$   /$$/
| $$  \ $$| $$  | $$| $$  \__/   | $$     | $$  | $$  \ $$| $$$$| $$      | $$$$  /$$$$| $$  \ $$| $$  \ $$  | $$  | $$        | $$     | $$    \  $$ /$$/
| $$$$$$$$| $$  | $$| $$         | $$     | $$  | $$  | $$| $$ $$ $$      | $$ $$/$$ $$| $$  | $$| $$$$$$$   | $$  | $$        | $$     | $$     \  $$$$/
| $$__  $$| $$  | $$| $$         | $$     | $$  | $$  | $$| $$  $$$$      | $$  $$$| $$| $$  | $$| $$__  $$  | $$  | $$        | $$     | $$      \  $$/
| $$  | $$| $$  | $$| $$    $$   | $$     | $$  | $$  | $$| $$\  $$$      | $$\  $ | $$| $$  | $$| $$  \ $$  | $$  | $$        | $$     | $$       | $$
| $$  | $$|  $$$$$$/|  $$$$$$/   | $$    /$$$$$$|  $$$$$$/| $$ \  $$      | $$ \/  | $$|  $$$$$$/| $$$$$$$/ /$$$$$$| $$$$$$$$ /$$$$$$   | $$       | $$
|__/  |__/ \______/  \______/    |__/   |______/ \______/ |__/  \__/      |__/     |__/ \______/ |_______/ |______/|________/|______/   |__/       |__/
*/

.global-footer .aucmo__banner-footer {
  z-index: 9999;
  position: relative;
  left: 0;
  right: 0;
  bottom: -7rem;
  margin: 0 auto;
  width: 70rem;
  clear: both;
}

.global-footer .aucmo__banner-footer p {
  color: #FFF;
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  letter-spacing: -0.5px;
  font-size: 2.8rem;
  line-height: 3.4rem;
  width: 70rem;
  height: 7rem;
  padding: 1.6rem 0 0 3rem;
  background: rgb(102, 145, 255);
  background: linear-gradient(45deg, rgba(102, 145, 255, 0.9) 0%, rgba(61, 204, 204, 0.9) 90%);
}

.global-footer .aucmo__banner-footer .ipads {
  position: absolute;
  bottom: -1rem;
  right: 3.6rem;
  width: 10rem;
}

@media (max-width: 1150px) {
  .global-footer .aucmo__banner-footer {
    bottom: -4rem;
  }
}

@media (max-width: 767px) {
  .global-footer .aucmo__banner-footer {
    bottom: 1rem;
    width: calc(100% - 60px);
    margin: 0 3rem;
  }

  .global-footer .aucmo__banner-footer p {
    width: 100%;
    padding-left: 2rem;
  }

  .global-footer .aucmo__banner-footer .ipads {
    right: 2.6rem;
  }
}

@media (max-width: 640px) {
  .global-footer .aucmo__banner-footer {
    bottom: 1rem;
    width: 80%;
    margin: 0 auto;
  }

  .global-footer .aucmo__banner-footer p {
    font-size: 2.8rem;
    padding: 16rem 2rem 3rem;
    height: auto;
    text-align: center;
  }

  .global-footer .aucmo__banner-footer .ipads {
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    top: 2rem;
  }
}

body .aucmo__banner-corner {
  right: 0;
  position: fixed;
  z-index: 9999;
  bottom: -2rem;
  width: 76rem;
  transform: translateZ(0);
}

@media (max-width: 1023px) {
  body .aucmo__banner-corner {
    display: none !important;
  }
}

body .aucmo__banner-corner .close {
  position: absolute;
  top: -1.2rem;
  left: -1.2rem;
  cursor: pointer;
  width: 23px;
  height: 23px;
  background-size: 100% auto;
  background-image: url(/images/auction_mobility/aucmo_ad_corner_close.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 1.1041666666666667), only screen and (min-resolution: 106dpi), only screen and (min-resolution: 1.1dppx) {
  body .aucmo__banner-corner .close {
    background-image: url(/images/auction_mobility/aucmo_ad_corner_close@2x.png);
  }
}

body .aucmo__banner-corner a p {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  color: #FFF;
  letter-spacing: -0.5px;
  line-height: 71px;
  padding: 0 0 0 30px;
  height: 70px;
  font-size: 2.8rem;
  width: 76rem;
  background: rgb(102, 145, 255);
  background: linear-gradient(45deg, rgba(102, 145, 255, 0.9) 0%, rgba(61, 204, 204, 0.9) 90%);
}

body .aucmo__banner-corner a .ipads {
  position: absolute;
  bottom: -3.2rem;
  right: 1.6rem;
  width: 18rem;
  transition: bottom 0.2s;
  height: 217.17px;
  background-size: 100% auto;
  background-image: url(/images/auction_mobility/aucmo_ad_corner_ipads.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 1.1041666666666667), only screen and (min-resolution: 106dpi), only screen and (min-resolution: 1.1dppx) {
  body .aucmo__banner-corner a .ipads {
    background-image: url(/images/auction_mobility/aucmo_ad_corner_ipads@2x.png);
  }
}

body .aucmo__banner-corner a:hover .ipads {
  bottom: -2.7rem;
  transition: bottom 0.2s;
}

body .aucmo__banner-corner.wright_now {
  right: 0;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 65rem;
}

@media (max-width: 1023px) {
  body .aucmo__banner-corner.wright_now {
    display: none !important;
  }
}

body .aucmo__banner-corner.wright_now .close {
  position: fixed;
  left: auto;
  top: auto;
  right: 620px;
  bottom: 115px;
  padding: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1;
  background-image: none;
}

body .aucmo__banner-corner.wright_now .close svg {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 11px;
  height: 11px;
}

body .aucmo__banner-corner.wright_now .close svg #a {
  fill: #565656;
}

body .aucmo__banner-corner.wright_now img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65rem;
  transition: bottom 0.2s;
  height: auto;
  background-size: 100% auto;
  background-image: url(/images/core/wn_footer.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 1.1041666666666667), only screen and (min-resolution: 106dpi), only screen and (min-resolution: 1.1dppx) {
  body .aucmo__banner-corner.wright_now img {
    background-image: url(/images/core/wn_footer.png);
  }
}

body .additional_content .aucmo__banner-corner {
  display: none !important;
}

body.search .aucmo__banner-corner {
  bottom: 0rem;
}

body {
  margin-bottom: 0;
}

.global-footer {
  /* .push must be the same height as footer */
  height: 45rem;
  bottom: 0;
}

body.no-ad {
  /* .push must be the same height as footer */
  margin-bottom: 32.5rem;
}

@media (max-width: 1360px) {
  body.no-ad {
    margin-bottom: 32.5rem;
  }
}

@media (max-width: 1150px) {
  body.no-ad {
    margin-bottom: 42.5rem;
  }
}

@media (max-width: 767px) {
  body.no-ad {
    margin-bottom: 55rem;
  }
}

@media (max-width: 640px) {
  body.no-ad {
    margin-bottom: 55rem;
  }
}

@media (max-width: 512px) {
  body.no-ad {
    margin-bottom: 60rem;
  }
}

body.no-ad .global-footer {
  /* .push must be the same height as footer */
  bottom: 0;
}

.global-footer {
  z-index: 2;
  top: 0;
  position: relative;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

body.house-herman_miller .global-footer {
  --primary-color: #EE3A24;
  --primary-color-hover: #DA1E0F;
}

@media screen and (min-width: 768px) {
  .global-footer {
    padding: 6rem 3rem 13rem 3rem;
  }
}

@media screen and (min-width: 768px) {
  .global-footer {
    padding: 6rem 3rem 13rem 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .global-footer {
    padding-top: 7.5rem;
    padding-bottom: 10.7rem;
  }
}

.global-footer #ot-sdk-btn.ot-sdk-show-settings,
.global-footer #ot-sdk-btn.optanon-show-settings {
  color: #d9d9d9;
  padding: 0;
  border: none;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

.global-footer #ot-sdk-btn.ot-sdk-show-settings:hover,
.global-footer #ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent;
  color: var(--primary-color);
  text-decoration: underline;
}

.global-footer .bottom-logos > div {
  height: 3rem;
}

@media screen and (min-width: 768px) {
  .global-footer .bottom-logos {
    min-width: 37rem;
  }
}

.global-footer .bottom-logos a {
  height: 3rem;
}

@media screen and (min-width: 768px) {
  .global-footer .bottom-logos a {
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
  }
}

.global-footer .bottom-logos a svg {
  transition: fill 0.3s ease-in-out;
  height: 100%;
  width: auto;
}

.global-footer .bottom-logos .lama svg {
  height: 3rem;
}

.global-footer .bottom-logos .toomey .desktop {
  display: none;
}

.global-footer .bottom-logos .toomey .mobile svg {
  height: 3rem;
}

@media screen and (min-width: 768px) {
  .global-footer .bottom-logos {
    padding-left: unset;
  }
}

.global-footer .bottom-logos div {
  margin-bottom: 3.5rem;
}

.global-footer .bottom-logos div:last-child {
  margin-bottom: 0;
}

body.house-wright .c body.house-herman_miller .global-footer a.highlight, body.house-wright .c body.house-herman_miller .global-footer a:hover, body.house-rago .c body.house-herman_miller .global-footer a.highlight, body.house-rago .c body.house-herman_miller .global-footer a:hover, body.house-toomey .c body.house-herman_miller .global-footer a.highlight, body.house-toomey .c body.house-herman_miller .global-footer a:hover, body.house-wright .global-footer ol a.highlight, body.house-wright .global-footer ol a:hover, body.house-rago .global-footer ol a.highlight, body.house-rago .global-footer ol a:hover, body.house-toomey .global-footer ol a.highlight, body.house-toomey .global-footer ol a:hover {
  color: var(--primary-color);
}

.global-footer .col-a-b,
.global-footer .col-nav,
.global-footer .bottom-logos {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 768px) {
  .global-footer .col-a-b,
  .global-footer .col-nav,
  .global-footer .bottom-logos {
    padding: unset;
  }
}

.global-footer .col-a-b, .global-footer .col-c-d {
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .global-footer .col-a-b, .global-footer .col-c-d {
    justify-content: space-between;
  }
}

.global-footer .col-a-b {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .global-footer .col-a-b {
    width: auto;
  }
}

.global-footer .col-a-b {
  flex-direction: column;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .global-footer .col-a-b {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .global-footer .col-a-b {
    padding-right: 0;
  }
}

@media screen and (min-width: 1650px) {
  .global-footer .col-a-b {
    flex-direction: row;
    padding-right: 4.2rem;
  }
}

.global-footer .col-c-d {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .global-footer .col-c-d {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .global-footer .col-c-d {
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .global-footer .col-c {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .global-footer .col-external {
    margin-top: 5.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .global-footer .col-external {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .global-footer .col-external {
    margin-top: 0;
  }
}

.global-footer .col-nav {
  padding-top: 4.3rem;
}

@media screen and (min-width: 768px) {
  .global-footer .col-nav {
    padding-top: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1649px) {
  .global-footer .col-nav {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1650px) {
  .global-footer .col-nav {
    padding-left: 6.3rem;
    margin: 0;
  }
}

.global-footer .col-logo {
  margin-bottom: 6rem;
}

.global-footer .col-logo > a {
  width: 100%;
}

.global-footer .col-logo > a > div {
  width: 100%;
  height: 100%;
}

.global-footer .col-logo .logo-herman-miller .desktop,
.global-footer .col-logo .logo-toomey .desktop {
  display: none;
}

@media screen and (min-width: 1200px) {
  .global-footer .col-logo {
    margin-right: 4rem;
  }
}

body.house-wright .global-footer .col-logo {
  --primary-color: #435AFFFF;
  --primary-color-hidden: #435AFF00;
  --primary-color-hover: #2303EBFF;
  --primary-color-engaged: #E5E9FFFF;
}

body.house-herman_miller .global-footer .col-logo {
  --primary-color: #EE3A24;
  --primary-color-hidden: #EE3A24;
  --primary-color-hover: #DA1E0F;
  --primary-color-engaged: #EE3A24;
}

.global-footer .col-logo svg {
  width: 100%;
  height: auto;
  fill: var(--primary-color);
  margin: 0;
  max-height: 35px;
  max-width: 270px;
  display: block;
  position: relative;
  transition: fill 0.3s ease-in-out;
}

body.house-rago .global-footer .col-logo svg {
  width: auto;
  height: 3.5rem;
}

body.house-lama .global-footer .col-logo svg {
  max-width: 20rem;
  max-height: unset;
}

.global-footer .col-logo a {
  display: flex;
}

.global-footer .col-logo a:hover svg {
  fill: var(--primary-color-hover);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .global-footer .col-logo {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .global-footer .col-logo {
    min-width: 31rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .global-footer .col-nav,
  .global-footer .col-logo {
    width: 50%;
  }
}

.global-footer .col-mailing-list {
  position: relative;
  display: block;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .global-footer .col-mailing-list {
    width: 50%;
    max-width: 360px;
    margin-left: 0;
    margin-right: auto;
  }
}

.global-footer .col-mailing-list span {
  color: #d9d9d9;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

body.house-toomey .global-footer .col-mailing-list span {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-rago .global-footer .col-mailing-list span {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-lama .global-footer .col-mailing-list span {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.02rem;
}

.global-footer .col-mailing-list .inline-mailinglist-signup {
  max-width: 36rem;
}

@media screen and (min-width: 768px) {
  .global-footer .col-mailing-list .inline-mailinglist-signup {
    width: 36rem;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .global-footer .col-mailing-list .inline-mailinglist-signup {
    margin-right: 0;
  }
}

@media screen and (min-width: 1650px) {
  .global-footer .col-mailing-list .inline-mailinglist-signup {
    width: 27rem;
  }
}

.global-footer .footer-container {
  width: 100%;
  max-width: 134rem;
}

@media screen and (min-width: 1151px) {
  .global-footer .footer-container {
    width: calc(100% - 14rem);
    margin: 0 auto;
  }
}

@media screen and (min-width: 1361px) {
  .global-footer .footer-container {
    width: calc(100% - 28rem);
  }
}

@media screen and (min-width: 1200px) {
  .global-footer .flex-container {
    display: flex;
    flex-direction: row;
  }
}

.global-footer p,
.global-footer .menu li a,
.global-footer .menu li button {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.03rem;
}

body.house-herman_miller .global-footer p, body.house-wright .global-footer p,
body.house-herman_miller .global-footer .menu li a,
body.house-wright .global-footer .menu li a,
body.house-herman_miller .global-footer .menu li button,
body.house-wright .global-footer .menu li button {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
}

body.house-toomey .global-footer p,
body.house-toomey .global-footer .menu li a,
body.house-toomey .global-footer .menu li button {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}

body.house-rago .global-footer p,
body.house-rago .global-footer .menu li a,
body.house-rago .global-footer .menu li button {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}

body.house-lama .global-footer p,
body.house-lama .global-footer .menu li a,
body.house-lama .global-footer .menu li button {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02rem;
}

.global-footer form input[type=email] {
  margin-bottom: 0;
  padding-left: 0.7rem;
}

.global-footer form input[type=email]::-moz-placeholder {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  color: #d9d9d9;
}

.global-footer form input[type=email]::placeholder {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  color: #d9d9d9;
}

body.house-toomey .global-footer form input[type=email]::-moz-placeholder {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-toomey .global-footer form input[type=email]::placeholder {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-rago .global-footer form input[type=email]::-moz-placeholder {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-rago .global-footer form input[type=email]::placeholder {
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-lama .global-footer form input[type=email]::-moz-placeholder {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

body.house-lama .global-footer form input[type=email]::placeholder {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

.global-footer .menu {
  margin-bottom: 6.6rem;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media screen and (min-width: 768px) {
  .global-footer .menu {
    margin-bottom: 0;
  }
}

.global-footer .menu li {
  line-height: 1.9rem;
}

.global-footer .menu li a {
  color: #d9d9d9;
}

.global-footer .menu li a:hover {
  color: var(--primary-color-hover);
  text-decoration: underline;
}

.global-footer .menu .accented a {
  color: var(--primary-color);
}

@media screen and (min-width: 768px) {
  .global-footer .menu .divided {
    margin-top: 3rem;
  }
}

.global-footer .social {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: -moz-max-content;
  width: max-content;
  max-width: 32.2rem;
  margin-bottom: 5.4rem;
  padding-left: 2rem;
}

@media screen and (min-width: 768px) {
  .global-footer .social {
    min-width: 32.2rem;
    padding-left: unset;
  }
}

@media screen and (min-width: 1200px) {
  .global-footer .social {
    margin-bottom: 3.5rem;
  }
}

.global-footer .social li {
  text-align: center;
  display: block;
  position: relative;
  height: 4.1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 375px) {
  .global-footer .social li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.global-footer .social li:last-child {
  padding-right: 0;
}

.global-footer .social li:first-child {
  padding-left: 0;
}

.global-footer .social li a {
  display: block;
  width: 100%;
  height: 100%;
}

.global-footer .social li a i:before {
  font-size: 41px;
}

.global-footer .social li a:hover i:before {
  color: #ededed;
}

.global-footer .social li a:hover svg path {
  fill: #ededed;
}

.global-footer .social li svg {
  width: 41px;
  height: 41px;
}

.global-footer .social li svg path {
  transition: fill 0.3s ease-in-out;
  fill: #d9d9d9;
}

.global-footer .social li svg ellipse {
  fill: transparent;
}

.global-footer .wright a,
.global-footer .rago a {
  display: flex;
  position: relative;
}

.global-footer .wright a svg,
.global-footer .rago a svg {
  width: 100%;
  height: auto;
}

.global-footer .wright-now a {
  display: flex;
  position: relative;
}

.global-footer .wright-now a svg {
  height: auto;
}

.global-footer .wn a {
  max-width: 36.2rem;
  margin: 0 auto;
}

.global-footer .wright a {
  max-width: 19.91rem;
}

@media screen and (min-width: 768px) {
  .global-footer .wright a {
    max-width: 23.624rem;
  }
}

.global-footer .rago a {
  max-width: 12.37rem;
}

@media screen and (min-width: 768px) {
  .global-footer .rago a {
    max-width: 13.82rem;
  }
}

.global-footer .lama a {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
}

.global-footer .wright-now a svg .Fill-1 {
  fill: #d9d9d9;
  transition: 0.3s ease-in-out;
}

.global-footer .wright-now a svg .Fill-4 {
  fill: #d9dd3b;
}

.global-footer .wright-now svg:hover .Fill-1 {
  fill: #ededed;
}

.global-footer .wright svg,
.global-footer .rago svg,
.global-footer .lama svg,
.global-footer .toomey svg {
  fill: #d9d9d9;
}

.global-footer .wright svg:hover {
  fill: var(--wright-primary-color);
}

.global-footer .rago svg:hover {
  fill: var(--rago-primary-color);
}

.global-footer .toomey svg:hover {
  fill: var(--toomey-primary-color);
}

.global-footer .lama svg {
  fill: url(#lama-logo-gradient-footer);
}

.global-footer .lama svg .stop-color-top,
.global-footer .lama svg .stop-color-bottom {
  stop-color: #ededed;
  transition: 0.3s ease-in-out;
}

.global-footer .lama svg:hover .stop-color-top {
  stop-color: var(--lama-primary-color);
}

.global-footer .lama svg:hover .stop-color-bottom {
  stop-color: var(--lama-primary-color-hover);
}

@media (max-width: 768px) {
  .global-footer {
    padding-bottom: 2rem;
  }
}

/*
button_bgcolor_highlight -> .w-btn-green
light_button -> button-tan-outline
dark_button -> button-gray-outline
 */

/* NEW POST-USERS Button Styles */

/* Old reference styles are in pages/core_buttons */

/* New Button Color Template */

/*

.w-btn-color-solid {
    &:hover {
    }
}
.w-btn-color-outline {
    &:hover {
    }
}

 */

/*
    some buttons transform into text-only at certain breakpoints,
    contexts: calendar page, auction index header/subnav
 */

.w-btn, body.house-toomey a.w-btn-ds-inquire-outline,
body.house-toomey .w-btn-ds-inquire-outline,
body.house-rago a.w-btn-ds-inquire-outline,
body.house-rago .w-btn-ds-inquire-outline,
body.house-wright a.w-btn-ds-inquire-outline,
body.house-wright .w-btn-ds-inquire-outline,
body.house-herman_miller a.w-btn-ds-inquire-outline,
body.house-herman_miller .w-btn-ds-inquire-outline,
body.house-lama a.w-btn-ds-inquire-outline,
body.house-lama .w-btn-ds-inquire-outline,
body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-lama .w-btn-ds-inquire-outline:disabled, body.house-toomey a.w-btn-ds-inquire-solid,
body.house-toomey .w-btn-ds-inquire-solid,
body.house-rago a.w-btn-ds-inquire-solid,
body.house-rago .w-btn-ds-inquire-solid,
body.house-wright a.w-btn-ds-inquire-solid,
body.house-wright .w-btn-ds-inquire-solid,
body.house-herman_miller a.w-btn-ds-inquire-solid,
body.house-herman_miller .w-btn-ds-inquire-solid,
body.house-lama a.w-btn-ds-inquire-solid,
body.house-lama .w-btn-ds-inquire-solid,
body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-lama .w-btn-ds-inquire-solid:disabled, body.house-toomey a.w-btn-light-green-outline,
body.house-toomey .w-btn-light-green-outline,
body.house-rago a.w-btn-light-green-outline,
body.house-rago .w-btn-light-green-outline,
body.house-wright a.w-btn-light-green-outline,
body.house-wright .w-btn-light-green-outline,
body.house-herman_miller a.w-btn-light-green-outline,
body.house-herman_miller .w-btn-light-green-outline,
body.house-lama a.w-btn-light-green-outline,
body.house-lama .w-btn-light-green-outline,
body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-lama .w-btn-light-green-outline:disabled, body.house-toomey a.w-btn-light-green-solid,
body.house-toomey .w-btn-light-green-solid,
body.house-rago a.w-btn-light-green-solid,
body.house-rago .w-btn-light-green-solid,
body.house-wright a.w-btn-light-green-solid,
body.house-wright .w-btn-light-green-solid,
body.house-herman_miller a.w-btn-light-green-solid,
body.house-herman_miller .w-btn-light-green-solid,
body.house-lama a.w-btn-light-green-solid,
body.house-lama .w-btn-light-green-solid,
body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-lama .w-btn-light-green-solid:disabled, body.house-toomey a.w-btn-light-grey-outline,
body.house-toomey .w-btn-light-grey-outline,
body.house-rago a.w-btn-light-grey-outline,
body.house-rago .w-btn-light-grey-outline,
body.house-wright a.w-btn-light-grey-outline,
body.house-wright .w-btn-light-grey-outline,
body.house-herman_miller a.w-btn-light-grey-outline,
body.house-herman_miller .w-btn-light-grey-outline,
body.house-lama a.w-btn-light-grey-outline,
body.house-lama .w-btn-light-grey-outline,
body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-lama .w-btn-light-grey-outline:disabled, body.house-toomey a.w-btn-light-grey-solid,
body.house-toomey .w-btn-light-grey-solid,
body.house-rago a.w-btn-light-grey-solid,
body.house-rago .w-btn-light-grey-solid,
body.house-wright a.w-btn-light-grey-solid,
body.house-wright .w-btn-light-grey-solid,
body.house-herman_miller a.w-btn-light-grey-solid,
body.house-herman_miller .w-btn-light-grey-solid,
body.house-lama a.w-btn-light-grey-solid,
body.house-lama .w-btn-light-grey-solid,
body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-lama .w-btn-light-grey-solid:disabled, body.house-toomey a.w-btn-white-outline,
body.house-toomey .w-btn-white-outline,
body.house-rago a.w-btn-white-outline,
body.house-rago .w-btn-white-outline,
body.house-wright a.w-btn-white-outline,
body.house-wright .w-btn-white-outline,
body.house-herman_miller a.w-btn-white-outline,
body.house-herman_miller .w-btn-white-outline,
body.house-lama a.w-btn-white-outline,
body.house-lama .w-btn-white-outline,
body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-wright .w-btn-white-outline:disabled,
body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
body.house-lama .w-btn-white-outline:disabled, body.house-toomey a.w-btn-white-solid,
body.house-toomey .w-btn-white-solid,
body.house-rago a.w-btn-white-solid,
body.house-rago .w-btn-white-solid,
body.house-wright a.w-btn-white-solid,
body.house-wright .w-btn-white-solid,
body.house-herman_miller a.w-btn-white-solid,
body.house-herman_miller .w-btn-white-solid,
body.house-lama a.w-btn-white-solid,
body.house-lama .w-btn-white-solid,
body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-wright .w-btn-white-solid:disabled,
body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
body.house-lama .w-btn-white-solid:disabled, body.house-toomey a.w-btn-house-outline,
body.house-toomey .w-btn-house-outline,
body.house-toomey a.w-btn-green-outline,
body.house-toomey .w-btn-green-outline,
body.house-rago a.w-btn-house-outline,
body.house-rago .w-btn-house-outline,
body.house-rago a.w-btn-green-outline,
body.house-rago .w-btn-green-outline,
body.house-wright a.w-btn-house-outline,
body.house-wright .w-btn-house-outline,
body.house-wright a.w-btn-green-outline,
body.house-wright .w-btn-green-outline,
body.house-herman_miller a.w-btn-house-outline,
body.house-herman_miller .w-btn-house-outline,
body.house-herman_miller a.w-btn-green-outline,
body.house-herman_miller .w-btn-green-outline,
body.house-lama a.w-btn-house-outline,
body.house-lama .w-btn-house-outline,
body.house-lama a.w-btn-green-outline,
body.house-lama .w-btn-green-outline,
body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-rago .w-btn-house-outline:disabled,
body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-wright .w-btn-house-outline:disabled,
body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-wright .w-btn-green-outline:disabled,
body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
body.house-lama .w-btn-house-outline:disabled,
body.house-lama .w-btn-green-outline:disabled, body.house-toomey a.w-btn-house-solid,
body.house-toomey .w-btn-house-solid,
body.house-toomey a.w-btn-green-solid,
body.house-toomey .w-btn-green-solid,
body.house-rago a.w-btn-house-solid,
body.house-rago .w-btn-house-solid,
body.house-rago a.w-btn-green-solid,
body.house-rago .w-btn-green-solid,
body.house-wright a.w-btn-house-solid,
body.house-wright .w-btn-house-solid,
body.house-wright a.w-btn-green-solid,
body.house-wright .w-btn-green-solid,
body.house-herman_miller a.w-btn-house-solid,
body.house-herman_miller .w-btn-house-solid,
body.house-herman_miller a.w-btn-green-solid,
body.house-herman_miller .w-btn-green-solid,
body.house-lama a.w-btn-house-solid,
body.house-lama .w-btn-house-solid,
body.house-lama a.w-btn-green-solid,
body.house-lama .w-btn-green-solid,
body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:disabled,
body.house-rago .w-btn-house-solid:disabled,
body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-rago .w-btn-green-solid:disabled,
body.house-wright .w-btn-house-solid:disabled,
body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-wright .w-btn-green-solid:disabled,
body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-green-solid:disabled,
body.house-lama .w-btn-house-solid:disabled,
body.house-lama .w-btn-green-solid:disabled, body.house-toomey .w-btn:disabled,
body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:disabled,
body.house-rago .w-btn:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago .w-btn-house-outline:disabled,
body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago .w-btn-house-solid:disabled,
body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-rago .w-btn-green-solid:disabled,
body.house-wright .w-btn:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright .w-btn-white-outline:disabled,
body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright .w-btn-white-solid:disabled,
body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright .w-btn-green-outline:disabled,
body.house-wright .w-btn-house-outline:disabled,
body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-wright .w-btn-green-solid:disabled,
body.house-wright .w-btn-house-solid:disabled,
body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-wright .w-btn-green-solid:disabled,
body.house-herman_miller .w-btn:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-green-solid:disabled,
body.house-lama .w-btn:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
body.house-lama .w-btn-house-outline:disabled,
body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-green-solid:disabled,
body.house-lama .w-btn-house-solid:disabled,
body.house-lama .w-btn-green-solid:disabled,
.button,
a.button {
  display: flex;
  cursor: pointer;
  height: 4.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  outline: 0;
  border: 2px solid var(--primary-color);
  text-transform: lowercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.03rem;
  font-size: 1.4rem;
  font-family: var(--font-family-sans);
  font-weight: 700;
  color: var(--primary-color);
  list-style: none;
  /*
      some buttons transform into text-only at certain breakpoints,
      contexts: calendar page, auction index header/subnav
   */
}

.w-btn:hover,
body.house-toomey .w-btn-ds-inquire-outline:hover,
body.house-rago .w-btn-ds-inquire-outline:hover,
body.house-wright .w-btn-ds-inquire-outline:hover,
body.house-herman_miller .w-btn-ds-inquire-outline:hover,
body.house-lama .w-btn-ds-inquire-outline:hover,
body.house-toomey .w-btn-ds-inquire-solid:hover,
body.house-rago .w-btn-ds-inquire-solid:hover,
body.house-wright .w-btn-ds-inquire-solid:hover,
body.house-herman_miller .w-btn-ds-inquire-solid:hover,
body.house-lama .w-btn-ds-inquire-solid:hover,
body.house-toomey .w-btn-light-green-outline:hover,
body.house-rago .w-btn-light-green-outline:hover,
body.house-wright .w-btn-light-green-outline:hover,
body.house-herman_miller .w-btn-light-green-outline:hover,
body.house-lama .w-btn-light-green-outline:hover,
body.house-toomey .w-btn-light-green-solid:hover,
body.house-rago .w-btn-light-green-solid:hover,
body.house-wright .w-btn-light-green-solid:hover,
body.house-herman_miller .w-btn-light-green-solid:hover,
body.house-lama .w-btn-light-green-solid:hover,
body.house-toomey .w-btn-light-grey-outline:hover,
body.house-rago .w-btn-light-grey-outline:hover,
body.house-wright .w-btn-light-grey-outline:hover,
body.house-herman_miller .w-btn-light-grey-outline:hover,
body.house-lama .w-btn-light-grey-outline:hover,
body.house-toomey .w-btn-light-grey-solid:hover,
body.house-rago .w-btn-light-grey-solid:hover,
body.house-wright .w-btn-light-grey-solid:hover,
body.house-herman_miller .w-btn-light-grey-solid:hover,
body.house-lama .w-btn-light-grey-solid:hover,
body.house-toomey .w-btn-white-outline:hover,
body.house-rago .w-btn-white-outline:hover,
body.house-wright .w-btn-white-outline:hover,
body.house-herman_miller .w-btn-white-outline:hover,
body.house-lama .w-btn-white-outline:hover,
body.house-toomey .w-btn-white-solid:hover,
body.house-rago .w-btn-white-solid:hover,
body.house-wright .w-btn-white-solid:hover,
body.house-herman_miller .w-btn-white-solid:hover,
body.house-lama .w-btn-white-solid:hover,
body.house-toomey .w-btn-house-outline:hover,
body.house-toomey .w-btn-green-outline:hover,
body.house-rago .w-btn-house-outline:hover,
body.house-rago .w-btn-green-outline:hover,
body.house-wright .w-btn-house-outline:hover,
body.house-wright .w-btn-green-outline:hover,
body.house-herman_miller .w-btn-house-outline:hover,
body.house-herman_miller .w-btn-green-outline:hover,
body.house-lama .w-btn-house-outline:hover,
body.house-lama .w-btn-green-outline:hover,
body.house-toomey .w-btn-house-solid:hover,
body.house-toomey .w-btn-green-solid:hover,
body.house-rago .w-btn-house-solid:hover,
body.house-rago .w-btn-green-solid:hover,
body.house-wright .w-btn-house-solid:hover,
body.house-wright .w-btn-green-solid:hover,
body.house-herman_miller .w-btn-house-solid:hover,
body.house-herman_miller .w-btn-green-solid:hover,
body.house-lama .w-btn-house-solid:hover,
body.house-lama .w-btn-green-solid:hover, body.house-toomey .w-btn:hover:disabled,
body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-rago .w-btn:hover:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-green-solid:hover:disabled,
body.house-wright .w-btn:hover:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-green-solid:hover:disabled,
body.house-herman_miller .w-btn:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-lama .w-btn:hover:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama .w-btn-green-solid:hover:disabled,
.button:hover,
a.button:hover {
  border-color: var(--primary-color-hover);
  color: var(--primary-color-hover);
}

.w-btn:hover,
body.house-toomey .w-btn-ds-inquire-outline:hover,
body.house-rago .w-btn-ds-inquire-outline:hover,
body.house-wright .w-btn-ds-inquire-outline:hover,
body.house-herman_miller .w-btn-ds-inquire-outline:hover,
body.house-lama .w-btn-ds-inquire-outline:hover,
body.house-toomey .w-btn-ds-inquire-solid:hover,
body.house-rago .w-btn-ds-inquire-solid:hover,
body.house-wright .w-btn-ds-inquire-solid:hover,
body.house-herman_miller .w-btn-ds-inquire-solid:hover,
body.house-lama .w-btn-ds-inquire-solid:hover,
body.house-toomey .w-btn-light-green-outline:hover,
body.house-rago .w-btn-light-green-outline:hover,
body.house-wright .w-btn-light-green-outline:hover,
body.house-herman_miller .w-btn-light-green-outline:hover,
body.house-lama .w-btn-light-green-outline:hover,
body.house-toomey .w-btn-light-green-solid:hover,
body.house-rago .w-btn-light-green-solid:hover,
body.house-wright .w-btn-light-green-solid:hover,
body.house-herman_miller .w-btn-light-green-solid:hover,
body.house-lama .w-btn-light-green-solid:hover,
body.house-toomey .w-btn-light-grey-outline:hover,
body.house-rago .w-btn-light-grey-outline:hover,
body.house-wright .w-btn-light-grey-outline:hover,
body.house-herman_miller .w-btn-light-grey-outline:hover,
body.house-lama .w-btn-light-grey-outline:hover,
body.house-toomey .w-btn-light-grey-solid:hover,
body.house-rago .w-btn-light-grey-solid:hover,
body.house-wright .w-btn-light-grey-solid:hover,
body.house-herman_miller .w-btn-light-grey-solid:hover,
body.house-lama .w-btn-light-grey-solid:hover,
body.house-toomey .w-btn-white-outline:hover,
body.house-rago .w-btn-white-outline:hover,
body.house-wright .w-btn-white-outline:hover,
body.house-herman_miller .w-btn-white-outline:hover,
body.house-lama .w-btn-white-outline:hover,
body.house-toomey .w-btn-white-solid:hover,
body.house-rago .w-btn-white-solid:hover,
body.house-wright .w-btn-white-solid:hover,
body.house-herman_miller .w-btn-white-solid:hover,
body.house-lama .w-btn-white-solid:hover,
body.house-toomey .w-btn-house-outline:hover,
body.house-toomey .w-btn-green-outline:hover,
body.house-rago .w-btn-house-outline:hover,
body.house-rago .w-btn-green-outline:hover,
body.house-wright .w-btn-house-outline:hover,
body.house-wright .w-btn-green-outline:hover,
body.house-herman_miller .w-btn-house-outline:hover,
body.house-herman_miller .w-btn-green-outline:hover,
body.house-lama .w-btn-house-outline:hover,
body.house-lama .w-btn-green-outline:hover,
body.house-toomey .w-btn-house-solid:hover,
body.house-toomey .w-btn-green-solid:hover,
body.house-rago .w-btn-house-solid:hover,
body.house-rago .w-btn-green-solid:hover,
body.house-wright .w-btn-house-solid:hover,
body.house-wright .w-btn-green-solid:hover,
body.house-herman_miller .w-btn-house-solid:hover,
body.house-herman_miller .w-btn-green-solid:hover,
body.house-lama .w-btn-house-solid:hover,
body.house-lama .w-btn-green-solid:hover, body.house-toomey .w-btn:hover:disabled,
body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-rago .w-btn:hover:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-green-solid:hover:disabled,
body.house-wright .w-btn:hover:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-green-solid:hover:disabled,
body.house-herman_miller .w-btn:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-lama .w-btn:hover:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama .w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama .w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama .w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama .w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama .w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama .w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-white-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-white-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama .w-btn-white-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-white-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-white-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama .w-btn-white-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:hover:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-house-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-rago .w-btn-green-outline:hover:disabled,
body.house-rago body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-house-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-wright .w-btn-green-outline:hover:disabled,
body.house-wright body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama .w-btn-house-outline:hover:disabled,
body.house-lama .w-btn-green-outline:hover:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:hover:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-house-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-rago .w-btn-green-solid:hover:disabled,
body.house-rago body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-house-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-wright .w-btn-green-solid:hover:disabled,
body.house-wright body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama body.house-herman_miller .w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .w-btn-green-solid:hover:disabled,
body.house-lama .w-btn-house-solid:hover:disabled,
body.house-lama .w-btn-green-solid:hover:disabled,
.button:hover,
a.button:hover {
  cursor: pointer;
}

.w-btn:focus,
body.house-toomey .w-btn-ds-inquire-outline:focus,
body.house-rago .w-btn-ds-inquire-outline:focus,
body.house-wright .w-btn-ds-inquire-outline:focus,
body.house-herman_miller .w-btn-ds-inquire-outline:focus,
body.house-lama .w-btn-ds-inquire-outline:focus,
body.house-toomey .w-btn-ds-inquire-solid:focus,
body.house-rago .w-btn-ds-inquire-solid:focus,
body.house-wright .w-btn-ds-inquire-solid:focus,
body.house-herman_miller .w-btn-ds-inquire-solid:focus,
body.house-lama .w-btn-ds-inquire-solid:focus,
body.house-toomey .w-btn-light-green-outline:focus,
body.house-rago .w-btn-light-green-outline:focus,
body.house-wright .w-btn-light-green-outline:focus,
body.house-herman_miller .w-btn-light-green-outline:focus,
body.house-lama .w-btn-light-green-outline:focus,
body.house-toomey .w-btn-light-green-solid:focus,
body.house-rago .w-btn-light-green-solid:focus,
body.house-wright .w-btn-light-green-solid:focus,
body.house-herman_miller .w-btn-light-green-solid:focus,
body.house-lama .w-btn-light-green-solid:focus,
body.house-toomey .w-btn-light-grey-outline:focus,
body.house-rago .w-btn-light-grey-outline:focus,
body.house-wright .w-btn-light-grey-outline:focus,
body.house-herman_miller .w-btn-light-grey-outline:focus,
body.house-lama .w-btn-light-grey-outline:focus,
body.house-toomey .w-btn-light-grey-solid:focus,
body.house-rago .w-btn-light-grey-solid:focus,
body.house-wright .w-btn-light-grey-solid:focus,
body.house-herman_miller .w-btn-light-grey-solid:focus,
body.house-lama .w-btn-light-grey-solid:focus,
body.house-toomey .w-btn-white-outline:focus,
body.house-rago .w-btn-white-outline:focus,
body.house-wright .w-btn-white-outline:focus,
body.house-herman_miller .w-btn-white-outline:focus,
body.house-lama .w-btn-white-outline:focus,
body.house-toomey .w-btn-white-solid:focus,
body.house-rago .w-btn-white-solid:focus,
body.house-wright .w-btn-white-solid:focus,
body.house-herman_miller .w-btn-white-solid:focus,
body.house-lama .w-btn-white-solid:focus,
body.house-toomey .w-btn-house-outline:focus,
body.house-toomey .w-btn-green-outline:focus,
body.house-rago .w-btn-house-outline:focus,
body.house-rago .w-btn-green-outline:focus,
body.house-wright .w-btn-house-outline:focus,
body.house-wright .w-btn-green-outline:focus,
body.house-herman_miller .w-btn-house-outline:focus,
body.house-herman_miller .w-btn-green-outline:focus,
body.house-lama .w-btn-house-outline:focus,
body.house-lama .w-btn-green-outline:focus,
body.house-toomey .w-btn-house-solid:focus,
body.house-toomey .w-btn-green-solid:focus,
body.house-rago .w-btn-house-solid:focus,
body.house-rago .w-btn-green-solid:focus,
body.house-wright .w-btn-house-solid:focus,
body.house-wright .w-btn-green-solid:focus,
body.house-herman_miller .w-btn-house-solid:focus,
body.house-herman_miller .w-btn-green-solid:focus,
body.house-lama .w-btn-house-solid:focus,
body.house-lama .w-btn-green-solid:focus, body.house-toomey .w-btn:focus:disabled,
body.house-toomey .w-btn-ds-inquire-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:focus:disabled,
body.house-toomey .w-btn-ds-inquire-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:focus:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:focus:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:focus:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:focus:disabled,
body.house-toomey .w-btn-light-green-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:focus:disabled,
body.house-toomey .w-btn-light-green-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:focus:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:focus:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:focus:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:focus:disabled,
body.house-toomey .w-btn-light-grey-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:focus:disabled,
body.house-toomey .w-btn-light-grey-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:focus:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:focus:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:focus:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:focus:disabled,
body.house-toomey .w-btn-white-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:focus:disabled,
body.house-toomey .w-btn-white-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:focus:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:focus:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:focus:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:focus:disabled,
body.house-toomey .w-btn-house-outline:focus:disabled,
body.house-toomey .w-btn-green-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:focus:disabled,
body.house-toomey .w-btn-house-solid:focus:disabled,
body.house-toomey .w-btn-green-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:focus:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:focus:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:focus:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:focus:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:focus:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:focus:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:focus:disabled,
body.house-rago .w-btn:focus:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:focus:disabled,
body.house-rago .w-btn-ds-inquire-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:focus:disabled,
body.house-rago .w-btn-ds-inquire-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:focus:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:focus:disabled,
body.house-rago .w-btn-light-green-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:focus:disabled,
body.house-rago .w-btn-light-green-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:focus:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:focus:disabled,
body.house-rago .w-btn-light-grey-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:focus:disabled,
body.house-rago .w-btn-light-grey-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:focus:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:focus:disabled,
body.house-rago .w-btn-white-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-white-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-white-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-white-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-white-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:focus:disabled,
body.house-rago .w-btn-white-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-white-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-white-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-white-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-white-solid:focus:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:focus:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:focus:disabled,
body.house-rago .w-btn-house-outline:focus:disabled,
body.house-rago .w-btn-green-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-house-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-house-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-green-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-green-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-house-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-house-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-green-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-green-outline:focus:disabled,
body.house-rago body.house-toomey .w-btn-house-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-house-solid:focus:disabled,
body.house-rago body.house-toomey .w-btn-green-solid:focus:disabled,
body.house-toomey body.house-rago .w-btn-green-solid:focus:disabled,
body.house-rago .w-btn-house-solid:focus:disabled,
body.house-rago .w-btn-green-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-house-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-house-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-green-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-green-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-house-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-house-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-green-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-green-solid:focus:disabled,
body.house-wright .w-btn:focus:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:focus:disabled,
body.house-wright .w-btn-ds-inquire-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:focus:disabled,
body.house-wright .w-btn-ds-inquire-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:focus:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:focus:disabled,
body.house-wright .w-btn-light-green-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-light-green-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-light-green-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:focus:disabled,
body.house-wright .w-btn-light-green-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-light-green-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-light-green-solid:focus:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:focus:disabled,
body.house-wright .w-btn-light-grey-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-light-grey-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-light-grey-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:focus:disabled,
body.house-wright .w-btn-light-grey-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-light-grey-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-light-grey-solid:focus:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-white-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-white-outline:focus:disabled,
body.house-wright .w-btn-white-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-white-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-white-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-white-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-white-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-white-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-white-solid:focus:disabled,
body.house-wright .w-btn-white-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-white-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-white-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-white-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-white-solid:focus:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:focus:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-house-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-house-outline:focus:disabled,
body.house-wright body.house-rago .w-btn-green-outline:focus:disabled,
body.house-rago body.house-wright .w-btn-green-outline:focus:disabled,
body.house-wright .w-btn-house-outline:focus:disabled,
body.house-wright .w-btn-green-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-house-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-house-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-green-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-green-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-house-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-house-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-green-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-green-outline:focus:disabled,
body.house-wright body.house-toomey .w-btn-house-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-house-solid:focus:disabled,
body.house-wright body.house-toomey .w-btn-green-solid:focus:disabled,
body.house-toomey body.house-wright .w-btn-green-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-house-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-house-solid:focus:disabled,
body.house-wright body.house-rago .w-btn-green-solid:focus:disabled,
body.house-rago body.house-wright .w-btn-green-solid:focus:disabled,
body.house-wright .w-btn-house-solid:focus:disabled,
body.house-wright .w-btn-green-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-house-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-house-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-green-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-green-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-house-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-house-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-green-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-green-solid:focus:disabled,
body.house-herman_miller .w-btn:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:focus:disabled,
body.house-herman_miller .w-btn-ds-inquire-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:focus:disabled,
body.house-herman_miller .w-btn-ds-inquire-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:focus:disabled,
body.house-herman_miller .w-btn-light-green-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:focus:disabled,
body.house-herman_miller .w-btn-light-green-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:focus:disabled,
body.house-herman_miller .w-btn-light-grey-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:focus:disabled,
body.house-herman_miller .w-btn-light-grey-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-white-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-white-outline:focus:disabled,
body.house-herman_miller .w-btn-white-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-white-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-white-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-white-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-white-solid:focus:disabled,
body.house-herman_miller .w-btn-white-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-white-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-white-solid:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-house-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-house-outline:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-green-outline:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-green-outline:focus:disabled,
body.house-herman_miller .w-btn-house-outline:focus:disabled,
body.house-herman_miller .w-btn-green-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-house-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-house-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-green-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-green-outline:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-solid:focus:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-solid:focus:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-house-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-house-solid:focus:disabled,
body.house-herman_miller body.house-rago .w-btn-green-solid:focus:disabled,
body.house-rago body.house-herman_miller .w-btn-green-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-house-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-house-solid:focus:disabled,
body.house-herman_miller body.house-wright .w-btn-green-solid:focus:disabled,
body.house-wright body.house-herman_miller .w-btn-green-solid:focus:disabled,
body.house-herman_miller .w-btn-house-solid:focus:disabled,
body.house-herman_miller .w-btn-green-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-house-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-house-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-green-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-green-solid:focus:disabled,
body.house-lama .w-btn:focus:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:focus:disabled,
body.house-lama .w-btn-ds-inquire-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:focus:disabled,
body.house-lama .w-btn-ds-inquire-solid:focus:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-light-green-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-light-green-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:focus:disabled,
body.house-lama .w-btn-light-green-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-light-green-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-light-green-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:focus:disabled,
body.house-lama .w-btn-light-green-solid:focus:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-light-grey-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-light-grey-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:focus:disabled,
body.house-lama .w-btn-light-grey-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-light-grey-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-light-grey-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:focus:disabled,
body.house-lama .w-btn-light-grey-solid:focus:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-white-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-white-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-white-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-white-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-white-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-white-outline:focus:disabled,
body.house-lama .w-btn-white-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-white-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-white-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-white-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-white-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-white-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-white-solid:focus:disabled,
body.house-lama .w-btn-white-solid:focus:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:focus:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-house-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-house-outline:focus:disabled,
body.house-lama body.house-rago .w-btn-green-outline:focus:disabled,
body.house-rago body.house-lama .w-btn-green-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-house-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-house-outline:focus:disabled,
body.house-lama body.house-wright .w-btn-green-outline:focus:disabled,
body.house-wright body.house-lama .w-btn-green-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-house-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-house-outline:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-green-outline:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-green-outline:focus:disabled,
body.house-lama .w-btn-house-outline:focus:disabled,
body.house-lama .w-btn-green-outline:focus:disabled,
body.house-lama body.house-toomey .w-btn-house-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-house-solid:focus:disabled,
body.house-lama body.house-toomey .w-btn-green-solid:focus:disabled,
body.house-toomey body.house-lama .w-btn-green-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-house-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-house-solid:focus:disabled,
body.house-lama body.house-rago .w-btn-green-solid:focus:disabled,
body.house-rago body.house-lama .w-btn-green-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-house-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-house-solid:focus:disabled,
body.house-lama body.house-wright .w-btn-green-solid:focus:disabled,
body.house-wright body.house-lama .w-btn-green-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-house-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-house-solid:focus:disabled,
body.house-lama body.house-herman_miller .w-btn-green-solid:focus:disabled,
body.house-herman_miller body.house-lama .w-btn-green-solid:focus:disabled,
body.house-lama .w-btn-house-solid:focus:disabled,
body.house-lama .w-btn-green-solid:focus:disabled,
.button:focus,
a.button:focus {
  outline: 0;
}

.w-btn.w-btn-desktop-only,
body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline,
body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline,
body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline,
body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline,
body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline,
body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid,
body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid,
body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid,
body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid,
body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid,
body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline,
body.house-rago .w-btn-desktop-only.w-btn-light-green-outline,
body.house-wright .w-btn-desktop-only.w-btn-light-green-outline,
body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline,
body.house-lama .w-btn-desktop-only.w-btn-light-green-outline,
body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid,
body.house-rago .w-btn-desktop-only.w-btn-light-green-solid,
body.house-wright .w-btn-desktop-only.w-btn-light-green-solid,
body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid,
body.house-lama .w-btn-desktop-only.w-btn-light-green-solid,
body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline,
body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline,
body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline,
body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline,
body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline,
body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid,
body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid,
body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid,
body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid,
body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid,
body.house-toomey .w-btn-desktop-only.w-btn-white-outline,
body.house-rago .w-btn-desktop-only.w-btn-white-outline,
body.house-wright .w-btn-desktop-only.w-btn-white-outline,
body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline,
body.house-lama .w-btn-desktop-only.w-btn-white-outline,
body.house-toomey .w-btn-desktop-only.w-btn-white-solid,
body.house-rago .w-btn-desktop-only.w-btn-white-solid,
body.house-wright .w-btn-desktop-only.w-btn-white-solid,
body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid,
body.house-lama .w-btn-desktop-only.w-btn-white-solid,
body.house-toomey .w-btn-desktop-only.w-btn-house-outline,
body.house-toomey .w-btn-desktop-only.w-btn-green-outline,
body.house-rago .w-btn-desktop-only.w-btn-house-outline,
body.house-rago .w-btn-desktop-only.w-btn-green-outline,
body.house-wright .w-btn-desktop-only.w-btn-house-outline,
body.house-wright .w-btn-desktop-only.w-btn-green-outline,
body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline,
body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline,
body.house-lama .w-btn-desktop-only.w-btn-house-outline,
body.house-lama .w-btn-desktop-only.w-btn-green-outline,
body.house-toomey .w-btn-desktop-only.w-btn-house-solid,
body.house-toomey .w-btn-desktop-only.w-btn-green-solid,
body.house-rago .w-btn-desktop-only.w-btn-house-solid,
body.house-rago .w-btn-desktop-only.w-btn-green-solid,
body.house-wright .w-btn-desktop-only.w-btn-house-solid,
body.house-wright .w-btn-desktop-only.w-btn-green-solid,
body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid,
body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid,
body.house-lama .w-btn-desktop-only.w-btn-house-solid,
body.house-lama .w-btn-desktop-only.w-btn-green-solid, body.house-toomey .w-btn-desktop-only.w-btn:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-rago .w-btn-desktop-only.w-btn:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-wright .w-btn-desktop-only.w-btn:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-wright body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-rago body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-lama .w-btn-desktop-only.w-btn:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-lama body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-rago body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-lama body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-wright body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
.button.w-btn-desktop-only,
a.button.w-btn-desktop-only {
  display: none !important;
}

.w-btn.dos-modal-close-button,
body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-outline,
body.house-rago .dos-modal-close-button.w-btn-ds-inquire-outline,
body.house-wright .dos-modal-close-button.w-btn-ds-inquire-outline,
body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-outline,
body.house-lama .dos-modal-close-button.w-btn-ds-inquire-outline,
body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-solid,
body.house-rago .dos-modal-close-button.w-btn-ds-inquire-solid,
body.house-wright .dos-modal-close-button.w-btn-ds-inquire-solid,
body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-solid,
body.house-lama .dos-modal-close-button.w-btn-ds-inquire-solid,
body.house-toomey .dos-modal-close-button.w-btn-light-green-outline,
body.house-rago .dos-modal-close-button.w-btn-light-green-outline,
body.house-wright .dos-modal-close-button.w-btn-light-green-outline,
body.house-herman_miller .dos-modal-close-button.w-btn-light-green-outline,
body.house-lama .dos-modal-close-button.w-btn-light-green-outline,
body.house-toomey .dos-modal-close-button.w-btn-light-green-solid,
body.house-rago .dos-modal-close-button.w-btn-light-green-solid,
body.house-wright .dos-modal-close-button.w-btn-light-green-solid,
body.house-herman_miller .dos-modal-close-button.w-btn-light-green-solid,
body.house-lama .dos-modal-close-button.w-btn-light-green-solid,
body.house-toomey .dos-modal-close-button.w-btn-light-grey-outline,
body.house-rago .dos-modal-close-button.w-btn-light-grey-outline,
body.house-wright .dos-modal-close-button.w-btn-light-grey-outline,
body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-outline,
body.house-lama .dos-modal-close-button.w-btn-light-grey-outline,
body.house-toomey .dos-modal-close-button.w-btn-light-grey-solid,
body.house-rago .dos-modal-close-button.w-btn-light-grey-solid,
body.house-wright .dos-modal-close-button.w-btn-light-grey-solid,
body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-solid,
body.house-lama .dos-modal-close-button.w-btn-light-grey-solid,
body.house-toomey .dos-modal-close-button.w-btn-white-outline,
body.house-rago .dos-modal-close-button.w-btn-white-outline,
body.house-wright .dos-modal-close-button.w-btn-white-outline,
body.house-herman_miller .dos-modal-close-button.w-btn-white-outline,
body.house-lama .dos-modal-close-button.w-btn-white-outline,
body.house-toomey .dos-modal-close-button.w-btn-white-solid,
body.house-rago .dos-modal-close-button.w-btn-white-solid,
body.house-wright .dos-modal-close-button.w-btn-white-solid,
body.house-herman_miller .dos-modal-close-button.w-btn-white-solid,
body.house-lama .dos-modal-close-button.w-btn-white-solid,
body.house-toomey .dos-modal-close-button.w-btn-house-outline,
body.house-toomey .dos-modal-close-button.w-btn-green-outline,
body.house-rago .dos-modal-close-button.w-btn-house-outline,
body.house-rago .dos-modal-close-button.w-btn-green-outline,
body.house-wright .dos-modal-close-button.w-btn-house-outline,
body.house-wright .dos-modal-close-button.w-btn-green-outline,
body.house-herman_miller .dos-modal-close-button.w-btn-house-outline,
body.house-herman_miller .dos-modal-close-button.w-btn-green-outline,
body.house-lama .dos-modal-close-button.w-btn-house-outline,
body.house-lama .dos-modal-close-button.w-btn-green-outline,
body.house-toomey .dos-modal-close-button.w-btn-house-solid,
body.house-toomey .dos-modal-close-button.w-btn-green-solid,
body.house-rago .dos-modal-close-button.w-btn-house-solid,
body.house-rago .dos-modal-close-button.w-btn-green-solid,
body.house-wright .dos-modal-close-button.w-btn-house-solid,
body.house-wright .dos-modal-close-button.w-btn-green-solid,
body.house-herman_miller .dos-modal-close-button.w-btn-house-solid,
body.house-herman_miller .dos-modal-close-button.w-btn-green-solid,
body.house-lama .dos-modal-close-button.w-btn-house-solid,
body.house-lama .dos-modal-close-button.w-btn-green-solid, body.house-toomey .dos-modal-close-button.w-btn:disabled,
body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-toomey .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-toomey .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-toomey .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-toomey .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-toomey .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-toomey .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-toomey .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-toomey .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-toomey .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-rago .dos-modal-close-button.w-btn:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-rago .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-rago .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-rago .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-rago .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-rago .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-rago .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-rago .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-rago .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-rago .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-rago .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-rago .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-rago .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-wright .dos-modal-close-button.w-btn:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-wright .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-wright .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-wright .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-wright .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-wright .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-wright .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-wright .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-wright .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-wright .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-wright .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-wright body.house-rago .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-rago body.house-wright .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-wright .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-wright .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-herman_miller .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-lama .dos-modal-close-button.w-btn:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-lama .dos-modal-close-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-lama .dos-modal-close-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-lama .dos-modal-close-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-lama .dos-modal-close-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-lama .dos-modal-close-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-lama .dos-modal-close-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-lama .dos-modal-close-button.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-lama .dos-modal-close-button.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-lama .dos-modal-close-button.w-btn-house-outline:disabled,
body.house-lama .dos-modal-close-button.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-lama body.house-rago .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-rago body.house-lama .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-lama body.house-wright .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-wright body.house-lama .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .dos-modal-close-button.w-btn-green-solid:disabled,
body.house-lama .dos-modal-close-button.w-btn-house-solid:disabled,
body.house-lama .dos-modal-close-button.w-btn-green-solid:disabled,
.button.dos-modal-close-button,
a.button.dos-modal-close-button {
  border: none;
  width: unset;
  height: unset;
}

.w-btn.busy,
body.house-toomey .busy.w-btn-ds-inquire-outline,
body.house-rago .busy.w-btn-ds-inquire-outline,
body.house-wright .busy.w-btn-ds-inquire-outline,
body.house-herman_miller .busy.w-btn-ds-inquire-outline,
body.house-lama .busy.w-btn-ds-inquire-outline,
body.house-toomey .busy.w-btn-ds-inquire-solid,
body.house-rago .busy.w-btn-ds-inquire-solid,
body.house-wright .busy.w-btn-ds-inquire-solid,
body.house-herman_miller .busy.w-btn-ds-inquire-solid,
body.house-lama .busy.w-btn-ds-inquire-solid,
body.house-toomey .busy.w-btn-light-green-outline,
body.house-rago .busy.w-btn-light-green-outline,
body.house-wright .busy.w-btn-light-green-outline,
body.house-herman_miller .busy.w-btn-light-green-outline,
body.house-lama .busy.w-btn-light-green-outline,
body.house-toomey .busy.w-btn-light-green-solid,
body.house-rago .busy.w-btn-light-green-solid,
body.house-wright .busy.w-btn-light-green-solid,
body.house-herman_miller .busy.w-btn-light-green-solid,
body.house-lama .busy.w-btn-light-green-solid,
body.house-toomey .busy.w-btn-light-grey-outline,
body.house-rago .busy.w-btn-light-grey-outline,
body.house-wright .busy.w-btn-light-grey-outline,
body.house-herman_miller .busy.w-btn-light-grey-outline,
body.house-lama .busy.w-btn-light-grey-outline,
body.house-toomey .busy.w-btn-light-grey-solid,
body.house-rago .busy.w-btn-light-grey-solid,
body.house-wright .busy.w-btn-light-grey-solid,
body.house-herman_miller .busy.w-btn-light-grey-solid,
body.house-lama .busy.w-btn-light-grey-solid,
body.house-toomey .busy.w-btn-white-outline,
body.house-rago .busy.w-btn-white-outline,
body.house-wright .busy.w-btn-white-outline,
body.house-herman_miller .busy.w-btn-white-outline,
body.house-lama .busy.w-btn-white-outline,
body.house-toomey .busy.w-btn-white-solid,
body.house-rago .busy.w-btn-white-solid,
body.house-wright .busy.w-btn-white-solid,
body.house-herman_miller .busy.w-btn-white-solid,
body.house-lama .busy.w-btn-white-solid,
body.house-toomey .busy.w-btn-house-outline,
body.house-toomey .busy.w-btn-green-outline,
body.house-rago .busy.w-btn-house-outline,
body.house-rago .busy.w-btn-green-outline,
body.house-wright .busy.w-btn-house-outline,
body.house-wright .busy.w-btn-green-outline,
body.house-herman_miller .busy.w-btn-house-outline,
body.house-herman_miller .busy.w-btn-green-outline,
body.house-lama .busy.w-btn-house-outline,
body.house-lama .busy.w-btn-green-outline,
body.house-toomey .busy.w-btn-house-solid,
body.house-toomey .busy.w-btn-green-solid,
body.house-rago .busy.w-btn-house-solid,
body.house-rago .busy.w-btn-green-solid,
body.house-wright .busy.w-btn-house-solid,
body.house-wright .busy.w-btn-green-solid,
body.house-herman_miller .busy.w-btn-house-solid,
body.house-herman_miller .busy.w-btn-green-solid,
body.house-lama .busy.w-btn-house-solid,
body.house-lama .busy.w-btn-green-solid, body.house-toomey .busy.w-btn:disabled,
body.house-toomey .busy.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-ds-inquire-outline:disabled,
body.house-toomey .busy.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .busy.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .busy.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .busy.w-btn-ds-inquire-solid:disabled,
body.house-toomey .busy.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-light-green-outline:disabled,
body.house-toomey .busy.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .busy.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .busy.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .busy.w-btn-light-green-solid:disabled,
body.house-toomey .busy.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-light-grey-outline:disabled,
body.house-toomey .busy.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .busy.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .busy.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .busy.w-btn-light-grey-solid:disabled,
body.house-toomey .busy.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-white-outline:disabled,
body.house-toomey .busy.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .busy.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .busy.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .busy.w-btn-white-solid:disabled,
body.house-toomey .busy.w-btn-house-outline:disabled,
body.house-toomey .busy.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-green-outline:disabled,
body.house-toomey .busy.w-btn-house-solid:disabled,
body.house-toomey .busy.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .busy.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-green-solid:disabled,
body.house-rago body.house-toomey .busy.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .busy.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-green-solid:disabled,
body.house-wright body.house-toomey .busy.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .busy.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-green-solid:disabled,
body.house-lama body.house-toomey .busy.w-btn-green-solid:disabled,
body.house-rago .busy.w-btn:disabled,
body.house-rago body.house-toomey .busy.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-ds-inquire-outline:disabled,
body.house-rago .busy.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-ds-inquire-solid:disabled,
body.house-rago .busy.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .busy.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-light-green-outline:disabled,
body.house-rago .busy.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-light-green-solid:disabled,
body.house-rago .busy.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .busy.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-light-grey-outline:disabled,
body.house-rago .busy.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-light-grey-solid:disabled,
body.house-rago .busy.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .busy.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-white-outline:disabled,
body.house-rago .busy.w-btn-white-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-white-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-white-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-white-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-white-solid:disabled,
body.house-rago .busy.w-btn-white-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-white-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-white-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-white-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .busy.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .busy.w-btn-green-outline:disabled,
body.house-rago .busy.w-btn-house-outline:disabled,
body.house-rago .busy.w-btn-green-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-house-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-house-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-green-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-green-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-house-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-house-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-green-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .busy.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .busy.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .busy.w-btn-green-solid:disabled,
body.house-rago .busy.w-btn-house-solid:disabled,
body.house-rago .busy.w-btn-green-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-house-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-house-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-green-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-green-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-house-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-house-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-green-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-green-solid:disabled,
body.house-wright .busy.w-btn:disabled,
body.house-wright body.house-toomey .busy.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-ds-inquire-outline:disabled,
body.house-wright .busy.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-ds-inquire-solid:disabled,
body.house-wright .busy.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .busy.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-light-green-outline:disabled,
body.house-wright .busy.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-light-green-solid:disabled,
body.house-wright .busy.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .busy.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-light-grey-outline:disabled,
body.house-wright .busy.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-light-grey-solid:disabled,
body.house-wright .busy.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .busy.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-white-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-white-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-white-outline:disabled,
body.house-wright .busy.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-white-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-white-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-white-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-white-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-white-solid:disabled,
body.house-wright .busy.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-white-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-white-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .busy.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .busy.w-btn-green-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-house-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-house-outline:disabled,
body.house-wright body.house-rago .busy.w-btn-green-outline:disabled,
body.house-rago body.house-wright .busy.w-btn-green-outline:disabled,
body.house-wright .busy.w-btn-house-outline:disabled,
body.house-wright .busy.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-green-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-house-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-house-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-green-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .busy.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .busy.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .busy.w-btn-green-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-house-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-house-solid:disabled,
body.house-wright body.house-rago .busy.w-btn-green-solid:disabled,
body.house-rago body.house-wright .busy.w-btn-green-solid:disabled,
body.house-wright .busy.w-btn-house-solid:disabled,
body.house-wright .busy.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-green-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-house-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-house-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-green-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-green-solid:disabled,
body.house-herman_miller .busy.w-btn:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .busy.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .busy.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-light-green-outline:disabled,
body.house-herman_miller .busy.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-light-green-solid:disabled,
body.house-herman_miller .busy.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-light-grey-outline:disabled,
body.house-herman_miller .busy.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-light-grey-solid:disabled,
body.house-herman_miller .busy.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-white-outline:disabled,
body.house-herman_miller .busy.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-white-solid:disabled,
body.house-herman_miller .busy.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-green-outline:disabled,
body.house-herman_miller .busy.w-btn-house-outline:disabled,
body.house-herman_miller .busy.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .busy.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .busy.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .busy.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .busy.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .busy.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .busy.w-btn-green-solid:disabled,
body.house-herman_miller .busy.w-btn-house-solid:disabled,
body.house-herman_miller .busy.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-green-solid:disabled,
body.house-lama .busy.w-btn:disabled,
body.house-lama body.house-toomey .busy.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-ds-inquire-outline:disabled,
body.house-lama .busy.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-ds-inquire-solid:disabled,
body.house-lama .busy.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .busy.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-light-green-outline:disabled,
body.house-lama .busy.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-light-green-solid:disabled,
body.house-lama .busy.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .busy.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-light-grey-outline:disabled,
body.house-lama .busy.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-light-grey-solid:disabled,
body.house-lama .busy.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .busy.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-white-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-white-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-white-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-white-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-white-outline:disabled,
body.house-lama .busy.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-white-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-white-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-white-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-white-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-white-solid:disabled,
body.house-lama .busy.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .busy.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .busy.w-btn-green-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-house-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-house-outline:disabled,
body.house-lama body.house-rago .busy.w-btn-green-outline:disabled,
body.house-rago body.house-lama .busy.w-btn-green-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-house-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-house-outline:disabled,
body.house-lama body.house-wright .busy.w-btn-green-outline:disabled,
body.house-wright body.house-lama .busy.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-green-outline:disabled,
body.house-lama .busy.w-btn-house-outline:disabled,
body.house-lama .busy.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .busy.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .busy.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .busy.w-btn-green-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-house-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-house-solid:disabled,
body.house-lama body.house-rago .busy.w-btn-green-solid:disabled,
body.house-rago body.house-lama .busy.w-btn-green-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-house-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-house-solid:disabled,
body.house-lama body.house-wright .busy.w-btn-green-solid:disabled,
body.house-wright body.house-lama .busy.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .busy.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .busy.w-btn-green-solid:disabled,
body.house-lama .busy.w-btn-house-solid:disabled,
body.house-lama .busy.w-btn-green-solid:disabled,
.button.busy,
a.button.busy {
  height: 4.5rem;
  position: relative;
}

.w-btn.solid,
body.house-toomey .solid.w-btn-ds-inquire-outline,
body.house-rago .solid.w-btn-ds-inquire-outline,
body.house-wright .solid.w-btn-ds-inquire-outline,
body.house-herman_miller .solid.w-btn-ds-inquire-outline,
body.house-lama .solid.w-btn-ds-inquire-outline,
body.house-toomey .solid.w-btn-ds-inquire-solid,
body.house-rago .solid.w-btn-ds-inquire-solid,
body.house-wright .solid.w-btn-ds-inquire-solid,
body.house-herman_miller .solid.w-btn-ds-inquire-solid,
body.house-lama .solid.w-btn-ds-inquire-solid,
body.house-toomey .solid.w-btn-light-green-outline,
body.house-rago .solid.w-btn-light-green-outline,
body.house-wright .solid.w-btn-light-green-outline,
body.house-herman_miller .solid.w-btn-light-green-outline,
body.house-lama .solid.w-btn-light-green-outline,
body.house-toomey .solid.w-btn-light-green-solid,
body.house-rago .solid.w-btn-light-green-solid,
body.house-wright .solid.w-btn-light-green-solid,
body.house-herman_miller .solid.w-btn-light-green-solid,
body.house-lama .solid.w-btn-light-green-solid,
body.house-toomey .solid.w-btn-light-grey-outline,
body.house-rago .solid.w-btn-light-grey-outline,
body.house-wright .solid.w-btn-light-grey-outline,
body.house-herman_miller .solid.w-btn-light-grey-outline,
body.house-lama .solid.w-btn-light-grey-outline,
body.house-toomey .solid.w-btn-light-grey-solid,
body.house-rago .solid.w-btn-light-grey-solid,
body.house-wright .solid.w-btn-light-grey-solid,
body.house-herman_miller .solid.w-btn-light-grey-solid,
body.house-lama .solid.w-btn-light-grey-solid,
body.house-toomey .solid.w-btn-white-outline,
body.house-rago .solid.w-btn-white-outline,
body.house-wright .solid.w-btn-white-outline,
body.house-herman_miller .solid.w-btn-white-outline,
body.house-lama .solid.w-btn-white-outline,
body.house-toomey .solid.w-btn-white-solid,
body.house-rago .solid.w-btn-white-solid,
body.house-wright .solid.w-btn-white-solid,
body.house-herman_miller .solid.w-btn-white-solid,
body.house-lama .solid.w-btn-white-solid,
body.house-toomey .solid.w-btn-house-outline,
body.house-toomey .solid.w-btn-green-outline,
body.house-rago .solid.w-btn-house-outline,
body.house-rago .solid.w-btn-green-outline,
body.house-wright .solid.w-btn-house-outline,
body.house-wright .solid.w-btn-green-outline,
body.house-herman_miller .solid.w-btn-house-outline,
body.house-herman_miller .solid.w-btn-green-outline,
body.house-lama .solid.w-btn-house-outline,
body.house-lama .solid.w-btn-green-outline,
body.house-toomey .solid.w-btn-house-solid,
body.house-toomey .solid.w-btn-green-solid,
body.house-rago .solid.w-btn-house-solid,
body.house-rago .solid.w-btn-green-solid,
body.house-wright .solid.w-btn-house-solid,
body.house-wright .solid.w-btn-green-solid,
body.house-herman_miller .solid.w-btn-house-solid,
body.house-herman_miller .solid.w-btn-green-solid,
body.house-lama .solid.w-btn-house-solid,
body.house-lama .solid.w-btn-green-solid, body.house-toomey .solid.w-btn:disabled,
body.house-toomey .solid.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-ds-inquire-outline:disabled,
body.house-toomey .solid.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .solid.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .solid.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .solid.w-btn-ds-inquire-solid:disabled,
body.house-toomey .solid.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-green-outline:disabled,
body.house-toomey .solid.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-green-solid:disabled,
body.house-toomey .solid.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-grey-outline:disabled,
body.house-toomey .solid.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-grey-solid:disabled,
body.house-toomey .solid.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-white-outline:disabled,
body.house-toomey .solid.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .solid.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .solid.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .solid.w-btn-white-solid:disabled,
body.house-toomey .solid.w-btn-house-outline:disabled,
body.house-toomey .solid.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-green-outline:disabled,
body.house-toomey .solid.w-btn-house-solid:disabled,
body.house-toomey .solid.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .solid.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-green-solid:disabled,
body.house-rago body.house-toomey .solid.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .solid.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-green-solid:disabled,
body.house-wright body.house-toomey .solid.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .solid.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-green-solid:disabled,
body.house-lama body.house-toomey .solid.w-btn-green-solid:disabled,
body.house-rago .solid.w-btn:disabled,
body.house-rago body.house-toomey .solid.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-ds-inquire-outline:disabled,
body.house-rago .solid.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-ds-inquire-solid:disabled,
body.house-rago .solid.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-green-outline:disabled,
body.house-rago .solid.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-green-solid:disabled,
body.house-rago .solid.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-grey-outline:disabled,
body.house-rago .solid.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-grey-solid:disabled,
body.house-rago .solid.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .solid.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-white-outline:disabled,
body.house-rago .solid.w-btn-white-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-white-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-white-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-white-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-white-solid:disabled,
body.house-rago .solid.w-btn-white-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-white-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-white-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-white-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .solid.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .solid.w-btn-green-outline:disabled,
body.house-rago .solid.w-btn-house-outline:disabled,
body.house-rago .solid.w-btn-green-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-house-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-house-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-green-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-green-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-house-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-house-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-green-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .solid.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .solid.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .solid.w-btn-green-solid:disabled,
body.house-rago .solid.w-btn-house-solid:disabled,
body.house-rago .solid.w-btn-green-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-house-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-house-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-green-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-green-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-house-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-house-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-green-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-green-solid:disabled,
body.house-wright .solid.w-btn:disabled,
body.house-wright body.house-toomey .solid.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-ds-inquire-outline:disabled,
body.house-wright .solid.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-ds-inquire-solid:disabled,
body.house-wright .solid.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-light-green-outline:disabled,
body.house-wright .solid.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-light-green-solid:disabled,
body.house-wright .solid.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-light-grey-outline:disabled,
body.house-wright .solid.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-light-grey-solid:disabled,
body.house-wright .solid.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .solid.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-white-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-white-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-white-outline:disabled,
body.house-wright .solid.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-white-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-white-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-white-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-white-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-white-solid:disabled,
body.house-wright .solid.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-white-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-white-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .solid.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .solid.w-btn-green-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-house-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-house-outline:disabled,
body.house-wright body.house-rago .solid.w-btn-green-outline:disabled,
body.house-rago body.house-wright .solid.w-btn-green-outline:disabled,
body.house-wright .solid.w-btn-house-outline:disabled,
body.house-wright .solid.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-green-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-house-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-house-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-green-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .solid.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .solid.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .solid.w-btn-green-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-house-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-house-solid:disabled,
body.house-wright body.house-rago .solid.w-btn-green-solid:disabled,
body.house-rago body.house-wright .solid.w-btn-green-solid:disabled,
body.house-wright .solid.w-btn-house-solid:disabled,
body.house-wright .solid.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-green-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-house-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-house-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-green-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-green-solid:disabled,
body.house-herman_miller .solid.w-btn:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .solid.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .solid.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-green-outline:disabled,
body.house-herman_miller .solid.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-green-solid:disabled,
body.house-herman_miller .solid.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-grey-outline:disabled,
body.house-herman_miller .solid.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-grey-solid:disabled,
body.house-herman_miller .solid.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-white-outline:disabled,
body.house-herman_miller .solid.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-white-solid:disabled,
body.house-herman_miller .solid.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-green-outline:disabled,
body.house-herman_miller .solid.w-btn-house-outline:disabled,
body.house-herman_miller .solid.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-green-solid:disabled,
body.house-herman_miller .solid.w-btn-house-solid:disabled,
body.house-herman_miller .solid.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-green-solid:disabled,
body.house-lama .solid.w-btn:disabled,
body.house-lama body.house-toomey .solid.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-ds-inquire-outline:disabled,
body.house-lama .solid.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-ds-inquire-solid:disabled,
body.house-lama .solid.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-green-outline:disabled,
body.house-lama .solid.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-green-solid:disabled,
body.house-lama .solid.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-grey-outline:disabled,
body.house-lama .solid.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-grey-solid:disabled,
body.house-lama .solid.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .solid.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-white-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-white-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-white-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-white-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-white-outline:disabled,
body.house-lama .solid.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-white-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-white-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-white-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-white-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-white-solid:disabled,
body.house-lama .solid.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .solid.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .solid.w-btn-green-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-house-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-house-outline:disabled,
body.house-lama body.house-rago .solid.w-btn-green-outline:disabled,
body.house-rago body.house-lama .solid.w-btn-green-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-house-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-house-outline:disabled,
body.house-lama body.house-wright .solid.w-btn-green-outline:disabled,
body.house-wright body.house-lama .solid.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-green-outline:disabled,
body.house-lama .solid.w-btn-house-outline:disabled,
body.house-lama .solid.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .solid.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .solid.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .solid.w-btn-green-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-house-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-house-solid:disabled,
body.house-lama body.house-rago .solid.w-btn-green-solid:disabled,
body.house-rago body.house-lama .solid.w-btn-green-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-house-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-house-solid:disabled,
body.house-lama body.house-wright .solid.w-btn-green-solid:disabled,
body.house-wright body.house-lama .solid.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-green-solid:disabled,
body.house-lama .solid.w-btn-house-solid:disabled,
body.house-lama .solid.w-btn-green-solid:disabled,
.button.solid,
a.button.solid {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.w-btn.solid:hover,
body.house-toomey .solid.w-btn-ds-inquire-outline:hover,
body.house-rago .solid.w-btn-ds-inquire-outline:hover,
body.house-wright .solid.w-btn-ds-inquire-outline:hover,
body.house-herman_miller .solid.w-btn-ds-inquire-outline:hover,
body.house-lama .solid.w-btn-ds-inquire-outline:hover,
body.house-toomey .solid.w-btn-ds-inquire-solid:hover,
body.house-rago .solid.w-btn-ds-inquire-solid:hover,
body.house-wright .solid.w-btn-ds-inquire-solid:hover,
body.house-herman_miller .solid.w-btn-ds-inquire-solid:hover,
body.house-lama .solid.w-btn-ds-inquire-solid:hover,
body.house-toomey .solid.w-btn-light-green-outline:hover,
body.house-rago .solid.w-btn-light-green-outline:hover,
body.house-wright .solid.w-btn-light-green-outline:hover,
body.house-herman_miller .solid.w-btn-light-green-outline:hover,
body.house-lama .solid.w-btn-light-green-outline:hover,
body.house-toomey .solid.w-btn-light-green-solid:hover,
body.house-rago .solid.w-btn-light-green-solid:hover,
body.house-wright .solid.w-btn-light-green-solid:hover,
body.house-herman_miller .solid.w-btn-light-green-solid:hover,
body.house-lama .solid.w-btn-light-green-solid:hover,
body.house-toomey .solid.w-btn-light-grey-outline:hover,
body.house-rago .solid.w-btn-light-grey-outline:hover,
body.house-wright .solid.w-btn-light-grey-outline:hover,
body.house-herman_miller .solid.w-btn-light-grey-outline:hover,
body.house-lama .solid.w-btn-light-grey-outline:hover,
body.house-toomey .solid.w-btn-light-grey-solid:hover,
body.house-rago .solid.w-btn-light-grey-solid:hover,
body.house-wright .solid.w-btn-light-grey-solid:hover,
body.house-herman_miller .solid.w-btn-light-grey-solid:hover,
body.house-lama .solid.w-btn-light-grey-solid:hover,
body.house-toomey .solid.w-btn-white-outline:hover,
body.house-rago .solid.w-btn-white-outline:hover,
body.house-wright .solid.w-btn-white-outline:hover,
body.house-herman_miller .solid.w-btn-white-outline:hover,
body.house-lama .solid.w-btn-white-outline:hover,
body.house-toomey .solid.w-btn-white-solid:hover,
body.house-rago .solid.w-btn-white-solid:hover,
body.house-wright .solid.w-btn-white-solid:hover,
body.house-herman_miller .solid.w-btn-white-solid:hover,
body.house-lama .solid.w-btn-white-solid:hover,
body.house-toomey .solid.w-btn-house-outline:hover,
body.house-toomey .solid.w-btn-green-outline:hover,
body.house-rago .solid.w-btn-house-outline:hover,
body.house-rago .solid.w-btn-green-outline:hover,
body.house-wright .solid.w-btn-house-outline:hover,
body.house-wright .solid.w-btn-green-outline:hover,
body.house-herman_miller .solid.w-btn-house-outline:hover,
body.house-herman_miller .solid.w-btn-green-outline:hover,
body.house-lama .solid.w-btn-house-outline:hover,
body.house-lama .solid.w-btn-green-outline:hover,
body.house-toomey .solid.w-btn-house-solid:hover,
body.house-toomey .solid.w-btn-green-solid:hover,
body.house-rago .solid.w-btn-house-solid:hover,
body.house-rago .solid.w-btn-green-solid:hover,
body.house-wright .solid.w-btn-house-solid:hover,
body.house-wright .solid.w-btn-green-solid:hover,
body.house-herman_miller .solid.w-btn-house-solid:hover,
body.house-herman_miller .solid.w-btn-green-solid:hover,
body.house-lama .solid.w-btn-house-solid:hover,
body.house-lama .solid.w-btn-green-solid:hover, body.house-toomey .solid.w-btn:hover:disabled,
body.house-toomey .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey .solid.w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-green-outline:hover:disabled,
body.house-toomey .solid.w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-green-solid:hover:disabled,
body.house-toomey .solid.w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-grey-outline:hover:disabled,
body.house-toomey .solid.w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-grey-solid:hover:disabled,
body.house-toomey .solid.w-btn-white-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-white-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-white-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-white-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-white-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-white-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-white-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-white-outline:hover:disabled,
body.house-toomey .solid.w-btn-white-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-white-solid:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-white-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-white-solid:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-white-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-white-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-white-solid:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-white-solid:hover:disabled,
body.house-toomey .solid.w-btn-house-outline:hover:disabled,
body.house-toomey .solid.w-btn-green-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-house-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-house-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-green-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-green-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-house-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-house-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-green-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-house-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-green-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-house-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-house-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-green-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-green-outline:hover:disabled,
body.house-toomey .solid.w-btn-house-solid:hover:disabled,
body.house-toomey .solid.w-btn-green-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-house-solid:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-house-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-green-solid:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-green-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-house-solid:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-house-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-green-solid:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-house-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-green-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-house-solid:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-house-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-green-solid:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-green-solid:hover:disabled,
body.house-rago .solid.w-btn:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-rago .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-rago .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-green-outline:hover:disabled,
body.house-rago .solid.w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-green-solid:hover:disabled,
body.house-rago .solid.w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-grey-outline:hover:disabled,
body.house-rago .solid.w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-light-grey-solid:hover:disabled,
body.house-rago .solid.w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-white-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-white-outline:hover:disabled,
body.house-rago .solid.w-btn-white-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-white-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-white-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-white-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-white-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-white-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-white-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-white-solid:hover:disabled,
body.house-rago .solid.w-btn-white-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-white-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-white-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-white-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-white-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-white-solid:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-house-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-house-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-green-outline:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-green-outline:hover:disabled,
body.house-rago .solid.w-btn-house-outline:hover:disabled,
body.house-rago .solid.w-btn-green-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-house-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-house-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-green-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-house-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-green-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-house-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-house-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-green-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-green-outline:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-house-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-house-solid:hover:disabled,
body.house-rago body.house-toomey .solid.w-btn-green-solid:hover:disabled,
body.house-toomey body.house-rago .solid.w-btn-green-solid:hover:disabled,
body.house-rago .solid.w-btn-house-solid:hover:disabled,
body.house-rago .solid.w-btn-green-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-house-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-house-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-green-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-house-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-green-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-house-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-house-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-green-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-green-solid:hover:disabled,
body.house-wright .solid.w-btn:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-wright .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-wright .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-light-green-outline:hover:disabled,
body.house-wright .solid.w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-light-green-solid:hover:disabled,
body.house-wright .solid.w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-light-grey-outline:hover:disabled,
body.house-wright .solid.w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-light-grey-solid:hover:disabled,
body.house-wright .solid.w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-white-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-white-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-white-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-white-outline:hover:disabled,
body.house-wright .solid.w-btn-white-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-white-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-white-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-white-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-white-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-white-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-white-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-white-solid:hover:disabled,
body.house-wright .solid.w-btn-white-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-white-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-white-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-white-solid:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-house-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-house-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-green-outline:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-green-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-house-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-house-outline:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-green-outline:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-green-outline:hover:disabled,
body.house-wright .solid.w-btn-house-outline:hover:disabled,
body.house-wright .solid.w-btn-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-house-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-green-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-house-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-house-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-green-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-green-outline:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-house-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-house-solid:hover:disabled,
body.house-wright body.house-toomey .solid.w-btn-green-solid:hover:disabled,
body.house-toomey body.house-wright .solid.w-btn-green-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-house-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-house-solid:hover:disabled,
body.house-wright body.house-rago .solid.w-btn-green-solid:hover:disabled,
body.house-rago body.house-wright .solid.w-btn-green-solid:hover:disabled,
body.house-wright .solid.w-btn-house-solid:hover:disabled,
body.house-wright .solid.w-btn-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-house-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-green-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-house-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-house-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-green-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-green-solid:hover:disabled,
body.house-herman_miller .solid.w-btn:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-green-outline:hover:disabled,
body.house-herman_miller .solid.w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-green-solid:hover:disabled,
body.house-herman_miller .solid.w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller .solid.w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller .solid.w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-white-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-white-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-white-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-white-outline:hover:disabled,
body.house-herman_miller .solid.w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-white-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-white-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-white-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-white-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-white-solid:hover:disabled,
body.house-herman_miller .solid.w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-white-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-house-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-green-outline:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-house-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-green-outline:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-house-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-green-outline:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-green-outline:hover:disabled,
body.house-herman_miller .solid.w-btn-house-outline:hover:disabled,
body.house-herman_miller .solid.w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-house-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-house-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-toomey .solid.w-btn-green-solid:hover:disabled,
body.house-toomey body.house-herman_miller .solid.w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-house-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-rago .solid.w-btn-green-solid:hover:disabled,
body.house-rago body.house-herman_miller .solid.w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-house-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-wright .solid.w-btn-green-solid:hover:disabled,
body.house-wright body.house-herman_miller .solid.w-btn-green-solid:hover:disabled,
body.house-herman_miller .solid.w-btn-house-solid:hover:disabled,
body.house-herman_miller .solid.w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-house-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-green-solid:hover:disabled,
body.house-lama .solid.w-btn:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-lama .solid.w-btn-ds-inquire-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-lama .solid.w-btn-ds-inquire-solid:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-green-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-light-green-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-light-green-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-green-outline:hover:disabled,
body.house-lama .solid.w-btn-light-green-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-green-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-light-green-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-light-green-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-green-solid:hover:disabled,
body.house-lama .solid.w-btn-light-green-solid:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-grey-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-light-grey-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-light-grey-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-grey-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-grey-outline:hover:disabled,
body.house-lama .solid.w-btn-light-grey-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-light-grey-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-light-grey-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-light-grey-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-light-grey-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-light-grey-solid:hover:disabled,
body.house-lama .solid.w-btn-light-grey-solid:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-white-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-white-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-white-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-white-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-white-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-white-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-white-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-white-outline:hover:disabled,
body.house-lama .solid.w-btn-white-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-white-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-white-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-white-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-white-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-white-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-white-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-white-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-white-solid:hover:disabled,
body.house-lama .solid.w-btn-white-solid:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-house-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-house-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-green-outline:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-green-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-house-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-house-outline:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-green-outline:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-green-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-house-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-house-outline:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-green-outline:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-green-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-house-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-house-outline:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-green-outline:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-green-outline:hover:disabled,
body.house-lama .solid.w-btn-house-outline:hover:disabled,
body.house-lama .solid.w-btn-green-outline:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-house-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-house-solid:hover:disabled,
body.house-lama body.house-toomey .solid.w-btn-green-solid:hover:disabled,
body.house-toomey body.house-lama .solid.w-btn-green-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-house-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-house-solid:hover:disabled,
body.house-lama body.house-rago .solid.w-btn-green-solid:hover:disabled,
body.house-rago body.house-lama .solid.w-btn-green-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-house-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-house-solid:hover:disabled,
body.house-lama body.house-wright .solid.w-btn-green-solid:hover:disabled,
body.house-wright body.house-lama .solid.w-btn-green-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-house-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-house-solid:hover:disabled,
body.house-lama body.house-herman_miller .solid.w-btn-green-solid:hover:disabled,
body.house-herman_miller body.house-lama .solid.w-btn-green-solid:hover:disabled,
body.house-lama .solid.w-btn-house-solid:hover:disabled,
body.house-lama .solid.w-btn-green-solid:hover:disabled,
.button.solid:hover,
a.button.solid:hover {
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

.w-btn.solid.disabled,
body.house-toomey .solid.disabled.w-btn-ds-inquire-outline,
body.house-rago .solid.disabled.w-btn-ds-inquire-outline,
body.house-wright .solid.disabled.w-btn-ds-inquire-outline,
body.house-herman_miller .solid.disabled.w-btn-ds-inquire-outline,
body.house-lama .solid.disabled.w-btn-ds-inquire-outline,
body.house-toomey .solid.disabled.w-btn-ds-inquire-solid,
body.house-rago .solid.disabled.w-btn-ds-inquire-solid,
body.house-wright .solid.disabled.w-btn-ds-inquire-solid,
body.house-herman_miller .solid.disabled.w-btn-ds-inquire-solid,
body.house-lama .solid.disabled.w-btn-ds-inquire-solid,
body.house-toomey .solid.disabled.w-btn-light-green-outline,
body.house-rago .solid.disabled.w-btn-light-green-outline,
body.house-wright .solid.disabled.w-btn-light-green-outline,
body.house-herman_miller .solid.disabled.w-btn-light-green-outline,
body.house-lama .solid.disabled.w-btn-light-green-outline,
body.house-toomey .solid.disabled.w-btn-light-green-solid,
body.house-rago .solid.disabled.w-btn-light-green-solid,
body.house-wright .solid.disabled.w-btn-light-green-solid,
body.house-herman_miller .solid.disabled.w-btn-light-green-solid,
body.house-lama .solid.disabled.w-btn-light-green-solid,
body.house-toomey .solid.disabled.w-btn-light-grey-outline,
body.house-rago .solid.disabled.w-btn-light-grey-outline,
body.house-wright .solid.disabled.w-btn-light-grey-outline,
body.house-herman_miller .solid.disabled.w-btn-light-grey-outline,
body.house-lama .solid.disabled.w-btn-light-grey-outline,
body.house-toomey .solid.disabled.w-btn-light-grey-solid,
body.house-rago .solid.disabled.w-btn-light-grey-solid,
body.house-wright .solid.disabled.w-btn-light-grey-solid,
body.house-herman_miller .solid.disabled.w-btn-light-grey-solid,
body.house-lama .solid.disabled.w-btn-light-grey-solid,
body.house-toomey .solid.disabled.w-btn-white-outline,
body.house-rago .solid.disabled.w-btn-white-outline,
body.house-wright .solid.disabled.w-btn-white-outline,
body.house-herman_miller .solid.disabled.w-btn-white-outline,
body.house-lama .solid.disabled.w-btn-white-outline,
body.house-toomey .solid.disabled.w-btn-white-solid,
body.house-rago .solid.disabled.w-btn-white-solid,
body.house-wright .solid.disabled.w-btn-white-solid,
body.house-herman_miller .solid.disabled.w-btn-white-solid,
body.house-lama .solid.disabled.w-btn-white-solid,
body.house-toomey .solid.disabled.w-btn-house-outline,
body.house-toomey .solid.disabled.w-btn-green-outline,
body.house-rago .solid.disabled.w-btn-house-outline,
body.house-rago .solid.disabled.w-btn-green-outline,
body.house-wright .solid.disabled.w-btn-house-outline,
body.house-wright .solid.disabled.w-btn-green-outline,
body.house-herman_miller .solid.disabled.w-btn-house-outline,
body.house-herman_miller .solid.disabled.w-btn-green-outline,
body.house-lama .solid.disabled.w-btn-house-outline,
body.house-lama .solid.disabled.w-btn-green-outline,
body.house-toomey .solid.disabled.w-btn-house-solid,
body.house-toomey .solid.disabled.w-btn-green-solid,
body.house-rago .solid.disabled.w-btn-house-solid,
body.house-rago .solid.disabled.w-btn-green-solid,
body.house-wright .solid.disabled.w-btn-house-solid,
body.house-wright .solid.disabled.w-btn-green-solid,
body.house-herman_miller .solid.disabled.w-btn-house-solid,
body.house-herman_miller .solid.disabled.w-btn-green-solid,
body.house-lama .solid.disabled.w-btn-house-solid,
body.house-lama .solid.disabled.w-btn-green-solid, body.house-toomey .solid.disabled.w-btn:disabled,
body.house-toomey .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-toomey .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-toomey .solid.disabled.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-light-green-outline:disabled,
body.house-toomey .solid.disabled.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-light-green-solid:disabled,
body.house-toomey .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-toomey .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-toomey .solid.disabled.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-white-outline:disabled,
body.house-toomey .solid.disabled.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-white-solid:disabled,
body.house-toomey .solid.disabled.w-btn-house-outline:disabled,
body.house-toomey .solid.disabled.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-green-outline:disabled,
body.house-toomey .solid.disabled.w-btn-house-solid:disabled,
body.house-toomey .solid.disabled.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-green-solid:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-green-solid:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-green-solid:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-green-solid:disabled,
body.house-rago .solid.disabled.w-btn:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-rago .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-rago .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-light-green-outline:disabled,
body.house-rago .solid.disabled.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-light-green-solid:disabled,
body.house-rago .solid.disabled.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-rago .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-rago .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-white-outline:disabled,
body.house-rago .solid.disabled.w-btn-white-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-white-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-white-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-white-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-white-solid:disabled,
body.house-rago .solid.disabled.w-btn-white-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-white-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-white-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-white-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-green-outline:disabled,
body.house-rago .solid.disabled.w-btn-house-outline:disabled,
body.house-rago .solid.disabled.w-btn-green-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-house-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-house-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-green-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-green-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-house-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-house-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-green-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .solid.disabled.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .solid.disabled.w-btn-green-solid:disabled,
body.house-rago .solid.disabled.w-btn-house-solid:disabled,
body.house-rago .solid.disabled.w-btn-green-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-house-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-house-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-green-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-green-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-house-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-house-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-green-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-green-solid:disabled,
body.house-wright .solid.disabled.w-btn:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-wright .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-wright .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-light-green-outline:disabled,
body.house-wright .solid.disabled.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-light-green-solid:disabled,
body.house-wright .solid.disabled.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-wright .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-wright .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-white-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-white-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-white-outline:disabled,
body.house-wright .solid.disabled.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-white-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-white-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-white-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-white-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-white-solid:disabled,
body.house-wright .solid.disabled.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-white-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-white-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-green-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-house-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-house-outline:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-green-outline:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-green-outline:disabled,
body.house-wright .solid.disabled.w-btn-house-outline:disabled,
body.house-wright .solid.disabled.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-green-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-house-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-house-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-green-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .solid.disabled.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .solid.disabled.w-btn-green-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-house-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-house-solid:disabled,
body.house-wright body.house-rago .solid.disabled.w-btn-green-solid:disabled,
body.house-rago body.house-wright .solid.disabled.w-btn-green-solid:disabled,
body.house-wright .solid.disabled.w-btn-house-solid:disabled,
body.house-wright .solid.disabled.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-green-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-house-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-house-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-green-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-green-solid:disabled,
body.house-herman_miller .solid.disabled.w-btn:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-light-green-outline:disabled,
body.house-herman_miller .solid.disabled.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-light-green-solid:disabled,
body.house-herman_miller .solid.disabled.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-herman_miller .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-herman_miller .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-white-outline:disabled,
body.house-herman_miller .solid.disabled.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-white-solid:disabled,
body.house-herman_miller .solid.disabled.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-green-outline:disabled,
body.house-herman_miller .solid.disabled.w-btn-house-outline:disabled,
body.house-herman_miller .solid.disabled.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .solid.disabled.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .solid.disabled.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .solid.disabled.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .solid.disabled.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .solid.disabled.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .solid.disabled.w-btn-green-solid:disabled,
body.house-herman_miller .solid.disabled.w-btn-house-solid:disabled,
body.house-herman_miller .solid.disabled.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-green-solid:disabled,
body.house-lama .solid.disabled.w-btn:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-lama .solid.disabled.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-lama .solid.disabled.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-light-green-outline:disabled,
body.house-lama .solid.disabled.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-light-green-solid:disabled,
body.house-lama .solid.disabled.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-lama .solid.disabled.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-lama .solid.disabled.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-white-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-white-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-white-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-white-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-white-outline:disabled,
body.house-lama .solid.disabled.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-white-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-white-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-white-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-white-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-white-solid:disabled,
body.house-lama .solid.disabled.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-green-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-house-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-house-outline:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-green-outline:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-green-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-house-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-house-outline:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-green-outline:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-green-outline:disabled,
body.house-lama .solid.disabled.w-btn-house-outline:disabled,
body.house-lama .solid.disabled.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .solid.disabled.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .solid.disabled.w-btn-green-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-house-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-house-solid:disabled,
body.house-lama body.house-rago .solid.disabled.w-btn-green-solid:disabled,
body.house-rago body.house-lama .solid.disabled.w-btn-green-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-house-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-house-solid:disabled,
body.house-lama body.house-wright .solid.disabled.w-btn-green-solid:disabled,
body.house-wright body.house-lama .solid.disabled.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .solid.disabled.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .solid.disabled.w-btn-green-solid:disabled,
body.house-lama .solid.disabled.w-btn-house-solid:disabled,
body.house-lama .solid.disabled.w-btn-green-solid:disabled,
.button.solid.disabled,
a.button.solid.disabled {
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}

.w-btn.create-account-button,
body.house-toomey .create-account-button.w-btn-ds-inquire-outline,
body.house-rago .create-account-button.w-btn-ds-inquire-outline,
body.house-wright .create-account-button.w-btn-ds-inquire-outline,
body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline,
body.house-lama .create-account-button.w-btn-ds-inquire-outline,
body.house-toomey .create-account-button.w-btn-ds-inquire-solid,
body.house-rago .create-account-button.w-btn-ds-inquire-solid,
body.house-wright .create-account-button.w-btn-ds-inquire-solid,
body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid,
body.house-lama .create-account-button.w-btn-ds-inquire-solid,
body.house-toomey .create-account-button.w-btn-light-green-outline,
body.house-rago .create-account-button.w-btn-light-green-outline,
body.house-wright .create-account-button.w-btn-light-green-outline,
body.house-herman_miller .create-account-button.w-btn-light-green-outline,
body.house-lama .create-account-button.w-btn-light-green-outline,
body.house-toomey .create-account-button.w-btn-light-green-solid,
body.house-rago .create-account-button.w-btn-light-green-solid,
body.house-wright .create-account-button.w-btn-light-green-solid,
body.house-herman_miller .create-account-button.w-btn-light-green-solid,
body.house-lama .create-account-button.w-btn-light-green-solid,
body.house-toomey .create-account-button.w-btn-light-grey-outline,
body.house-rago .create-account-button.w-btn-light-grey-outline,
body.house-wright .create-account-button.w-btn-light-grey-outline,
body.house-herman_miller .create-account-button.w-btn-light-grey-outline,
body.house-lama .create-account-button.w-btn-light-grey-outline,
body.house-toomey .create-account-button.w-btn-light-grey-solid,
body.house-rago .create-account-button.w-btn-light-grey-solid,
body.house-wright .create-account-button.w-btn-light-grey-solid,
body.house-herman_miller .create-account-button.w-btn-light-grey-solid,
body.house-lama .create-account-button.w-btn-light-grey-solid,
body.house-toomey .create-account-button.w-btn-white-outline,
body.house-rago .create-account-button.w-btn-white-outline,
body.house-wright .create-account-button.w-btn-white-outline,
body.house-herman_miller .create-account-button.w-btn-white-outline,
body.house-lama .create-account-button.w-btn-white-outline,
body.house-toomey .create-account-button.w-btn-white-solid,
body.house-rago .create-account-button.w-btn-white-solid,
body.house-wright .create-account-button.w-btn-white-solid,
body.house-herman_miller .create-account-button.w-btn-white-solid,
body.house-lama .create-account-button.w-btn-white-solid,
body.house-toomey .create-account-button.w-btn-house-outline,
body.house-toomey .create-account-button.w-btn-green-outline,
body.house-rago .create-account-button.w-btn-house-outline,
body.house-rago .create-account-button.w-btn-green-outline,
body.house-wright .create-account-button.w-btn-house-outline,
body.house-wright .create-account-button.w-btn-green-outline,
body.house-herman_miller .create-account-button.w-btn-house-outline,
body.house-herman_miller .create-account-button.w-btn-green-outline,
body.house-lama .create-account-button.w-btn-house-outline,
body.house-lama .create-account-button.w-btn-green-outline,
body.house-toomey .create-account-button.w-btn-house-solid,
body.house-toomey .create-account-button.w-btn-green-solid,
body.house-rago .create-account-button.w-btn-house-solid,
body.house-rago .create-account-button.w-btn-green-solid,
body.house-wright .create-account-button.w-btn-house-solid,
body.house-wright .create-account-button.w-btn-green-solid,
body.house-herman_miller .create-account-button.w-btn-house-solid,
body.house-herman_miller .create-account-button.w-btn-green-solid,
body.house-lama .create-account-button.w-btn-house-solid,
body.house-lama .create-account-button.w-btn-green-solid, body.house-toomey .create-account-button.w-btn:disabled,
body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
body.house-toomey .create-account-button.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-white-outline:disabled,
body.house-toomey .create-account-button.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-white-solid:disabled,
body.house-toomey .create-account-button.w-btn-house-outline:disabled,
body.house-toomey .create-account-button.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-green-outline:disabled,
body.house-toomey .create-account-button.w-btn-house-solid:disabled,
body.house-toomey .create-account-button.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-green-solid:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-green-solid:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-green-solid:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-green-solid:disabled,
body.house-rago .create-account-button.w-btn:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-white-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-white-outline:disabled,
body.house-rago .create-account-button.w-btn-white-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-white-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-white-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-white-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-white-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-white-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-white-solid:disabled,
body.house-rago .create-account-button.w-btn-white-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-white-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-white-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-white-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-white-solid:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-house-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-house-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-green-outline:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-green-outline:disabled,
body.house-rago .create-account-button.w-btn-house-outline:disabled,
body.house-rago .create-account-button.w-btn-green-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-house-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-house-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-green-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-green-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-house-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-house-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-green-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-green-outline:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-house-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-house-solid:disabled,
body.house-rago body.house-toomey .create-account-button.w-btn-green-solid:disabled,
body.house-toomey body.house-rago .create-account-button.w-btn-green-solid:disabled,
body.house-rago .create-account-button.w-btn-house-solid:disabled,
body.house-rago .create-account-button.w-btn-green-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-house-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-house-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-green-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-green-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-house-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-house-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-green-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-green-solid:disabled,
body.house-wright .create-account-button.w-btn:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-white-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-white-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-white-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-white-outline:disabled,
body.house-wright .create-account-button.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-white-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-white-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-white-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-white-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-white-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-white-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-white-solid:disabled,
body.house-wright .create-account-button.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-white-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-white-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-white-solid:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-house-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-house-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-green-outline:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-green-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-house-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-house-outline:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-green-outline:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-green-outline:disabled,
body.house-wright .create-account-button.w-btn-house-outline:disabled,
body.house-wright .create-account-button.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-green-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-house-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-house-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-green-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-green-outline:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-house-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-house-solid:disabled,
body.house-wright body.house-toomey .create-account-button.w-btn-green-solid:disabled,
body.house-toomey body.house-wright .create-account-button.w-btn-green-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-house-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-house-solid:disabled,
body.house-wright body.house-rago .create-account-button.w-btn-green-solid:disabled,
body.house-rago body.house-wright .create-account-button.w-btn-green-solid:disabled,
body.house-wright .create-account-button.w-btn-house-solid:disabled,
body.house-wright .create-account-button.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-green-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-house-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-house-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-green-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-green-solid:disabled,
body.house-herman_miller .create-account-button.w-btn:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .create-account-button.w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .create-account-button.w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .create-account-button.w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
body.house-lama .create-account-button.w-btn:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-white-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-white-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-white-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-white-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-white-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-white-outline:disabled,
body.house-lama .create-account-button.w-btn-white-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-white-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-white-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-white-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-white-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-white-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-white-solid:disabled,
body.house-lama .create-account-button.w-btn-white-solid:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-house-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-house-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-green-outline:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-green-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-house-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-house-outline:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-green-outline:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-green-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-house-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-house-outline:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-green-outline:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-green-outline:disabled,
body.house-lama .create-account-button.w-btn-house-outline:disabled,
body.house-lama .create-account-button.w-btn-green-outline:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-house-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-house-solid:disabled,
body.house-lama body.house-toomey .create-account-button.w-btn-green-solid:disabled,
body.house-toomey body.house-lama .create-account-button.w-btn-green-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-house-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-house-solid:disabled,
body.house-lama body.house-rago .create-account-button.w-btn-green-solid:disabled,
body.house-rago body.house-lama .create-account-button.w-btn-green-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-house-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-house-solid:disabled,
body.house-lama body.house-wright .create-account-button.w-btn-green-solid:disabled,
body.house-wright body.house-lama .create-account-button.w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .create-account-button.w-btn-green-solid:disabled,
body.house-lama .create-account-button.w-btn-house-solid:disabled,
body.house-lama .create-account-button.w-btn-green-solid:disabled,
.button.create-account-button,
a.button.create-account-button {
  display: none;
}

@media (min-width: 768px) {
  .w-btn, body.house-toomey a.w-btn-ds-inquire-outline,
  body.house-toomey .w-btn-ds-inquire-outline,
  body.house-rago a.w-btn-ds-inquire-outline,
  body.house-rago .w-btn-ds-inquire-outline,
  body.house-wright a.w-btn-ds-inquire-outline,
  body.house-wright .w-btn-ds-inquire-outline,
  body.house-herman_miller a.w-btn-ds-inquire-outline,
  body.house-herman_miller .w-btn-ds-inquire-outline,
  body.house-lama a.w-btn-ds-inquire-outline,
  body.house-lama .w-btn-ds-inquire-outline,
  body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-lama .w-btn-ds-inquire-outline:disabled, body.house-toomey a.w-btn-ds-inquire-solid,
  body.house-toomey .w-btn-ds-inquire-solid,
  body.house-rago a.w-btn-ds-inquire-solid,
  body.house-rago .w-btn-ds-inquire-solid,
  body.house-wright a.w-btn-ds-inquire-solid,
  body.house-wright .w-btn-ds-inquire-solid,
  body.house-herman_miller a.w-btn-ds-inquire-solid,
  body.house-herman_miller .w-btn-ds-inquire-solid,
  body.house-lama a.w-btn-ds-inquire-solid,
  body.house-lama .w-btn-ds-inquire-solid,
  body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-lama .w-btn-ds-inquire-solid:disabled, body.house-toomey a.w-btn-light-green-outline,
  body.house-toomey .w-btn-light-green-outline,
  body.house-rago a.w-btn-light-green-outline,
  body.house-rago .w-btn-light-green-outline,
  body.house-wright a.w-btn-light-green-outline,
  body.house-wright .w-btn-light-green-outline,
  body.house-herman_miller a.w-btn-light-green-outline,
  body.house-herman_miller .w-btn-light-green-outline,
  body.house-lama a.w-btn-light-green-outline,
  body.house-lama .w-btn-light-green-outline,
  body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
  body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
  body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-lama .w-btn-light-green-outline:disabled, body.house-toomey a.w-btn-light-green-solid,
  body.house-toomey .w-btn-light-green-solid,
  body.house-rago a.w-btn-light-green-solid,
  body.house-rago .w-btn-light-green-solid,
  body.house-wright a.w-btn-light-green-solid,
  body.house-wright .w-btn-light-green-solid,
  body.house-herman_miller a.w-btn-light-green-solid,
  body.house-herman_miller .w-btn-light-green-solid,
  body.house-lama a.w-btn-light-green-solid,
  body.house-lama .w-btn-light-green-solid,
  body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
  body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
  body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-lama .w-btn-light-green-solid:disabled, body.house-toomey a.w-btn-light-grey-outline,
  body.house-toomey .w-btn-light-grey-outline,
  body.house-rago a.w-btn-light-grey-outline,
  body.house-rago .w-btn-light-grey-outline,
  body.house-wright a.w-btn-light-grey-outline,
  body.house-wright .w-btn-light-grey-outline,
  body.house-herman_miller a.w-btn-light-grey-outline,
  body.house-herman_miller .w-btn-light-grey-outline,
  body.house-lama a.w-btn-light-grey-outline,
  body.house-lama .w-btn-light-grey-outline,
  body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-lama .w-btn-light-grey-outline:disabled, body.house-toomey a.w-btn-light-grey-solid,
  body.house-toomey .w-btn-light-grey-solid,
  body.house-rago a.w-btn-light-grey-solid,
  body.house-rago .w-btn-light-grey-solid,
  body.house-wright a.w-btn-light-grey-solid,
  body.house-wright .w-btn-light-grey-solid,
  body.house-herman_miller a.w-btn-light-grey-solid,
  body.house-herman_miller .w-btn-light-grey-solid,
  body.house-lama a.w-btn-light-grey-solid,
  body.house-lama .w-btn-light-grey-solid,
  body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-lama .w-btn-light-grey-solid:disabled, body.house-toomey a.w-btn-white-outline,
  body.house-toomey .w-btn-white-outline,
  body.house-rago a.w-btn-white-outline,
  body.house-rago .w-btn-white-outline,
  body.house-wright a.w-btn-white-outline,
  body.house-wright .w-btn-white-outline,
  body.house-herman_miller a.w-btn-white-outline,
  body.house-herman_miller .w-btn-white-outline,
  body.house-lama a.w-btn-white-outline,
  body.house-lama .w-btn-white-outline,
  body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled,
  body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-rago .w-btn-white-outline:disabled,
  body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-wright .w-btn-white-outline:disabled,
  body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-lama .w-btn-white-outline:disabled, body.house-toomey a.w-btn-white-solid,
  body.house-toomey .w-btn-white-solid,
  body.house-rago a.w-btn-white-solid,
  body.house-rago .w-btn-white-solid,
  body.house-wright a.w-btn-white-solid,
  body.house-wright .w-btn-white-solid,
  body.house-herman_miller a.w-btn-white-solid,
  body.house-herman_miller .w-btn-white-solid,
  body.house-lama a.w-btn-white-solid,
  body.house-lama .w-btn-white-solid,
  body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled,
  body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-rago .w-btn-white-solid:disabled,
  body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-wright .w-btn-white-solid:disabled,
  body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-lama .w-btn-white-solid:disabled, body.house-toomey a.w-btn-house-outline,
  body.house-toomey .w-btn-house-outline,
  body.house-toomey a.w-btn-green-outline,
  body.house-toomey .w-btn-green-outline,
  body.house-rago a.w-btn-house-outline,
  body.house-rago .w-btn-house-outline,
  body.house-rago a.w-btn-green-outline,
  body.house-rago .w-btn-green-outline,
  body.house-wright a.w-btn-house-outline,
  body.house-wright .w-btn-house-outline,
  body.house-wright a.w-btn-green-outline,
  body.house-wright .w-btn-green-outline,
  body.house-herman_miller a.w-btn-house-outline,
  body.house-herman_miller .w-btn-house-outline,
  body.house-herman_miller a.w-btn-green-outline,
  body.house-herman_miller .w-btn-green-outline,
  body.house-lama a.w-btn-house-outline,
  body.house-lama .w-btn-house-outline,
  body.house-lama a.w-btn-green-outline,
  body.house-lama .w-btn-green-outline,
  body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled,
  body.house-rago .w-btn-house-outline:disabled,
  body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-green-outline:disabled,
  body.house-wright .w-btn-house-outline:disabled,
  body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-green-outline:disabled,
  body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-lama .w-btn-house-outline:disabled,
  body.house-lama .w-btn-green-outline:disabled, body.house-toomey a.w-btn-house-solid,
  body.house-toomey .w-btn-house-solid,
  body.house-toomey a.w-btn-green-solid,
  body.house-toomey .w-btn-green-solid,
  body.house-rago a.w-btn-house-solid,
  body.house-rago .w-btn-house-solid,
  body.house-rago a.w-btn-green-solid,
  body.house-rago .w-btn-green-solid,
  body.house-wright a.w-btn-house-solid,
  body.house-wright .w-btn-house-solid,
  body.house-wright a.w-btn-green-solid,
  body.house-wright .w-btn-green-solid,
  body.house-herman_miller a.w-btn-house-solid,
  body.house-herman_miller .w-btn-house-solid,
  body.house-herman_miller a.w-btn-green-solid,
  body.house-herman_miller .w-btn-green-solid,
  body.house-lama a.w-btn-house-solid,
  body.house-lama .w-btn-house-solid,
  body.house-lama a.w-btn-green-solid,
  body.house-lama .w-btn-green-solid,
  body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .w-btn-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .w-btn-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .w-btn-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-green-solid:disabled,
  body.house-rago .w-btn-house-solid:disabled,
  body.house-rago .w-btn-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-wright .w-btn-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-lama .w-btn-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-green-solid:disabled,
  body.house-wright .w-btn-house-solid:disabled,
  body.house-wright .w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-lama .w-btn-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-green-solid:disabled,
  body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-lama .w-btn-house-solid:disabled,
  body.house-lama .w-btn-green-solid:disabled, body.house-toomey .w-btn:disabled,
  body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .w-btn-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .w-btn-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .w-btn-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-green-solid:disabled,
  body.house-rago .w-btn:disabled,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled,
  body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled,
  body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled,
  body.house-rago .w-btn-house-outline:disabled,
  body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-green-solid:disabled,
  body.house-rago .w-btn-house-solid:disabled,
  body.house-rago .w-btn-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-wright .w-btn-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-lama .w-btn-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-green-solid:disabled,
  body.house-wright .w-btn:disabled,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-wright .w-btn-white-outline:disabled,
  body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-wright .w-btn-white-solid:disabled,
  body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-green-outline:disabled,
  body.house-wright .w-btn-house-outline:disabled,
  body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-rago .w-btn-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-green-solid:disabled,
  body.house-wright .w-btn-house-solid:disabled,
  body.house-wright .w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-lama .w-btn-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-green-solid:disabled,
  body.house-herman_miller .w-btn:disabled,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-lama .w-btn:disabled,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama .w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama .w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama .w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama .w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama .w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama .w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-rago .w-btn-white-outline:disabled,
  body.house-rago body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-wright .w-btn-white-outline:disabled,
  body.house-wright body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
  body.house-lama .w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-rago .w-btn-white-solid:disabled,
  body.house-rago body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-wright .w-btn-white-solid:disabled,
  body.house-wright body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
  body.house-lama .w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-house-outline:disabled,
  body.house-rago body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-rago .w-btn-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-house-outline:disabled,
  body.house-wright body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-wright .w-btn-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
  body.house-lama .w-btn-house-outline:disabled,
  body.house-lama .w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-house-solid:disabled,
  body.house-rago body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-rago .w-btn-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-house-solid:disabled,
  body.house-wright body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-wright .w-btn-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-green-solid:disabled,
  body.house-lama .w-btn-house-solid:disabled,
  body.house-lama .w-btn-green-solid:disabled,
  .button,
  a.button {
    width: 28rem;
  }

  .w-btn.create-account-button,
  body.house-toomey .create-account-button.w-btn-ds-inquire-outline,
  body.house-rago .create-account-button.w-btn-ds-inquire-outline,
  body.house-wright .create-account-button.w-btn-ds-inquire-outline,
  body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline,
  body.house-lama .create-account-button.w-btn-ds-inquire-outline,
  body.house-toomey .create-account-button.w-btn-ds-inquire-solid,
  body.house-rago .create-account-button.w-btn-ds-inquire-solid,
  body.house-wright .create-account-button.w-btn-ds-inquire-solid,
  body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid,
  body.house-lama .create-account-button.w-btn-ds-inquire-solid,
  body.house-toomey .create-account-button.w-btn-light-green-outline,
  body.house-rago .create-account-button.w-btn-light-green-outline,
  body.house-wright .create-account-button.w-btn-light-green-outline,
  body.house-herman_miller .create-account-button.w-btn-light-green-outline,
  body.house-lama .create-account-button.w-btn-light-green-outline,
  body.house-toomey .create-account-button.w-btn-light-green-solid,
  body.house-rago .create-account-button.w-btn-light-green-solid,
  body.house-wright .create-account-button.w-btn-light-green-solid,
  body.house-herman_miller .create-account-button.w-btn-light-green-solid,
  body.house-lama .create-account-button.w-btn-light-green-solid,
  body.house-toomey .create-account-button.w-btn-light-grey-outline,
  body.house-rago .create-account-button.w-btn-light-grey-outline,
  body.house-wright .create-account-button.w-btn-light-grey-outline,
  body.house-herman_miller .create-account-button.w-btn-light-grey-outline,
  body.house-lama .create-account-button.w-btn-light-grey-outline,
  body.house-toomey .create-account-button.w-btn-light-grey-solid,
  body.house-rago .create-account-button.w-btn-light-grey-solid,
  body.house-wright .create-account-button.w-btn-light-grey-solid,
  body.house-herman_miller .create-account-button.w-btn-light-grey-solid,
  body.house-lama .create-account-button.w-btn-light-grey-solid,
  body.house-toomey .create-account-button.w-btn-white-outline,
  body.house-rago .create-account-button.w-btn-white-outline,
  body.house-wright .create-account-button.w-btn-white-outline,
  body.house-herman_miller .create-account-button.w-btn-white-outline,
  body.house-lama .create-account-button.w-btn-white-outline,
  body.house-toomey .create-account-button.w-btn-white-solid,
  body.house-rago .create-account-button.w-btn-white-solid,
  body.house-wright .create-account-button.w-btn-white-solid,
  body.house-herman_miller .create-account-button.w-btn-white-solid,
  body.house-lama .create-account-button.w-btn-white-solid,
  body.house-toomey .create-account-button.w-btn-house-outline,
  body.house-toomey .create-account-button.w-btn-green-outline,
  body.house-rago .create-account-button.w-btn-house-outline,
  body.house-rago .create-account-button.w-btn-green-outline,
  body.house-wright .create-account-button.w-btn-house-outline,
  body.house-wright .create-account-button.w-btn-green-outline,
  body.house-herman_miller .create-account-button.w-btn-house-outline,
  body.house-herman_miller .create-account-button.w-btn-green-outline,
  body.house-lama .create-account-button.w-btn-house-outline,
  body.house-lama .create-account-button.w-btn-green-outline,
  body.house-toomey .create-account-button.w-btn-house-solid,
  body.house-toomey .create-account-button.w-btn-green-solid,
  body.house-rago .create-account-button.w-btn-house-solid,
  body.house-rago .create-account-button.w-btn-green-solid,
  body.house-wright .create-account-button.w-btn-house-solid,
  body.house-wright .create-account-button.w-btn-green-solid,
  body.house-herman_miller .create-account-button.w-btn-house-solid,
  body.house-herman_miller .create-account-button.w-btn-green-solid,
  body.house-lama .create-account-button.w-btn-house-solid,
  body.house-lama .create-account-button.w-btn-green-solid, body.house-toomey .create-account-button.w-btn:disabled,
  body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
  body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
  body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-toomey .create-account-button.w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-white-outline:disabled,
  body.house-toomey .create-account-button.w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-white-solid:disabled,
  body.house-toomey .create-account-button.w-btn-house-outline:disabled,
  body.house-toomey .create-account-button.w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-green-outline:disabled,
  body.house-toomey .create-account-button.w-btn-house-solid:disabled,
  body.house-toomey .create-account-button.w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-green-solid:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-green-solid:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-green-solid:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-green-solid:disabled,
  body.house-rago .create-account-button.w-btn:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
  body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
  body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-white-outline:disabled,
  body.house-rago .create-account-button.w-btn-white-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-white-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-white-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-white-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-white-solid:disabled,
  body.house-rago .create-account-button.w-btn-white-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-white-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-white-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-white-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-green-outline:disabled,
  body.house-rago .create-account-button.w-btn-house-outline:disabled,
  body.house-rago .create-account-button.w-btn-green-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-house-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-house-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-green-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-green-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-house-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-house-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-green-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .create-account-button.w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .create-account-button.w-btn-green-solid:disabled,
  body.house-rago .create-account-button.w-btn-house-solid:disabled,
  body.house-rago .create-account-button.w-btn-green-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-house-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-house-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-green-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-green-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-house-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-house-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-green-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-green-solid:disabled,
  body.house-wright .create-account-button.w-btn:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
  body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
  body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-white-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-white-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-white-outline:disabled,
  body.house-wright .create-account-button.w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-white-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-white-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-white-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-white-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-white-solid:disabled,
  body.house-wright .create-account-button.w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-white-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-white-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-green-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-house-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-house-outline:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-green-outline:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-green-outline:disabled,
  body.house-wright .create-account-button.w-btn-house-outline:disabled,
  body.house-wright .create-account-button.w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-green-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-house-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-house-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-green-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .create-account-button.w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .create-account-button.w-btn-green-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-house-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-house-solid:disabled,
  body.house-wright body.house-rago .create-account-button.w-btn-green-solid:disabled,
  body.house-rago body.house-wright .create-account-button.w-btn-green-solid:disabled,
  body.house-wright .create-account-button.w-btn-house-solid:disabled,
  body.house-wright .create-account-button.w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-green-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-house-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-house-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-green-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-green-solid:disabled,
  body.house-herman_miller .create-account-button.w-btn:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
  body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
  body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
  body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
  body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
  body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
  body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .create-account-button.w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .create-account-button.w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .create-account-button.w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
  body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
  body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
  body.house-lama .create-account-button.w-btn:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-lama .create-account-button.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-lama .create-account-button.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
  body.house-lama .create-account-button.w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
  body.house-lama .create-account-button.w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-lama .create-account-button.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-lama .create-account-button.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-white-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-white-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-white-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-white-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-white-outline:disabled,
  body.house-lama .create-account-button.w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-white-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-white-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-white-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-white-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-white-solid:disabled,
  body.house-lama .create-account-button.w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-green-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-house-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-house-outline:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-green-outline:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-green-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-house-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-house-outline:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-green-outline:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-green-outline:disabled,
  body.house-lama .create-account-button.w-btn-house-outline:disabled,
  body.house-lama .create-account-button.w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .create-account-button.w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .create-account-button.w-btn-green-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-house-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-house-solid:disabled,
  body.house-lama body.house-rago .create-account-button.w-btn-green-solid:disabled,
  body.house-rago body.house-lama .create-account-button.w-btn-green-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-house-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-house-solid:disabled,
  body.house-lama body.house-wright .create-account-button.w-btn-green-solid:disabled,
  body.house-wright body.house-lama .create-account-button.w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .create-account-button.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .create-account-button.w-btn-green-solid:disabled,
  body.house-lama .create-account-button.w-btn-house-solid:disabled,
  body.house-lama .create-account-button.w-btn-green-solid:disabled,
  .button.create-account-button,
  a.button.create-account-button {
    display: flex;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .w-btn.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-outline,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-outline,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-outline,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-outline,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-outline,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-solid,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-solid,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-solid,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-solid,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-solid,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-outline,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-outline,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-outline,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-outline,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-outline,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-solid,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-solid,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-solid,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-solid,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-solid,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-outline,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-outline,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-outline,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-outline,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-outline,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-solid,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-solid,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-solid,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-solid,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-solid,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-outline,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-outline,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-outline,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-outline,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-outline,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-outline,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-outline,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-outline,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-outline,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-outline,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-solid,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-solid,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-solid,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-solid,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-solid,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-solid,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-solid,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-solid,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-solid,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-solid, body.house-toomey .w-btn-text-from-md-to-lg.w-btn:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-wright body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-outline:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-lama body.house-rago .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-lama body.house-wright .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-house-solid:disabled,
  body.house-lama .w-btn-text-from-md-to-lg.w-btn-green-solid:disabled,
  .button.w-btn-text-from-md-to-lg,
  a.button.w-btn-text-from-md-to-lg {
    background: transparent;
    display: inline-block;
    height: auto;
    min-width: 0;
    width: auto;
    line-height: 2.3rem;
    letter-spacing: 0.03rem;
    text-transform: lowercase;
    padding: 0;
    margin: 0;
    border: none;
    text-align: left;
    font-size: 1.3rem;
    text-shadow: none;
    position: relative;
  }
}

@media (min-width: 769px) {
  .w-btn.w-btn-md-text,
  body.house-toomey .w-btn-md-text.w-btn-ds-inquire-outline,
  body.house-rago .w-btn-md-text.w-btn-ds-inquire-outline,
  body.house-wright .w-btn-md-text.w-btn-ds-inquire-outline,
  body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-outline,
  body.house-lama .w-btn-md-text.w-btn-ds-inquire-outline,
  body.house-toomey .w-btn-md-text.w-btn-ds-inquire-solid,
  body.house-rago .w-btn-md-text.w-btn-ds-inquire-solid,
  body.house-wright .w-btn-md-text.w-btn-ds-inquire-solid,
  body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-solid,
  body.house-lama .w-btn-md-text.w-btn-ds-inquire-solid,
  body.house-toomey .w-btn-md-text.w-btn-light-green-outline,
  body.house-rago .w-btn-md-text.w-btn-light-green-outline,
  body.house-wright .w-btn-md-text.w-btn-light-green-outline,
  body.house-herman_miller .w-btn-md-text.w-btn-light-green-outline,
  body.house-lama .w-btn-md-text.w-btn-light-green-outline,
  body.house-toomey .w-btn-md-text.w-btn-light-green-solid,
  body.house-rago .w-btn-md-text.w-btn-light-green-solid,
  body.house-wright .w-btn-md-text.w-btn-light-green-solid,
  body.house-herman_miller .w-btn-md-text.w-btn-light-green-solid,
  body.house-lama .w-btn-md-text.w-btn-light-green-solid,
  body.house-toomey .w-btn-md-text.w-btn-light-grey-outline,
  body.house-rago .w-btn-md-text.w-btn-light-grey-outline,
  body.house-wright .w-btn-md-text.w-btn-light-grey-outline,
  body.house-herman_miller .w-btn-md-text.w-btn-light-grey-outline,
  body.house-lama .w-btn-md-text.w-btn-light-grey-outline,
  body.house-toomey .w-btn-md-text.w-btn-light-grey-solid,
  body.house-rago .w-btn-md-text.w-btn-light-grey-solid,
  body.house-wright .w-btn-md-text.w-btn-light-grey-solid,
  body.house-herman_miller .w-btn-md-text.w-btn-light-grey-solid,
  body.house-lama .w-btn-md-text.w-btn-light-grey-solid,
  body.house-toomey .w-btn-md-text.w-btn-white-outline,
  body.house-rago .w-btn-md-text.w-btn-white-outline,
  body.house-wright .w-btn-md-text.w-btn-white-outline,
  body.house-herman_miller .w-btn-md-text.w-btn-white-outline,
  body.house-lama .w-btn-md-text.w-btn-white-outline,
  body.house-toomey .w-btn-md-text.w-btn-white-solid,
  body.house-rago .w-btn-md-text.w-btn-white-solid,
  body.house-wright .w-btn-md-text.w-btn-white-solid,
  body.house-herman_miller .w-btn-md-text.w-btn-white-solid,
  body.house-lama .w-btn-md-text.w-btn-white-solid,
  body.house-toomey .w-btn-md-text.w-btn-house-outline,
  body.house-toomey .w-btn-md-text.w-btn-green-outline,
  body.house-rago .w-btn-md-text.w-btn-house-outline,
  body.house-rago .w-btn-md-text.w-btn-green-outline,
  body.house-wright .w-btn-md-text.w-btn-house-outline,
  body.house-wright .w-btn-md-text.w-btn-green-outline,
  body.house-herman_miller .w-btn-md-text.w-btn-house-outline,
  body.house-herman_miller .w-btn-md-text.w-btn-green-outline,
  body.house-lama .w-btn-md-text.w-btn-house-outline,
  body.house-lama .w-btn-md-text.w-btn-green-outline,
  body.house-toomey .w-btn-md-text.w-btn-house-solid,
  body.house-toomey .w-btn-md-text.w-btn-green-solid,
  body.house-rago .w-btn-md-text.w-btn-house-solid,
  body.house-rago .w-btn-md-text.w-btn-green-solid,
  body.house-wright .w-btn-md-text.w-btn-house-solid,
  body.house-wright .w-btn-md-text.w-btn-green-solid,
  body.house-herman_miller .w-btn-md-text.w-btn-house-solid,
  body.house-herman_miller .w-btn-md-text.w-btn-green-solid,
  body.house-lama .w-btn-md-text.w-btn-house-solid,
  body.house-lama .w-btn-md-text.w-btn-green-solid, body.house-toomey .w-btn-md-text.w-btn:disabled,
  body.house-toomey .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-toomey .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-toomey .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-toomey .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-toomey .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-toomey .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-toomey .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-toomey .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-toomey .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-toomey .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-toomey .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-toomey .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-rago .w-btn-md-text.w-btn:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-rago .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-rago .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-rago .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-rago .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-rago .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-rago .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-rago .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-rago .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-rago .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-rago .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-rago .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-rago .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-wright .w-btn-md-text.w-btn:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-wright .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-wright .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-wright .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-wright .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-wright .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-wright .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-wright .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-wright .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-wright .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-wright .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-wright body.house-rago .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-wright .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-wright .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-herman_miller .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-lama .w-btn-md-text.w-btn:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-lama .w-btn-md-text.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-lama .w-btn-md-text.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-lama .w-btn-md-text.w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-lama .w-btn-md-text.w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-lama .w-btn-md-text.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-lama .w-btn-md-text.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-lama .w-btn-md-text.w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-lama .w-btn-md-text.w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-lama .w-btn-md-text.w-btn-house-outline:disabled,
  body.house-lama .w-btn-md-text.w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-lama body.house-rago .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-lama body.house-wright .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-md-text.w-btn-green-solid:disabled,
  body.house-lama .w-btn-md-text.w-btn-house-solid:disabled,
  body.house-lama .w-btn-md-text.w-btn-green-solid:disabled,
  .button.w-btn-md-text,
  a.button.w-btn-md-text {
    background: transparent;
    display: inline-block;
    height: auto;
    min-width: 0;
    width: auto;
    line-height: 2.3rem;
    letter-spacing: 0.03rem;
    text-transform: lowercase;
    padding: 0;
    margin: 0;
    border: none;
    text-align: left;
    font-size: 1.3rem;
    text-shadow: none;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .w-btn.w-btn-mobile-only,
  body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-outline,
  body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-outline,
  body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-outline,
  body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-outline,
  body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-outline,
  body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-solid,
  body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-solid,
  body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-solid,
  body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-solid,
  body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-solid,
  body.house-toomey .w-btn-mobile-only.w-btn-light-green-outline,
  body.house-rago .w-btn-mobile-only.w-btn-light-green-outline,
  body.house-wright .w-btn-mobile-only.w-btn-light-green-outline,
  body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-outline,
  body.house-lama .w-btn-mobile-only.w-btn-light-green-outline,
  body.house-toomey .w-btn-mobile-only.w-btn-light-green-solid,
  body.house-rago .w-btn-mobile-only.w-btn-light-green-solid,
  body.house-wright .w-btn-mobile-only.w-btn-light-green-solid,
  body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-solid,
  body.house-lama .w-btn-mobile-only.w-btn-light-green-solid,
  body.house-toomey .w-btn-mobile-only.w-btn-light-grey-outline,
  body.house-rago .w-btn-mobile-only.w-btn-light-grey-outline,
  body.house-wright .w-btn-mobile-only.w-btn-light-grey-outline,
  body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-outline,
  body.house-lama .w-btn-mobile-only.w-btn-light-grey-outline,
  body.house-toomey .w-btn-mobile-only.w-btn-light-grey-solid,
  body.house-rago .w-btn-mobile-only.w-btn-light-grey-solid,
  body.house-wright .w-btn-mobile-only.w-btn-light-grey-solid,
  body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-solid,
  body.house-lama .w-btn-mobile-only.w-btn-light-grey-solid,
  body.house-toomey .w-btn-mobile-only.w-btn-white-outline,
  body.house-rago .w-btn-mobile-only.w-btn-white-outline,
  body.house-wright .w-btn-mobile-only.w-btn-white-outline,
  body.house-herman_miller .w-btn-mobile-only.w-btn-white-outline,
  body.house-lama .w-btn-mobile-only.w-btn-white-outline,
  body.house-toomey .w-btn-mobile-only.w-btn-white-solid,
  body.house-rago .w-btn-mobile-only.w-btn-white-solid,
  body.house-wright .w-btn-mobile-only.w-btn-white-solid,
  body.house-herman_miller .w-btn-mobile-only.w-btn-white-solid,
  body.house-lama .w-btn-mobile-only.w-btn-white-solid,
  body.house-toomey .w-btn-mobile-only.w-btn-house-outline,
  body.house-toomey .w-btn-mobile-only.w-btn-green-outline,
  body.house-rago .w-btn-mobile-only.w-btn-house-outline,
  body.house-rago .w-btn-mobile-only.w-btn-green-outline,
  body.house-wright .w-btn-mobile-only.w-btn-house-outline,
  body.house-wright .w-btn-mobile-only.w-btn-green-outline,
  body.house-herman_miller .w-btn-mobile-only.w-btn-house-outline,
  body.house-herman_miller .w-btn-mobile-only.w-btn-green-outline,
  body.house-lama .w-btn-mobile-only.w-btn-house-outline,
  body.house-lama .w-btn-mobile-only.w-btn-green-outline,
  body.house-toomey .w-btn-mobile-only.w-btn-house-solid,
  body.house-toomey .w-btn-mobile-only.w-btn-green-solid,
  body.house-rago .w-btn-mobile-only.w-btn-house-solid,
  body.house-rago .w-btn-mobile-only.w-btn-green-solid,
  body.house-wright .w-btn-mobile-only.w-btn-house-solid,
  body.house-wright .w-btn-mobile-only.w-btn-green-solid,
  body.house-herman_miller .w-btn-mobile-only.w-btn-house-solid,
  body.house-herman_miller .w-btn-mobile-only.w-btn-green-solid,
  body.house-lama .w-btn-mobile-only.w-btn-house-solid,
  body.house-lama .w-btn-mobile-only.w-btn-green-solid, body.house-toomey .w-btn-mobile-only.w-btn:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-toomey .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-rago .w-btn-mobile-only.w-btn:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-rago .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-wright .w-btn-mobile-only.w-btn:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-wright body.house-rago .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-wright .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-herman_miller .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-lama .w-btn-mobile-only.w-btn:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-house-outline:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-lama body.house-rago .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-lama body.house-wright .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-mobile-only.w-btn-green-solid:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-house-solid:disabled,
  body.house-lama .w-btn-mobile-only.w-btn-green-solid:disabled,
  .button.w-btn-mobile-only,
  a.button.w-btn-mobile-only {
    display: none !important;
  }

  .w-btn.w-btn-desktop-only,
  body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline,
  body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline,
  body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline,
  body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline,
  body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline,
  body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid,
  body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid,
  body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid,
  body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid,
  body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid,
  body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline,
  body.house-rago .w-btn-desktop-only.w-btn-light-green-outline,
  body.house-wright .w-btn-desktop-only.w-btn-light-green-outline,
  body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline,
  body.house-lama .w-btn-desktop-only.w-btn-light-green-outline,
  body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid,
  body.house-rago .w-btn-desktop-only.w-btn-light-green-solid,
  body.house-wright .w-btn-desktop-only.w-btn-light-green-solid,
  body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid,
  body.house-lama .w-btn-desktop-only.w-btn-light-green-solid,
  body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline,
  body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline,
  body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline,
  body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline,
  body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline,
  body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid,
  body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid,
  body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid,
  body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid,
  body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid,
  body.house-toomey .w-btn-desktop-only.w-btn-white-outline,
  body.house-rago .w-btn-desktop-only.w-btn-white-outline,
  body.house-wright .w-btn-desktop-only.w-btn-white-outline,
  body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline,
  body.house-lama .w-btn-desktop-only.w-btn-white-outline,
  body.house-toomey .w-btn-desktop-only.w-btn-white-solid,
  body.house-rago .w-btn-desktop-only.w-btn-white-solid,
  body.house-wright .w-btn-desktop-only.w-btn-white-solid,
  body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid,
  body.house-lama .w-btn-desktop-only.w-btn-white-solid,
  body.house-toomey .w-btn-desktop-only.w-btn-house-outline,
  body.house-toomey .w-btn-desktop-only.w-btn-green-outline,
  body.house-rago .w-btn-desktop-only.w-btn-house-outline,
  body.house-rago .w-btn-desktop-only.w-btn-green-outline,
  body.house-wright .w-btn-desktop-only.w-btn-house-outline,
  body.house-wright .w-btn-desktop-only.w-btn-green-outline,
  body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline,
  body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline,
  body.house-lama .w-btn-desktop-only.w-btn-house-outline,
  body.house-lama .w-btn-desktop-only.w-btn-green-outline,
  body.house-toomey .w-btn-desktop-only.w-btn-house-solid,
  body.house-toomey .w-btn-desktop-only.w-btn-green-solid,
  body.house-rago .w-btn-desktop-only.w-btn-house-solid,
  body.house-rago .w-btn-desktop-only.w-btn-green-solid,
  body.house-wright .w-btn-desktop-only.w-btn-house-solid,
  body.house-wright .w-btn-desktop-only.w-btn-green-solid,
  body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid,
  body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid,
  body.house-lama .w-btn-desktop-only.w-btn-house-solid,
  body.house-lama .w-btn-desktop-only.w-btn-green-solid, body.house-toomey .w-btn-desktop-only.w-btn:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-rago .w-btn-desktop-only.w-btn:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-wright .w-btn-desktop-only.w-btn:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-wright body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-rago body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-lama .w-btn-desktop-only.w-btn:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-house-outline:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-lama body.house-rago .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-rago body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-lama body.house-wright .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-wright body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-house-solid:disabled,
  body.house-lama .w-btn-desktop-only.w-btn-green-solid:disabled,
  .button.w-btn-desktop-only,
  a.button.w-btn-desktop-only {
    display: flex !important;
  }
}

.image-block-link .w-btn, .image-block-link body.house-toomey a.w-btn-ds-inquire-outline, body.house-toomey .image-block-link a.w-btn-ds-inquire-outline,
.image-block-link body.house-toomey .w-btn-ds-inquire-outline,
body.house-toomey .image-block-link .w-btn-ds-inquire-outline,
.image-block-link body.house-rago a.w-btn-ds-inquire-outline,
body.house-rago .image-block-link a.w-btn-ds-inquire-outline,
.image-block-link body.house-rago .w-btn-ds-inquire-outline,
body.house-rago .image-block-link .w-btn-ds-inquire-outline,
.image-block-link body.house-wright a.w-btn-ds-inquire-outline,
body.house-wright .image-block-link a.w-btn-ds-inquire-outline,
.image-block-link body.house-wright .w-btn-ds-inquire-outline,
body.house-wright .image-block-link .w-btn-ds-inquire-outline,
.image-block-link body.house-herman_miller a.w-btn-ds-inquire-outline,
body.house-herman_miller .image-block-link a.w-btn-ds-inquire-outline,
.image-block-link body.house-herman_miller .w-btn-ds-inquire-outline,
body.house-herman_miller .image-block-link .w-btn-ds-inquire-outline,
.image-block-link body.house-lama a.w-btn-ds-inquire-outline,
body.house-lama .image-block-link a.w-btn-ds-inquire-outline,
.image-block-link body.house-lama .w-btn-ds-inquire-outline,
body.house-lama .image-block-link .w-btn-ds-inquire-outline,
.image-block-link body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama .image-block-link .w-btn-ds-inquire-outline:disabled, .image-block-link body.house-toomey a.w-btn-ds-inquire-solid, body.house-toomey .image-block-link a.w-btn-ds-inquire-solid,
.image-block-link body.house-toomey .w-btn-ds-inquire-solid,
body.house-toomey .image-block-link .w-btn-ds-inquire-solid,
.image-block-link body.house-rago a.w-btn-ds-inquire-solid,
body.house-rago .image-block-link a.w-btn-ds-inquire-solid,
.image-block-link body.house-rago .w-btn-ds-inquire-solid,
body.house-rago .image-block-link .w-btn-ds-inquire-solid,
.image-block-link body.house-wright a.w-btn-ds-inquire-solid,
body.house-wright .image-block-link a.w-btn-ds-inquire-solid,
.image-block-link body.house-wright .w-btn-ds-inquire-solid,
body.house-wright .image-block-link .w-btn-ds-inquire-solid,
.image-block-link body.house-herman_miller a.w-btn-ds-inquire-solid,
body.house-herman_miller .image-block-link a.w-btn-ds-inquire-solid,
.image-block-link body.house-herman_miller .w-btn-ds-inquire-solid,
body.house-herman_miller .image-block-link .w-btn-ds-inquire-solid,
.image-block-link body.house-lama a.w-btn-ds-inquire-solid,
body.house-lama .image-block-link a.w-btn-ds-inquire-solid,
.image-block-link body.house-lama .w-btn-ds-inquire-solid,
body.house-lama .image-block-link .w-btn-ds-inquire-solid,
.image-block-link body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama .image-block-link .w-btn-ds-inquire-solid:disabled, .image-block-link body.house-toomey a.w-btn-light-green-outline, body.house-toomey .image-block-link a.w-btn-light-green-outline,
.image-block-link body.house-toomey .w-btn-light-green-outline,
body.house-toomey .image-block-link .w-btn-light-green-outline,
.image-block-link body.house-rago a.w-btn-light-green-outline,
body.house-rago .image-block-link a.w-btn-light-green-outline,
.image-block-link body.house-rago .w-btn-light-green-outline,
body.house-rago .image-block-link .w-btn-light-green-outline,
.image-block-link body.house-wright a.w-btn-light-green-outline,
body.house-wright .image-block-link a.w-btn-light-green-outline,
.image-block-link body.house-wright .w-btn-light-green-outline,
body.house-wright .image-block-link .w-btn-light-green-outline,
.image-block-link body.house-herman_miller a.w-btn-light-green-outline,
body.house-herman_miller .image-block-link a.w-btn-light-green-outline,
.image-block-link body.house-herman_miller .w-btn-light-green-outline,
body.house-herman_miller .image-block-link .w-btn-light-green-outline,
.image-block-link body.house-lama a.w-btn-light-green-outline,
body.house-lama .image-block-link a.w-btn-light-green-outline,
.image-block-link body.house-lama .w-btn-light-green-outline,
body.house-lama .image-block-link .w-btn-light-green-outline,
.image-block-link body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-light-green-outline:disabled,
.image-block-link body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama .image-block-link .w-btn-light-green-outline:disabled, .image-block-link body.house-toomey a.w-btn-light-green-solid, body.house-toomey .image-block-link a.w-btn-light-green-solid,
.image-block-link body.house-toomey .w-btn-light-green-solid,
body.house-toomey .image-block-link .w-btn-light-green-solid,
.image-block-link body.house-rago a.w-btn-light-green-solid,
body.house-rago .image-block-link a.w-btn-light-green-solid,
.image-block-link body.house-rago .w-btn-light-green-solid,
body.house-rago .image-block-link .w-btn-light-green-solid,
.image-block-link body.house-wright a.w-btn-light-green-solid,
body.house-wright .image-block-link a.w-btn-light-green-solid,
.image-block-link body.house-wright .w-btn-light-green-solid,
body.house-wright .image-block-link .w-btn-light-green-solid,
.image-block-link body.house-herman_miller a.w-btn-light-green-solid,
body.house-herman_miller .image-block-link a.w-btn-light-green-solid,
.image-block-link body.house-herman_miller .w-btn-light-green-solid,
body.house-herman_miller .image-block-link .w-btn-light-green-solid,
.image-block-link body.house-lama a.w-btn-light-green-solid,
body.house-lama .image-block-link a.w-btn-light-green-solid,
.image-block-link body.house-lama .w-btn-light-green-solid,
body.house-lama .image-block-link .w-btn-light-green-solid,
.image-block-link body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-light-green-solid:disabled,
.image-block-link body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama .image-block-link .w-btn-light-green-solid:disabled, .image-block-link body.house-toomey a.w-btn-light-grey-outline, body.house-toomey .image-block-link a.w-btn-light-grey-outline,
.image-block-link body.house-toomey .w-btn-light-grey-outline,
body.house-toomey .image-block-link .w-btn-light-grey-outline,
.image-block-link body.house-rago a.w-btn-light-grey-outline,
body.house-rago .image-block-link a.w-btn-light-grey-outline,
.image-block-link body.house-rago .w-btn-light-grey-outline,
body.house-rago .image-block-link .w-btn-light-grey-outline,
.image-block-link body.house-wright a.w-btn-light-grey-outline,
body.house-wright .image-block-link a.w-btn-light-grey-outline,
.image-block-link body.house-wright .w-btn-light-grey-outline,
body.house-wright .image-block-link .w-btn-light-grey-outline,
.image-block-link body.house-herman_miller a.w-btn-light-grey-outline,
body.house-herman_miller .image-block-link a.w-btn-light-grey-outline,
.image-block-link body.house-herman_miller .w-btn-light-grey-outline,
body.house-herman_miller .image-block-link .w-btn-light-grey-outline,
.image-block-link body.house-lama a.w-btn-light-grey-outline,
body.house-lama .image-block-link a.w-btn-light-grey-outline,
.image-block-link body.house-lama .w-btn-light-grey-outline,
body.house-lama .image-block-link .w-btn-light-grey-outline,
.image-block-link body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-light-grey-outline:disabled,
.image-block-link body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama .image-block-link .w-btn-light-grey-outline:disabled, .image-block-link body.house-toomey a.w-btn-light-grey-solid, body.house-toomey .image-block-link a.w-btn-light-grey-solid,
.image-block-link body.house-toomey .w-btn-light-grey-solid,
body.house-toomey .image-block-link .w-btn-light-grey-solid,
.image-block-link body.house-rago a.w-btn-light-grey-solid,
body.house-rago .image-block-link a.w-btn-light-grey-solid,
.image-block-link body.house-rago .w-btn-light-grey-solid,
body.house-rago .image-block-link .w-btn-light-grey-solid,
.image-block-link body.house-wright a.w-btn-light-grey-solid,
body.house-wright .image-block-link a.w-btn-light-grey-solid,
.image-block-link body.house-wright .w-btn-light-grey-solid,
body.house-wright .image-block-link .w-btn-light-grey-solid,
.image-block-link body.house-herman_miller a.w-btn-light-grey-solid,
body.house-herman_miller .image-block-link a.w-btn-light-grey-solid,
.image-block-link body.house-herman_miller .w-btn-light-grey-solid,
body.house-herman_miller .image-block-link .w-btn-light-grey-solid,
.image-block-link body.house-lama a.w-btn-light-grey-solid,
body.house-lama .image-block-link a.w-btn-light-grey-solid,
.image-block-link body.house-lama .w-btn-light-grey-solid,
body.house-lama .image-block-link .w-btn-light-grey-solid,
.image-block-link body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-light-grey-solid:disabled,
.image-block-link body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama .image-block-link .w-btn-light-grey-solid:disabled, .image-block-link body.house-toomey a.w-btn-white-outline, body.house-toomey .image-block-link a.w-btn-white-outline,
.image-block-link body.house-toomey .w-btn-white-outline,
body.house-toomey .image-block-link .w-btn-white-outline,
.image-block-link body.house-rago a.w-btn-white-outline,
body.house-rago .image-block-link a.w-btn-white-outline,
.image-block-link body.house-rago .w-btn-white-outline,
body.house-rago .image-block-link .w-btn-white-outline,
.image-block-link body.house-wright a.w-btn-white-outline,
body.house-wright .image-block-link a.w-btn-white-outline,
.image-block-link body.house-wright .w-btn-white-outline,
body.house-wright .image-block-link .w-btn-white-outline,
.image-block-link body.house-herman_miller a.w-btn-white-outline,
body.house-herman_miller .image-block-link a.w-btn-white-outline,
.image-block-link body.house-herman_miller .w-btn-white-outline,
body.house-herman_miller .image-block-link .w-btn-white-outline,
.image-block-link body.house-lama a.w-btn-white-outline,
body.house-lama .image-block-link a.w-btn-white-outline,
.image-block-link body.house-lama .w-btn-white-outline,
body.house-lama .image-block-link .w-btn-white-outline,
.image-block-link body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-white-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-white-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-rago .w-btn-white-outline:disabled,
body.house-rago .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-white-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-white-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-wright .w-btn-white-outline:disabled,
body.house-wright .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-white-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-white-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-white-outline:disabled,
.image-block-link body.house-lama .w-btn-white-outline:disabled,
body.house-lama .image-block-link .w-btn-white-outline:disabled, .image-block-link body.house-toomey a.w-btn-white-solid, body.house-toomey .image-block-link a.w-btn-white-solid,
.image-block-link body.house-toomey .w-btn-white-solid,
body.house-toomey .image-block-link .w-btn-white-solid,
.image-block-link body.house-rago a.w-btn-white-solid,
body.house-rago .image-block-link a.w-btn-white-solid,
.image-block-link body.house-rago .w-btn-white-solid,
body.house-rago .image-block-link .w-btn-white-solid,
.image-block-link body.house-wright a.w-btn-white-solid,
body.house-wright .image-block-link a.w-btn-white-solid,
.image-block-link body.house-wright .w-btn-white-solid,
body.house-wright .image-block-link .w-btn-white-solid,
.image-block-link body.house-herman_miller a.w-btn-white-solid,
body.house-herman_miller .image-block-link a.w-btn-white-solid,
.image-block-link body.house-herman_miller .w-btn-white-solid,
body.house-herman_miller .image-block-link .w-btn-white-solid,
.image-block-link body.house-lama a.w-btn-white-solid,
body.house-lama .image-block-link a.w-btn-white-solid,
.image-block-link body.house-lama .w-btn-white-solid,
body.house-lama .image-block-link .w-btn-white-solid,
.image-block-link body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-white-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-white-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-rago .w-btn-white-solid:disabled,
body.house-rago .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-white-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-white-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-wright .w-btn-white-solid:disabled,
body.house-wright .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-white-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-white-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-white-solid:disabled,
.image-block-link body.house-lama .w-btn-white-solid:disabled,
body.house-lama .image-block-link .w-btn-white-solid:disabled, .image-block-link body.house-toomey a.w-btn-house-outline, body.house-toomey .image-block-link a.w-btn-house-outline,
.image-block-link body.house-toomey .w-btn-house-outline,
body.house-toomey .image-block-link .w-btn-house-outline,
.image-block-link body.house-toomey a.w-btn-green-outline,
body.house-toomey .image-block-link a.w-btn-green-outline,
.image-block-link body.house-toomey .w-btn-green-outline,
body.house-toomey .image-block-link .w-btn-green-outline,
.image-block-link body.house-rago a.w-btn-house-outline,
body.house-rago .image-block-link a.w-btn-house-outline,
.image-block-link body.house-rago .w-btn-house-outline,
body.house-rago .image-block-link .w-btn-house-outline,
.image-block-link body.house-rago a.w-btn-green-outline,
body.house-rago .image-block-link a.w-btn-green-outline,
.image-block-link body.house-rago .w-btn-green-outline,
body.house-rago .image-block-link .w-btn-green-outline,
.image-block-link body.house-wright a.w-btn-house-outline,
body.house-wright .image-block-link a.w-btn-house-outline,
.image-block-link body.house-wright .w-btn-house-outline,
body.house-wright .image-block-link .w-btn-house-outline,
.image-block-link body.house-wright a.w-btn-green-outline,
body.house-wright .image-block-link a.w-btn-green-outline,
.image-block-link body.house-wright .w-btn-green-outline,
body.house-wright .image-block-link .w-btn-green-outline,
.image-block-link body.house-herman_miller a.w-btn-house-outline,
body.house-herman_miller .image-block-link a.w-btn-house-outline,
.image-block-link body.house-herman_miller .w-btn-house-outline,
body.house-herman_miller .image-block-link .w-btn-house-outline,
.image-block-link body.house-herman_miller a.w-btn-green-outline,
body.house-herman_miller .image-block-link a.w-btn-green-outline,
.image-block-link body.house-herman_miller .w-btn-green-outline,
body.house-herman_miller .image-block-link .w-btn-green-outline,
.image-block-link body.house-lama a.w-btn-house-outline,
body.house-lama .image-block-link a.w-btn-house-outline,
.image-block-link body.house-lama .w-btn-house-outline,
body.house-lama .image-block-link .w-btn-house-outline,
.image-block-link body.house-lama a.w-btn-green-outline,
body.house-lama .image-block-link a.w-btn-green-outline,
.image-block-link body.house-lama .w-btn-green-outline,
body.house-lama .image-block-link .w-btn-green-outline,
.image-block-link body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-house-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-green-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-house-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-green-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-rago .w-btn-house-outline:disabled,
body.house-rago .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-rago .w-btn-green-outline:disabled,
body.house-rago .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-house-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-green-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-house-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-green-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-wright .w-btn-house-outline:disabled,
body.house-wright .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-wright .w-btn-green-outline:disabled,
body.house-wright .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-house-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-house-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-green-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-green-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-green-outline:disabled,
.image-block-link body.house-lama .w-btn-house-outline:disabled,
body.house-lama .image-block-link .w-btn-house-outline:disabled,
.image-block-link body.house-lama .w-btn-green-outline:disabled,
body.house-lama .image-block-link .w-btn-green-outline:disabled, .image-block-link body.house-toomey a.w-btn-house-solid, body.house-toomey .image-block-link a.w-btn-house-solid,
.image-block-link body.house-toomey .w-btn-house-solid,
body.house-toomey .image-block-link .w-btn-house-solid,
.image-block-link body.house-toomey a.w-btn-green-solid,
body.house-toomey .image-block-link a.w-btn-green-solid,
.image-block-link body.house-toomey .w-btn-green-solid,
body.house-toomey .image-block-link .w-btn-green-solid,
.image-block-link body.house-rago a.w-btn-house-solid,
body.house-rago .image-block-link a.w-btn-house-solid,
.image-block-link body.house-rago .w-btn-house-solid,
body.house-rago .image-block-link .w-btn-house-solid,
.image-block-link body.house-rago a.w-btn-green-solid,
body.house-rago .image-block-link a.w-btn-green-solid,
.image-block-link body.house-rago .w-btn-green-solid,
body.house-rago .image-block-link .w-btn-green-solid,
.image-block-link body.house-wright a.w-btn-house-solid,
body.house-wright .image-block-link a.w-btn-house-solid,
.image-block-link body.house-wright .w-btn-house-solid,
body.house-wright .image-block-link .w-btn-house-solid,
.image-block-link body.house-wright a.w-btn-green-solid,
body.house-wright .image-block-link a.w-btn-green-solid,
.image-block-link body.house-wright .w-btn-green-solid,
body.house-wright .image-block-link .w-btn-green-solid,
.image-block-link body.house-herman_miller a.w-btn-house-solid,
body.house-herman_miller .image-block-link a.w-btn-house-solid,
.image-block-link body.house-herman_miller .w-btn-house-solid,
body.house-herman_miller .image-block-link .w-btn-house-solid,
.image-block-link body.house-herman_miller a.w-btn-green-solid,
body.house-herman_miller .image-block-link a.w-btn-green-solid,
.image-block-link body.house-herman_miller .w-btn-green-solid,
body.house-herman_miller .image-block-link .w-btn-green-solid,
.image-block-link body.house-lama a.w-btn-house-solid,
body.house-lama .image-block-link a.w-btn-house-solid,
.image-block-link body.house-lama .w-btn-house-solid,
body.house-lama .image-block-link .w-btn-house-solid,
.image-block-link body.house-lama a.w-btn-green-solid,
body.house-lama .image-block-link a.w-btn-green-solid,
.image-block-link body.house-lama .w-btn-green-solid,
body.house-lama .image-block-link .w-btn-green-solid,
.image-block-link body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-house-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-green-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-house-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-green-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-green-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-rago .w-btn-house-solid:disabled,
body.house-rago .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-rago .w-btn-green-solid:disabled,
body.house-rago .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-house-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-green-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-house-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-green-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-green-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-wright .w-btn-house-solid:disabled,
body.house-wright .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-wright .w-btn-green-solid:disabled,
body.house-wright .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-house-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-house-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-green-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-green-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-lama .w-btn-house-solid:disabled,
body.house-lama .image-block-link .w-btn-house-solid:disabled,
.image-block-link body.house-lama .w-btn-green-solid:disabled,
body.house-lama .image-block-link .w-btn-green-solid:disabled, .image-block-link body.house-toomey .w-btn:disabled,
.image-block-link body.house-toomey .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-toomey .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-toomey .w-btn-light-green-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-light-green-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-light-green-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-light-green-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-light-green-outline:disabled,
.image-block-link body.house-toomey .w-btn-light-green-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-light-green-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-light-green-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-light-green-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-light-green-solid:disabled,
.image-block-link body.house-toomey .w-btn-light-grey-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-light-grey-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-light-grey-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-light-grey-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-light-grey-outline:disabled,
.image-block-link body.house-toomey .w-btn-light-grey-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-light-grey-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-light-grey-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-light-grey-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-light-grey-solid:disabled,
.image-block-link body.house-toomey .w-btn-white-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-white-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-white-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-white-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-white-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-white-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-white-outline:disabled,
.image-block-link body.house-toomey .w-btn-white-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-white-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-white-solid:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-white-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-white-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-white-solid:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-white-solid:disabled,
.image-block-link body.house-toomey .w-btn-house-outline:disabled,
.image-block-link body.house-toomey .w-btn-green-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-house-outline:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-green-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-house-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-house-outline:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-green-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-green-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-house-outline:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-green-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-house-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-house-outline:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-green-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-green-outline:disabled,
.image-block-link body.house-toomey .w-btn-house-solid:disabled,
.image-block-link body.house-toomey .w-btn-green-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-house-solid:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-house-solid:disabled,
.image-block-link body.house-toomey body.house-rago .w-btn-green-solid:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-green-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-house-solid:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-house-solid:disabled,
.image-block-link body.house-toomey body.house-wright .w-btn-green-solid:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-green-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-house-solid:disabled,
.image-block-link body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-green-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-house-solid:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-house-solid:disabled,
.image-block-link body.house-toomey body.house-lama .w-btn-green-solid:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-green-solid:disabled, body.house-toomey .image-block-link .w-btn:disabled,
body.house-toomey .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-toomey .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-toomey .image-block-link .w-btn-light-green-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-light-green-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-light-green-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-light-green-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-light-green-outline:disabled,
body.house-toomey .image-block-link .w-btn-light-green-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-light-green-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-light-green-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-light-green-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-light-green-solid:disabled,
body.house-toomey .image-block-link .w-btn-light-grey-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-light-grey-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-light-grey-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-light-grey-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-light-grey-outline:disabled,
body.house-toomey .image-block-link .w-btn-light-grey-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-light-grey-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-light-grey-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-light-grey-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-light-grey-solid:disabled,
body.house-toomey .image-block-link .w-btn-white-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-white-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-white-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-white-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-white-outline:disabled,
body.house-toomey .image-block-link .w-btn-white-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-white-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-white-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-white-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-white-solid:disabled,
body.house-toomey .image-block-link .w-btn-house-outline:disabled,
body.house-toomey .image-block-link .w-btn-green-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-house-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-green-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-house-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-green-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-house-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-green-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-house-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-green-outline:disabled,
body.house-toomey .image-block-link .w-btn-house-solid:disabled,
body.house-toomey .image-block-link .w-btn-green-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-house-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-toomey .image-block-link .w-btn-green-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-house-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-toomey .image-block-link .w-btn-green-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-house-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-toomey .image-block-link .w-btn-green-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-house-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-toomey .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-rago .w-btn:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-rago .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-rago .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-light-green-outline:disabled,
.image-block-link body.house-rago .w-btn-light-green-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-light-green-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-light-green-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-light-green-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-light-green-solid:disabled,
.image-block-link body.house-rago .w-btn-light-green-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-light-green-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-light-green-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-light-green-solid:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-light-grey-outline:disabled,
.image-block-link body.house-rago .w-btn-light-grey-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-light-grey-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-light-grey-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-light-grey-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-light-grey-solid:disabled,
.image-block-link body.house-rago .w-btn-light-grey-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-light-grey-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-light-grey-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-light-grey-solid:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-white-outline:disabled,
.image-block-link body.house-rago .w-btn-white-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-white-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-white-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-white-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-white-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-white-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-white-solid:disabled,
.image-block-link body.house-rago .w-btn-white-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-white-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-white-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-white-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-white-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-white-solid:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-house-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-green-outline:disabled,
.image-block-link body.house-rago .w-btn-house-outline:disabled,
.image-block-link body.house-rago .w-btn-green-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-house-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-house-outline:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-green-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-green-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-house-outline:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-green-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-house-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-house-outline:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-green-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-green-outline:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-house-solid:disabled,
.image-block-link body.house-rago body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey .image-block-link body.house-rago .w-btn-green-solid:disabled,
.image-block-link body.house-rago .w-btn-house-solid:disabled,
.image-block-link body.house-rago .w-btn-green-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-house-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-house-solid:disabled,
.image-block-link body.house-rago body.house-wright .w-btn-green-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-green-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-house-solid:disabled,
.image-block-link body.house-rago body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-green-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-house-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-house-solid:disabled,
.image-block-link body.house-rago body.house-lama .w-btn-green-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-green-solid:disabled,
body.house-rago .image-block-link .w-btn:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-rago .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-rago .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-light-green-outline:disabled,
body.house-rago .image-block-link .w-btn-light-green-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-light-green-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-light-green-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-light-green-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-light-green-solid:disabled,
body.house-rago .image-block-link .w-btn-light-green-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-light-green-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-light-green-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-light-green-solid:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-light-grey-outline:disabled,
body.house-rago .image-block-link .w-btn-light-grey-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-light-grey-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-light-grey-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-light-grey-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-light-grey-solid:disabled,
body.house-rago .image-block-link .w-btn-light-grey-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-light-grey-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-light-grey-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-light-grey-solid:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-white-outline:disabled,
body.house-rago .image-block-link .w-btn-white-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-white-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-white-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-white-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-white-solid:disabled,
body.house-rago .image-block-link .w-btn-white-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-white-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-white-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-white-solid:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-house-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-green-outline:disabled,
body.house-rago .image-block-link .w-btn-house-outline:disabled,
body.house-rago .image-block-link .w-btn-green-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-house-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-green-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-house-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-green-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-house-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-green-outline:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-house-solid:disabled,
body.house-rago .image-block-link body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-rago .image-block-link .w-btn-green-solid:disabled,
body.house-rago .image-block-link .w-btn-house-solid:disabled,
body.house-rago .image-block-link .w-btn-green-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-house-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-rago .image-block-link .w-btn-green-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-house-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-rago .image-block-link .w-btn-green-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-house-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-rago .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-wright .w-btn:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-wright .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-wright .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-light-green-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-light-green-outline:disabled,
.image-block-link body.house-wright .w-btn-light-green-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-light-green-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-light-green-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-light-green-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-light-green-solid:disabled,
.image-block-link body.house-wright .w-btn-light-green-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-light-green-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-light-green-solid:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-light-grey-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-light-grey-outline:disabled,
.image-block-link body.house-wright .w-btn-light-grey-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-light-grey-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-light-grey-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-light-grey-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-light-grey-solid:disabled,
.image-block-link body.house-wright .w-btn-light-grey-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-light-grey-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-light-grey-solid:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-white-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-white-outline:disabled,
.image-block-link body.house-wright .w-btn-white-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-white-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-white-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-white-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-white-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-white-solid:disabled,
.image-block-link body.house-wright .w-btn-white-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-white-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-white-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-white-solid:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-house-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-green-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-house-outline:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-green-outline:disabled,
.image-block-link body.house-wright .w-btn-house-outline:disabled,
.image-block-link body.house-wright .w-btn-green-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-house-outline:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-green-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-house-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-house-outline:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-green-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-green-outline:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-house-solid:disabled,
.image-block-link body.house-wright body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey .image-block-link body.house-wright .w-btn-green-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-house-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-house-solid:disabled,
.image-block-link body.house-wright body.house-rago .w-btn-green-solid:disabled,
body.house-rago .image-block-link body.house-wright .w-btn-green-solid:disabled,
.image-block-link body.house-wright .w-btn-house-solid:disabled,
.image-block-link body.house-wright .w-btn-green-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-house-solid:disabled,
.image-block-link body.house-wright body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-green-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-house-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-house-solid:disabled,
.image-block-link body.house-wright body.house-lama .w-btn-green-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-green-solid:disabled,
body.house-wright .image-block-link .w-btn:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-wright .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-wright .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-light-green-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-light-green-outline:disabled,
body.house-wright .image-block-link .w-btn-light-green-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-light-green-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-light-green-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-light-green-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-light-green-solid:disabled,
body.house-wright .image-block-link .w-btn-light-green-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-light-green-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-light-green-solid:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-light-grey-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-light-grey-outline:disabled,
body.house-wright .image-block-link .w-btn-light-grey-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-light-grey-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-light-grey-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-light-grey-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-light-grey-solid:disabled,
body.house-wright .image-block-link .w-btn-light-grey-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-light-grey-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-light-grey-solid:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-white-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-white-outline:disabled,
body.house-wright .image-block-link .w-btn-white-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-white-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-white-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-white-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-white-solid:disabled,
body.house-wright .image-block-link .w-btn-white-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-white-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-white-solid:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-house-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-green-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-house-outline:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-green-outline:disabled,
body.house-wright .image-block-link .w-btn-house-outline:disabled,
body.house-wright .image-block-link .w-btn-green-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-house-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-green-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-house-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-green-outline:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-house-solid:disabled,
body.house-wright .image-block-link body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-wright .image-block-link .w-btn-green-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-house-solid:disabled,
body.house-wright .image-block-link body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-wright .image-block-link .w-btn-green-solid:disabled,
body.house-wright .image-block-link .w-btn-house-solid:disabled,
body.house-wright .image-block-link .w-btn-green-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-house-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-wright .image-block-link .w-btn-green-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-house-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-wright .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-herman_miller .w-btn:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-light-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-light-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-light-green-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-light-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-light-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-light-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-light-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-light-green-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-light-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-light-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-light-grey-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-light-grey-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-light-grey-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-light-grey-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-light-grey-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-light-grey-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-light-grey-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-light-grey-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-light-grey-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-light-grey-solid:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-white-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-white-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-white-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-white-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-white-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-white-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-white-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-white-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-white-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-white-solid:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-house-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-house-outline:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-house-outline:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-green-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-house-outline:disabled,
.image-block-link body.house-herman_miller .w-btn-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-house-outline:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-green-outline:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-house-solid:disabled,
.image-block-link body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey .image-block-link body.house-herman_miller .w-btn-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-house-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-house-solid:disabled,
.image-block-link body.house-herman_miller body.house-rago .w-btn-green-solid:disabled,
body.house-rago .image-block-link body.house-herman_miller .w-btn-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-house-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-house-solid:disabled,
.image-block-link body.house-herman_miller body.house-wright .w-btn-green-solid:disabled,
body.house-wright .image-block-link body.house-herman_miller .w-btn-green-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-house-solid:disabled,
.image-block-link body.house-herman_miller .w-btn-green-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-house-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-house-solid:disabled,
.image-block-link body.house-herman_miller body.house-lama .w-btn-green-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller .image-block-link .w-btn:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-light-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-light-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-light-green-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-light-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-light-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-light-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-light-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-light-green-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-light-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-light-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-light-grey-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-light-grey-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-light-grey-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-light-grey-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-light-grey-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-light-grey-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-light-grey-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-light-grey-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-light-grey-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-light-grey-solid:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-white-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-white-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-white-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-white-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-white-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-white-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-white-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-white-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-white-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-white-solid:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-house-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-house-outline:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-house-outline:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-green-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-house-outline:disabled,
body.house-herman_miller .image-block-link .w-btn-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-house-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-house-solid:disabled,
body.house-herman_miller .image-block-link body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-herman_miller .image-block-link .w-btn-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-house-solid:disabled,
body.house-herman_miller .image-block-link body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-herman_miller .image-block-link .w-btn-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-house-solid:disabled,
body.house-herman_miller .image-block-link body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-herman_miller .image-block-link .w-btn-green-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-house-solid:disabled,
body.house-herman_miller .image-block-link .w-btn-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-house-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-house-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-green-solid:disabled,
body.house-lama body.house-herman_miller .image-block-link .w-btn-green-solid:disabled,
.image-block-link body.house-lama .w-btn:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-lama .w-btn-ds-inquire-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-lama .w-btn-ds-inquire-solid:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-light-green-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-light-green-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-light-green-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-light-green-outline:disabled,
.image-block-link body.house-lama .w-btn-light-green-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-light-green-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-light-green-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-light-green-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-light-green-solid:disabled,
.image-block-link body.house-lama .w-btn-light-green-solid:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-light-grey-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-light-grey-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-light-grey-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-light-grey-outline:disabled,
.image-block-link body.house-lama .w-btn-light-grey-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-light-grey-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-light-grey-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-light-grey-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-light-grey-solid:disabled,
.image-block-link body.house-lama .w-btn-light-grey-solid:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-white-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-white-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-white-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-white-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-white-outline:disabled,
.image-block-link body.house-lama .w-btn-white-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-white-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-white-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-white-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-white-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-white-solid:disabled,
.image-block-link body.house-lama .w-btn-white-solid:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-house-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-green-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-house-outline:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-green-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-house-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-house-outline:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-green-outline:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-green-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-house-outline:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-green-outline:disabled,
.image-block-link body.house-lama .w-btn-house-outline:disabled,
.image-block-link body.house-lama .w-btn-green-outline:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-house-solid:disabled,
.image-block-link body.house-lama body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey .image-block-link body.house-lama .w-btn-green-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-house-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-house-solid:disabled,
.image-block-link body.house-lama body.house-rago .w-btn-green-solid:disabled,
body.house-rago .image-block-link body.house-lama .w-btn-green-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-house-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-house-solid:disabled,
.image-block-link body.house-lama body.house-wright .w-btn-green-solid:disabled,
body.house-wright .image-block-link body.house-lama .w-btn-green-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-house-solid:disabled,
.image-block-link body.house-lama body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller .image-block-link body.house-lama .w-btn-green-solid:disabled,
.image-block-link body.house-lama .w-btn-house-solid:disabled,
.image-block-link body.house-lama .w-btn-green-solid:disabled,
body.house-lama .image-block-link .w-btn:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-lama .image-block-link .w-btn-ds-inquire-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-lama .image-block-link .w-btn-ds-inquire-solid:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-light-green-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-light-green-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-light-green-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-light-green-outline:disabled,
body.house-lama .image-block-link .w-btn-light-green-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-light-green-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-light-green-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-light-green-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-light-green-solid:disabled,
body.house-lama .image-block-link .w-btn-light-green-solid:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-light-grey-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-light-grey-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-light-grey-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-light-grey-outline:disabled,
body.house-lama .image-block-link .w-btn-light-grey-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-light-grey-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-light-grey-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-light-grey-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-light-grey-solid:disabled,
body.house-lama .image-block-link .w-btn-light-grey-solid:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-white-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-white-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-white-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-white-outline:disabled,
body.house-lama .image-block-link .w-btn-white-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-white-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-white-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-white-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-white-solid:disabled,
body.house-lama .image-block-link .w-btn-white-solid:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-house-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-green-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-house-outline:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-green-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-house-outline:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-green-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-house-outline:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-green-outline:disabled,
body.house-lama .image-block-link .w-btn-house-outline:disabled,
body.house-lama .image-block-link .w-btn-green-outline:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-house-solid:disabled,
body.house-lama .image-block-link body.house-toomey .w-btn-green-solid:disabled,
body.house-toomey body.house-lama .image-block-link .w-btn-green-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-house-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-house-solid:disabled,
body.house-lama .image-block-link body.house-rago .w-btn-green-solid:disabled,
body.house-rago body.house-lama .image-block-link .w-btn-green-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-house-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-house-solid:disabled,
body.house-lama .image-block-link body.house-wright .w-btn-green-solid:disabled,
body.house-wright body.house-lama .image-block-link .w-btn-green-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-house-solid:disabled,
body.house-lama .image-block-link body.house-herman_miller .w-btn-green-solid:disabled,
body.house-herman_miller body.house-lama .image-block-link .w-btn-green-solid:disabled,
body.house-lama .image-block-link .w-btn-house-solid:disabled,
body.house-lama .image-block-link .w-btn-green-solid:disabled {
  padding: 0 2rem;
}

.fb-module.fb-module-base button.mejs__button__button {
  border: none;
}

.fb-module.fb-module-base.dark a.button,
.fb-module.fb-module-base.dark button,
.fb-module.fb-module-base.dark .button {
  color: #fff;
  border-color: #fff;
}

.fb-module.fb-module-base.dark a.button.solid,
.fb-module.fb-module-base.dark button.solid,
.fb-module.fb-module-base.dark .button.solid {
  color: #32343A;
  background-color: #fff;
}

.fb-module.fb-module-base .button {
  margin-bottom: 1rem;
}

.fb-module.fb-module-base .consign-an-item-button {
  margin-top: 4rem;
}

.text-center button,
.text-center .button,
.text button,
.text .button {
  margin: 4rem auto 0;
}

.button.open,
.button.close {
  border-color: #333;
  color: #333;
  margin-top: 2rem;
}

.button.open:hover,
.button.close:hover {
  border-color: #666;
  color: #666;
}

/*
  TODO: trying to make hover color dynamic.
  tried matching rgba(0.6) using lighten,
  and mix, but it didn't work
*/

body.house-toomey,
body.house-rago,
body.house-wright,
body.house-herman_miller,
body.house-lama {
  /*TODO: could do a for loop over a "name":"#color" hashmap */
  /* White */
  /* Dark Grey */
  /* Light Grey */
  /* Red */
  /* Light Green */
  /* Green 2 */
}

body.house-toomey .w-btn:disabled,
body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey .w-btn-house-solid:disabled,
body.house-toomey .w-btn-green-solid:disabled,
body.house-rago .w-btn:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-rago .w-btn-white-outline:disabled,
body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-rago .w-btn-white-solid:disabled,
body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-rago .w-btn-green-outline:disabled,
body.house-rago .w-btn-house-outline:disabled,
body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-rago .w-btn-house-solid:disabled,
body.house-rago .w-btn-green-solid:disabled,
body.house-wright .w-btn:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-wright .w-btn-white-outline:disabled,
body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-wright .w-btn-white-solid:disabled,
body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-wright .w-btn-green-outline:disabled,
body.house-wright .w-btn-house-outline:disabled,
body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-wright .w-btn-green-outline:disabled,
body.house-wright .w-btn-house-solid:disabled,
body.house-wright .w-btn-green-solid:disabled,
body.house-herman_miller .w-btn:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller .w-btn-house-solid:disabled,
body.house-herman_miller .w-btn-green-solid:disabled,
body.house-lama .w-btn:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama .w-btn-ds-inquire-outline:disabled,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama .w-btn-ds-inquire-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-rago .w-btn-light-green-outline:disabled,
body.house-rago body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-wright .w-btn-light-green-outline:disabled,
body.house-wright body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama .w-btn-light-green-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-green-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-rago .w-btn-light-green-solid:disabled,
body.house-rago body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-wright .w-btn-light-green-solid:disabled,
body.house-wright body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama .w-btn-light-green-solid:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-rago .w-btn-light-grey-outline:disabled,
body.house-rago body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-wright .w-btn-light-grey-outline:disabled,
body.house-wright body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama .w-btn-light-grey-outline:disabled,
body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled,
body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-rago .w-btn-light-grey-solid:disabled,
body.house-rago body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-wright .w-btn-light-grey-solid:disabled,
body.house-wright body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama .w-btn-light-grey-solid:disabled,
body.house-lama body.house-toomey .w-btn-white-outline:disabled,
body.house-toomey body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-rago .w-btn-white-outline:disabled,
body.house-rago body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-wright .w-btn-white-outline:disabled,
body.house-wright body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-white-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-white-outline:disabled,
body.house-lama .w-btn-white-outline:disabled,
body.house-lama body.house-toomey .w-btn-white-solid:disabled,
body.house-toomey body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-rago .w-btn-white-solid:disabled,
body.house-rago body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-wright .w-btn-white-solid:disabled,
body.house-wright body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-herman_miller .w-btn-white-solid:disabled,
body.house-herman_miller body.house-lama .w-btn-white-solid:disabled,
body.house-lama .w-btn-white-solid:disabled,
body.house-lama body.house-toomey .w-btn-house-outline:disabled,
body.house-toomey body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-toomey .w-btn-green-outline:disabled,
body.house-toomey body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-rago .w-btn-house-outline:disabled,
body.house-rago body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-rago .w-btn-green-outline:disabled,
body.house-rago body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-wright .w-btn-house-outline:disabled,
body.house-wright body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-wright .w-btn-green-outline:disabled,
body.house-wright body.house-lama .w-btn-green-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-house-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-house-outline:disabled,
body.house-lama body.house-herman_miller .w-btn-green-outline:disabled,
body.house-herman_miller body.house-lama .w-btn-green-outline:disabled,
body.house-lama .w-btn-house-outline:disabled,
body.house-lama .w-btn-green-outline:disabled,
body.house-lama .w-btn-house-solid:disabled,
body.house-lama .w-btn-green-solid:disabled {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  color: #fff;
  /*
      some buttons transform into text-only at certain breakpoints,
      contexts: calendar page, auction index header/subnav
   */
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.house-toomey .w-btn:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg, body.house-toomey .w-btn:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-toomey body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-rago body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-wright body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-herman_miller body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-light-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-light-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-light-grey-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-light-grey-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-white-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-white-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-house-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-green-outline:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-toomey .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-toomey body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-rago .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-rago body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-wright .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-wright body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama body.house-herman_miller .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-house-solid:disabled.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-green-solid:disabled.w-btn-text-from-md-to-lg:hover {
    background-color: transparent;
  }
}

@media (min-width: 769px) {
  body.house-toomey .w-btn:disabled.w-btn-md-text,
  body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text, body.house-toomey .w-btn:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-green-solid:disabled.w-btn-md-text:hover {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  body.house-toomey .w-btn:disabled.w-btn-md-text,
  body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-rago .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-wright .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-white-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn-white-solid:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-house-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-green-outline:disabled.w-btn-md-text,
  body.house-lama .w-btn-house-solid:disabled.w-btn-md-text,
  body.house-lama .w-btn-green-solid:disabled.w-btn-md-text {
    color: #fff;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
  }

  body.house-toomey .w-btn:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-toomey .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-rago .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-wright .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-ds-inquire-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-ds-inquire-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-light-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-light-green-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-light-grey-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-light-grey-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-white-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-white-solid:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-toomey .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-toomey body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-rago .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-rago body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-wright .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-wright body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama body.house-herman_miller .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-herman_miller body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-house-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-green-outline:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-house-solid:disabled.w-btn-md-text:hover,
  body.house-lama .w-btn-green-solid:disabled.w-btn-md-text:hover {
    color: #fff;
    background-color: rgba(204, 204, 204, 0.6);
    border-color: rgba(204, 204, 204, 0.6);
  }
}

body.house-toomey .w-btn:disabled:hover,
body.house-toomey .w-btn-ds-inquire-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled:hover,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled:hover,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled:hover,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled:hover,
body.house-toomey .w-btn-ds-inquire-solid:disabled:hover,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled:hover,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled:hover,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled:hover,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled:hover,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled:hover,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled:hover,
body.house-toomey .w-btn-light-green-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled:hover,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-light-green-outline:disabled:hover,
body.house-wright body.house-toomey .w-btn-light-green-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-light-green-outline:disabled:hover,
body.house-lama body.house-toomey .w-btn-light-green-outline:disabled:hover,
body.house-toomey .w-btn-light-green-solid:disabled:hover,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled:hover,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled:hover,
body.house-toomey body.house-wright .w-btn-light-green-solid:disabled:hover,
body.house-wright body.house-toomey .w-btn-light-green-solid:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled:hover,
body.house-toomey body.house-lama .w-btn-light-green-solid:disabled:hover,
body.house-lama body.house-toomey .w-btn-light-green-solid:disabled:hover,
body.house-toomey .w-btn-light-grey-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled:hover,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled:hover,
body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled:hover,
body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled:hover,
body.house-toomey .w-btn-light-grey-solid:disabled:hover,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled:hover,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled:hover,
body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled:hover,
body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled:hover,
body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled:hover,
body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled:hover,
body.house-toomey .w-btn-white-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-white-outline:disabled:hover,
body.house-rago body.house-toomey .w-btn-white-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-white-outline:disabled:hover,
body.house-wright body.house-toomey .w-btn-white-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-white-outline:disabled:hover,
body.house-lama body.house-toomey .w-btn-white-outline:disabled:hover,
body.house-toomey .w-btn-white-solid:disabled:hover,
body.house-toomey body.house-rago .w-btn-white-solid:disabled:hover,
body.house-rago body.house-toomey .w-btn-white-solid:disabled:hover,
body.house-toomey body.house-wright .w-btn-white-solid:disabled:hover,
body.house-wright body.house-toomey .w-btn-white-solid:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled:hover,
body.house-toomey body.house-lama .w-btn-white-solid:disabled:hover,
body.house-lama body.house-toomey .w-btn-white-solid:disabled:hover,
body.house-toomey .w-btn-house-outline:disabled:hover,
body.house-toomey .w-btn-green-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-house-outline:disabled:hover,
body.house-rago body.house-toomey .w-btn-house-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-green-outline:disabled:hover,
body.house-rago body.house-toomey .w-btn-green-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-house-outline:disabled:hover,
body.house-wright body.house-toomey .w-btn-house-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-green-outline:disabled:hover,
body.house-wright body.house-toomey .w-btn-green-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-house-outline:disabled:hover,
body.house-lama body.house-toomey .w-btn-house-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-green-outline:disabled:hover,
body.house-lama body.house-toomey .w-btn-green-outline:disabled:hover,
body.house-toomey .w-btn-house-solid:disabled:hover,
body.house-toomey .w-btn-green-solid:disabled:hover,
body.house-rago .w-btn:disabled:hover,
body.house-rago body.house-toomey .w-btn-ds-inquire-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-ds-inquire-outline:disabled:hover,
body.house-rago .w-btn-ds-inquire-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled:hover,
body.house-rago body.house-toomey .w-btn-ds-inquire-solid:disabled:hover,
body.house-toomey body.house-rago .w-btn-ds-inquire-solid:disabled:hover,
body.house-rago .w-btn-ds-inquire-solid:disabled:hover,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled:hover,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled:hover,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled:hover,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled:hover,
body.house-rago body.house-toomey .w-btn-light-green-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-light-green-outline:disabled:hover,
body.house-rago .w-btn-light-green-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-light-green-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-light-green-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-light-green-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-light-green-outline:disabled:hover,
body.house-rago body.house-toomey .w-btn-light-green-solid:disabled:hover,
body.house-toomey body.house-rago .w-btn-light-green-solid:disabled:hover,
body.house-rago .w-btn-light-green-solid:disabled:hover,
body.house-rago body.house-wright .w-btn-light-green-solid:disabled:hover,
body.house-wright body.house-rago .w-btn-light-green-solid:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled:hover,
body.house-rago body.house-lama .w-btn-light-green-solid:disabled:hover,
body.house-lama body.house-rago .w-btn-light-green-solid:disabled:hover,
body.house-rago body.house-toomey .w-btn-light-grey-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-light-grey-outline:disabled:hover,
body.house-rago .w-btn-light-grey-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-light-grey-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-light-grey-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-light-grey-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-light-grey-outline:disabled:hover,
body.house-rago body.house-toomey .w-btn-light-grey-solid:disabled:hover,
body.house-toomey body.house-rago .w-btn-light-grey-solid:disabled:hover,
body.house-rago .w-btn-light-grey-solid:disabled:hover,
body.house-rago body.house-wright .w-btn-light-grey-solid:disabled:hover,
body.house-wright body.house-rago .w-btn-light-grey-solid:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled:hover,
body.house-rago body.house-lama .w-btn-light-grey-solid:disabled:hover,
body.house-lama body.house-rago .w-btn-light-grey-solid:disabled:hover,
body.house-rago body.house-toomey .w-btn-white-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-white-outline:disabled:hover,
body.house-rago .w-btn-white-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-white-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-white-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-white-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-white-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-white-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-white-outline:disabled:hover,
body.house-rago body.house-toomey .w-btn-white-solid:disabled:hover,
body.house-toomey body.house-rago .w-btn-white-solid:disabled:hover,
body.house-rago .w-btn-white-solid:disabled:hover,
body.house-rago body.house-wright .w-btn-white-solid:disabled:hover,
body.house-wright body.house-rago .w-btn-white-solid:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-white-solid:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-white-solid:disabled:hover,
body.house-rago body.house-lama .w-btn-white-solid:disabled:hover,
body.house-lama body.house-rago .w-btn-white-solid:disabled:hover,
body.house-rago body.house-toomey .w-btn-house-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-house-outline:disabled:hover,
body.house-rago body.house-toomey .w-btn-green-outline:disabled:hover,
body.house-toomey body.house-rago .w-btn-green-outline:disabled:hover,
body.house-rago .w-btn-house-outline:disabled:hover,
body.house-rago .w-btn-green-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-house-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-house-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-green-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-green-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-house-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-house-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-green-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-green-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-house-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-house-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-green-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-green-outline:disabled:hover,
body.house-rago .w-btn-house-solid:disabled:hover,
body.house-rago .w-btn-green-solid:disabled:hover,
body.house-wright .w-btn:disabled:hover,
body.house-wright body.house-toomey .w-btn-ds-inquire-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-ds-inquire-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-ds-inquire-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-ds-inquire-outline:disabled:hover,
body.house-wright .w-btn-ds-inquire-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled:hover,
body.house-wright body.house-toomey .w-btn-ds-inquire-solid:disabled:hover,
body.house-toomey body.house-wright .w-btn-ds-inquire-solid:disabled:hover,
body.house-wright body.house-rago .w-btn-ds-inquire-solid:disabled:hover,
body.house-rago body.house-wright .w-btn-ds-inquire-solid:disabled:hover,
body.house-wright .w-btn-ds-inquire-solid:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled:hover,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled:hover,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled:hover,
body.house-wright body.house-toomey .w-btn-light-green-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-light-green-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-light-green-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-light-green-outline:disabled:hover,
body.house-wright .w-btn-light-green-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-light-green-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-light-green-outline:disabled:hover,
body.house-wright body.house-toomey .w-btn-light-green-solid:disabled:hover,
body.house-toomey body.house-wright .w-btn-light-green-solid:disabled:hover,
body.house-wright body.house-rago .w-btn-light-green-solid:disabled:hover,
body.house-rago body.house-wright .w-btn-light-green-solid:disabled:hover,
body.house-wright .w-btn-light-green-solid:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled:hover,
body.house-wright body.house-lama .w-btn-light-green-solid:disabled:hover,
body.house-lama body.house-wright .w-btn-light-green-solid:disabled:hover,
body.house-wright body.house-toomey .w-btn-light-grey-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-light-grey-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-light-grey-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-light-grey-outline:disabled:hover,
body.house-wright .w-btn-light-grey-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-light-grey-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-light-grey-outline:disabled:hover,
body.house-wright body.house-toomey .w-btn-light-grey-solid:disabled:hover,
body.house-toomey body.house-wright .w-btn-light-grey-solid:disabled:hover,
body.house-wright body.house-rago .w-btn-light-grey-solid:disabled:hover,
body.house-rago body.house-wright .w-btn-light-grey-solid:disabled:hover,
body.house-wright .w-btn-light-grey-solid:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled:hover,
body.house-wright body.house-lama .w-btn-light-grey-solid:disabled:hover,
body.house-lama body.house-wright .w-btn-light-grey-solid:disabled:hover,
body.house-wright body.house-toomey .w-btn-white-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-white-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-white-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-white-outline:disabled:hover,
body.house-wright .w-btn-white-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-white-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-white-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-white-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-white-outline:disabled:hover,
body.house-wright body.house-toomey .w-btn-white-solid:disabled:hover,
body.house-toomey body.house-wright .w-btn-white-solid:disabled:hover,
body.house-wright body.house-rago .w-btn-white-solid:disabled:hover,
body.house-rago body.house-wright .w-btn-white-solid:disabled:hover,
body.house-wright .w-btn-white-solid:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-white-solid:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-white-solid:disabled:hover,
body.house-wright body.house-lama .w-btn-white-solid:disabled:hover,
body.house-lama body.house-wright .w-btn-white-solid:disabled:hover,
body.house-wright body.house-toomey .w-btn-house-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-house-outline:disabled:hover,
body.house-wright body.house-toomey .w-btn-green-outline:disabled:hover,
body.house-toomey body.house-wright .w-btn-green-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-house-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-house-outline:disabled:hover,
body.house-wright body.house-rago .w-btn-green-outline:disabled:hover,
body.house-rago body.house-wright .w-btn-green-outline:disabled:hover,
body.house-wright .w-btn-house-outline:disabled:hover,
body.house-wright .w-btn-green-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-house-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-house-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-green-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-green-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-house-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-house-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-green-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-green-outline:disabled:hover,
body.house-wright .w-btn-house-solid:disabled:hover,
body.house-wright .w-btn-green-solid:disabled:hover,
body.house-herman_miller .w-btn:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-outline:disabled:hover,
body.house-herman_miller .w-btn-ds-inquire-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-ds-inquire-solid:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-ds-inquire-solid:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-ds-inquire-solid:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-ds-inquire-solid:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-ds-inquire-solid:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-ds-inquire-solid:disabled:hover,
body.house-herman_miller .w-btn-ds-inquire-solid:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-light-green-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-light-green-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-light-green-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-light-green-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-light-green-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-light-green-outline:disabled:hover,
body.house-herman_miller .w-btn-light-green-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-light-green-solid:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-light-green-solid:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-light-green-solid:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-light-green-solid:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-light-green-solid:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-light-green-solid:disabled:hover,
body.house-herman_miller .w-btn-light-green-solid:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-light-grey-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-light-grey-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-light-grey-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-light-grey-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-light-grey-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-light-grey-outline:disabled:hover,
body.house-herman_miller .w-btn-light-grey-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-light-grey-solid:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-light-grey-solid:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-light-grey-solid:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-light-grey-solid:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-light-grey-solid:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-light-grey-solid:disabled:hover,
body.house-herman_miller .w-btn-light-grey-solid:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-white-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-white-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-white-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-white-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-white-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-white-outline:disabled:hover,
body.house-herman_miller .w-btn-white-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-white-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-white-outline:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-white-solid:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-white-solid:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-white-solid:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-white-solid:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-white-solid:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-white-solid:disabled:hover,
body.house-herman_miller .w-btn-white-solid:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-white-solid:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-white-solid:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-house-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-house-outline:disabled:hover,
body.house-herman_miller body.house-toomey .w-btn-green-outline:disabled:hover,
body.house-toomey body.house-herman_miller .w-btn-green-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-house-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-house-outline:disabled:hover,
body.house-herman_miller body.house-rago .w-btn-green-outline:disabled:hover,
body.house-rago body.house-herman_miller .w-btn-green-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-house-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-house-outline:disabled:hover,
body.house-herman_miller body.house-wright .w-btn-green-outline:disabled:hover,
body.house-wright body.house-herman_miller .w-btn-green-outline:disabled:hover,
body.house-herman_miller .w-btn-house-outline:disabled:hover,
body.house-herman_miller .w-btn-green-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-house-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-house-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-green-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-green-outline:disabled:hover,
body.house-herman_miller .w-btn-house-solid:disabled:hover,
body.house-herman_miller .w-btn-green-solid:disabled:hover,
body.house-lama .w-btn:disabled:hover,
body.house-lama body.house-toomey .w-btn-ds-inquire-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-ds-inquire-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-ds-inquire-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-ds-inquire-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-ds-inquire-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-ds-inquire-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-outline:disabled:hover,
body.house-lama .w-btn-ds-inquire-outline:disabled:hover,
body.house-lama body.house-toomey .w-btn-ds-inquire-solid:disabled:hover,
body.house-toomey body.house-lama .w-btn-ds-inquire-solid:disabled:hover,
body.house-lama body.house-rago .w-btn-ds-inquire-solid:disabled:hover,
body.house-rago body.house-lama .w-btn-ds-inquire-solid:disabled:hover,
body.house-lama body.house-wright .w-btn-ds-inquire-solid:disabled:hover,
body.house-wright body.house-lama .w-btn-ds-inquire-solid:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-ds-inquire-solid:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-ds-inquire-solid:disabled:hover,
body.house-lama .w-btn-ds-inquire-solid:disabled:hover,
body.house-lama body.house-toomey .w-btn-light-green-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-light-green-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-light-green-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-light-green-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-light-green-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-light-green-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-light-green-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-light-green-outline:disabled:hover,
body.house-lama .w-btn-light-green-outline:disabled:hover,
body.house-lama body.house-toomey .w-btn-light-green-solid:disabled:hover,
body.house-toomey body.house-lama .w-btn-light-green-solid:disabled:hover,
body.house-lama body.house-rago .w-btn-light-green-solid:disabled:hover,
body.house-rago body.house-lama .w-btn-light-green-solid:disabled:hover,
body.house-lama body.house-wright .w-btn-light-green-solid:disabled:hover,
body.house-wright body.house-lama .w-btn-light-green-solid:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-light-green-solid:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-light-green-solid:disabled:hover,
body.house-lama .w-btn-light-green-solid:disabled:hover,
body.house-lama body.house-toomey .w-btn-light-grey-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-light-grey-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-light-grey-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-light-grey-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-light-grey-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-light-grey-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-light-grey-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-light-grey-outline:disabled:hover,
body.house-lama .w-btn-light-grey-outline:disabled:hover,
body.house-lama body.house-toomey .w-btn-light-grey-solid:disabled:hover,
body.house-toomey body.house-lama .w-btn-light-grey-solid:disabled:hover,
body.house-lama body.house-rago .w-btn-light-grey-solid:disabled:hover,
body.house-rago body.house-lama .w-btn-light-grey-solid:disabled:hover,
body.house-lama body.house-wright .w-btn-light-grey-solid:disabled:hover,
body.house-wright body.house-lama .w-btn-light-grey-solid:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-light-grey-solid:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-light-grey-solid:disabled:hover,
body.house-lama .w-btn-light-grey-solid:disabled:hover,
body.house-lama body.house-toomey .w-btn-white-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-white-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-white-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-white-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-white-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-white-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-white-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-white-outline:disabled:hover,
body.house-lama .w-btn-white-outline:disabled:hover,
body.house-lama body.house-toomey .w-btn-white-solid:disabled:hover,
body.house-toomey body.house-lama .w-btn-white-solid:disabled:hover,
body.house-lama body.house-rago .w-btn-white-solid:disabled:hover,
body.house-rago body.house-lama .w-btn-white-solid:disabled:hover,
body.house-lama body.house-wright .w-btn-white-solid:disabled:hover,
body.house-wright body.house-lama .w-btn-white-solid:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-white-solid:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-white-solid:disabled:hover,
body.house-lama .w-btn-white-solid:disabled:hover,
body.house-lama body.house-toomey .w-btn-house-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-house-outline:disabled:hover,
body.house-lama body.house-toomey .w-btn-green-outline:disabled:hover,
body.house-toomey body.house-lama .w-btn-green-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-house-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-house-outline:disabled:hover,
body.house-lama body.house-rago .w-btn-green-outline:disabled:hover,
body.house-rago body.house-lama .w-btn-green-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-house-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-house-outline:disabled:hover,
body.house-lama body.house-wright .w-btn-green-outline:disabled:hover,
body.house-wright body.house-lama .w-btn-green-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-house-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-house-outline:disabled:hover,
body.house-lama body.house-herman_miller .w-btn-green-outline:disabled:hover,
body.house-herman_miller body.house-lama .w-btn-green-outline:disabled:hover,
body.house-lama .w-btn-house-outline:disabled:hover,
body.house-lama .w-btn-green-outline:disabled:hover,
body.house-lama .w-btn-house-solid:disabled:hover,
body.house-lama .w-btn-green-solid:disabled:hover {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  color: #FFF;
  cursor: not-allowed;
}

body.house-toomey a.w-btn-house-solid,
body.house-toomey .w-btn-house-solid,
body.house-toomey a.w-btn-green-solid,
body.house-toomey .w-btn-green-solid,
body.house-rago a.w-btn-house-solid,
body.house-rago .w-btn-house-solid,
body.house-rago a.w-btn-green-solid,
body.house-rago .w-btn-green-solid,
body.house-wright a.w-btn-house-solid,
body.house-wright .w-btn-house-solid,
body.house-wright a.w-btn-green-solid,
body.house-wright .w-btn-green-solid,
body.house-herman_miller a.w-btn-house-solid,
body.house-herman_miller .w-btn-house-solid,
body.house-herman_miller a.w-btn-green-solid,
body.house-herman_miller .w-btn-green-solid,
body.house-lama a.w-btn-house-solid,
body.house-lama .w-btn-house-solid,
body.house-lama a.w-btn-green-solid,
body.house-lama .w-btn-green-solid {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

body.house-toomey a.w-btn-house-solid.hover, body.house-toomey a.w-btn-house-solid:hover,
body.house-toomey .w-btn-house-solid.hover,
body.house-toomey .w-btn-house-solid:hover,
body.house-toomey a.w-btn-green-solid.hover,
body.house-toomey a.w-btn-green-solid:hover,
body.house-toomey .w-btn-green-solid.hover,
body.house-toomey .w-btn-green-solid:hover,
body.house-rago a.w-btn-house-solid.hover,
body.house-rago a.w-btn-house-solid:hover,
body.house-rago .w-btn-house-solid.hover,
body.house-rago .w-btn-house-solid:hover,
body.house-rago a.w-btn-green-solid.hover,
body.house-rago a.w-btn-green-solid:hover,
body.house-rago .w-btn-green-solid.hover,
body.house-rago .w-btn-green-solid:hover,
body.house-wright a.w-btn-house-solid.hover,
body.house-wright a.w-btn-house-solid:hover,
body.house-wright .w-btn-house-solid.hover,
body.house-wright .w-btn-house-solid:hover,
body.house-wright a.w-btn-green-solid.hover,
body.house-wright a.w-btn-green-solid:hover,
body.house-wright .w-btn-green-solid.hover,
body.house-wright .w-btn-green-solid:hover,
body.house-herman_miller a.w-btn-house-solid.hover,
body.house-herman_miller a.w-btn-house-solid:hover,
body.house-herman_miller .w-btn-house-solid.hover,
body.house-herman_miller .w-btn-house-solid:hover,
body.house-herman_miller a.w-btn-green-solid.hover,
body.house-herman_miller a.w-btn-green-solid:hover,
body.house-herman_miller .w-btn-green-solid.hover,
body.house-herman_miller .w-btn-green-solid:hover,
body.house-lama a.w-btn-house-solid.hover,
body.house-lama a.w-btn-house-solid:hover,
body.house-lama .w-btn-house-solid.hover,
body.house-lama .w-btn-house-solid:hover,
body.house-lama a.w-btn-green-solid.hover,
body.house-lama a.w-btn-green-solid:hover,
body.house-lama .w-btn-green-solid.hover,
body.house-lama .w-btn-green-solid:hover {
  color: #fff;
  background-color: var(--primary-color-hover);
  border-color: transparent;
}

body.house-toomey a.w-btn-house-outline,
body.house-toomey .w-btn-house-outline,
body.house-toomey a.w-btn-green-outline,
body.house-toomey .w-btn-green-outline,
body.house-rago a.w-btn-house-outline,
body.house-rago .w-btn-house-outline,
body.house-rago a.w-btn-green-outline,
body.house-rago .w-btn-green-outline,
body.house-wright a.w-btn-house-outline,
body.house-wright .w-btn-house-outline,
body.house-wright a.w-btn-green-outline,
body.house-wright .w-btn-green-outline,
body.house-herman_miller a.w-btn-house-outline,
body.house-herman_miller .w-btn-house-outline,
body.house-herman_miller a.w-btn-green-outline,
body.house-herman_miller .w-btn-green-outline,
body.house-lama a.w-btn-house-outline,
body.house-lama .w-btn-house-outline,
body.house-lama a.w-btn-green-outline,
body.house-lama .w-btn-green-outline {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

body.house-toomey a.w-btn-house-outline.hover, body.house-toomey a.w-btn-house-outline:hover,
body.house-toomey .w-btn-house-outline.hover,
body.house-toomey .w-btn-house-outline:hover,
body.house-toomey a.w-btn-green-outline.hover,
body.house-toomey a.w-btn-green-outline:hover,
body.house-toomey .w-btn-green-outline.hover,
body.house-toomey .w-btn-green-outline:hover,
body.house-rago a.w-btn-house-outline.hover,
body.house-rago a.w-btn-house-outline:hover,
body.house-rago .w-btn-house-outline.hover,
body.house-rago .w-btn-house-outline:hover,
body.house-rago a.w-btn-green-outline.hover,
body.house-rago a.w-btn-green-outline:hover,
body.house-rago .w-btn-green-outline.hover,
body.house-rago .w-btn-green-outline:hover,
body.house-wright a.w-btn-house-outline.hover,
body.house-wright a.w-btn-house-outline:hover,
body.house-wright .w-btn-house-outline.hover,
body.house-wright .w-btn-house-outline:hover,
body.house-wright a.w-btn-green-outline.hover,
body.house-wright a.w-btn-green-outline:hover,
body.house-wright .w-btn-green-outline.hover,
body.house-wright .w-btn-green-outline:hover,
body.house-herman_miller a.w-btn-house-outline.hover,
body.house-herman_miller a.w-btn-house-outline:hover,
body.house-herman_miller .w-btn-house-outline.hover,
body.house-herman_miller .w-btn-house-outline:hover,
body.house-herman_miller a.w-btn-green-outline.hover,
body.house-herman_miller a.w-btn-green-outline:hover,
body.house-herman_miller .w-btn-green-outline.hover,
body.house-herman_miller .w-btn-green-outline:hover,
body.house-lama a.w-btn-house-outline.hover,
body.house-lama a.w-btn-house-outline:hover,
body.house-lama .w-btn-house-outline.hover,
body.house-lama .w-btn-house-outline:hover,
body.house-lama a.w-btn-green-outline.hover,
body.house-lama a.w-btn-green-outline:hover,
body.house-lama .w-btn-green-outline.hover,
body.house-lama .w-btn-green-outline:hover {
  color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

body.house-toomey a.w-btn-white-solid,
body.house-toomey .w-btn-white-solid,
body.house-rago a.w-btn-white-solid,
body.house-rago .w-btn-white-solid,
body.house-wright a.w-btn-white-solid,
body.house-wright .w-btn-white-solid,
body.house-herman_miller a.w-btn-white-solid,
body.house-herman_miller .w-btn-white-solid,
body.house-lama a.w-btn-white-solid,
body.house-lama .w-btn-white-solid {
  background-color: white;
  border-color: white;
  color: black;
  /*
      some buttons transform into text-only at certain breakpoints,
      contexts: calendar page, auction index header/subnav
   */
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.house-toomey a.w-btn-white-solid.w-btn-text-from-md-to-lg, body.house-toomey a.w-btn-white-solid.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-white-solid.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-white-solid.w-btn-text-from-md-to-lg:hover,
  body.house-rago a.w-btn-white-solid.w-btn-text-from-md-to-lg,
  body.house-rago a.w-btn-white-solid.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-white-solid.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-white-solid.w-btn-text-from-md-to-lg:hover,
  body.house-wright a.w-btn-white-solid.w-btn-text-from-md-to-lg,
  body.house-wright a.w-btn-white-solid.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-white-solid.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-white-solid.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller a.w-btn-white-solid.w-btn-text-from-md-to-lg,
  body.house-herman_miller a.w-btn-white-solid.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-white-solid.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-white-solid.w-btn-text-from-md-to-lg:hover,
  body.house-lama a.w-btn-white-solid.w-btn-text-from-md-to-lg,
  body.house-lama a.w-btn-white-solid.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-white-solid.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-white-solid.w-btn-text-from-md-to-lg:hover {
    background-color: transparent;
  }
}

@media (min-width: 769px) {
  body.house-toomey a.w-btn-white-solid.w-btn-md-text, body.house-toomey a.w-btn-white-solid.w-btn-md-text:hover,
  body.house-toomey .w-btn-white-solid.w-btn-md-text,
  body.house-toomey .w-btn-white-solid.w-btn-md-text:hover,
  body.house-rago a.w-btn-white-solid.w-btn-md-text,
  body.house-rago a.w-btn-white-solid.w-btn-md-text:hover,
  body.house-rago .w-btn-white-solid.w-btn-md-text,
  body.house-rago .w-btn-white-solid.w-btn-md-text:hover,
  body.house-wright a.w-btn-white-solid.w-btn-md-text,
  body.house-wright a.w-btn-white-solid.w-btn-md-text:hover,
  body.house-wright .w-btn-white-solid.w-btn-md-text,
  body.house-wright .w-btn-white-solid.w-btn-md-text:hover,
  body.house-herman_miller a.w-btn-white-solid.w-btn-md-text,
  body.house-herman_miller a.w-btn-white-solid.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-white-solid.w-btn-md-text,
  body.house-herman_miller .w-btn-white-solid.w-btn-md-text:hover,
  body.house-lama a.w-btn-white-solid.w-btn-md-text,
  body.house-lama a.w-btn-white-solid.w-btn-md-text:hover,
  body.house-lama .w-btn-white-solid.w-btn-md-text,
  body.house-lama .w-btn-white-solid.w-btn-md-text:hover {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  body.house-toomey a.w-btn-white-solid.w-btn-md-text,
  body.house-toomey .w-btn-white-solid.w-btn-md-text,
  body.house-rago a.w-btn-white-solid.w-btn-md-text,
  body.house-rago .w-btn-white-solid.w-btn-md-text,
  body.house-wright a.w-btn-white-solid.w-btn-md-text,
  body.house-wright .w-btn-white-solid.w-btn-md-text,
  body.house-herman_miller a.w-btn-white-solid.w-btn-md-text,
  body.house-herman_miller .w-btn-white-solid.w-btn-md-text,
  body.house-lama a.w-btn-white-solid.w-btn-md-text,
  body.house-lama .w-btn-white-solid.w-btn-md-text {
    color: black;
    background-color: white;
    border-color: white;
  }

  body.house-toomey a.w-btn-white-solid.w-btn-md-text:hover,
  body.house-toomey .w-btn-white-solid.w-btn-md-text:hover,
  body.house-rago a.w-btn-white-solid.w-btn-md-text:hover,
  body.house-rago .w-btn-white-solid.w-btn-md-text:hover,
  body.house-wright a.w-btn-white-solid.w-btn-md-text:hover,
  body.house-wright .w-btn-white-solid.w-btn-md-text:hover,
  body.house-herman_miller a.w-btn-white-solid.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-white-solid.w-btn-md-text:hover,
  body.house-lama a.w-btn-white-solid.w-btn-md-text:hover,
  body.house-lama .w-btn-white-solid.w-btn-md-text:hover {
    color: black;
    background-color: white;
    border-color: white;
  }
}

body.house-toomey a.w-btn-white-outline,
body.house-toomey .w-btn-white-outline,
body.house-rago a.w-btn-white-outline,
body.house-rago .w-btn-white-outline,
body.house-wright a.w-btn-white-outline,
body.house-wright .w-btn-white-outline,
body.house-herman_miller a.w-btn-white-outline,
body.house-herman_miller .w-btn-white-outline,
body.house-lama a.w-btn-white-outline,
body.house-lama .w-btn-white-outline {
  color: #fff;
  border-color: #fff;
}

body.house-toomey a.w-btn-white-outline.hover, body.house-toomey a.w-btn-white-outline:hover,
body.house-toomey .w-btn-white-outline.hover,
body.house-toomey .w-btn-white-outline:hover,
body.house-rago a.w-btn-white-outline.hover,
body.house-rago a.w-btn-white-outline:hover,
body.house-rago .w-btn-white-outline.hover,
body.house-rago .w-btn-white-outline:hover,
body.house-wright a.w-btn-white-outline.hover,
body.house-wright a.w-btn-white-outline:hover,
body.house-wright .w-btn-white-outline.hover,
body.house-wright .w-btn-white-outline:hover,
body.house-herman_miller a.w-btn-white-outline.hover,
body.house-herman_miller a.w-btn-white-outline:hover,
body.house-herman_miller .w-btn-white-outline.hover,
body.house-herman_miller .w-btn-white-outline:hover,
body.house-lama a.w-btn-white-outline.hover,
body.house-lama a.w-btn-white-outline:hover,
body.house-lama .w-btn-white-outline.hover,
body.house-lama .w-btn-white-outline:hover {
  color: white;
  border-color: white;
}

body.house-toomey a.w-btn-grey-solid,
body.house-toomey .w-btn-grey-solid,
body.house-rago a.w-btn-grey-solid,
body.house-rago .w-btn-grey-solid,
body.house-wright a.w-btn-grey-solid,
body.house-wright .w-btn-grey-solid,
body.house-herman_miller a.w-btn-grey-solid,
body.house-herman_miller .w-btn-grey-solid,
body.house-lama a.w-btn-grey-solid,
body.house-lama .w-btn-grey-solid {
  color: #fff;
  font-weight: bold;
  background-color: #333333;
  border-color: #333333;
}

body.house-toomey a.w-btn-grey-solid:hover,
body.house-toomey .w-btn-grey-solid:hover,
body.house-rago a.w-btn-grey-solid:hover,
body.house-rago .w-btn-grey-solid:hover,
body.house-wright a.w-btn-grey-solid:hover,
body.house-wright .w-btn-grey-solid:hover,
body.house-herman_miller a.w-btn-grey-solid:hover,
body.house-herman_miller .w-btn-grey-solid:hover,
body.house-lama a.w-btn-grey-solid:hover,
body.house-lama .w-btn-grey-solid:hover {
  background-color: #000;
  border-color: #000;
}

body.house-toomey a.w-btn-grey-outline,
body.house-toomey .w-btn-grey-outline,
body.house-rago a.w-btn-grey-outline,
body.house-rago .w-btn-grey-outline,
body.house-wright a.w-btn-grey-outline,
body.house-wright .w-btn-grey-outline,
body.house-herman_miller a.w-btn-grey-outline,
body.house-herman_miller .w-btn-grey-outline,
body.house-lama a.w-btn-grey-outline,
body.house-lama .w-btn-grey-outline {
  color: #333333;
  font-weight: bold;
  background-color: transparent;
  border-color: #333333;
}

body.house-toomey a.w-btn-grey-outline:hover,
body.house-toomey .w-btn-grey-outline:hover,
body.house-rago a.w-btn-grey-outline:hover,
body.house-rago .w-btn-grey-outline:hover,
body.house-wright a.w-btn-grey-outline:hover,
body.house-wright .w-btn-grey-outline:hover,
body.house-herman_miller a.w-btn-grey-outline:hover,
body.house-herman_miller .w-btn-grey-outline:hover,
body.house-lama a.w-btn-grey-outline:hover,
body.house-lama .w-btn-grey-outline:hover {
  border-color: #000;
  color: #000;
}

body.house-toomey a.w-btn-light-grey-solid,
body.house-toomey .w-btn-light-grey-solid,
body.house-rago a.w-btn-light-grey-solid,
body.house-rago .w-btn-light-grey-solid,
body.house-wright a.w-btn-light-grey-solid,
body.house-wright .w-btn-light-grey-solid,
body.house-herman_miller a.w-btn-light-grey-solid,
body.house-herman_miller .w-btn-light-grey-solid,
body.house-lama a.w-btn-light-grey-solid,
body.house-lama .w-btn-light-grey-solid {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  color: #fff;
  /*
      some buttons transform into text-only at certain breakpoints,
      contexts: calendar page, auction index header/subnav
   */
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.house-toomey a.w-btn-light-grey-solid.w-btn-text-from-md-to-lg, body.house-toomey a.w-btn-light-grey-solid.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-light-grey-solid.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-light-grey-solid.w-btn-text-from-md-to-lg:hover,
  body.house-rago a.w-btn-light-grey-solid.w-btn-text-from-md-to-lg,
  body.house-rago a.w-btn-light-grey-solid.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-light-grey-solid.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-light-grey-solid.w-btn-text-from-md-to-lg:hover,
  body.house-wright a.w-btn-light-grey-solid.w-btn-text-from-md-to-lg,
  body.house-wright a.w-btn-light-grey-solid.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-light-grey-solid.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-light-grey-solid.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller a.w-btn-light-grey-solid.w-btn-text-from-md-to-lg,
  body.house-herman_miller a.w-btn-light-grey-solid.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-light-grey-solid.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-light-grey-solid.w-btn-text-from-md-to-lg:hover,
  body.house-lama a.w-btn-light-grey-solid.w-btn-text-from-md-to-lg,
  body.house-lama a.w-btn-light-grey-solid.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-light-grey-solid.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-light-grey-solid.w-btn-text-from-md-to-lg:hover {
    background-color: transparent;
  }
}

@media (min-width: 769px) {
  body.house-toomey a.w-btn-light-grey-solid.w-btn-md-text, body.house-toomey a.w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-grey-solid.w-btn-md-text,
  body.house-toomey .w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-rago a.w-btn-light-grey-solid.w-btn-md-text,
  body.house-rago a.w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-rago .w-btn-light-grey-solid.w-btn-md-text,
  body.house-rago .w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-wright a.w-btn-light-grey-solid.w-btn-md-text,
  body.house-wright a.w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-wright .w-btn-light-grey-solid.w-btn-md-text,
  body.house-wright .w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-herman_miller a.w-btn-light-grey-solid.w-btn-md-text,
  body.house-herman_miller a.w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-grey-solid.w-btn-md-text,
  body.house-herman_miller .w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-lama a.w-btn-light-grey-solid.w-btn-md-text,
  body.house-lama a.w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-lama .w-btn-light-grey-solid.w-btn-md-text,
  body.house-lama .w-btn-light-grey-solid.w-btn-md-text:hover {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  body.house-toomey a.w-btn-light-grey-solid.w-btn-md-text,
  body.house-toomey .w-btn-light-grey-solid.w-btn-md-text,
  body.house-rago a.w-btn-light-grey-solid.w-btn-md-text,
  body.house-rago .w-btn-light-grey-solid.w-btn-md-text,
  body.house-wright a.w-btn-light-grey-solid.w-btn-md-text,
  body.house-wright .w-btn-light-grey-solid.w-btn-md-text,
  body.house-herman_miller a.w-btn-light-grey-solid.w-btn-md-text,
  body.house-herman_miller .w-btn-light-grey-solid.w-btn-md-text,
  body.house-lama a.w-btn-light-grey-solid.w-btn-md-text,
  body.house-lama .w-btn-light-grey-solid.w-btn-md-text {
    color: #fff;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
  }

  body.house-toomey a.w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-rago a.w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-rago .w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-wright a.w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-wright .w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-herman_miller a.w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-lama a.w-btn-light-grey-solid.w-btn-md-text:hover,
  body.house-lama .w-btn-light-grey-solid.w-btn-md-text:hover {
    color: #fff;
    background-color: rgba(204, 204, 204, 0.6);
    border-color: rgba(204, 204, 204, 0.6);
  }
}

body.house-toomey a.w-btn-light-grey-outline,
body.house-toomey .w-btn-light-grey-outline,
body.house-rago a.w-btn-light-grey-outline,
body.house-rago .w-btn-light-grey-outline,
body.house-wright a.w-btn-light-grey-outline,
body.house-wright .w-btn-light-grey-outline,
body.house-herman_miller a.w-btn-light-grey-outline,
body.house-herman_miller .w-btn-light-grey-outline,
body.house-lama a.w-btn-light-grey-outline,
body.house-lama .w-btn-light-grey-outline {
  color: #CCCCCC;
  border-color: #CCCCCC;
}

body.house-toomey a.w-btn-light-grey-outline.hover, body.house-toomey a.w-btn-light-grey-outline:hover,
body.house-toomey .w-btn-light-grey-outline.hover,
body.house-toomey .w-btn-light-grey-outline:hover,
body.house-rago a.w-btn-light-grey-outline.hover,
body.house-rago a.w-btn-light-grey-outline:hover,
body.house-rago .w-btn-light-grey-outline.hover,
body.house-rago .w-btn-light-grey-outline:hover,
body.house-wright a.w-btn-light-grey-outline.hover,
body.house-wright a.w-btn-light-grey-outline:hover,
body.house-wright .w-btn-light-grey-outline.hover,
body.house-wright .w-btn-light-grey-outline:hover,
body.house-herman_miller a.w-btn-light-grey-outline.hover,
body.house-herman_miller a.w-btn-light-grey-outline:hover,
body.house-herman_miller .w-btn-light-grey-outline.hover,
body.house-herman_miller .w-btn-light-grey-outline:hover,
body.house-lama a.w-btn-light-grey-outline.hover,
body.house-lama a.w-btn-light-grey-outline:hover,
body.house-lama .w-btn-light-grey-outline.hover,
body.house-lama .w-btn-light-grey-outline:hover {
  color: rgba(204, 204, 204, 0.6);
  border-color: rgba(204, 204, 204, 0.6);
}

body.house-toomey a.w-btn-red-solid,
body.house-toomey .w-btn-red-solid,
body.house-rago a.w-btn-red-solid,
body.house-rago .w-btn-red-solid,
body.house-wright a.w-btn-red-solid,
body.house-wright .w-btn-red-solid,
body.house-herman_miller a.w-btn-red-solid,
body.house-herman_miller .w-btn-red-solid,
body.house-lama a.w-btn-red-solid,
body.house-lama .w-btn-red-solid {
  color: #fff;
  background-color: #c62525;
  border-color: #c62525;
}

body.house-toomey a.w-btn-red-solid:hover,
body.house-toomey .w-btn-red-solid:hover,
body.house-rago a.w-btn-red-solid:hover,
body.house-rago .w-btn-red-solid:hover,
body.house-wright a.w-btn-red-solid:hover,
body.house-wright .w-btn-red-solid:hover,
body.house-herman_miller a.w-btn-red-solid:hover,
body.house-herman_miller .w-btn-red-solid:hover,
body.house-lama a.w-btn-red-solid:hover,
body.house-lama .w-btn-red-solid:hover {
  background-color: #a81f1f;
  border-color: #a81f1f;
}

body.house-toomey a.w-btn-red-outline,
body.house-toomey .w-btn-red-outline,
body.house-rago a.w-btn-red-outline,
body.house-rago .w-btn-red-outline,
body.house-wright a.w-btn-red-outline,
body.house-wright .w-btn-red-outline,
body.house-herman_miller a.w-btn-red-outline,
body.house-herman_miller .w-btn-red-outline,
body.house-lama a.w-btn-red-outline,
body.house-lama .w-btn-red-outline {
  color: #c62525;
  border-color: #c62525;
}

body.house-toomey a.w-btn-red-outline:hover,
body.house-toomey .w-btn-red-outline:hover,
body.house-rago a.w-btn-red-outline:hover,
body.house-rago .w-btn-red-outline:hover,
body.house-wright a.w-btn-red-outline:hover,
body.house-wright .w-btn-red-outline:hover,
body.house-herman_miller a.w-btn-red-outline:hover,
body.house-herman_miller .w-btn-red-outline:hover,
body.house-lama a.w-btn-red-outline:hover,
body.house-lama .w-btn-red-outline:hover {
  color: #a81f1f;
  border-color: #a81f1f;
}

body.house-toomey a.w-btn-light-green-solid,
body.house-toomey .w-btn-light-green-solid,
body.house-rago a.w-btn-light-green-solid,
body.house-rago .w-btn-light-green-solid,
body.house-wright a.w-btn-light-green-solid,
body.house-wright .w-btn-light-green-solid,
body.house-herman_miller a.w-btn-light-green-solid,
body.house-herman_miller .w-btn-light-green-solid,
body.house-lama a.w-btn-light-green-solid,
body.house-lama .w-btn-light-green-solid {
  background-color: #81D78E;
  border-color: #81D78E;
  color: #fff;
  /*
      some buttons transform into text-only at certain breakpoints,
      contexts: calendar page, auction index header/subnav
   */
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.house-toomey a.w-btn-light-green-solid.w-btn-text-from-md-to-lg, body.house-toomey a.w-btn-light-green-solid.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-light-green-solid.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-light-green-solid.w-btn-text-from-md-to-lg:hover,
  body.house-rago a.w-btn-light-green-solid.w-btn-text-from-md-to-lg,
  body.house-rago a.w-btn-light-green-solid.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-light-green-solid.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-light-green-solid.w-btn-text-from-md-to-lg:hover,
  body.house-wright a.w-btn-light-green-solid.w-btn-text-from-md-to-lg,
  body.house-wright a.w-btn-light-green-solid.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-light-green-solid.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-light-green-solid.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller a.w-btn-light-green-solid.w-btn-text-from-md-to-lg,
  body.house-herman_miller a.w-btn-light-green-solid.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-light-green-solid.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-light-green-solid.w-btn-text-from-md-to-lg:hover,
  body.house-lama a.w-btn-light-green-solid.w-btn-text-from-md-to-lg,
  body.house-lama a.w-btn-light-green-solid.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-light-green-solid.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-light-green-solid.w-btn-text-from-md-to-lg:hover {
    background-color: transparent;
  }
}

@media (min-width: 769px) {
  body.house-toomey a.w-btn-light-green-solid.w-btn-md-text, body.house-toomey a.w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-green-solid.w-btn-md-text,
  body.house-toomey .w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-rago a.w-btn-light-green-solid.w-btn-md-text,
  body.house-rago a.w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-rago .w-btn-light-green-solid.w-btn-md-text,
  body.house-rago .w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-wright a.w-btn-light-green-solid.w-btn-md-text,
  body.house-wright a.w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-wright .w-btn-light-green-solid.w-btn-md-text,
  body.house-wright .w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-herman_miller a.w-btn-light-green-solid.w-btn-md-text,
  body.house-herman_miller a.w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-green-solid.w-btn-md-text,
  body.house-herman_miller .w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-lama a.w-btn-light-green-solid.w-btn-md-text,
  body.house-lama a.w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-lama .w-btn-light-green-solid.w-btn-md-text,
  body.house-lama .w-btn-light-green-solid.w-btn-md-text:hover {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  body.house-toomey a.w-btn-light-green-solid.w-btn-md-text,
  body.house-toomey .w-btn-light-green-solid.w-btn-md-text,
  body.house-rago a.w-btn-light-green-solid.w-btn-md-text,
  body.house-rago .w-btn-light-green-solid.w-btn-md-text,
  body.house-wright a.w-btn-light-green-solid.w-btn-md-text,
  body.house-wright .w-btn-light-green-solid.w-btn-md-text,
  body.house-herman_miller a.w-btn-light-green-solid.w-btn-md-text,
  body.house-herman_miller .w-btn-light-green-solid.w-btn-md-text,
  body.house-lama a.w-btn-light-green-solid.w-btn-md-text,
  body.house-lama .w-btn-light-green-solid.w-btn-md-text {
    color: #fff;
    background-color: #81D78E;
    border-color: #81D78E;
  }

  body.house-toomey a.w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-toomey .w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-rago a.w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-rago .w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-wright a.w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-wright .w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-herman_miller a.w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-lama a.w-btn-light-green-solid.w-btn-md-text:hover,
  body.house-lama .w-btn-light-green-solid.w-btn-md-text:hover {
    color: #fff;
    background-color: rgba(129, 215, 142, 0.6);
    border-color: rgba(129, 215, 142, 0.6);
  }
}

body.house-toomey a.w-btn-light-green-outline,
body.house-toomey .w-btn-light-green-outline,
body.house-rago a.w-btn-light-green-outline,
body.house-rago .w-btn-light-green-outline,
body.house-wright a.w-btn-light-green-outline,
body.house-wright .w-btn-light-green-outline,
body.house-herman_miller a.w-btn-light-green-outline,
body.house-herman_miller .w-btn-light-green-outline,
body.house-lama a.w-btn-light-green-outline,
body.house-lama .w-btn-light-green-outline {
  color: #81D78E;
  border-color: #81D78E;
}

body.house-toomey a.w-btn-light-green-outline.hover, body.house-toomey a.w-btn-light-green-outline:hover,
body.house-toomey .w-btn-light-green-outline.hover,
body.house-toomey .w-btn-light-green-outline:hover,
body.house-rago a.w-btn-light-green-outline.hover,
body.house-rago a.w-btn-light-green-outline:hover,
body.house-rago .w-btn-light-green-outline.hover,
body.house-rago .w-btn-light-green-outline:hover,
body.house-wright a.w-btn-light-green-outline.hover,
body.house-wright a.w-btn-light-green-outline:hover,
body.house-wright .w-btn-light-green-outline.hover,
body.house-wright .w-btn-light-green-outline:hover,
body.house-herman_miller a.w-btn-light-green-outline.hover,
body.house-herman_miller a.w-btn-light-green-outline:hover,
body.house-herman_miller .w-btn-light-green-outline.hover,
body.house-herman_miller .w-btn-light-green-outline:hover,
body.house-lama a.w-btn-light-green-outline.hover,
body.house-lama a.w-btn-light-green-outline:hover,
body.house-lama .w-btn-light-green-outline.hover,
body.house-lama .w-btn-light-green-outline:hover {
  color: rgba(129, 215, 142, 0.6);
  border-color: rgba(129, 215, 142, 0.6);
}

body.house-toomey a.w-btn-ds-inquire-solid,
body.house-toomey .w-btn-ds-inquire-solid,
body.house-rago a.w-btn-ds-inquire-solid,
body.house-rago .w-btn-ds-inquire-solid,
body.house-wright a.w-btn-ds-inquire-solid,
body.house-wright .w-btn-ds-inquire-solid,
body.house-herman_miller a.w-btn-ds-inquire-solid,
body.house-herman_miller .w-btn-ds-inquire-solid,
body.house-lama a.w-btn-ds-inquire-solid,
body.house-lama .w-btn-ds-inquire-solid {
  background-color: #479459;
  border-color: #479459;
  color: #fff;
  /*
      some buttons transform into text-only at certain breakpoints,
      contexts: calendar page, auction index header/subnav
   */
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.house-toomey a.w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg, body.house-toomey a.w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg:hover,
  body.house-toomey .w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg,
  body.house-toomey .w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg:hover,
  body.house-rago a.w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg,
  body.house-rago a.w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg:hover,
  body.house-rago .w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg,
  body.house-rago .w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg:hover,
  body.house-wright a.w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg,
  body.house-wright a.w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg:hover,
  body.house-wright .w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg,
  body.house-wright .w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller a.w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg,
  body.house-herman_miller a.w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg:hover,
  body.house-herman_miller .w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg,
  body.house-herman_miller .w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg:hover,
  body.house-lama a.w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg,
  body.house-lama a.w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg:hover,
  body.house-lama .w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg,
  body.house-lama .w-btn-ds-inquire-solid.w-btn-text-from-md-to-lg:hover {
    background-color: transparent;
  }
}

@media (min-width: 769px) {
  body.house-toomey a.w-btn-ds-inquire-solid.w-btn-md-text, body.house-toomey a.w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-toomey .w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-toomey .w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-rago a.w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-rago a.w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-rago .w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-rago .w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-wright a.w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-wright a.w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-wright .w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-wright .w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-herman_miller a.w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-herman_miller a.w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-herman_miller .w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-lama a.w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-lama a.w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-lama .w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-lama .w-btn-ds-inquire-solid.w-btn-md-text:hover {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  body.house-toomey a.w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-toomey .w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-rago a.w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-rago .w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-wright a.w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-wright .w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-herman_miller a.w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-herman_miller .w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-lama a.w-btn-ds-inquire-solid.w-btn-md-text,
  body.house-lama .w-btn-ds-inquire-solid.w-btn-md-text {
    color: #fff;
    background-color: #479459;
    border-color: #479459;
  }

  body.house-toomey a.w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-toomey .w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-rago a.w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-rago .w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-wright a.w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-wright .w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-herman_miller a.w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-herman_miller .w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-lama a.w-btn-ds-inquire-solid.w-btn-md-text:hover,
  body.house-lama .w-btn-ds-inquire-solid.w-btn-md-text:hover {
    color: #fff;
    background-color: rgba(71, 148, 89, 0.6);
    border-color: rgba(71, 148, 89, 0.6);
  }
}

body.house-toomey a.w-btn-ds-inquire-solid:hover,
body.house-toomey .w-btn-ds-inquire-solid:hover,
body.house-rago a.w-btn-ds-inquire-solid:hover,
body.house-rago .w-btn-ds-inquire-solid:hover,
body.house-wright a.w-btn-ds-inquire-solid:hover,
body.house-wright .w-btn-ds-inquire-solid:hover,
body.house-herman_miller a.w-btn-ds-inquire-solid:hover,
body.house-herman_miller .w-btn-ds-inquire-solid:hover,
body.house-lama a.w-btn-ds-inquire-solid:hover,
body.house-lama .w-btn-ds-inquire-solid:hover {
  border-color: #3C7E4C;
  background-color: #3C7E4C;
  color: #fff;
}

body.house-toomey a.w-btn-ds-inquire-outline,
body.house-toomey .w-btn-ds-inquire-outline,
body.house-rago a.w-btn-ds-inquire-outline,
body.house-rago .w-btn-ds-inquire-outline,
body.house-wright a.w-btn-ds-inquire-outline,
body.house-wright .w-btn-ds-inquire-outline,
body.house-herman_miller a.w-btn-ds-inquire-outline,
body.house-herman_miller .w-btn-ds-inquire-outline,
body.house-lama a.w-btn-ds-inquire-outline,
body.house-lama .w-btn-ds-inquire-outline {
  color: #479459;
  border-color: #479459;
}

body.house-toomey a.w-btn-ds-inquire-outline.hover, body.house-toomey a.w-btn-ds-inquire-outline:hover,
body.house-toomey .w-btn-ds-inquire-outline.hover,
body.house-toomey .w-btn-ds-inquire-outline:hover,
body.house-rago a.w-btn-ds-inquire-outline.hover,
body.house-rago a.w-btn-ds-inquire-outline:hover,
body.house-rago .w-btn-ds-inquire-outline.hover,
body.house-rago .w-btn-ds-inquire-outline:hover,
body.house-wright a.w-btn-ds-inquire-outline.hover,
body.house-wright a.w-btn-ds-inquire-outline:hover,
body.house-wright .w-btn-ds-inquire-outline.hover,
body.house-wright .w-btn-ds-inquire-outline:hover,
body.house-herman_miller a.w-btn-ds-inquire-outline.hover,
body.house-herman_miller a.w-btn-ds-inquire-outline:hover,
body.house-herman_miller .w-btn-ds-inquire-outline.hover,
body.house-herman_miller .w-btn-ds-inquire-outline:hover,
body.house-lama a.w-btn-ds-inquire-outline.hover,
body.house-lama a.w-btn-ds-inquire-outline:hover,
body.house-lama .w-btn-ds-inquire-outline.hover,
body.house-lama .w-btn-ds-inquire-outline:hover {
  color: rgba(71, 148, 89, 0.6);
  border-color: rgba(71, 148, 89, 0.6);
}

body.house-toomey a.w-btn-ds-inquire-outline:hover,
body.house-toomey .w-btn-ds-inquire-outline:hover,
body.house-rago a.w-btn-ds-inquire-outline:hover,
body.house-rago .w-btn-ds-inquire-outline:hover,
body.house-wright a.w-btn-ds-inquire-outline:hover,
body.house-wright .w-btn-ds-inquire-outline:hover,
body.house-herman_miller a.w-btn-ds-inquire-outline:hover,
body.house-herman_miller .w-btn-ds-inquire-outline:hover,
body.house-lama a.w-btn-ds-inquire-outline:hover,
body.house-lama .w-btn-ds-inquire-outline:hover {
  border-color: #3C7E4C;
  color: #3C7E4C;
}

/* Busy! */

.w-btn-busy-spinner {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  z-index: 1;
  width: 30px;
  display: block;
  opacity: 1;
}

.w-btn-busy-spinner svg {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w-btn-busy-spinner svg circle {
  stroke: #fff;
}

.w-btn-busy-spinner.dark svg circle {
  stroke: #333;
}

.to_top {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 4rem;
  line-height: 4rem;
  font-size: 4rem;
  bottom: 1rem;
  right: 1rem;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
  color: #444;
  text-align: center;
  position: fixed;
  z-index: 49;
  background-color: #fff;
}

.to_top i.icon-item-arrow-right {
  width: 4rem;
  height: 4rem;
  display: block;
}

.to_top i.icon-item-arrow-right:before {
  transform: rotate(-90deg);
  transform-origin: center;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  display: block;
  width: 23px;
  height: 29px;
  top: 5px;
  opacity: 1;
}

.to_top.hidden {
  display: none !important;
}

.to_top.dark, .to_top:hover {
  background-color: #444;
  color: #fff;
  cursor: pointer;
}

.to_top.dark:hover {
  background-color: #fff;
  color: #444;
}

body:not(.home) .to_top.dostrue {
  bottom: 10rem;
}

@media (min-width: 1024px) {
  .to_top {
    right: 3rem;
  }
}

/* v2 New Global (under main menu) */

body.search-overlay-active {
  overflow: hidden;
}

body.search-overlay-active .to_top {
  display: none !important;
}

body.search-overlay-active .navigation--primary {
  z-index: 9999;
}

body.search-overlay-active .navigation--primary .menu-wrapper,
body.search-overlay-active .navigation--primary ul.menu,
body.search-overlay-active .navigation--primary ul.menu:hover {
  z-index: 300;
}

body.search-overlay-active #wrapper {
  background: #fff;
}

body > div:not(.navigation--primary),
body > article,
body > section,
body > footer {
  transition: filter 0.2s;
}

body.search-overlay-failstate {
  font-size: 16px;
  padding: 30px;
  max-width: 100%;
  width: 100%;
  line-height: 150%;
}

body.search-overlay-enabled.home .spinner.overlay-spinner svg circle {
  stroke: #d9d9d9;
}

body .navigation--primary.menu--light .menu-wrapper {
  background-color: #E9E9E9;
}

#search-results-overlay {
  background: #E9E9E9;
  background: rgba(233, 233, 233, 0.96);
  height: auto;
  overflow: hidden;
  width: 100%;
  z-index: 299;
  top: 60px;
  position: fixed;
  transition: height 0.33s ease-out, max-height 0.33s ease-out, min-height 0.33s ease-out;
  max-height: 0vh;
}

@media (max-width: 1285px) and (min-width: 1025px) {
  #search-results-overlay {
    top: 180px;
  }
}

#search-results-overlay .icon-close-thin:before {
  color: #4A4A4A;
}

#search-results-overlay.dark {
  background-color: hsla(0, 0%, 0%, 0.85);
}

#search-results-overlay.dark p {
  color: #fff;
}

#search-results-overlay.dark .result-group,
#search-results-overlay.dark .result-group p,
#search-results-overlay.dark .result-group a {
  color: #DDDDDD;
}

#search-results-overlay.dark .result-group h3 a {
  color: #FFFFFF;
}

#search-results-overlay.dark .result .details .primary {
  color: #CCCCCC;
}

#search-results-overlay.dark .result .details .secondary,
#search-results-overlay.dark .result .details .tertiary {
  color: #AAA;
}

#search-results-overlay.hide-counts .count {
  display: none;
}

#search-results-overlay a {
  text-decoration: none;
}

#search-results-overlay .inner .spinner {
  padding: 0;
  position: fixed;
  width: 25px;
  opacity: 0.7;
  transition: opacity 0.2s linear;
}

body:not(.has-cart):not(.has-forms) #search-results-overlay .inner .spinner {
  right: 51px;
  top: 79px;
}

@media (max-width: 1360px) {
  body:not(.has-cart):not(.has-forms) #search-results-overlay .inner .spinner {
    right: 51px;
    top: 79px;
  }
}

@media (max-width: 1060px) {
  body:not(.has-cart):not(.has-forms) #search-results-overlay .inner .spinner {
    right: 51px;
    top: 79px;
  }

  body:not(.has-cart):not(.has-forms) #search-results-overlay .inner .spinner svg circle {
    stroke: #DDD;
  }
}

@media (max-width: 920px) {
  body:not(.has-cart):not(.has-forms) #search-results-overlay .inner .spinner {
    right: 67px;
    top: 79px;
  }
}

body.has-forms:not(.has-cart) #search-results-overlay .inner .spinner, body.has-cart:not(.has-forms) #search-results-overlay .inner .spinner, body.has-cart.has-forms #search-results-overlay .inner .spinner {
  right: 51px;
  top: 79px;
}

@media (max-width: 1490px) {
  body.has-forms:not(.has-cart) #search-results-overlay .inner .spinner, body.has-cart:not(.has-forms) #search-results-overlay .inner .spinner, body.has-cart.has-forms #search-results-overlay .inner .spinner {
    right: 51px;
    top: 79px;
  }
}

@media (max-width: 1170px) {
  body.has-forms:not(.has-cart) #search-results-overlay .inner .spinner, body.has-cart:not(.has-forms) #search-results-overlay .inner .spinner, body.has-cart.has-forms #search-results-overlay .inner .spinner {
    right: 51px;
    top: 79px;
  }
}

@media (max-width: 1055px) {
  body.has-forms:not(.has-cart) #search-results-overlay .inner .spinner, body.has-cart:not(.has-forms) #search-results-overlay .inner .spinner, body.has-cart.has-forms #search-results-overlay .inner .spinner {
    right: 67px;
    top: 79px;
  }
}

#search-results-overlay .inner {
  height: auto;
  overflow: hidden;
  transition: height 0.33s ease-out, max-height 0.33s ease-out, min-height 0.33s ease-out;
  font-size: 14px;
  padding: 0;
  margin: 0;
  min-height: 0;
  max-height: 0;
}

#search-results-overlay.active {
  height: auto;
  max-height: 100vh;
}

#search-results-overlay.active .inner {
  height: auto;
  min-height: 70vh;
  max-height: 100vh;
  overflow: auto;
}

@media (max-width: 1285px) and (max-height: 1050px) {
  #search-results-overlay.active .inner {
    height: calc(100vh - 60px - 120px);
    min-height: calc(100vh - 60px - 120px);
    max-height: calc(100vh - 60px - 120px);
  }
}

#search-results-overlay .inner {
  padding: 25px 40px;
}

#search-results-overlay.active.empty .inner {
  height: 200px;
}

#search-results-overlay p.note {
  text-align: center;
  padding: 30px;
}

#search-results-overlay .server-error-container {
  height: 100%;
  width: 100%;
  display: block;
  background: transparent;
  line-height: 40px;
  padding: 30px;
}

#search-results-overlay .server-error-container p {
  line-height: 40px;
}

#search-results-overlay .height-cap {
  display: flex;
  flex-direction: row;
  height: auto;
  min-height: 70vh;
  max-height: none;
  overflow: auto;
}

#search-results-overlay .result-column {
  display: flex;
  flex-direction: column;
  width: 25%;
  height: 100%;
  flex-basis: 25%;
}

@media (max-width: 1024px) {
  #search-results-overlay .result-column {
    width: 33%;
    flex-basis: 33%;
  }

  #search-results-overlay .result-column:nth-of-type(5) {
    display: none;
  }
}

#search-results-overlay .result-group {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
  padding: 0 10px;
  margin-bottom: 30px;
}

#search-results-overlay .result-group h3,
#search-results-overlay .result-group h3 a {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 700;
}

body.house-toomey #search-results-overlay .result-group h3,
body.house-toomey #search-results-overlay .result-group h3 a {
  font-family: "Canela Web", serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.4rem;
}

body.house-rago #search-results-overlay .result-group h3,
body.house-rago #search-results-overlay .result-group h3 a {
  font-family: "Editor", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.4rem;
}

#search-results-overlay .result-group a,
#search-results-overlay .result-group .icon-wright {
  transition: color 0.15s linear;
}

#search-results-overlay .result-group h3 {
  border-bottom: 1px solid #4A494A;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

body.house-toomey #search-results-overlay .result-group h3, body.house-rago #search-results-overlay .result-group h3 {
  padding-bottom: 0.5rem;
}

#search-results-overlay .result-group h3 a {
  color: black;
}

#search-results-overlay .result-group h3:hover a,
#search-results-overlay .result-group h3:hover .icon-wright {
  color: var(--primary-color);
}

#search-results-overlay .result-group .wright-now {
  font-size: 11px;
}

#search-results-overlay .result-group .wright-now svg {
  height: 1.1rem;
  width: auto;
}

#search-results-overlay .result-group .wright-now svg .Fill-1 {
  fill: #4A494A;
}

#search-results-overlay .result-group .wright-now svg .Fill-4 {
  fill: #2AB6BC;
}

#search-results-overlay .result-group .wright-now:not(.no-hover):hover svg .Fill-1 {
  fill: #242424;
}

#search-results-overlay .result-group .wright-now:not(.no-hover):hover svg .Fill-4 {
  fill: #15AB9D;
}

#search-results-overlay .result-group li {
  margin-bottom: 22px;
}

#search-results-overlay .result-group li.result-item {
  margin-bottom: 0;
}

#search-results-overlay .result-group li a span {
  display: block;
}

#search-results-overlay .result-group,
#search-results-overlay .result-group p,
#search-results-overlay .result-group a {
  font-family: "wright-sans", "Arial", sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

body.house-toomey #search-results-overlay .result-group,
body.house-toomey #search-results-overlay .result-group p,
body.house-toomey #search-results-overlay .result-group a {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-weight: 500;
}

body.house-rago #search-results-overlay .result-group,
body.house-rago #search-results-overlay .result-group p,
body.house-rago #search-results-overlay .result-group a {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-weight: 500;
}

#search-results-overlay .result-group a.view-all {
  font-size: 1.4rem;
  height: 28px;
  display: inline-block;
  line-height: 14px;
  padding-right: 2px;
  padding-left: 2px;
  margin-left: -2px;
}

body.house-herman_miller #search-results-overlay .result-group a.view-all, body.house-wright #search-results-overlay .result-group a.view-all, body.house-rago #search-results-overlay .result-group a.view-all, body.house-lama #search-results-overlay .result-group a.view-all {
  font-weight: 700;
}

body.house-toomey #search-results-overlay .result-group a.view-all, body.house-rago #search-results-overlay .result-group a.view-all {
  line-height: 1.8rem;
}

body.house-lama #search-results-overlay .result-group a.view-all {
  font-size: 1.4rem;
}

#search-results-overlay .result-group a.view-all span.icon-caret {
  transform: rotate(180deg);
  display: inline-block;
  font-size: 16px;
  margin-left: 2px;
  width: 5px;
  height: auto;
}

#search-results-overlay .result-group a.view-all span.icon-caret svg {
  width: 100%;
  height: auto;
}

#search-results-overlay .result-group.no-results h3,
#search-results-overlay .result-group.no-results h3 a,
#search-results-overlay .result-group.no-results p,
#search-results-overlay .result-group.no-results p {
  color: #767676;
}

#search-results-overlay .result-column .result-group:nth-of-type(1) {
  flex-basis: 100%;
}

#search-results-overlay .result .details {
  width: calc(100% - 115px);
}

#search-results-overlay .result .details .primary {
  color: #4a4a4a;
}

#search-results-overlay .result .details .secondary,
#search-results-overlay .result .details .tertiary {
  color: #898989;
  font-weight: normal;
}

#search-results-overlay .result a:hover .details .primary {
  color: #000;
}

#search-results-overlay .result a:hover .details .secondary,
#search-results-overlay .result a:hover .details .tertiary {
  color: #4a4a4a;
}

#search-results-overlay .result-name,
#search-results-overlay .result-session {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#search-results-overlay .result-artist a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#search-results-overlay .result-artist .artist-pic-wrapper {
  width: 95px;
  height: 95px;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 95px;
  margin-right: 20px;
  margin-bottom: 15px;
}

#search-results-overlay .result-artist img.artist-pic {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

#search-results-overlay .result-artist .artist-details {
  flex-shrink: 1;
  flex-grow: 1;
}

#search-results-overlay .result-artist .artist-details span {
  display: block;
}

#search-results-overlay .result-artist .artist-pic-wrapper,
#search-results-overlay .result-item .item-pic-wrapper {
  position: relative;
}

#search-results-overlay .result-artist .artist-pic-wrapper img,
#search-results-overlay .result-item .item-pic-wrapper img {
  z-index: 1;
}

#search-results-overlay .result-artist .artist-pic-wrapper img.ls-blur-up-img,
#search-results-overlay .result-item .item-pic-wrapper img.ls-blur-up-img {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#search-results-overlay .result-item a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#search-results-overlay .result-item .details {
  flex-shrink: 1;
  flex-grow: 1;
}

#search-results-overlay .result-item .details span {
  display: block;
}

#search-results-overlay .result-item .item-pic-wrapper {
  width: 95px;
  height: 95px;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 95px;
  margin-right: 20px;
  margin-bottom: 15px;
  background-color: #cccccc;
}

#search-results-overlay .result-item img.item-pic {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

#search-results-overlay .result-exhibition {
  margin-bottom: 30px;
}

#search-results-overlay .result-exhibition a {
  display: block;
}

#search-results-overlay .result-exhibition span {
  display: block;
}

#search-results-overlay .result-exhibition .title {
  color: #4a4a4a;
}

#search-results-overlay .result-exhibition .date {
  color: #898989;
  font-weight: normal;
}

#search-results-overlay.dark .result a:hover .details .primary {
  color: #FFFFFF;
}

#search-results-overlay.dark .result a:hover .details .secondary,
#search-results-overlay.dark .result a:hover .details .tertiary {
  color: #e6e6e6;
}

#search-results-overlay ul li.result-resource {
  margin-bottom: 0;
}

#search-results-overlay ul li.result-resource p {
  margin-bottom: 12px;
}

#search-results-overlay .overlay-close {
  position: absolute;
  width: auto;
  height: auto;
  right: 20px;
  top: 20px;
  font-size: 24px;
  z-index: 300;
  display: inline-block;
  text-align: center;
}

#search-results-overlay .overlay-close i {
  font-size: 21px;
  line-height: 0;
  color: #DDD;
  transition: color 0.25s linear;
}

#search-results-overlay .overlay-close:hover {
  cursor: pointer;
}

#search-results-overlay .overlay-close:hover i {
  color: #FFF;
}

@media (max-width: 1024px) {
  #search-results-overlay .result.result-artist span.artist-pic-wrapper {
    flex-basis: 33%;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 950px) {
  #search-results-overlay .result.result-artist {
    margin-bottom: 30px;
  }

  #search-results-overlay .result.result-artist span.artist-pic-wrapper {
    display: none;
  }
}

@media (max-width: 1285px) and (min-width: 768px) {
  #search-results-overlay {
    top: 180px;
  }
}

@media (max-width: 767px) {
  #search-results-overlay {
    display: none;
  }
}

@media (max-width: 1285px) and (min-width: 768px) {
  #search-results-overlay .overlay-close {
    display: none;
  }
}

.navigation--primary.active #search-results-overlay .inner .spinner {
  top: 53px;
  right: 308px;
}

body.safari-lte9 #search-results-overlay.active {
  height: 100vh;
}

body.safari-lte9 #search-results-overlay.active,
body.safari-lte9 #search-results-overlay.active .inner,
body.safari-lte9 #search-results-overlay.active .height-cap {
  max-height: none;
  min-height: 0;
}

body.safari-lte9 #search-results-overlay.active .inner,
body.safari-lte9 #search-results-overlay.active .height-cap,
body.safari-lte9 #search-results-overlay.active .result-column {
  height: 100%;
}

body.safari-lte9 #search-results-overlay.active .result-column .result-group:nth-of-type(1) {
  flex: 1 1 1px;
}

.module.module__mailing_list {
  display: block;
  position: relative;
  width: 100%;
  max-width: 28rem;
  height: 50px;
  margin: 0 auto 20px auto;
}

@media (max-width: 767px) {
  .module.module__mailing_list {
    max-width: 32rem;
  }
}

.module.module__mailing_list:after {
  font-size: 30px;
  font-family: "wright-now-web";
  font-weight: normal;
  color: #32343A;
  line-height: 50px;
  content: "\e60c";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  cursor: pointer;
  pointer-events: none;
}

.module.module__mailing_list input#EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  border-right: 0px solid;
  float: left;
  width: calc(100% - 50px);
  height: 50px;
  padding: 15px 20px;
  line-height: 20px;
  /* not sure why, but these placholder selectors don't like to be combined (comma-separated) */
  /* </headscratcher> */
}

.module.module__mailing_list input#EMAIL {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  color: #fff !important;
  font-size: 15px;
}

.module.module__mailing_list input#EMAIL ::-webkit-input-placeholder {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  color: #fff !important;
  font-size: 15px;
}

.module.module__mailing_list input#EMAIL :-moz-placeholder {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  color: #fff !important;
  font-size: 15px;
}

.module.module__mailing_list input#EMAIL ::-moz-placeholder {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  color: #fff !important;
  font-size: 15px;
}

.module.module__mailing_list input#EMAIL :-ms-input-placeholder {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: normal;
  color: #fff !important;
  font-size: 15px;
}

.module.module__mailing_list input#EMAIL::-webkit-input-placeholder {
  color: #fff !important;
}

.module.module__mailing_list input#EMAIL:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

.module.module__mailing_list input#EMAIL::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}

.module.module__mailing_list input#EMAIL:-ms-input-placeholder {
  color: #fff !important;
}

.module.module__mailing_list input#EMAIL.parsley-error {
  border: 2px #ff6f64 solid;
  border-right: 0px;
}

.module.module__mailing_list input#subscribe {
  overflow: hidden;
  text-indent: -999px;
  float: left;
  height: 50px;
  width: 50px;
  background-size: 100%;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.module.module__mailing_list input#subscribe.parsley-error {
  background-color: #ff6f64;
}

.my_mejs__player {
  visibility: hidden;
}

.my_mejs__player.mejs__container {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.my_mejs__player.mejs__container span.mejs__time-float span.mejs__time-float-current {
  color: black !important;
}

.my_mejs__player.mejs__container .mejs__button > button:focus {
  outline: none;
}

.my_mejs__player.mejs__container .mejs__controls:not([style*="display: none"]) {
  background: transparent;
}

.fb-module.light .my_mejs__player.mejs__container {
  background: rgba(0, 0, 0, 0.7);
}

.fb-module.light .my_mejs__player.mejs__container span.mejs__currenttime,
.fb-module.light .my_mejs__player.mejs__container span.mejs__duration {
  color: white !important;
}

.fa,
.fas,
.item-page .preview_info .note.has_extras,
.item-page .preview_info .star.has_extras,
.___item:not(.chapter) .preview_info .note.has_extras,
.___item:not(.chapter) .preview_info .star.has_extras,
.far,
.item-page .preview_info .note,
.item-page .preview_info .star,
.___item:not(.chapter) .preview_info .note,
.___item:not(.chapter) .preview_info .star,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.item-page .preview_info .note,
.item-page .preview_info .star,
.___item:not(.chapter) .preview_info .note,
.___item:not(.chapter) .preview_info .star {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -0.125em;
}

.fa-edit:before {
  content: "\f044";
}

.fa-star:before {
  content: "\f005";
}

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";

  font-style: normal;

  font-weight: 400;

  src: url("../../../fonts/webfonts/fa-regular-400.eot");

  src: url("../../../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../../../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../../../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../../../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far, .item-page .preview_info .note,
.item-page .preview_info .star,
.___item:not(.chapter) .preview_info .note,
.___item:not(.chapter) .preview_info .star {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";

  font-style: normal;

  font-weight: 900;

  src: url("../../../fonts/webfonts/fa-solid-900.eot");

  src: url("../../../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../../../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../../../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../../../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas,
.item-page .preview_info .note.has_extras,
.item-page .preview_info .star.has_extras,
.___item:not(.chapter) .preview_info .note.has_extras,
.___item:not(.chapter) .preview_info .star.has_extras {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.item-page .preview_info .note:before,
.___item:not(.chapter) .preview_info .note:before {
  content: "\f044";
}

.item-page .preview_info .star:before,
.___item:not(.chapter) .preview_info .star:before {
  content: "\f005";
}

.entry.info-card,
.entry.info-card.___item {
  font-family: var(--font-family-sans);
}

.entry.info-card.wright,
.entry.info-card.___item.wright {
  --primary-color: var(--wright-primary-color);
  --primary-color-hover: var(--wright-primary-color-hover);
}

.entry.info-card.rago,
.entry.info-card.___item.rago {
  --primary-color: var(--rago-primary-color);
  --primary-color-hover: var(--rago-primary-color-hover);
}

.entry.info-card.lama,
.entry.info-card.___item.lama {
  --primary-color: var(--lama-primary-color);
  --primary-color-hover: var(--lama-primary-color-hover);
}

.entry.info-card.toomey,
.entry.info-card.___item.toomey {
  --primary-color: var(--toomey-primary-color);
  --primary-color-hover: var(--toomey-primary-color-hover);
}

.entry.info-card a,
.entry.info-card.___item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-sans);
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6rem;
  transition: color 0.3s ease-in-out;
}

body.house-toomey .entry.info-card a, body.house-rago .entry.info-card a,
body.house-toomey .entry.info-card.___item a,
body.house-rago .entry.info-card.___item a {
  font-family: Alright, sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}

body.house-lama .entry.info-card a,
body.house-lama .entry.info-card.___item a {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

.entry.info-card .information a,
.entry.info-card.___item .information a {
  display: table;
  width: auto;
  overflow: hidden;
}

.entry.info-card .information a p.title:hover,
.entry.info-card.___item .information a p.title:hover {
  color: var(--primary-color-hover);
}

.entry.info-card .information a p.title:visited,
.entry.info-card.___item .information a p.title:visited {
  color: #333;
}

.entry.info-card .year,
.entry.info-card.___item .year {
  max-width: 100%;
  font-family: var(--font-family-serif);
  font-size: 2.8rem;
  min-height: 2.8rem;
  color: #333;
  border-bottom: 0.1rem solid #333;
  padding-right: 100%;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
}

.house-toomey .entry.info-card .year,
.house-toomey .entry.info-card.___item .year {
  font-family: "Canela Web", serif;
  font-weight: 900;
  border: none;
}

.house-rago .entry.info-card .year,
.house-rago .entry.info-card.___item .year {
  font-family: "Dala Floda", serif;
  font-weight: 800;
  border: none;
}

.entry.info-card .title,
.entry.info-card.___item .title {
  font-family: var(--font-family-sans);
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #333;
  margin: 0;
}

.entry.info-card .date,
.entry.info-card.___item .date {
  font-family: var(--font-family-sans);
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #666;
  margin: 0 0 1rem 0;
}

body.house-toomey .entry.info-card .date, body.house-rago .entry.info-card .date,
body.house-toomey .entry.info-card.___item .date,
body.house-rago .entry.info-card.___item .date {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 0 0 1.8rem 0;
}

@media screen and (min-width: 450px) {
  .entry.info-card a,
  .entry.info-card .title,
  .entry.info-card .date,
  .entry.info-card.___item a,
  .entry.info-card.___item .title,
  .entry.info-card.___item .date {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}

.entry.info-card .image .image-inner img,
.entry.info-card.___item .image .image-inner img {
  -o-object-position: left bottom;
     object-position: left bottom;
}

body.house-toomey .entry.info-card a.button, body.house-wright .entry.info-card a.button, body.house-herman_miller .entry.info-card a.button, body.house-rago .entry.info-card a.button,
body.house-toomey .entry.info-card.___item a.button,
body.house-wright .entry.info-card.___item a.button,
body.house-herman_miller .entry.info-card.___item a.button,
body.house-rago .entry.info-card.___item a.button {
  display: none;
}

body.house-toomey .entry.info-card .catalog_date, body.house-rago .entry.info-card .catalog_date,
body.house-toomey .entry.info-card.___item .catalog_date,
body.house-rago .entry.info-card.___item .catalog_date {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
}

.auction.upcoming.result .inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  width: 100%;
  margin-bottom: 3rem;
}

.auction.upcoming.result .inner.wright {
  --primary-color: var(--wright-primary-color);
  --primary-color-hover: var(--wright-primary-color-hover);
}

.auction.upcoming.result .inner.rago {
  --primary-color: var(--rago-primary-color);
  --primary-color-hover: var(--rago-primary-color-hover);
}

.auction.upcoming.result .inner.lama {
  --primary-color: var(--lama-primary-color);
  --primary-color-hover: var(--lama-primary-color-hover);
}

.auction.upcoming.result .inner.toomey {
  --primary-color: var(--toomey-primary-color);
  --primary-color-hover: var(--toomey-primary-color-hover);
}

.auction.upcoming.result a:not(.w-btn) {
  text-decoration: none;
  line-height: 2rem;
}

.auction.upcoming.result a:not(.w-btn).button {
  max-width: 100%;
  transition: opacity 0.3s ease-in-out;
  z-index: 3;
}

.auction.upcoming.result .image,
.auction.upcoming.result .information {
  width: 100%;
}

.auction.upcoming.result .image {
  position: relative;
  margin-bottom: 2rem;
}

.auction.upcoming.result .image.mobile .button {
  display: none;
}

.auction.upcoming.result .image.desktop {
  display: none;
  height: auto;
  max-width: 55rem;
}

.auction.upcoming.result .image.desktop .desktop-image-overlay-button {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.auction.upcoming.result .image.desktop a {
  display: block;
  width: 100%;
  height: 100%;
}

.auction.upcoming.result .image.desktop a.desktop-image-overlay-button {
  z-index: 3;
  display: inline-flex;
  margin: 0 auto;
  max-width: 27rem;
  height: 4.5rem;
}

.auction.upcoming.result .image.desktop a.desktop-image-overlay-image {
  z-index: 1;
}

.auction.upcoming.result .image.desktop a.desktop-image-overlay-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.auction.upcoming.result .image.desktop:hover a.desktop-image-overlay-image:after {
  opacity: 1;
}

.auction.upcoming.result .image img {
  width: 100%;
  height: auto;
  display: block;
}

.auction.upcoming.result .image.desktop .image-inner .my-flex-align-center {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
}

.auction.upcoming.result link.upcoming-title,
.auction.upcoming.result link.date {
  text-decoration: none;
}

.auction.upcoming.result .information {
  display: flex;
  flex-direction: column;
}

.auction.upcoming.result .information .info-text-group {
  display: flex;
  flex-direction: row;
}

.auction.upcoming.result .information .info-text-group .info-text {
  width: 100%;
}

.auction.upcoming.result .information .info-text-group .info-text.width-2 {
  width: 50%;
}

.auction.upcoming.result .information .info-text-group .info-text.width-3 {
  width: 33.3333333333%;
  margin-right: 3%;
}

.auction.upcoming.result .information .info-text-group .info-text.width-3:last-of-type {
  margin-right: 0;
}

.auction.upcoming.result .information .calendar-icon {
  height: 2.2rem;
  width: 2.2rem;
  fill: #b6b1a4;
  transition: fill 0.3s ease-in-out;
}

.auction.upcoming.result .information .calendar-icon.desktop {
  display: none;
}

.auction.upcoming.result .information .calendar-icon:hover {
  fill: #9a9383;
  cursor: pointer;
}

.auction.upcoming.result .information .title,
.auction.upcoming.result .information .date {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

.auction.upcoming.result .information .bidder-number {
  display: none;
}

.auction.upcoming.result .information p {
  font-family: var(--font-family-sans);
  color: #333;
}

@media (max-width: 449px) {
  .auction.upcoming.result .information p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}

.auction.upcoming.result .information p strong,
.auction.upcoming.result .information p a:not(.w-btn) {
  font-family: var(--font-family-sans);
  font-weight: 700;
  color: #333;
}

.auction.upcoming.result .information .title-wrapper {
  margin-bottom: 1.5rem;
  padding: 5px 0;
}

.auction.upcoming.result .information .title {
  text-align: center;
}

.auction.upcoming.result .information .date-wrapper {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #333;
}

.auction.upcoming.result .information .date-wrapper .date {
  font-size: 2.8rem;
  line-height: 3rem;
}

.auction.upcoming.result .information .date-wrapper .date .dot {
  font-size: 18px;
}

.auction.upcoming.result .information .date-wrapper .calendar-icon .mobile {
  height: 2.2rem;
  width: 2.2rem;
}

.auction.upcoming.result .information .date-wrapper .calendar-icon .mobile svg {
  fill: #b6b1a4;
}

.auction.upcoming.result .auction-links p:not(.banned_message) {
  margin: 0;
}

@media (min-width: 769px) {
  .auction.upcoming.result .auction-links p:not(.banned_message) a.w-btn-mobile-only {
    line-height: 1.9rem;
  }
}

.auction.upcoming.result .auction-links p:not(.banned_message) a:not(.w-btn) {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: 0.03rem;
  z-index: 10;
  padding-top: 13px;
  padding-bottom: 13px;
  display: block;
  flex-basis: 100%;
  order: 3;
  flex-shrink: 0;
  flex-grow: 0;
  float: left;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-shadow: none;
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
  border: 2px solid #b6b1a4;
  color: #A59892;
  transition: color 0.3s, border 0.3s ease-in-out;
}

.auction.upcoming.result .auction-links p:not(.banned_message) a:not(.w-btn):hover {
  color: #9a9383;
  border: 2px solid #9a9383;
}

.auction.upcoming.result .auction-links p:not(.banned_message) a:not(.w-btn).solid {
  transition: background-color 0.3s, border 0.3s ease-in-out;
  background: #b6b1a4;
  border: 2px solid #b6b1a4;
  outline: none;
  color: #FFF;
}

.auction.upcoming.result .auction-links p:not(.banned_message) a:not(.w-btn).solid:hover {
  color: #FFF;
  background: #9a9383;
  border: 2px solid #9a9383;
}

@media (min-width: 769px) {
  .auction.upcoming.result a.w-btn-md-text {
    color: #b6b1a4;
  }

  .auction.upcoming.result a.w-btn-md-text:hover {
    color: #9a9383;
  }
}

@media screen and (min-width: 769px) {
  .auction.upcoming.result .w-btn-desktop-only {
    display: table;
  }
}

@media screen and (min-width: 769px) {
  .auction.upcoming.result.first {
    padding-top: 0;
  }

  .auction.upcoming.result .calendar_wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .auction.upcoming.result .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }

  .auction.upcoming.result a:not(.w-btn) {
    text-decoration: none;
    letter-spacing: 0.3px;
  }

  .auction.upcoming.result .image.mobile {
    display: none;
  }

  .auction.upcoming.result .image.desktop {
    margin-bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }

  .auction.upcoming.result .image.desktop .desktop-image-overlay-button {
    align-self: center;
    height: auto;
    display: block;
  }

  .auction.upcoming.result .image.desktop:hover .desktop-image-overlay-button {
    opacity: 1;
  }

  .auction.upcoming.result .image {
    max-width: 550px;
  }

  .auction.upcoming.result .image.mobile,
  .auction.upcoming.result .information.mobile {
    display: none;
  }

  .auction.upcoming.result .image.desktop,
  .auction.upcoming.result .information.desktop {
    display: block;
  }

  .auction.upcoming.result .information {
    margin: 0 0 0 3%;
    display: flex;
    flex-direction: column;
  }

  .auction.upcoming.result .information .auction-links {
    position: relative;
    overflow: hidden;
    width: auto;
  }

  .auction.upcoming.result .information .info-text-group {
    display: flex;
    flex-direction: column;
  }

  .auction.upcoming.result .information .info-text-group .info-text {
    width: 100%;
  }

  .auction.upcoming.result .information .info-text-group .info-text p {
    margin-bottom: 1rem;
  }

  .auction.upcoming.result .information .info-text-group .info-text.width-2 {
    width: 100%;
  }

  .auction.upcoming.result .information .info-text-group .info-text.width-3 {
    width: 100%;
  }

  .auction.upcoming.result .information .title-wrapper {
    margin-bottom: 3rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #333;
  }

  body.house-toomey .auction.upcoming.result .information .title-wrapper, body.house-rago .auction.upcoming.result .information .title-wrapper {
    margin-bottom: 2rem;
  }

  .auction.upcoming.result .information .title-wrapper .title {
    text-align: left;
    overflow: hidden;
    padding-right: 35px;
  }

  .auction.upcoming.result .information .title-wrapper .calendar-icon.desktop {
    display: block;
  }

  .auction.upcoming.result .information .title-wrapper .bidder-number {
    display: inline-block;
    text-align: right;
    white-space: nowrap;
    color: #b6b1a4;
  }

  .auction.upcoming.result .information .title-wrapper .bidder-number strong {
    color: #b6b1a4;
  }

  .auction.upcoming.result .information .date-wrapper {
    margin-bottom: 2.5rem;
    border-bottom: none;
  }

  .auction.upcoming.result .information .date-wrapper .date {
    font-size: 5rem;
    line-height: 2rem;
  }

  .auction.upcoming.result .information .date-wrapper .date .dot {
    font-size: 30px;
  }

  .auction.upcoming.result .information .date-wrapper .calendar-icon.mobile {
    display: none;
  }

  .auction.upcoming.result .information .auction-links p {
    width: 100%;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
  }

  .auction.upcoming.result .information .auction-links p:first-of-type a:not(.w-btn) {
    transition: color 0.3s ease-in-out;
    background: none;
    outline: none;
    color: #b6b1a4;
  }

  .auction.upcoming.result .information .auction-links p:first-of-type a:not(.w-btn):hover {
    color: #9a9383;
  }

  .auction.upcoming.result .information .auction-links p a:not(.w-btn) {
    text-transform: lowercase;
    z-index: 10;
    padding: 0;
    display: block;
    flex-basis: 100%;
    order: 3;
    flex-shrink: 0;
    flex-direction: column;
    flex-grow: 0;
    float: left;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-shadow: none;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    border: none;
    color: #b6b1a4;
    text-align: left;
  }

  .auction.upcoming.result .information .auction-links p a:not(.w-btn):hover {
    color: #9a9383;
  }

  .auction.upcoming.result .information .auction-links p a:not(.w-btn).solid {
    background: none;
  }
}

@media screen and (min-width: 769px) {
  .auction.upcoming.result.first {
    padding-top: 0;
  }

  .auction.upcoming.result .calendar_wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .auction.upcoming.result .information {
    margin-left: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .auction.upcoming.result .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .auction.upcoming.result .information {
    display: flex;
    flex-direction: column;
  }

  .auction.upcoming.result .information p {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .auction.upcoming.result .information p a:not(.w-btn) {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .auction.upcoming.result .information .year {
    padding-left: 3rem;
  }
}

@media screen and (min-width: 1920px) {
  .auction.upcoming.result .inner {
    justify-content: flex-start;
  }

  .auction.upcoming.result .title {
    padding-right: 50%;
  }
}

.auction.upcoming.result .bidder-number {
  font-family: BauWebPro;
  font-weight: normal;
  font-size: 1.3rem;
  color: #333;
}

.auction.upcoming.result a.register-to-bid {
  cursor: pointer;
}

.auction.upcoming.result .info-text-wrapper .button {
  order: 0;
  margin-top: 0;
}

@media screen and (min-width: 968px) {
  .auction.upcoming.result .info-text-wrapper .button {
    order: 1;
  }
}

@media screen and (min-width: 1280px) {
  .auction.upcoming.result .info-text-wrapper {
    flex-direction: row-reverse;
  }
}

.auction.upcoming.result .image-inner {
  display: block;
  position: relative;
}

.auction.upcoming.result a.upcoming-title,
.auction.upcoming.result .upcoming-title {
  font-family: "harriet", georgia, serif;
  font-size: 2.1rem;
  line-height: 2.4rem;
  color: #333;
  text-align: center;
}

body.house-toomey .auction.upcoming.result a.upcoming-title,
body.house-toomey .auction.upcoming.result .upcoming-title {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 1.7rem;
  line-height: 2rem;
}

body.house-rago .auction.upcoming.result a.upcoming-title,
body.house-rago .auction.upcoming.result .upcoming-title {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 2rem;
}

@media screen and (min-width: 768px) {
  .auction.upcoming.result a.upcoming-title,
  .auction.upcoming.result .upcoming-title {
    text-align: left;
  }
}

.auction.upcoming.result .subtitle {
  font-family: "harriet", georgia, serif;
  font-size: 2.1rem;
  line-height: 2.4rem;
  color: #C4C4C4;
  text-align: center;
}

body.house-toomey .auction.upcoming.result .subtitle {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-size: 1.7rem;
  line-height: 2rem;
}

body.house-rago .auction.upcoming.result .subtitle {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 2rem;
}

@media screen and (min-width: 768px) {
  .auction.upcoming.result .subtitle {
    text-align: left;
  }
}

.auction.upcoming.result .info-text-wrapper.right {
  padding-left: 0;
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  .auction.upcoming.result .info-text-wrapper.right {
    padding-left: 2rem;
    margin-top: 0;
  }
}

.auction.upcoming.result .info-text-wrapper .info-text p,
.auction.upcoming.result .info-text-wrapper .auction-links p {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-family: var(--font-family-sans);
}

.auction.upcoming.result .info-text-wrapper .auction-links p {
  line-height: 2.3rem;
  margin: 0;
}

.auction.upcoming.result .info-text-wrapper .auction-links p > a {
  color: var(--primary-color);
}

.auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid {
  color: #FFFFFF;
}

.auction.upcoming.result .info-text-wrapper .auction-links p > a:hover {
  color: var(--primary-color-hover);
}

@media screen and (min-width: 769px) {
  .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn.w-btn-house-solid, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn:disabled, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-green-solid,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-green-solid,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-green-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-green-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-green-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-green-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-green-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-green-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-green-solid:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-solid:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-house-outline, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-house-outline,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-green-outline,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-green-outline,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-house-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-house-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-green-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-green-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-house-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-house-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-green-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-green-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-house-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-house-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-house-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-house-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-green-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-green-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-house-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-green-outline:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-green-outline:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-white-solid, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-white-solid,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-white-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-white-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-white-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-white-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-white-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-white-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-white-solid:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-solid:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-white-outline, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-white-outline,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-white-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-white-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-white-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-white-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-white-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-white-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-white-outline:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-white-outline:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-solid, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-solid,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-solid:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-outline, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-outline,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-grey-outline:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-solid, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-solid,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-green-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-green-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-green-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-green-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-green-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-green-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-green-solid:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-solid:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-outline, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-outline,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-green-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-green-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-green-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-green-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-green-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-green-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-light-green-outline:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-light-green-outline:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-solid, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-solid:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-outline, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid.w-btn-ds-inquire-outline:disabled {
    color: var(--primary-color);
  }

  .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn:hover, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn:hover:disabled, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn:hover:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid:hover, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-green-solid:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-green-solid:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-green-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-green-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-green-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-green-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-green-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-green-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-green-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-green-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-solid:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-green-solid:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-solid:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-solid:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-green-solid:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-green-solid:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-solid:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-solid:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-green-solid:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-green-solid:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-solid:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-solid:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-green-solid:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-green-solid:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-solid:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-solid:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-green-solid:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-green-solid:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-solid:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-green-solid:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-solid:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-solid:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-green-solid:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-green-solid:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-solid:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-solid:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-green-solid:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-green-solid:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-solid:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-solid:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-green-solid:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-green-solid:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-solid:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-green-solid:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-solid:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-solid:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-green-solid:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-green-solid:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-solid:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-solid:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-green-solid:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-green-solid:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-solid:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-green-solid:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-solid:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-solid:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-green-solid:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-green-solid:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-solid:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-green-solid:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-solid:hover:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-outline:hover, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-outline:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-green-outline:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-green-outline:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-green-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-green-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-green-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-green-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-green-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-green-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-green-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-green-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-house-outline:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-green-outline:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-house-outline:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-house-outline:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-green-outline:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-green-outline:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-house-outline:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-house-outline:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-green-outline:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-green-outline:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-house-outline:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-house-outline:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-green-outline:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-green-outline:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-house-outline:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-house-outline:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-green-outline:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-green-outline:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-house-outline:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-green-outline:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-house-outline:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-house-outline:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-green-outline:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-green-outline:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-house-outline:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-house-outline:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-green-outline:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-green-outline:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-house-outline:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-house-outline:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-green-outline:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-green-outline:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-house-outline:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-green-outline:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-house-outline:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-house-outline:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-green-outline:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-green-outline:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-house-outline:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-house-outline:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-green-outline:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-green-outline:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-house-outline:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-green-outline:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-house-outline:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-house-outline:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-green-outline:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-green-outline:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-house-outline:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-house-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-green-outline:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-green-outline:hover:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-white-solid:hover, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-white-solid:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-white-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-white-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-white-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-white-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-white-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-white-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-white-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-white-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-white-solid:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-white-solid:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-white-solid:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-white-solid:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-white-solid:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-white-solid:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-white-solid:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-white-solid:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-white-solid:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-white-solid:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-white-solid:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-white-solid:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-white-solid:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-white-solid:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-white-solid:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-white-solid:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-white-solid:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-white-solid:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-white-solid:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-white-solid:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-white-solid:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-white-solid:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-white-solid:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-white-solid:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-white-solid:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-solid:hover:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-white-outline:hover, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-white-outline:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-white-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-white-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-white-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-white-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-white-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-white-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-white-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-white-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-white-outline:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-white-outline:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-white-outline:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-white-outline:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-white-outline:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-white-outline:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-white-outline:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-white-outline:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-white-outline:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-white-outline:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-white-outline:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-white-outline:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-white-outline:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-white-outline:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-white-outline:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-white-outline:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-white-outline:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-white-outline:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-white-outline:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-white-outline:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-white-outline:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-white-outline:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-white-outline:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-white-outline:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-white-outline:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-white-outline:hover:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-grey-solid:hover, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-grey-solid:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-grey-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-grey-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-grey-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-grey-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-grey-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-grey-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-grey-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-grey-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-grey-solid:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-solid:hover:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-grey-outline:hover, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-grey-outline:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-grey-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-grey-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-grey-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-grey-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-grey-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-grey-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-grey-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-grey-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-grey-outline:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-grey-outline:hover:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-green-solid:hover, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-green-solid:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-green-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-green-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-green-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-green-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-green-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-green-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-green-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-green-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-green-solid:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-light-green-solid:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-light-green-solid:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-light-green-solid:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-light-green-solid:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-light-green-solid:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-light-green-solid:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-light-green-solid:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-light-green-solid:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-green-solid:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-light-green-solid:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-light-green-solid:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-light-green-solid:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-light-green-solid:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-light-green-solid:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-light-green-solid:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-green-solid:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-light-green-solid:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-light-green-solid:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-light-green-solid:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-light-green-solid:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-green-solid:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-light-green-solid:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-light-green-solid:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-green-solid:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-solid:hover:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-green-outline:hover, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-green-outline:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-green-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-green-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-green-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-green-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-green-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-green-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-green-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-green-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-light-green-outline:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-light-green-outline:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-light-green-outline:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-light-green-outline:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-light-green-outline:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-light-green-outline:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-light-green-outline:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-light-green-outline:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-light-green-outline:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-light-green-outline:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-light-green-outline:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-light-green-outline:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-light-green-outline:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-light-green-outline:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-light-green-outline:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-light-green-outline:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-light-green-outline:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-light-green-outline:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-light-green-outline:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-light-green-outline:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-light-green-outline:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-light-green-outline:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-light-green-outline:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-light-green-outline:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-light-green-outline:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-light-green-outline:hover:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-ds-inquire-solid:hover, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-ds-inquire-solid:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-ds-inquire-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-ds-inquire-solid:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-ds-inquire-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-ds-inquire-solid:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-ds-inquire-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-ds-inquire-solid:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-ds-inquire-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-ds-inquire-solid:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-ds-inquire-solid:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-solid:hover:disabled, .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-ds-inquire-outline:hover, body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-ds-inquire-outline:hover,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-ds-inquire-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-ds-inquire-outline:hover,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-ds-inquire-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-ds-inquire-outline:hover,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-ds-inquire-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-ds-inquire-outline:hover,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-ds-inquire-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-ds-inquire-outline:hover,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-rago p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-toomey body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-toomey p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-rago body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-wright p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-toomey body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-toomey p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-wright body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-herman_miller p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-toomey body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-toomey p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-herman_miller body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-toomey body.house-lama p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-toomey body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-toomey p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-lama body.house-toomey .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-wright p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-rago body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-rago p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-wright body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-herman_miller p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-rago body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-rago p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-herman_miller body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-rago body.house-lama p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-rago body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-rago p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-lama body.house-rago .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-herman_miller p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-wright body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-wright p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-herman_miller body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-wright body.house-lama p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-wright body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-wright p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-lama body.house-wright .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-herman_miller body.house-lama p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-herman_miller body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama body.house-herman_miller p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-lama body.house-herman_miller .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled,
  .auction.upcoming.result .info-text-wrapper .auction-links body.house-lama p > a.w-btn-ds-inquire-outline:hover:disabled,
  body.house-lama .auction.upcoming.result .info-text-wrapper .auction-links p > a.w-btn-ds-inquire-outline:hover:disabled {
    color: var(--primary-color-hover);
    background: transparent;
  }
}

.item-grid-container,
.theme-general .theme-general-wrapper .item-grid-container {
  display: block;
}

.item-grid-container.mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic {
  /*-----------------------------*/
  /*-----------------------------*/
}

.item-grid-container.mosaic :root,
.theme-general .theme-general-wrapper .item-grid-container.mosaic :root {
  --row-gap: 0px;
  --column-gap: 0px;
  --tile-height: 15ex;
}

.item-grid-container.mosaic.inline,
.theme-general .theme-general-wrapper .item-grid-container.mosaic.inline {
  padding-bottom: 60px;
}

.item-grid-container.mosaic .key,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .key {
  right: 1rem;
  left: auto;
  color: #333;
}

.item-grid-container.mosaic .key.fixed,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .key.fixed {
  position: fixed;
  top: 98px;
  right: 8px;
}

.item-grid-container.mosaic .inner-container,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .inner-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
}

.item-grid-container.mosaic .___item,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item {
  overflow: hidden;
  display: grid;
  grid-auto-rows: 1fr minmax(auto, 15ex);
  position: relative;
}

.item-grid-container.mosaic .___item:hover .inline .artist .watched-lot-button,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item:hover .inline .artist .watched-lot-button {
  opacity: 1;
}

.item-grid-container.mosaic .___item.chapter,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter {
  background: rgb(255, 255, 255);
}

.item-grid-container.mosaic .___item .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .mosaic {
  display: block;
  content: "";
  flex-grow: 1;
  position: relative;
  background: rgb(243, 243, 243);
  height: 100%;
}

.item-grid-container.mosaic .___item .link,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  position: absolute;
}

.item-grid-container.mosaic .___item img,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.item-grid-container.mosaic .___item img.lazyload,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item img.lazyload {
  width: 0;
}

.item-grid-container.mosaic .___item .background.fluid-img,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .background.fluid-img {
  transform-style: initial;
}

.item-grid-container.mosaic .___item .background.fluid-img video,
.item-grid-container.mosaic .___item .background.fluid-img img,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .background.fluid-img video,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .background.fluid-img img {
  position: fixed;
}

.item-grid-container.mosaic .___item .background.fluid-img video,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .background.fluid-img video {
  top: 0;
}

.item-grid-container.mosaic .___item i.icon-no-reserve,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item i.icon-no-reserve {
  font-size: 2rem;
  line-height: 2rem;
  display: inline-block;
  vertical-align: middle;
}

.item-grid-container.mosaic .___item .key,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .key {
  margin-top: 2rem;
}

.item-grid-container.mosaic .___item .inline,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline {
  text-align: center;
  padding: 2rem 0;
  background: #fff;
  height: auto;
  position: relative;
  bottom: 0;
  display: block;
}

.item-grid-container.mosaic .___item .inline .artist,
.item-grid-container.mosaic .___item .inline .title,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .artist,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .title {
  overflow: hidden;
}

.item-grid-container.mosaic .___item .inline .artist,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .artist {
  display: flex;
  justify-content: center;
  max-height: 4.8rem;
  padding-right: 44px;
  padding-left: 44px;
}

.item-grid-container.mosaic .___item .inline .artist p,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .artist p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.house-toomey .item-grid-container.mosaic .___item .inline .artist, body.house-rago .item-grid-container.mosaic .___item .inline .artist,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .artist,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .artist {
  max-height: 5.2rem;
}

.item-grid-container.mosaic .___item .inline .artist .button-wrapper,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .artist .button-wrapper {
  height: 27px;
  width: 30px;
  padding-left: 0;
  padding-top: 0;
  right: 0;
  top: 16px;
  position: absolute;
}

.item-grid-container.mosaic .___item .inline .artist .watched-lot-button,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .artist .watched-lot-button {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  height: 27px;
  width: 30px;
}

.item-grid-container.mosaic .___item .inline .artist .watched-lot-button.watched, body.mobile .item-grid-container.mosaic .___item .inline .artist .watched-lot-button, body.mobile .item-grid-container.mosaic .___item .inline .artist .watched-lot-button,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .artist .watched-lot-button.watched,
body.mobile .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .artist .watched-lot-button,
body.mobile .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .artist .watched-lot-button {
  opacity: 1;
}

.item-grid-container.mosaic .___item .inline .artist .watched-lot-button div.btn-inner,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .artist .watched-lot-button div.btn-inner {
  height: 27px;
  width: 30px;
}

.item-grid-container.mosaic .___item .inline.no-lot-num,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline.no-lot-num {
  padding-top: 6px;
}

.item-grid-container.mosaic .___item .inline.no-lot-num div.title,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline.no-lot-num div.title {
  padding-right: 30px;
}

.item-grid-container.mosaic .___item .inline .title,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .title {
  max-height: 4.2rem;
  padding: 0 1rem;
}

.item-grid-container.mosaic .___item .inline p,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline p {
  margin: 0 auto;
  line-height: 2.1rem;
  font-size: 1.3rem;
  overflow: hidden;
  position: relative;
}

.item-grid-container.mosaic .___item .inline p .lot_no,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline p .lot_no {
  font-size: 1.8rem;
  margin-right: 0.6rem;
  color: #999;
  font-family: var(--font-family-serif);
}

body.house-toomey .item-grid-container.mosaic .___item .inline p .lot_no,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline p .lot_no {
  font-family: "Canela Web", serif;
  font-weight: 900;
  font-variant-numeric: oldstyle-nums;
  font-size: 2.3rem;
  line-height: 2.7rem;
  color: #999;
  letter-spacing: 0.1rem;
}

body.house-rago .item-grid-container.mosaic .___item .inline p .lot_no,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline p .lot_no {
  font-family: "Editor", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #999;
}

.item-grid-container.mosaic .___item .inline p .name,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline p .name {
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  max-height: 4.2rem;
  margin-bottom: 0.2rem;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

body.house-toomey .item-grid-container.mosaic .___item .inline p .name, body.house-rago .item-grid-container.mosaic .___item .inline p .name,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline p .name,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline p .name {
  font-family: Alright, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.18rem;
  color: #111;
  max-height: 5.2rem;
}

body.house-lama .item-grid-container.mosaic .___item .inline p .name,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline p .name {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

body.house-toomey .item-grid-container.mosaic .___item .inline .title, body.house-rago .item-grid-container.mosaic .___item .inline .title,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .title,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .title {
  max-height: 4.6rem;
}

.item-grid-container.mosaic .___item .inline .title p,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .title p {
  font-family: var(--font-family-sans);
  color: #333;
  max-width: 53rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.house-toomey .item-grid-container.mosaic .___item .inline .title p, body.house-rago .item-grid-container.mosaic .___item .inline .title p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .title p,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .title p {
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  color: #444;
}

body.house-toomey .item-grid-container.mosaic .___item .inline .title p span, body.house-rago .item-grid-container.mosaic .___item .inline .title p span,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .title p span,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .title p span {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  color: #444;
}

.item-grid-container.mosaic .___item .inline .title p span,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .title p span {
  font-family: var(--font-family-sans);
}

.body.house-lama .item-grid-container.mosaic .___item .inline .title p span,
.body.house-lama .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .title p span {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

.item-grid-container.mosaic .___item .inline .estimate .caption_numeric_value,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .estimate .caption_numeric_value {
  color: #333;
}

body.house-lama .item-grid-container.mosaic .___item .inline .estimate .caption_numeric_value,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .estimate .caption_numeric_value {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

.item-grid-container.mosaic .___item .inline .estimate p,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .estimate p {
  font-family: var(--font-family-sans);
  color: #333;
}

body.house-toomey .item-grid-container.mosaic .___item .inline .estimate p span, body.house-rago .item-grid-container.mosaic .___item .inline .estimate p span,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .estimate p span,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .estimate p span {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0;
}

.body.house-lama .item-grid-container.mosaic .___item .inline .estimate p span,
.body.house-lama .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .estimate p span {
  font-family: "adrianna", sans-serif;
  font-weight: 400;
}

.item-grid-container.mosaic .___item .inline .estimate .icon-no-reserve,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .estimate .icon-no-reserve {
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #333;
}

.item-grid-container.mosaic .___item .inline .result,
.item-grid-container.mosaic .___item .inline .result p,
.item-grid-container.mosaic .___item .inline .result span,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result p,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
  color: #333;
}

body.house-toomey .item-grid-container.mosaic .___item .inline .result, body.house-rago .item-grid-container.mosaic .___item .inline .result,
body.house-toomey .item-grid-container.mosaic .___item .inline .result p,
body.house-rago .item-grid-container.mosaic .___item .inline .result p,
body.house-toomey .item-grid-container.mosaic .___item .inline .result span,
body.house-rago .item-grid-container.mosaic .___item .inline .result span,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result p,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result span,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result span {
  font-family: Alright, sans-serif;
  font-weight: 700;
}

body.house-lama .item-grid-container.mosaic .___item .inline .result,
body.house-lama .item-grid-container.mosaic .___item .inline .result p,
body.house-lama .item-grid-container.mosaic .___item .inline .result span,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result p,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .result span {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

.item-grid-container.mosaic .inner-container,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .inner-container {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"],
.item-grid-container.mosaic .item[data-mosaic-ratio="1:1"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] {
  grid-row: span 1;
  grid-column: span 1;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"],
.item-grid-container.mosaic .item[data-mosaic-ratio="1:2"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] {
  grid-row: span 2;
  grid-column: span 1;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] .mosaic {
  padding-bottom: calc(200% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"],
.item-grid-container.mosaic .item[data-mosaic-ratio="1:3"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] {
  grid-row: span 3;
  grid-column: span 1;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] .mosaic {
  padding-bottom: calc(300% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"],
.item-grid-container.mosaic .item[data-mosaic-ratio="1:4"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] {
  grid-row: span 4;
  grid-column: span 1;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] .mosaic {
  padding-bottom: calc(400% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"],
.item-grid-container.mosaic .item[data-mosaic-ratio="1:5"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] {
  grid-row: span 5;
  grid-column: span 1;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] .mosaic {
  padding-bottom: calc(500% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"],
.item-grid-container.mosaic .item[data-mosaic-ratio="2:1"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] {
  grid-row: span 1;
  grid-column: span 2;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] .mosaic {
  padding-bottom: calc(50% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"],
.item-grid-container.mosaic .item[data-mosaic-ratio="2:2"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] {
  grid-row: span 2;
  grid-column: span 2;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"],
.item-grid-container.mosaic .item[data-mosaic-ratio="2:3"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] {
  grid-row: span 3;
  grid-column: span 2;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] .mosaic {
  padding-bottom: calc(150% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"],
.item-grid-container.mosaic .item[data-mosaic-ratio="2:4"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] {
  grid-row: span 4;
  grid-column: span 2;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] .mosaic {
  padding-bottom: calc(200% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"],
.item-grid-container.mosaic .item[data-mosaic-ratio="2:5"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] {
  grid-row: span 5;
  grid-column: span 2;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] .mosaic {
  padding-bottom: calc(250% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"],
.item-grid-container.mosaic .item[data-mosaic-ratio="3:1"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] {
  grid-row: span 1;
  grid-column: span 3;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] .mosaic {
  padding-bottom: calc(33% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"],
.item-grid-container.mosaic .item[data-mosaic-ratio="3:2"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] {
  grid-row: span 2;
  grid-column: span 3;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] .mosaic {
  padding-bottom: calc(66% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"],
.item-grid-container.mosaic .item[data-mosaic-ratio="3:3"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] {
  grid-row: span 3;
  grid-column: span 3;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"],
.item-grid-container.mosaic .item[data-mosaic-ratio="3:4"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] {
  grid-row: span 4;
  grid-column: span 3;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] .mosaic {
  padding-bottom: calc(133% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"],
.item-grid-container.mosaic .item[data-mosaic-ratio="3:5"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] {
  grid-row: span 5;
  grid-column: span 3;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] .mosaic {
  padding-bottom: calc(166% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"],
.item-grid-container.mosaic .item[data-mosaic-ratio="4:1"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] {
  grid-row: span 1;
  grid-column: span 4;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] .mosaic {
  padding-bottom: calc(25% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"],
.item-grid-container.mosaic .item[data-mosaic-ratio="4:2"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] {
  grid-row: span 2;
  grid-column: span 4;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] .mosaic {
  padding-bottom: calc(50% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"],
.item-grid-container.mosaic .item[data-mosaic-ratio="4:3"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] {
  grid-row: span 3;
  grid-column: span 4;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] .mosaic {
  padding-bottom: calc(75% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"],
.item-grid-container.mosaic .item[data-mosaic-ratio="4:4"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] {
  grid-row: span 4;
  grid-column: span 4;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"],
.item-grid-container.mosaic .item[data-mosaic-ratio="4:5"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] {
  grid-row: span 5;
  grid-column: span 4;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] .mosaic {
  padding-bottom: calc(125% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"],
.item-grid-container.mosaic .item[data-mosaic-ratio="5:1"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] {
  grid-row: span 1;
  grid-column: span 5;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] .mosaic {
  padding-bottom: calc(20% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"],
.item-grid-container.mosaic .item[data-mosaic-ratio="5:2"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] {
  grid-row: span 2;
  grid-column: span 5;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] .mosaic {
  padding-bottom: calc(40% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"],
.item-grid-container.mosaic .item[data-mosaic-ratio="5:3"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] {
  grid-row: span 3;
  grid-column: span 5;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] .mosaic {
  padding-bottom: calc(60% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"],
.item-grid-container.mosaic .item[data-mosaic-ratio="5:4"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] {
  grid-row: span 4;
  grid-column: span 5;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] .mosaic {
  padding-bottom: calc(80% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"],
.item-grid-container.mosaic .item[data-mosaic-ratio="5:5"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] {
  grid-row: span 5;
  grid-column: span 5;
}

.item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
.item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:6"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:6"] {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:6"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:6"] .mosaic {
  padding-bottom: calc(100% * 1);
  display: block;
  content: "";
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:7"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:7"] {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:7"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:7"] .mosaic {
  padding-bottom: calc(100% * 1.1666666667);
  display: block;
  content: "";
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:8"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:8"] {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:8"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="6:8"] .mosaic {
  padding-bottom: calc(100% * 1.3333333333);
  display: block;
  content: "";
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:6"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:6"] {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:6"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:6"] .mosaic {
  padding-bottom: calc(100% * 0.8571428571);
  display: block;
  content: "";
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:7"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:7"] {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:7"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:7"] .mosaic {
  padding-bottom: calc(100% * 1);
  display: block;
  content: "";
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:8"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:8"] {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:8"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="7:8"] .mosaic {
  padding-bottom: calc(100% * 1.1428571429);
  display: block;
  content: "";
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:6"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:6"] {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:6"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:6"] .mosaic {
  padding-bottom: calc(100% * 0.75);
  display: block;
  content: "";
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:7"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:7"] {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:7"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:7"] .mosaic {
  padding-bottom: calc(100% * 0.875);
  display: block;
  content: "";
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:8"],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:8"] {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:8"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter[data-mosaic-ratio="8:8"] .mosaic {
  padding-bottom: calc(100% * 1);
  display: block;
  content: "";
}

@media (max-width: 1500px) {
  .item-grid-container.mosaic .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .inner-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .item-grid-container.mosaic .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .inner-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }
}

@media (max-width: 900px) {
  .item-grid-container.mosaic .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }
}

@media (max-width: 600px) {
  .item-grid-container.mosaic .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .inner-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"],
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }
}

@media (max-width: 512px) {
  .item-grid-container.mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic {
    margin-top: 4rem;
  }
}

@media (max-width: 512px) {
  .item-grid-container.mosaic .___item.chapter:not(.full-width) .inner,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter:not(.full-width) .inner {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter:not(.full-width) .img-well,
  .item-grid-container.mosaic .___item.chapter:not(.full-width) .bg-img,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter:not(.full-width) .img-well,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter:not(.full-width) .bg-img {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter:not(.full-width):not(.w8) .img-well,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter:not(.full-width):not(.w8) .img-well {
    width: 100%;
  }
}

.item-grid-container.mosaic .___item.chapter,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter {
  max-width: 100%;
  display: inline-block;
  position: relative;
  transition: opacity 0.5s ease-in-out;
}

.item-grid-container.mosaic .___item.chapter.w1.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t1 .chapter-text {
  max-width: calc((100% / 1) * 1);
}

.item-grid-container.mosaic .___item.chapter.w1.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t2 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w1.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t3 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w1.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t4 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w1.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w1.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w1.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w1.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w2.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t1 .chapter-text {
  max-width: calc((100% / 2) * 1);
}

.item-grid-container.mosaic .___item.chapter.w2.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t2 .chapter-text {
  max-width: calc((100% / 2) * 2);
}

.item-grid-container.mosaic .___item.chapter.w2.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t3 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w2.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t4 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w2.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w2.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w2.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w2.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w3.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t1 .chapter-text {
  max-width: calc((100% / 3) * 1);
}

.item-grid-container.mosaic .___item.chapter.w3.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t2 .chapter-text {
  max-width: calc((100% / 3) * 2);
}

.item-grid-container.mosaic .___item.chapter.w3.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t3 .chapter-text {
  max-width: calc((100% / 3) * 3);
}

.item-grid-container.mosaic .___item.chapter.w3.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t4 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w3.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w3.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w3.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w3.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w4.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t1 .chapter-text {
  max-width: calc((100% / 4) * 1);
}

.item-grid-container.mosaic .___item.chapter.w4.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t2 .chapter-text {
  max-width: calc((100% / 4) * 2);
}

.item-grid-container.mosaic .___item.chapter.w4.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t3 .chapter-text {
  max-width: calc((100% / 4) * 3);
}

.item-grid-container.mosaic .___item.chapter.w4.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t4 .chapter-text {
  max-width: calc((100% / 4) * 4);
}

.item-grid-container.mosaic .___item.chapter.w4.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w4.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w4.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w4.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w5,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5 {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w5.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

.item-grid-container.mosaic .___item.chapter.w5.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

.item-grid-container.mosaic .___item.chapter.w5.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

.item-grid-container.mosaic .___item.chapter.w5.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

.item-grid-container.mosaic .___item.chapter.w5.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

.item-grid-container.mosaic .___item.chapter.w5.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t6 .chapter-text {
  max-width: calc((100% / 5) * 6);
}

.item-grid-container.mosaic .___item.chapter.w5.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t7 .chapter-text {
  max-width: calc((100% / 5) * 7);
}

.item-grid-container.mosaic .___item.chapter.w5.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t8 .chapter-text {
  max-width: calc((100% / 5) * 8);
}

.item-grid-container.mosaic .___item.chapter.w6,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6 {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w6.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

.item-grid-container.mosaic .___item.chapter.w6.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

.item-grid-container.mosaic .___item.chapter.w6.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

.item-grid-container.mosaic .___item.chapter.w6.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

.item-grid-container.mosaic .___item.chapter.w6.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

.item-grid-container.mosaic .___item.chapter.w6.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t6 .chapter-text {
  max-width: calc((100% / 5) * 6);
}

.item-grid-container.mosaic .___item.chapter.w6.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t7 .chapter-text {
  max-width: calc((100% / 5) * 7);
}

.item-grid-container.mosaic .___item.chapter.w6.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t8 .chapter-text {
  max-width: calc((100% / 5) * 8);
}

.item-grid-container.mosaic .___item.chapter.w7,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7 {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w7.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

.item-grid-container.mosaic .___item.chapter.w7.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

.item-grid-container.mosaic .___item.chapter.w7.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

.item-grid-container.mosaic .___item.chapter.w7.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

.item-grid-container.mosaic .___item.chapter.w7.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

.item-grid-container.mosaic .___item.chapter.w7.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t6 .chapter-text {
  max-width: calc((100% / 5) * 6);
}

.item-grid-container.mosaic .___item.chapter.w7.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t7 .chapter-text {
  max-width: calc((100% / 5) * 7);
}

.item-grid-container.mosaic .___item.chapter.w7.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t8 .chapter-text {
  max-width: calc((100% / 5) * 8);
}

.item-grid-container.mosaic .___item.chapter.w8,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8 {
  width: 100%;
}

.item-grid-container.mosaic .___item.chapter.w8.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

.item-grid-container.mosaic .___item.chapter.w8.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

.item-grid-container.mosaic .___item.chapter.w8.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

.item-grid-container.mosaic .___item.chapter.w8.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

.item-grid-container.mosaic .___item.chapter.w8.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

.item-grid-container.mosaic .___item.chapter.w8.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t6 .chapter-text {
  max-width: calc((100% / 5) * 6);
}

.item-grid-container.mosaic .___item.chapter.w8.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t7 .chapter-text {
  max-width: calc((100% / 5) * 7);
}

.item-grid-container.mosaic .___item.chapter.w8.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t8 .chapter-text {
  max-width: calc((100% / 5) * 8);
}

.item-grid-container.mosaic .___item.chapter.full-width[data-index-type=mosaic],
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.full-width[data-index-type=mosaic] {
  max-width: none;
}

.item-grid-container.mosaic .___item.chapter.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

.item-grid-container.mosaic .___item.chapter.result span,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

.item-grid-container.mosaic .___item.chapter.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

.item-grid-container.mosaic .___item.chapter.result span,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

.item-grid-container.mosaic .___item.chapter.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

.item-grid-container.mosaic .___item.chapter.result span,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

.item-grid-container.mosaic .___item.chapter.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

.item-grid-container.mosaic .___item.chapter.result span,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

.item-grid-container.mosaic .___item.chapter.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

.item-grid-container.mosaic .___item.chapter.result span,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

.item-grid-container.mosaic .___item.chapter .chapter-text .xxl,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .xxl {
  font-size: 60px;
}

@media (max-width: 2717px) {
  .item-grid-container.mosaic .___item.chapter .chapter-text .xxl,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 1515px) / (2717 - 1515));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .xl,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 1515px) / (2717 - 1515));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .l,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 1515px) / (2717 - 1515));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .m,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 1515px) / (2717 - 1515));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .s,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 1515px) / (2717 - 1515));
  }
}

@media (max-width: 1515px) {
  .item-grid-container.mosaic .___item.chapter .chapter-text .xxl,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 1200px) / (1515 - 1200));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .xl,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 1200px) / (1515 - 1200));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .l,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 1200px) / (1515 - 1200));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .m,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 1200px) / (1515 - 1200));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .s,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 1200px) / (1515 - 1200));
  }
}

@media (max-width: 1200px) {
  .item-grid-container.mosaic .___item.chapter .chapter-text .xxl,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 900px) / (1200 - 900));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .xl,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 900px) / (1200 - 900));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .l,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 900px) / (1200 - 900));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .m,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 900px) / (1200 - 900));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .s,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 900px) / (1200 - 900));
  }
}

@media (max-width: 900px) {
  .item-grid-container.mosaic .___item.chapter .chapter-text .xxl,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 764px) / (900 - 764));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .xl,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 764px) / (900 - 764));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .l,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 764px) / (900 - 764));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .m,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 764px) / (900 - 764));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .s,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 764px) / (900 - 764));
  }
}

@media (max-width: 764px) {
  .item-grid-container.mosaic .___item.chapter .chapter-text .xxl,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 444px) / (764 - 444));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .xl,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 444px) / (764 - 444));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .l,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 444px) / (764 - 444));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .m,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 444px) / (764 - 444));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .s,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 444px) / (764 - 444));
  }

  .item-grid-container.mosaic .___item.chapter .chapter-text .noma.m,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .noma.m {
    font-size: calc(22px + (30 - 22) * ((100vw - 513px) / (764 - 513)));
    line-height: 120%;
  }
}

@media (max-width: 512px) {
  .item-grid-container.mosaic .___item.chapter .chapter-text .noma.m,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .noma.m {
    font-size: calc(16px + (22 - 16) * ((100vw - 419px) / (512 - 419)));
    line-height: 120%;
  }
}

@media (max-width: 419px) {
  .item-grid-container.mosaic .___item.chapter .chapter-text .noma.m,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter .chapter-text .noma.m {
    font-size: 16px;
  }
}

@media (max-width: 1515px) {
  .item-grid-container.mosaic .___item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }
}

@media (max-width: 1200px) {
  .item-grid-container.mosaic .___item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w3,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }
}

@media (max-width: 900px) {
  .item-grid-container.mosaic .___item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w3,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }
}

@media (max-width: 764px) {
  .item-grid-container.mosaic .___item.chapter.w1,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w1.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w2,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w3,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container.mosaic .___item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container.mosaic .___item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container.mosaic .___item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }
}

.item-grid-container.grid,
.theme-general .theme-general-wrapper .item-grid-container.grid {
  position: relative;
  max-width: 240rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 5rem;
  border-bottom: 30px #fff solid;
  /*-----------------------------*/
  /*-----------------------------*/
}

@media screen and (min-width: 513px) {
  .item-grid-container.grid,
  .theme-general .theme-general-wrapper .item-grid-container.grid {
    margin: 4.4rem 3rem;
  }
}

@media screen and (min-width: 1151px) {
  .item-grid-container.grid,
  .theme-general .theme-general-wrapper .item-grid-container.grid {
    width: calc(100% - 20rem);
    margin: 4.4rem auto;
  }
}

@media screen and (min-width: 1361px) {
  .item-grid-container.grid,
  .theme-general .theme-general-wrapper .item-grid-container.grid {
    width: calc(100% - 34rem);
  }
}

.item-grid-container.grid .inner-container,
.theme-general .theme-general-wrapper .item-grid-container.grid .inner-container {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-flow: dense;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
}

@media (max-width: 764px) {
  .item-grid-container.grid .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .inner-container {
    grid-auto-rows: auto;
  }
}

@media screen and (min-width: 768px) {
  .item-grid-container.grid .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .inner-container {
    grid-column-gap: 4rem;
  }
}

.item-grid-container.grid .inner-container .___item .inline .artist .button-wrapper,
.theme-general .theme-general-wrapper .item-grid-container.grid .inner-container .___item .inline .artist .button-wrapper {
  top: 0.5rem;
}

.item-grid-container.grid.break-row .inner-container,
.theme-general .theme-general-wrapper .item-grid-container.grid.break-row .inner-container {
  grid-auto-rows: unset;
  grid-auto-flow: row;
}

.item-grid-container.grid .___item:not(.caption),
.theme-general .theme-general-wrapper .item-grid-container.grid .___item:not(.caption) {
  opacity: 1;
  width: 100%;
  position: relative;
  height: auto;
}

.item-grid-container.grid .___item:not(.caption):hover .inline .artist .watched-lot-button,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item:not(.caption):hover .inline .artist .watched-lot-button {
  opacity: 1;
}

.item-grid-container.grid .___item:not(.caption) .grid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item:not(.caption) .grid {
  display: block;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  margin-bottom: 1rem;
  margin-top: 0;
}

.item-grid-container.grid .___item:not(.caption) .grid img,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item:not(.caption) .grid img {
  display: block;
  height: 100%;
  top: 0;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.item-grid-container.grid .___item:not(.caption).static,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item:not(.caption).static {
  display: none;
}

.item-grid-container.grid .___item:not(.caption).auto-height .inner,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item:not(.caption).auto-height .inner {
  padding: 50px 0;
}

.item-grid-container.grid .___item:not(.caption).auto-height .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item:not(.caption).auto-height .chapter-text {
  top: auto;
  transform: none;
}

.item-grid-container.grid .___item:not(.caption) i.icon-no-reserve,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item:not(.caption) i.icon-no-reserve {
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: inline-block;
  color: #333;
  vertical-align: middle;
}

.item-grid-container.grid .___item p,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item p {
  letter-spacing: 0.03rem;
}

.item-grid-container.grid .___item .inline,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline {
  padding: 0;
}

.item-grid-container.grid .___item .inline .bid-count,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-count {
  margin-right: 0.8rem;
  margin-left: 0;
}

.item-grid-container.grid .___item .inline .bid-status,
.item-grid-container.grid .___item .inline .user-activity,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-status,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity {
  font-family: var(--font-family-sans);
}

.item-grid-container.grid .___item .inline .bid-status .bid-amount,
.item-grid-container.grid .___item .inline .user-activity .bid-amount,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-status .bid-amount,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .bid-amount {
  font-weight: 500;
  color: #333;
}

.item-grid-container.grid .___item .inline .bid-status .bid-amount.shift::after,
.item-grid-container.grid .___item .inline .user-activity .bid-amount.shift::after,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-status .bid-amount.shift::after,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .bid-amount.shift::after {
  content: " ";
}

@media screen and (min-width: 425px) {
  .item-grid-container.grid .___item .inline .bid-status .active-bid,
  .item-grid-container.grid .___item .inline .user-activity .active-bid,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-status .active-bid,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .active-bid {
    margin-right: 0.5rem;
  }
}

.item-grid-container.grid .___item .inline .bid-status .leading,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-status .leading {
  font-weight: bold;
  color: #25951B;
}

.item-grid-container.grid .___item .inline .bid-status .outbid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-status .outbid {
  font-weight: bold;
  color: #C62525;
}

.item-grid-container.grid .___item .inline .on-hold-note,
.item-grid-container.grid .___item .inline .price-available-note,
.item-grid-container.grid .___item .inline .result,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .on-hold-note,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .price-available-note,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .result {
  line-height: 1.8rem;
}

.item-grid-container.grid .___item .inline .on-hold-note span.result,
.item-grid-container.grid .___item .inline .price-available-note span.result,
.item-grid-container.grid .___item .inline .result span.result,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .on-hold-note span.result,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .price-available-note span.result,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .result span.result {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

body.house-lama .item-grid-container.grid .___item .inline .on-hold-note span.result,
body.house-lama .item-grid-container.grid .___item .inline .price-available-note span.result,
body.house-lama .item-grid-container.grid .___item .inline .result span.result,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .on-hold-note span.result,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .price-available-note span.result,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .result span.result {
  font-size: 1.3rem;
  line-height: 2rem;
}

.item-grid-container.grid .___item .inline .user-activity,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity {
  margin-top: 1.1rem;
}

.item-grid-container.grid .___item .inline .user-activity .active-bid .bid-amount,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .active-bid .bid-amount {
  font-weight: 700;
}

.item-grid-container.grid .___item .inline .user-activity .leading,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .leading {
  font-weight: bold;
  color: #25951B;
}

.item-grid-container.grid .___item .inline .user-activity .outbid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .outbid {
  font-weight: bold;
  color: #C62525;
}

.item-grid-container.grid .___item .inline .user-activity .user-backup-bid a,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .user-backup-bid a {
  text-decoration: underline;
  font-weight: bold;
}

.item-grid-container.grid .___item .inline .user-activity .user-bid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .user-bid {
  margin-right: 0.5rem;
}

.item-grid-container.grid .___item .inline .user-activity .user-bid span,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .user-bid span {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}

.item-grid-container.grid .___item .inline .user-activity .user-current-bid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .user-current-bid {
  color: #333;
  font-weight: 500;
}

.item-grid-container.grid .___item .inline .artist,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .artist {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
  position: relative;
  padding-right: 30px;
}

.item-grid-container.grid .___item .inline .artist p,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .artist p {
  position: relative;
}

.item-grid-container.grid .___item .inline .artist .button-wrapper,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .artist .button-wrapper {
  margin-top: 0;
  height: 27px;
  width: 30px;
  padding-left: 0;
  padding-top: 0;
  top: 0.5rem;
  right: -0.5rem;
  position: absolute;
}

.item-grid-container.grid .___item .inline .artist .button-wrapper:hover,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .artist .button-wrapper:hover {
  cursor: pointer;
}

body.house-lama .item-grid-container.grid .___item .inline .artist .button-wrapper,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .artist .button-wrapper {
  top: -0.5rem;
}

.item-grid-container.grid .___item .inline .artist .watched-lot-button,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .artist .watched-lot-button {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.item-grid-container.grid .___item .inline .artist .watched-lot-button.watched, body.mobile .item-grid-container.grid .___item .inline .artist .watched-lot-button,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .artist .watched-lot-button.watched,
body.mobile .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .artist .watched-lot-button {
  opacity: 1;
}

.item-grid-container.grid .___item .inline .artist .watched-lot-button div.btn-inner,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .artist .watched-lot-button div.btn-inner {
  height: 27px;
  width: 30px;
}

.item-grid-container.grid .___item .inline.no-lot-num .artist,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline.no-lot-num .artist {
  padding-top: 6px;
}

.item-grid-container.grid .___item .inline.no-lot-num .title,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline.no-lot-num .title {
  padding-right: 30px;
}

.item-grid-container.grid .___item .inline div p,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p {
  font-family: var(--font-family-sans);
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0;
  padding: 0;
  color: #666;
}

body.house-toomey .item-grid-container.grid .___item .inline div p, body.house-rago .item-grid-container.grid .___item .inline div p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
}

body.house-toomey .item-grid-container.grid .___item .inline div p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p {
  line-height: 2.1rem;
}

body.house-lama .item-grid-container.grid .___item .inline div p,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p {
  font-family: var(--font-family-sans);
  font-size: 1.3rem;
  line-height: 2rem;
}

.item-grid-container.grid .___item .inline div p.result, .item-grid-container.grid .___item .inline div p.price-available-note, .item-grid-container.grid .___item .inline div p.on-hold-note,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p.result,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p.price-available-note,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p.on-hold-note {
  font-weight: 500;
  color: #333;
}

body.house-toomey .item-grid-container.grid .___item .inline div p.result, body.house-rago .item-grid-container.grid .___item .inline div p.result, body.house-toomey .item-grid-container.grid .___item .inline div p.price-available-note, body.house-rago .item-grid-container.grid .___item .inline div p.price-available-note, body.house-toomey .item-grid-container.grid .___item .inline div p.on-hold-note, body.house-rago .item-grid-container.grid .___item .inline div p.on-hold-note,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p.result,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p.result,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p.price-available-note,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p.price-available-note,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p.on-hold-note,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p.on-hold-note {
  font-weight: 500;
}

.item-grid-container.grid .___item .inline div p.buy_now,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div p.buy_now {
  font-weight: 500;
  color: #489559;
}

.item-grid-container.grid .___item .inline div .name,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div .name {
  display: block;
  overflow: hidden;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  color: #333;
  text-transform: uppercase;
  font-family: var(--font-family-sans);
  font-weight: 700;
}

.item-grid-container.grid .___item .inline div .title,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div .title {
  overflow: hidden;
  margin-bottom: 0;
}

.item-grid-container.grid .___item .inline div .lot_no,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div .lot_no {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  line-height: 3.2rem;
  padding-bottom: 0.8rem;
  color: #999;
  font-family: var(--font-family-serif);
}

.item-grid-container.grid .___item .inline div.on-hold-note p, .item-grid-container.grid .___item .inline div.price-available-note p, .item-grid-container.grid .___item .inline div.starting_bid p, .item-grid-container.grid .___item .inline div.result p,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.on-hold-note p,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.price-available-note p,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.starting_bid p,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.result p {
  color: #333;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

body.house-toomey .item-grid-container.grid .___item .inline div.on-hold-note p, body.house-rago .item-grid-container.grid .___item .inline div.on-hold-note p, body.house-toomey .item-grid-container.grid .___item .inline div.price-available-note p, body.house-rago .item-grid-container.grid .___item .inline div.price-available-note p, body.house-toomey .item-grid-container.grid .___item .inline div.starting_bid p, body.house-rago .item-grid-container.grid .___item .inline div.starting_bid p, body.house-toomey .item-grid-container.grid .___item .inline div.result p, body.house-rago .item-grid-container.grid .___item .inline div.result p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.on-hold-note p,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.on-hold-note p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.price-available-note p,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.price-available-note p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.starting_bid p,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.starting_bid p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.result p,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.result p {
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-weight: 700;
  font-family: Alright, sans-serif;
  font-weight: normal;
}

body.house-lama .item-grid-container.grid .___item .inline div.on-hold-note p, body.house-lama .item-grid-container.grid .___item .inline div.price-available-note p, body.house-lama .item-grid-container.grid .___item .inline div.starting_bid p, body.house-lama .item-grid-container.grid .___item .inline div.result p,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.on-hold-note p,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.price-available-note p,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.starting_bid p,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.result p {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
  line-height: 2rem;
}

.item-grid-container.grid .___item .inline div.on-hold-note span, .item-grid-container.grid .___item .inline div.price-available-note span, .item-grid-container.grid .___item .inline div.starting_bid span, .item-grid-container.grid .___item .inline div.result span,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.on-hold-note span,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.price-available-note span,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.starting_bid span,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.result span {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

body.house-toomey .item-grid-container.grid .___item .inline div.on-hold-note span, body.house-rago .item-grid-container.grid .___item .inline div.on-hold-note span, body.house-toomey .item-grid-container.grid .___item .inline div.price-available-note span, body.house-rago .item-grid-container.grid .___item .inline div.price-available-note span, body.house-toomey .item-grid-container.grid .___item .inline div.starting_bid span, body.house-rago .item-grid-container.grid .___item .inline div.starting_bid span, body.house-toomey .item-grid-container.grid .___item .inline div.result span, body.house-rago .item-grid-container.grid .___item .inline div.result span,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.on-hold-note span,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.on-hold-note span,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.price-available-note span,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.price-available-note span,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.starting_bid span,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.starting_bid span,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.result span,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.result span {
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-family: Alright, sans-serif;
  font-weight: 500;
}

body.house-lama .item-grid-container.grid .___item .inline div.on-hold-note span, body.house-lama .item-grid-container.grid .___item .inline div.price-available-note span, body.house-lama .item-grid-container.grid .___item .inline div.starting_bid span, body.house-lama .item-grid-container.grid .___item .inline div.result span,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.on-hold-note span,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.price-available-note span,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.starting_bid span,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.result span {
  font-family: "adrianna", sans-serif;
  font-weight: 500;
  color: #444;
  line-height: 2rem;
}

.item-grid-container.grid .___item .image,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 1rem;
}

.item-grid-container.grid .___item .image img,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .image img {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.item-grid-container.grid .___item:hover .artist .watched-lot-button,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item:hover .artist .watched-lot-button {
  opacity: 1;
}

.item-grid-container.grid .___item .artist .watched-lot-button,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .artist .watched-lot-button {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  vertical-align: top;
  height: 100%;
}

.item-grid-container.grid .___item .artist .watched-lot-button.watched, body.mobile .item-grid-container.grid .___item .artist .watched-lot-button,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .artist .watched-lot-button.watched,
body.mobile .theme-general .theme-general-wrapper .item-grid-container.grid .___item .artist .watched-lot-button {
  opacity: 1;
}

.item-grid-container.grid .___item .artist .watched-lot-button .btn-inner,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .artist .watched-lot-button .btn-inner {
  width: 27px;
  height: 30px;
}

.item-grid-container.grid .___item h3,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item h3 {
  margin: 0;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.15rem;
  max-height: 4.2rem;
  color: #444;
  text-transform: uppercase;
  display: inline-block;
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: bold;
}

.item-grid-container.grid .___item a,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item a {
  text-decoration: none;
  display: block;
}

.item-grid-container.grid .___item a.item_link,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item a.item_link {
  text-decoration: none !important;
}

.item-grid-container.grid .___item p,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 2.1rem;
  color: #666;
}

.item-grid-container.grid .___item img,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item img {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: auto;
}

.item-grid-container.grid .___item .lot_no,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .lot_no {
  font-family: var(--font-family-serif);
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  line-height: 3.2rem;
  padding-bottom: 0.8rem;
  color: #999;
}

.item-grid-container.grid .___item .result,
.item-grid-container.grid .___item .price-available-note,
.item-grid-container.grid .___item .on-hold-note,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .result,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .price-available-note,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .on-hold-note {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

.item-grid-container.grid .___item .bid-status,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .bid-status {
  justify-content: start;
}

.item-grid-container.grid .___item .bid-status .leading,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .bid-status .leading {
  color: #25951b;
}

.item-grid-container.grid .___item .bid-status .outbid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .bid-status .outbid {
  color: #C62525;
}

.item-grid-container.grid .___item .bid-amount,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .bid-amount {
  color: #444;
}

.item-grid-container.grid .___item .bid-amount:after,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .bid-amount:after {
  content: "";
}

.item-grid-container.grid .___item .bid-count, .theme-general .theme-general-wrapper .item-grid-container.grid .___item .bid-count{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.item-grid-container.grid .___item .bid-type-label.starting,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .bid-type-label.starting {
  font-weight: normal;
}

.item-grid-container.grid .___item .bid-type-label.current,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .bid-type-label.current {
  font-weight: 500;
}

.item-grid-container.grid .___item .edit-bid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .edit-bid {
  text-decoration: underline !important;
  letter-spacing: 0.03rem;
  background: transparent !important;
  margin-left: 0.5rem;
}

.item-grid-container.grid .___item .user-activity,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .user-activity {
  display: flex;
  flex-direction: row;
  margin-top: 1.1rem;
}

.item-grid-container.grid .___item .user-activity .user-current-bid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .user-activity .user-current-bid {
  color: #333;
  font-weight: 500;
}

body.house-lama .item-grid-container.grid .___item .user-activity .user-current-bid,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container.grid .___item .user-activity .user-current-bid {
  color: #444;
}

.item-grid-container.grid .item-wn .image,
.theme-general .theme-general-wrapper .item-grid-container.grid .item-wn .image {
  margin-bottom: 0;
}

.item-grid-container.grid .___item.chapter,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter {
  max-width: 100%;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}

.item-grid-container.grid .___item.chapter.w1.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w1.t1 .chapter-text {
  max-width: calc((100% / 1) * 1);
}

.item-grid-container.grid .___item.chapter.w1.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w1.t2 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w1.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w1.t3 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w1.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w1.t4 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w1.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w1.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w1.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w1.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w1.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w1.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w1.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w1.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w2.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w2.t1 .chapter-text {
  max-width: calc((100% / 2) * 1);
}

.item-grid-container.grid .___item.chapter.w2.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w2.t2 .chapter-text {
  max-width: calc((100% / 2) * 2);
}

.item-grid-container.grid .___item.chapter.w2.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w2.t3 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w2.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w2.t4 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w2.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w2.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w2.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w2.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w2.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w2.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w2.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w2.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w3.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w3.t1 .chapter-text {
  max-width: calc((100% / 3) * 1);
}

.item-grid-container.grid .___item.chapter.w3.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w3.t2 .chapter-text {
  max-width: calc((100% / 3) * 2);
}

.item-grid-container.grid .___item.chapter.w3.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w3.t3 .chapter-text {
  max-width: calc((100% / 3) * 3);
}

.item-grid-container.grid .___item.chapter.w3.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w3.t4 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w3.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w3.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w3.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w3.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w3.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w3.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w3.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w3.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w4.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w4.t1 .chapter-text {
  max-width: calc((100% / 4) * 1);
}

.item-grid-container.grid .___item.chapter.w4.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w4.t2 .chapter-text {
  max-width: calc((100% / 4) * 2);
}

.item-grid-container.grid .___item.chapter.w4.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w4.t3 .chapter-text {
  max-width: calc((100% / 4) * 3);
}

.item-grid-container.grid .___item.chapter.w4.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w4.t4 .chapter-text {
  max-width: calc((100% / 4) * 4);
}

.item-grid-container.grid .___item.chapter.w4.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w4.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w4.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w4.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w4.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w4.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w4.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w4.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w5.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w5.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

.item-grid-container.grid .___item.chapter.w5.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w5.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

.item-grid-container.grid .___item.chapter.w5.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w5.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

.item-grid-container.grid .___item.chapter.w5.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w5.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

.item-grid-container.grid .___item.chapter.w5.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w5.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

.item-grid-container.grid .___item.chapter.w5.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w5.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w5.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w5.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w5.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w5.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w6.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w6.t1 .chapter-text {
  max-width: calc((100% / 6) * 1);
}

.item-grid-container.grid .___item.chapter.w6.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w6.t2 .chapter-text {
  max-width: calc((100% / 6) * 2);
}

.item-grid-container.grid .___item.chapter.w6.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w6.t3 .chapter-text {
  max-width: calc((100% / 6) * 3);
}

.item-grid-container.grid .___item.chapter.w6.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w6.t4 .chapter-text {
  max-width: calc((100% / 6) * 4);
}

.item-grid-container.grid .___item.chapter.w6.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w6.t5 .chapter-text {
  max-width: calc((100% / 6) * 5);
}

.item-grid-container.grid .___item.chapter.w6.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w6.t6 .chapter-text {
  max-width: calc((100% / 6) * 6);
}

.item-grid-container.grid .___item.chapter.w6.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w6.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w6.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w6.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w7.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w7.t1 .chapter-text {
  max-width: calc((100% / 7) * 1);
}

.item-grid-container.grid .___item.chapter.w7.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w7.t2 .chapter-text {
  max-width: calc((100% / 7) * 2);
}

.item-grid-container.grid .___item.chapter.w7.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w7.t3 .chapter-text {
  max-width: calc((100% / 7) * 3);
}

.item-grid-container.grid .___item.chapter.w7.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w7.t4 .chapter-text {
  max-width: calc((100% / 7) * 4);
}

.item-grid-container.grid .___item.chapter.w7.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w7.t5 .chapter-text {
  max-width: calc((100% / 7) * 5);
}

.item-grid-container.grid .___item.chapter.w7.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w7.t6 .chapter-text {
  max-width: calc((100% / 7) * 6);
}

.item-grid-container.grid .___item.chapter.w7.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w7.t7 .chapter-text {
  max-width: calc((100% / 7) * 7);
}

.item-grid-container.grid .___item.chapter.w7.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w7.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .___item.chapter.w8,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w8 {
  width: 100%;
}

.item-grid-container.grid .___item.chapter.w8.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w8.t1 .chapter-text {
  max-width: calc((100% / 8) * 1);
}

.item-grid-container.grid .___item.chapter.w8.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w8.t2 .chapter-text {
  max-width: calc((100% / 8) * 2);
}

.item-grid-container.grid .___item.chapter.w8.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w8.t3 .chapter-text {
  max-width: calc((100% / 8) * 3);
}

.item-grid-container.grid .___item.chapter.w8.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w8.t4 .chapter-text {
  max-width: calc((100% / 8) * 4);
}

.item-grid-container.grid .___item.chapter.w8.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w8.t5 .chapter-text {
  max-width: calc((100% / 8) * 5);
}

.item-grid-container.grid .___item.chapter.w8.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w8.t6 .chapter-text {
  max-width: calc((100% / 8) * 6);
}

.item-grid-container.grid .___item.chapter.w8.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w8.t7 .chapter-text {
  max-width: calc((100% / 8) * 7);
}

.item-grid-container.grid .___item.chapter.w8.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.w8.t8 .chapter-text {
  max-width: calc((100% / 8) * 8);
}

.item-grid-container.grid .___item.chapter.h1,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.h1 {
  grid-row: span 1;
}

.item-grid-container.grid .___item.chapter.h2,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.h2 {
  grid-row: span 2;
}

.item-grid-container.grid .___item.chapter.h3,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.h3 {
  grid-row: span 3;
}

.item-grid-container.grid .___item.chapter.h4,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.h4 {
  grid-row: span 4;
}

.item-grid-container.grid .___item.chapter.h5,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.h5 {
  grid-row: span 5;
}

.item-grid-container.grid .___item.chapter.h6,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.h6 {
  grid-row: span 6;
}

.item-grid-container.grid .___item.chapter.h7,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.h7 {
  grid-row: span 7;
}

.item-grid-container.grid .___item.chapter.h8,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.h8 {
  grid-row: span 8;
}

.item-grid-container.grid img,
.theme-general .theme-general-wrapper .item-grid-container.grid img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
  position: relative;
}

.item-grid-container.grid .inner-container,
.theme-general .theme-general-wrapper .item-grid-container.grid .inner-container {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
.item-grid-container.grid .item[data-mosaic-ratio="1:1"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] {
  grid-row: span 1;
  grid-column: span 1;
}

.item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
.item-grid-container.grid .item[data-mosaic-ratio="1:2"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] {
  grid-row: span 2;
  grid-column: span 1;
}

.item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic {
  padding-bottom: calc(200% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
.item-grid-container.grid .item[data-mosaic-ratio="1:3"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] {
  grid-row: span 3;
  grid-column: span 1;
}

.item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic {
  padding-bottom: calc(300% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
.item-grid-container.grid .item[data-mosaic-ratio="1:4"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] {
  grid-row: span 4;
  grid-column: span 1;
}

.item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic {
  padding-bottom: calc(400% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
.item-grid-container.grid .item[data-mosaic-ratio="1:5"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] {
  grid-row: span 5;
  grid-column: span 1;
}

.item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic {
  padding-bottom: calc(500% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
.item-grid-container.grid .item[data-mosaic-ratio="2:1"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] {
  grid-row: span 1;
  grid-column: span 2;
}

.item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic {
  padding-bottom: calc(50% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
.item-grid-container.grid .item[data-mosaic-ratio="2:2"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] {
  grid-row: span 2;
  grid-column: span 2;
}

.item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
.item-grid-container.grid .item[data-mosaic-ratio="2:3"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] {
  grid-row: span 3;
  grid-column: span 2;
}

.item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic {
  padding-bottom: calc(150% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
.item-grid-container.grid .item[data-mosaic-ratio="2:4"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] {
  grid-row: span 4;
  grid-column: span 2;
}

.item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic {
  padding-bottom: calc(200% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
.item-grid-container.grid .item[data-mosaic-ratio="2:5"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] {
  grid-row: span 5;
  grid-column: span 2;
}

.item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic {
  padding-bottom: calc(250% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
.item-grid-container.grid .item[data-mosaic-ratio="3:1"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] {
  grid-row: span 1;
  grid-column: span 3;
}

.item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic {
  padding-bottom: calc(33% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
.item-grid-container.grid .item[data-mosaic-ratio="3:2"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] {
  grid-row: span 2;
  grid-column: span 3;
}

.item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic {
  padding-bottom: calc(66% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
.item-grid-container.grid .item[data-mosaic-ratio="3:3"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] {
  grid-row: span 3;
  grid-column: span 3;
}

.item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
.item-grid-container.grid .item[data-mosaic-ratio="3:4"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] {
  grid-row: span 4;
  grid-column: span 3;
}

.item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic {
  padding-bottom: calc(133% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
.item-grid-container.grid .item[data-mosaic-ratio="3:5"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] {
  grid-row: span 5;
  grid-column: span 3;
}

.item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic {
  padding-bottom: calc(166% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
.item-grid-container.grid .item[data-mosaic-ratio="4:1"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] {
  grid-row: span 1;
  grid-column: span 4;
}

.item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic {
  padding-bottom: calc(25% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
.item-grid-container.grid .item[data-mosaic-ratio="4:2"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] {
  grid-row: span 2;
  grid-column: span 4;
}

.item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic {
  padding-bottom: calc(50% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
.item-grid-container.grid .item[data-mosaic-ratio="4:3"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] {
  grid-row: span 3;
  grid-column: span 4;
}

.item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic {
  padding-bottom: calc(75% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
.item-grid-container.grid .item[data-mosaic-ratio="4:4"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] {
  grid-row: span 4;
  grid-column: span 4;
}

.item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
.item-grid-container.grid .item[data-mosaic-ratio="4:5"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] {
  grid-row: span 5;
  grid-column: span 4;
}

.item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic {
  padding-bottom: calc(125% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
.item-grid-container.grid .item[data-mosaic-ratio="5:1"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] {
  grid-row: span 1;
  grid-column: span 5;
}

.item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic {
  padding-bottom: calc(20% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
.item-grid-container.grid .item[data-mosaic-ratio="5:2"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] {
  grid-row: span 2;
  grid-column: span 5;
}

.item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic {
  padding-bottom: calc(40% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
.item-grid-container.grid .item[data-mosaic-ratio="5:3"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] {
  grid-row: span 3;
  grid-column: span 5;
}

.item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic {
  padding-bottom: calc(60% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
.item-grid-container.grid .item[data-mosaic-ratio="5:4"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] {
  grid-row: span 4;
  grid-column: span 5;
}

.item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic {
  padding-bottom: calc(80% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
.item-grid-container.grid .item[data-mosaic-ratio="5:5"],
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] {
  grid-row: span 5;
  grid-column: span 5;
}

.item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
.item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
.theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic {
  padding-bottom: calc(100% - (var(--row-gap) / 2));
  display: block;
  content: "";
  height: 100%;
}

.item-grid-container.grid .headline,
.item-grid-container.grid .notice-bar-container,
.item-grid-container.grid .group-title,
.theme-general .theme-general-wrapper .item-grid-container.grid .headline,
.theme-general .theme-general-wrapper .item-grid-container.grid .notice-bar-container,
.theme-general .theme-general-wrapper .item-grid-container.grid .group-title {
  grid-column: span 8;
}

.item-grid-container.grid .item.w8,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.w8 {
  grid-column: span 8;
}

.item-grid-container.grid .item.chapter.w1.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t1 .chapter-text {
  max-width: calc((100% / 1) * 1);
}

.item-grid-container.grid .item.chapter.w1.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t2 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w1.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t3 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w1.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t4 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w1.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w1.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w1.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w1.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w2.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t1 .chapter-text {
  max-width: calc((100% / 2) * 1);
}

.item-grid-container.grid .item.chapter.w2.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t2 .chapter-text {
  max-width: calc((100% / 2) * 2);
}

.item-grid-container.grid .item.chapter.w2.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t3 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w2.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t4 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w2.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w2.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w2.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w2.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w3.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t1 .chapter-text {
  max-width: calc((100% / 3) * 1);
}

.item-grid-container.grid .item.chapter.w3.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t2 .chapter-text {
  max-width: calc((100% / 3) * 2);
}

.item-grid-container.grid .item.chapter.w3.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t3 .chapter-text {
  max-width: calc((100% / 3) * 3);
}

.item-grid-container.grid .item.chapter.w3.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t4 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w3.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w3.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w3.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w3.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w4.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t1 .chapter-text {
  max-width: calc((100% / 4) * 1);
}

.item-grid-container.grid .item.chapter.w4.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t2 .chapter-text {
  max-width: calc((100% / 4) * 2);
}

.item-grid-container.grid .item.chapter.w4.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t3 .chapter-text {
  max-width: calc((100% / 4) * 3);
}

.item-grid-container.grid .item.chapter.w4.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t4 .chapter-text {
  max-width: calc((100% / 4) * 4);
}

.item-grid-container.grid .item.chapter.w4.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t5 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w4.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w4.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w4.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w5.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t1 .chapter-text {
  max-width: calc((100% / 5) * 1);
}

.item-grid-container.grid .item.chapter.w5.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t2 .chapter-text {
  max-width: calc((100% / 5) * 2);
}

.item-grid-container.grid .item.chapter.w5.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t3 .chapter-text {
  max-width: calc((100% / 5) * 3);
}

.item-grid-container.grid .item.chapter.w5.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t4 .chapter-text {
  max-width: calc((100% / 5) * 4);
}

.item-grid-container.grid .item.chapter.w5.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t5 .chapter-text {
  max-width: calc((100% / 5) * 5);
}

.item-grid-container.grid .item.chapter.w5.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t6 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w5.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w5.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w6.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t1 .chapter-text {
  max-width: calc((100% / 6) * 1);
}

.item-grid-container.grid .item.chapter.w6.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t2 .chapter-text {
  max-width: calc((100% / 6) * 2);
}

.item-grid-container.grid .item.chapter.w6.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t3 .chapter-text {
  max-width: calc((100% / 6) * 3);
}

.item-grid-container.grid .item.chapter.w6.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t4 .chapter-text {
  max-width: calc((100% / 6) * 4);
}

.item-grid-container.grid .item.chapter.w6.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t5 .chapter-text {
  max-width: calc((100% / 6) * 5);
}

.item-grid-container.grid .item.chapter.w6.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t6 .chapter-text {
  max-width: calc((100% / 6) * 6);
}

.item-grid-container.grid .item.chapter.w6.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t7 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w6.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w7.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t1 .chapter-text {
  max-width: calc((100% / 7) * 1);
}

.item-grid-container.grid .item.chapter.w7.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t2 .chapter-text {
  max-width: calc((100% / 7) * 2);
}

.item-grid-container.grid .item.chapter.w7.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t3 .chapter-text {
  max-width: calc((100% / 7) * 3);
}

.item-grid-container.grid .item.chapter.w7.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t4 .chapter-text {
  max-width: calc((100% / 7) * 4);
}

.item-grid-container.grid .item.chapter.w7.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t5 .chapter-text {
  max-width: calc((100% / 7) * 5);
}

.item-grid-container.grid .item.chapter.w7.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t6 .chapter-text {
  max-width: calc((100% / 7) * 6);
}

.item-grid-container.grid .item.chapter.w7.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t7 .chapter-text {
  max-width: calc((100% / 7) * 7);
}

.item-grid-container.grid .item.chapter.w7.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t8 .chapter-text {
  max-width: 100%;
}

.item-grid-container.grid .item.chapter.w8,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8 {
  width: 100%;
}

.item-grid-container.grid .item.chapter.w8.t1 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t1 .chapter-text {
  max-width: calc((100% / 8) * 1);
}

.item-grid-container.grid .item.chapter.w8.t2 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t2 .chapter-text {
  max-width: calc((100% / 8) * 2);
}

.item-grid-container.grid .item.chapter.w8.t3 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t3 .chapter-text {
  max-width: calc((100% / 8) * 3);
}

.item-grid-container.grid .item.chapter.w8.t4 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t4 .chapter-text {
  max-width: calc((100% / 8) * 4);
}

.item-grid-container.grid .item.chapter.w8.t5 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t5 .chapter-text {
  max-width: calc((100% / 8) * 5);
}

.item-grid-container.grid .item.chapter.w8.t6 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t6 .chapter-text {
  max-width: calc((100% / 8) * 6);
}

.item-grid-container.grid .item.chapter.w8.t7 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t7 .chapter-text {
  max-width: calc((100% / 8) * 7);
}

.item-grid-container.grid .item.chapter.w8.t8 .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t8 .chapter-text {
  max-width: calc((100% / 8) * 8);
}

@media (max-width: 2230px) {
  .item-grid-container.grid .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .inner-container {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .headline,
  .item-grid-container.grid .notice-bar-container,
  .item-grid-container.grid .group-title,
  .theme-general .theme-general-wrapper .item-grid-container.grid .headline,
  .theme-general .theme-general-wrapper .item-grid-container.grid .notice-bar-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .group-title {
    grid-column: span 7;
  }

  .item-grid-container.grid .item.w8, .item-grid-container.grid .item.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w7 {
    grid-column: span 7;
  }

  .item-grid-container.grid .item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.grid .item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.grid .item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.grid .item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.grid .item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.grid .item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.grid .item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.grid .item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.grid .item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  .item-grid-container.grid .item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  .item-grid-container.grid .item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  .item-grid-container.grid .item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  .item-grid-container.grid .item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  .item-grid-container.grid .item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 6) * 1);
  }

  .item-grid-container.grid .item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 6) * 2);
  }

  .item-grid-container.grid .item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 6) * 3);
  }

  .item-grid-container.grid .item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 6) * 4);
  }

  .item-grid-container.grid .item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 6) * 5);
  }

  .item-grid-container.grid .item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 6) * 6);
  }

  .item-grid-container.grid .item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 7) * 1);
  }

  .item-grid-container.grid .item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 7) * 2);
  }

  .item-grid-container.grid .item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 7) * 3);
  }

  .item-grid-container.grid .item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 7) * 4);
  }

  .item-grid-container.grid .item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 7) * 5);
  }

  .item-grid-container.grid .item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 7) * 6);
  }

  .item-grid-container.grid .item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 7) * 7);
  }

  .item-grid-container.grid .item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 7) * 8);
  }

  .item-grid-container.grid .item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 7) * 1);
  }

  .item-grid-container.grid .item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 7) * 2);
  }

  .item-grid-container.grid .item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 7) * 3);
  }

  .item-grid-container.grid .item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 7) * 4);
  }

  .item-grid-container.grid .item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 7) * 5);
  }

  .item-grid-container.grid .item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 7) * 6);
  }

  .item-grid-container.grid .item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 7) * 7);
  }

  .item-grid-container.grid .item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 7) * 8);
  }
}

@media (max-width: 2035px) {
  .item-grid-container.grid .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .inner-container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .headline,
  .item-grid-container.grid .notice-bar-container,
  .item-grid-container.grid .group-title,
  .theme-general .theme-general-wrapper .item-grid-container.grid .headline,
  .theme-general .theme-general-wrapper .item-grid-container.grid .notice-bar-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .group-title {
    grid-column: span 6;
  }

  .item-grid-container.grid .item.w8, .item-grid-container.grid .item.w7, .item-grid-container.grid .item.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w6 {
    grid-column: span 6;
  }

  .item-grid-container.grid .item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.grid .item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.grid .item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.grid .item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.grid .item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.grid .item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.grid .item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.grid .item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.grid .item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  .item-grid-container.grid .item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  .item-grid-container.grid .item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  .item-grid-container.grid .item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  .item-grid-container.grid .item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  .item-grid-container.grid .item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 6) * 1);
  }

  .item-grid-container.grid .item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 6) * 2);
  }

  .item-grid-container.grid .item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 6) * 3);
  }

  .item-grid-container.grid .item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 6) * 4);
  }

  .item-grid-container.grid .item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 6) * 5);
  }

  .item-grid-container.grid .item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 6) * 6);
  }

  .item-grid-container.grid .item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 6) * 7);
  }

  .item-grid-container.grid .item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 6) * 8);
  }

  .item-grid-container.grid .item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 6) * 1);
  }

  .item-grid-container.grid .item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 6) * 2);
  }

  .item-grid-container.grid .item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 6) * 3);
  }

  .item-grid-container.grid .item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 6) * 4);
  }

  .item-grid-container.grid .item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 6) * 5);
  }

  .item-grid-container.grid .item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 6) * 6);
  }

  .item-grid-container.grid .item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 6) * 7);
  }

  .item-grid-container.grid .item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 6) * 8);
  }

  .item-grid-container.grid .item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 6) * 1);
  }

  .item-grid-container.grid .item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 6) * 2);
  }

  .item-grid-container.grid .item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 6) * 3);
  }

  .item-grid-container.grid .item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 6) * 4);
  }

  .item-grid-container.grid .item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 6) * 5);
  }

  .item-grid-container.grid .item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 6) * 6);
  }

  .item-grid-container.grid .item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 6) * 7);
  }

  .item-grid-container.grid .item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 6) * 8);
  }
}

@media (max-width: 1820px) {
  .item-grid-container.grid .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .inner-container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 5;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .headline,
  .item-grid-container.grid .notice-bar-container,
  .item-grid-container.grid .group-title,
  .theme-general .theme-general-wrapper .item-grid-container.grid .headline,
  .theme-general .theme-general-wrapper .item-grid-container.grid .notice-bar-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .group-title {
    grid-column: span 5;
  }

  .item-grid-container.grid .item.w8, .item-grid-container.grid .item.w7, .item-grid-container.grid .item.w6, .item-grid-container.grid .item.w5,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w5 {
    grid-column: span 5;
  }

  .item-grid-container.grid .item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.grid .item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.grid .item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.grid .item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.grid .item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.grid .item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.grid .item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.grid .item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.grid .item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  .item-grid-container.grid .item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  .item-grid-container.grid .item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  .item-grid-container.grid .item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  .item-grid-container.grid .item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  .item-grid-container.grid .item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 5) * 6);
  }

  .item-grid-container.grid .item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 5) * 7);
  }

  .item-grid-container.grid .item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 5) * 8);
  }

  .item-grid-container.grid .item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  .item-grid-container.grid .item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  .item-grid-container.grid .item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  .item-grid-container.grid .item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  .item-grid-container.grid .item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  .item-grid-container.grid .item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 5) * 6);
  }

  .item-grid-container.grid .item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 5) * 7);
  }

  .item-grid-container.grid .item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 5) * 8);
  }

  .item-grid-container.grid .item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  .item-grid-container.grid .item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  .item-grid-container.grid .item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  .item-grid-container.grid .item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  .item-grid-container.grid .item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  .item-grid-container.grid .item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 5) * 6);
  }

  .item-grid-container.grid .item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 5) * 7);
  }

  .item-grid-container.grid .item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 5) * 8);
  }

  .item-grid-container.grid .item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 5) * 1);
  }

  .item-grid-container.grid .item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 5) * 2);
  }

  .item-grid-container.grid .item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 5) * 3);
  }

  .item-grid-container.grid .item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 5) * 4);
  }

  .item-grid-container.grid .item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 5) * 5);
  }

  .item-grid-container.grid .item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 5) * 6);
  }

  .item-grid-container.grid .item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 5) * 7);
  }

  .item-grid-container.grid .item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 5) * 8);
  }
}

@media (max-width: 1515px) {
  .item-grid-container.grid .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .inner-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 4;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .headline,
  .item-grid-container.grid .notice-bar-container,
  .item-grid-container.grid .group-title,
  .theme-general .theme-general-wrapper .item-grid-container.grid .headline,
  .theme-general .theme-general-wrapper .item-grid-container.grid .notice-bar-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .group-title {
    grid-column: span 4;
  }

  .item-grid-container.grid .item.w8, .item-grid-container.grid .item.w7, .item-grid-container.grid .item.w6, .item-grid-container.grid .item.w5, .item-grid-container.grid .item.w4,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w5,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w4 {
    grid-column: span 4;
  }

  .item-grid-container.grid .item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.grid .item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.grid .item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.grid .item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.grid .item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.grid .item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.grid .item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.grid .item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.grid .item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container.grid .item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container.grid .item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container.grid .item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container.grid .item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.grid .item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.grid .item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.grid .item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.grid .item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container.grid .item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container.grid .item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container.grid .item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container.grid .item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.grid .item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.grid .item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.grid .item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.grid .item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container.grid .item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container.grid .item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container.grid .item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container.grid .item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.grid .item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.grid .item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.grid .item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.grid .item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container.grid .item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container.grid .item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container.grid .item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container.grid .item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container.grid .item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container.grid .item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container.grid .item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container.grid .item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container.grid .item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container.grid .item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container.grid .item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }
}

@media (max-width: 1200px) {
  .item-grid-container.grid .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .inner-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 3;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .headline,
  .item-grid-container.grid .notice-bar-container,
  .item-grid-container.grid .group-title,
  .theme-general .theme-general-wrapper .item-grid-container.grid .headline,
  .theme-general .theme-general-wrapper .item-grid-container.grid .notice-bar-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .group-title {
    grid-column: span 3;
  }

  .item-grid-container.grid .item.w8, .item-grid-container.grid .item.w7, .item-grid-container.grid .item.w6, .item-grid-container.grid .item.w5, .item-grid-container.grid .item.w4, .item-grid-container.grid .item.w3,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w5,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w4,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w3 {
    grid-column: span 3;
  }

  .item-grid-container.grid .item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.grid .item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.grid .item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.grid .item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.grid .item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.grid .item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.grid .item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.grid .item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.grid .item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container.grid .item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.grid .item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.grid .item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.grid .item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.grid .item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.grid .item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.grid .item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.grid .item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container.grid .item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.grid .item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.grid .item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.grid .item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.grid .item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.grid .item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.grid .item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.grid .item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container.grid .item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.grid .item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.grid .item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.grid .item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.grid .item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.grid .item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.grid .item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.grid .item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container.grid .item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.grid .item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.grid .item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.grid .item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.grid .item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.grid .item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.grid .item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.grid .item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container.grid .item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container.grid .item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container.grid .item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container.grid .item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container.grid .item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container.grid .item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container.grid .item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container.grid .item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }
}

@media (max-width: 900px) {
  .item-grid-container.grid .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .headline,
  .item-grid-container.grid .notice-bar-container,
  .item-grid-container.grid .group-title,
  .theme-general .theme-general-wrapper .item-grid-container.grid .headline,
  .theme-general .theme-general-wrapper .item-grid-container.grid .notice-bar-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .group-title {
    grid-column: span 2;
  }

  .item-grid-container.grid .item.w8, .item-grid-container.grid .item.w7, .item-grid-container.grid .item.w6, .item-grid-container.grid .item.w5, .item-grid-container.grid .item.w4, .item-grid-container.grid .item.w3, .item-grid-container.grid .item.w2,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w5,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w4,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w3,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w2 {
    grid-column: span 2;
  }

  .item-grid-container.grid .item.chapter,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter {
    grid-column: span 2;
  }

  .item-grid-container.grid .item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.grid .item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w3,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }
}

@media (max-width: 768px) {
  .item-grid-container.grid,
  .theme-general .theme-general-wrapper .item-grid-container.grid {
    margin-top: 30px;
  }
}

@media (max-width: 764px) {
  .item-grid-container.grid .inner-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] {
    grid-row: span 1;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:1"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] {
    grid-row: span 2;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:2"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] {
    grid-row: span 3;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:3"] .mosaic {
    padding-bottom: calc(300% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] {
    grid-row: span 4;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:4"] .mosaic {
    padding-bottom: calc(400% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] {
    grid-row: span 5;
    grid-column: span 1;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="1:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="1:5"] .mosaic {
    padding-bottom: calc(500% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:1"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:2"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:3"] .mosaic {
    padding-bottom: calc(150% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:4"] .mosaic {
    padding-bottom: calc(200% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="2:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="2:5"] .mosaic {
    padding-bottom: calc(250% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:1"] .mosaic {
    padding-bottom: calc(33% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:2"] .mosaic {
    padding-bottom: calc(66% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:3"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:4"] .mosaic {
    padding-bottom: calc(133% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="3:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="3:5"] .mosaic {
    padding-bottom: calc(166% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:1"] .mosaic {
    padding-bottom: calc(25% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:2"] .mosaic {
    padding-bottom: calc(50% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:3"] .mosaic {
    padding-bottom: calc(75% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:4"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="4:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="4:5"] .mosaic {
    padding-bottom: calc(125% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] {
    grid-row: span 1;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:1"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:1"] .mosaic {
    padding-bottom: calc(20% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] {
    grid-row: span 2;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:2"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:2"] .mosaic {
    padding-bottom: calc(40% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] {
    grid-row: span 3;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:3"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:3"] .mosaic {
    padding-bottom: calc(60% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] {
    grid-row: span 4;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:4"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:4"] .mosaic {
    padding-bottom: calc(80% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"],
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] {
    grid-row: span 5;
    grid-column: span 2;
  }

  .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item[data-mosaic-ratio="5:5"] .mosaic,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item[data-mosaic-ratio="5:5"] .mosaic {
    padding-bottom: calc(100% - (var(--row-gap) / 2));
    display: block;
    content: "";
    height: 100%;
  }

  .item-grid-container.grid .headline,
  .item-grid-container.grid .notice-bar-container,
  .item-grid-container.grid .group-title,
  .theme-general .theme-general-wrapper .item-grid-container.grid .headline,
  .theme-general .theme-general-wrapper .item-grid-container.grid .notice-bar-container,
  .theme-general .theme-general-wrapper .item-grid-container.grid .group-title {
    grid-column: span 2;
  }

  .item-grid-container.grid .item.w8, .item-grid-container.grid .item.w7, .item-grid-container.grid .item.w6, .item-grid-container.grid .item.w5, .item-grid-container.grid .item.w4, .item-grid-container.grid .item.w3, .item-grid-container.grid .item.w2,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w5,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w4,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w3,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.w2 {
    grid-column: span 2;
  }

  .item-grid-container.grid .item.chapter,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter {
    grid-column: span 2;
  }

  .item-grid-container.grid .item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container.grid .item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w3,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container.grid .item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container.grid .item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container.grid .item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container.grid .item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container.grid .item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container.grid .item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container.grid .item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container.grid .item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container.grid .item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container.grid .item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }
}

@media (min-width: 769px) {
  .item-grid-container.grid,
  .theme-general .theme-general-wrapper .item-grid-container.grid {
    margin-top: 4rem;
  }
}

@media (max-width: 512px) {
  .item-grid-container.grid .___item:not(.chapter),
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item:not(.chapter) {
    margin-bottom: 14px;
  }

  .item-grid-container.grid .___item.chapter .chapter-text .noma.m,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .noma.m {
    font-size: calc(
                    18px + (25 - 18) * ((100vw - 320px) / (512 - 320))
            );
    line-height: 120%;
  }
}

.item-grid-container.grid .grid,
.theme-general .theme-general-wrapper .item-grid-container.grid .grid {
  display: block;
}

.item-grid-container.grid .___item.chapter.full-width.w8,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.full-width.w8 {
  width: 100vw;
  margin-left: -1rem;
}

@media screen and (min-width: 513px) {
  .item-grid-container.grid .___item.chapter.full-width.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.full-width.w8 {
    margin-left: -3rem;
  }
}

@media screen and (min-width: 1151px) {
  .item-grid-container.grid .___item.chapter.full-width.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.full-width.w8 {
    margin-left: -10rem;
  }
}

@media screen and (min-width: 1361px) {
  .item-grid-container.grid .___item.chapter.full-width.w8,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter.full-width.w8 {
    margin-left: -17rem;
  }
}

.item-grid-container.grid .___item.chapter .chapter-text .xxl,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xxl {
  font-size: 40px;
}

@media (max-width: 2717px) {
  .item-grid-container.grid .___item.chapter .chapter-text .xxl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 2035px) / (2717 - 2035));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .xl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 2035px) / (2717 - 2035));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .l,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 2035px) / (2717 - 2035));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .m,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 2035px) / (2717 - 2035));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .s,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 2035px) / (2717 - 2035));
  }
}

@media (max-width: 2035px) {
  .item-grid-container.grid .___item.chapter .chapter-text .xxl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 1515px) / (2035 - 1515));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .xl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 1515px) / (2035 - 1515));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .l,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 1515px) / (2035 - 1515));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .m,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 1515px) / (2035 - 1515));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .s,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 1515px) / (2035 - 1515));
  }
}

@media (max-width: 1515px) {
  .item-grid-container.grid .___item.chapter .chapter-text .xxl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 1200px) / (1515 - 1200));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .xl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 1200px) / (1515 - 1200));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .l,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 1200px) / (1515 - 1200));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .m,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 1200px) / (1515 - 1200));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .s,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 1200px) / (1515 - 1200));
  }
}

@media (max-width: 1200px) {
  .item-grid-container.grid .___item.chapter .chapter-text .xxl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 900px) / (1200 - 900));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .xl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 900px) / (1200 - 900));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .l,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 900px) / (1200 - 900));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .m,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 900px) / (1200 - 900));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .s,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 900px) / (1200 - 900));
  }
}

@media (max-width: 900px) {
  .item-grid-container.grid .___item.chapter .chapter-text .xxl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 764px) / (900 - 764));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .xl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 764px) / (900 - 764));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .l,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 764px) / (900 - 764));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .m,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 764px) / (900 - 764));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .s,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 764px) / (900 - 764));
  }
}

@media (max-width: 764px) {
  .item-grid-container.grid .___item.chapter .chapter-text .xxl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xxl {
    font-size: calc(48px + 12 * (100vw - 444px) / (764 - 444));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .xl,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .xl {
    font-size: calc(36px + 12 * (100vw - 444px) / (764 - 444));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .l,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .l {
    font-size: calc(30px + 6 * (100vw - 444px) / (764 - 444));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .m,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .m {
    font-size: calc(24px + 6 * (100vw - 444px) / (764 - 444));
  }

  .item-grid-container.grid .___item.chapter .chapter-text .s,
  .theme-general .theme-general-wrapper .item-grid-container.grid .___item.chapter .chapter-text .s {
    font-size: calc(18px + 6 * (100vw - 444px) / (764 - 444));
  }
}

.item-grid-container.mosaic .___item .inline .bid-count, .item-grid-container.grid .___item .inline .bid-count,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .bid-count,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-count {
  margin-right: 0.8rem;
}

.item-grid-container.mosaic .___item .inline .user-lot-status.won, .item-grid-container.grid .___item .inline .user-lot-status.won,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-lot-status.won,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-lot-status.won {
  font-weight: bold;
  color: #25951B;
}

.item-grid-container.mosaic .___item .inline .user-lot-status.lost, .item-grid-container.grid .___item .inline .user-lot-status.lost,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-lot-status.lost,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-lot-status.lost {
  font-weight: bold;
  color: #C62525;
}

.item-grid-container.mosaic .___item .inline .bid-status,
.item-grid-container.mosaic .___item .inline .user-activity, .item-grid-container.grid .___item .inline .bid-status,
.item-grid-container.grid .___item .inline .user-activity,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .bid-status,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-activity,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-status,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity {
  font-family: var(--font-family-sans);
}

.item-grid-container.mosaic .___item .inline .bid-status .bid-amount,
.item-grid-container.mosaic .___item .inline .user-activity .bid-amount, .item-grid-container.grid .___item .inline .bid-status .bid-amount,
.item-grid-container.grid .___item .inline .user-activity .bid-amount,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .bid-status .bid-amount,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-activity .bid-amount,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-status .bid-amount,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .bid-amount {
  font-weight: 500;
  color: #333;
}

.item-grid-container.mosaic .___item .inline .bid-status .leading, .item-grid-container.grid .___item .inline .bid-status .leading,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .bid-status .leading,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-status .leading {
  font-weight: bold;
  color: #25951b;
}

.item-grid-container.mosaic .___item .inline .bid-status .outbid, .item-grid-container.grid .___item .inline .bid-status .outbid,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .bid-status .outbid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .bid-status .outbid {
  font-weight: bold;
  color: #c62525;
}

.item-grid-container.mosaic .___item .inline .user-activity, .item-grid-container.grid .___item .inline .user-activity,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-activity,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity {
  margin-top: 1.1rem;
}

.item-grid-container.mosaic .___item .inline .user-activity .active-bid .bid-amount, .item-grid-container.grid .___item .inline .user-activity .active-bid .bid-amount,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-activity .active-bid .bid-amount,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .active-bid .bid-amount {
  font-weight: 700;
}

.item-grid-container.mosaic .___item .inline .user-activity .leading, .item-grid-container.grid .___item .inline .user-activity .leading,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-activity .leading,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .leading {
  font-weight: bold;
  color: #25951b;
}

.item-grid-container.mosaic .___item .inline .user-activity .outbid, .item-grid-container.grid .___item .inline .user-activity .outbid,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-activity .outbid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .outbid {
  font-weight: bold;
  color: #c62525;
}

.item-grid-container.mosaic .___item .inline .user-activity .user-backup-bid a, .item-grid-container.grid .___item .inline .user-activity .user-backup-bid a,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-activity .user-backup-bid a,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .user-backup-bid a {
  text-decoration: underline;
  font-weight: bold;
}

.item-grid-container.mosaic .___item .inline .user-activity .user-bid, .item-grid-container.grid .___item .inline .user-activity .user-bid,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-activity .user-bid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .user-bid {
  margin-right: 0.5rem;
}

.item-grid-container.mosaic .___item .inline .user-activity .user-bid span, .item-grid-container.grid .___item .inline .user-activity .user-bid span,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-activity .user-bid span,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .user-bid span {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}

.item-grid-container.mosaic .___item .inline .user-activity .user-current-bid, .item-grid-container.grid .___item .inline .user-activity .user-current-bid,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline .user-activity .user-current-bid,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline .user-activity .user-current-bid {
  color: #333;
  font-weight: 500;
}

body.house-toomey .item-grid-container.mosaic .___item .inline div.inner p, body.house-toomey .item-grid-container.grid .___item .inline div.inner p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner p {
  font-family: Alright, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
}

body.house-toomey .item-grid-container.mosaic .___item .inline div.inner p, body.house-toomey .item-grid-container.grid .___item .inline div.inner p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner p {
  line-height: 2.1rem;
}

body.house-toomey .item-grid-container.mosaic .___item .inline div.inner p.result, body.house-toomey .item-grid-container.mosaic .___item .inline div.inner p.price-available-note, body.house-toomey .item-grid-container.mosaic .___item .inline div.inner p.on-hold-note, body.house-toomey .item-grid-container.grid .___item .inline div.inner p.result, body.house-toomey .item-grid-container.grid .___item .inline div.inner p.price-available-note, body.house-toomey .item-grid-container.grid .___item .inline div.inner p.on-hold-note,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner p.result,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner p.price-available-note,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner p.on-hold-note,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner p.result,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner p.price-available-note,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner p.on-hold-note {
  font-weight: 500;
}

body.house-toomey .item-grid-container.mosaic .___item .inline div.inner .name, body.house-toomey .item-grid-container.grid .___item .inline div.inner .name,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner .name,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner .name {
  font-family: Alright, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.15rem;
  color: #111;
}

body.house-toomey .item-grid-container.mosaic .___item .inline div.inner .lot_no, body.house-toomey .item-grid-container.grid .___item .inline div.inner .lot_no,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner .lot_no,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner .lot_no {
  font-size: 2.6rem;
  letter-spacing: 1px;
  font-family: "Canela Web", serif;
  font-weight: 900;
}

body.house-toomey .item-grid-container.mosaic .___item .inline div.inner.on-hold-note p, body.house-toomey .item-grid-container.mosaic .___item .inline div.inner.price-available-note p, body.house-toomey .item-grid-container.mosaic .___item .inline div.inner.starting_bid p, body.house-toomey .item-grid-container.mosaic .___item .inline div.inner.result p, body.house-toomey .item-grid-container.grid .___item .inline div.inner.on-hold-note p, body.house-toomey .item-grid-container.grid .___item .inline div.inner.price-available-note p, body.house-toomey .item-grid-container.grid .___item .inline div.inner.starting_bid p, body.house-toomey .item-grid-container.grid .___item .inline div.inner.result p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner.on-hold-note p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner.price-available-note p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner.starting_bid p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner.result p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner.on-hold-note p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner.price-available-note p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner.starting_bid p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner.result p {
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-weight: 700;
  font-family: Alright, sans-serif;
  font-weight: normal;
}

.item-grid-container.mosaic .___item .inline div.inner.on-hold-note span body.house-toomey, .item-grid-container.mosaic .___item .inline div.inner.price-available-note span body.house-toomey, .item-grid-container.mosaic .___item .inline div.inner.starting_bid span body.house-toomey, .item-grid-container.mosaic .___item .inline div.inner.result span body.house-toomey, .item-grid-container.grid .___item .inline div.inner.on-hold-note span body.house-toomey, .item-grid-container.grid .___item .inline div.inner.price-available-note span body.house-toomey, .item-grid-container.grid .___item .inline div.inner.starting_bid span body.house-toomey, .item-grid-container.grid .___item .inline div.inner.result span body.house-toomey,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner.on-hold-note span body.house-toomey,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner.price-available-note span body.house-toomey,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner.starting_bid span body.house-toomey,
.theme-general .theme-general-wrapper .item-grid-container.mosaic .___item .inline div.inner.result span body.house-toomey,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner.on-hold-note span body.house-toomey,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner.price-available-note span body.house-toomey,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner.starting_bid span body.house-toomey,
.theme-general .theme-general-wrapper .item-grid-container.grid .___item .inline div.inner.result span body.house-toomey {
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-family: Alright, sans-serif;
  font-weight: 500;
}

.item-grid-container.mosaic.mosaic .___item .inline .inner, .item-grid-container.grid.mosaic .___item .inline .inner,
.theme-general .theme-general-wrapper .item-grid-container.mosaic.mosaic .___item .inline .inner,
.theme-general .theme-general-wrapper .item-grid-container.grid.mosaic .___item .inline .inner {
  margin-bottom: 2rem;
}

.item-grid-container.mosaic.mosaic .___item .inline .user-activity, .item-grid-container.grid.mosaic .___item .inline .user-activity,
.theme-general .theme-general-wrapper .item-grid-container.mosaic.mosaic .___item .inline .user-activity,
.theme-general .theme-general-wrapper .item-grid-container.grid.mosaic .___item .inline .user-activity {
  margin-bottom: 0;
}

body.house-toomey .item-grid-container.mosaic .user-current-bid,
body.house-toomey .item-grid-container.mosaic .bid-type-label.starting, body.house-toomey .item-grid-container.grid .user-current-bid,
body.house-toomey .item-grid-container.grid .bid-type-label.starting,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .user-current-bid,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.mosaic .bid-type-label.starting,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .user-current-bid,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container.grid .bid-type-label.starting {
  font-size: 1.3rem;
}

body.house-rago .item-grid-container.mosaic .user-current-bid,
body.house-rago .item-grid-container.mosaic .bid-type-label.starting, body.house-rago .item-grid-container.grid .user-current-bid,
body.house-rago .item-grid-container.grid .bid-type-label.starting,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .user-current-bid,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.mosaic .bid-type-label.starting,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .user-current-bid,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container.grid .bid-type-label.starting {
  font-size: 1.3rem;
}

@media screen and (max-width: 764px) {
  .item-grid-container .ch-img-static.bg-v-align-top,
  .theme-general .theme-general-wrapper .item-grid-container .ch-img-static.bg-v-align-top {
    -o-object-position: center top;
       object-position: center top;
  }

  .item-grid-container .ch-img-static.bg-v-align-bottom,
  .theme-general .theme-general-wrapper .item-grid-container .ch-img-static.bg-v-align-bottom {
    -o-object-position: center bottom;
       object-position: center bottom;
  }

  .item-grid-container .ch-img-static.bg-v-align-center,
  .theme-general .theme-general-wrapper .item-grid-container .ch-img-static.bg-v-align-center {
    -o-object-position: center center;
       object-position: center center;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:1"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:1"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:1"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:2"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:2"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:2"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 2)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:3"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:3"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:3"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 3)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:4"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:4"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:4"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 4)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:5"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:5"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:5"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 5)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:6"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:6"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:6"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 6)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:7"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:7"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:7"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 7)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:8"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="1:8"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="1:8"]:not(.has-text) .inner {
    height: calc(150vh / (1 / 8)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:1"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:1"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:1"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 1)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:2"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:2"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:2"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:3"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:3"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:3"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 3)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:4"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:4"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:4"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 4)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:5"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:5"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:5"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 5)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:6"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:6"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:6"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 6)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:7"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:7"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:7"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 7)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:8"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="2:8"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="2:8"]:not(.has-text) .inner {
    height: calc(150vh / (2 / 8)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:1"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:1"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:1"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 1)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:2"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:2"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:2"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 2)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:3"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:3"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:3"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:4"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:4"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:4"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 4)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:5"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:5"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:5"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 5)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:6"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:6"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:6"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 6)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:7"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:7"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:7"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 7)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:8"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="3:8"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="3:8"]:not(.has-text) .inner {
    height: calc(150vh / (3 / 8)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:1"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:1"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:1"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 1)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:2"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:2"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:2"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 2)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:3"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:3"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:3"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 3)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:4"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:4"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:4"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:5"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:5"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:5"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 5)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:6"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:6"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:6"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 6)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:7"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:7"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:7"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 7)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:8"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="4:8"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="4:8"]:not(.has-text) .inner {
    height: calc(150vh / (4 / 8)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:1"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:1"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:1"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 1)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:2"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:2"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:2"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 2)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:3"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:3"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:3"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 3)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:4"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:4"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:4"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 4)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:5"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:5"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:5"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:6"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:6"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:6"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 6)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:7"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:7"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:7"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 7)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:8"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="5:8"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="5:8"]:not(.has-text) .inner {
    height: calc(150vh / (5 / 8)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:1"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:1"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:1"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 1)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:2"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:2"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:2"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 2)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:3"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:3"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:3"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 3)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:4"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:4"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:4"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 4)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:5"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:5"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:5"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 5)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:6"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:6"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:6"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:7"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:7"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:7"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 7)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:8"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="6:8"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="6:8"]:not(.has-text) .inner {
    height: calc(150vh / (6 / 8)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:1"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:1"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:1"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 1)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:2"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:2"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:2"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 2)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:3"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:3"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:3"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 3)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:4"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:4"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:4"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 4)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:5"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:5"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:5"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 5)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:6"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:6"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:6"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 6)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:7"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:7"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:7"]:not(.has-text) .inner {
    height: 100vw !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:8"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="7:8"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="7:8"]:not(.has-text) .inner {
    height: calc(150vh / (7 / 8)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:1"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:1"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:1"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:1"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 1)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:2"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:2"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:2"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:2"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 2)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:3"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:3"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:3"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:3"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 3)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:4"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:4"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:4"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:4"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 4)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:5"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:5"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:5"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:5"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 5)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:6"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:6"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:6"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:6"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 6)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:7"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:7"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:7"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:7"]:not(.has-text) .inner {
    height: calc(150vh / (8 / 7)) !important;
  }

  .item-grid-container .___item.chapter.has-text .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.has-text .chapter-text {
    transform: translateY(0);
    top: 0;
    padding: 2rem 0;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:8"]:not(.has-text) .fluid-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:8"]:not(.has-text) .fluid-img {
    height: 100% !important;
  }

  .item-grid-container .___item.chapter[data-mosaic-ratio="8:8"]:not(.has-text) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter[data-mosaic-ratio="8:8"]:not(.has-text) .inner {
    height: 100vw !important;
  }
}

@media screen and (max-width: 764px) and (max-width: 1515px) {
  .item-grid-container .___item.chapter.w1,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1 {
    width: calc((100% / 4) * 1);
  }

  .item-grid-container .___item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container .___item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2 {
    width: calc((100% / 4) * 2);
  }

  .item-grid-container .___item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container .___item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container .___item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w3,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3 {
    width: calc((100% / 4) * 3);
  }

  .item-grid-container .___item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container .___item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container .___item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container .___item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container .___item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container .___item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container .___item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container .___item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container .___item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container .___item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container .___item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container .___item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container .___item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container .___item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container .___item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container .___item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container .___item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container .___item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container .___item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container .___item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container .___item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container .___item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container .___item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container .___item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container .___item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container .___item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container .___item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container .___item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container .___item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container .___item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container .___item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container .___item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container .___item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container .___item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container .___item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }

  .item-grid-container .___item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 4) * 1);
  }

  .item-grid-container .___item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 4) * 2);
  }

  .item-grid-container .___item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 4) * 3);
  }

  .item-grid-container .___item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 4) * 4);
  }

  .item-grid-container .___item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 4) * 5);
  }

  .item-grid-container .___item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 4) * 6);
  }

  .item-grid-container .___item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 4) * 7);
  }

  .item-grid-container .___item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 4) * 8);
  }
}

@media screen and (max-width: 764px) and (max-width: 1200px) {
  .item-grid-container .___item.chapter.w1,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1 {
    width: calc((100% / 3) * 1);
  }

  .item-grid-container .___item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container .___item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2 {
    width: calc((100% / 3) * 2);
  }

  .item-grid-container .___item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container .___item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container .___item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w3,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container .___item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container .___item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container .___item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container .___item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container .___item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container .___item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container .___item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container .___item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container .___item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container .___item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container .___item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container .___item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container .___item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container .___item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container .___item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container .___item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container .___item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container .___item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container .___item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container .___item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container .___item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container .___item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container .___item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container .___item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container .___item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container .___item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container .___item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container .___item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container .___item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container .___item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container .___item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container .___item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container .___item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container .___item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container .___item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container .___item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container .___item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container .___item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container .___item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }

  .item-grid-container .___item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 3) * 1);
  }

  .item-grid-container .___item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 3) * 2);
  }

  .item-grid-container .___item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 3) * 3);
  }

  .item-grid-container .___item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 3) * 4);
  }

  .item-grid-container .___item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 3) * 5);
  }

  .item-grid-container .___item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 3) * 6);
  }

  .item-grid-container .___item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 3) * 7);
  }

  .item-grid-container .___item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 3) * 8);
  }
}

@media screen and (max-width: 764px) and (max-width: 900px) {
  .item-grid-container .___item.chapter.w1,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1 {
    width: calc((100% / 2) * 1);
  }

  .item-grid-container .___item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container .___item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t2 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t3 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t4 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t5 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t6 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t7 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t8 .chapter-text {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter.w2,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container .___item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container .___item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container .___item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container .___item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container .___item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container .___item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container .___item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container .___item.chapter.w3,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container .___item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container .___item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container .___item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container .___item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container .___item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container .___item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container .___item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container .___item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container .___item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container .___item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container .___item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container .___item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container .___item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container .___item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container .___item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container .___item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container .___item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container .___item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container .___item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container .___item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container .___item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container .___item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container .___item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container .___item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container .___item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container .___item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container .___item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container .___item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container .___item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container .___item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container .___item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container .___item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container .___item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container .___item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container .___item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container .___item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container .___item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container .___item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container .___item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }

  .item-grid-container .___item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 2) * 1);
  }

  .item-grid-container .___item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 2) * 2);
  }

  .item-grid-container .___item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 2) * 3);
  }

  .item-grid-container .___item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 2) * 4);
  }

  .item-grid-container .___item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 2) * 5);
  }

  .item-grid-container .___item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 2) * 6);
  }

  .item-grid-container .___item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 2) * 7);
  }

  .item-grid-container .___item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 2) * 8);
  }
}

@media screen and (max-width: 764px) and (max-width: 764px) {
  .item-grid-container .___item.chapter.w1,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w1.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container .___item.chapter.w1.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container .___item.chapter.w1.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container .___item.chapter.w1.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container .___item.chapter.w1.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container .___item.chapter.w1.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container .___item.chapter.w1.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container .___item.chapter.w1.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w1.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container .___item.chapter.w2,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w2.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container .___item.chapter.w2.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container .___item.chapter.w2.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container .___item.chapter.w2.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container .___item.chapter.w2.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container .___item.chapter.w2.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container .___item.chapter.w2.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container .___item.chapter.w2.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w2.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container .___item.chapter.w3,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w3.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container .___item.chapter.w3.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container .___item.chapter.w3.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container .___item.chapter.w3.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container .___item.chapter.w3.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container .___item.chapter.w3.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container .___item.chapter.w3.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container .___item.chapter.w3.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w3.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container .___item.chapter.w4,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w4.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container .___item.chapter.w4.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container .___item.chapter.w4.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container .___item.chapter.w4.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container .___item.chapter.w4.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container .___item.chapter.w4.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container .___item.chapter.w4.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container .___item.chapter.w4.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w4.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container .___item.chapter.w5,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w5.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container .___item.chapter.w5.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container .___item.chapter.w5.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container .___item.chapter.w5.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container .___item.chapter.w5.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container .___item.chapter.w5.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container .___item.chapter.w5.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container .___item.chapter.w5.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w5.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container .___item.chapter.w6,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w6.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container .___item.chapter.w6.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container .___item.chapter.w6.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container .___item.chapter.w6.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container .___item.chapter.w6.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container .___item.chapter.w6.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container .___item.chapter.w6.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container .___item.chapter.w6.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w6.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container .___item.chapter.w7,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w7.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container .___item.chapter.w7.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container .___item.chapter.w7.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container .___item.chapter.w7.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container .___item.chapter.w7.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container .___item.chapter.w7.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container .___item.chapter.w7.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container .___item.chapter.w7.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w7.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }

  .item-grid-container .___item.chapter.w8,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8 {
    width: 100%;
  }

  .item-grid-container .___item.chapter.w8.t1 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t1 .chapter-text {
    max-width: calc((100% / 1) * 1);
  }

  .item-grid-container .___item.chapter.w8.t2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t2 .chapter-text {
    max-width: calc((100% / 1) * 2);
  }

  .item-grid-container .___item.chapter.w8.t3 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t3 .chapter-text {
    max-width: calc((100% / 1) * 3);
  }

  .item-grid-container .___item.chapter.w8.t4 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t4 .chapter-text {
    max-width: calc((100% / 1) * 4);
  }

  .item-grid-container .___item.chapter.w8.t5 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t5 .chapter-text {
    max-width: calc((100% / 1) * 5);
  }

  .item-grid-container .___item.chapter.w8.t6 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t6 .chapter-text {
    max-width: calc((100% / 1) * 6);
  }

  .item-grid-container .___item.chapter.w8.t7 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t7 .chapter-text {
    max-width: calc((100% / 1) * 7);
  }

  .item-grid-container .___item.chapter.w8.t8 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.w8.t8 .chapter-text {
    max-width: calc((100% / 1) * 8);
  }
}

.item-grid-container .inner-container,
.theme-general .theme-general-wrapper .item-grid-container .inner-container {
  width: 100%;
}

.item-grid-container .mosaic img,
.item-grid-container .item_link img,
.theme-general .theme-general-wrapper .item-grid-container .mosaic img,
.theme-general .theme-general-wrapper .item-grid-container .item_link img {
  transition: opacity 0.5s ease-in-out;
}

.item-grid-container .mosaic img.lazyload, .item-grid-container .mosaic img.lazyloading,
.item-grid-container .item_link img.lazyload,
.item-grid-container .item_link img.lazyloading,
.theme-general .theme-general-wrapper .item-grid-container .mosaic img.lazyload,
.theme-general .theme-general-wrapper .item-grid-container .mosaic img.lazyloading,
.theme-general .theme-general-wrapper .item-grid-container .item_link img.lazyload,
.theme-general .theme-general-wrapper .item-grid-container .item_link img.lazyloading {
  opacity: 0;
  filter: alpha(opacity=0);
}

.item-grid-container .mosaic img.lazyloaded,
.item-grid-container .item_link img.lazyloaded,
.theme-general .theme-general-wrapper .item-grid-container .mosaic img.lazyloaded,
.theme-general .theme-general-wrapper .item-grid-container .item_link img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

.item-grid-container .___item a.link,
.item-grid-container a.item_link,
.theme-general .theme-general-wrapper .item-grid-container .___item a.link,
.theme-general .theme-general-wrapper .item-grid-container a.item_link {
  text-decoration: none;
}

.item-grid-container .___item a.item_link .item_image_wrapper,
.theme-general .theme-general-wrapper .item-grid-container .___item a.item_link .item_image_wrapper {
  padding-top: 100%;
  position: relative;
}

.item-grid-container .___item a.item_link .item_image_wrapper.img_lazyloaded,
.theme-general .theme-general-wrapper .item-grid-container .___item a.item_link .item_image_wrapper.img_lazyloaded {
  background-color: transparent;
}

.item-grid-container .___item a.item_link .item_image_wrapper img,
.theme-general .theme-general-wrapper .item-grid-container .___item a.item_link .item_image_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom left;
     object-position: bottom left;
}

.item-grid-container .___item:not(.chapter) div.bg-img,
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) div.bg-img {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.item-grid-container .___item:not(.chapter) div.bg-img:not(.no-fade),
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) div.bg-img:not(.no-fade) {
  transition: opacity 0.2s ease-in-out;
}

.item-grid-container .___item:not(.chapter) div.bg-img.fade-in,
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) div.bg-img.fade-in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.item-grid-container .___item:not(.chapter) .text div.result p,
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .text div.result p {
  font-size: 1.1rem;
  letter-spacing: 0.025rem;
}

.item-grid-container .___item:not(.chapter) .text div .caption_numeric_value,
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .text div .caption_numeric_value {
  font-size: inherit;
}

.item-grid-container .___item:not(.chapter) .buy_now_badge,
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .buy_now_badge {
  display: none;
}

.item-grid-container .___item:not(.chapter).buy-now.show_badge .buy_now_badge,
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter).buy-now.show_badge .buy_now_badge {
  display: block;
  position: absolute;
  background: rgba(72, 149, 89, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  height: 27px;
}

.item-grid-container .___item:not(.chapter).buy-now.show_badge .buy_now_badge p,
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter).buy-now.show_badge .buy_now_badge p {
  padding: 0;
  margin: 0;
  line-height: 27px;
  font-size: 13px;
  letter-spacing: 0.8px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: Alright, sans-serif;
  font-weight: 700;
}

.item-grid-container .___item:not(.chapter) .inline .buy_now p,
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p {
  color: #489559;
}

body.house-herman_miller .item-grid-container .___item:not(.chapter) .inline .buy_now p, body.house-toomey .item-grid-container .___item:not(.chapter) .inline .buy_now p, body.house-wright .item-grid-container .___item:not(.chapter) .inline .buy_now p, body.house-lama .item-grid-container .___item:not(.chapter) .inline .buy_now p, body.house-rago .item-grid-container .___item:not(.chapter) .inline .buy_now p,
body.house-herman_miller .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p,
body.house-wright .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p {
  color: #489559;
}

.item-grid-container .___item:not(.chapter) .inline .buy_now p, .item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value,
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p,
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value {
  font-family: "BauWebPro", "Arial", sans-serif;
  font-weight: 500;
}

body.house-toomey .item-grid-container .___item:not(.chapter) .inline .buy_now p, body.house-rago .item-grid-container .___item:not(.chapter) .inline .buy_now p, body.house-toomey .item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value, body.house-rago .item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p,
body.house-toomey .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value {
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.03rem;
  font-family: Alright, sans-serif;
  font-weight: 700;
}

body.house-lama .item-grid-container .___item:not(.chapter) .inline .buy_now p, body.house-lama .item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p,
body.house-lama .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
}

.item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value, body.house-rago .item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value,
.theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value,
body.house-rago .theme-general .theme-general-wrapper .item-grid-container .___item:not(.chapter) .inline .buy_now p .caption_numeric_value {
  font-size: inherit;
}

.item-grid-container .___item.chapter .video-bg video,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .video-bg video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.item-grid-container .___item.chapter .wrapper,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .wrapper {
  position: initial;
}

@media (max-width: 767px) {
  .item-grid-container .___item.chapter.hidden-mobile, .item-grid-container .___item.chapter.with-bg.hidden-mobile,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.hidden-mobile,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.with-bg.hidden-mobile {
    display: none;
  }
}

.item-grid-container .___item.chapter.full-width,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

.item-grid-container .___item.chapter.full-width .bg-img,
.item-grid-container .___item.chapter.full-width .video-bg,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width .bg-img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width .video-bg {
  width: 100vw;
  max-width: 100%;
}

.item-grid-container .___item.chapter.full-width .bg-img.fluid-img,
.item-grid-container .___item.chapter.full-width .video-bg.fluid-img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width .bg-img.fluid-img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width .video-bg.fluid-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  clip: rect(auto, auto, auto, auto);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform-style: unset;
}

.item-grid-container .___item.chapter.full-width .bg-img.fluid-img video,
.item-grid-container .___item.chapter.full-width .bg-img.fluid-img img,
.item-grid-container .___item.chapter.full-width .video-bg.fluid-img video,
.item-grid-container .___item.chapter.full-width .video-bg.fluid-img img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width .bg-img.fluid-img video,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width .bg-img.fluid-img img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width .video-bg.fluid-img video,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width .video-bg.fluid-img img {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.item-grid-container .___item.chapter.full-width .fixed .bg-img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width .fixed .bg-img {
  position: fixed;
  min-height: 100%;
}

@media (max-width: 1023px) {
  .item-grid-container .___item.chapter.full-width .fixed .bg-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width .fixed .bg-img {
    position: absolute;
  }
}

.item-grid-container .___item.chapter.full-width a.wrapper-link,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width a.wrapper-link {
  width: 100%;
}

.item-grid-container .___item.chapter.break-row,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.break-row {
  width: 100vw;
  max-width: 100vw;
  height: 0;
  padding: 0;
}

.item-grid-container .___item.chapter .fluid-img img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .fluid-img img {
  width: 100%;
  height: 100%;
}

.item-grid-container .___item.chapter .background.fluid-img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .background.fluid-img {
  color: #f3f3f3;
}

.item-grid-container .___item.chapter .bg-img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .bg-img {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}

.item-grid-container .___item.chapter .bg-img:last-of-type,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .bg-img:last-of-type {
  margin-bottom: -0.6rem;
}

.item-grid-container .___item.chapter .bg-img img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.item-grid-container .___item.chapter .bg-img img:last-of-type,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .bg-img img:last-of-type {
  margin-bottom: -0.6rem;
}

.item-grid-container .___item.chapter .bg-img.bg-v-align-top,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .bg-img.bg-v-align-top {
  background-position: center top;
}

.item-grid-container .___item.chapter .bg-img.bg-v-align-top img.bg-img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .bg-img.bg-v-align-top img.bg-img {
  background-position: center top;
  top: 0;
  bottom: auto;
}

.item-grid-container .___item.chapter .bg-img.bg-v-align-center,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .bg-img.bg-v-align-center {
  background-position: center center;
}

.item-grid-container .___item.chapter .bg-img.bg-v-align-bottom,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .bg-img.bg-v-align-bottom {
  background-position: center bottom;
}

.item-grid-container .___item.chapter .bg-img.bg-v-align-bottom img.bg-img,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .bg-img.bg-v-align-bottom img.bg-img {
  top: auto;
  bottom: 0;
}

.item-grid-container .___item.chapter .ch-img-static,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .ch-img-static {
  z-index: 1;
}

.item-grid-container .___item.chapter .img-well,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .img-well {
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: inherit;
  background-color: #f3f3f3;
}

.item-grid-container .___item.chapter.top-text-only .chapter-text span.top-text,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.top-text-only .chapter-text span.top-text {
  margin-bottom: 0 !important;
}

.item-grid-container .___item.chapter .chapter-text a,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text a {
  text-decoration: underline;
}

.item-grid-container .___item.chapter .chapter-text a.button,
.item-grid-container .___item.chapter .chapter-text span.button,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text a.button,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text span.button {
  display: flex;
  text-decoration: none;
  margin-top: 3rem;
  max-width: 35rem;
  width: calc(100% - 6rem);
}

@media (min-width: 769px) {
  .item-grid-container .___item.chapter .chapter-text a.button,
  .item-grid-container .___item.chapter .chapter-text span.button,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text a.button,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text span.button {
    width: 100%;
  }
}

.item-grid-container .___item.chapter .chapter-text a.button.solid,
.item-grid-container .___item.chapter .chapter-text span.button.solid,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text a.button.solid,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text span.button.solid {
  color: #FFF;
  background-color: var(--chapter-button);
  border-color: var(--chapter-button);
}

.item-grid-container .___item.chapter .chapter-text a.button.solid:hover,
.item-grid-container .___item.chapter .chapter-text span.button.solid:hover,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text a.button.solid:hover,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text span.button.solid:hover {
  background-color: var(--chapter-button-hover);
  border-color: var(--chapter-button-hover);
}

.item-grid-container .___item.chapter .chapter-text a.button.outline,
.item-grid-container .___item.chapter .chapter-text span.button.outline,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text a.button.outline,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text span.button.outline {
  border-color: var(--chapter-button);
  color: var(--chapter-button);
}

.item-grid-container .___item.chapter .chapter-text a.button.outline:hover,
.item-grid-container .___item.chapter .chapter-text span.button.outline:hover,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text a.button.outline:hover,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .chapter-text span.button.outline:hover {
  border-color: var(--chapter-button-hover);
  color: var(--chapter-button-hover);
}

.item-grid-container .___item.chapter .wrapper-link,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .wrapper-link {
  z-index: 3;
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  background: transparent;
}

.item-grid-container .___item.chapter.with-bg .inner,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter.with-bg .inner {
  position: relative;
  z-index: 1;
}

.item-grid-container .___item.chapter .inner,
.theme-general .theme-general-wrapper .item-grid-container .___item.chapter .inner {
  height: 100%;
}

@media screen and (max-width: 764px) {
  .item-grid-container .___item.chapter.with-bg,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.with-bg {
    padding-bottom: 100%;
    display: grid;
    align-items: center;
    overflow: hidden;
  }

  .item-grid-container .___item.chapter.with-bg .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.with-bg .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.item-grid-container .chapter-text,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text {
  padding: 0 2rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-grid-container .chapter-text .xxl,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .xxl {
  font-size: 60px;
  line-height: 100%;
}

.item-grid-container .chapter-text .xl,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .xl {
  font-size: 48px;
  line-height: 103%;
}

.item-grid-container .chapter-text .l,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .l {
  font-size: 36px;
  line-height: 106%;
}

.item-grid-container .chapter-text .m,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .m {
  font-size: 30px;
  line-height: 109%;
}

.item-grid-container .chapter-text .s,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .s {
  font-size: 24px;
  line-height: 120%;
}

.item-grid-container .chapter-text .xs,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .xs {
  font-size: 18px;
  line-height: 116%;
}

.item-grid-container .chapter-text .harriettextblack,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextblack {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
}

.item-grid-container .chapter-text .harriettextblack address,
.item-grid-container .chapter-text .harriettextblack caption,
.item-grid-container .chapter-text .harriettextblack cite,
.item-grid-container .chapter-text .harriettextblack code,
.item-grid-container .chapter-text .harriettextblack dfn,
.item-grid-container .chapter-text .harriettextblack em,
.item-grid-container .chapter-text .harriettextblack strong,
.item-grid-container .chapter-text .harriettextblack th,
.item-grid-container .chapter-text .harriettextblack var,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextblack address,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextblack caption,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextblack cite,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextblack code,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextblack dfn,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextblack em,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextblack strong,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextblack th,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextblack var {
  font-weight: normal;
}

.item-grid-container .chapter-text .harriettextbold,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextbold {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
  font-weight: bold;
}

.item-grid-container .chapter-text .harriettextbold address,
.item-grid-container .chapter-text .harriettextbold caption,
.item-grid-container .chapter-text .harriettextbold cite,
.item-grid-container .chapter-text .harriettextbold code,
.item-grid-container .chapter-text .harriettextbold dfn,
.item-grid-container .chapter-text .harriettextbold em,
.item-grid-container .chapter-text .harriettextbold strong,
.item-grid-container .chapter-text .harriettextbold th,
.item-grid-container .chapter-text .harriettextbold var,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextbold address,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextbold caption,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextbold cite,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextbold code,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextbold dfn,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextbold em,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextbold strong,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextbold th,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextbold var {
  font-weight: bold;
}

.item-grid-container .chapter-text .harriettextlight,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextlight {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

.item-grid-container .chapter-text .harriettextlight address,
.item-grid-container .chapter-text .harriettextlight caption,
.item-grid-container .chapter-text .harriettextlight cite,
.item-grid-container .chapter-text .harriettextlight code,
.item-grid-container .chapter-text .harriettextlight dfn,
.item-grid-container .chapter-text .harriettextlight em,
.item-grid-container .chapter-text .harriettextlight strong,
.item-grid-container .chapter-text .harriettextlight th,
.item-grid-container .chapter-text .harriettextlight var,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextlight address,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextlight caption,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextlight cite,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextlight code,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextlight dfn,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextlight em,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextlight strong,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextlight th,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .harriettextlight var {
  font-weight: normal;
}

.item-grid-container .chapter-text .freighttextblack,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextblack {
  font-family: "freight-text-pro", "georgia", serif;
  font-weight: 900;
}

.item-grid-container .chapter-text .freighttextblack address,
.item-grid-container .chapter-text .freighttextblack caption,
.item-grid-container .chapter-text .freighttextblack cite,
.item-grid-container .chapter-text .freighttextblack code,
.item-grid-container .chapter-text .freighttextblack dfn,
.item-grid-container .chapter-text .freighttextblack em,
.item-grid-container .chapter-text .freighttextblack strong,
.item-grid-container .chapter-text .freighttextblack th,
.item-grid-container .chapter-text .freighttextblack var,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextblack address,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextblack caption,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextblack cite,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextblack code,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextblack dfn,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextblack em,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextblack strong,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextblack th,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextblack var {
  font-weight: 900;
}

.item-grid-container .chapter-text .freighttextsemibold,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextsemibold {
  font-family: "freight-text-pro", "georgia", serif;
  font-weight: 600;
}

.item-grid-container .chapter-text .freighttextsemibold address,
.item-grid-container .chapter-text .freighttextsemibold caption,
.item-grid-container .chapter-text .freighttextsemibold cite,
.item-grid-container .chapter-text .freighttextsemibold code,
.item-grid-container .chapter-text .freighttextsemibold dfn,
.item-grid-container .chapter-text .freighttextsemibold em,
.item-grid-container .chapter-text .freighttextsemibold strong,
.item-grid-container .chapter-text .freighttextsemibold th,
.item-grid-container .chapter-text .freighttextsemibold var,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextsemibold address,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextsemibold caption,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextsemibold cite,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextsemibold code,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextsemibold dfn,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextsemibold em,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextsemibold strong,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextsemibold th,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextsemibold var {
  font-weight: 600;
}

.item-grid-container .chapter-text .freighttextlight,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextlight {
  font-family: "freight-text-pro", "georgia", serif;
  font-weight: 300;
}

.item-grid-container .chapter-text .freighttextlight address,
.item-grid-container .chapter-text .freighttextlight caption,
.item-grid-container .chapter-text .freighttextlight cite,
.item-grid-container .chapter-text .freighttextlight code,
.item-grid-container .chapter-text .freighttextlight dfn,
.item-grid-container .chapter-text .freighttextlight em,
.item-grid-container .chapter-text .freighttextlight strong,
.item-grid-container .chapter-text .freighttextlight th,
.item-grid-container .chapter-text .freighttextlight var,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextlight address,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextlight caption,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextlight cite,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextlight code,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextlight dfn,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextlight em,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextlight strong,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextlight th,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .freighttextlight var {
  font-weight: 300;
}

.item-grid-container .chapter-text .noma,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .noma {
  font-family: "noma", "arial", sans-serif;
  font-weight: 400;
}

.item-grid-container .chapter-text .noma address,
.item-grid-container .chapter-text .noma caption,
.item-grid-container .chapter-text .noma cite,
.item-grid-container .chapter-text .noma code,
.item-grid-container .chapter-text .noma dfn,
.item-grid-container .chapter-text .noma em,
.item-grid-container .chapter-text .noma strong,
.item-grid-container .chapter-text .noma th,
.item-grid-container .chapter-text .noma var,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .noma address,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .noma caption,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .noma cite,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .noma code,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .noma dfn,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .noma em,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .noma strong,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .noma th,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text .noma var {
  font-weight: normal;
}

.item-grid-container .chapter-text span,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text span {
  display: block;
}

.item-grid-container .chapter-text span.top-text,
.theme-general .theme-general-wrapper .item-grid-container .chapter-text span.top-text {
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .item-grid-container .chapter.w2 .chapter-text,
  .theme-general .theme-general-wrapper .item-grid-container .chapter.w2 .chapter-text {
    padding: 0 6rem;
  }
}

.item-grid-container .tile-link,
.theme-general .theme-general-wrapper .item-grid-container .tile-link {
  position: absolute;
  top: -88px;
}

@media (max-width: 768px) {
  .item-grid-container,
  .theme-general .theme-general-wrapper .item-grid-container {
    margin-top: 30px;
  }
}

@media (max-width: 512px) {
  .item-grid-container .___item.chapter .wrapper-link,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter .wrapper-link {
    max-width: calc(100% - 10px);
    width: 100%;
  }

  .item-grid-container .___item.chapter.with-bg .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.with-bg .inner {
    max-width: calc(100% - 10px);
  }

  .item-grid-container .___item.chapter.full-width.with-bg,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter.full-width.with-bg {
    margin-bottom: 10px;
  }

  .item-grid-container .___item .chapter-text > span,
  .theme-general .theme-general-wrapper .item-grid-container .___item .chapter-text > span {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 512px) {
  .item-grid-container,
  .theme-general .theme-general-wrapper .item-grid-container {
    margin-top: 10px;
  }

  .item-grid-container .___item.chapter:not(.full-width),
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter:not(.full-width) {
    margin-bottom: 10px;
  }

  .item-grid-container .___item.chapter:not(.full-width) .inner,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter:not(.full-width) .inner {
    max-width: 100%;
  }

  .item-grid-container .___item.chapter:not(.full-width) .bg-img,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter:not(.full-width) .bg-img {
    width: 100%;
  }

  .item-grid-container .___item.chapter:not(.full-width) .img-well,
  .theme-general .theme-general-wrapper .item-grid-container .___item.chapter:not(.full-width) .img-well {
    max-width: 100%;
    width: calc(100% - 10px);
  }
}

.module.module__grid .item-grid-container.grid {
  margin: 0 auto;
  border: none;
  width: 100%;
  max-width: 102rem;
}

@media screen and (min-width: 768px) {
  .module.module__grid .item-grid-container.grid {
    width: calc(100% - 7rem);
  }
}

@media screen and (min-width: 1440px) {
  .module.module__grid .item-grid-container.grid {
    width: calc(100% - 30rem);
    max-width: 214rem;
  }
}

.module.module__grid.legacy .item-grid-container.grid .inner-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  grid-row-gap: 6rem;
}

@media screen and (min-width: 768px) {
  .module.module__grid.legacy .item-grid-container.grid .inner-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 999px) {
  .module.module__grid.legacy .item-grid-container.grid .inner-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.theme-general .theme-general-wrapper .item-grid-container .___item.article h3 {
  margin: 0;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.15rem;
  max-height: 4.2rem;
}

.search_input,
.no_results {
  display: none;
  clear: both;
  margin: 4rem 17rem;
  font-size: 2.4rem;
}

.search_input p,
.no_results p {
  font-family: "harriet", "georgia", serif;
  font-weight: 400;
}

@media (max-width: 1360px) {
  .search_input,
  .no_results {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}

@media (max-width: 1150px) {
  .search_input,
  .no_results {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (max-width: 512px) {
  .search_input,
  .no_results {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.search_input {
  border-bottom: 1px solid var(--primary-color);
}

.search_input p {
  color: var(--primary-color);
}

.search_input .clear-search {
  font-size: 1.8rem;
  float: right;
}

.search_input .clear-search:hover {
  color: var(--primary-color);
  cursor: pointer;
}

body.house-lama .search_input .clear-search:hover {
  color: var(--primary-color-hover);
}

@media print {
  html {
    min-height: 0;
  }

  body {
    margin: 0;
  }

  .print_hide {
    display: none !important;
  }

  p a {
    color: #333 !important;
  }

  .navigation--primary, .navigation--primary.active {
    padding-top: 10px;
    position: relative !important;
    height: 41px !important;
  }

  .navigation--primary .menu-wrapper, .navigation--primary.active .menu-wrapper {
    background-color: transparent;
    height: 41px !important;
  }

  .navigation--primary .search-wrapper,
  .navigation--primary .menu-wrapper *:not(.logo):not(.icon-wright), .navigation--primary.active .search-wrapper,
  .navigation--primary.active .menu-wrapper *:not(.logo):not(.icon-wright) {
    display: none !important;
  }

  .navigation--primary .menu-wrapper .logo, .navigation--primary.active .menu-wrapper .logo {
    padding: 0 0 0 20px !important;
    font-size: 14px !important;
    line-height: 41px !important;
  }

  .global-footer {
    display: none;
  }
}

.page-with-header .page-loading-spinner {
  padding: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.page-with-header .page-loading-spinner .w-btn-busy-spinner {
  position: relative;
}

pre.debug-helper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  color: lime;
  text-align: left;
  font-size: 9px;
  overflow: scroll;
  max-height: 100%;
  max-width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin: 20px;
  position: absolute;
  border: 1px solid lime;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}

pre.debug-helper:hover {
  z-index: 101;
  opacity: 1;
  height: auto;
  max-height: 100%;
}

pre.debug-helper:not(:hover) {
  max-height: 10px;
}

.preview_info {
  text-align: center;
  margin-top: 5px;
}

.preview_info .preview-pill {
  font-family: var(--font-family-sans);
  padding: 4px 15px 0;
  margin-right: 5px;
  border-radius: 16px;
  text-decoration: none;
  color: #aaa;
  font-size: 12px;
  line-height: 21px;
  height: auto;
  display: inline-block;
  text-align: center;
  background-color: #f6f6f6;
  color: #666;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}

.preview_info .preview-pill:hover {
  background-color: #ddd;
}

.preview_info .item_number:after {
  opacity: 0;
  content: "Copied to clipboard";
  height: 40px;
  color: white;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -50px;
  line-height: 30px;
  border-radius: 16px;
  display: block;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  width: 140px;
  left: -20px;
}

.preview_info .item_number.copied::after {
  opacity: 1;
}

.preview_info .item_number.has_extras {
  background-color: #09c;
  color: white;
}

.preview_info .item_number.has_extras:hover {
  background-color: #069;
}

.preview_info .note,
.preview_info .star {
  color: #ddd;
}

.preview_info .note h2 {
  font-family: var(--font-family-sans) !important;
  font-size: 12px !important;
  line-height: normal !important;
  font-weight: bold;
  margin: 0 15px;
}

.preview_info .note p {
  font-family: var(--font-family-sans) !important;
  font-size: 12px !important;
}

.preview_info .note > div {
  position: absolute;
  top: 0;
}

.preview_info .note.has_extras {
  color: #09c;
}

.preview_info .note span {
  display: none;
}

.preview_info .star {
  font-size: 18px;
}

.preview_info .star.has_extras {
  color: #fc3;
}

.testing-menu {
  display: none;
}

.testing-menu.visible {
  display: block;
  position: fixed;
  width: 300px;
  background: black;
  color: red;
  height: auto;
  z-index: 999;
}

.testing-menu.visible .inner {
  padding: 10px;
}

.testing-menu.visible p, .testing-menu.visible button {
  color: red;
  font-size: 11px;
}

.testing-menu.visible ul, .testing-menu.visible li {
  color: red;
  font-size: 11px;
}

.testing-menu.visible li.running {
  color: yellow;
}

.testing-menu.visible li.pass {
  color: green;
}
