.sup_center__section {
  padding: 40px 0 92px;
  position: relative;
}
.sup_center__section img {
  width: 100%;
}
.sup_center__section .title-row {
  position: absolute;
  top: calc(50% - 67px);
  left: calc(50% - 124px);
  width: 367px;
}
@media (max-width: 767px) {
  .sup_center__section .title-row {
    top: 0;
    left: 0;
    width: 309px;
  }
}
.sup_center__section .title-row h2 {
  font-family: "Manrope";
  font-weight: 300;
  font-size: 56px;
  line-height: 104%;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .sup_center__section .title-row h2 {
    font-size: 36px;
  }
}
.sup_center__section .title-row h2 strong {
  font-weight: 800;
}
.sup_center__section .img-content-block .top-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.sup_center__section .img-content-block .top-content .left-block {
  width: 57.5985%;
  position: relative;
}
.sup_center__section .img-content-block .top-content .left-block img.image {
  aspect-ratio: 705/392;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-width: 0.3px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 400px;
  border-bottom-left-radius: 12px;
  border: 0.3px solid #ebebea;
}
.sup_center__section .img-content-block .top-content .left-block .info-block {
  border-radius: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 24px 2px rgba(126, 160, 160, 0.1);
  width: -moz-max-content;
  width: max-content;
  bottom: 60px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
}
.sup_center__section .img-content-block .top-content .left-block .info-block span.circle {
  width: 80px;
  gap: 18px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .top-content .left-block .info-block span.circle {
    width: 64px;
    height: 64px;
    margin-top: -31px;
    margin-bottom: 10px;
  }
}
.sup_center__section .img-content-block .top-content .left-block .info-block span.circle img {
  width: 44px;
  height: auto;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .top-content .left-block .info-block span.circle img {
    width: 32px;
  }
}
.sup_center__section .img-content-block .top-content .left-block .info-block .text-content .text {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #696963;
}
.sup_center__section .img-content-block .top-content .left-block .info-block .text-content .main-content {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 56px;
  line-height: 112%;
  letter-spacing: -2px;
  color: #0b0b0a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sup_center__section .img-content-block .top-content .left-block .info-block .text-content .main-content span {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  padding: 6px 12px;
  border-radius: 400px;
  font-family: "Manrope";
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #ff5f33;
}
.sup_center__section .img-content-block .top-content .right-block {
  width: 32.0265%;
  position: relative;
}
.sup_center__section .img-content-block .top-content .right-block img.image {
  aspect-ratio: 392/392;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-width: 0.3px;
  border-top-left-radius: 400px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 400px;
  border: 0.3px solid #ebebea;
}
.sup_center__section .img-content-block .top-content .right-block .info-block {
  border-radius: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 24px 2px rgba(126, 160, 160, 0.1);
  width: -moz-max-content;
  width: max-content;
  top: 40px;
  left: -112px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
}
.sup_center__section .img-content-block .top-content .right-block .info-block span.circle {
  width: 80px;
  gap: 18px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .top-content .right-block .info-block span.circle {
    width: 64px;
    height: 64px;
    margin-top: -31px;
    margin-bottom: 10px;
  }
}
.sup_center__section .img-content-block .top-content .right-block .info-block span.circle img {
  width: 44px;
  height: auto;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .top-content .right-block .info-block span.circle img {
    width: 32px;
  }
}
.sup_center__section .img-content-block .top-content .right-block .info-block .text-content .text {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #696963;
}
.sup_center__section .img-content-block .top-content .right-block .info-block .text-content .main-content {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 56px;
  line-height: 112%;
  letter-spacing: -2px;
  color: #0b0b0a;
}
.sup_center__section .img-content-block .bottom-content {
  display: flex;
  justify-content: space-between;
}
.sup_center__section .img-content-block .bottom-content .left-block {
  width: 32.0265%;
  position: relative;
}
.sup_center__section .img-content-block .bottom-content .left-block img.image {
  aspect-ratio: 392/392;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-width: 0.3px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 400px;
  border: 0.3px solid #ebebea;
}
.sup_center__section .img-content-block .bottom-content .left-block .info-block {
  border-radius: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 24px 2px rgba(126, 160, 160, 0.1);
  width: -moz-max-content;
  width: max-content;
  top: -80px;
  left: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
}
.sup_center__section .img-content-block .bottom-content .left-block .info-block span.circle {
  width: 80px;
  gap: 18px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .bottom-content .left-block .info-block span.circle {
    width: 64px;
    height: 64px;
    margin-top: -31px;
    margin-bottom: 10px;
  }
}
.sup_center__section .img-content-block .bottom-content .left-block .info-block span.circle img {
  width: 44px;
  height: auto;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .bottom-content .left-block .info-block span.circle img {
    width: 32px;
  }
}
.sup_center__section .img-content-block .bottom-content .left-block .info-block .text-content .text {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #696963;
}
.sup_center__section .img-content-block .bottom-content .left-block .info-block .text-content .main-content {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 56px;
  line-height: 112%;
  letter-spacing: -2px;
  color: #0b0b0a;
}
.sup_center__section .img-content-block .bottom-content .right-block {
  width: 57.5985%;
  position: relative;
}
.sup_center__section .img-content-block .bottom-content .right-block img.image {
  aspect-ratio: 705/392;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-width: 0.3px;
  border-top-left-radius: 400px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 0.3px solid #ebebea;
}
.sup_center__section .img-content-block .bottom-content .right-block .info-block {
  border-radius: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 24px 2px rgba(126, 160, 160, 0.1);
  width: -moz-max-content;
  width: max-content;
  bottom: 142px;
  left: -71px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
}
.sup_center__section .img-content-block .bottom-content .right-block .info-block.last {
  top: -40px;
  right: 34px;
  left: unset;
  bottom: unset;
}
.sup_center__section .img-content-block .bottom-content .right-block .info-block.last img {
  max-width: 80px;
}
.sup_center__section .img-content-block .bottom-content .right-block .info-block span.circle {
  width: 80px;
  gap: 18px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .bottom-content .right-block .info-block span.circle {
    width: 64px;
    height: 64px;
    margin-top: -31px;
    margin-bottom: 10px;
  }
}
.sup_center__section .img-content-block .bottom-content .right-block .info-block span.circle img {
  width: 44px;
  height: auto;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .bottom-content .right-block .info-block span.circle img {
    width: 32px;
  }
}
.sup_center__section .img-content-block .bottom-content .right-block .info-block .text-content .text {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #696963;
}
.sup_center__section .img-content-block .bottom-content .right-block .info-block .text-content .main-content {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 56px;
  line-height: 112%;
  letter-spacing: -2px;
  color: #0b0b0a;
}
.sup_center__section .img-content-block .bottom-content .right-block .link-donat {
  width: 128px;
  height: 128px;
  border-radius: 400px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  color: white;
  background: #ff5f33;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: rotate(345deg);
  bottom: -56px;
  position: absolute;
  right: 107px;
  z-index: 1;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .bottom-content .right-block .link-donat {
    width: 104px;
    height: 104px;
    left: 16%;
    bottom: 46px;
    top: auto;
    font-size: 20px;
  }
}
.sup_center__section .img-content-block .bottom-content .right-block .link-donat:hover {
  background: #dd4e25;
  color: white;
  transition: 500ms;
}
.sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide {
  position: relative;
}
.sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide img.image {
  aspect-ratio: 361/276;
  border: 0.3px solid #ebebea;
  border-width: 0.3px;
  border-top-left-radius: 400px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide .info-block {
  border-radius: 12px;
  padding: 20px 16px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 24px 2px rgba(126, 160, 160, 0.1);
  width: -moz-max-content;
  width: max-content;
  bottom: 22px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
}
.sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide .info-block span.circle {
  width: 80px;
  gap: 18px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide .info-block span.circle {
    width: 64px;
    height: 64px;
  }
}
.sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide .info-block span.circle img {
  width: 44px;
  height: auto;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide .info-block span.circle img {
    width: 32px;
  }
}
.sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide .info-block .text-content .text {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #696963;
}
.sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide .info-block .text-content .main-content {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 36px;
  line-height: 112%;
  letter-spacing: -2px;
  color: #0b0b0a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide .info-block .text-content .main-content span {
  display: none;
}
.sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide .link-donat {
  width: 128px;
  height: 128px;
  border-radius: 400px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  color: white;
  background: #ff5f33;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: rotate(345deg);
  bottom: -56px;
  position: absolute;
  right: 107px;
  z-index: 1;
}
@media (max-width: 767px) {
  .sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide .link-donat {
    right: 8px;
    bottom: -30px;
    top: auto;
    font-size: 20px;
  }
}
.sup_center__section .img-content-block .swiper-wrapper .swiper-slide .slide .link-donat:hover {
  background: #dd4e25;
  color: white;
  transition: 500ms;
}
.sup_center__section .img-content-block .swiper-pagination {
  bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 50px;
}
.sup_center__section .img-content-block .swiper-pagination .swiper-pagination-bullet {
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.sup_center__section .img-content-block .swiper-pagination .swiper-pagination-bullet-active {
  width: 8.42px;
  height: 8.42px;
  border-radius: 40px;
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.sup_center__section .desktop {
  display: block;
}
@media (max-width: 767px) {
  .sup_center__section .desktop {
    display: none;
  }
}
.sup_center__section .mobile {
  display: none;
}
@media (max-width: 767px) {
  .sup_center__section .mobile {
    display: block;
  }
}/*# sourceMappingURL=superhumans_center.css.map */