.hero-figure-box {
    position: absolute;
    top: 0;
    will-change: transform
}

.hero-figure-box-01,
.hero-figure-box-02,
.hero-figure-box-03,
.hero-figure-box-04,
.hero-figure-box-08,
.hero-figure-box-09 {
    overflow: hidden
}

.hero-figure-box-01::before,
.hero-figure-box-02::before,
.hero-figure-box-03::before,
.hero-figure-box-04::before,
.hero-figure-box-08::before,
.hero-figure-box-09::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-origin: 100% 100%
}

.hero-figure-box-01 {
    left: 103.2%;
    top: 41.9%;
    width: 28.03%;
    height: 37.37%;
    background: linear-gradient(to left top, #697958,rgb(59, 68, 49, 255));
    transform: rotateZ(45deg)
}

.hero-figure-box-01::before {
    background: linear-gradient(to left, #443950 0%, rgba(21, 24, 29, 0) 60%);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-02 {
    left: 61.3%;
    top: 64.1%;
    width: 37.87%;
    height: 50.50%;
    background: linear-gradient(to left top, #96A786, rgba(2, 112, 215, 0));
    transform: rotateZ(-45deg)
}

.hero-figure-box-02::before {
    background: linear-gradient(to top, #CDCDDB 0%, rgba(21, 24, 29, 0) 60%);
    transform: rotateZ(-45deg) scale(1.5)
}

.hero-figure-box-03 {
    left: 87.7%;
    top: -56.8%;
    width: 56.81%;
    height: 75.75%;
    background: linear-gradient(to left top, #697958, rgb(59, 68, 49, 255))
}

.hero-figure-box-03::before {
    background: linear-gradient(to left, #DBCDDB 0%, rgba(21, 24, 29, 0) 60%);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-04 {
    left: 54.9%;
    top: -8%;
    width: 45.45%;
    height: 60.60%;
    background: linear-gradient(to left top, #7F946B, rgba(2, 112, 215, 0));
    transform: rotateZ(-135deg)
}

.hero-figure-box-04::before {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 60%);
    transform: rotateZ(-45deg) scale(1.5)
}

.hero-figure-box-05,
.hero-figure-box-06,
.hero-figure-box-07 {
    background-color: #4C2C43;
    box-shadow: -20px 32px 64px rgba(0, 0, 0, 0.25)
}

.hero-figure-box-05 {
    left: 17.4%;
    top: 13.3%;
    width: 64%;
    height: 73.7%;
    transform: perspective(500px) rotateY(-15deg) rotateX(8deg) rotateZ(-1deg)
}

.hero-figure-box-06 {
    left: 65.5%;
    top: 6.3%;
    width: 30.3%;
    height: 40.4%;
    transform: rotateZ(20deg)
}

.hero-figure-box-07 {
    left: 1.9%;
    top: 42.4%;
    width: 12.12%;
    height: 16.16%;
    transform: rotateZ(20deg)
}

.hero-figure-box-08 {
    left: 27.1%;
    top: 81.6%;
    width: 19.51%;
    height: 26.01%;
    background: #697958;
    transform: rotateZ(-22deg)
}

.hero-figure-box-08::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 100%);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-09 {
    left: 42.6%;
    top: -17.9%;
    width: 6.63%;
    height: 8.83%;
    background: #697958;
    transform: rotateZ(-52deg)
}

.hero-figure-box-09::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.64) 100%);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-10 {
    left: -3.8%;
    top: 4.3%;
    width: 3.03%;
    height: 4.04%;
    background:rgba(76, 44, 67, 0.32);
    transform: rotateZ(-50deg)
}

@media (max-width: 640px) {
    .hero-cta {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto
    }

    .hero-cta .button {
        display: flex
    }

    .hero-cta .button+.button {
        margin-top: 16px
    }

    .hero-figure::after,
    .hero-figure-box-03,
    .hero-figure-box-04,
    .hero-figure-box-09 {
        display: none
    }
}