.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.paragraphs-chained {
  margin-top: 155px;
  margin-bottom: 155px;
}
.paragraphs-chained article {
  position: relative;
}
.paragraphs-chained article .back-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 80%;
  width: 40%;
  z-index: 0;
  object-fit: cover;
}
.paragraphs-chained article .text-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.paragraphs-chained article .text-part .sub-paragraph .title-secondary {
  line-height: 50px;
  font-weight: 400;
}
.paragraphs-chained article .text-part .sub-paragraph .text {
  margin-top: 40px;
}
.paragraphs-chained article .text-part .sub-paragraph:not(:first-of-type) {
  margin-top: 45px;
}
.paragraphs-chained article .tagline {
  margin-top: 46px;
  margin-bottom: 0;
  font-size: 15px;
  font-family: 'Kaisei Decol', serif;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.75px;
}
.paragraphs-chained article.double .image-part {
  position: relative;
}
.paragraphs-chained article.double .image-part img {
  position: absolute;
  max-height: 80%;
  max-width: 80%;
  object-fit: contain;
  z-index: 1;
  bottom: 0;
}
.paragraphs-chained article.double:nth-child(2n) .image-part img {
  right: 100px;
}
.paragraphs-chained article.double:nth-child(2n + 1) .image-part img {
  left: 100px;
}
.paragraphs-chained article:nth-child(2n) .back-image {
  right: auto;
  left: 0;
}
.paragraphs-chained article:nth-child(2n) .text-part {
  order: 2;
  padding-right: 120px;
  padding-left: 140px;
}
.paragraphs-chained article:nth-child(2n + 1) .text-part {
  padding-left: 120px;
  padding-right: 55px;
}
.paragraphs-chained article:nth-child(2n + 1) .text-part .text {
  padding-right: 85px;
}
.paragraphs-chained article:not(:last-of-type) {
  margin-bottom: 330px;
}
.paragraphs-chained article:not(:last-of-type) .text-part {
  padding-bottom: 170px;
  position: relative;
}
.paragraphs-chained article:not(:last-of-type) .text-part:after {
  content: '';
  position: absolute;
  bottom: -165px;
  height: 270px;
  width: 2px;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media (max-width: 1399.98px) {
  .paragraphs-chained article:nth-child(2n) .text-part {
    padding-left: 15px;
  }
  .paragraphs-chained article:nth-child(2n + 1) .text-part .text {
    padding-right: 15px;
  }
  .paragraphs-chained article:not(:last-of-type) {
    margin-bottom: 200px;
  }
  .paragraphs-chained article:not(:last-of-type) .text-part:after {
    height: 200px;
    bottom: -100px;
  }
}
@media (max-width: 1199.98px) {
  .paragraphs-chained article.double:nth-child(2n + 1) .image-part img {
    left: 50px;
  }
  .paragraphs-chained article.double:nth-child(2n) .image-part img {
    right: 50px;
  }
}
@media (max-width: 991.98px) {
  .paragraphs-chained {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .paragraphs-chained article .tagline {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .paragraphs-chained article:nth-child(2n + 1) .text-part,
  .paragraphs-chained article:nth-child(2n) .text-part {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }
  .paragraphs-chained article .image-part {
    text-align: center;
  }
  .paragraphs-chained article .image-part img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .paragraphs-chained article .text-part .text {
    padding-bottom: 50px;
  }
  .paragraphs-chained article .text-part .sub-paragraph {
    max-width: 700px;
    margin: auto;
  }
  .paragraphs-chained article .text-part .sub-paragraph:not(:first-of-type) {
    margin-top: 15px;
  }
  .paragraphs-chained article:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .paragraphs-chained article:not(:last-of-type) .text-part {
    padding-bottom: 0;
  }
  .paragraphs-chained article:not(:last-of-type) .text-part:after {
    display: none;
  }
  .paragraphs-chained article.double .back-image {
    width: 60%;
    height: 300px;
    top: auto;
    bottom: 100px;
    z-index: -1;
  }
  .paragraphs-chained article.double .text-part {
    padding-bottom: 130px;
  }
  .paragraphs-chained article.double .image-part {
    height: 300px;
  }
  .paragraphs-chained article.double .image-part img {
    width: 60%;
    height: 500px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
  .paragraphs-chained article.double:nth-child(2n + 1) .back-image {
    left: auto;
    right: 10%;
  }
  .paragraphs-chained article.double:nth-child(2n + 1) .image-part img {
    left: 10%;
  }
  .paragraphs-chained article.double:nth-child(2n) .back-image {
    left: 10%;
  }
  .paragraphs-chained article.double:nth-child(2n) .image-part img {
    right: 10%;
  }
  .paragraphs-chained article:nth-child(2n) .text-part {
    order: 0;
  }
}
