.button a {
    font-size: 1rem;
    padding: 1.1em 4.25em 1.1em 3.25em;
    display: inline-block;
    box-shadow: 0px 6px 12px #0038FF26;
    border-radius: 4px;
    letter-spacing: 0.26px;
    line-height: 16.8px;
    position: relative;
    background: #0065FF;
    background: linear-gradient(to right, #0065FF calc(15% - 10px), #00D6FF calc(50% - 10px), #0065FF calc(45% + 10px));
    background-size: 250% 100%;
    background-position: 100% 50%;
    transition: 0.3s all;
    color: #fff;
}

@-webkit-keyframes AnimationName {
    90% {
        padding-right: 4.34em;
    }

    100% {
        padding: 1.1em 4.25em 1.1em 3.25em;
    }
}

@-moz-keyframes AnimationName {
    90% {
        padding-right: 4.34em;
    }

    100% {
        padding: 1.1em 4.25em 1.1em 3.25em;
    }
}

@keyframes AnimationName {
    90% {
        padding-right: 4.34em;
    }

    100% {
        padding: 1.1em 4.25em 1.1em 3.25em;
    }
}

.button a:hover {
    background-position: 0 50%;
    transition: .3s all;
    -webkit-animation: AnimationName .3s;
    -moz-animation: AnimationName .3s;
    animation-fill-mode: forwards;
    animation: AnimationName .3s
}

.button a img {
    transition: all .4s ease
}

.button a:hover img {
    transform: translateX(5px)
}

.button a img {
    max-width: 15px;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 20px;
}

#scroll-down-animation {
    max-width: 2em;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 8%;
}

#scroll-down-animation .mouse {
    max-width: 2em;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 14%;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 2px solid #fff;
    height: 50px;
    width: 50px;
}

#scroll-down-animation .mouse:after {
    content: '';
    background: url(/wp-content/themes/heimdal/img/white-arrow-image.svg) center center no-repeat;
    width: 13px;
    display: block;
    position: absolute;
    left: 50%;
    height: 44px;
    top: 40px;
    transform: translateX(-50%);
}

#scroll-down-animation .move {
    position: absolute;
    background-color: #fff;
    height: 11px;
    width: 3.5px;
    border-radius: 20%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
}

@keyframes move {
    0% {
        transform: translate(-50%, 3px);
        opacity: 0;
    }

    50% {
        transform: translate(-50%, 20px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 33px);
        opacity: 0;
    }
}

a {
    color: #fff;
}

.presentation-area__wrapper .presentation-container h1,
.one-platform-container h2,
.anticipate-section .outsideTitle,
.unique-ss .unique-solutions .top-text,
.unified-section-wrapper .text-container h2,
.securing-global-container .text-container h2,
.customers-section h2,
.related-resources .related-top h2,
.utd-container h2,
.cta-card-wraper .cyber-footer-title {
    font-family: "Inter", "Nunito Sans", sans-serif !important;
    font-weight: 700 !important;
}