.deki-gtext-main {
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.deki-gtext-second {
    background: var(--gradient-gp);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.deki-gtext-third {
    background: var(--gradient-ro);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.deki-gunderline {
    background-image: var(--gradient-main);
    background-repeat: no-repeat;
    background-size: 100% 0.1em;
    background-position: 0 100%;
    transition: background-size 250ms ease-in !important;
}

.deki-gunderline:hover {
    background-size: 100% 15%;
}

.deki-gunderline.gblue {
    background-image: var(--gradient-gp);
}

.deki-gfilled {
    background-image: var(--gradient-ro);
    background-repeat: no-repeat;
    background-size: 100% 1.1em;
    background-position: 0 100%;
    transition: background-size 250ms ease-in !important;
}

.deki-gfilled.gblue {
    background-image: var(--gradient-gp);
}

.deki-gfilled.main {
    background-image: var(--gradient-main);
}

.deki-gfilled.gred {
    background-image: var(--gradient-ro);
}

.deki-service-blurb.ggreen .et_pb_module_header {
    background: var(--gradient-gp);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.deki-service-blurb.gblue .et_pb_module_header {
    background: var(--gradient-br);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.deki-service-blurb.gred .et_pb_module_header {
    background: var(--gradient-ro);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.gradient-animate {
    background-size: 150% 150%;
    animation: waveGradientHorizontal 6s ease-in-out infinite alternate
}

@keyframes waveGradientHorizontal {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.deki-gradientborder {
    background-image: linear-gradient(#1c1c1c, #1c1c1c), linear-gradient(var(--angle), #00B7C3, #0086C4, #5F3E9E, #BF2A93, #FF7f50);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    animation: 9s rotate linear infinite;
}

.deki-gradientborder.main-white {
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(var(--angle), #00B7C3, #0086C4, #5F3E9E, #BF2A93, #FF7f50);
}

.deki-gradientborder.grblue-white {
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(var(--angle), #61DEC7, #8A64EB);
}

.deki-gradientborder.grred-white {
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(var(--angle), #D12581, #FF7f50);
}

.deki-gradientborder.grblue-light {
    background-image: linear-gradient(#f5f5f5, #f5f5f5), linear-gradient(var(--angle), #61DEC7, #8A64EB);
}

.deki-gradientborder.grblue-grey {
    background-image: linear-gradient(#3a3a3a, #3a3a3a), linear-gradient(var(--angle), #61DEC7, #8A64EB);
}

.deki-gradientborder.grred-grey {
    background-image: linear-gradient(#3a3a3a, #3a3a3a), linear-gradient(var(--angle), #D12581, #FF7f50);
}

.deki-gradientborder.grred-dark {
    background-image: linear-gradient(#1c1c1c, #1c1c1c), linear-gradient(var(--angle), #D12581, #FF7f50);
}

.deki-gradientborder.grblue-dark {
    background-image: linear-gradient(#1c1c1c, #1c1c1c), linear-gradient(var(--angle), #61DEC7, #8A64EB);
}

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false
}

.deki-scroll-hover {
    transition:
        transform .26s ease,
        box-shadow .26s ease,
        border-color .26s ease;
}

@media (max-width: 980px) {
    .deki-scroll-hover.is-inview.deki-service-blurb {
        border: 1px solid transparent !important;
    }

    .deki-scroll-hover.is-inview.deki-service-blurb.main {
        box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
    }

    .deki-scroll-hover.is-inview.deki-service-blurb.ggreen {
        background-image: linear-gradient(135deg, rgb(97, 222, 199) 0%, rgb(138, 100, 235) 100%, rgb(138, 100, 235) 100%) !important;
    }

    .deki-scroll-hover.is-inview.deki-service-blurb.gred {
        background-image: linear-gradient(135deg, #d12581 0%, #ff7f50 100% 100%) !important;
    }

    .deki-scroll-hover.is-inview.deki-service-blurb.gblue {
        background-image: linear-gradient(135deg, #0077cc 0%, #c71585 100% 100%) !important;
    }

    .deki-scroll-hover.is-inview.deki-service-blurb .et_pb_module_header {
        background: transparent !important;
        -webkit-background-clip: text;
        background-clip: text;
        color: var(--clr-primary-white) !important;
    }

    .deki-scroll-hover.is-inview.deki-service-blurb .et_pb_blurb_description span {
        color: var(--clr-primary-white);
    }
}

.deki-process-row:hover .deki-process-blurb .et_pb_module_header {
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.deki-process-row:hover .deki-process-blurb.grblue .et_pb_module_header {
    background: var(--gradient-gp);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.deki-process-row:hover .deki-process-blurb.grred .et_pb_module_header {
    background: var(--gradient-ro);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

@media (max-width: 980px) {
    .deki-scroll-hover.is-inview .deki-process-blurb .et_pb_module_header {
        background: var(--gradient-main);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
        background-size: 150% 150%;
    }

    .deki-scroll-hover.is-inview .deki-process-blurb.grblue .et_pb_module_header {
        background: var(--gradient-gp);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
        background-size: 150% 150%;
    }

    .deki-scroll-hover.is-inview .deki-process-blurb.grred .et_pb_module_header {
        background: var(--gradient-ro);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
        background-size: 150% 150%;
    }
}

.deki-process-row:hover .deki-process-count .et_pb_module_header {
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.deki-process-row:hover .deki-process-count.grblue .et_pb_module_header {
    background: var(--gradient-gp);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.deki-process-row:hover .deki-process-count.grred .et_pb_module_header {
    background: var(--gradient-ro);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

@media (max-width: 980px) {
    .deki-scroll-hover.is-inview .deki-process-count .et_pb_module_header {
        background: var(--gradient-main);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
    }

    .deki-scroll-hover.is-inview .deki-process-count.grblue .et_pb_module_header {
        background: var(--gradient-gp);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
    }

    .deki-scroll-hover.is-inview .deki-process-count.grred .et_pb_module_header {
        background: var(--gradient-ro);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
    }
}

.deki-faq-row:hover .deki-faq-blurb .et_pb_module_header {
    background: var(--gradient-br);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.deki-faq-row:hover .deki-faq-blurb.gblue .et_pb_module_header {
    background: var(--gradient-gp);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

@media (max-width: 980px) {
    .deki-scroll-hover.is-inview .deki-faq-blurb .et_pb_module_header {
        background: var(--gradient-br);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
    }

    .deki-scroll-hover.is-inview .deki-faq-blurb.gblue .et_pb_module_header {
        background: var(--gradient-gp);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
    }
}

.deki-faq-section .deki-faq-row:nth-child(n+6) {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
}

.deki-faq-section.localization .deki-faq-row:nth-child(n+10) {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
}

.deki-faq-section.section-expanded .deki-faq-row,
.deki-faq-section.localization.section-expanded .deki-faq-row {
    display: flex !important;
    opacity: 1;
    transform: translateY(0);
}

.deki-faq-section .show-more-wrapper {
    text-align: center;
}

.deki-faq-section .show-more-btn {
    background: transparent;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    color: var(--clr-primary-white) !important;
    font-size: 16px !important;
    border-radius: 6px;
    border-width: 2px;
    border-color: var(--clr-primary-white);
    border-style: solid;
    display: inline-flex;
    text-align: center;
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    flex-direction: row;
    cursor: pointer;
}

.deki-faq-section.localization .show-more-btn {
    color: var(--clr-primary-dark) !important;
    font-size: 16px !important;
    border-color: var(--clr-primary-dark);
}

.deki-faq-section .show-more-btn .arrow {
    display: inline-block;
    margin-left: 8px;
    color: var(--clr-primary-white) !important;
    transition: transform 0.3s ease;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.deki-faq-section.localization .show-more-btn .arrow {
    color: var(--clr-primary-dark) !important;
}

.deki-faq-section .show-more-btn.active .arrow {
    transform: rotate(180deg);
}

.deki-audit-banner .et_pb_header_button_wrapper a:hover {
    transform: translateX(0px) translateY(-4px);
}

.deki-desc-blurb:hover {
    background-image: linear-gradient(#3a3a3a, #3a3a3a), linear-gradient(90deg, #61DEC7, #8A64EB);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-position: 0, 100%;

}

.deki-desc-blurb.main-dark:hover {
    background-image: linear-gradient(#1c1c1d, #1c1c1d), linear-gradient(90deg, #00B7C3, #0086C4, #5F3E9E, #BF2A93, #FF7f50);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-position: 0, 100%;

}

.deki-desc-blurb.main-white:hover {
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(90deg, #00B7C3, #0086C4, #5F3E9E, #BF2A93, #FF7f50);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-position: 0, 100%;

}

.deki-desc-blurb.gred-white:hover {
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(90deg, #D12581, #FF7f50);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-position: 0, 100%;

}

@media (max-width: 600px) {
    .deki-scroll-hover.is-inview.deki-desc-blurb {
        background-image: linear-gradient(#3a3a3a, #3a3a3a), linear-gradient(90deg, #61DEC7, #8A64EB);
        background-origin: padding-box, border-box;
        background-clip: padding-box, border-box;
        background-position: 0, 100%;
    }

    .deki-scroll-hover.is-inview.deki-desc-blurb.main-dark {
        background-image: linear-gradient(#1c1c1d, #1c1c1d), linear-gradient(90deg, #00B7C3, #0086C4, #5F3E9E, #BF2A93, #FF7f50);
        background-origin: padding-box, border-box;
        background-clip: padding-box, border-box;
        background-position: 0, 100%;
    }

    .deki-scroll-hover.is-inview.deki-desc-blurb.main-white {
        background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(90deg, #00B7C3, #0086C4, #5F3E9E, #BF2A93, #FF7f50);
        background-origin: padding-box, border-box;
        background-clip: padding-box, border-box;
        background-position: 0, 100%;
    }

    .deki-scroll-hover.is-inview.deki-desc-blurb.gred-white {
        background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(90deg, #D12581, #FF7f50);
        background-origin: padding-box, border-box;
        background-clip: padding-box, border-box;
        background-position: 0, 100%;
    }
}

.deki-offer-list:hover .deki-offer-list-item .et-pb-icon,
.deki-offer-list:hover .deki-offer-list-item .et_pb_icon_list_text {
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.deki-offer-list:hover .deki-offer-list-item.gred .et-pb-icon,
.deki-offer-list:hover .deki-offer-list-item.gred .et_pb_icon_list_text {
    background: var(--gradient-ro);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.deki-offer-list:hover .deki-offer-list-item.gblue .et-pb-icon,
.deki-offer-list:hover .deki-offer-list-item.gblue .et_pb_icon_list_text {
    background: var(--gradient-gp);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

@media (max-width: 980px) {

    .deki-scroll-hover.is-inview .deki-offer-list-item .et-pb-icon,
    .deki-scroll-hover.is-inview .deki-offer-list-item .et_pb_icon_list_text {
        background: var(--gradient-main);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
    }

    .deki-scroll-hover.is-inview .deki-offer-list-item.gred .et-pb-icon,
    .deki-scroll-hover.is-inview .deki-offer-list-item.gred .et_pb_icon_list_text {
        background: var(--gradient-ro);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
    }

    .deki-scroll-hover.is-inview .deki-offer-list-item.gblue .et-pb-icon,
    .deki-scroll-hover.is-inview .deki-offer-list-item.gblue .et_pb_icon_list_text {
        background: var(--gradient-gp);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
    }
}

.deki-chip-marquee-service {
    --chip-service-gap: 4rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    height: 200px;
    width: 100vw;
    gap: var(--chip-service-gap);
}

.deki-chip-track-service {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--chip-service-gap);
    min-width: 100%;
    animation: deki-chip-service-loop 50s linear infinite;
}

.deki-chip-track-service a {
    font-size: 90px;
    color: var(--clr-primary-white);
    opacity: .95;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.deki-chip-track-service .deki-chip-icon {
    width: 90px;
    height: 90px;
    color: var(--clr-primary-white);
    opacity: .95;
    flex: 0 0 auto;
}

.deki-chip-track-service .deki-chip-text,
.deki-chip-track-service .deki-chip-text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 50px;
    line-height: 1.7em;
    letter-spacing: .02em;
    -webkit-background-clip: text;
    background-clip: text;
    color: var(--clr-primary-white);
}

@keyframes deki-chip-service-loop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--chip-service-gap)));
    }
}

.deki-chip-marquee-service:hover .deki-chip-track-service {
    animation-play-state: running;
}

.deki-chip-marquee-service.stopable:hover .deki-chip-track-service {
    animation-play-state: paused !important;
}

.deki-vertical-marquee {
    --vertical-marquee-gap: 2rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    height: 1010px;
    gap: var(--vertical-marquee-gap);
    flex-direction: column;
}

.deki-vertical-marquee-track {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: var(--vertical-marquee-gap);
    min-width: 100%;
}

.deki-vertical-marquee-track {
    animation: deki-vertical-marquee-loop 30s linear infinite;
}

.deki-vertical-marquee-track span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Condensed";
    font-size: 200px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1em;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 150% 150%;
    animation: waveGradientHorizontal 6s ease-in-out infinite alternate
}

@media (max-width: 980px) {
    .deki-vertical-marquee-track span {
        font-size: 150px;
    }

    .deki-vertical-marquee {
        height: 1100px;
    }
}

.deki-vertical-marquee-track.grblue span {
    background: var(--gradient-gp);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.deki-vertical-marquee-track.grred span {
    background: var(--gradient-ro);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.deki-vertical-marquee:hover .deki-vertical-marquee-track {
    animation-play-state: running;
}

@keyframes deki-vertical-marquee-loop {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(calc(-100% - var(--vertical-marquee-gap)));
    }
}