.ModulePage {
  display: block;
  margin: 0;
  margin-top: 200px;
  min-height: 1000px;
  padding-top: 0;
}

.ModulePage h2 {
  margin-top: 20px;
  color: #000;
}

.ModulePage h3 {
  margin-bottom: 10px;
  color: #2c2c2c;
}

.ModulePage h4 {
  color: #cc3868;
  margin-bottom: 10px;
}

.ModulePage-textContainer--manual img {
  display: block;
  margin: 20px 0;
}

.ModulePage-photoContainer {
  position: fixed;
  width: calc(100% - 960px);
  height: 100vh;
  background: #7f7d7c;
}

.ModulePage-photoContainer--manual {
  background: #fff;
}

.ModulePage-photoBox {
  height: calc(100vh - 200px);
}

.ModulePage-photoBox--manual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ModulePage-manualPhoto {
  display: block;
  max-height: calc(100% - 40px);
}

.ModulePage-textContainer {
  max-width: 960px;
  margin-left: auto;
  background: white;
  margin-bottom: 30px;
}

.ModulePage {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 200px);
}

.ModulePage-column {
  flex: 1 0 auto;
}

.ModulePage-details {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: 20px;
  padding-top: 30px;
}

.ModulePage-mobileManualPhoto {
  display: none;
}

.ModulePage-header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-family: "Din", "Helvetica", "Arial", sans;
}

.ModulePage-header img {
  margin-right: 0;
  margin-right: initial;
  margin-left: 0;
  margin-left: initial;
}

img.ModulePage-glyph {
  width: 40px;
  height: 40px;
  margin-top: .5px;
  margin-right: 10px;
}

.ModulePage-moduleTitle {
  font-size: 53px;
  line-height: 53px;
  font-weight: 300;
  margin-right: 25px;
}

.ModulePage-moduleTagline {
  font-size: 24px;
  line-height: 30px;
  margin-top: 18px;
  color: #7f7e7c;
  word-wrap: break-word;
  word-break: break-word;
}

.ModulePage-specBar {
  margin-top: 20px;
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  padding-bottom: 0px;
  background: #f6f3ef;
  justify-content: center;
}

.ModulePage-spec {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-right: 15px;
  margin-left: 15px;
  min-width: 100px;
  padding-bottom: 10px;
  font-family: "Din", "Helvetica", "Arial", sans;
}

.ModulePage-specFeatureText {
  margin-top: 4px;
}

.ModulePage-specLabel {
  color: #7f7e7c;
}

.ModulePage-specLabelColon {
  margin-left: 1px;
  margin-right: 2px;
}

.ModulePage-specLabelSpacer {
  width: 10px;
}

.ModulePage-specLabelSpacer--price {
  font-size: 16px;
  margin-top: 4px;
  padding: 0 3px;
  color: #7f7e7c;
}

.ModulePage-specIcon {
  flex: initial;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.ModulePage-specAsterisk {
  color: #7f7e7c;
  margin-top: 15px;
}

.ModulePage-spacer {
  margin-top: 30px;
}

.ModulePage-arrowSpacing::after {
  letter-spacing: -3px;
  content: "\00a0";
}

.ModulePage-linkArrow {
  width: 18px;
  height: 16px;
  fill: #00928f;
  margin-left: -5px;
  margin-right: -3px;
  margin-bottom: -3px;
}

.ModulePage-specList {
  width: calc(50% - 20px);
}

.ModulePage-specList--column1 {
  float: left;
}

.ModulePage-specList--column2 {
  float: right;
}

.ModulePage-specHeader {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.ModulePage-specHeader--red {
  color: #cc3868;
}

.ModulePage-specListUl {
  padding-left: 30px;
  margin-top: 10px;
}

li.ModulePage-specText {
  padding-left: 10px;
  margin-bottom: 4px;
}

.ModulePage-linkSection {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ModulePage-documentationBlock {
  width: calc(50% - 50px);
  padding: 20px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #f6f3ef;
  text-decoration: none;
  margin-top: 20px;
}

.ModulePage-documentationBlock h2 {
  margin-top: 0;
  text-align: center;
}

.ModulePage-documentationDownloadButton {
  border: 0;
  color: #fff;
  background: #00928f;
  padding: 10px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  min-width: 188px;
  cursor: pointer;
  font-size: 14px;
}

.ModulePage-manualDownloadButton:hover,
.ModulePage-manualDownloadButton:focus {
  background: #cc3868;
}

.ModulePage-manualButtonGroup {
  justify-content: flex-start;
  display: flex;
}

.ModulePage-manualDownloadButton {
  border: 0;
  color: #fff;
  background: #00928f;
  padding: 10px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  min-width: 188px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Din", "Helvetica", "Arial", sans;
  margin-right: 20px;
}

.ModulePage-documentationDownloadButton:hover {
  background: #cc3868;
}

.ModulePage-documentationDownloadButton:focus {
  outline: none;
}

.ModulePage-buttonContainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.ModulePage-buttonItem {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration-line: none;
  flex: 1 0 auto;
  order: 0;
}

.ModulePage-button {
  width: 100%;
}

.ModulePage-button--dealers,
.ModulePage-button--dealers:focus {
  background: #00928f;
}

.ModulePage-button--dealers.is-active,
.ModulePage-button--dealers.is-active:focus {
  background: #cc3868;
}

.ModulePage-buttonContents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.ModulePage-buttonIcon {
  fill: white;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.IconModeHeader {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

img.IconModeHeader-icon {
  max-width: 20px;
  max-height: 20px;
  margin: 0;
  margin-right: 10px;
}

.IconModeHeader h4 {
  font-size: 17px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
  margin: 0;
  margin-top: 3px;
}

@media (max-width: 1599px) {
  .ModulePage-photoContainer {
    max-width: none;
    width: 50%;
  }

  .ModulePage-textContainer {
    width: 50%;
  }
}

@media (max-width: 1410px) {
  .ModulePage-buttonItem--dealers {
    order: 1;
  }
}

@media (max-width: 1024px) {
  .ModulePage-specList {
    width: 100%;
  }

  .ModulePage-specList--column1,
  .ModulePage-specList--column2 {
    float: none;
  }

  .ModulePage-documentationBlock {
    width: calc(100% - 40px);
  }
}

@media (min-width: 1024px) and (max-width: 1024px) and (min-height: 1366px) and (max-height: 1366px) {
  .ModulePage {
    flex-direction: column;
    margin-top: 200px;
    min-height: initial;
  }

  .ModulePage-photoContainer {
    max-width: none;
    width: 100%;
    position: relative;
    position: initial;
    height: auto;
    height: initial;
  }

  .ModulePage-photoContainer--manual,
  .ModulePage-photoBox--manual {
    display: none;
  }

  .ModulePage-manualPhoto {
    max-width: 100%;
    max-height: 100%;
    display: block;
    height: auto;
    width: auto;
  }

  .ModulePage-mobileManualPhoto {
    display: block;
  }

  .ModulePage-textContainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ModulePage-photoBox {
    height: 65vw;
    display: block;
  }

  .ModulePage-specList {
    width: calc(50% - 20px);
  }

  .ModulePage-specList--column1 {
    float: left;
  }

  .ModulePage-specList--column2 {
    float: right;
  }

  .ModulePage-documentationBlock {
    width: calc(50% - 50px);
  }

  a.ModulePage-buttonItem--dealers {
    width: auto;
  }
}

@media (max-width: 768px) {
  .ModulePage {
    flex-direction: column;
    margin-top: 200px;
    min-height: initial;
  }

  .ModulePage-photoContainer {
    max-width: none;
    width: 100%;
    position: relative;
    position: initial;
    height: auto;
    height: initial;
  }

  .ModulePage-photoContainer--manual,
  .ModulePage-photoBox--manual {
    display: none;
  }

  .ModulePage-manualPhoto {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto;
  }

  .ModulePage-mobileManualPhoto {
    display: block;
  }

  .ModulePage-textContainer {
    width: 100%;
  }

  .ModulePage-photoBox {
    height: 65vw;
    display: block;
  }

  .ModulePage-specList {
    width: calc(50% - 20px);
  }

  .ModulePage-specList--column1 {
    float: left;
  }

  .ModulePage-specList--column2 {
    float: right;
  }

  .ModulePage-documentationBlock {
    width: calc(50% - 50px);
  }

  .ModulePage-manualButtonGroup {
    justify-content: center;
  }

  a.ModulePage-buttonItem--dealers {
    width: auto;
  }
}

@media (max-width: 767px) {
  .ModulePage {
    margin-top: auto;
  }

  .ModulePage-manualButtonGroup {
    flex-wrap: wrap;
  }

  .ModulePage-manualDownloadButtonContainer,
  .ModulePage-manualDownloadButton {
    width: 100%;
    margin-right: 0px;
    margin-right: initial;
  }
  .ModulePage-photoBox {
    max-height: calc(100vh - 40px);
  }

  .ModulePage-specList {
    width: 100%;
  }

  .ModulePage-specList--column1,
  .ModulePage-specList--column2 {
    float: none;
  }

  .ModulePage-documentationBlock {
    width: calc(100% - 40px);
  }

  a.ModulePage-buttonItem--dealers {
    width: calc(100% + -20px);
  }
}
