.ContrastDesk_body___cvVh {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
}

.ContrastDesk_logo__tQC2l {
  top: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 50px;
  width: 182.5px;
}

.ContrastDesk_rotary__LGJet {
  width: 100%;
  height: 100vh;
  object-fit: cover;

  @media (width <= 900px) {
    object-fit: contain;
    height: auto;
  }
}

.ContrastDesk_galleryWrapper__Iq_BF {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-inline: 54px;

  @media (width <= 900px) {
    gap: 32px;
    padding-inline: 32px;
  }
}

.ContrastDesk_gallery__2dhtr {
  border-radius: 50px;
}

.ContrastDesk_hero__EqidD {
  min-height: 300px;
  padding: 24px 16px;
  max-width: 500px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  gap: 16px;
  font-size: 20px;
}

.ContrastDesk_info__OsnXG {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  max-width: 1200px;
  width: 100%;
  height: 500px;
  gap: 40px;

  @media (width <= 900px) {
    flex-direction: column;
    gap: 16px;
    height: unset;
    padding: 20px;
  }
}

.ContrastDesk_infoLeft__br7Or {
  color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  gap: 8px;
}

.ContrastDesk_imageWrapper__RxiV6 {
  display: flex;
  flex: 1 1;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ContrastDesk_title__LL4C6 {
  font-size: 44px;
  text-align: center;
  font-family: 'NeueKabelBook', sans-serif;

  @media (width <= 900px) {
    font-size: 32px;
  }
}

.ContrastDesk_subtitle__zlxr7 {
  font-size: 34px;
}

.ContrastDesk_dimensionsImage__W1MVi {
  max-width: 80%;
  width: 100%;
  margin-block: 48px;
  height: auto;

  @media (width <= 900px) {
    margin-block: 30px;
    max-width: 90%;
  }
}

.ContrastDesk_tables__0u7k7 {
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 1200px;

  @media (width <= 900px) {
    flex-direction: column;
  }
}

.ContrastDesk_priceDisclaimer__dgBY7 {
  opacity: 0.4;
  font-size: 16px;
}
.Footer_body__iXgDp {
  color: #fff;
  display: flex;
  width: 100%;
  padding-block: 32px;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  padding-inline: 16px;
  background-color: #000;
}

.Footer_innerBody__HPTTC {
  display: flex;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;

  @media (width <= 900px) {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-block: 0;
  }
}

.Footer_link__EWWOW {
  max-width: 20px;
  max-height: 20px;
  width: 20px;
  height: 20px;
}

.Footer_disclaimer__sPtyl {
  opacity: 0.4;
}

.DesignedByVinco_body__jDjxm {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 100%;
  max-width: 1200px;
  font-size: 34px;
  gap: 16px;
  text-align: center;
  margin: 32px;

  @media (width <= 1000px) {
    flex-direction: column;
    font-size: 24px;
  }
}

.DesignedByVinco_vVinco__r_N7D {
  height: 34px;
  width: auto;
  margin-left: -5px;

  @media (width <= 1000px) {
    height: 24px;
  }
}

.Back_body__Bwk3R {
  position: fixed;
  display: flex;
  align-items: center;
  top: 40px;
  left: 30px;
  width: 44px;
  height: 44px;
  background-color: #000;
  border-radius: 100%;
}

