.parquetry-what-we-offer-block {
  background-color: #ffffff;
  padding: 30px 0;
  display: block;
  unicode-bidi: isolate;
  user-select: none;
}
@media (min-width: 768px) {
  .parquetry-what-we-offer-block {
    padding: 90px 0;
  }
}
@media (min-width: 992px) {
  .parquetry-what-we-offer-block {
    padding: 70px 0;
  }
}
.parquetry-what-we-offer-block .oh {
  position: relative;
  overflow: hidden;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines h6 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content::before {
  left: 0;
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  height: 1px;
  width: 100vw;
  background: #d7d7d7;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content::after {
  right: 0;
  transform: translate3d(100%, 0, 0);
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  height: 1px;
  width: 100vw;
  background: #d7d7d7;
}
.parquetry-what-we-offer-block .content-view {
  margin-top: 40px;
}
.parquetry-what-we-offer-block .content-view .item {
  margin-bottom: 30px;
}
.parquetry-what-we-offer-block .content-view .box-sportlight {
  position: relative;
  text-align: left;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-sm .box-sportlight-arrow {
  width: 50px;
  margin-left: 15px;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure {
  display: block;
  overflow: hidden;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure .imageView {
  max-width: 450px;
  max-height: 400px;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure .bigView {
  max-height: 400px;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure img {
  width: 100%;
  transition: all 0.3s ease;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e1e1e1;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-title {
  margin-top: 4px;
  font-weight: 400;
  letter-spacing: 0.025em;
  transition: all 0.3s ease-in-out;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 88px;
  margin-left: 20px;
  font-size: 0;
  line-height: 0;
  transition: all 0.25s ease;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::before,
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  transition: all 0.3s ease-in-out;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::before {
  height: 2px;
  width: 21px;
  margin-right: 4px;
  background-color: rgba(21, 21, 21, 0.21);
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent rgba(21, 21, 21, 0.21);
}
.parquetry-what-we-offer-block .content-view .box-sportlight-badge {
  position: absolute;
  overflow: hidden;
  padding: 6px 10px 3px 18px;
  top: 30px;
  right: 0;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #151515;
  z-index: 1;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-badge::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skew(-10deg);
  transform-origin: 50% 100%;
  z-index: -1;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-sale {
  color: #ffffff;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-sale::before {
  background: #976f55;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-new::before {
  background: #fbef89;
}
@media (min-width: 992px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-figure img {
    transform: scale(1.1);
    will-change: transform;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-figure img {
    transform: none;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-caption {
    background: var(--color-primary);
    border-color: var(--color-primary);
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title {
    color: #ffffff;
    letter-spacing: 0.08em;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a,
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a:focus,
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a:active {
    color: inherit;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-arrow::before {
    width: 100%;
    background-color: #ffffff;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-arrow::after {
    border-left-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-caption {
    padding: 15px 20px 15px 30px;
  }
}
@media (min-width: 1200px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-caption {
    padding: 25px 22px 25px 38px;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight-title {
    margin-top: 5px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.025em;
  }
}
