.pre-heading {
  font-family: relation-one, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 48px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .pre-heading {
    font-size: 30px;
    line-height: 36px;
  }
}

.script-heading {
  font-family: relation-one, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
  line-height: 1.2;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .script-heading {
    font-size: 30px;
  }
}

.script-heading-27 {
  font-family: "lemonde-journal", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 20px;
}

.microtitle {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-wrap: balance;
}

.title-large {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .title-large {
    font-size: 28px;
    line-height: 32px;
  }
}

.title-large {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .title-large {
    font-size: 31px;
    line-height: 36px;
  }
}

.sub-heading {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .sub-heading {
    font-size: 20px;
    line-height: 1.2;
  }
}

.sub-heading-small {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
}

.text-large-bold {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.text-tight {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text-open {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-wrap: balance;
}

.text-large-open {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  text-wrap: balance;
}

.text-open-xlarge {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .text-open-xlarge {
    font-size: 20px;
    line-height: 31px;
  }
}

.lead-text {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: var(--color-cobalt);
}
.lead-text:not(:last-child) {
  margin-bottom: 20px;
}

.spec-value {
  font-family: "lemonde-journal", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
}

.wp-block-pulp-compare-sliders .block-wrapper {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1400px) {
  .wp-block-pulp-compare-sliders .block-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 991px) {
  .wp-block-pulp-compare-sliders .block-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wp-block-pulp-compare-sliders .block-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wp-block-pulp-compare-sliders .block-wrapper .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wp-block-pulp-compare-sliders .block-wrapper .container {
    flex-direction: column;
  }
}
.wp-block-pulp-compare-sliders .block-wrapper .container .contents-left {
  flex-basis: 40%;
  min-width: 40%;
}
@media (max-width: 991px) {
  .wp-block-pulp-compare-sliders .block-wrapper .container .contents-left {
    flex-basis: 100%;
    min-width: 100%;
    margin-bottom: 50px;
  }
}
.wp-block-pulp-compare-sliders .block-wrapper .container .contents-right {
  min-width: 50%;
  flex-basis: 50%;
}
@media (max-width: 991px) {
  .wp-block-pulp-compare-sliders .block-wrapper .container .contents-right {
    min-width: 100%;
    flex-basis: 100%;
  }
}
.wp-block-pulp-compare-sliders .compare-sliders .compare-slider {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.wp-block-pulp-compare-sliders .compare-sliders .compare-slider:not(:last-child) {
  margin-bottom: 30px;
}
.wp-block-pulp-compare-sliders .compare-sliders .compare-slider .slider-label {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
}
.wp-block-pulp-compare-sliders .compare-sliders .compare-slider image-compare {
  --thumb-background-color: white;
  --thumb-background-image: url("/wp-content/themes/pulp/assets/images/theme/compare-slider-arrows.svg");
  --thumb-size: 42px;
  --thumb-radius: 50%;
  --thumb-border-color: white;
  --thumb-border-size: 10px;
  --focus-width: var(--thumb-border-size);
  --focus-color: var(--color-cobalt);
  --border-width: 2px;
  --border-color: white !important;
}
.wp-block-pulp-compare-sliders .compare-sliders .compare-slider image-compare > div {
  position: relative;
}
.wp-block-pulp-compare-sliders .compare-sliders .compare-slider image-compare > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 58.76%, rgba(0, 0, 0, 0.65) 88.66%);
  border-radius: 4px;
  z-index: 0;
}
.wp-block-pulp-compare-sliders .compare-sliders .compare-slider image-compare > div img {
  width: 100%;
  height: auto;
}
