/* =====================================================
   Shared Home Section Tokens
   ===================================================== */
.hs-section{
    --hs-primary:var(--theme-color,#0f3d5e);
    --hs-secondary:var(--theme-color2,#0b7285);
    --hs-dark:#172033;
    --hs-text:#1f2937;
    --hs-muted:#667085;
    --hs-light:#f6f9fc;
    --hs-white:#ffffff;
    position:relative;
    padding:70px 0;
    overflow:hidden;
}
.hs-section-inner{position:relative;z-index:2;}
.hs-bg-overlay{position:absolute;inset:0;z-index:1;}
.hs-heading{margin-bottom:34px;}
.hs-heading .site-title{font-weight:800;}
.hs-kicker{display:inline-flex;padding:5px 14px;border-radius:50px;background:rgba(15,61,94,.08);color:var(--hs-primary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.7px;margin-bottom:9px;}
.hs-heading-text{max-width:720px;margin:10px auto 0;color:var(--hs-muted);}
.hs-heading-light .hs-heading-text{color:rgba(255,255,255,.86);}
.hs-divider-wrap{margin-top:7px; text-align:center;}
.hs-section a{text-decoration:none;}
.hs-section img{max-width:100%;}
@media(max-width:991.98px){.hs-section{padding:55px 0;}.hs-heading{margin-bottom:26px;}}
@media(max-width:575.98px){.hs-section{padding:44px 0;}.hs-heading{margin-bottom:22px;}}

/* =====================================================
   Important Websites - Advanced Unique Layouts 1 to 5
   ===================================================== */
.iw-section{
    --iw-primary:var(--theme-color,#0f3d5e);
    --iw-secondary:var(--theme-color2,#0b7285);
    --iw-dark:#101828;
    --iw-text:#1f2937;
    --iw-muted:#667085;
    --iw-light:#f6f9fc;
    --iw-white:#ffffff;
}

.iw-section .site-title{
    color:var(--iw-text);
}

.iw-section .site-title-tagline{
    color:var(--iw-primary);
}

.iw-section .site-title::after,
.iw-section .site-title::before{
    background:var(--iw-secondary);
}

.iw-card{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:112px;
    overflow:hidden;
    isolation:isolate;
    transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;
}

.iw-card-image{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    position:relative;
    z-index:2;
}

.iw-card img{
    width:auto;
    max-width:86%;
    max-height:78px;
    object-fit:contain;
    filter:saturate(1.03) contrast(1.02);
    transition:transform .35s ease, filter .35s ease;
}

.iw-card-action{
    position:absolute;
    top:13px;
    right:13px;
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    z-index:3;
    transform:translateY(-8px) scale(.82);
    opacity:0;
    transition:all .28s ease;
}

.iw-card:hover .iw-card-action{
    transform:translateY(0) scale(1);
    opacity:1;
}

.iw-card:hover img{
    transform:scale(1.055);
}

.iw-reveal{
    opacity:0;
    transform:translateY(34px);
    transition:opacity .7s ease, transform .7s ease;
}

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

@media(prefers-reduced-motion:reduce){
    .iw-reveal,
    .iw-card,
    .iw-card img,
    .iw-card-action{
        transition:none!important;
        animation:none!important;
    }
    .iw-reveal{
        opacity:1;
        transform:none;
    }
}

/* ================= Layout 1 - Infinite Access Strip ================= */
.iw-layout-one{
    background:
        radial-gradient(circle at 12% 15%, color-mix(in srgb, var(--iw-secondary) 18%, transparent), transparent 32%),
        linear-gradient(180deg,#ffffff 0%,#f5f9fc 100%);
}

.iw-l1-shape{
    position:absolute;
    border-radius:999px;
    pointer-events:none;
    z-index:1;
}

.iw-l1-shape-one{
    width:300px;
    height:300px;
    left:-100px;
    top:40px;
    background:color-mix(in srgb, var(--iw-primary) 9%, transparent);
}

.iw-l1-shape-two{
    width:220px;
    height:220px;
    right:-70px;
    bottom:20px;
    background:color-mix(in srgb, var(--iw-secondary) 13%, transparent);
}

.iw-l1-shell{
    position:relative;
    padding:22px;
    border-radius:34px;
    background:rgba(255,255,255,.86);
    border:1px solid rgba(15,61,94,.10);
    box-shadow:0 24px 70px rgba(16,24,40,.09);
    overflow:hidden;
}

.iw-l1-shell::before,
.iw-l1-shell::after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    width:90px;
    z-index:4;
    pointer-events:none;
}

.iw-l1-shell::before{
    left:0;
    background:linear-gradient(90deg,#fff,rgba(255,255,255,0));
}

.iw-l1-shell::after{
    right:0;
    background:linear-gradient(270deg,#fff,rgba(255,255,255,0));
}

.iw-l1-track{
    display:flex;
    width:max-content;
    animation:iwMarquee 28s linear infinite;
}

.iw-l1-shell:hover .iw-l1-track{
    animation-play-state:paused;
}

.iw-l1-row{
    display:flex;
    gap:18px;
    padding-right:18px;
}

.iw-l1-card{
    width:210px;
    flex:0 0 210px;
    border-radius:26px;
    background:#fff;
    border:1px solid rgba(15,61,94,.10);
    box-shadow:0 16px 38px rgba(16,24,40,.08);
}

.iw-l1-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,color-mix(in srgb, var(--iw-primary) 11%, transparent),transparent 54%);
    opacity:0;
    transition:opacity .3s ease;
    z-index:1;
}

.iw-l1-card:hover{
    transform:translateY(-7px);
    box-shadow:0 24px 55px rgba(16,24,40,.14);
}

.iw-l1-card:hover::before{
    opacity:1;
}

.iw-l1-card .iw-card-action{
    background:var(--iw-primary);
    color:#fff;
}

@keyframes iwMarquee{
    from{transform:translateX(0);}
    to{transform:translateX(-50%);}
}

/* =====================================================
   Important Websites Layout 2
   Particles Background + Infinite Scrolling Website Cards
   Primary Background | Fully Responsive
===================================================== */

.iw-layout-two {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: var(--iw-primary, #0f3d5e) !important;
    padding: 76px 0;
}

/* Solid primary background */
.iw-layout-two .iw-l2-bg {
    position: absolute;
    inset: 0;
    background: var(--iw-primary, #0f3d5e) !important;
    z-index: -5;
}

/* Particles background */
.iw-layout-two .iw-l2-particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -4;
    pointer-events: none;
}

.iw-layout-two .iw-l2-particles canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

/* Decorative solid shapes */
.iw-layout-two .iw-l2-shape {
    position: absolute;
    pointer-events: none;
    z-index: -3;
    opacity: 0.16;
}

.iw-layout-two .iw-l2-shape-one {
    width: 280px;
    height: 280px;
    left: -120px;
    top: 70px;
    border-radius: 50%;
    background: var(--iw-secondary, #0b7285);
}

.iw-layout-two .iw-l2-shape-two {
    width: 210px;
    height: 210px;
    right: -80px;
    bottom: 55px;
    border-radius: 46px;
    background: var(--iw-secondary, #0b7285);
    transform: rotate(18deg);
}

/* Keep content above background */
.iw-layout-two .hs-section-inner {
    position: relative;
    z-index: 2;
}

/* Heading */
.iw-layout-two .iw-l2-top {
    margin-bottom: 34px;
    text-align: center;
}

.iw-layout-two .site-heading,
.iw-layout-two .section-heading,
.iw-layout-two .iw-l2-top {
    text-align: center;
}

.iw-layout-two .site-title,
.iw-layout-two .section-title,
.iw-layout-two .iw-l2-top h2,
.iw-layout-two h2 {
    color: #ffffff !important;
}

.iw-layout-two .site-heading p,
.iw-layout-two .section-heading p,
.iw-layout-two .iw-l2-top p {
    color: rgba(255, 255, 255, 0.82) !important;
}

.iw-layout-two .site-heading img,
.iw-layout-two .section-heading img {
    filter: brightness(0) invert(1);
}

/* Scroller outer white box */
.iw-layout-two .iw-l2-scroll-wrap {
    position: relative;
    padding: 24px;
    border-radius: 30px;
    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

/* Scroller */
.iw-layout-two .iw-l2-scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 6px 0;
}

/* Track */
.iw-layout-two .iw-l2-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: iwL2InfiniteScroll 30s linear infinite;
    will-change: transform;
}

/* Repeated group */
.iw-layout-two .iw-l2-group {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
    padding-right: 18px;
}

/* Pause on hover */
.iw-layout-two .iw-l2-scroll:hover .iw-l2-track {
    animation-play-state: paused;
}

/* Card */
.iw-layout-two .iw-l2-card {
    position: relative;
    width: 220px;
    min-width: 220px;
    height: 132px;
    padding: 24px;
    border-radius: 24px;
    background: #ffffff !important;
    border: 1px solid rgba(15, 61, 94, 0.14);
    box-shadow: 0 14px 38px rgba(16, 24, 40, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

/* Soft hover layer */
.iw-layout-two .iw-l2-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 61, 94, 0.05);
    opacity: 0;
    transition: opacity 0.28s ease;
    z-index: -1;
}

/* Bottom accent */
.iw-layout-two .iw-l2-card::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: var(--iw-secondary, #0b7285);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.28s ease;
}

.iw-layout-two .iw-card-image {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.iw-layout-two .iw-card-image img {
    display: block;
    max-width: 100%;
    max-height: 78px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(12%);
    transition: transform 0.28s ease, filter 0.28s ease;
}

.iw-layout-two .iw-l2-card:hover {
    transform: translateY(-6px);
    border-color: var(--iw-secondary, #0b7285);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.15);
}

.iw-layout-two .iw-l2-card:hover::before {
    opacity: 1;
}

.iw-layout-two .iw-l2-card:hover::after {
    transform: scaleX(1);
}

.iw-layout-two .iw-l2-card:hover .iw-card-image img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* Infinite loop
   8 groups in Blade, so -12.5% = one group width */
@keyframes iwL2InfiniteScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-12.5%);
    }
}

/* Tablet */
@media (max-width: 1199.98px) {
    .iw-layout-two {
        padding: 68px 0;
    }

    .iw-layout-two .iw-l2-track {
        animation-duration: 28s;
    }

    .iw-layout-two .iw-l2-card {
        width: 200px;
        min-width: 200px;
        height: 122px;
        padding: 22px;
    }

    .iw-layout-two .iw-card-image img {
        max-height: 70px;
    }
}

/* Mobile */
@media (max-width: 991.98px) {
    .iw-layout-two {
        padding: 60px 0;
    }

    .iw-layout-two .iw-l2-top {
        margin-bottom: 28px;
    }

    .iw-layout-two .iw-l2-scroll-wrap {
        padding: 18px;
        border-radius: 24px;
    }

    .iw-layout-two .iw-l2-track {
        animation-duration: 24s;
    }

    .iw-layout-two .iw-l2-group {
        gap: 14px;
        padding-right: 14px;
    }

    .iw-layout-two .iw-l2-card {
        width: 174px;
        min-width: 174px;
        height: 108px;
        padding: 18px;
        border-radius: 20px;
    }

    .iw-layout-two .iw-card-image img {
        max-height: 60px;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .iw-layout-two {
        padding: 48px 0;
    }

    .iw-layout-two .iw-l2-top {
        margin-bottom: 24px;
    }

    .iw-layout-two .iw-l2-scroll-wrap {
        padding: 14px;
        border-radius: 20px;
    }

    .iw-layout-two .iw-l2-track {
        animation-duration: 21s;
    }

    .iw-layout-two .iw-l2-group {
        gap: 12px;
        padding-right: 12px;
    }

    .iw-layout-two .iw-l2-card {
        width: 152px;
        min-width: 152px;
        height: 94px;
        padding: 15px;
        border-radius: 16px;
    }

    .iw-layout-two .iw-card-image img {
        max-height: 52px;
    }
}

/* Very Small Mobile */
@media (max-width: 390px) {
    .iw-layout-two {
        padding: 42px 0;
    }

    .iw-layout-two .iw-l2-scroll-wrap {
        padding: 12px;
    }

    .iw-layout-two .iw-l2-card {
        width: 140px;
        min-width: 140px;
        height: 88px;
        padding: 13px;
    }

    .iw-layout-two .iw-card-image img {
        max-height: 48px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .iw-layout-two .iw-l2-track {
        animation: none;
    }

    .iw-layout-two .iw-l2-particles {
        display: none;
    }
}
/* =====================================================
   Important Websites Layout 3
   Dark Spotlight Wall + Infinite Scroller
   Fully Responsive
===================================================== */

.iw-layout-three {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #101828;
    padding: 78px 0;
}

/* Dark background layer */
.iw-layout-three .iw-l3-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--iw-secondary) 24%, transparent), transparent 35%),
        linear-gradient(135deg, #101828 0%, #172033 100%);
    z-index: -5;
}

/* Decorative orbs */
.iw-layout-three .iw-l3-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    z-index: -4;
    pointer-events: none;
}

.iw-layout-three .iw-l3-orb-one {
    width: 280px;
    height: 280px;
    left: -110px;
    top: -70px;
    background: color-mix(in srgb, var(--iw-primary) 38%, transparent);
}

.iw-layout-three .iw-l3-orb-two {
    width: 240px;
    height: 240px;
    right: -80px;
    bottom: -90px;
    background: color-mix(in srgb, var(--iw-secondary) 32%, transparent);
}

/* Keep content above background */
.iw-layout-three .hs-section-inner {
    position: relative;
    z-index: 2;
}

/* Heading */
.iw-layout-three .iw-l3-heading {
    margin-bottom: 34px;
    text-align: center;
}

.iw-layout-three .site-heading,
.iw-layout-three .section-heading,
.iw-layout-three .iw-l3-heading {
    text-align: center;
}

.iw-layout-three .site-title,
.iw-layout-three .section-title,
.iw-layout-three .iw-l3-heading h2,
.iw-layout-three h2 {
    color: #ffffff !important;
}

.iw-layout-three .site-title-tagline,
.iw-layout-three .site-heading p,
.iw-layout-three .section-heading p,
.iw-layout-three .iw-l3-heading p {
    color: rgba(255, 255, 255, 0.82) !important;
}

.iw-layout-three .site-title-tagline {
    background: rgba(255, 255, 255, 0.10);
}

.iw-layout-three .site-heading img,
.iw-layout-three .section-heading img {
    filter: brightness(0) invert(1);
}

/* Scroller outer frame */
.iw-layout-three .iw-l3-scroll-wrap {
    position: relative;
    padding: 24px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
    overflow: hidden;
    backdrop-filter: blur(8px);
}

/* Scroller */
.iw-layout-three .iw-l3-scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
}

/* Main track */
.iw-layout-three .iw-l3-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: iwL3InfiniteScroll 30s linear infinite;
    will-change: transform;
}

/* Repeated groups */
.iw-layout-three .iw-l3-group {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
    padding-right: 18px;
}

/* Pause scrolling on hover */
.iw-layout-three .iw-l3-scroll:hover .iw-l3-track {
    animation-play-state: paused;
}

/* Card */
.iw-layout-three .iw-l3-card {
    position: relative;
    width: 210px;
    min-width: 210px;
    height: 128px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

/* Shine layer */
.iw-layout-three .iw-l3-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.45), transparent 48%);
    pointer-events: none;
    z-index: -1;
}

/* Bottom accent */
.iw-layout-three .iw-l3-card::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: var(--iw-secondary, #0b7285);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.28s ease;
}

/* Image */
.iw-layout-three .iw-card-image {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.iw-layout-three .iw-card-image img {
    display: block;
    max-width: 100%;
    max-height: 76px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(10%);
    transition: transform 0.28s ease, filter 0.28s ease;
}

/* Action icon */
.iw-layout-three .iw-card-action {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #101828;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.28s ease, transform 0.28s ease, background 0.28s ease;
}

/* Hover */
.iw-layout-three .iw-l3-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.36);
}

.iw-layout-three .iw-l3-card:hover::after {
    transform: scaleX(1);
}

.iw-layout-three .iw-l3-card:hover .iw-card-image img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.iw-layout-three .iw-l3-card:hover .iw-card-action {
    opacity: 1;
    transform: translateY(0);
    background: var(--iw-secondary, #0b7285);
}

/* Infinite loop
   8 groups in Blade, so -12.5% = one group width */
@keyframes iwL3InfiniteScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-12.5%);
    }
}

/* Tablet */
@media (max-width: 1199.98px) {
    .iw-layout-three {
        padding: 68px 0;
    }

    .iw-layout-three .iw-l3-track {
        animation-duration: 28s;
    }

    .iw-layout-three .iw-l3-card {
        width: 194px;
        min-width: 194px;
        height: 120px;
        padding: 22px;
    }

    .iw-layout-three .iw-card-image img {
        max-height: 68px;
    }
}

/* Mobile */
@media (max-width: 991.98px) {
    .iw-layout-three {
        padding: 60px 0;
    }

    .iw-layout-three .iw-l3-heading {
        margin-bottom: 28px;
    }

    .iw-layout-three .iw-l3-scroll-wrap {
        padding: 18px;
        border-radius: 26px;
    }

    .iw-layout-three .iw-l3-track {
        animation-duration: 24s;
    }

    .iw-layout-three .iw-l3-group {
        gap: 14px;
        padding-right: 14px;
    }

    .iw-layout-three .iw-l3-card {
        width: 174px;
        min-width: 174px;
        height: 108px;
        padding: 18px;
        border-radius: 20px;
    }

    .iw-layout-three .iw-card-image img {
        max-height: 58px;
    }

    .iw-layout-three .iw-card-action {
        width: 30px;
        height: 30px;
        right: 10px;
        bottom: 10px;
        font-size: 11px;
        opacity: 1;
        transform: none;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .iw-layout-three {
        padding: 48px 0;
    }

    .iw-layout-three .iw-l3-heading {
        margin-bottom: 24px;
    }

    .iw-layout-three .iw-l3-scroll-wrap {
        padding: 14px;
        border-radius: 22px;
    }

    .iw-layout-three .iw-l3-track {
        animation-duration: 21s;
    }

    .iw-layout-three .iw-l3-group {
        gap: 12px;
        padding-right: 12px;
    }

    .iw-layout-three .iw-l3-card {
        width: 152px;
        min-width: 152px;
        height: 94px;
        padding: 15px;
        border-radius: 16px;
    }

    .iw-layout-three .iw-card-image img {
        max-height: 50px;
    }

    .iw-layout-three .iw-card-action {
        width: 27px;
        height: 27px;
        right: 8px;
        bottom: 8px;
        font-size: 10px;
    }
}

/* Very Small Mobile */
@media (max-width: 390px) {
    .iw-layout-three {
        padding: 42px 0;
    }

    .iw-layout-three .iw-l3-scroll-wrap {
        padding: 12px;
    }

    .iw-layout-three .iw-l3-card {
        width: 140px;
        min-width: 140px;
        height: 88px;
        padding: 13px;
    }

    .iw-layout-three .iw-card-image img {
        max-height: 46px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .iw-layout-three .iw-l3-track {
        animation: none;
    }
}
/* =====================================================
   Important Websites Layout 4
   Premium Ribbon Directory Scroller
   Fully Responsive | Infinite Loop | Unique Layout
===================================================== */

.iw-layout-four {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #ffffff;
    padding: 82px 0;
}

/* Background */
.iw-layout-four .iw-l4-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, color-mix(in srgb, var(--iw-primary) 8%, #ffffff) 0%, #ffffff 44%, color-mix(in srgb, var(--iw-secondary) 7%, #ffffff) 100%);
    z-index: -5;
}

/* Decorative shapes */
.iw-layout-four .iw-l4-shape {
    position: absolute;
    pointer-events: none;
    z-index: -4;
    opacity: 0.14;
}

.iw-layout-four .iw-l4-shape-one {
    width: 290px;
    height: 290px;
    left: -120px;
    top: 70px;
    border-radius: 50%;
    background: var(--iw-primary, #0f3d5e);
}

.iw-layout-four .iw-l4-shape-two {
    width: 220px;
    height: 220px;
    right: -90px;
    bottom: 60px;
    border-radius: 48px;
    transform: rotate(18deg);
    background: var(--iw-secondary, #0b7285);
}

/* Main layout */
.iw-layout-four .iw-l4-wrap {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 38px;
    align-items: center;
}

/* Left title panel */
.iw-layout-four .iw-l4-title {
    position: relative;
    padding: 60px 30px;
    border-radius: 32px;
    background: var(--iw-primary, #0f3d5e);
    border-bottom: 6px solid var(--iw-secondary, #0b7285);
    box-shadow: 0 28px 70px rgba(16, 24, 40, 0.16);
    overflow: hidden;
}

.iw-layout-four .iw-l4-title::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -42px;
    top: -42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.iw-layout-four .iw-l4-title::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    left: -28px;
    bottom: -28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    transform: rotate(18deg);
}

.iw-layout-four .iw-l4-title .hs-heading,
.iw-layout-four .iw-l4-title .site-heading,
.iw-layout-four .iw-l4-title .section-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.iw-layout-four .iw-l4-title .site-title,
.iw-layout-four .iw-l4-title .section-title,
.iw-layout-four .iw-l4-title h2 {
    color: #ffffff !important;
}

.iw-layout-four .iw-l4-title .site-title-tagline,
.iw-layout-four .iw-l4-title p {
    color: rgba(255, 255, 255, 0.84) !important;
}

.iw-layout-four .iw-l4-title img {
    filter: brightness(0) invert(1);
}

.iw-layout-four .iw-l4-title-line {
    position: relative;
    z-index: 2;
    width: 86px;
    height: 5px;
    margin-top: 20px;
    border-radius: 999px;
}

/* Right premium panel */
.iw-layout-four .iw-l4-panel {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(15, 61, 94, 0.12);
    box-shadow: 0 30px 80px rgba(16, 24, 40, 0.12);
}

.iw-layout-four .iw-l4-panel-top {
    min-height: 58px;
    padding: 14px 22px;
    background: var(--iw-secondary, #0b7285);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.iw-layout-four .iw-l4-panel-top span {
    font-size: 14px;
    font-weight: 950;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.iw-layout-four .iw-l4-panel-top i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Scroller */
.iw-layout-four .iw-l4-scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 26px;
    background: #ffffff;
}

.iw-layout-four .iw-l4-track {
    display: flex;
    align-items: stretch;
    width: max-content;
    animation: iwL4InfiniteScroll 32s linear infinite;
    will-change: transform;
}

.iw-layout-four .iw-l4-group {
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex: 0 0 auto;
    padding-right: 16px;
}

.iw-layout-four .iw-l4-scroll:hover .iw-l4-track {
    animation-play-state: paused;
}

/* Row item */
.iw-layout-four .iw-l4-row {
    position: relative;
    width: 292px;
    min-width: 292px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: center;
}

/* Number badge */
.iw-layout-four .iw-l4-count {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--iw-primary, #0f3d5e);
    background: color-mix(in srgb, var(--iw-primary) 7%, #ffffff);
    border: 1px solid rgba(15, 61, 94, 0.12);
    box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08);
    font-size: 15px;
    font-weight: 950;
    line-height: 1;
}

/* Card */
.iw-layout-four .iw-l4-card {
    position: relative;
    min-height: 112px;
    padding: 22px 48px 22px 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 61, 94, 0.12);
    box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.iw-layout-four .iw-l4-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 7px;
    border-radius: 0 999px 999px 0;
    background: var(--iw-primary, #0f3d5e);
}

.iw-layout-four .iw-l4-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--iw-secondary) 7%, transparent);
    opacity: 0;
    transition: opacity 0.28s ease;
    z-index: -1;
}

.iw-layout-four .iw-card-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iw-layout-four .iw-card-image img {
    display: block;
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(12%);
    transition: transform 0.28s ease, filter 0.28s ease;
}

/* Action icon */
.iw-layout-four .iw-card-action {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--iw-secondary, #0b7285);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.iw-layout-four .iw-l4-row:hover .iw-l4-count {
    color: #ffffff;
    background: var(--iw-primary, #0f3d5e);
}

.iw-layout-four .iw-l4-card:hover {
    transform: translateY(-6px);
    border-color: var(--iw-secondary, #0b7285);
    box-shadow: 0 28px 66px rgba(16, 24, 40, 0.14);
}

.iw-layout-four .iw-l4-card:hover::after {
    opacity: 1;
}

.iw-layout-four .iw-l4-card:hover .iw-card-image img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.iw-layout-four .iw-l4-card:hover .iw-card-action {
    opacity: 1;
    transform: translateY(0);
}

/* Infinite loop
   8 groups in Blade, so -12.5% = one group width */
@keyframes iwL4InfiniteScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-12.5%);
    }
}

/* Tablet */
@media (max-width: 1199.98px) {
    .iw-layout-four {
        padding: 70px 0;
    }

    .iw-layout-four .iw-l4-wrap {
        grid-template-columns: 0.82fr 1.18fr;
        gap: 28px;
    }

    .iw-layout-four .iw-l4-row {
        width: 270px;
        min-width: 270px;
    }

    .iw-layout-four .iw-l4-card {
        min-height: 108px;
    }

    .iw-layout-four .iw-card-image img {
        max-height: 60px;
    }
}

/* Mobile */
@media (max-width: 991.98px) {
    .iw-layout-four {
        padding: 60px 0;
    }

    .iw-layout-four .iw-l4-wrap {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .iw-layout-four .iw-l4-title {
        padding: 26px 22px;
        border-radius: 26px;
        text-align: center;
    }

    .iw-layout-four .iw-l4-title .hs-heading,
    .iw-layout-four .iw-l4-title .site-heading,
    .iw-layout-four .iw-l4-title .section-heading {
        text-align: center !important;
    }

    .iw-layout-four .iw-l4-title-line {
        margin-left: auto;
        margin-right: auto;
    }

    .iw-layout-four .iw-l4-panel {
        border-radius: 26px;
    }

    .iw-layout-four .iw-l4-panel-top {
        min-height: 54px;
        padding: 13px 18px;
    }

    .iw-layout-four .iw-l4-scroll {
        padding: 20px;
    }

    .iw-layout-four .iw-l4-track {
        animation-duration: 26s;
    }

    .iw-layout-four .iw-l4-group {
        gap: 14px;
        padding-right: 14px;
    }

    .iw-layout-four .iw-l4-row {
        width: 240px;
        min-width: 240px;
        grid-template-columns: 50px 1fr;
        gap: 10px;
    }

    .iw-layout-four .iw-l4-count {
        width: 50px;
        height: 50px;
        border-radius: 16px;
        font-size: 13px;
    }

    .iw-layout-four .iw-l4-card {
        min-height: 100px;
        padding: 18px 40px 18px 18px;
        border-radius: 20px;
    }

    .iw-layout-four .iw-card-image img {
        max-height: 54px;
    }

    .iw-layout-four .iw-card-action {
        width: 30px;
        height: 30px;
        right: 10px;
        bottom: 10px;
        font-size: 11px;
        opacity: 1;
        transform: none;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .iw-layout-four {
        padding: 48px 0;
    }

    .iw-layout-four .iw-l4-title {
        padding: 10px 18px;
        border-radius: 22px;
        height: 106px;
    }

    .iw-layout-four .iw-l4-panel {
        border-radius: 22px;
    }

    .iw-layout-four .iw-l4-panel-top {
        min-height: 50px;
        padding: 12px 14px;
    }

    .iw-layout-four .iw-l4-panel-top span {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .iw-layout-four .iw-l4-panel-top i {
        width: 31px;
        height: 31px;
        font-size: 12px;
    }

    .iw-layout-four .iw-l4-scroll {
        padding: 14px;
    }

    .iw-layout-four .iw-l4-track {
        animation-duration: 22s;
    }

    .iw-layout-four .iw-l4-group {
        gap: 12px;
        padding-right: 12px;
    }

    .iw-layout-four .iw-l4-row {
        width: 214px;
        min-width: 214px;
        grid-template-columns: 44px 1fr;
        gap: 9px;
    }

    .iw-layout-four .iw-l4-count {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 12px;
    }

    .iw-layout-four .iw-l4-card {
        min-height: 90px;
        padding: 15px 36px 15px 15px;
        border-radius: 17px;
    }

    .iw-layout-four .iw-card-image img {
        max-height: 48px;
    }

    .iw-layout-four .iw-card-action {
        width: 27px;
        height: 27px;
        right: 8px;
        bottom: 8px;
        font-size: 10px;
    }
}

/* Very Small Mobile */
@media (max-width: 390px) {
    .iw-layout-four {
        padding: 42px 0;
    }

    .iw-layout-four .iw-l4-scroll {
        padding: 12px;
    }

    .iw-layout-four .iw-l4-row {
        width: 196px;
        min-width: 196px;
        grid-template-columns: 40px 1fr;
    }

    .iw-layout-four .iw-l4-count {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        font-size: 11px;
    }

    .iw-layout-four .iw-l4-card {
        min-height: 84px;
        padding: 13px 34px 13px 13px;
    }

    .iw-layout-four .iw-card-image img {
        max-height: 44px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .iw-layout-four .iw-l4-track {
        animation: none;
    }
}

/* =====================================================
   Important Websites Layout 5
   3D Portal Board + Infinite Scroller
   Premium Responsive Layout
===================================================== */

.iw-layout-five {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 82px 0;
    background: #f8fbff;
}

/* Background */
.iw-layout-five .iw-l5-bg {
    position: absolute;
    inset: 0;
    z-index: -6;
    background:
        radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--iw-secondary) 16%, transparent), transparent 34%),
        radial-gradient(circle at 88% 78%, color-mix(in srgb, var(--iw-primary) 12%, transparent), transparent 36%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

/* Scan line texture */
.iw-layout-five .iw-l5-scan {
    position: absolute;
    inset: 0;
    z-index: -5;
    background: repeating-linear-gradient(
        0deg,
        rgba(15, 61, 94, 0.035) 0,
        rgba(15, 61, 94, 0.035) 1px,
        transparent 1px,
        transparent 12px
    );
    opacity: 0.72;
    pointer-events: none;
}

/* Decorative orbs */
.iw-layout-five .iw-l5-orb {
    position: absolute;
    pointer-events: none;
    z-index: -4;
    opacity: 0.13;
}

.iw-layout-five .iw-l5-orb-one {
    width: 310px;
    height: 310px;
    left: -125px;
    top: 70px;
    border-radius: 50%;
    background: var(--iw-primary, #0f3d5e);
}

.iw-layout-five .iw-l5-orb-two {
    width: 230px;
    height: 230px;
    right: -95px;
    bottom: 55px;
    border-radius: 52px;
    background: var(--iw-secondary, #0b7285);
    transform: rotate(18deg);
}

/* Content above background */
.iw-layout-five .hs-section-inner {
    position: relative;
    z-index: 2;
}

/* Heading */
.iw-layout-five .iw-l5-heading {
    margin-bottom: 34px;
    text-align: center;
}

.iw-layout-five .site-heading,
.iw-layout-five .section-heading,
.iw-layout-five .iw-l5-heading {
    text-align: center;
}

/* Main portal board */
.iw-layout-five .iw-l5-portal {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(15, 61, 94, 0.12);
    box-shadow: 0 34px 90px rgba(16, 24, 40, 0.13);
}

/* Top bar */
.iw-layout-five .iw-l5-topbar {
    min-height: 62px;
    padding: 14px 22px;
    background: var(--iw-primary, #0f3d5e);
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
}

.iw-layout-five .iw-l5-dot-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.iw-layout-five .iw-l5-dot-wrap span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.68);
}

.iw-layout-five .iw-l5-topbar strong {
    justify-self: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: 0.8px;
    line-height: 1.1;
    text-transform: uppercase;
}

.iw-layout-five .iw-l5-topbar i {
    justify-self: end;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Scroll area */
.iw-layout-five .iw-l5-scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 30px 28px;
    background: #ffffff;
    perspective: 1100px;
}

/* Track */
.iw-layout-five .iw-l5-track {
    display: flex;
    align-items: stretch;
    width: max-content;
    animation: iwL5InfiniteScroll 32s linear infinite;
    will-change: transform;
}

/* Group */
.iw-layout-five .iw-l5-group {
    display: flex;
    align-items: stretch;
    gap: 18px;
    flex: 0 0 auto;
    padding-right: 18px;
}

/* Pause on hover */
.iw-layout-five .iw-l5-scroll:hover .iw-l5-track {
    animation-play-state: paused;
}

/* Card */
.iw-layout-five .iw-l5-card {
    position: relative;
    width: 220px;
    min-width: 220px;
    height: 142px;
    padding: 28px 24px 24px;
    border-radius: 18px 42px 18px 42px;
    background: #ffffff;
    border: 1px solid rgba(15, 61, 94, 0.12);
    box-shadow: 0 18px 45px rgba(16, 24, 40, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    text-decoration: none;
    transform: rotateY(-5deg);
    transform-style: preserve-3d;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.iw-layout-five .iw-l5-card:nth-child(even) {
    transform: rotateY(5deg);
}

/* Bottom portal accent */
.iw-layout-five .iw-l5-card::before {
    content: "";
    position: absolute;
    inset: auto 18px 0 18px;
    height: 5px;
    border-radius: 999px 999px 0 0;
    background: var(--iw-secondary, #0b7285);
    z-index: 2;
}

/* Top control dots */
.iw-layout-five .iw-l5-card::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--iw-secondary, #0b7285);
    box-shadow:
        18px 0 0 color-mix(in srgb, var(--iw-primary) 45%, #ffffff),
        36px 0 0 rgba(15, 61, 94, 0.18);
    z-index: 2;
}

/* Image */
.iw-layout-five .iw-card-image {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iw-layout-five .iw-card-image img {
    display: block;
    max-width: 100%;
    max-height: 76px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(10%);
    transition: transform 0.28s ease, filter 0.28s ease;
}

/* Action icon */
.iw-layout-five .iw-card-action {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 4;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--iw-primary, #0f3d5e);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.28s ease, transform 0.28s ease, background 0.28s ease;
}

/* Hover */
.iw-layout-five .iw-l5-card:hover {
    transform: translateY(-10px) rotateX(3deg) rotateY(0deg);
    border-color: var(--iw-secondary, #0b7285);
    box-shadow: 0 34px 72px rgba(16, 24, 40, 0.16);
}

.iw-layout-five .iw-l5-card:hover .iw-card-image img {
    transform: scale(1.06);
    filter: grayscale(0%);
}

.iw-layout-five .iw-l5-card:hover .iw-card-action {
    opacity: 1;
    transform: translateY(0);
    background: var(--iw-secondary, #0b7285);
}

/* Infinite loop
   8 groups in Blade, so -12.5% = one group width */
@keyframes iwL5InfiniteScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-12.5%);
    }
}

/* Tablet */
@media (max-width: 1199.98px) {
    .iw-layout-five {
        padding: 70px 0;
    }

    .iw-layout-five .iw-l5-track {
        animation-duration: 30s;
    }

    .iw-layout-five .iw-l5-card {
        width: 200px;
        min-width: 200px;
        height: 132px;
        padding: 26px 22px 22px;
    }

    .iw-layout-five .iw-card-image img {
        max-height: 68px;
    }
}

/* Mobile */
@media (max-width: 991.98px) {
    .iw-layout-five {
        padding: 60px 0;
    }

    .iw-layout-five .iw-l5-heading {
        margin-bottom: 28px;
    }

    .iw-layout-five .iw-l5-portal {
        border-radius: 26px;
    }

    .iw-layout-five .iw-l5-topbar {
        min-height: 56px;
        padding: 13px 18px;
        grid-template-columns: auto 1fr auto;
        gap: 10px;
    }

    .iw-layout-five .iw-l5-dot-wrap {
        gap: 6px;
    }

    .iw-layout-five .iw-l5-dot-wrap span {
        width: 10px;
        height: 10px;
    }

    .iw-layout-five .iw-l5-topbar strong {
        font-size: 13px;
        text-align: center;
        letter-spacing: 0.6px;
    }

    .iw-layout-five .iw-l5-topbar i {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .iw-layout-five .iw-l5-scroll {
        padding: 22px 20px;
        perspective: none;
    }

    .iw-layout-five .iw-l5-track {
        animation-duration: 25s;
    }

    .iw-layout-five .iw-l5-group {
        gap: 14px;
        padding-right: 14px;
    }

    .iw-layout-five .iw-l5-card,
    .iw-layout-five .iw-l5-card:nth-child(even) {
        width: 174px;
        min-width: 174px;
        height: 112px;
        padding: 24px 18px 18px;
        border-radius: 16px 30px 16px 30px;
        transform: none;
    }

    .iw-layout-five .iw-card-image img {
        max-height: 58px;
    }

    .iw-layout-five .iw-card-action {
        width: 30px;
        height: 30px;
        right: 10px;
        bottom: 10px;
        font-size: 11px;
        opacity: 1;
        transform: none;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .iw-layout-five {
        padding: 48px 0;
    }

    .iw-layout-five .iw-l5-heading {
        margin-bottom: 24px;
    }

    .iw-layout-five .iw-l5-portal {
        border-radius: 22px;
    }

    .iw-layout-five .iw-l5-topbar {
        min-height: 50px;
        padding: 12px 14px;
    }

    .iw-layout-five .iw-l5-topbar strong {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .iw-layout-five .iw-l5-topbar i {
        width: 29px;
        height: 29px;
    }

    .iw-layout-five .iw-l5-scroll {
        padding: 16px 14px;
    }

    .iw-layout-five .iw-l5-track {
        animation-duration: 22s;
    }

    .iw-layout-five .iw-l5-group {
        gap: 12px;
        padding-right: 12px;
    }

    .iw-layout-five .iw-l5-card,
    .iw-layout-five .iw-l5-card:nth-child(even) {
        width: 152px;
        min-width: 152px;
        height: 98px;
        padding: 22px 15px 15px;
        border-radius: 15px 26px 15px 26px;
    }

    .iw-layout-five .iw-l5-card::after {
        top: 13px;
        left: 13px;
        width: 9px;
        height: 9px;
        box-shadow:
            15px 0 0 color-mix(in srgb, var(--iw-primary) 45%, #ffffff),
            30px 0 0 rgba(15, 61, 94, 0.18);
    }

    .iw-layout-five .iw-card-image img {
        max-height: 50px;
    }

    .iw-layout-five .iw-card-action {
        width: 27px;
        height: 27px;
        right: 8px;
        bottom: 8px;
        font-size: 10px;
    }
}

/* Very Small Mobile */
@media (max-width: 390px) {
    .iw-layout-five {
        padding: 42px 0;
    }

    .iw-layout-five .iw-l5-scroll {
        padding: 14px 12px;
    }

    .iw-layout-five .iw-l5-card,
    .iw-layout-five .iw-l5-card:nth-child(even) {
        width: 140px;
        min-width: 140px;
        height: 92px;
        padding: 21px 13px 13px;
    }

    .iw-layout-five .iw-card-image img {
        max-height: 46px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .iw-layout-five .iw-l5-track {
        animation: none;
    }
}