#CatchCopy {
    width: 100vw;
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: italic;
    font-size: calc(20px + 5vw);
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    text-shadow: 0 0 0.15em rgba(69, 95, 135, 0.7);
    user-select: none;
    white-space: nowrap;
    filter: blur(0.004em);
    animation: shake 5.5s linear forwards, fadeIn 16s ease 0s 1 normal;
    animation: -webkit-animation: fadeIn 16s ease 0s 1 normal;
}

#CatchCopy span {
    position: absolute;
    top: 0px;
    left: 40%;
    transform: translate(0%, 0%);
}

#CatchCopy::before,
#CatchCopy::after {
    content: attr(data-text);
    position: absolute;
    top: 0px;
    left: 40%;
}

@keyframes shake {
    5%,
    10% {
        filter: blur(1em);
        transform: translateY(-0.58em);
    }
    15% {
        filter: blur(0.008em);
    }
    20% {
        filter: blur(0.02em);
        transform: translateY(0.038em) rotate(-0.6deg);
    }
    25% {
        filter: blur(0.008em);
        transform: translateY(-0.028em) rotate(-0.2deg);
    }
    30% {
        filter: blur(0.008em);
        transform: translateY(0.018em) rotate(-0.4deg);
    }
    40% {
        filter: blur(0.01em);
        transform: translateY(-0.01em) rotate(-0.2deg);
    }
    55% {
        filter: blur(0.028em);
        transform: translateY(0.00.8em) rotate(0.3deg);
        ;
    }
    50% {
        filter: blur(0.008em);
        transform: translateY(-0.001em) rotate(-0.1deg);
    }
    60% {
        filter: blur(0.008em);
        transform: translateY(0em) rotate(-0.2deg);
    }
    70% {
        filter: blur(0.018em);
        transform: translateY(0em) rotate(0deg);
    }
    75% {
        filter: blur(0.008em);
    }
    80% {
        filter: blur(0.01em);
    }
    95% {
        filter: blur(0.028em);
    }
    100% {
        filter: blur(0.002em);
    }
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {
    #CatchCopy span {
        padding-top: 140px;
        position: absolute;
        top: 150%;
        left: 0%;
        transform: translate(0%, 0%);
    }
    #CatchCopy::before,
    #CatchCopy::after {
        padding-top: 140px;
        content: attr(data-text);
        position: absolute;
        top: 150%;
        left: 0%;
    }
}

@media screen and (max-height: 800px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-height: 700px) {
    #CatchCopy {
        font-size: calc(14px + 5vw);
    }
}

@media screen and (max-width: 375px) {
    #CatchCopy {
        font-size: calc(12px + 5vw);
    }
}

@media screen and (max-width: 325px) {
    #CatchCopy {
        font-size: calc(14px + 5vw);
    }
}

@media screen and (max-width: 320px) {}

#underCatchCopy {
    width: 100vw;
    position: relative;
    font-family: 'Montserrat', Arial, serif;
    font-style: italic;
    font-size: calc(8px + 1.6vw);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    border: none;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    text-shadow: 0 0 0.15em rgba(69, 95, 135, 0.7);
    user-select: none;
    white-space: nowrap;
    filter: blur(0.004em);
    animation: shake 5.5s linear forwards, fadeIn 16s ease 0s 1 normal;
    animation: -webkit-animation: fadeIn 16s ease 0s 1 normal;
}

#underCatchCopy span {
    position: absolute;
    top: calc(30px + 6vw);
    left: 60%;
    transform: translate(0%, 0%);
}

#underCatchCopy::before,
#underCatchCopy::after {
    content: attr(data-text);
    position: absolute;
    top: calc(30px + 6vw);
    left: 60%;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {
    #underCatchCopy {
        font-size: calc(16px + 2vw);
        border: none;
    }
    #underCatchCopy span {
        padding-top: 140px;
        position: absolute;
        top: calc(30px + 6vw);
        left: 0%;
        transform: translate(0%, 0%);
    }
    #underCatchCopy::before,
    #underCatchCopy::after {
        padding-top: 140px;
        content: attr(data-text);
        position: absolute;
        top: calc(30px + 6vw);
        left: 0%;
    }
}

@media screen and (max-height: 800px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-height: 700px) {
    #underCatchCopy {
        font-size: calc(10px + 2vw);
        border: none;
    }
}

@media screen and (max-width: 500px) {
    #underCatchCopy {
        font-size: calc(14px + 2vw);
        border: none;
    }
}

@media screen and (max-width: 325px) {}

@media screen and (max-width: 320px) {}