.urble-section-a-1,
.urble-section-a-2,
.urble-section-a-3,
.urble-section-a-4,
.urble-section-a-5,
.urble-section-a-6,
.urble-section-a-7,
.urble-section-c-12 {
  display: flex;

  .urble-section-blocks {
    width: 1080px;
    max-width: 100%;
    position: relative;
    margin: auto;
    display: flex;
  }
}

.urble-section-a-1 {
  position: relative;
  padding-bottom: 64px;

  .urble-section-blocks {
    display: flex;
    flex-direction: column;
    gap: 64px;

    .urble-section-content {
      display: flex;
      flex-direction: column;

      h1 {
        width: 192px;
      }

      .urble-section-content-text {
        width: 528px;
        background: var(--_Prim-Color-light-000-White);
        border-radius: 16px;
        padding: 16px 16px 0 0;
      }
    }

    h2 {
      margin: auto;
      text-align: center;
      width: 860px;
      max-width: 100%;
      font-size: 48px;
      line-height: 48px;
      font-weight: 700;
    }
  }

  img {
    position: absolute;
    top: -148px;
    right: 0;
    z-index: -1;
    width: 948px;
    border-bottom-left-radius: 256px;
    object-fit: cover;
    height: 810px;
    max-width: calc(50% - 32px);
  }
}

.urble-section-a-2 {
  margin-top: 180px;
  height: 490px;
  position: relative;
  background: var(--_Prim-Color-green-50);

  img {
    position: absolute;
    left: 0;
    height: 665px;
    width: calc(50% - 64px);
    max-width: 838px;
    top: -88px;
    z-index: 2;
    object-fit: contain;
  }

  .urble-square-1,
  .urble-square-2 {
    position: absolute;
    background: var(--urble-linear-gradient);
    border-radius: 16px;
  }

  .urble-square-1 {
    width: 116px;
    height: 116px;
    left: 58px;
    top: -152px;
    z-index: 2;
  }

  .urble-square-2 {
    width: 452px;
    height: 452px;
    right: 53%;
    top: 176px;
    z-index: 1;
  }

  .urble-section-blocks {
    width: 836px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;

    h1 {
      z-index: 1;
    }

    .urble-section-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 418px;
      max-width: 100%;
      padding: 16px 0 16px 16px;
      z-index: 2;
      border-radius: 16px;

      .urble-section-content-text {
        width: 529px;
        max-width: 100%;
      }
    }
  }
}

.urble-section-a-3 {
  padding-top: 240px;
  padding-bottom: 64px;

  .urble-section-blocks {
    gap: 64px;
    justify-content: space-between;

    .urble-section-content {
      display: flex;
      flex-direction: column;
      gap: 32px;

      ul {
        width: 525px;
        margin-left: 16px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;

        li {
          list-style: none;
          line-height: 22px;
          text-align: start;
        }

        li:before {
          content: '';
          position: relative;
          left: -16px;

          background: var(--urble-linear-gradient);

          position: absolute;
          width: 5px;
          height: 5px;
          margin-top: 10px;
          border-radius: 9999px;
        }
      }
    }
  }
}

.urble-section-a-4 {
  padding: 64px 0;
  background: var(--urble-linear-gradient-light-greenish-wide);

  .urble-section-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 64px;
    align-items: center;

    .urble-section-content {
      display: flex;
      flex-direction: column;
      gap: 32px;
      width: 528px;
      max-width: 100%;

      h2 {
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
      }
    }
  }
}

.urble-section-a-5 {
  padding-bottom: 0;
  height: 580px;
  position: relative;

  .urble-section-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
  }

  .urble-figure {
    position: absolute;
    top: 64px;
    left: -300px;
  }

  .urble-circle-4,
  .urble-circle-5,
  .urble-circle-6 {
    position: absolute;
    background: var(--urble-linear-gradient);
    border-radius: 600px;
  }

  .urble-circle-4 {
    width: 114px;
    height: 114px;
    bottom: -57px;
    right: 200px;
  }

  .urble-circle-5 {
    width: 66px;
    height: 66px;
    right: 225px;
    bottom: 118px;
  }

  .urble-circle-6 {
    width: 49px;
    height: 49px;
    bottom: 70px;
    right: 104px;
  }
}

.urble-section-a-6 {
  padding-top: 64px;
  padding-bottom: 118px;
  background: var(--_Prim-Color-green-50);

  .urble-section-blocks {
    display: flex;
    flex-direction: column;
    gap: 64px;

    .urble-section-content {
      display: flex;
      flex-direction: column;
      gap: 32px;

      h1 {
        width: 749px;
        z-index: 1;
      }

      .urble-section-content-text {
        width: 529px;
      }
    }

    .urble-people {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      position: relative;
      flex-wrap: wrap;
      gap: 32px;
      max-width: 100%;

      .urble-card {
        z-index: 2;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: fit-content;
        background: transparent;

        h2 {
          font-size: 20px;
          line-height: 28px;
          font-weight: 700;
          margin-top: 8px;
        }

        .urble-people-avatar {
          width: 224px;
          min-height: 212px;
          background: var(--_Prim-Color-dark-100-Brand);
          border-radius: 24px;
          position: relative;
          overflow: hidden;
        }

        .urble-card-text {
          width: 224px;
        }
      }
    }

    .urble-figure-1,
    .urble-figure-2,
    .urble-figure-3,
    .urble-figure-4,
    .urble-figure-5 {
      position: absolute;
      border-radius: 9999px;
      background: var(--urble-linear-gradient);
    }

    .urble-figure-1 {
      width: 29px;
      height: 29px;
      left: 232px;
      top: 36px;
    }

    .urble-figure-2 {
      width: 68px;
      height: 68px;
      left: 458px;
      top: 77px;
    }

    .urble-figure-3 {
      width: 350px;
      height: 350px;
      left: 589px;
      top: -216px;
      z-index: 1;
    }

    .urble-figure-4 {
      width: 29px;
      height: 29px;
      left: 960px;
      top: -40px;
    }

    .urble-figure-5 {
      width: 68px;
      height: 68px;
      left: 984px;
      top: 125px;
    }
  }
}

.urble-section-a-7 {
  padding: 64px 0;

  .urble-section-blocks {
    .urble-section-content {
      display: flex;
      flex-direction: column;
      gap: 32px;
      width: 637px;
      max-width: 100%;

      .urble-section-content-image {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 610px;
        max-width: 100%;

        .urble-card {
          background: var(--_Prim-Color-dark-100-Brand);
          height: fit-content;
          width: fit-content;
          padding: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }
    }

    .urble-section-image {
      display: flex;
      align-items: end;
    }
  }
}

.urble-section-c-12 {
  padding-top: 64px;

  .urble-section-blocks {
    display: flex;
    flex-direction: column;
    gap: 64px;
    position: relative;
    max-width: 100%;

    .urble-section-content {
      display: flex;
      flex-direction: column;
      gap: 32px;

      h1 {
        width: auto;
      }

      .urble-section-content-text {
        width: 529px;
      }
    }

    .urble-people {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      position: relative;
      flex-wrap: wrap;
      gap: 32px;
      max-width: 100%;

      .urble-people-row {
        display: flex;
        flex-direction: row;
        gap: 32px;
        justify-content: space-between;
        flex-wrap: wrap;
      }

      .urble-card {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: fit-content;
        width: 300px;
        height: fit-content;

        h2 {
          font-size: 20px;
          line-height: 28px;
          font-weight: 700;
        }

        h3 {
          font-size: 20px;
          font-weight: 700;
          line-height: 22px;
        }

        .urble-people-avatar {
          width: 300px;
          min-height: 300px;
          background: var(--_Prim-Color-dark-100-Brand);
          border-radius: 24px;
          position: relative;
          overflow: hidden;

          img {
            width: 100%;
          }
        }

        .urble-card-text {
          width: 300px;
          line-height: 22.4px;

          p {
            margin-top: 16px;
          }
        }
      }
    }

    .urble-figure-1,
    .urble-figure-2,
    .urble-figure-3,
    .urble-figure-4,
    .urble-figure-5 {
      position: absolute;
      border-radius: 9999px;
      background: var(--urble-linear-gradient);
    }

    .urble-figure-1 {
      width: 29px;
      height: 29px;
      left: 232px;
      top: 36px;
    }

    .urble-figure-2 {
      width: 68px;
      height: 68px;
      left: 480px;
      top: 77px;
    }

    .urble-figure-3 {
      width: 350px;
      height: 350px;
      left: 589px;
      top: -216px;
      z-index: -1;
    }

    .urble-figure-4 {
      width: 29px;
      height: 29px;
      left: 1020px;
      top: -40px;
    }

    .urble-figure-5 {
      width: 68px;
      height: 68px;
      left: 1048px;
      top: 125px;
    }
  }
}

