#inner-page-wrapper {
  margin-bottom: 0;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-custom-wrap #breadcrumbs {
  display: none;
}

.ip-testimonials {
  font-size: 0;
}

.ip-testimonials-heading {
  position: relative;
  padding: 4.848vw 0 4.242vw;
}

.ip-testimonials-heading .gsite-bg {
  width: 100%;
  height: 232%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ip-testimonials-heading .gsite-bg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 100%);
  z-index: 5;
}

.ip-testimonials-heading .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 0.9;
}

.ipts-heading-container {
  position: relative;
  padding: 0 0.909vw;
  z-index: 2;
}

.ipts-heading-container .section-title {
  margin-bottom: 3.333vw;
}

.ipts-heading-container .gsite-title {
  text-align: center;
}

.ipts-heading-container .gsite-title::before {
  left: 0;
  right: 0;
  margin: 0 auto 0;
}

.ipts-heading-container p {
  max-width: 56.97vw;
  text-align: center;
  font-size: var(--font-size-default);
  color: var(--font-color-default);
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 0 auto;
}

.ip-testimonials-image {
  position: relative;
}

.ipts-image-container {
  position: relative;
  padding: 0 6.667vw;
}

.ipts-image-item {
  margin-bottom: 3.333vw;
}

.ipts-image-left {
  width: 49.78%;
  padding-top: 1.818vw;
}

.ipts-image-right {
  position: relative;
  width: 50.22%;
  z-index: 2;
}

.ipts-image-right .ipts-image-right-inner {
  position: relative;
  margin-left: -6.061vw;
  background: #ffffff;
  padding: 0.606vw 5.152vw 0.606vw 3.333vw;
  -webkit-box-shadow: 19px 23px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 19px 23px 30px 0px rgba(0, 0, 0, 0.05);
  min-height: 19.394vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ipts-image-right .ipts-image-right-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/logo-mono-wt.png) no-repeat right 1.212vw center/auto 86.95%;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.04;
}

.ipts-image-right p {
  position: relative;
  font-size: var(--font-size-default);
  color: var(--font-color-default);
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.ipts-image-right strong {
  position: relative;
  display: block;
  font-size: var(--font-size-default);
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1.818vw;
}

.ipts-image-right .gsite-accent {
  margin-top: 2.303vw;
  margin-left: -6.061vw;
  width: calc( 100% + 12.727vw);
}

.ipts-image-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ipts-image-item:nth-child(even) .ipts-image-right .ipts-image-right-inner {
  margin-left: 0;
  margin-right: -6.061vw;
}

.ipts-image-item:nth-child(even) .ipts-image-right .ipts-image-right-inner::before {
  background-position: left 1.212vw center;
}

.ipts-image-item:nth-child(even) .ipts-image-right .gsite-accent {
  margin-left: -6.667vw;
}

#ip-testimonials-section-2 {
  padding: 0 0 2.121vw;
}

.ip-testimonials-video {
  position: relative;
}

.ipts-video-holder {
  position: relative;
}

.ipts-video-holder::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/logo-mono-wt.png) no-repeat center center/8.364vw auto;
  pointer-events: none;
}

.ipts-video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -0.182vw;
}

.one-column::after {
  display: none;
}

.one-column .ipts-video-item {
  width: 100%;
}

.ipts-video-item {
  width: 50%;
  padding: 0 0.182vw;
}

.ipts-video-item a {
  display: block;
  position: relative;
}

.ipts-video-image {
  overflow: hidden;
}

.ipts-video-image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.35) 100%);
}

.ipts-video-image canvas {
  min-height: 250px;
}

.ipts-video-image img {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.ipts-video-item a:hover .ipts-video-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ipts-video-text {
  position: absolute;
  width: 100%;
  bottom: 3.03vw;
  padding: 0 4.848vw 0 3.03vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ipts-video-play {
  font-size: 0.727vw;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.ipts-video-play img {
  width: 1.697vw;
  margin: 0 auto 1.515vw;
}

.ipts-video-name {
  font-size: 0.97vw;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
}

.ipts-video-name strong {
  display: block;
  font-size: 1.091vw;
  margin-bottom: 0.242vw;
}

#ip-testimonials-section-5 {
  padding: 5.455vw 0 4.242vw;
}

.ip-testimonials-text {
  position: relative;
  margin-bottom: 5.313vw;
}

.ip-testimonials-text > .gsite-bg {
  position: absolute;
  width: 11.818vw;
  height: 100%;
  top: 0;
  left: 0;
}

.ip-testimonials-text > .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#010101));
  background: linear-gradient(to bottom, #a6a6a6 0%, #010101 100%);
  opacity: 0.88;
}

.ip-testimonials-text > .gsite-bg canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.ip-testimonials-text .gsite-bg + .gsite-bg {
  left: inherit;
  right: 0;
}

.ipts-text-container {
  position: relative;
  padding: 0 6.875vw;
}

.ipts-text-row {
  position: relative;
  margin: 0 -0.25vw;
  /* padding: 5.758vw 0 4.545vw; */
}

.ipts-text-row::before {
  content: '';
  display: block;
  position: absolute;
  width: 15.375vw;
  height: 20.375vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../../images/testimonials/logo-accent.png) no-repeat center center / contain;
  z-index: 5;
  pointer-events: none;
}

.ipts-text-item {
  position: relative;
  width: 50%;
  padding: 6.563vw 0.25vw;
}

.ipts-text-item .gsite-accent {
  position: absolute;
  width: calc( 100% - 0.5vw);
  left: 0.25vw;
}

.ipts-text-item .ipts-text-item-inner {
  position: relative;
  background: #2c2c2c;
  padding: 1.875vw 4.375vw;
  height: 100%;
  min-height: 23.939vw;
  min-height: 30.938vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ipts-text-item:nth-child(odd) .ipts-text-item-inner {
  padding-right: 7.5vw;
  -webkit-box-shadow: 19px 23px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 19px 23px 30px 0px rgba(0, 0, 0, 0.05);
}

.ipts-text-item:nth-child(even) .ipts-text-item-inner {
  padding-left: 7.5vw;
}

/* .ipts-text-item .ipts-text-item-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/logo-mono-wt.png) no-repeat right 1.212vw center/auto 88.1%;
  opacity: 0.1;
  z-index: 2;
} */

.ipts-text-item .gsite-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.ipts-text-item .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.8;
}

.ipts-text-item .gsite-bg canvas {
  filter: grayscale(1);
}

.ipts-text-item p {
  position: relative;
  font-size: var(--font-size-default);
  color: #d2d2d2;
  line-height: 1.3;
  letter-spacing: 0.02em;
  z-index: 3;
}

.ipts-text-item strong {
  display: block;
  position: relative;
  font-size: var(--font-size-default);
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1.515vw;
  z-index: 3;
}

/* .ipts-text-item:nth-child(odd) .ipts-text-item-inner::before {
  background-position: left 1.212vw center;
} */

.ipts-text-item:nth-child(odd) {
  padding-top: 0;
}

.ipts-text-item:nth-child(even) {
  padding-bottom: 0;
}

.ipts-text-item:nth-child(odd) .gsite-accent {
  bottom: 2.5vw;
}

.ipts-text-item:nth-child(even) .gsite-accent {
  top: 2.5vw;
}

.ipts-text-row:nth-child(odd) .ipts-text-item:nth-child(odd) .gsite-bg,
.ipts-text-row:nth-child(even) .ipts-text-item:nth-child(even) .gsite-bg {
  display: none;
}

/* .ipts-text-row:nth-child(odd) .ipts-text-item:nth-child(odd) .ipts-text-item-inner::before,
.ipts-text-row:nth-child(even) .ipts-text-item:nth-child(even) .ipts-text-item-inner::before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.04;
} */

/* .ipts-text-row:nth-child(odd) .ipts-text-item:nth-child(odd) p,
.ipts-text-row:nth-child(even) .ipts-text-item:nth-child(even) p {
  color: var(--font-color-default);
} */

/* .ipts-text-row:nth-child(odd) .ipts-text-item:nth-child(odd) strong,
.ipts-text-row:nth-child(even) .ipts-text-item:nth-child(even) strong {
  color: #000000;
} */

.ip-testimonials-buttons {
  padding: 1.212vw 0 5.455vw;
}

.ip-testimonials-buttons a.gsite-button {
  margin: 0.606vw 4.121vw;
}

.page-numbers {
  font-size: 12px;
  margin: 2px;
  border: 1px solid #000;
  padding: 10px 16px;
}

.page-links {
  text-align: center;
  margin: 30px;
}

@media only screen and (max-width: 991px) {
  .ip-testimonials-heading {
    padding: 50px 0;
  }
  .ipts-heading-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
  .ipts-heading-container .section-title {
    margin-bottom: 55px;
  }
  .ipts-heading-container p {
    max-width: 940px;
  }
  .ipts-image-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .ipts-image-item {
    margin-bottom: 55px;
  }
  .ipts-image-left {
    width: 100%;
    padding-top: 30px;
  }
  .ipts-image-right {
    width: 100%;
    z-index: 2;
  }
  .ipts-image-right .ipts-image-right-inner {
    margin-left: 0;
    padding: 30px 20px;
    -webkit-box-shadow: 19px 23px 30px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 19px 23px 30px 0px rgba(0, 0, 0, 0.05);
    min-height: auto;
  }
  .ipts-image-right strong {
    margin-top: 30px;
  }
  .ipts-image-right .gsite-accent {
    margin-top: 38px;
    margin-left: -100px;
    width: calc( 100% + 210px);
  }
  .ipts-image-item:nth-child(even) .ipts-image-right .ipts-image-right-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .ipts-image-item:nth-child(even) .ipts-image-right .ipts-image-right-inner::before {
    background-position: left 20px center;
  }
  .ipts-image-item:nth-child(even) .ipts-image-right .gsite-accent {
    margin-left: -110px;
  }
  #ip-testimonials-section-2 {
    padding: 0 0 35px;
  }
  .ipts-video-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .ipts-video-holder::after {
    background: url(../../images/logo-mono-wt.png) no-repeat center center/138px auto;
    display: none;
  }
  .ipts-video-list {
    margin: 0 -3px;
  }
  .ipts-video-item {
    width: 100%;
    padding: 0 3px 3px;
  }
  .ipts-video-item:last-child {
    padding-bottom: 0;
  }
  .ipts-video-text {
    bottom: 20px;
    padding: 0 20px;
  }
  .ipts-video-play {
    font-size: 12px;
  }
  .ipts-video-play img {
    width: 28px;
    margin: 0 auto 25px;
  }
  .ipts-video-name {
    font-size: 16px;
  }
  .ipts-video-name strong {
    font-size: 18px;
    margin-bottom: 4px;
  }
  #ip-testimonials-section-5 {
    padding: 50px 0;
  }
  .ip-testimonials-text {
    margin-bottom: 50px;
  }
  .ipts-text-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .ipts-text-row {
    margin: 0 -14px;
    padding: 0;
  }
  .ipts-text-row::before {
    display: none;
  }
  .ip-testimonials-text > .gsite-bg {
    display: none;
  }
  .ipts-text-item {
    width: 100%;
    padding: 40px 14px;
    margin: 10px 0;
  }
  .ipts-text-item .gsite-accent {
    width: calc( 100% - 28px);
    left: 14px;
  }
  .ipts-text-item:nth-child(odd) .gsite-accent {
    bottom: 0;
  }
  .ipts-text-item:nth-child(even) .gsite-accent {
    top: 0;
  }
  .ipts-text-item .ipts-text-item-inner {
    padding: 30px 20px !important;
    height: 100%;
    min-height: auto;
    -webkit-box-shadow: 19px 23px 30px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 19px 23px 30px 0px rgba(0, 0, 0, 0.05);
  }
  .ipts-text-item .ipts-text-item-inner::before {
    background: url(../../images/logo-mono-wt.png) no-repeat right 20px center/auto 88.1%;
  }
  .ipts-text-item strong {
    margin-top: 25px;
  }
  .ipts-text-item:nth-child(odd) .ipts-text-item-inner::before {
    background-position: left 20px center;
  }
  .ip-testimonials-buttons {
    padding: 20px 20px 90px;
  }
  .ip-testimonials-buttons a.gsite-button {
    margin: 10px 0;
  }
}
