.cs-why-page * {
  box-sizing: border-box;
}
.cs-content-header {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 10rem 6.4rem 5rem 6.4rem;
}
@media screen and (max-width: 1300px) {
  .cs-content-header {
    padding: 10rem 4rem 5rem 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .cs-content-header {
    padding: 4rem 2rem 4rem 2rem;
  }
}
@media screen and (max-width: 960px) {
  .cs-content-header {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 960px) {
  .cs-content-header br {
    display: none;
  }
}
.cs-entry-header--left {
  text-align: left;
}
.cs-entry-header__title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 960px) {
  .cs-entry-header {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .cs-section-why-container--fullcolor {
    background-color: #464be8;
  }
}
.cs-section-footer-container--fullcolor {
  background-color: #464be8;
}
.cs-content-header-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .cs-content-header-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1300px) {
  .cs-content-header-container {
    gap: 2rem;
  }
}
.cs-header-decription {
  flex: 1;
}
.cs-header-decription__text {
  font-weight: 400;
  font-size: 6rem;
  line-height: 7.6rem;
  letter-spacing: 0.2rem;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .cs-header-decription__text {
    font-size: 5rem;
    line-height: 6.6rem;
  }
}
@media screen and (max-width: 960px) {
  .cs-header-decription__text {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.cs-header-decription__text--right {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0;
}
.cs-header-decription__buttons, .cs-section-advantage__buttons {
  display: flex;
  gap: 3.4rem;
  padding-top: 4rem;
}
@media screen and (max-width: 960px) {
  .cs-header-decription__buttons, .cs-section-advantage__buttons {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .cs-header-decription__buttons, .cs-section-advantage__buttons {
    gap: 1.6rem;
    flex-direction: column;
    padding-top: 2.4rem;
  }
}
.cs-section-advantage__buttons {
  justify-content: center;
}
.cs-header-decription__button, .cs-section-advantage__button {
  padding: 1.8rem 3.2rem;
  border: 1px solid #000;
  border-radius: 10rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .cs-header-decription__button, .cs-section-advantage__button {
    padding: 1.6rem 3.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-header-decription__button, .cs-section-advantage__button {
    text-align: center;
  }
}
.cs-header-decription__button--transparent, .cs-section-advantage__button--transparent {
  background-color: transparent;
  color: #000;
}
.cs-header-decription__button--transparent:hover, .cs-section-advantage__button--transparent:hover {
  background-color: #000;
  color: #fff;
}
.cs-header-decription__button--dark, .cs-section-advantage__button--dark {
  background-color: #000;
  color: #fff;
}
.cs-header-decription__button--dark:hover, .cs-section-advantage__button--dark:hover {
  background-color: #fff;
  color: #000;
}
.cs-section-image-only {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}
.cs-section-image-only__img {
  width: 100%;
  height: auto;
}
.cs-section-whats {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 10rem 6.4rem 10rem 6.4rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .cs-section-whats {
    padding: 6rem 2rem;
  }
}
.cs-section-whats__subtitle {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  font-weight: 400;
  padding-bottom: 1.6rem;
}
.cs-section-whats__title {
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 0;
  font-weight: 400;
  padding-bottom: 5rem;
}
@media screen and (max-width: 640px) {
  .cs-section-whats__title {
    font-size: 2.8rem;
    padding-bottom: 4rem;
  }
}
.cs-section-whats__content {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .cs-section-whats__content {
    flex-direction: column;
    gap: 1rem;
  }
}
.cs-section-whats-item__title {
  font-weight: 400;
  font-style: Italic;
  font-size: 2.4em;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .cs-section-whats-item__title {
    font-size: 1.6em;
    padding-bottom: 2.4rem;
  }
}
.cs-section-whats-item__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-section-whats-item__list-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .cs-section-whats-item__list-item {
    line-height: 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .cs-section-whats-item:last-child .cs-section-whats-item__title {
    padding-top: 2.4rem;
  }
}
.cs-whats-icon {
  margin-right: 1rem;
}
@media screen and (max-width: 960px) {
  .cs-whats-icon {
    width: 6rem;
    margin-right: 0;
  }
}
.cs-section-whyitworks {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 6.4rem;
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .cs-section-whyitworks {
    padding: 6rem 2rem;
  }
}
.cs-section-whyitworks__img {
  border-radius: 2rem;
  width: 100%;
  height: auto;
}
.cs-section-whyitworks-text {
  position: absolute;
  z-index: 1;
  bottom: 7rem;
  left: 0;
  width: 100%;
  padding-left: 14rem;
  padding-right: 14rem;
  color: #fff;
}
@media screen and (max-width: 1260px) {
  .cs-section-whyitworks-text {
    bottom: 4rem;
    padding-left: 11rem;
  }
}
@media screen and (max-width: 960px) {
  .cs-section-whyitworks-text {
    bottom: 9rem;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 780px) {
  .cs-section-whyitworks-text {
    padding: 2rem;
    position: initial;
    color: #000;
  }
}
@media screen and (max-width: 640px) {
  .cs-section-whyitworks-text {
    padding: 2.6rem 0 0 0;
    color: #fff;
  }
}
.cs-section-whyitworks-text__subtitle {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 780px) {
  .cs-section-whyitworks-text__subtitle {
    text-align: center;
  }
}
.cs-section-whyitworks-text__title {
  font-weight: 400;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  max-width: 55rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .cs-section-whyitworks-text__title {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 960px) {
  .cs-section-whyitworks-text__title {
    font-size: 2.8rem;
    max-width: 35rem;
    padding: 1.6rem 0;
  }
}
@media screen and (max-width: 780px) {
  .cs-section-whyitworks-text__title {
    margin: 0 auto;
    text-align: center;
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-section-whyitworks-text__title {
    font-weight: 300;
    line-height: 3.6rem;
    padding: 0 0 1.6rem 0;
    color: #fff;
  }
}
.cs-section-whyitworks-text__description {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0;
  text-align: left;
  max-width: 55rem;
}
@media screen and (max-width: 960px) {
  .cs-section-whyitworks-text__description {
    font-size: 1.6rem;
    max-width: 45rem;
  }
}
@media screen and (max-width: 780px) {
  .cs-section-whyitworks-text__description {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-section-whyitworks-text__description {
    line-height: 2.4rem;
    padding: 0;
  }
}
.cs-section-advantage {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 10rem 6.4rem 10rem 6.4rem;
}
@media screen and (max-width: 960px) {
  .cs-section-advantage {
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-section-advantage {
    padding: 3rem 2rem;
  }
}
.cs-section-advantage__subtitle {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: left;
}
.cs-section-advantage__title {
  font-weight: 400;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  padding-top: 1.6rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .cs-section-advantage__title {
    font-size: 2.6rem;
    padding: 1.6rem 0 4rem 0;
  }
}
@media screen and (max-width: 960px) {
  .cs-section-advantage__title {
    font-size: 3rem;
  }
}
.cs-section-advantage__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 780px) {
  .cs-section-advantage__items {
    flex-direction: column;
  }
}
.cs-section-advantage-item {
  flex: 1;
  border: 1px solid #000;
  border-radius: 2rem;
  width: 100%;
  padding: 4rem 4rem 2rem 4rem;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .cs-section-advantage-item img {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-section-advantage-item {
    padding: 2rem;
  }
}
.cs-section-advantage-item__title {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  padding-top: 10rem;
}
@media screen and (max-width: 960px) {
  .cs-section-advantage-item__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 780px) {
  .cs-section-advantage-item__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-section-advantage-item__title {
    padding-top: 7rem;
    font-size: 2rem;
    line-height: 4rem;
  }
}
.cs-section-advantage-item__description {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .cs-section-advantage-item__description {
    font-size: 1.4rem;
  }
}
.cs-section-stories {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 4rem 6.4rem 10rem 6.4rem;
}
@media screen and (max-width: 960px) {
  .cs-section-stories {
    padding: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .cs-section-stories {
    padding: 3rem 2rem;
    background-color: #f8f8f8;
  }
}
.cs-section-stories__subtitle {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: left;
}
.cs-section-stories__title {
  font-weight: 400;
  font-size: 4rem;
  line-height: 5.5rem;
  letter-spacing: 0;
  text-align: left;
  padding-top: 1.6rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .cs-section-stories__title {
    font-size: 2.6rem;
    padding: 1.6rem 0 4rem 0;
  }
}
@media screen and (max-width: 780px) {
  .cs-section-stories__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-section-stories__title {
    line-height: 3.6rem;
  }
}
.cs-section-stories__img-container {
  text-align: center;
  display: none;
}
@media screen and (max-width: 640px) {
  .cs-section-stories__img-container {
    display: block;
  }
}
.cs-section-stories__img {
  border-radius: 2rem;
}
.cs-carousel-container {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 20rem 5rem 5rem 5rem;
  box-sizing: border-box;
  background-image: url(../images/why-chainsystems/banner-2.jpg);
  background-size: cover;
  background-clip: inherit;
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .cs-carousel-container {
    padding: 7rem 2rem 2rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-carousel-container {
    padding: 2rem;
    background: none;
  }
}
.cs-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease-in-out;
  padding-left: calc((100% - 320px) / 2);
  padding-right: calc((100% - 320px) / 2);
}
.cs-stories-card {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #343a40;
  border-radius: 2rem;
  padding: 4.8rem 2.4rem;
  max-width: 52rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .cs-stories-card {
    padding: 2.8rem 1.4rem;
    max-width: 32rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-stories-card {
    padding: 1.6rem;
  }
}
.cs-stories-card__img {
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .cs-stories-card__img {
    width: 5.3rem;
    height: 5.3rem;
  }
}
.cs-stories-card__title {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .cs-stories-card__title {
    font-size: 1.8rem;
  }
}
.cs-stories-card__description {
  font-weight: 400;
  font-style: Italic;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0;
  padding-top: 2.6rem;
}
@media screen and (max-width: 960px) {
  .cs-stories-card__description {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-stories-card__description {
    padding-top: 1.6rem;
    line-height: 2rem;
  }
}
.cs-carousel-dots {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 640px) {
  .cs-carousel-dots {
    margin-top: 2rem;
  }
}
.dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s;
}
@media screen and (max-width: 640px) {
  .dot {
    background-color: rgba(217, 217, 217, 0.5);
  }
}
.dot.active {
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .dot.active {
    background-color: #d9d9d9;
  }
}
.cs-carousel-container.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  user-select: none;
}
.cs-section-footer {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 10rem 6.4rem;
}
@media screen and (max-width: 960px) {
  .cs-section-footer {
    padding: 7rem 2rem;
  }
}
.cs-section-footer__title {
  font-weight: 500;
  font-size: 7.2rem;
  line-height: 10rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 960px) {
  .cs-section-footer__title {
    margin-top: 0;
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-section-footer__title {
    line-height: 4.8rem;
  }
}
.cs-section-footer__description {
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 3.6rem;
  letter-spacing: 0;
  color: #fff;
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .cs-section-footer__description {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .cs-section-footer__description {
    font-size: 2rem;
    font-weight: 300;
  }
}
.cs-section-footer__buttons {
  display: flex;
  gap: 3.4rem;
  padding-top: 4rem;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .cs-section-footer__buttons {
    flex-direction: column;
    gap: 1.6rem;
    padding-top: 2rem;
  }
}
.cs-section-footer__button {
  padding: 1.8rem 3.2rem;
  border: 1px solid #fff;
  border-radius: 10rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cs-section-footer__button--transparent {
  background-color: transparent;
  color: #fff;
}
.cs-section-footer__button--transparent:hover {
  background-color: #fff;
  color: #000;
}
.cs-section-footer__button--white {
  background-color: #fff;
  color: #000;
}
.cs-section-footer__button--white:hover {
  background-color: transparent;
  color: #fff;
}
