.cms-banner {
  position: relative;
  width: 100%;
  height: 800px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #545456;
}
.cms-banner__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cms-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-banner__background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-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;
}
.cms-banner__text {
  width: 90%;
  max-width: 700px;
}
.cms-banner__title {
  font-weight: bold;
  color: #ffffff;
}
.cms-banner__description {
  width: 100%;
  max-width: 598px;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 30px;
}
.cms-banner__button {
  margin-top: 40px;
  max-width: 320px;
}

.cms-capabilities {
  width: 100%;
  padding: 50px 0 70px;
}
.cms-capabilities__content {
  width: 90%;
  margin: 0 auto;
}
.cms-capabilities__title {
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 50px;
}
.cms-capabilities__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 25px;
}
.cms-capabilities__item {
  width: calc(100% / 4 - 20px);
  min-width: 380px;
  background: #f8f8f8;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.cms-capabilities__item-image {
  width: 100%;
}
.cms-capabilities__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cms-capabilities__item-text {
  width: 100%;
  padding: 20px 30px 35px;
  box-sizing: border-box;
}
.cms-capabilities__item-title {
  font-weight: bold;
  color: #3b82f6;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.cms-capabilities__item-bottom {
  width: 100%;
  padding: 0px 30px 30px;
  box-sizing: border-box;
}
.cms-capabilities__item-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  text-align: left;
}
.cms-capabilities__button {
  margin: 40px auto 0px;
  max-width: 320px;
}

.cms-advantage {
  width: 100%;
  padding: 70px 0;
  background: #f8f8f8;
}
.cms-advantage__top {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}
.cms-advantage__title {
  width: 48%;
  font-weight: bold;
  color: #1e293b;
  text-align: left;
  padding-left: 50px;
  box-sizing: border-box;
}
.cms-advantage__description {
  width: 48%;
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
}
.cms-advantage__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.cms-advantage__left {
  width: 48%;
  max-width: 700px;
  flex-shrink: 0;
}
.cms-advantage__image {
  width: 100%;
}
.cms-advantage__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cms-advantage__right {
  flex: 1;
}
.cms-advantage__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
}
.cms-advantage__item {
  display: flex;
  gap: 30px;
  font-weight: 400;
  color: #1e293b;
}
.cms-advantage__item-icon {
  width: 110px;
  flex-shrink: 0;
}
.cms-advantage__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cms-advantage__item-title {
  font-weight: bold;
  color: #3b82f6;
  text-align: left;
  margin-bottom: 10px;
}
.cms-advantage__item-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  text-align: left;
}

.cms-process {
  width: 100%;
  padding: 70px 0 0;
  position: relative;
}
.cms-process__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cms-process__background > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cms-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cms-process__title {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 60px;
}
.cms-process__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.cms-process__item {
  width: calc(100% / 3 - 15px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.cms-process__item-image {
  width: 100%;
}
.cms-process__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cms-process__item-text {
  width: 90%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 25px 30px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
.cms-process__item-title {
  font-weight: bold;
  color: #3b82f6;
  text-align: center;
  margin-bottom: 10px;
}
.cms-process__item-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  text-align: center;
}

.cms-materials {
  width: 100%;
  padding: 70px 0 70px;
}
.cms-materials__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.cms-materials__title {
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 50px;
}
.cms-materials__wrap {
  width: 100%;
}
.cms-materials__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.cms-materials__group {
  width: calc(100% / 2 - 15px);
  background: #f8f8f8;
  padding: 30px 20px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cms-materials__group-title {
  font-weight: bold;
  font-size: 24px;
  color: #3b82f6;
  text-align: left;
}
.cms-materials__group-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 20px;
}
.cms-materials__group-items-second {
  margin-bottom: 80px;
}
.cms-materials__item {
  min-width: 153px;
  background: #ffffff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  color: #1e293b;
  text-align: center;
  padding: 10px 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-materials__item:hover,
.cms-materials__item.is-active {
  background: #3b82f6;
  color: #ffffff;
}
.cms-materials__group-items-second .cms-materials__item:first-child,
.cms-materials__group-items-second .cms-materials__item:nth-child(2),
.cms-materials__group-items-second .cms-materials__item:nth-child(3) {
  width: 32.1%;
}
.cms-materials__details-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cms-materials__details-item {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease-in-out;
}

.cms-materials__details-item.is-active {
  display: flex;
}
.cms-materials__details-text {
  flex: 1;
  padding: 10px 0px 10px;
}
.cms-materials__details-title {
  font-weight: bold;
  font-size: 18px;
  color: #1e293b;
  text-align: left;
  margin-bottom: 15px;
}
.cms-materials__details-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
}
.cms-materials__details-image {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-materials__details-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cms-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;
}
.cms-materials__link:hover {
  background: #3b82f6;
  color: #ffffff;
}

.cms-finish {
  width: 100%;
  padding: 70px 0;
  background: #f8f8f8;
}
.cms-finish__title {
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 40px;
}
.cms-finish__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.cms-finish__left {
  width: 48%;
  max-width: 538px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cms-finish__image {
  width: 100%;
  max-width: 500px;
}
.cms-finish__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cms-finish__right {
  flex: 1;
  display: flex;
  justify-content: space-around;
  gap: 30px;
}
.cms-finish__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.cms-finish__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  color: #1e293b;
}
.cms-finish__info-item img {
  width: 32px;
  height: auto;
  object-fit: contain;
}
.cms-finish__info-item-title {
  font-weight: 400;
  font-size: 18px;
  color: #1e293b;
}

@media screen and (max-width: 760px) {
  .cms-banner {
    height: auto;
  }
  .cms-banner__content {
    justify-content: flex-start;
  }
  .cms-banner__text {
    width: 100%;
  }

  .cms-capabilities__item {
    width: 100%;
    min-width: auto;
  }

  .cms-advantage__top {
    flex-direction: column;
    gap: 20px;
  }
  .cms-advantage__title {
    width: 100%;
    padding-left: 0px;
  }
  .cms-advantage__description {
    width: 100%;
  }
  .cms-advantage__content {
    flex-direction: column;
    gap: 20px;
  }
  .cms-advantage__left {
    width: 100%;
  }
  .cms-advantage__item {
    gap: 20px;
  }
  .cms-advantage__item-icon {
    width: 70px;
  }

  .cms-process__item {
    width: 100%;
  }

  .cms-materials__list {
    flex-direction: column;
    align-items: center;
  }
  .cms-materials__group {
    width: 100%;
    max-width: 750px;
  }
  .cms-materials__group-items {
    display: flex;
  }
  .cms-materials__group-items-second {
    margin-bottom: 20px;
  }
  .cms-materials__item {
    min-width: auto;
    padding: 10px 30px;
  }
  .cms-materials__group-items-second .cms-materials__item:first-child,
  .cms-materials__group-items-second .cms-materials__item:nth-child(2),
  .cms-materials__group-items-second .cms-materials__item:nth-child(3) {
    width: auto;
  }

  .cms-finish__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .cms-finish__left {
    width: 100%;
    max-width: none;
    align-items: center;
  }
  .cms-finish__right {
    flex-direction: column;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .cms-banner {
    height: auto;
  }
  .cms-banner__content {
    justify-content: flex-start;
  }
  .cms-banner__text {
    width: 100%;
  }

  .cms-capabilities__item {
    width: calc(100% / 2 - 15px);
    max-width: 380px;
  }

  .cms-advantage__top {
    flex-direction: column;
    gap: 20px;
  }
  .cms-advantage__title {
    width: 100%;
    padding-left: 0px;
  }
  .cms-advantage__description {
    width: 100%;
  }
  .cms-advantage__content {
    flex-direction: column;
    gap: 20px;
  }
  .cms-advantage__left {
    width: 100%;
  }

  .cms-process__item {
    width: 100%;
    max-width: 480px;
  }

  .cms-materials__list {
    flex-direction: column;
    align-items: center;
  }
  .cms-materials__group {
    width: 100%;
    max-width: 750px;
  }
  .cms-materials__group-items {
    display: flex;
  }
  .cms-materials__group-items-second {
    margin-bottom: 20px;
  }

  .cms-finish__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .cms-finish__left {
    width: 100%;
    max-width: none;
    align-items: center;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .cms-capabilities__item {
    width: calc(100% / 2 - 15px);
    max-width: 380px;
  }

  .cms-advantage__top {
    flex-direction: column;
    gap: 20px;
  }
  .cms-advantage__title {
    width: 100%;
    padding-left: 0px;
  }
  .cms-advantage__description {
    width: 100%;
  }
  .cms-advantage__content {
    flex-direction: column;
    gap: 20px;
  }
  .cms-advantage__left {
    width: 100%;
  }

  .cms-process__item {
    width: calc(100% / 2 - 10px);
  }

  .cms-materials__list {
    flex-direction: column;
    align-items: center;
  }
  .cms-materials__group {
    width: 100%;
    max-width: 750px;
  }
  .cms-materials__group-items {
    display: flex;
  }
  .cms-materials__group-items-second {
    margin-bottom: 20px;
  }

  .cms-finish__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .cms-finish__left {
    width: 100%;
    max-width: none;
    align-items: center;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1900px) {
}
