/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./assets/css/torus-ecosystem.css ***!
  \**********************************************************************************/
.ecosystem {
  background-color: #fcfcfc;
  margin: 0 auto;
  max-width: 1240px;
  padding: 40px 0 120px;
  clear: left;
}
.ecosystem__title {
  font-size: 40px;
  font-weight: 500;
  color: #001316;
  font-family: "Neue-Medium";
  text-align: center;
}
.ecosystem__wrapper {
  position: relative;
  margin: 0 auto;
  height: 495px;
  margin-top: 30px;
}
.ecosystem__wrapper .dotted-line {
  position: absolute;
  height: 350px;
  width: 885px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ecosystem__wrapper .mob-dotted-line {
  display: none;
}
.ecosystem__center {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: linear-gradient(180deg, #75FFFF 0%, #1B5959 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-weight: 500;
}
.ecosystem__center .bankgif {
  width: 185px;
  height: 185px;
}
.ecosystem__center p {
  font-family: "canela-LightItalic";
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.ecosystem__item {
  position: absolute;
  padding: 12px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #DEDBD8;
  box-shadow: 0px 4px 7px 0px rgba(0, 19, 22, 0.0509803922);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ecosystem__item span {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  font-family: "Neue-Medium";
}
.ecosystem__item.big {
  width: 190px;
  height: 138px;
}
.ecosystem__item.small {
  width: 160px;
  height: 120px;
}
.ecosystem__item .icon {
  width: 48px;
  height: 48px;
}
.ecosystem__item.top-left {
  top: 0;
  left: 54px;
}
.ecosystem__item.middle-left {
  top: 50%;
  transform: translateY(-50%);
  left: 200px;
}
.ecosystem__item.bottom-left {
  bottom: 0;
  left: 0;
}
.ecosystem__item.top-right {
  top: 0;
  right: 21px;
}
.ecosystem__item.middle-right {
  top: 50%;
  transform: translateY(-50%);
  right: 200px;
}
.ecosystem__item.bottom-right {
  bottom: 0;
  right: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .ecosystem {
    padding-block: 24px;
  }
  .ecosystem__title {
    font-size: 24px;
  }
  .ecosystem__wrapper {
    margin-top: 18px;
    height: 478px;
    width: 334px;
  }
  .ecosystem__wrapper .dotted-line {
    display: none;
  }
  .ecosystem__wrapper .mob-dotted-line {
    display: block;
    position: absolute;
    height: 345px;
    width: 245px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ecosystem__center {
    width: 230px;
    height: 230px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ecosystem__center .bankgif {
    width: 110px;
    height: 110px;
  }
  .ecosystem__center p {
    font-size: 22px;
  }
  .ecosystem__item {
    border-radius: 8px;
    gap: 12px;
  }
  .ecosystem__item span {
    font-size: 11px;
  }
  .ecosystem__item.big {
    width: 100px;
    height: 70px;
  }
  .ecosystem__item.small {
    width: 102px;
    height: 62px;
  }
  .ecosystem__item .icon {
    width: 28px;
    height: 28px;
  }
  .ecosystem__item.top-left {
    top: 0;
    left: 0;
  }
  .ecosystem__item.middle-left {
    top: 20%;
    left: 118px;
  }
  .ecosystem__item.top-right {
    top: 81%;
    left: 0;
  }
  .ecosystem__item.middle-right {
    top: 93%;
    right: 118px;
  }
  .ecosystem__item.bottom-right {
    right: 0;
    bottom: 22px;
  }
  .ecosystem__item.bottom-left {
    left: 70%;
    top: 0px;
  }
}/*# sourceMappingURL=torus-ecosystem.css.map */
