.section-scrollAnimation {
  margin: 3.385vw 0 20px;
  z-index: 1;
  position: relative;
}
.section-scrollAnimation__content {
  max-width: 1058px;
  height: 665px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.section-scrollAnimation__content .clockedIn {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-family-title);
  position: absolute;
  top: 71px;
  right: 335px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 64px;
}
.section-scrollAnimation__content .clockedIn p {
  margin: 0;
}
.section-scrollAnimation__content .clockedIn p span {
  transition: 0.6s ease-in-out;
  position: relative;
  top: 0;
}
.section-scrollAnimation__content .scr-top-image {
  position: absolute;
  right: 0;
  height: 66px;
  top: calc(-37vw - 250px);
}
.section-scrollAnimation__content .scr-top-image__1 {
  width: calc(14vw + 50px);
  height: auto;
  left: calc(-10vw - 50px);
  right: unset;
  border-radius: var(--radiust1);
  transform: translate(var(--translatetx1), var(--translatety1)) scale(var(--scalet1));
}
.section-scrollAnimation__content .scr-top-image__2 {
  width: calc(11vw + 50px);
  height: auto;
  right: calc(-1vw - 300px);
  border-radius: var(--radiust2);
  transform: translate(var(--translatetx2), var(--translatety2)) scale(var(--scalet2));
}
.section-scrollAnimation__content .scr-bottom-image {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.section-scrollAnimation__content .scr-bottom-image__1 {
  width: 262px;
  height: 218px;
  top: 435px;
  right: 585px;
  border-radius: var(--radius1);
  transform: translate(var(--translatex1), var(--translatey1)) scale(var(--scale1));
}
.section-scrollAnimation__content .scr-bottom-image__2 {
  width: 175px;
  right: unset;
  left: 211px;
  top: 146px;
  border-radius: var(--radius2);
  transform: translate(var(--translatex2), var(--translatey2)) scale(var(--scale2));
}
.section-scrollAnimation__content .scr-bottom-image__3 {
  width: 261px;
  height: auto;
  top: 435px;
  right: 38px;
  border-radius: var(--radius3);
  transform: translate(var(--translatex3), var(--translatey3)) scale(var(--scale3));
  z-index: 1;
}
.section-scrollAnimation__content .scr-bottom-image__3 .scr-bootom-image__blur_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 105px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-end;
  padding: 20px 20px 15px;
  opacity: 0;
}
.section-scrollAnimation__content .scr-bottom-image__3 .scr-bootom-image__blur_content p {
  color: var(--color-white);
  z-index: 1;
  position: relative;
  margin: 0;
  line-height: 1;
}
.section-scrollAnimation__content .scr-bottom-image__3 .scr-bootom-image__blur_content .scr-bootom-image__blur_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../webp/blur-josh.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.section-scrollAnimation__content .scr-bottom-image__3 .scr-bootom-image__blur_content .scr-bootom-image__3__description {
  font-size: 12px;
  font-weight: 400;
}
.section-scrollAnimation__content .scr-bottom-image__3 .scr-bootom-image__blur_content .scr-bottom-image__3__content {
  display: flex;
  align-items: center;
  gap: 6px;
}
.section-scrollAnimation__content .scr-bottom-image__3 .scr-bootom-image__blur_content .scr-bottom-image__3__content p {
  font-size: 16px;
  font-weight: 700;
}
.section-scrollAnimation__content .scr-bottom-image__3 .scr-bootom-image__blur_content .scr-bottom-image__3__content svg {
  position: relative;
  z-index: 1;
  width: 17px;
  height: 16px;
}
.section-scrollAnimation__content .scr-bottom-image__4 {
  width: 404px;
  height: 281px;
  top: 146px;
  right: 38px;
  border-radius: var(--radius4);
  transform: translate(var(--translatex4), var(--translatey4)) scale(var(--scale4));
}
.section-scrollAnimation__content .scr-bottom-image__4 .graph-full .date,
.section-scrollAnimation__content .scr-bottom-image__4 .graph-full .numbers,
.section-scrollAnimation__content .scr-bottom-image__4 .graph-full .circle,
.section-scrollAnimation__content .scr-bottom-image__4 .graph-full .t-t {
  opacity: 0;
}
.section-scrollAnimation__content .scr-bottom-image__4 .graph-full .t-t-1 {
  opacity: 1;
}
.section-scrollAnimation__content .scr-bottom-image__4 .graph-green-line {
  position: absolute;
  top: 155px;
  left: 38px;
}
.section-scrollAnimation__content .scr-employee {
  position: absolute;
  top: 146px;
  left: 211px;
  background-color: var(--color-white);
  border-radius: 20px;
  border: 2px solid #F6F7FE;
  padding: 16px;
  width: 396px;
  height: 277px;
  overflow: hidden;
}
.section-scrollAnimation__content .scr-employee__content {
  display: block;
}
.section-scrollAnimation__content .scr-employee__title {
  color: var(--color-blue-darker);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.section-scrollAnimation__content .scr-employee__list {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
  gap: 18px;
  height: 223px;
  overflow: hidden;
}
.section-scrollAnimation__content .scr-employee__list p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-blue-darker);
  margin: 0;
}
.section-scrollAnimation__content .scr-employee__list p span {
  color: var(--color-blue);
}
.section-scrollAnimation__content .scr-employee__list::before {
  content: "";
  width: 6px;
  height: 250px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="210" viewBox="0 0 6 210" fill="none"><path d="M3 6L3.00001 209" stroke="%23BCBBC7" stroke-opacity="0.3" stroke-width="0.5" stroke-linecap="round"/><circle cx="3" cy="3" r="3" fill="%23299DFF"/><circle cx="3" cy="61" r="3" fill="%23299DFF"/><circle cx="3" cy="118" r="3" fill="%23299DFF"/><circle cx="3" cy="175" r="3" fill="%23299DFF"/></svg>');
  overflow: hidden;
  position: absolute;
  top: 66px;
  left: 17px;
  background-repeat: repeat-y;
  transition: 0.6s all;
  background-position: 0 -58px;
}
.section-scrollAnimation__content .scr-employee__item {
  display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
  padding-left: 15px;
  transition: 0.6s all;
  transform: translateY(-58px);
}
.section-scrollAnimation__content .scr-employee__item .scr-employee__name {
  font-weight: 700;
}
.section-scrollAnimation__content .scr-employee__item .scr-employee__date {
  color: rgba(32, 28, 68, 0.3);
}
.section-scrollAnimation__content .scr-employee__img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
}
.section-scrollAnimation__content .scr-employee__text-content {
  display: flex;
  flex-direction: row;
  gap: 3px;
  align-items: center;
}
.section-scrollAnimation:not(.finished) .scr-bottom-image__4 .graph-green-line path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: none;
}
.section-scrollAnimation.finished .clockedIn p span {
  top: -58px;
}
.section-scrollAnimation.finished .scr-bottom-image__4 .graph-green-line path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawLine 4s ease-out forwards;
}
.section-scrollAnimation.finished .scr-bottom-image__4 .graph-full circle,
.section-scrollAnimation.finished .scr-bottom-image__4 .graph-full .t-t,
.section-scrollAnimation.finished .scr-bottom-image__4 .graph-full .date,
.section-scrollAnimation.finished .scr-bottom-image__4 .graph-full .numbers {
  opacity: 0;
  animation: showNumbers 1s ease-out forwards;
}
.section-scrollAnimation.finished .scr-bottom-image__4 .graph-full .bg-graph {
  fill: #fff;
}
@keyframes showNumbers {
  100% {
    opacity: 0.5;
  }
}
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.section-scrollAnimation.finished .scr-employee__item {
  transform: translateY(0);
}
.section-scrollAnimation.finished .scr-employee__list::before {
  background-position: 0 0;
}
/*# sourceMappingURL=section-scrollanimation.css.map */
