:root {
    --ap-primary: #0d6efd;
    --ap-primary-dark: #0755c9;
    --ap-primary-soft: #eaf2ff;
    --ap-cyan: #14b8d4;
    --ap-success: #168a58;
    --ap-warning: #f4b41a;
    --ap-ink: #122033;
    --ap-muted: #617086;
    --ap-border: #dfe6ef;
    --ap-surface: #ffffff;
    --ap-surface-soft: #f5f8fc;
    --ap-radius-sm: 0.85rem;
    --ap-radius: 1.25rem;
    --ap-radius-lg: 1.75rem;
    --ap-shadow-sm: 0 10px 30px rgba(18, 32, 51, 0.07);
    --ap-shadow: 0 24px 70px rgba(18, 32, 51, 0.13);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 6.5rem;
}

body.ap-home {
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ap-ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.ap-home a {
    text-underline-offset: 0.2em;
}

.ap-home img {
    max-width: 100%;
}

.ap-home .container {
    max-width: 1200px;
}

.skip-link {
    position: fixed;
    top: -5rem;
    left: 1rem;
    z-index: 2000;
    padding: 0.75rem 1rem;
    color: #fff;
    background: var(--ap-ink);
    border-radius: 0.75rem;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 1rem;
}

.ap-topbar {
    min-height: 2.25rem;
    color: #dbeafe;
    background: #0b1627;
    font-size: 0.83rem;
}

.ap-topbar a {
    color: inherit;
    text-decoration: none;
}

.ap-topbar a:hover,
.ap-topbar a:focus {
    color: #fff;
}

.ap-navbar {
    z-index: 1035;
    min-height: 5rem;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(223, 230, 239, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ap-navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
}

.ap-brand-logo {
    width: 190px;
    height: auto;
}

.ap-navbar .nav-link {
    position: relative;
    padding: 0.65rem 0.75rem !important;
    color: #344155;
    font-weight: 600;
}

.ap-navbar .nav-link::after {
    position: absolute;
    right: 0.75rem;
    bottom: 0.35rem;
    left: 0.75rem;
    height: 2px;
    content: "";
    background: var(--ap-primary);
    border-radius: 999px;
    opacity: 0;
    transform: scaleX(0.4);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.ap-navbar .nav-link:hover,
.ap-navbar .nav-link:focus {
    color: var(--ap-primary-dark);
}

.ap-navbar .nav-link:hover::after,
.ap-navbar .nav-link:focus::after {
    opacity: 1;
    transform: scaleX(1);
}

.ap-navbar .navbar-toggler {
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    border: 1px solid var(--ap-border);
    border-radius: 0.85rem;
    box-shadow: none;
}

.ap-btn {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.72rem 1.15rem;
    border-radius: 0.85rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ap-btn:hover {
    transform: translateY(-1px);
}

.ap-btn-primary {
    color: #fff;
    background: var(--ap-primary);
    border-color: var(--ap-primary);
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.22);
}

.ap-btn-primary:hover,
.ap-btn-primary:focus {
    color: #fff;
    background: var(--ap-primary-dark);
    border-color: var(--ap-primary-dark);
    box-shadow: 0 13px 30px rgba(13, 110, 253, 0.28);
}

.ap-btn-outline {
    color: var(--ap-ink);
    background: #fff;
    border-color: #bac6d5;
}

.ap-btn-outline:hover,
.ap-btn-outline:focus {
    color: var(--ap-primary-dark);
    background: var(--ap-primary-soft);
    border-color: #9bbcf0;
}

.ap-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 7.5rem) 0 5.5rem;
    background:
        radial-gradient(circle at 88% 10%, rgba(20, 184, 212, 0.16), transparent 30%),
        radial-gradient(circle at 10% 20%, rgba(13, 110, 253, 0.12), transparent 34%),
        linear-gradient(180deg, #f7faff 0%, #fff 86%);
}

.ap-hero::before,
.ap-hero::after {
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 999px;
    filter: blur(2px);
}

.ap-hero::before {
    top: 8%;
    right: -7rem;
    width: 22rem;
    height: 22rem;
    border: 1px solid rgba(13, 110, 253, 0.13);
}

.ap-hero::after {
    bottom: 1rem;
    left: -6rem;
    width: 14rem;
    height: 14rem;
    background: rgba(20, 184, 212, 0.05);
}

.ap-eyebrow {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    padding: 0.42rem 0.72rem;
    margin-bottom: 1.15rem;
    color: var(--ap-primary-dark);
    background: var(--ap-primary-soft);
    border: 1px solid #cfe0fb;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.ap-hero h1 {
    max-width: 690px;
    margin: 0;
    color: #0b1729;
    font-size: clamp(2.5rem, 5vw, 4.65rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.04;
}

.ap-gradient-text {
    color: var(--ap-primary);
    background: linear-gradient(100deg, var(--ap-primary) 8%, #0ca8c5 86%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ap-hero-lead {
    max-width: 620px;
    margin: 1.4rem 0 1.75rem;
    color: var(--ap-muted);
    font-size: clamp(1.05rem, 1.6vw, 1.23rem);
}

.ap-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ap-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    padding: 0;
    margin: 1.7rem 0 0;
    color: #4a5b70;
    list-style: none;
    font-size: 0.93rem;
    font-weight: 600;
}

.ap-trust-list li {
    display: flex;
    gap: 0.4rem;
    align-items: center;
}

.ap-trust-list i {
    color: var(--ap-success);
}

.ap-product-visual {
    position: relative;
    max-width: 590px;
    padding: 0.8rem;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(196, 211, 231, 0.85);
    border-radius: 2rem;
    box-shadow: var(--ap-shadow);
    backdrop-filter: blur(12px);
}

.ap-product-visual::before {
    position: absolute;
    inset: 9% 6% -4%;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.2), rgba(20, 184, 212, 0.14));
    border-radius: 2rem;
    filter: blur(30px);
}

.ap-product-visual img {
    display: block;
    width: 100%;
    min-height: 360px;
    object-fit: contain;
    background: #fff;
    border-radius: 1.45rem;
}

.ap-floating-card {
    position: absolute;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    max-width: 245px;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--ap-border);
    border-radius: 1rem;
    box-shadow: 0 15px 40px rgba(18, 32, 51, 0.16);
}

.ap-floating-card strong,
.ap-floating-card span {
    display: block;
}

.ap-floating-card span {
    color: var(--ap-muted);
    font-size: 0.78rem;
}

.ap-floating-card--top {
    top: 1.75rem;
    right: -1.2rem;
}

.ap-floating-card--bottom {
    bottom: 1.5rem;
    left: -1.4rem;
}

.ap-icon-box {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    color: var(--ap-primary);
    background: var(--ap-primary-soft);
    border-radius: 0.9rem;
    font-size: 1.25rem;
}

.ap-icon-box--success {
    color: var(--ap-success);
    background: #e8f7ef;
}

.ap-section {
    padding: clamp(4.5rem, 7vw, 7rem) 0;
}

.ap-section--soft {
    background: var(--ap-surface-soft);
}

.ap-section-heading {
    max-width: 720px;
    margin-bottom: 2.4rem;
}

.ap-section-heading.text-center {
    margin-right: auto;
    margin-left: auto;
}

.ap-section-heading h2 {
    margin-bottom: 0.8rem;
    color: #0b1729;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.ap-section-heading p {
    margin: 0;
    color: var(--ap-muted);
    font-size: 1.07rem;
}

.ap-feature-card {
    height: 100%;
    padding: 1.55rem;
    background: var(--ap-surface);
    border: 1px solid var(--ap-border);
    border-radius: var(--ap-radius);
    box-shadow: 0 7px 22px rgba(18, 32, 51, 0.04);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.ap-feature-card:hover {
    border-color: #bdd3f4;
    box-shadow: var(--ap-shadow-sm);
    transform: translateY(-5px);
}

.ap-feature-card .ap-icon-box {
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: 1.25rem;
    font-size: 1.55rem;
}

.ap-feature-card h3 {
    margin-bottom: 0.55rem;
    font-size: 1.15rem;
    font-weight: 800;
}

.ap-feature-card p {
    margin: 0;
    color: var(--ap-muted);
}

.ap-feature-card--cyan .ap-icon-box {
    color: #067c92;
    background: #e2f8fc;
}

.ap-feature-card--green .ap-icon-box {
    color: var(--ap-success);
    background: #e7f7ef;
}

.ap-feature-card--amber .ap-icon-box {
    color: #9b6700;
    background: #fff5d8;
}

.ap-showcase {
    position: relative;
    min-height: 500px;
    padding: 1.25rem;
    overflow: hidden;
    background: linear-gradient(145deg, #0d6efd, #0b274c);
    border-radius: var(--ap-radius-lg);
    box-shadow: var(--ap-shadow);
}

.ap-showcase img {
    width: 100%;
    height: 470px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 20px 30px rgba(2, 12, 27, 0.24));
}

.ap-showcase-badge {
    position: absolute;
    right: 1.35rem;
    bottom: 1.35rem;
    padding: 0.75rem 0.95rem;
    color: #fff;
    background: rgba(8, 26, 49, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.9rem;
    font-size: 0.86rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.ap-check-list {
    display: grid;
    gap: 1.2rem;
    padding: 0;
    margin: 1.75rem 0 0;
    list-style: none;
}

.ap-check-list li {
    display: grid;
    grid-template-columns: 2.75rem 1fr;
    gap: 0.85rem;
    align-items: start;
}

.ap-check-list .ap-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    color: var(--ap-primary);
    background: var(--ap-primary-soft);
    border-radius: 0.85rem;
}

.ap-check-list strong {
    display: block;
    margin-bottom: 0.18rem;
    font-size: 1.02rem;
}

.ap-check-list p {
    margin: 0;
    color: var(--ap-muted);
}

.ap-step {
    position: relative;
    height: 100%;
    padding: 1.65rem;
    background: #fff;
    border: 1px solid var(--ap-border);
    border-radius: var(--ap-radius);
}

.ap-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    margin-bottom: 1rem;
    color: #fff;
    background: var(--ap-primary);
    border-radius: 0.85rem;
    font-weight: 800;
}

.ap-step h3 {
    margin-bottom: 0.45rem;
    font-size: 1.12rem;
    font-weight: 800;
}

.ap-step p {
    margin: 0;
    color: var(--ap-muted);
}

.ap-stats {
    padding: 2rem;
    color: #fff;
    background: linear-gradient(105deg, #07152a, #0b315f 58%, #075f78);
    border-radius: var(--ap-radius-lg);
    box-shadow: var(--ap-shadow-sm);
}

.ap-stat {
    padding: 0.65rem 1rem;
}

.ap-stat strong {
    display: block;
    font-size: clamp(1.45rem, 2.8vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.ap-stat span {
    color: #bcd0e8;
    font-size: 0.92rem;
}

.ap-client-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
}

.ap-client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--ap-border);
    border-radius: 1rem;
}

.ap-client-logo img {
    max-width: 145px;
    max-height: 58px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.68;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.ap-client-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.ap-client-logo span {
    color: #526176;
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
}

.ap-news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--ap-border);
    border-radius: var(--ap-radius);
    box-shadow: 0 7px 22px rgba(18, 32, 51, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ap-news-card:hover,
.ap-news-card:focus {
    color: inherit;
    box-shadow: var(--ap-shadow-sm);
    transform: translateY(-4px);
}

.ap-news-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.86);
    background: linear-gradient(135deg, #0d6efd, #0b385d);
    font-size: 2.5rem;
}

.ap-news-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ap-news-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.35rem;
}

.ap-news-meta {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.65rem;
    color: var(--ap-muted);
    font-size: 0.82rem;
}

.ap-news-card h3 {
    margin-bottom: 0.55rem;
    font-size: 1.13rem;
    font-weight: 800;
    line-height: 1.35;
}

.ap-news-card p {
    margin-bottom: 1rem;
    color: var(--ap-muted);
}

.ap-news-link {
    margin-top: auto;
    color: var(--ap-primary-dark);
    font-weight: 750;
}

.ap-contact-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem);
    color: #fff;
    background:
        radial-gradient(circle at 90% 0, rgba(20, 184, 212, 0.28), transparent 28%),
        linear-gradient(120deg, #07152a, #0c3261);
    border-radius: var(--ap-radius-lg);
    box-shadow: var(--ap-shadow);
}

.ap-contact-panel h2 {
    max-width: 560px;
    margin-bottom: 0.8rem;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.035em;
}

.ap-contact-panel p {
    max-width: 600px;
    color: #c6d7eb;
}

.ap-contact-form {
    padding: 1.35rem;
    color: var(--ap-ink);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 1.25rem;
}

.ap-contact-form .form-label,
.ap-login-form .form-label {
    margin-bottom: 0.38rem;
    font-size: 0.88rem;
    font-weight: 750;
}

.ap-home .form-control,
.ap-home .form-select {
    min-height: 3.15rem;
    border-color: #cfd9e6;
    border-radius: 0.82rem;
}

.ap-home .form-control:focus,
.ap-home .form-select:focus {
    border-color: #80adf5;
    box-shadow: 0 0 0 0.22rem rgba(13, 110, 253, 0.12);
}

.ap-footer {
    padding: 4rem 0 1.5rem;
    color: #c5d1df;
    background: #07111f;
}

.ap-footer-logo {
    width: 205px;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

.ap-footer h2 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
}

.ap-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ap-footer li + li {
    margin-top: 0.55rem;
}

.ap-footer a {
    color: #c5d1df;
    text-decoration: none;
}

.ap-footer .btn-link {
    color: #c5d1df;
    text-decoration: none;
}

.ap-footer a:hover,
.ap-footer a:focus,
.ap-footer .btn-link:hover,
.ap-footer .btn-link:focus {
    color: #fff;
}

.ap-contact-panel a {
    overflow-wrap: anywhere;
}

.ap-footer-bottom {
    padding-top: 1.3rem;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 0.86rem;
}

.ap-social-links {
    display: flex;
    gap: 0.55rem;
}

.ap-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    color: #e5edf7;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
}

.ap-social-links a:hover,
.ap-social-links a:focus {
    background: var(--ap-primary);
}

.ap-whatsapp {
    position: fixed;
    bottom: 1.25rem;
    left: 1.25rem;
    z-index: 1030;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    color: #fff;
    text-decoration: none;
    background: #20b85a;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(17, 87, 48, 0.3);
    font-size: 1.4rem;
    transition: transform 0.2s ease;
}

.ap-whatsapp:hover,
.ap-whatsapp:focus {
    color: #fff;
    transform: translateY(-2px) scale(1.03);
}

.ap-home .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 1.25rem;
    box-shadow: var(--ap-shadow);
}

.ap-home .modal-header,
.ap-home .modal-footer {
    padding: 1.15rem 1.35rem;
    border-color: var(--ap-border);
}

.ap-home .modal-body {
    padding: 1.35rem;
}

.ap-login-intro {
    padding: 1.2rem;
    margin: -1.35rem -1.35rem 1.35rem;
    background: linear-gradient(130deg, #edf4ff, #f1fbfd);
    border-bottom: 1px solid var(--ap-border);
}

.ap-password-wrap {
    position: relative;
}

.ap-password-wrap .form-control {
    padding-right: 3.25rem;
}

.ap-password-toggle {
    position: absolute;
    top: 50%;
    right: 0.55rem;
    width: 2.2rem;
    height: 2.2rem;
    color: #58687c;
    background: transparent;
    border: 0;
    border-radius: 0.6rem;
    transform: translateY(-50%);
}

.ap-password-toggle:hover,
.ap-password-toggle:focus {
    color: var(--ap-primary);
    background: var(--ap-primary-soft);
}

.ap-terms {
    max-height: 60vh;
    overflow-y: auto;
    color: #344155;
}

.ap-notice-stack {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 2000;
    display: grid;
    gap: 0.65rem;
    width: min(390px, calc(100vw - 2rem));
}

.ap-notice {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
    align-items: start;
    padding: 0.95rem 1rem;
    color: #fff;
    background: #17324f;
    border-radius: 0.95rem;
    box-shadow: 0 16px 38px rgba(7, 20, 36, 0.24);
    animation: ap-notice-in 0.25s ease both;
}

.ap-notice--success {
    background: #147548;
}

.ap-notice--error {
    background: #b6323b;
}

.ap-notice button {
    padding: 0.1rem;
    color: inherit;
    background: transparent;
    border: 0;
    opacity: 0.8;
}

.ap-notice button:hover,
.ap-notice button:focus {
    opacity: 1;
}

@keyframes ap-notice-in {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.ap-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.ap-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ap-home :focus-visible {
    outline: 3px solid rgba(13, 110, 253, 0.35);
    outline-offset: 2px;
}

@media (max-width: 991.98px) {
    .ap-navbar .navbar-collapse {
        padding: 1rem;
        margin-top: 0.65rem;
        background: #fff;
        border: 1px solid var(--ap-border);
        border-radius: 1rem;
        box-shadow: var(--ap-shadow-sm);
    }

    .ap-navbar .nav-link::after {
        display: none;
    }

    .ap-product-visual {
        max-width: 680px;
        margin: 1.5rem auto 0;
    }

    .ap-floating-card--top {
        right: 0.4rem;
    }

    .ap-floating-card--bottom {
        left: 0.4rem;
    }

    .ap-client-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .ap-brand-logo {
        width: 168px;
    }

    .ap-hero {
        padding-top: 3.5rem;
    }

    .ap-hero h1 {
        font-size: clamp(2.35rem, 11vw, 3.4rem);
    }

    .ap-hero-actions .ap-btn {
        flex: 1 1 100%;
    }

    .ap-product-visual {
        padding: 0.5rem;
        border-radius: 1.4rem;
    }

    .ap-product-visual img {
        min-height: 290px;
        border-radius: 1.1rem;
    }

    .ap-floating-card {
        position: static;
        max-width: none;
        margin-top: 0.55rem;
        box-shadow: none;
    }

    .ap-showcase {
        min-height: 360px;
    }

    .ap-showcase img {
        height: 340px;
    }

    .ap-stats {
        padding: 1.25rem;
    }

    .ap-stat {
        text-align: center;
    }

    .ap-client-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ap-contact-panel {
        border-radius: 1.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .ap-reveal {
        opacity: 1;
        transform: none;
    }
}
