:root {
  --black: #202020;
  --white: white;
  --yellow: #f7c851;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero-section.section-padding-set {
  padding-bottom: 80px;
}

.title-hero {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.typedjs-repeats {
  display: inline;
}

.typedjs-repeats.heading-small {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.h1-dss {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 125%;
}

.h1-dss.title-benefit {
  text-align: center;
}

.container-set {
  z-index: 99;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 64px;
  position: relative;
}

.body {
  background-color: #010a33;
  max-width: 100%;
  font-family: Inter, sans-serif;
}

.what-is {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-normal {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 125%;
}

.pyramid-chart {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  max-width: 900px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-pyramid {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
}

.pyramid-shape {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shape-stage-1 {
  color: #fffaeb;
  width: 174px;
}

.shape-stage-1:hover {
  filter: drop-shadow(0 2px 20px #fffaebf2);
}

.shape-stage-2 {
  color: #ffe9ad;
  width: 319px;
}

.shape-stage-2:hover {
  filter: drop-shadow(0 2px 20px #ffe9adf2);
}

.shape-stage-3 {
  color: #ffd970;
  width: 463px;
}

.shape-stage-3:hover {
  filter: drop-shadow(0 2px 20px #ffd970f2);
}

.shape-stage-4 {
  color: #ffbe0a;
  width: 619px;
}

.shape-stage-4:hover {
  filter: drop-shadow(0 2px 20px #ffbe0af2);
}

.shape-stage-5 {
  color: #ff9330;
  width: 767px;
}

.shape-stage-5:hover {
  filter: drop-shadow(0 2px 20px #ff9330f2);
}

.stage {
  position: relative;
}

.stage-text {
  z-index: auto;
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  position: absolute;
  inset: 30% 0% auto;
}

.stage-text.stage-2-txt {
  top: 30%;
  bottom: auto;
}

.stage-text.stage-3-txt {
  top: 30%;
}

.bottom-txt {
  justify-content: space-between;
  display: flex;
}

.benefit-section {
  width: 100%;
  max-width: 100%;
}

.title-section {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.benefit-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 60px;
  display: grid;
}

.benefit-card-old {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefit-txt {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 125%;
}

.benefit-img {
  max-width: 80%;
}

.implementation-section {
  position: relative;
  overflow: hidden;
}

.implement-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.img-implementation {
  border-radius: 20px;
}

.implement-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-left {
  text-align: left;
}

.section-padding-set {
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 20px;
}

.bg-blur {
  z-index: 99;
  opacity: .88;
  max-width: 120%;
  position: absolute;
  inset: -32% auto auto -13%;
}

.bg-blur.blur-center {
  transform-style: preserve-3d;
  inset: auto -20% -50% auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.bg-blur.blue-bottom {
  inset: auto 0% 0% -28%;
}

.bg-blur.bg-bottom {
  opacity: .41;
  transform-style: preserve-3d;
  inset: auto -12% -50% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.hero-banner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: flex;
}

.hero-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.hero-content._w-40 {
  width: 40%;
}

.line-yellow {
  background-color: var(--yellow);
  width: 64px;
  height: 4px;
}

.title-hero-content {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}

.title-hero-content.title-mdi-content {
  font-size: 40px;
}

.description-content-hero {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
}

.dss-benefit {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.benefit-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-image: linear-gradient(#ffffff42, #ffffff1c 69%);
  border: 1px solid #fff6;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.icon-box {
  background-color: var(--black);
  border-radius: 100px;
  align-self: flex-start;
  padding: 12px;
}

.benenfit-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.ic-benefit {
  width: 24px;
  height: 24px;
}

.item-implementation {
  color: var(--white);
  font-size: 20px;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

._w-60 {
  max-width: 60%;
}

@media screen and (max-width: 991px) {
  .title-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h1-dss {
    font-size: 36px;
  }

  .container-set {
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .implement-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .img-implementation {
    max-width: 60%;
  }

  .section-padding-set {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-banner {
    flex-flow: column;
  }

  .hero-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-content._w-40 {
    width: 100%;
  }

  .title-hero-content {
    font-size: 44px;
  }

  .title-hero-content.title-mdi-content {
    font-size: 36px;
  }

  .description-content-hero {
    font-size: 18px;
  }

  .dss-benefit {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 50px;
  }

  .benefit-card {
    padding: 24px;
  }

  .item-implementation {
    font-size: 18px;
  }

  ._w-60 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .h1-dss {
    font-size: 28px;
  }

  .text-normal, .text-pyramid {
    font-size: 16px;
  }

  .shape-stage-1 {
    width: 117px;
  }

  .shape-stage-2 {
    width: 214px;
  }

  .shape-stage-3 {
    width: 301px;
  }

  .shape-stage-4 {
    width: 390px;
  }

  .shape-stage-5 {
    width: 480px;
  }

  .stage-text {
    font-size: 12px;
    line-height: 125%;
    top: 33%;
  }

  .stage-text.stage-2-txt {
    top: 30%;
  }

  .benefit-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 20px;
  }

  .benefit-txt {
    font-size: 18px;
  }

  .implement-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-padding-set {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-hero-content {
    font-size: 40px;
  }

  .title-hero-content.title-mdi-content {
    font-size: 32px;
  }

  .description-content-hero {
    font-size: 16px;
  }

  .dss-benefit {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .benefit-card {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .benenfit-title {
    font-size: 18px;
  }

  .item-implementation {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.section-padding-set {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-set {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-normal, .text-pyramid {
    font-size: 14px;
  }

  .shape-stage-1 {
    color: #0e620b;
    width: 76px;
  }

  .shape-stage-1:hover {
    color: #065603;
  }

  .shape-stage-2 {
    width: 135px;
  }

  .shape-stage-3 {
    width: 191px;
  }

  .shape-stage-4 {
    width: 245px;
  }

  .shape-stage-5 {
    width: 300px;
  }

  .stage-text {
    font-size: 10px;
    top: 16%;
  }

  .stage-text.stage-2-txt {
    top: 22%;
  }

  .stage-text.mobile-txt {
    color: var(--white);
    text-align: center;
  }

  .benefit-list {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .benefit-txt {
    font-size: 16px;
  }

  .title-hero-content.title-mdi-content {
    font-size: 24px;
  }

  .description-content-hero {
    font-size: 14px;
  }

  .benenfit-title {
    font-size: 16px;
  }

  .item-implementation {
    font-size: 14px;
  }
}


