.process-5-steps {
  padding: 125px var(--sidePadding) 100px;
  overflow: hidden;
}
.process-5-steps__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  display: flex;
}
.process-5-steps__hex-container {
  max-width: var(--maxScreenWidth);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 600px;
  min-width: 600px;
}
.process-5-steps__hex-content {
  position: absolute;
  z-index: 2;
  height: 80%;
  width: calc(100% + 20px);
  gap: 17px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.process-5-steps__hex-content h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--green);
}
.process-5-steps__content {
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  font-weight: 400;
  color: white;
  line-height: 1.2;
}
.process-5-steps__content strong {
  font-weight: 600;
}
.hex {
  position: relative;
  height: 76%;
  width: 44.5%;
  border-radius: 16px/8px;
  background: var(--green);
  transition: opacity 0.5s;
}
.hex > svg {
  position: absolute;
  display: block;
  width: 600px;
  height: 600px;
  --iconColor1: var(--green3);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.hex--child {
  position: absolute;
  background: var(--green3);
  width: 100%;
  height: 100%;
  transform: scale(0.92);
  z-index: 1;
}
.hex:before,
.hex:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: inherit;
  content: "";
}
.hex:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.hex:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hex--child-mini {
  position: absolute;
  height: 50px;
  width: 28px;
  border-radius: 4px/2px;
  z-index: 1;
}
.hex--child-mini .hex--child {
  position: absolute;
  transform: scale(0.85);
  background: var(--green3);
  z-index: 1;
  height: 50px;
  width: 28px;
  border-radius: 4px/2px;
}
.hex--child-mini.hex--child-mini-1 {
  right: -34.5%;
  top: 7.5%;
}
.hex--child-mini.hex--child-mini-2 {
  top: 50%;
  transform: translateY(-50%);
  right: -70%;
}
.hex--child-mini.hex--child-mini-3 {
  right: -34.5%;
  bottom: 7.5%;
}
.hex--child-mini.hex--child-mini-4 {
  left: 50%;
  transform: translateX(-50%);
  bottom: -14%;
}
.hex--child-mini.hex--child-mini-5 {
  left: -34.5%;
  bottom: 7.5%;
}
.hex--child-mini span {
  background-image: repeating-linear-gradient(
    90deg,
    var(--green3),
    var(--green3) 11px,
    transparent 11px,
    transparent 21px
  );
  height: 5px;
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 5px;
  display: block;
  position: absolute;
  z-index: -1;
}
.hex--child-mini-1 span {
  width: 190px;
  top: 0%;
  left: 160%;
  transform: rotate(-10deg);
}
.hex--child-mini-2 span {
  width: 9.5vw;
  top: calc(50% - 0.15vw);
  left: calc(100% + 17px);
  transform: rotate(-1deg);
}
.hex--child-mini-3 span {
  width: 9.5vw;
  top: 98%;
  left: 100%;
  transform: rotate(18deg);
}
.hex--child-mini-4 span {
  height: 190px;
  width: 5px;
  left: 330%;
  top: 24%;
  transform: translateX(-50%) rotate(-48deg);
  background-image: repeating-linear-gradient(
    0deg,
    var(--green3),
    var(--green3) 11px,
    transparent 11px,
    transparent 21px
  );
  background-size: 5px 100%;
}
.hex--child-mini-5 span {
  height: 408px;
  width: 5px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-image: repeating-linear-gradient(
    0deg,
    var(--green3),
    var(--green3) 11px,
    transparent 11px,
    transparent 21px
  );
  background-size: 5px 100%;
}
.hex--child-mini-5 span::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 5px;
  bottom: 0;
  left: 100%;
  background-image: repeating-linear-gradient(
    90deg,
    var(--green3),
    var(--green3) 11px,
    transparent 11px,
    transparent 21px
  );
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 5px;
}
.process-5-steps__list {
  padding-top: 20px;
}
.process-5-steps__list ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.process-5-steps__list li {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: var(--green);
  padding: 30px var(--sidePadding);
  padding-left: 160px;
  position: relative;
  z-index: 1;
  width: 600px;
  height: 168px;
}
.process-5-steps__list li .hex {
  position: absolute;
  height: 168px;
  width: 100px;
  border-radius: 16px/8px;
  background: var(--green);
  left: 0;
}
.process-5-steps__list li .hex--child {
  background: var(--green3);
}
.process-5-steps__list li .hex:before,
.process-5-steps__list li .hex:after {
  position: absolute;
}
.process-5-steps__list li .hex span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 128px;
  line-height: 1;
  z-index: 1;
}
.process-5-steps__item-container {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.process-5-steps__item-title {
  font-size: var(--textFontSizeM);
  font-weight: 600;
  color: var(--green3);
  font-family: var(--secondaryFont);
}
.process-5-steps__item-title strong {
  font-weight: inherit;
}
.process-5-steps__item-content {
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  font-weight: 400;
  color: white;
  text-align: justify;
}
.process-5-steps__item--1 {
  margin-left: 13.5%;
}
.process-5-steps__item--2 {
  margin-left: 27.5%;
}
.process-5-steps__item--3 {
  margin-left: 7.5%;
}
.process-5-steps__item--4 {
  margin-left: -21.5%;
}
.process-5-steps__item--5 {
  margin-left: -40%;
}

@media (max-width: 1500px) {
  .process-5-steps__list li {
    padding-left: 155px;
    width: 590px;
  }
}
@media (max-width: 1350px) {
  .process-5-steps__hex-container {
    max-width: var(--maxScreenWidth);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 550px;
    height: 550px;
    min-width: 550px;
  }
  .hex > svg {
    width: 550px;
    height: 550px;
  }
  .process-5-steps__item--2 {
    margin-left: 18%;
  }
}
@media (max-width: 1250px) {
  .process-5-steps {
    padding-top: 50px;
  }
  .process-5-steps__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .process-5-steps__list li {
    margin-left: initial;
    width: 95%;
    max-width: 700px;
    margin-left: 40px;
  }
  .hex--child-mini.hex--child-mini {
    display: none;
  }
}

@media (max-width: 600px) {
  .process-5-steps{
    padding: 85px var(--sidePadding);
  }
}
@media (max-width: 600px) {
  .process-5-steps__hex-container {
    width: 500px;
    height: 500px;
    min-width: 500px;
  }
  .hex > svg {
    width: 500px;
    height: 500px;
  }
  .process-5-steps__list li {
    margin-left: 12px;
    padding-left: 106px;
    width: 100%;
    height: 120px;
  }
  .process-5-steps__list li .hex {
    height: 120px;
    width: 74px;
    border-radius: 12px/6px;
  }
  .process-5-steps__list li .hex .hex--child {
    transform: scale(0.85);
  }
  .process-5-steps__item-content {
    gap: 5px;
  }
}

@media (max-width: 500px) {
  .process-5-steps__list li {
    height: auto;
    padding: 20px 30px;
    border-radius: 5px;
    margin-left: 0;
  }
  .process-5-steps__list li .hex {
    display: none;
  }
  .process-5-steps__item-content {
    gap: 10px;
  }
  .process-5-steps__item-title {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .process-5-steps__item-title::before{
    content: "1";
    background: var(--green3);
    color: white;
    border-radius: 2px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: calc(var(--textFontSizeL) - 5px);
  }
  .process-5-steps__item:nth-child(2) .process-5-steps__item-title::before{
    content: "2";
  }
  .process-5-steps__item:nth-child(3) .process-5-steps__item-title::before{
    content: "3";
  }
  .process-5-steps__item:nth-child(4) .process-5-steps__item-title::before{
    content: "4";
  }
  .process-5-steps__item:nth-child(5) .process-5-steps__item-title::before{
    content: "5";
  }
}
@media (max-width: 400px) {
  .process-5-steps__hex-container {
    width: 420px;
    height: 420px;
    min-width: 420px;
  }
  .hex > svg {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 300px) {
  .process-5-steps__list li {
    padding: 20px 15px;
    border-radius: 4px;
  }
}
