.hero {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero .bannerCont {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: calc(100svh - 100px);
  overflow: hidden;
}

.hero .bannerCont::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 9;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.33) 40%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1080px) {
  .hero .bannerCont::before {
    display: none;
  }
}

@media (max-width: 1080px) {
  .hero .bannerCont {
    height: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1080px) {
  .hero .bannerCont .herotitle {
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 1080px) {
  .hero .bannerCont .herodesc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
}

.hero .bannerCont .herovideo {
  vertical-align: bottom;
}

.hero .bannerCont .container-wide {
  padding: 0px;
  height: 100%;
}

.hero .bannerCont .container-wide .herovideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .bannerCont .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 64px 64px 64px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1080px) {
  .hero .bannerCont .container {
    position: relative;
    padding: 40px 40px;
    background-color: #292727;
  }
}

@media (max-width: 600px) {
  .hero .bannerCont .container {
    padding: 40px 24px;
  }
}

.hero .bannerCont .container .herotext .herotitle h1 {
  color: #FFF;
  font-weight: 300;
}

@media (max-width: 600px) {
  .hero .bannerCont .container .herotext .herotitle h1 {
    font-size: 28px;
  }
}

.hero .bannerCont .container .herotext p {
  color: #FFF;
  max-width: 410px;
  width: 100%;
}

@media (max-width: 600px) {
  .hero .bannerCont .container .herotext p {
    font-size: 16px;
  }
}

.sectionBorderParent {
  padding-top: 48px;
}

@media screen and (max-width: 480px) {
  .sectionBorderParent {
    padding-top: 32px;
  }
}

.liftmateSeries {
  padding: 76px 0 46px;
  background-color: #FFF;
}

.liftmateSeries .sectionBorderParent {
  padding-top: 48px;
}

@media screen and (max-width: 480px) {
  .liftmateSeries .sectionBorderParent {
    padding-top: 32px;
  }
}

@media screen and (max-width: 992px) {
  .liftmateSeries {
    padding: 64px 0;
  }
}

@media screen and (max-width: 480px) {
  .liftmateSeries {
    padding: 48px 0;
  }
}

.liftmateSeries .liftmateSeriesInner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 992px) {
  .liftmateSeries .liftmateSeriesInner {
    padding-top: 32px;
    gap: 32px;
  }
}

.liftmateSeries .liftmateSeriesHead {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .liftmateSeries .liftmateSeriesHead {
    justify-content: flex-start;
  }
}

.liftmateSeries .liftmateSeriesHead .liftmateSeriesTitle {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #292727;
  font-weight: 350;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .liftmateSeries .liftmateSeriesHead .liftmateSeriesTitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .liftmateSeries .liftmateSeriesHead .liftmateSeriesTitle {
    font-size: 32px;
    white-space: normal;
  }
}

.liftmateSeries .liftmateSeriesBody {
  position: relative;
}

.liftmateSeries .liftmateSeriesGallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

@media screen and (max-width: 768px) {
  .liftmateSeries .liftmateSeriesGallery {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.liftmateSeries .liftmateSeriesGallery .liftmateSeriesGalleryItem {
  height: 538px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .liftmateSeries .liftmateSeriesGallery .liftmateSeriesGalleryItem {
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .liftmateSeries .liftmateSeriesGallery .liftmateSeriesGalleryItem {
    height: 320px;
  }
}

.liftmateSeries .liftmateSeriesGallery .liftmateSeriesGalleryItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease-in-out;
  transform: scale(1.01);
}

.liftmateSeries .liftmateSeriesGallery .liftmateSeriesGalleryItem:hover img {
  transform: scale(1.04);
}

.liftmateSeries .liftmateSeriesOverlay {
  position: relative;
  left: 20px;
  right: 20px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
}

@media screen and (max-width: 992px) {
  .liftmateSeries .liftmateSeriesOverlay {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

.liftmateSeries .liftmateSeriesIntent {
  background-color: #FFF;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .liftmateSeries .liftmateSeriesIntent {
    padding: 24px;
    gap: 8px;
  }
}

.liftmateSeries .liftmateSeriesIntent .liftmateSeriesIntentTitle {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 350;
  color: #292727;
  text-transform: capitalize;
}

@media screen and (max-width: 992px) {
  .liftmateSeries .liftmateSeriesIntent .liftmateSeriesIntentTitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .liftmateSeries .liftmateSeriesIntent .liftmateSeriesIntentTitle {
    font-size: 28px;
  }
}

.liftmateSeries .liftmateSeriesIntent .liftmateSeriesIntentSub {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #292727;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .liftmateSeries .liftmateSeriesIntent .liftmateSeriesIntentSub {
    font-size: 16px;
  }
}

.liftmateSeries .liftmateSeriesProduct {
  background-color: #F4F4F4;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 159px;
}

@media screen and (max-width: 1080px) {
  .liftmateSeries .liftmateSeriesProduct {
    flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  .liftmateSeries .liftmateSeriesProduct {
    padding: 32px;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .liftmateSeries .liftmateSeriesProduct {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    min-height: 0;
    padding: 32px 24px;
  }
}

.liftmateSeries .liftmateSeriesProduct .liftmateSeriesProductInfo {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

@media screen and (max-width: 480px) {
  .liftmateSeries .liftmateSeriesProduct .liftmateSeriesProductInfo {
    gap: 8px;
  }
}

.liftmateSeries .liftmateSeriesProduct .liftmateSeriesProductInfo .liftmateSeriesProductName {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #292727;
  font-weight: 350;
}

@media screen and (max-width: 992px) {
  .liftmateSeries .liftmateSeriesProduct .liftmateSeriesProductInfo .liftmateSeriesProductName {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .liftmateSeries .liftmateSeriesProduct .liftmateSeriesProductInfo .liftmateSeriesProductName {
    font-size: 32px;
  }
}

.liftmateSeries .liftmateSeriesProduct .liftmateSeriesProductInfo .liftmateSeriesProductPrice {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #FF5F15;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .liftmateSeries .liftmateSeriesProduct .liftmateSeriesProductInfo .liftmateSeriesProductPrice {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .liftmateSeries .liftmateSeriesProduct .liftmateSeriesProductInfo .liftmateSeriesProductPrice {
    font-size: 18px;
  }
}

.liftmateSeries .liftmateSeriesProduct .liftmateSeriesProductCTA {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .liftmateSeries .liftmateSeriesProduct .liftmateSeriesProductCTA {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }

  .liftmateSeries .liftmateSeriesProduct .liftmateSeriesProductCTA .button {
    flex: 1 1 auto;
  }
}

.liftmateSeries .lifeStockWrap {
  width: 100%;
  max-width: 540px;
}

.liftmateSeries .lifeStockWrap .newsletterSignupForm {
  flex: 0 0 500px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .liftmateSeries .lifeStockWrap .newsletterSignupForm {
    flex: 1 1 auto;
    width: 100%;
    gap: 32px;
  }
}

.liftmateSeries .lifeStockWrap .newsletterSignupFields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.liftmateSeries .lifeStockWrap .newsletterSignupField {
  width: 100%;
}

.liftmateSeries .lifeStockWrap .newsletterSignupField input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #292727;
  padding: 8px 0;
  font-family: inherit;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #292727;
  border-radius: 0;
  transition: border-color 0.25s ease;
}

@media screen and (max-width: 480px) {
  .liftmateSeries .lifeStockWrap .newsletterSignupField input {
    font-size: 18px;
  }
}

.liftmateSeries .lifeStockWrap .newsletterSignupField input::-moz-placeholder {
  color: rgba(41, 39, 39, 0.6);
  font-weight: 300;
}

.liftmateSeries .lifeStockWrap .newsletterSignupField input::placeholder {
  color: rgba(41, 39, 39, 0.6);
  font-weight: 300;
}

.liftmateSeries .lifeStockWrap .newsletterSignupField input:focus {
  outline: none;
  border-bottom-color: #FF5F15;
}

.liftmateSeries .lifeStockWrap .newsletterSignupField input:focus::-moz-placeholder {
  opacity: 0.4;
}

.liftmateSeries .lifeStockWrap .newsletterSignupField input:focus::placeholder {
  opacity: 0.4;
}

.proSeries {
  padding: 96px 0;
  background-color: #FFF;
}

@media screen and (max-width: 992px) {
  .proSeries {
    padding: 64px 0;
  }
}

@media screen and (max-width: 480px) {
  .proSeries {
    padding: 48px 0;
  }
}

.proSeries .proSeriesInner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 480px) {
  .proSeries .proSeriesInner {
    gap: 32px;
  }
}

.proSeries .proSeriesHead .proSeriesTitle {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #292727;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .proSeries .proSeriesHead .proSeriesTitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .proSeries .proSeriesHead .proSeriesTitle {
    font-size: 32px;
  }
}

.proSeries .proSeriesGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  align-items: stretch;
}

@media screen and (max-width: 992px) {
  .proSeries .proSeriesGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

@media screen and (max-width: 640px) {
  .proSeries .proSeriesGrid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
}

.proSeries .proSeriesCard {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.proSeries .proSeriesCard .proSeriesCardImage {
  width: 100%;
  height: 538px;
  overflow: hidden;
  background-color: #F4F4F4;
}

@media screen and (max-width: 1440px) {
  .proSeries .proSeriesCard .proSeriesCardImage {
    height: 460px;
  }
}

@media screen and (max-width: 1200px) {
  .proSeries .proSeriesCard .proSeriesCardImage {
    height: 400px;
  }
}

@media screen and (max-width: 992px) {
  .proSeries .proSeriesCard .proSeriesCardImage {
    height: 360px;
  }
}

@media screen and (max-width: 480px) {
  .proSeries .proSeriesCard .proSeriesCardImage {
    height: 320px;
  }
}

.proSeries .proSeriesCard .proSeriesCardImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease-in-out;
}

.proSeries .proSeriesCard .proSeriesCardImage:hover img {
  transform: scale(1.04);
}

.proSeries .proSeriesCard .proSeriesCardBody {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 auto;
}

@media screen and (max-width: 480px) {
  .proSeries .proSeriesCard .proSeriesCardBody {
    gap: 16px;
  }
}

.proSeries .proSeriesCard .proSeriesCardTitle {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #292727;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .proSeries .proSeriesCard .proSeriesCardTitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .proSeries .proSeriesCard .proSeriesCardTitle {
    font-size: 22px;
  }
}

.proSeries .proSeriesCard .proSeriesCardInfo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
}

.proSeries .proSeriesCard .proSeriesCardPrice {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #FF5F15;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .proSeries .proSeriesCard .proSeriesCardPrice {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .proSeries .proSeriesCard .proSeriesCardPrice {
    font-size: 18px;
  }
}

.proSeries .proSeriesCard .proSeriesCardNote {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #292727;
  font-weight: 300;
}

@media screen and (max-width: 480px) {
  .proSeries .proSeriesCard .proSeriesCardNote {
    font-size: 14px;
  }
}

.proSeries .proSeriesCard .button {
  align-self: flex-start;
}

.benefits {
  padding-bottom: 96px;
}

@media (max-width: 600px) {
  .benefits {
    padding-bottom: 46px;
  }
}

.featuredin {
  width: initial;
  background-color: transparent;
  padding: 0 96px;
  padding-bottom: 69px;
}

@media (max-width: 600px) {
  .featuredin {
    padding: 0 24px;
  }
}

.featuredin .container {
  background-color: #F4F4F4;
  max-width: 1400px;
  padding: 40px 40px;
}

@media (max-width: 600px) {
  .featuredin .container {
    padding: 40px 20px;
  }
}

.featuredin .container .headerSm {
  font-size: 28px;
  color: #292727;
}

@media (max-width: 1440px) {
  .featuredin .container .feaduredinplatforms {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}

@media (max-width: 1300px) {
  .featuredin .container .feaduredinplatforms {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media (max-width: 1080px) {
  .featuredin .container .feaduredinplatforms {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 992px) {
  .featuredin .container .feaduredinplatforms {
    gap: 20px !important;
  }
}

@media (max-width: 600px) {
  .featuredin .container .feaduredinplatforms {
    min-width: 130px;
  }
}

.featuredin .container .feaduredinflex {
  justify-content: center;
  align-items: center;
}

.featuredin .container .featplatform {
  padding: 32px 0;
  border-left: solid 1px #292727 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 236px;
}

@media (max-width: 1080px) {
  .featuredin .container .featplatform {
    border-left: none !important;
    border-bottom: solid 1px #292727 !important;
  }
}

@media (max-width: 600px) {
  .featuredin .container .featplatform {
    min-width: initial !important;
    width: 100%;
  }
}

.benefitsTabs {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

@media screen and (max-width: 992px) {
  .benefitsTabs {
    gap: 48px;
  }
}

@media screen and (max-width: 480px) {
  .benefitsTabs {
    gap: 32px;
  }
}

.benefitsTabsNav {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .benefitsTabsNav {
    gap: 16px;
  }
}

.benefitsTabsNav .benefitsTab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #cbcbcb;
  padding: 8px 0;
  font-family: inherit;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  color: #292727;
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .benefitsTabsNav .benefitsTab {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .benefitsTabsNav .benefitsTab {
    font-size: 18px;
  }
}

.benefitsTabsNav .benefitsTab:hover {
  border-bottom-color: #FF5F15;
}

.benefitsTabsNav .benefitsTab.active {
  border-bottom-color: #FF5F15;
}

.benefitsTabsNav .benefitsTab:focus-visible {
  outline: 2px solid #FF5F15;
  outline-offset: 4px;
}

.benefitsTabsNav .benefitsgrid {
  width: 100%;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 72px 96px !important;
}

.benefitsTabPanel {
  display: none;
  width: 100%;
}

.benefitsTabPanel.active {
  display: block;
}

.testimonialWrap {
  padding-bottom: 96px;
}

.funding {
  padding-top: 96px;
}

@media (max-width: 600px) {
  .funding {
    padding-top: 0px;
  }
}

.darkCTAButtons {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .darkCTAButtons {
    gap: 16px;
    width: 100%;
  }

  .darkCTAButtons .button {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.newsletterSignup {
  padding: 96px 0 64px;
  background-color: #F4F4F4;
}

@media screen and (max-width: 992px) {
  .newsletterSignup {
    padding: 64px 0 48px;
  }
}

@media screen and (max-width: 480px) {
  .newsletterSignup {
    padding: 48px 0;
  }
}

.newsletterSignup .newsletterSignupInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

@media screen and (max-width: 1200px) {
  .newsletterSignup .newsletterSignupInner {
    gap: 48px;
  }
}

@media screen and (max-width: 992px) {
  .newsletterSignup .newsletterSignupInner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}

.newsletterSignup .newsletterSignupIntent {
  flex: 1 1 auto;
  max-width: 610px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 992px) {
  .newsletterSignup .newsletterSignupIntent {
    max-width: 100%;
    gap: 16px;
  }
}

.newsletterSignup .newsletterSignupIntent .newsletterSignupTitle {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #292727;
  text-transform: capitalize;
}

@media screen and (max-width: 992px) {
  .newsletterSignup .newsletterSignupIntent .newsletterSignupTitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .newsletterSignup .newsletterSignupIntent .newsletterSignupTitle {
    font-size: 32px;
  }
}

.newsletterSignup .newsletterSignupIntent .newsletterSignupSub {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #292727;
  font-weight: 400;
  opacity: 0.85;
}

@media screen and (max-width: 480px) {
  .newsletterSignup .newsletterSignupIntent .newsletterSignupSub {
    font-size: 15px;
  }
}

.newsletterSignup .newsletterSignupForm {
  flex: 0 0 500px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .newsletterSignup .newsletterSignupForm {
    flex: 1 1 auto;
    width: 100%;
    gap: 32px;
  }
}

.newsletterSignup .newsletterSignupFields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.newsletterSignup .newsletterSignupField {
  width: 100%;
}

.newsletterSignup .newsletterSignupField input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #292727;
  padding: 8px 0;
  font-family: inherit;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #292727;
  border-radius: 0;
  transition: border-color 0.25s ease;
}

@media screen and (max-width: 480px) {
  .newsletterSignup .newsletterSignupField input {
    font-size: 18px;
  }
}

.newsletterSignup .newsletterSignupField input::-moz-placeholder {
  color: rgba(41, 39, 39, 0.6);
  font-weight: 300;
}

.newsletterSignup .newsletterSignupField input::placeholder {
  color: rgba(41, 39, 39, 0.6);
  font-weight: 300;
}

.newsletterSignup .newsletterSignupField input:focus {
  outline: none;
  border-bottom-color: #FF5F15;
}

.newsletterSignup .newsletterSignupField input:focus::-moz-placeholder {
  opacity: 0.4;
}

.newsletterSignup .newsletterSignupField input:focus::placeholder {
  opacity: 0.4;
}

@media (max-width: 1080px) {
  .darkCTACard {
    flex-direction: column;
    gap: 20px;
    padding: 64px 48px;
  }
}

.popupCTA {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}

@media screen and (max-width: 480px) {
  .popupCTA {
    bottom: 16px;
    right: 16px;
  }
}

.popupCTA .popupCTACircle {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  border: 1px solid rgba(41, 39, 39, 0.1);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  transform-origin: bottom right;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.25s ease, box-shadow 0.25s ease, visibility 0s linear 0s;
}

@media screen and (max-width: 480px) {
  .popupCTA .popupCTACircle {
    width: 64px;
    height: 64px;
    padding: 10px;
  }
}

.popupCTA .popupCTACircle:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.3);
}

.popupCTA .popupCTACircle:focus-visible {
  outline: 2px solid #FF5F15;
  outline-offset: 4px;
}

.popupCTA .popupCTACircle img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.popupCTA .popupCTACard {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 291px;
  background-color: #F4F4F4;
  border: 1px solid rgba(41, 39, 39, 0.08);
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transform-origin: bottom right;
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.3s ease, visibility 0s linear 0.3s;
}

@media screen and (max-width: 480px) {
  .popupCTA .popupCTACard {
    width: calc(100vw - 32px);
    max-width: 291px;
  }
}

.popupCTA .popupCTAClose {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #292727;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.popupCTA .popupCTAClose:hover {
  background-color: rgba(41, 39, 39, 0.1);
  transform: rotate(90deg);
}

.popupCTA .popupCTAClose:focus-visible {
  outline: 2px solid #FF5F15;
  outline-offset: 2px;
}

.popupCTA .popupCTAClose svg {
  display: block;
}

.popupCTA .popupCTAImage {
  width: 100%;
  height: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.popupCTA .popupCTAImage img {
  max-width: 100px;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.popupCTA .popupCTABody {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popupCTA .popupCTATitle {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #292727;
  margin: 0;
}

.popupCTA .popupCTASub {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 400;
  color: #292727;
  margin: 0;
  margin-top: -10px;
}

.popupCTA .popupCTALink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #FF5F15;
  text-decoration: none;
  align-self: flex-start;
  transition: gap 0.2s ease;
}

.popupCTA .popupCTALink:hover {
  gap: 12px;
}

.popupCTA .popupCTALink svg {
  display: block;
  flex-shrink: 0;
}

.popupCTA[data-state=open] .popupCTACircle {
  transform: scale(0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1), opacity 0.25s ease, visibility 0s linear 0.3s;
}

.popupCTA[data-state=open] .popupCTACard {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.4s cubic-bezier(0.2, 1.1, 0.4, 1), opacity 0.3s ease, visibility 0s linear 0s;
}

.liftStoolEyebrow,
.liftStoolHero .liftStoolHeroEyebrow {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #FF5F15;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 480px) {

  .liftStoolEyebrow,
  .liftStoolHero .liftStoolHeroEyebrow {
    font-size: 14px;
  }
}

.liftStoolEyebrow.liftStoolEyebrowOrange,
.liftStoolHero .liftStoolEyebrowOrange.liftStoolHeroEyebrow {
  color: #FF5F15;
}

.liftStoolSectionTitle {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #292727;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .liftStoolSectionTitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolSectionTitle {
    font-size: 32px;
  }
}

.liftStoolSectionSub {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #292727;
  font-weight: 300;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .liftStoolSectionSub {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolSectionSub {
    font-size: 16px;
  }
}

.liftStoolHero {
  padding: 96px 0;
  background-color: #F4F4F4;
}

@media screen and (max-width: 992px) {
  .liftStoolHero {
    padding: 64px 0;
  }
}

@media screen and (max-width: 600px) {
  .liftStoolHero {
    padding-bottom: 20px;
  }
}

.liftStoolHero .liftStoolHeroInner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .liftStoolHero .liftStoolHeroInner {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

@media screen and (max-width: 768px) {
  .liftStoolHero .liftStoolHeroInner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.liftStoolHero .liftStoolHeroContent {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 620px;
}

@media screen and (max-width: 480px) {
  .liftStoolHero .liftStoolHeroContent {
    gap: 28px;
  }
}

.liftStoolHero .liftStoolHeroLogo img {
  height: 48px;
  width: auto;
  display: block;
}

@media screen and (max-width: 480px) {
  .liftStoolHero .liftStoolHeroLogo img {
    height: 36px;
  }
}

.liftStoolHero .liftStoolHeroIntent {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.liftStoolHero .liftStoolHeroTitle {
  font-size: 64px;
  line-height: 1.13;
  letter-spacing: -0.02em;
  color: #292727;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .liftStoolHero .liftStoolHeroTitle {
    font-size: 54px;
  }
}

@media screen and (max-width: 992px) {
  .liftStoolHero .liftStoolHeroTitle {
    font-size: 44px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolHero .liftStoolHeroTitle {
    font-size: 36px;
  }
}

.liftStoolHero .liftStoolHeroSub {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #292727;
  font-weight: 300;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolHero .liftStoolHeroSub {
    font-size: 16px;
  }
}

.liftStoolHero .liftStoolHeroPriceRow {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.liftStoolHero .liftStoolHeroPrice {
  font-size: 40px;
  line-height: 0.8;
  color: #292727;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolHero .liftStoolHeroPrice {
    font-size: 32px;
  }
}

.liftStoolHero .liftStoolHeroPriceMeta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.liftStoolHero .liftStoolHeroAvailable {
  font-size: 22px;
  color: #292727;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 480px) {
  .liftStoolHero .liftStoolHeroAvailable {
    font-size: 16px;
  }
}

.liftStoolHero .liftStoolHeroCompareLink {
  font-size: 22px;
  color: #FF5F15;
  text-decoration: underline;
  letter-spacing: 0.02em;
  transition: opacity 0.2s ease;
}

.liftStoolHero .liftStoolHeroCompareLink:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .liftStoolHero .liftStoolHeroCompareLink {
    font-size: 16px;
  }
}

.liftStoolHero .liftStoolHeroCTA {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .liftStoolHero .liftStoolHeroCTA {
    gap: 12px;
  }

  .liftStoolHero .liftStoolHeroCTA .button {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.liftStoolHero .liftStoolHeroBadges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 480px) {
  .liftStoolHero .liftStoolHeroBadges {
    gap: 12px 16px;
  }
}

.liftStoolHero .liftStoolHeroBadges li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #292727;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 480px) {
  .liftStoolHero .liftStoolHeroBadges li {
    font-size: 14px;
  }
}

.liftStoolHero .liftStoolDot {
  width: 12px;
  height: 12px;
  background: #FF5F15;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.liftStoolHero .liftStoolHeroImage {
  overflow: hidden;
}

.liftStoolHero .liftStoolHeroImage:hover img {
  transform: scale(1.02);
}

.liftStoolHero .liftStoolHeroImage img {
  width: 100%;
  max-width: 545px;
  height: auto;
  display: block;
  transform: scale(1);
  transition: all 0.2s;
}

.liftStoolWhoFor {
  padding: 96px 0;
  background-color: #F4F4F4;
}

@media screen and (max-width: 992px) {
  .liftStoolWhoFor {
    padding: 64px 0;
  }
}

.liftStoolWhoFor .liftStoolWhoForInner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
}

@media screen and (max-width: 1200px) {
  .liftStoolWhoFor .liftStoolWhoForInner {
    gap: 64px;
  }
}

@media screen and (max-width: 992px) {
  .liftStoolWhoFor .liftStoolWhoForInner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.liftStoolWhoFor .liftStoolWhoForText {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: space-between;
}

.liftStoolWhoFor .liftStoolWhoForIntro {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.liftStoolWhoFor .liftStoolWhoForCards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.liftStoolWhoFor .liftStoolWhoForCard {
  display: flex;
  gap: 24px;
  padding: 32px;
  background-color: #FFF;
  align-items: flex-start;
}

@media screen and (max-width: 480px) {
  .liftStoolWhoFor .liftStoolWhoForCard {
    flex-direction: column;
    padding: 24px;
    gap: 16px;
  }
}

.liftStoolWhoFor .liftStoolWhoForCard h3 {
  font-size: 28px;
  line-height: 1.18;
  color: #292727;
  font-weight: 400;
  margin: 0 0 8px;
}

.liftStoolWhoFor .liftStoolWhoForCard p {
  font-size: 18px;
  line-height: 1.28;
  color: #292727;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin: 0;
}

.liftStoolWhoFor .liftStoolWhoForIcon {
  width: 80px;
  height: 80px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.liftStoolWhoFor .liftStoolWhoForIcon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.liftStoolWhoFor .liftStoolWhoForImage {
  position: relative;
  width: 100%;
  height: 656px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .liftStoolWhoFor .liftStoolWhoForImage {
    height: 500px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolWhoFor .liftStoolWhoForImage {
    height: 360px;
  }
}

.liftStoolWhoFor .liftStoolWhoForImage:hover img {
  transform: scale(1.02);
}

.liftStoolWhoFor .liftStoolWhoForImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: all 0.2s;
  transform: scale(1);
}

.liftStoolWhoFor .liftStoolBadge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #FFF;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 20px;
  color: #292727;
  letter-spacing: 0.02em;
}

.liftStoolWhy {
  padding: 96px 0;
  background-color: #FFF;
}

@media screen and (max-width: 992px) {
  .liftStoolWhy {
    padding: 64px 0;
  }
}

@media screen and (max-width: 600px) {
  .liftStoolWhy {
    padding-bottom: 0;
  }
}

.liftStoolWhy .liftStoolWhyInner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.liftStoolWhy .liftStoolWhyHeader {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.liftStoolWhy .liftStoolWhyGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

@media screen and (max-width: 992px) {
  .liftStoolWhy .liftStoolWhyGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.liftStoolWhy .liftStoolWhyCard {
  background-color: #FFF;
  border-top: 2px solid #FF5F15;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.liftStoolWhy .liftStoolWhyCard h3 {
  font-size: 28px;
  line-height: 1.18;
  color: #292727;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolWhy .liftStoolWhyCard h3 {
    font-size: 22px;
  }
}

.liftStoolWhy .liftStoolWhyCard p {
  font-size: 18px;
  line-height: 1.28;
  color: #292727;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin: 0;
}

.liftStoolWhy .liftStoolWhyCardIcon {
  width: 80px;
  height: 80px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liftStoolWhy .liftStoolWhyCardIcon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.liftStoolIncluded {
  padding: 48px 0 96px;
  background-color: #FFF;
}

@media screen and (max-width: 992px) {
  .liftStoolIncluded {
    padding: 64px 0;
  }
}

@media screen and (max-width: 600px) {
  .liftStoolIncluded {
    padding-bottom: 0px;
  }
}

.liftStoolIncluded .liftStoolIncludedInner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.liftStoolIncluded .liftStoolIncludedHeader {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.liftStoolIncluded .liftStoolIncludedGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(41, 39, 39, 0.2);
}

@media screen and (max-width: 768px) {
  .liftStoolIncluded .liftStoolIncludedGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 480px) {
  .liftStoolIncluded .liftStoolIncludedGrid {
    grid-template-columns: 1fr;
  }
}

.liftStoolIncluded .liftStoolIncludedCell {
  background-color: #FFF;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-right: 1px solid rgba(41, 39, 39, 0.2);
  border-bottom: 1px solid rgba(41, 39, 39, 0.2);
  flex-direction: column;
}

.liftStoolIncluded .liftStoolIncludedCell:nth-child(3n),
.liftStoolIncluded .liftStoolIncludedCell:last-child {
  border-right: 0;
}

@media screen and (max-width: 768px) {
  .liftStoolIncluded .liftStoolIncludedCell:nth-child(3n) {
    border-right: 1px solid rgba(41, 39, 39, 0.2);
  }

  .liftStoolIncluded .liftStoolIncludedCell:nth-child(2n) {
    border-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolIncluded .liftStoolIncludedCell {
    border-right: 0;
    padding: 24px;
  }
}

.liftStoolIncluded .liftStoolIncludedCell h3 {
  font-size: 22px;
  line-height: 1.18;
  color: #292727;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolIncluded .liftStoolIncludedCell h3 {
    font-size: 18px;
  }
}

.liftStoolIncluded .liftStoolIncludedIcon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.liftStoolIncluded .liftStoolIncludedIcon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.liftStoolCompare {
  padding: 48px 0 96px;
  background-color: #FFF;
}

@media screen and (max-width: 992px) {
  .liftStoolCompare {
    padding: 64px 0;
  }
}

@media screen and (max-width: 600px) {
  .liftStoolCompare {
    padding-bottom: 20px;
  }
}

.liftStoolCompare .liftStoolCompareInner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.liftStoolCompare .liftStoolCompareHeader {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.liftStoolCompare .liftStoolCompareHeaderRow {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.liftStoolCompare .liftStoolCompareHeaderText {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 528px;
}

.liftStoolCompare .liftStoolCompareHeaderCTAs {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.liftStoolCompare .liftStoolCompareTable {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid rgba(41, 39, 39, 0.2);
}

@media screen and (max-width: 768px) {
  .liftStoolCompare .liftStoolCompareTable {
    grid-template-columns: 1fr;
  }
}

.liftStoolCompare .liftStoolCompareCol {
  display: flex;
  flex-direction: column;
}

.liftStoolCompare .liftStoolCompareCol.liftStoolCompareColHeader {
  background: #FFF;
}

.liftStoolCompare .liftStoolCompareCol.liftStoolCompareColFeatured {
  background: rgba(255, 95, 21, 0.05);
}

.liftStoolCompare .liftStoolCompareCol.liftStoolCompareColFeatured .liftStoolCompareCellHeader {
  background: #FF5F15;
  color: #FFF;
  font-weight: normal;
}

.liftStoolCompare .liftStoolCompareCol.liftStoolCompareColFeatured .liftStoolCompareCellHeader h3 {
  color: #FFF;
}

.liftStoolCompare .liftStoolCompareCol.liftStoolCompareColFeatured .liftStoolCompareCellHeader span {
  padding: 0px !important;
}

.liftStoolCompare .liftStoolCompareCol.firstRow .liftStoolCompareCell {
  opacity: 0.6;
}

.liftStoolCompare .liftStoolCompareCol.firstRow .liftStoolCompareCellHeader h3 {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .liftStoolCompare .liftStoolCompareCol:not(:first-child) {
    border-top: 1px solid rgba(41, 39, 39, 0.2);
  }
}

.liftStoolCompare .liftStoolCompareCellHeader {
  padding: 24px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  border-bottom: 1px solid rgba(41, 39, 39, 0.2);
}

@media screen and (max-width: 600px) {
  .liftStoolCompare .liftStoolCompareCellHeader {
    min-height: initial;
    padding: 12px 24px;
  }
}

.liftStoolCompare .liftStoolCompareCellHeader h3 {
  font-size: 28px;
  font-weight: 400;
  color: #292727;
  margin: 0;
}

.liftStoolCompare .liftStoolCompareTag {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #FF5F15;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  align-self: flex-start;
}

.liftStoolCompare .liftStoolCompareTag.liftStoolCompareTagFeatured {
  background: #FF5F15;
  color: #FFF;
}

.liftStoolCompare .liftStoolCompareCell {
  padding: 24px;
  font-size: 16px;
  color: #292727;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(41, 39, 39, 0.2);
  min-height: 60px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .liftStoolCompare .liftStoolCompareCell {
    padding: 12px 24px !important;
  }
}

.liftStoolCompare .liftStoolCompareCell:last-child {
  border-bottom: 0;
}

.liftStoolCompare .liftStoolCompareCell.fade {
  opacity: 0.6;
}

.liftStoolCompare .liftStoolCompareCell.liftStoolCompareCellHighlight {
  color: #FF5F15;
}

.liftStoolCompare .liftStoolComparePrice {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  min-height: 100px;
}

@media (max-width: 600px) {
  .liftStoolCompare .liftStoolComparePrice {
    pading: 12px 24px;
  }
}

.liftStoolCompare .liftStoolComparePrice.liftStoolComparePriceFeatured {
  color: #FF5F15;
}

.liftStoolVideo {
  padding: 0 96px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .liftStoolVideo {
    padding: 0 64px;
  }
}

@media screen and (max-width: 992px) {
  .liftStoolVideo {
    padding: 64px 0;
    min-height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .liftStoolVideo {
    padding-bottom: 20px;
  }
}

.liftStoolVideo .actionvid {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  width: 100%;
}

.liftStoolVideo .actionvid .actionvideos {
  width: 100%;
}

.liftStoolVideo .actionvid .actionvideos .actionvideo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  transform: scale(1) !important;
}

@media screen and (max-width: 1440px) {
  .liftStoolVideo .actionvid .actionvideos .actionvideo {
    aspect-ratio: 16/9;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolVideo .actionvid .actionvideos .actionvideo {
    aspect-ratio: 37.5/47;
  }
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideotag {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 5;
  -o-object-fit: cover;
  object-fit: cover;
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideobg {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.7s;
}

.liftStoolVideo .actionvid .actionvideos .actionvideo:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 0%, transparent 60%, #000 80%, #000 100%);
  opacity: 0.5;
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 96px 64px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 140px;
}

@media screen and (max-width: 992px) {
  .liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo {
    gap: 80px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo {
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    justify-content: flex-end;
  }
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .actionInfo {
  width: 100%;
  max-width: 560px;
  text-align: left;
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .actionInfo h4 {
  color: var(--Primary, #FF5E14);
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 19.8px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .actionInfo h3 {
  font-size: 54px;
  color: #FFF;
  line-height: 120%;
  font-weight: 350;
  letter-spacing: -0.02em;
  transform-origin: bottom left;
  transition: all 0.7s ease-in-out;
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .actionInfo h3.shrink {
  transform: scale(0.6);
}

@media screen and (max-width: 992px) {
  .liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .actionInfo h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .actionInfo h3 {
    order: 2;
  }
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .actionvidotogglebutton {
  min-width: 96px;
  min-height: 96px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  transition: all 0.65s ease-in-out;
}

@media screen and (max-width: 992px) {
  .liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .actionvidotogglebutton {
    min-width: 64px;
    min-height: 64px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .actionvidotogglebutton {
    order: 1;
  }
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .actionvidotogglebutton img {
  transition: all 0.65s ease-in-out;
  height: 24px;
}

@media screen and (max-width: 992px) {
  .liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .actionvidotogglebutton img {
    height: 20px;
  }
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .playactionvido {
  display: flex;
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .closeactionvido {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 48px;
  min-height: 48px;
  opacity: 0.4;
}

.liftStoolVideo .actionvid .actionvideos .actionvideo .actionvideoinfo .closeactionvido:hover {
  opacity: 1;
}

.liftStoolVideo .actionvid .actionvideos .actionvideo:hover .actionvideobg {
  transform: scale(1.06);
  filter: grayscale(100%);
}

.liftStoolVideo .actionvid .actionvideos .actionvideo:hover .playactionvido {
  background-color: #FF5F15;
}

.liftStoolVideo .actionvid .actionvideos .actionvideo:hover .playactionvido img {
  filter: brightness(0) invert(1);
}

.liftStoolVideo .actionvid .actionvideothumbnails {
  height: 0px;
  opacity: 0;
}

.liftStoolFaq {
  padding: 96px 0;
}

@media screen and (max-width: 992px) {
  .liftStoolFaq {
    padding: 64px 0;
  }
}

.liftStoolFaq .liftStoolFaqInner {
  display: grid;
  grid-template-columns: 424fr 757fr;
  gap: 131px;
  align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .liftStoolFaq .liftStoolFaqInner {
    gap: 64px;
  }
}

@media screen and (max-width: 992px) {
  .liftStoolFaq .liftStoolFaqInner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.liftStoolFaq .liftStoolFaqTitle {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #292727;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .liftStoolFaq .liftStoolFaqTitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolFaq .liftStoolFaqTitle {
    font-size: 32px;
  }
}

.liftStoolFaq .liftStoolFaqList {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.liftStoolFaq .liftStoolFaqItem {
  border-bottom: 1px solid rgba(41, 39, 39, 0.2);
  padding-bottom: 24px;
}

.liftStoolFaq .liftStoolFaqQuestion {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-size: 28px;
  line-height: 1.18;
  color: #292727;
  font-weight: 400;
}

.liftStoolFaq .liftStoolFaqQuestion span {
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .liftStoolFaq .liftStoolFaqQuestion {
    font-size: 20px;
  }
}

.liftStoolFaq .liftStoolFaqQuestion:focus-visible {
  outline: 2px solid #FF5F15;
  outline-offset: 4px;
}

.liftStoolFaq .liftStoolFaqIcon {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.liftStoolFaq .liftStoolFaqIcon::before,
.liftStoolFaq .liftStoolFaqIcon::after {
  content: "";
  position: absolute;
  background: #292727;
  transition: transform 0.3s ease;
}

.liftStoolFaq .liftStoolFaqIcon::before {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 2px;
  transform: translateY(-50%);
}

.liftStoolFaq .liftStoolFaqIcon::after {
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 2px;
  transform: translateX(-50%);
}

.liftStoolFaq .liftStoolFaqItem.active .liftStoolFaqIcon::after {
  transform: translateX(-50%) scaleY(0);
}

.liftStoolFaq .liftStoolFaqAnswer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.liftStoolFaq .liftStoolFaqAnswer p {
  font-size: 22px;
  line-height: 1.18;
  color: #292727;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin: 24px 0 0;
}

@media screen and (max-width: 480px) {
  .liftStoolFaq .liftStoolFaqAnswer p {
    font-size: 16px;
  }
}

.liftStoolFaq .liftStoolFaqItem.active .liftStoolFaqAnswer {
  max-height: 500px;
}

.liftStoolOther {
  padding: 48px 0 96px;
  background-color: #F4F4F4;
}

@media screen and (max-width: 992px) {
  .liftStoolOther {
    padding: 64px 0;
  }
}

.liftStoolOther .liftStoolOtherInner {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

@media screen and (max-width: 992px) {
  .liftStoolOther .liftStoolOtherInner {
    gap: 48px;
  }
}

.liftStoolOther .liftStoolOtherHeader {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}

.liftStoolOther .liftStoolOtherHeaderRow {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.liftStoolOther .liftStoolCompareTag {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #FF5F15;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  align-self: flex-start;
}

.liftStoolOther .liftStoolCompareTag.liftStoolCompareTagFeatured {
  background: #FF5F15;
  color: #FFF;
}

.liftStoolOther .liftStoolOtherSub {
  font-size: 16px;
  color: #292727;
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 503px;
  margin: 0;
}

.liftStoolOther .liftStoolOtherGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

@media screen and (max-width: 768px) {
  .liftStoolOther .liftStoolOtherGrid {
    grid-template-columns: 1fr;
  }
}

.liftStoolOther .liftStoolOtherCard {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.liftStoolOther .liftStoolOtherCardImage {
  width: 100%;
  height: 680px;
  background-color: #FFF;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .liftStoolOther .liftStoolOtherCardImage {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .liftStoolOther .liftStoolOtherCardImage {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolOther .liftStoolOtherCardImage {
    height: 320px;
  }
}

.liftStoolOther .liftStoolOtherCardImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.liftStoolOther .liftStoolOtherCardEyebrow {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(41, 39, 39, 0.85);
  margin: 0;
 text-transform:uppercase;
}

.liftStoolOther .cardInfo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.liftStoolOther .liftStoolOtherCardFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.liftStoolOther .liftStoolOtherCardPrice {
  font-size: 28px;
  color: #292727;
  margin: 0;
}

.liftStoolFinalCTA {
  padding: 128px 0 160px;
  background-color: #FFF;
}

@media screen and (max-width: 992px) {
  .liftStoolFinalCTA {
    padding: 64px 0;
  }
}

.liftStoolFinalCTA .liftStoolFinalCTAInner {
  background-color: #292727;
  padding: 96px 64px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}

@media screen and (max-width: 1080px) {
  .liftStoolFinalCTA .liftStoolFinalCTAInner {
    flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  .liftStoolFinalCTA .liftStoolFinalCTAInner {
    flex-direction: column;
    padding: 64px 40px;
    gap: 48px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolFinalCTA .liftStoolFinalCTAInner {
    padding: 40px 24px;
  }
}

.liftStoolFinalCTA .liftStoolFinalCTAIntent {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 582px;
}

@media screen and (max-width: 1080px) {
  .liftStoolFinalCTA .liftStoolFinalCTAIntent {
    max-width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .liftStoolFinalCTA .lifemetWrap {
    max-width: 100%;
    width: 100%;
  }
}

.liftStoolFinalCTA .liftStoolFinalCTATitle {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #FFF;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .liftStoolFinalCTA .liftStoolFinalCTATitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolFinalCTA .liftStoolFinalCTATitle {
    font-size: 32px;
  }
}

.liftStoolFinalCTA .liftStoolFinalCTASub {
  font-size: 22px;
  color: #F4F4F4;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolFinalCTA .liftStoolFinalCTASub {
    font-size: 16px;
  }
}

.liftStoolFinalCTA .liftStoolFinalCTAForm {
  width: 570px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}

@media screen and (max-width: 1080px) {
  .liftStoolFinalCTA .liftStoolFinalCTAForm {
    width: 100%;
    max-width: 100%;
  }
}

.liftStoolFinalCTA .liftStoolFinalCTAField {
  width: 100%;
}

.liftStoolFinalCTA .liftStoolFinalCTAField input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #FFF;
  padding: 8px 0;
  font-family: inherit;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #FFF;
  border-radius: 0;
  transition: border-color 0.25s ease;
}

@media screen and (max-width: 480px) {
  .liftStoolFinalCTA .liftStoolFinalCTAField input {
    font-size: 18px;
  }
}

.liftStoolFinalCTA .liftStoolFinalCTAField input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.liftStoolFinalCTA .liftStoolFinalCTAField input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.liftStoolFinalCTA .liftStoolFinalCTAField input:focus {
  outline: none;
  border-bottom-color: #FF5F15;
}

.liftStoolFinalCTA .liftStoolFinalCTAContact {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .liftStoolFinalCTA .liftStoolFinalCTAContact {
    padding-top: 40px;
  }
}

.liftStoolFinalCTA .liftStoolFinalCTAContact h3 {
  font-size: 28px;
  font-weight: 400;
  color: #FFF;
  margin: 0;
}

.liftStoolFinalCTA .liftStoolFinalCTAContactRow {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.liftStoolFinalCTA .liftStoolFinalCTAPhone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
}

.liftStoolFinalCTA .liftStoolFinalCTAPhone svg {
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolFinalCTA .liftStoolFinalCTAPhone {
    font-size: 18px;
  }
}

.headerSpace {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.headerSpace .mailHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .headerSpace .mailHead {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}

.headerSpace .labelTag {
  width: 100%;
  text-align: left;
}

.headerSpace .labelTag .liftStoolCompareTag {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #FF5F15;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  align-self: flex-start;
}

.headerSpace .labelTag .liftStoolCompareTag.liftStoolCompareTagFeatured {
  background: #FF5F15;
  color: #FFF;
}

.liftStoolSpecs {
  padding: 48px 0 128px;
  background-color: #FFF;
}

@media (max-width: 600px) {
  .liftStoolSpecs {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 992px) {
  .liftStoolSpecs {
    padding: 64px 0;
  }
}

.liftStoolSpecs .liftStoolSpecsInner {
  display: grid;
  grid-template-columns: 535fr 646fr;
  gap: 64px;
  border-top: 1px solid #292727;
  padding-top: 48px;
}

@media screen and (max-width: 1200px) {
  .liftStoolSpecs .liftStoolSpecsInner {
    gap: 48px;
  }
}

@media screen and (max-width: 992px) {
  .liftStoolSpecs .liftStoolSpecsInner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.liftStoolSpecs .leftWrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 60px;
  position: sticky;
  top: 40px;
  align-self: start;
}

@media screen and (max-width: 992px) {
  .liftStoolSpecs .leftWrapper {
    position: relative;
    top: initial;
    align-self: normal;
  }
}

.liftStoolSpecs .leftWrapper .liftStoolProductList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow {
  display: flex;
  align-items: stretch;
  gap: 24px;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow {
    gap: 16px;
    flex-wrap: wrap;
  }
}

.liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow:hover .liftStoolProductRowCTA {
  background-color: rgb(245.4, 77.6051282051, 0);
}

.liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow:active .liftStoolProductRowCTA {
  transform: scale(0.99);
}

.liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowImage {
  width: 60px;
  height: 60px;
  background-color: #F4F4F4;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowBody {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

@media screen and (max-width: 1080px) {
  .liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowBody {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowBody {
    flex-wrap: wrap;
    gap: 12px;
  }
}

.liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowBody .liftStoolProductRowInfo {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowBody .liftStoolProductRowInfo .liftStoolProductRowTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #292727;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowBody .liftStoolProductRowInfo .liftStoolProductRowTitle {
    font-size: 20px;
  }
}

.liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowBody .liftStoolProductRowInfo .liftStoolProductRowPrice {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #FF5F15;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowBody .liftStoolProductRowInfo .liftStoolProductRowPrice {
    font-size: 16px;
  }
}

.liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowBody .liftStoolProductRowCTA {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FF5F15;
  color: #FFF;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  transition: background-color 0.2s ease, transform 0.1s ease;
  flex-shrink: 0;
  min-height: 46px;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .leftWrapper .liftStoolProductList .liftStoolProductRow .liftStoolProductRowBody .liftStoolProductRowCTA {
    width: 100%;
    padding: 12px 16px;
  }
}

.liftStoolSpecs .liftStoolSpecsImage {
  position: relative;
  align-self: start;
  background-color: #F4F4F4;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 992px) {
  .liftStoolSpecs .liftStoolSpecsImage {
    position: static;
  }
}

.liftStoolSpecs .liftStoolSpecsImage img {
  width: 100%;
  max-height: 581px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.liftStoolSpecs .liftStoolSpecsImageBadges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.liftStoolSpecs .liftStoolPillButton {
  border: 1px solid #FF5F15;
  padding: 12px 28px;
  color: #FF5F15;
  font-size: 18px;
  background: #FFF;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .liftStoolPillButton {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.liftStoolSpecs .liftStoolSpecsContent {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .liftStoolSpecsContent {
    gap: 32px;
  }
}

.liftStoolSpecs .liftStoolSpecsHeader {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.liftStoolSpecs .liftStoolSpecsTitle {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #292727;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .liftStoolSpecs .liftStoolSpecsTitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .liftStoolSpecsTitle {
    font-size: 32px;
  }
}

.liftStoolSpecs .liftStoolSpecsPrice {
  font-size: 32px;
  color: #FF5F15;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .liftStoolSpecsPrice {
    font-size: 26px;
  }
}

.liftStoolSpecs .liftStoolSpecsRating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.liftStoolSpecs .liftStoolStars {
  display: inline-flex;
  gap: 2px;
  color: #FF5F15;
  font-size: 18px;
}

.liftStoolSpecs .liftStoolReviewsText {
  font-size: 16px;
  color: rgba(41, 39, 39, 0.7);
}

.liftStoolSpecs .liftStoolSpecsAddon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 0;
  border-top: 1px solid rgba(41, 39, 39, 0.2);
  border-bottom: 1px solid rgba(41, 39, 39, 0.2);
  font-size: 16px;
  color: rgba(41, 39, 39, 0.7);
  flex-wrap: wrap;
}

.liftStoolSpecs .liftStoolSpecsAddon .liftStoolSpecsAddonPrice {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(41, 39, 39, 0.7);
}

.liftStoolSpecs .liftStoolSpecsBuyArea {
  background-color: #F4F4F4;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .liftStoolSpecsBuyArea {
    padding: 24px;
  }
}

.liftStoolSpecs .liftStoolSpecsBuyArea .liftStoolSpecsBuyTitle h3 {
  font-size: 28px;
  font-weight: 400;
  color: #292727;
  margin: 0 0 8px;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .liftStoolSpecsBuyArea .liftStoolSpecsBuyTitle h3 {
    font-size: 22px;
  }
}

.liftStoolSpecs .liftStoolSpecsBuyArea .liftStoolSpecsBuyTitle p {
  font-size: 16px;
  color: rgba(41, 39, 39, 0.75);
  margin: 0;
}

.liftStoolSpecs .liftStoolSpecsDownload {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(41, 39, 39, 0.2);
}

.liftStoolSpecs .liftStoolSpecsDownload p {
  font-size: 22px;
  line-height: 1.3;
  color: #292727;
  font-weight: 300;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .liftStoolSpecsDownload p {
    font-size: 18px;
  }
}

.liftStoolSpecs .liftStoolSpecsDownloadLinks {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.liftStoolSpecs .liftStoolSpecsDownloadLinks a {
  color: #FF5F15;
  text-decoration: underline;
  font-size: 16px;
  transition: opacity 0.2s ease;
}

.liftStoolSpecs .liftStoolSpecsDownloadLinks a:hover {
  opacity: 0.8;
}

.liftStoolSpecs .liftStoolSpecsMilwaukee {
  background-color: #F4F4F4;
  padding: 24px 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.liftStoolSpecs .liftStoolSpecsMilwaukee .liftStoolWhoForIcon {
  width: 60px;
  height: 60px;
  background: transparent;
}

.liftStoolSpecs .liftStoolSpecsMilwaukee h3 {
  font-size: 28px;
  font-weight: 400;
  color: #292727;
  margin: 0 0 4px;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .liftStoolSpecsMilwaukee h3 {
    font-size: 22px;
  }
}

.liftStoolSpecs .liftStoolSpecsMilwaukee p {
  font-size: 22px;
  line-height: 1.3;
  color: #292727;
  font-weight: 300;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .liftStoolSpecsMilwaukee p {
    font-size: 16px;
  }
}

.liftStoolSpecs .liftStoolSpecsList {
  border-top: 1px solid #292727;
  padding-top: 20px;
}

.liftStoolSpecs .liftStoolSpecsListHeader h3 {
  font-size: 28px;
  font-weight: 400;
  color: #292727;
  margin: 0 0 24px;
}

.liftStoolSpecs .liftStoolSpecsItems {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.liftStoolSpecs .liftStoolSpecsItems li {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 20px 12px;
  border-top: 1px solid rgba(41, 39, 39, 0.15);
}

.liftStoolSpecs .liftStoolSpecsItems li:last-child {
  border-bottom: 1px solid rgba(41, 39, 39, 0.15);
}

.liftStoolSpecs .liftStoolSpecsItems li h4 {
  font-size: 22px;
  font-weight: 400;
  color: #292727;
  margin: 0 0 4px;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .liftStoolSpecsItems li h4 {
    font-size: 18px;
  }
}

.liftStoolSpecs .liftStoolSpecsItems li p {
  font-size: 16px;
  color: rgba(41, 39, 39, 0.7);
  margin: 0;
}

.liftStoolSpecs .liftStoolSpecsItemIcon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.liftStoolSpecs .liftStoolSpecsItemIcon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}

.liftStoolSpecs .liftStoolSpecsContactBlock {
/*   border-top: 1px solid #292727;
  padding-top: 40px; */
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.liftStoolSpecs .liftStoolSpecsContactBlock h3 {
  font-size: 28px;
  font-weight: 400;
  color: #292727;
  margin: 0;
}

.liftStoolSpecs .liftStoolSpecsContactRow {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.liftStoolSpecs .liftStoolPhoneLink {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  color: #292727;
  font-weight: 300;
}

.liftStoolSpecs .liftStoolPhoneLink svg {
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecs .liftStoolPhoneLink {
    font-size: 18px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecsContent {
  gap: 48px;
}

.liftStoolSpecsInStock .liftStoolSpecsHeader {
  gap: 24px;
}

.liftStoolSpecsInStock .liftStoolStockIndicator {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.liftStoolSpecsInStock .liftStoolStockDot {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex-shrink: 0;
}

.liftStoolSpecsInStock .liftStoolStockLabel {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #FF5F15;
  text-transform: uppercase;
  line-height: 1.14;
}

.liftStoolSpecsInStock .liftStoolSpecsPrice {
  margin: 0;
}

.liftStoolSpecsInStock .liftStoolReadyAlert {
  background-color: rgba(255, 95, 21, 0.1);
  border-left: 2px solid #FF5F15;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.liftStoolSpecsInStock .liftStoolReadyAlert .liftStoolReadyAlertTitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #292727;
  margin: 0;
  line-height: 1.2;
}

.liftStoolSpecsInStock .liftStoolReadyAlert .liftStoolReadyAlertTitle.outStock {
  color: #B02F00;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.liftStoolSpecsInStock .liftStoolReadyAlert .liftStoolReadyAlertBody {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.liftStoolSpecsInStock .liftStoolBatteryAddon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 24px 0;
  border-top: 1px solid rgba(41, 39, 39, 0.2);
  border-bottom: 1px solid rgba(41, 39, 39, 0.2);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.liftStoolSpecsInStock .liftStoolBatteryAddon .liftStoolBatteryAddonLeft {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}

.liftStoolSpecsInStock .liftStoolBatteryCheckbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #F4F4F4;
  border: 0;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}

.liftStoolSpecsInStock .liftStoolBatteryCheckbox:checked {
  background: #FF5F15;
}

.liftStoolSpecsInStock .liftStoolBatteryCheckbox:checked::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.liftStoolSpecsInStock .liftStoolBatteryCheckbox:focus-visible {
  outline: 2px solid #FF5F15;
  outline-offset: 2px;
}

.liftStoolSpecsInStock .liftStoolBatteryAddonText {
  font-size: 16px;
  line-height: 1.28;
  letter-spacing: 0.02em;
  color: #292727;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecsInStock .liftStoolBatteryAddonText {
    font-size: 14px;
  }
}

.liftStoolSpecsInStock .liftStoolBatteryAddonIcon {
  color: #292727;
  flex-shrink: 0;
}

.liftStoolSpecsInStock .liftStoolBatteryAddonPrice {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FF5F15;
  flex-shrink: 0;
  line-height: 1.1;
}

.liftStoolSpecsInStock .liftStoolBuyControls {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.liftStoolSpecsInStock .liftStoolQuantityField {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.liftStoolSpecsInStock .liftStoolQuantityLabel {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(41, 39, 39, 0.75);
  text-transform: uppercase;
  line-height: 1.4;
}

.liftStoolSpecsInStock .liftStoolQuantity {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #292727;
  width: 128px;
  height: 48px;
  background: #FFF;
}

.liftStoolSpecsInStock .liftStoolQuantityBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  flex: 0 0 42px;
  color: #292727;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background-color 0.2s ease;
}

.liftStoolSpecsInStock .liftStoolQuantityBtn:hover {
  background-color: rgba(41, 39, 39, 0.05);
}

.liftStoolSpecsInStock .liftStoolQuantityBtn:focus-visible {
  outline: 2px solid #FF5F15;
  outline-offset: -2px;
}

.liftStoolSpecsInStock .liftStoolQuantityInput {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-appearance: textfield;
  flex: 1 1 auto;
  width: 42px;
  border: 0;
  background: transparent;
  text-align: center;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: #292727;
  padding: 0;
}

.liftStoolSpecsInStock .liftStoolQuantityInput::-webkit-inner-spin-button,
.liftStoolSpecsInStock .liftStoolQuantityInput::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.liftStoolSpecsInStock .liftStoolQuantityInput:focus {
  outline: none;
}

.liftStoolSpecsInStock .liftStoolAddToCart {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #FF5F15;
  color: #FFF;
  border: 0;
  padding: 24px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.liftStoolSpecsInStock .liftStoolAddToCart:hover {
  background-color: rgb(245.4, 77.6051282051, 0);
}

.liftStoolSpecsInStock .liftStoolAddToCart:active {
  transform: scale(0.99);
}

.liftStoolSpecsInStock .liftStoolAddToCart:focus-visible {
  outline: 2px solid #292727;
  outline-offset: 2px;
}

@media (max-width: 600px) {
  .liftStoolSpecsInStock .liftStoolAddToCart {
    padding: 12px 24px;
    font-size: 16px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard {
  background-color: #F4F4F4;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecsInStock .liftStoolSpecSheetCard {
    padding: 24px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom .newsletterSignupForm {
  flex: 0 0 500px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom .newsletterSignupForm {
    flex: 1 1 auto;
    width: 100%;
    gap: 32px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom .newsletterSignupFields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom .newsletterSignupField {
  width: 100%;
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom .newsletterSignupField input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #292727;
  padding: 8px 0;
  font-family: inherit;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #292727;
  border-radius: 0;
  transition: border-color 0.25s ease;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom .newsletterSignupField input {
    font-size: 18px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom .newsletterSignupField input::-moz-placeholder {
  color: rgba(41, 39, 39, 0.6);
  font-weight: 300;
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom .newsletterSignupField input::placeholder {
  color: rgba(41, 39, 39, 0.6);
  font-weight: 300;
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom .newsletterSignupField input:focus {
  outline: none;
  border-bottom-color: #FF5F15;
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom .newsletterSignupField input:focus::-moz-placeholder {
  opacity: 0.4;
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard .getbackFrom .newsletterSignupField input:focus::placeholder {
  opacity: 0.4;
}

.liftStoolSpecsInStock .liftStoolSpecSheetCard .liftStoolSpecSheetCardText {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #292727;
  font-weight: 300;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecsInStock .liftStoolSpecSheetCard .liftStoolSpecSheetCardText {
    font-size: 18px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecSheetCardLinks {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .liftStoolSpecsInStock .liftStoolSpecSheetCardLinks {
    gap: 22px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecSheetLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FF5F15;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.liftStoolSpecsInStock .liftStoolSpecSheetLink:hover {
  opacity: 0.8;
}

.liftStoolSpecsInStock .liftStoolSpecSheetLink .liftStoolSpecSheetLinkIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #FF5F15;
}

.liftStoolSpecsInStock .liftStoolSpecsMilwaukee {
  background-color: #F4F4F4;
  padding: 24px 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.liftStoolSpecsInStock .liftStoolSpecsMilwaukeeIcon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px;
}

.liftStoolSpecsInStock .liftStoolSpecsMilwaukeeIcon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.liftStoolSpecsInStock .liftStoolSpecsMilwaukeeBody {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
}

.liftStoolSpecsInStock .liftStoolSpecsMilwaukeeBody h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #292727;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecsInStock .liftStoolSpecsMilwaukeeBody h3 {
    font-size: 22px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecsMilwaukeeBody p {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #292727;
  font-weight: 300;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecsInStock .liftStoolSpecsMilwaukeeBody p {
    font-size: 16px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecAccordion {
  display: flex;
  flex-direction: column;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionItem {
  border-top: 1px solid #292727;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionItem:last-child {
  border-bottom: 1px solid #292727;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionHeader {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  width: 100%;
  padding: 20px 12px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionHeader:focus-visible {
  outline: 2px solid #FF5F15;
  outline-offset: -2px;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionIcon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionIcon img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionTitle {
  font-size: 28px;
  line-height: 1.18;
  color: #292727;
  font-weight: 400;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecsInStock .liftStoolSpecAccordionTitle {
    font-size: 20px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecAccordionToggle {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionToggle::before,
.liftStoolSpecsInStock .liftStoolSpecAccordionToggle::after {
  content: "";
  position: absolute;
  background: #292727;
  transition: transform 0.3s ease;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionToggle::before {
  top: 50%;
  left: 3px;
  right: 3px;
  height: 2px;
  transform: translateY(-50%);
}

.liftStoolSpecsInStock .liftStoolSpecAccordionToggle::after {
  left: 50%;
  top: 3px;
  bottom: 3px;
  width: 2px;
  transform: translateX(-50%);
}

.liftStoolSpecsInStock .liftStoolSpecAccordionItem.active .liftStoolSpecAccordionToggle::after {
  transform: translateX(-50%) scaleY(0);
}

.liftStoolSpecsInStock .liftStoolSpecAccordionBody {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 12px 0 84px;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecsInStock .liftStoolSpecAccordionBody {
    padding-left: 12px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecAccordionBody p {
  font-size: 18px;
  line-height: 1.5;
  color: #292727;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin: 0 0 24px;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionItem.active .liftStoolSpecAccordionBody {
  max-height: 800px;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionList {
  margin: 0;
  padding: 24px 0 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.liftStoolSpecsInStock .liftStoolSpecAccordionRow {
  display: flex;
  align-items: flex-start;
  gap: 96px;
}

@media screen and (max-width: 600px) {
  .liftStoolSpecsInStock .liftStoolSpecAccordionRow {
    gap: 16px;
    flex-direction: column;
  }
}

.liftStoolSpecsInStock .liftStoolSpecAccordionRow dt {
  flex: 0 0 160px;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: rgba(41, 39, 39, 0.5);
  margin: 0;
  line-height: 1.1;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecsInStock .liftStoolSpecAccordionRow dt {
    font-size: 16px;
  }
}

.liftStoolSpecsInStock .liftStoolSpecAccordionRow dd {
  flex: 1 1 230px;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #292727;
  margin: 0;
  line-height: 1.1;
}

@media screen and (max-width: 480px) {
  .liftStoolSpecsInStock .liftStoolSpecAccordionRow dd {
    font-size: 16px;
  }
}

.liftStoolBrandsCallout {
  background-color: #F4F4F4;
  padding: 24px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 480px) {
  .liftStoolBrandsCallout {
    padding: 24px 16px;
  }
}

.liftStoolBrandsCallout .liftStoolBrandsCalloutBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.liftStoolBrandsCallout .liftStoolBrandsCalloutTitle {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #292727;
  text-align: center;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .liftStoolBrandsCallout .liftStoolBrandsCalloutTitle {
    font-size: 22px;
  }
}

.liftStoolBrandsCallout .liftStoolBrandsCalloutText {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #292727;
  text-align: center;
  margin: 0;
  max-width: 558px;
}

@media screen and (max-width: 480px) {
  .liftStoolBrandsCallout .liftStoolBrandsCalloutText {
    font-size: 16px;
  }
}

.liftStoolBrandsCallout .liftStoolBrandsCalloutLogos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.liftStoolBrandsCallout .liftStoolBrandLogo {
  display: block;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.liftStoolBrandsCallout .liftStoolBrandLogoMilwaukee {
  width: 112px;
  max-height: 40px;
}

.liftStoolBrandsCallout .liftStoolBrandLogoDewalt {
  width: 118px;
  max-height: 55px;
}
.liftStoolHero .liftStoolHeroContent{max-width: initial;}
.testimonialWrap .testimIn {
    width: 100%;
}
@media screen and (max-width: 600px){
.liftStoolSpecsInStock .liftStoolSpecAccordionRow dt {
    flex: initial !important;
}
.liftStoolSpecsInStock .liftStoolSpecAccordionRow dd {
    flex: initial !important;
}
}
/*# sourceMappingURL=main.css.map */