.txt1-svg.loaded,
.txt2-svg.loaded,
.txt4-svg.loaded,
.txt5-svg.loaded {
    animation: zoom-in;
    animation-duration: .7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    opacity: 0;
}

.txt4-svg.loaded,
.txt5-svg.loaded {
    animation-delay: 1s;
}

.txt2-svg.loaded {
    animation-delay: .2s;
}

.svg-wrap-txt1-svg,
.svg-wrap-txt2-svg,
.svg-wrap-txt4-svg,
.svg-wrap-txt5-svg,
.button-container {
    animation: pulze;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 2s;
}

.svg-wrap-txt2-svg,
.svg-wrap-txt5-svg {
    animation-delay: 2.2s;
}



@keyframes zoom-in {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulze {
    0% {
        transform: scale3d(1, 1, 1);
    }

    5% {
        transform: scale3d(1.2, 1.2, 1.2);
    }

    10% {
        transform: scale3d(1, 1, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.txt3-svg {
    animation: 6.8s linear .4s 1 normal forwards running gwd-gen-1v6sgwdanimation_gwd-keyframes;
    transform: translate3d(0px, 30px, 0px);
    opacity: 0;
}

@keyframes gwd-gen-1v6sgwdanimation_gwd-keyframes {
    0% {
        transform: translate3d(0px, 30px, 0px);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }

    10.2941% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        animation-timing-function: linear;
    }

    97.0588% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        animation-timing-function: linear;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        animation-timing-function: linear;
    }
}

.lens-wrap-coin1 {
    animation: 0.6s linear 1.5s 1 normal forwards running gwd-gen-19f7gwdanimation_gwd-keyframes;
    transform: translate3d(117px, 0px, 0px) rotateZ(68deg);
    opacity: 0;
    transform-style: preserve-3d;
}

@keyframes gwd-gen-19f7gwdanimation_gwd-keyframes {
    0% {
        transform: translate3d(117px, 0px, 0px) rotateZ(68deg);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px) rotateZ(0deg);
        opacity: 1;
        animation-timing-function: linear;
    }
}

.lens-wrap-coin2 {
    animation: 0.6s linear 1.1s 1 normal forwards running gwd-gen-10bhgwdanimation_gwd-keyframes;
    transform: translate3d(117px, 0px, 0px) rotateZ(68deg);
    opacity: 0;
    transform-style: preserve-3d;
}

@keyframes gwd-gen-10bhgwdanimation_gwd-keyframes {
    0% {
        transform: translate3d(117px, 0px, 0px) rotateZ(68deg);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px) rotateZ(0deg);
        opacity: 1;
        animation-timing-function: linear;
    }
}

.prices-svg {
    animation: 0.8s linear 1s 1 normal forwards running gwd-gen-1v7xgwdanimation_gwd-keyframes;
    transform: translate3d(50px, 0px, 0px);
    opacity: 0;
    transform-style: preserve-3d;
}

@keyframes gwd-gen-1v7xgwdanimation_gwd-keyframes {
    0% {
        transform: translate3d(50px, 0px, 0px);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        animation-timing-function: linear;
    }
}

.label-gold-svg {
    animation: 0.6s linear 2.2s 1 normal forwards running gwd-gen-17t7gwdanimation_gwd-keyframes;
    transform: translate3d(0px, 76px, 0px);
    opacity: 0;
    transform-style: preserve-3d;
}

@keyframes gwd-gen-17t7gwdanimation_gwd-keyframes {
    0% {
        transform: translate3d(0px, 76px, 0px);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        animation-timing-function: linear;
    }
}

.label-diameter-svg {
    animation: 0.6s linear 2.2s 1 normal forwards running gwd-gen-11wbgwdanimation_gwd-keyframes;
    transform: translate3d(0px, -82px, 0px);
    opacity: 0;
    transform-style: preserve-3d;
}

@keyframes gwd-gen-11wbgwdanimation_gwd-keyframes {
    0% {
        transform: translate3d(0px, -82px, 0px);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        animation-timing-function: linear;
    }
}

.lens-wrap-coin1::after {
    animation: 10s linear 3s infinite normal forwards running gwd-gen-prc1gwdanimation_gwd-keyframes;
}

@keyframes gwd-gen-prc1gwdanimation_gwd-keyframes {
    0% {
        transform: rotateZ(0deg) scale3d(0.2, 0.2, 0.2);
        opacity: 0;
        animation-timing-function: linear;
    }

    5% {
        transform: rotateZ(30deg) scale3d(1, 1, 1);
        opacity: 1;
        animation-timing-function: linear;
    }

    10% {
        transform: rotateZ(97.5deg) scale3d(1, 1, 1);
        opacity: 1;
        animation-timing-function: linear;
    }

    15% {
        transform: rotateZ(135deg) scale3d(0.2, 0.2, 0.2);
        opacity: 0;
        animation-timing-function: linear;
    }

    100% {
        transform: rotateZ(135deg) scale3d(0.2, 0.2, 0.2);
        opacity: 0;
        animation-timing-function: linear;
    }
}

.lens-wrap-coin2::before {
    animation: 10s linear 3.3s infinite normal forwards running gwd-gen-17thgwdanimation_gwd-keyframes;
    transform: rotateZ(0deg) scale3d(0.2, 0.2, 0.2);
    opacity: 0;
}

@keyframes gwd-gen-17thgwdanimation_gwd-keyframes {
    0% {
        transform: rotateZ(0deg) scale3d(0.2, 0.2, 0.2);
        opacity: 0;
        animation-timing-function: linear;
    }

    5% {
        transform: rotateZ(30deg) scale3d(1, 1, 1);
        opacity: 1;
        animation-timing-function: linear;
    }

    10% {
        transform: rotateZ(97.5deg) scale3d(1, 1, 1);
        opacity: 1;
        animation-timing-function: linear;
    }

    15% {
        transform: rotateZ(135deg) scale3d(0.2, 0.2, 0.2);
        opacity: 0;
        animation-timing-function: linear;
    }

    100% {
        transform: rotateZ(135deg) scale3d(0.2, 0.2, 0.2);
        opacity: 0;
        animation-timing-function: linear;
    }
}

.bonus-svg {
    animation: 0.8s linear 1.2s 1 normal forwards running gwd-gen-sdkagwdanimation_gwd-keyframes;
    transform: translate3d(0px, 100px, 0px);
    opacity: 0;
    transform-style: preserve-3d;
}

@keyframes gwd-gen-sdkagwdanimation_gwd-keyframes {
    0% {
        transform: translate3d(0px, 100px, 0px);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        animation-timing-function: linear;
    }
}

.booklet {
    animation: 0.8s linear 1.3s 1 normal forwards running gwd-gen-1elfgwdanimation_gwd-keyframes;
    transform: translate3d(0px, 100px, 0px);
    opacity: 0;
    transform-style: preserve-3d;
}

@keyframes gwd-gen-1elfgwdanimation_gwd-keyframes {
    0% {
        transform: translate3d(0px, 100px, 0px);
        opacity: 0;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        animation-timing-function: linear;
    }
}

.button-svg {
    animation: zoom-in;
    animation-duration: .7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    opacity: 0;
    animation-delay: 2.5s;
}

.arrows-left,
.arrows-right {
    animation: opacity;
    animation-duration: .7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    opacity: 0;
    animation-delay: 2.5s;
}

@keyframes opacity {
    0% {

        opacity: 0;
        animation-timing-function: ease-in-out;
    }

    100% {

        opacity: 1;
        animation-timing-function: linear;
    }
}