.dps-banner {
  position: relative;
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #545456;
}
.dps-banner__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.dps-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dps-banner__background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dps-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 35px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.dps-banner__text {
  width: 90%;
  max-width: 668px;
}
.dps-banner__title {
  font-weight: bold;
  color: #ffffff;
}
.dps-banner__description {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 30px;
}
.dps-banner__button {
  margin-top: 30px;
  max-width: 320px;
}

.dps-prints {
  width: 100%;
  padding: 50px 0 70px;
  box-sizing: border-box;
}
.dps-prints__content {
  width: 100%;
}
.dps-prints__title {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 40px;
}
.dps-prints__description {
  width: 90%;
  max-width: 1321px;
  margin: 0 auto;
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.dps-prints__content {
  width: 100%;
  position: relative;
}
.dps-prints__swiper-wrapper {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.dps-prints__swiper-wrapper .my-swiper {
  width: 100%;
  height: auto;
}
.dps-prints__swiper-wrapper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: auto;
}
.dps-prints__swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dps-prints__swiper-item {
  width: 100%;
  max-width: 460px;
  height: 100%;
}
.dps-prints__swiper-item-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 340px;
  box-sizing: border-box;
}
.dps-prints__swiper-item-content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #f8f8f8;
  border-radius: 40px;
}
.dps-prints__swiper-item-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dps-prints__swiper-item-image img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.dps-prints__swiper-item-info {
  width: 100%;
  height: 100%;
  padding: 15px 30px 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dps-prints__swiper-item-title {
  font-weight: bold;
  color: #3b82f6;
  text-align: center;
  margin-bottom: 10px;
}
.dps-prints__swiper-item-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  text-align: left;
  margin-bottom: 30px;
}
.dps-prints__swiper-item-description span {
  display: inline-block;
  margin-left: 5px;
}
.dps-prints__swiper-item-link {
  width: 100%;
  max-width: 320px;
  height: 50px;
  line-height: 50px;
  background: #3b82f6;
  border-radius: 6px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.dps-prints__swiper-wrapper .swiper-button-prev,
.dps-prints__swiper-wrapper .swiper-button-next {
  width: 70px;
  height: 70px;
  background: #94a3b8;
  border-radius: 10px;
  opacity: 1;
}
.dps-prints__swiper-wrapper .swiper-button-prev:hover,
.dps-prints__swiper-wrapper .swiper-button-next:hover {
  background: #3b82f6;
}
.dps-prints__swiper-wrapper .swiper-button-prev::after,
.dps-prints__swiper-wrapper .swiper-button-next::after {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.dps-prints__swiper-wrapper .swiper-button-prev:hover::after,
.dps-prints__swiper-wrapper .swiper-button-next:hover::after {
  color: #fff;
}
.dps-prints__swiper-wrapper .swiper-button-prev {
  top: calc(50% - 15px);
  left: -120px !important;
  z-index: 10;
}
.dps-prints__swiper-wrapper .swiper-button-next {
  top: calc(50% - 15px);
  right: -120px !important;
  z-index: 10;
}
.dps-prints__swiper-wrapper .swiper-button-prev.prints-swiper-button-disabled,
.dps-prints__swiper-wrapper .swiper-button-next.prints-swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
}
.dps-prints__swiper-wrapper .prints-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #cccccc;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 1;
  display: inline-block;
  cursor: pointer;
}
.dps-prints__swiper-wrapper .prints-pagination-bullet-active {
  background: #3b82f6;
}
.dps-prints__swiper-wrapper .swiper-pagination {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.dps-advantage {
  width: 100%;
  padding: 0px 0 70px;
}
.dps-advantage__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.dps-advantage__left,
.dps-advantage__right {
  width: calc(100% / 2 - 15px);
  max-width: 660px;
  display: flex;
  flex-direction: column;
}
.dps-advantage__title {
  font-weight: bold;
  color: #1e293b;
  text-align: left;
}
.dps-advantage__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
}
.dps-advantage__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  color: #1e293b;
}
.dps-advantage__info-item img {
  width: 32px;
  height: auto;
  object-fit: contain;
}
.dps-advantage__image {
  width: 100%;
  max-width: 660px;
  flex-shrink: 0;
}
.dps-advantage__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.dps-advantage__description {
  width: 100%;
  background: #0f3460;
  padding: 35px 30px 45px;
  box-sizing: border-box;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 20px;
}

.dps-industrial {
  width: 100%;
  padding: 70px 0;
  position: relative;
}
.dps-industrial__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dps-industrial__background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dps-industrial__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.dps-industrial__left {
  flex: 1;
}
.dps-industrial__title {
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin-top: 20px;
}
.dps-industrial__description {
  width: 100%;
  max-width: 702px;
  font-weight: 400;
  color: #b7c5d9;
  line-height: 30px;
  margin-top: 40px;
}
.dps-industrial__list {
  width: 100%;
  max-width: 750px;
  margin-top: 40px;
  display: flex;
  gap: 10px;
}
.dps-industrial__item {
  width: calc(100% / 4 - 10px);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.dps-industrial__item:first-child {
  padding-left: 0px;
}
.dps-industrial__item:nth-child(2) {
  padding-left: 30px;
}
.dps-industrial__item::before {
  position: absolute;
  content: '';
  top: 20px;
  right: 0px;
  width: 1px;
  height: 90px;
  background: #758dad;
}
.dps-industrial__item:last-child::before {
  display: none;
}
.dps-industrial__item-icon {
  flex-shrink: 0;
  margin-bottom: 10px;
}
.dps-industrial__item:nth-child(2) .dps-industrial__item-icon {
  margin-left: 35px;
}
.dps-industrial__item:nth-child(3) .dps-industrial__item-icon {
  margin-left: 15px;
}
.dps-industrial__item-icon img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.dps-industrial__item-title {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
.dps-industrial__item-description {
  font-weight: 400;
  color: #b7c5d9;
}
.dps-industrial__button {
  margin-top: 40px;
  max-width: 320px;
}
.dps-industrial__right {
  width: 48%;
  max-width: 565px;
  flex-shrink: 0;
}
.dps-industrial__image {
  width: 100%;
}
.dps-industrial__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.dps-process {
  width: 100%;
  padding: 70px 0 70px;
}
.dps-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.dps-process__title {
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 20px;
}
.dps-process__description {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.dps-process__list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.dps-process__header {
  display: flex;
  justify-content: space-around;
  background: #0f3460;
  border-bottom: 2px solid #ffffff;
}
.dps-process__header-title,
.dps-process__item-title,
.dps-process__item-description {
  width: 280px;
  padding: 10px 15px;
  box-sizing: border-box;
  border-right: 2px solid #ffffff;
}
.dps-process__header-title {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dps-process__header-title:nth-child(3),
.dps-process__item-description:nth-child(3) {
  width: 300px;
}
.dps-process__header-title:nth-child(4),
.dps-process__header-title:nth-child(5),
.dps-process__item-description:nth-child(4),
.dps-process__item-description:nth-child(5) {
  width: 240px;
}
.dps-process__header-title:last-child {
  border-right: none;
}
.dps-process__item {
  display: flex;
  justify-content: space-around;
  background: #f8f8f8;
  border-bottom: 2px solid #ffffff;
}
.dps-process__item:last-child {
  border-bottom: none;
}
.dps-process__item-title {
  font-weight: bold;
  font-size: 20px;
  color: #1e293b;
  display: flex;
  align-items: center;
}
.dps-process__item-description {
  font-weight: 400;
  font-size: 18px;
  color: #1e293b;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.dps-process__item-description:last-child {
  border-right: none;
}
.dps-process__item-description span {
  font-weight: 600;
  font-size: 18px;
  color: #1e293b;
  display: none;
}
.dps-process__item-description:nth-child(4),
.dps-process__item-description:nth-child(5) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dps-materials {
  width: 100%;
  padding: 0 0 70px;
}
.dps-materials__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.dps-materials__title {
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 50px;
}
.dps-materials__wrap {
  width: 100%;
}
.dps-materials__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.dps-materials__group {
  width: calc(100% / 2 - 15px);
  background: #f8f8f8;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dps-materials__group-title {
  font-weight: bold;
  font-size: 24px;
  color: #3b82f6;
  text-align: left;
}
.dps-materials__group-items {
  width: 100%;
  display: grid;
  grid-template-columns: 36fr 36fr 28fr;
  flex-wrap: wrap;
  gap: 10px;
}
.dps-materials__item {
  min-width: 150px;
  max-width: 230px;
  background: #ffffff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  color: #1e293b;
  text-align: center;
  padding: 8px 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dps-materials__item:hover,
.dps-materials__item.is-active {
  background: #3b82f6;
  color: #ffffff;
}
.dps-materials__details-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dps-materials__details-item {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease-in-out;
}
.dps-materials__details-item.is-active {
  display: flex;
}
.dps-materials__details-text {
  flex: 1;
  padding: 10px 0px 10px;
}
.dps-materials__details-title {
  font-weight: bold;
  font-size: 18px;
  color: #1e293b;
  text-align: left;
  margin-bottom: 15px;
}
.dps-materials__details-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
}
.dps-materials__details-image {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dps-materials__details-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.dps-materials__link {
  width: 100%;
  max-width: 380px;
  height: 50px;
  line-height: 50px;
  background: #3b82f6;
  border-radius: 6px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 50px auto 0;
  display: block;
}
.dps-materials__link:hover {
  background: #3b82f6;
  color: #ffffff;
}

.dps-finish {
  width: 100%;
  padding: 70px 0;
  background: #f8f8f8;
}
.dps-finish__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.dps-finish__title {
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 40px;
}
.dps-finish__description {
  width: 100%;
  max-width: 1199px;
  margin: 0 auto;
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.dps-finish__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}
.dps-finish__item {
  width: calc(100% / 3 - 25px);
  min-width: 360px;
  background: #3b82f6;
  border-radius: 40px 40px 40px 0px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.dps-finish__item:nth-child(even) {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.dps-finish__item-icon {
  width: 80px;
  height: 80px;
  background: #ffffff;
  margin-left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dps-finish__item:nth-child(even) .dps-finish__item-icon {
  background: #3b82f6;
}
.dps-finish__item-icon img {
  width: 52px;
  height: auto;
  object-fit: contain;
}
.dps-finish__item-text {
  width: 100%;
  padding: 30px 30px 50px;
  box-sizing: border-box;
}
.dps-finish__item-title {
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
}
.dps-finish__item:nth-child(even) .dps-finish__item-title {
  color: #1e293b;
}
.dps-finish__item-description {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
}
.dps-finish__item:nth-child(even) .dps-finish__item-description {
  color: #1e293b;
}

@media screen and (max-width: 760px) {
  .dps-banner {
    height: auto;
  }
  .dps-banner__content {
    justify-content: flex-start;
  }
  .dps-banner__text {
    width: 100%;
  }

  .dps-prints__swiper-wrapper .swiper-button-prev {
    left: -10px !important;
  }
  .dps-prints__swiper-wrapper .swiper-button-next {
    right: -10px !important;
  }

  .dps-advantage__content {
    flex-direction: column;
  }
  .dps-advantage__left,
  .dps-advantage__right {
    width: 100%;
  }
  .dps-advantage__info-item-title {
    font-size: 18px;
  }

  .dps-industrial__content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .dps-industrial__list {
    flex-wrap: wrap;
  }
  .dps-industrial__item {
    width: calc(100% / 2 - 10px);
  }
  .dps-industrial__item:nth-child(2) {
    padding-left: 10px;
  }
  .dps-industrial__item:nth-child(2)::before {
    display: none;
  }
  .dps-industrial__right {
    width: 100%;
  }

  .dps-process__header {
    display: none;
  }
  .dps-process__item {
    flex-direction: column;
  }
  .dps-process__item-title,
  .dps-process__item-description {
    width: 100% !important;
    border-right: none;
  }
  .dps-process__item-title {
    background: #0f3460;
    color: #ffffff;
  }
  .dps-process__item-description {
    gap: 10px;
    justify-content: flex-start !important;
  }
  .dps-process__item-description span {
    width: 170px;
    display: inline-block;
  }

  .dps-materials__list {
    flex-direction: column;
    align-items: center;
  }
  .dps-materials__group {
    width: 100%;
    max-width: 750px;
  }
  .dps-materials__group-items {
    display: flex;
  }
  .dps-materials__item {
    min-width: auto;
    padding: 8px 15px;
  }

  .dps-finish__list {
    gap: 20px;
  }
  .dps-finish__item {
    width: 100%;
    min-width: auto;
    max-width: 360px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .dps-banner {
    height: auto;
  }
  .dps-banner__content {
    justify-content: flex-start;
  }
  .dps-banner__text {
    width: 100%;
  }

  .dps-prints__swiper-wrapper .swiper-button-prev {
    left: -10px !important;
  }
  .dps-prints__swiper-wrapper .swiper-button-next {
    right: -10px !important;
  }

  .dps-advantage__content {
    flex-direction: column;
  }
  .dps-advantage__left,
  .dps-advantage__right {
    width: 100%;
  }

  .dps-industrial__content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .dps-industrial__list {
    flex-wrap: wrap;
  }
  .dps-industrial__item {
    width: calc(100% / 2 - 10px);
  }
  .dps-industrial__item:nth-child(2) {
    padding-left: 10px;
  }
  .dps-industrial__item:nth-child(2)::before {
    display: none;
  }
  .dps-industrial__right {
    width: 100%;
  }

  .dps-process__header {
    display: none;
  }
  .dps-process__item {
    flex-direction: column;
  }
  .dps-process__item-title,
  .dps-process__item-description {
    width: 100% !important;
    border-right: none;
  }
  .dps-process__item-title {
    background: #0f3460;
    color: #ffffff;
  }
  .dps-process__item-description {
    gap: 10px;
    justify-content: flex-start !important;
  }
  .dps-process__item-description span {
    width: 170px;
    display: inline-block;
  }

  .dps-materials__list {
    flex-direction: column;
    align-items: center;
  }
  .dps-materials__group {
    width: 100%;
    max-width: 750px;
  }
  .dps-materials__group-items {
    display: flex;
  }

  .dps-finish__list {
    gap: 20px;
  }
  .dps-finish__item {
    width: calc(100% / 2 - 10px);
    min-width: auto;
    max-width: 360px;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .dps-prints__swiper-wrapper .swiper-button-prev {
    left: -30px !important;
  }
  .dps-prints__swiper-wrapper .swiper-button-next {
    right: -30px !important;
  }

  .dps-industrial__content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .dps-industrial__item:nth-child(2) {
    padding-left: 10px;
  }
  .dps-industrial__right {
    width: 100%;
  }

  .dps-materials__list {
    flex-direction: column;
    align-items: center;
  }
  .dps-materials__group {
    width: 100%;
    max-width: 750px;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1900px) {
  .dps-prints__swiper-wrapper .swiper-button-prev {
    left: -30px !important;
  }
  .dps-prints__swiper-wrapper .swiper-button-next {
    right: -30px !important;
  }

  .dps-industrial__item:nth-child(2) {
    padding-left: 10px;
  }
}
