.scroll-icon a:hover {
    transform: scale(1.2);
}

@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 120.912353515625px;
        stroke-dasharray: 120.912353515625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 120.912353515625px;
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 120.912353515625px;
        stroke-dasharray: 120.912353515625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 120.912353515625px;
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.92s both;
    animation: animate-svg-stroke-1 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.92s both;
    animation-iteration-count: infinite;
}

@-webkit-keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 114.66966247558594px;
        stroke-dasharray: 114.66966247558594px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 114.66966247558594px;
    }
}

@keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 114.66966247558594px;
        stroke-dasharray: 114.66966247558594px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 114.66966247558594px;
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-stroke-2 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both;
    animation: animate-svg-stroke-2 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both;
    animation-iteration-count: infinite;
}

@-webkit-keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 12px;
        stroke-dasharray: 12px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 12px;
    }
}

@keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 12px;
        stroke-dasharray: 12px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 12px;
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-stroke-3 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1600000000000001s both;
    animation: animate-svg-stroke-3 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1600000000000001s both;
    animation-iteration-count: infinite;
}