@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Inter", sans-serif;
  padding-top: 0 !important;
}

.ff-barlow {
  font-family: "Barlow", sans-serif;
}

.z-container {
  max-width: 1340px;
} 

.afa-chipher__banner{
    background: radial-gradient(129.2% 171.5% at 17.28% -16.58%, #9F4D7F 0%, #291521 60.3%);
    padding:10px 0 80px 0; 
}
.afa-chipher__hbheading{
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height:129.464%;
    padding-bottom: 28px; 
}
.afa-chipher__hbpara{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 182.813%;
}
.afa-banner__img{
  display: inline-block;
  max-width: 580px;
  margin:0 auto;
}
.afa-chipher__hbgrid{
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    align-items: center;
    justify-content: space-around;
}
.afa-chipher__hbgriditem{
  text-align: right;
}
.afa-hb__cta{
    padding-top: 38px;
}
.afa-hb__cta a:first-child{
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 144.928%;
    border-radius: 12px;
    background-color: #E0609E;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding:14px 30px;
    transition: all 0.2s;
    width: 170px;
}
.afa-hb__cta a:first-child:hover{
    background-color: #ffffff;
    color:#e0609e;
}
.afa-hb__cta a:last-child{
    display: inline-block;
    border-radius: 12px;
    background-color: #FFF;
    color: #E0609E;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height:  145.985%;
    padding:14px 30px;
    transition: all 0.2s;
    margin-left: 20px;
    width: 170px; 
}
.afa-hb__cta a:last-child:hover{
    background-color: #E0609E;
    color: #FFF;
}
/** Navigation **/
.afa-chipher-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:transparent;
    padding: 10px 0px;
  }
  .afa-chipher-logo {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    background-color: #5d2e4b;
    border-radius: 8px;
    background: rgba(41, 21, 33, 0.40);
    backdrop-filter: blur(12.346236228942871px);
    display: inline-block;
    padding: 10px 32px 10px 16px;
    vertical-align: middle;
    line-height: 22px; 
    pointer-events: none;
  }
  .afa-chipher-links {
    list-style: none;
    display: flex;
    gap: 20px;
  }
  .afa-chipher-link {
    text-decoration: none;
    padding: 8px 20px;
    transition: all 0.2s;
  }
  .download-brief{
    display: inline-block;
    border-radius: 62px;
    background-color: #E0609E;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; 
  }
  .download-brief:hover{
    background-color: #FFFFFF;
    color:#4e0026;
  }

  .afa-chipher__companylogo{
    background-color:#FFF4FA;
    padding:80px 0; 
  }
  .afa-chipher__count{
    padding:50px 30px;
    max-width: 945px;
    margin: 0 auto;
    margin-top: 60px; 
    border-radius: 18px;
    border: 1px solid #9a6b87;
    background: rgba(248, 136, 203, 0.40);
    backdrop-filter: blur(12.346236228942871px); 
  }
  .afa-chipher__gridbox{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }
  .afa-chipher__gridbox li{
    border-left: 1px solid #a9698f;
    list-style-type:none;
  }
  .afa-chipher__gridbox li:first-child{
    border-left: none;
 }
  .afa-chipher__gridbox li strong{
    color: #FFF;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height:104.348%;
    display: inline-block;
    padding-bottom: 10px; 
  }
  .afa-chipher__gridbox li p{
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height:  160%;
  }
  
.afa-autotab__section{
    padding:100px 0;
}
  .afa-autotab__block{
    border-radius: 12px;
    border: 1px solid #E9CAD9;
    background-color: #FFF;
    box-shadow: 0 1px 2px 0 #FFF;
    padding:60px 24px;
    max-width: 1030px;
    margin:0 auto;
  }
  .afa-autotab__block h2{
    position: relative;
    color: #783A60;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
  .radius-line{
    border-radius: 9999px;
    background-color: #E0609E;
    max-width: 96px;
    height: 4px;
    margin:15px auto; 
  }

  .afa-autotab__block p{
    color: #6B7280;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding:24px 0;
  }

  .afa-fc__section{
    background-color:#FFF4FA;
    padding: 100px 0;
  }
  .afa-secheading{
    color: #783A60;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .afa-secheading.txt-white{
    color:#FFFFFF;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px; 
    padding-top: 20px; 
  }
  .item1{
    grid-column:1/3;
    grid-row:1/3;
  }
  .item1 img{
    display: inline-block;
    padding-right: 20px; 
  }
  .item{
    padding:24px;
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.05);
  }
  .item h3{
    color: #783A60;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height:158.192%;
    padding: 8px 0;
  }
  .item p{
    color: #6B7280;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height:175%;
  }
  .afa-fc-icons{
    display: inline-block;
    background-image: url("/wp-content/uploads/sites/3/2025/10/cipher-afa-functional.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 32px;
    height:32px;
  }
  .afa-fc-icons.icon-2{
    background-position: -59px 0;
  }
  .afa-fc-icons.icon-3{
    background-position: -114px 0;
  }
  .afa-fc-icons.icon-4{
    background-position: -168px 0;
  }
  
  .afa-trusted__section{
      padding: 160px 0;
      background: #3E1D2C;
      background-image: url('/wp-content/uploads/sites/3/2025/10/afa-trusted-seamless-bg.webp');
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top right;
  }
  .grid-parent{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr); 
    gap: 20px;
    padding-top:48px; 
    max-width: 1090px;
    margin: 0 auto;
}
  .grid-parent .child{
      border-radius: 12px;
      border: 1px solid rgba(224, 228, 235, 0.50);
      background-color: #FFF;
      box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.05);
      backdrop-filter: blur(2px);
      padding: 30px; 
  }
  .grid-parent .child h3{
    color: #783A60;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155.556%;
    padding:8px 0;
  }
  .grid-parent .child p{
    color: #6B7280;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height:177.734%;
  }
  .trusted-icons{
      display: inline-block;
      background-image: url("/wp-content/uploads/sites/3/2025/12/trusted-seamless-built-banks.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: cover;
      width: 30px;
      height:30px;
  }
  .trusted-icons.icon-2{
    background-position: -29px 0;
  }
  .trusted-icons.icon-3{
    background-position: -65px 0;
  }
  .trusted-icons.icon-4{
    background-position: -102px 0;
  }
  .trusted-icons.icon-5{
    background-position: -137px 0;
  }
  .trusted-icons.icon-6{
    background-position: -174px 0;
  }
  .trusted-icons.icon-7{
    background-position: -211px 0;
  }
  .trusted-icons.icon-8{
    background-position: -246px 0;
    width: 36px;
  }

  .afa-trust__security{
    background-color: #FFF4FA;
    padding:160px 0;
  }

  .afa-trusted__wrapper{
    max-width: 1020px;
    margin: 0 auto;
    padding: 60px 0 100px 0;
  }
  .networks-logos{
    padding:60px 0 0 0;
    text-align:center;
  }
  .networks-logos img{
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
    object-fit: contain;
  }

  .afa-box__grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:30px;
  }
  .afa-box-1,
  .afa-box-2{
    padding:24px;
    /* border-radius: 12px;
    background: linear-gradient(180deg, #FFEEF7 0%, rgba(255, 244, 250, 0.00) 100%); */
    height: 482px;
  }
  .afa-box-2{
    align-content: center;
  }
  .afa-auth__items{
    margin:0;
    padding:0;
  }
    .afa-auth__items li {
    position: relative;
    padding:24px 20px 24px 72px;
    list-style-type:none;
    margin:10px 0 10px -22px;
    border-radius: 12px;
    font-size: 15px;
    color:#192029;
    }
    
    .afa-auth__items li::after{
      position:absolute;
      bottom:0;
      left:72px;
      content:'';
      width:86%;
      height:1px;
      background-color:#DDD;
      display:block; 
    }
    .afa-auth__items li.after-none::after{
      content: none;
    }

    .afa-auth__items li::before {
    position: absolute;
    content: '';
    left:20px;
    top:14px;
    background-image: url("/wp-content/uploads/sites/2/2025/12/sprites-swipe-to-pay.png");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 0 0;
    width: 36px;
    height: 36px; 
    }

    .afa-auth__items li:nth-child(1)::before {
    background-position: 0 0;
    }

    .afa-auth__items li:nth-child(2)::before {
      background-position: -42px 0;
    }

    .afa-auth__items li:nth-child(3)::before {
      background-position: -84px 0;
    }

    .afa-auth__items li:nth-child(4)::before {
      background-position: -126px 0;
    }
    .afa-auth__items.passkeys--biometric li::before{
      background-image: url("/wp-content/uploads/sites/2/2025/12/sprites-passkey-biometrics.png");
      width: 36px;
      height: 36px;
    }

    .afa-auth__items.passkeys--biometric li:nth-child(1)::before {
        background-position: 0px 0px;
        width: 36px;
        height: 36px;
        top: 24px;
      }
  
      .afa-auth__items.passkeys--biometric li:nth-child(2)::before {
        background-position: -42px 0;
      }
  
      .afa-auth__items.passkeys--biometric li:nth-child(3)::before {
        background-position: -84px 0;
        top: 22px;
        width: 36px;
        height: 36px;
      }
  
      .afa-auth__items.passkeys--biometric li:nth-child(4)::before {
        background-position: -126px 0;
        width: 36px;
        height: 36px;
      }

      .afa-auth__items.super--pin li::before{
        background-image: url("/wp-content/uploads/sites/3/2025/12/sprites-super-pin.png"); 
        width: 36px;
        height: 36px;
      }
      .afa-auth__items.super--pin li:nth-child(1)::before{
        background-position: 0px 0px;
        top: 20px;
        width: 36px;
        height: 36px;
      }
      .afa-auth__items.super--pin li:nth-child(2)::before{
        background-position: -42px 1px;
        top: 12px;
      }
      .afa-auth__items.super--pin li:nth-child(3)::before{
        background-position: -84px 0;
        top: 19px;
      }
      .afa-auth__items.super--pin li:nth-child(4)::before{
        background-position: -126px 0;
        top: 15px;
        width: 36px;
        height: 36px;
      }

      .afa-auth__items.risk--based--auth li::before{
        background-image: url("/wp-content/uploads/sites/3/2025/12/sprites-risk-based-authentication.png"); 
        width: 36px;
        height: 36px;
        top:22px;
      }

      .afa-auth__items.risk--based--auth li:nth-child(1)::before {
        background-position: 0 0;
        }
    
        .afa-auth__items.risk--based--auth li:nth-child(2)::before {
          background-position: -42px 0;
        }
    
        .afa-auth__items.risk--based--auth li:nth-child(3)::before {
          background-position: -84px 0;
        }
    
        .afa-auth__items.risk--based--auth li:nth-child(4)::before {
          background-position: -126px 0;
        }
      

      .afa-othermethods{
        padding:24px;
      }
      .afa-othermethods__grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        align-items: stretch;
        justify-content: space-around;
        gap: 30px;
      }
      .afa-othermethods__grid li{
        list-style-type: none;
        border-radius: 12px;
        background-color: #FFF;
        padding: 40px 30px;
        color: #192029;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 132%; 
        text-align: center;
      }
      .afa-othermethods__grid h4{
        padding-top: 16px; 
      }

      .afa-othermethods__sprites {
          display: inline-block;
          background-image: url("/wp-content/uploads/sites/2/2025/10/sprites-other-methods.png");
          background-repeat: no-repeat;
          background-size:cover;
          background-position: 0 5px;
          width: 42px;
          height: 42px; 
        }
        .afa-othermethods__sprites.icon-1{
          background-position: 0 0;
          width: 35px;
          height: 42px;
        }
        .afa-othermethods__sprites.icon-2{
          width: 38px;
          height: 42px;
          background-position: -39px 0;
        }
        .afa-othermethods__sprites.icon-3{
          width: 32px;
          height: 42px;
          background-position: -76px 0;
        }
        .afa-othermethods__sprites.icon-4{
          background-position: -107px 0;
          width: 36px;
          height: 42px;
        }
        .afa-othermethods__sprites.icon-5{
          background-position: -142px 0;
        }

       
       



    .afa-sec__footer{
      background-position: top right;
      padding: 110px 0;
      text-align: center;
      background: url(/wp-content/uploads/sites/3/2025/10/afa-footer-shape.png) no-repeat top right, radial-gradient(129.2% 171.5% at 17.28% -16.58%, #9F4D7F 0%, #291521 60.3%), #3E1D2C;
      background-size: contain; 
    }
    .sec-footer__heading{
      color: #FFF;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height:100%;
    }
    .sec-footer__para{
      color: rgba(255, 255, 255, 0.80);
      text-align: center;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 161.074%;
      padding: 20px 0;
    }

  .web-only{
    display: block;
  }
  .mobile-only{
    display: none;
  }
  /** Marquee **/
  .marquee-title{
    color: #783A60;
    text-align: center;
    font-size: 19.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 141.414%;
    padding-bottom: 55px; 
  }
  .marquee-container {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.marquee-content {
    display: flex;
    white-space: nowrap; 
    animation: marquee 30s linear infinite;
    margin-top: 60px;
}

.logo {
    margin-right: 60px; 
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); 
    }
}

/** Auto Tab view **/
  .afa-tabs-container {
  }

  .afa-tabs {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
    position: relative;
    gap: 10px;
  }

  .afa-tab {
    cursor: pointer;
    padding: 10px 20px;
    white-space: nowrap;
    border: 1px solid rgba(233, 202, 217, 0.5);
    background-color: #fff4fa;
    border-radius: 999px;
    color: #783a60;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
  }

  .afa-tab:hover {
    background-color: #e0609e;
    color: #fff;
  }

  .afa-tab.active {
    background-color: #e0609e;
    color: #fff;
  }

  .afa-tab span {
    position: relative;
    z-index: 1;
  }

  .afa-tab-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #8f5177;
    z-index: 0;
    transition: width 0.1s linear;
  }

  .afa-tab-content {
    display: flex;
    justify-content: center;
    border-radius: 12px;
    background-color: #fff9fc;
    border-radius: 10px;
    padding-bottom: 30px;
  }

  .afa-tab-pane {
    display: none;
    width: 100%;
  }

  .afa-tab-pane.active {
    display: block;
  }

  .afa-tab-video {
    width: 100%;
    height: 450px;
    object-fit: contain;
  }


  /** Accordion Tabs **/
  .afa-qna__section{
    padding:100px 0 60px 0; 
  }
  .scrollsticky-faq {
    max-width: 720px;
    margin: 40px auto;
  }
  
  .scrollsticky-accordion-item {
    background-color: #FFE6F4;
    border-radius: 24px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  }
  
  .scrollsticky-accordion-btn {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    text-align: left;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #783A60;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .scrollsticky-accordion-btn::after {
    content: "›";
    position: absolute;
    right: 24px;
    top: 47%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 22px;
    transition: transform 0.3s ease;
    font-weight: 400;
  }
  
  .scrollsticky-accordion-item.accor-active .scrollsticky-accordion-btn::after {
    transform: translateY(-50%) rotate(90deg);
  }
  
  .scrollsticky-accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    background: #3E1D2C;
    color: #fff;
    border-radius: 24px;
    padding: 0 24px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .scrollsticky-accordion-content p {
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
  }
  
  .scrollsticky-accordion-item.accor-active {
    background: #3E1D2C;
    border-radius: 24px;
  }
  
  .scrollsticky-accordion-item.accor-active .scrollsticky-accordion-btn {
    color: #fff;
  }
  
  .scrollsticky-accordion-item.accor-active .scrollsticky-accordion-content {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
    padding: 18px 24px 20px;
  }

  .box-content__flexbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    max-width: 900px;
    margin:0 auto;
}
.box-content__flexboxleft{
  width: 180px;
}
.box-content__flexboxright{
  width:calc(100% - 180px); 
}


  .box-content__flexbox div{
    padding:30px 0;
  }
  
  
  .box-content__flexbox div span{
    background-color:#FFFFFF;
    padding:30px;
    Border-radius:12px;
    border:1px solid #efa3c8;
    display:inline-block;
    width: 140px;
    height: 120px;
    vertical-align: middle;
    text-align: center;
  }
  .box-content__flexbox div span img{
    vertical-align: middle;
    display: inline-block;
  }
  .box-content__flexbox div h3{
    color: #783A60;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%;
    padding: 8px 0;
  }
  .box-content__flexbox div p{
    color: #6B7280;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
  }
  .tabtext-heading{
    color: #783A60;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%;
    padding: 8px 0;
  }
  .dv-right{
    text-align: right;
  }

  @media(max-width: 992px) {
    .afa-chipher__hbgrid{
      grid-template-columns: 1fr;
      text-align: center;
    }
    .afa-banner__img{
      padding-top:30px;
    }
    .afa-chipher__hbheading{
      padding-top: 20px;
    }
    .afa-chipher__gridbox li strong{
      font-size: 36px; 
    }
    .afa-chipher__count{
      padding: 50px 20px; 
    }
    .grid-container{
      grid-template-columns: 1fr 1fr; 
    }
    .afa-chipher__hbgriditem{
      text-align: center;
    }

  }
  @media(max-width: 767px) {
    .grid-parent{
      grid-template-columns: repeat(2, 1fr);
    }
    .afa-box__grid{
      grid-template-columns: 1fr; 
    }
    .afa-othermethods__grid{
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 600px) {
    .afa-chipher__hbheading{
      font-size: 36px;
    }
    .afa-chipher__gridbox{
      grid-template-columns: 1fr;
    }
    .afa-chipher__gridbox li{
      padding: 20px 0; 
      border-left: none;
      border-bottom: 1px solid #a9698f;
    }
    .afa-chipher__gridbox li:last-child{
      border-bottom: none;
    }
    .afa-secheading{
      font-size: 28px;
    }
    .afa-autotab__block{
      padding: 60px 14px;
    }
    .afa-box-1, .afa-box-2{
      padding: 24px 14px;
    }
    .afa-autotab__block h2{
      font-size: 28px;
    }
    .item1{
      grid-column: 1 / 2;
    }
    .grid-parent{
      grid-template-columns: 1fr;
    }
    .grid-container{
      grid-template-columns: 1fr; 
    }
    .afa-trusted__section,
    .afa-trust__security{
      padding: 60px 0;
    }
    .afa-trusted__wrapper img{
      max-width:280px;
      margin:0 auto
    }
    .networks-logos{
      text-align: center;
    }
    .networks-logos img{
      display: block;
      margin: 20px auto;
    }
    .afa-sec__footer{
      padding: 60px 0;
    }
    .sec-footer__heading{
      font-size: 30px;
      line-height: 110%;
    }
    .afa-hb__cta a:first-child{
      font-size: 13px;
      padding: 14px 20px;
    }
    .afa-hb__cta a:last-child{
      margin-left: 8px;
      font-size: 13px;
      padding: 14px 20px;
    }
    .afa-chipher-nav{
      justify-content: center;
    }
    .marquee-content img {
      max-width: 100px;
      object-fit: contain;
    }
    .logo{
      margin-right: 20px;
    }
    .marquee-content {
      animation: marquee 10s linear infinite;
   }

   .afa-tabs{
    flex-wrap: wrap;
   }
   .afa-tab{
    width: 48%;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    padding: 6px 10px;
   }
   .afa-othermethods__grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .afa-othermethods__grid li{
    padding: 25px 20px; 
  }
  
    .scrollsticky-accordion-btn {
      font-size: 14px;
      padding: 18px 38px 18px 24px;
    }
  
    .scrollsticky-accordion-content {
      padding: 0 20px;
    }
    .afa-auth__items li:nth-child(1)::before,
    .afa-auth__items li:nth-child(2)::before,
    .afa-auth__items li:nth-child(4)::before{
      top:20px;
    }
    .afa-auth__items.passkeys--biometric li:nth-child(4)::before{
      top:20px;
    }

    .box-content__flexbox{
      flex-direction: column;
    }
    .box-colum__swap{
      flex-direction: column-reverse;
    }
    .box-content__flexboxleft,
    .box-content__flexboxright{
      width: 100%;
    }
    .afa-hb__cta a:first-child,
    .afa-hb__cta a:last-child{
      width: initial;
    }
    
    .box-content__flexbox div{
      text-align: center;
      padding: 10px 0 20px 0;
    }
    .box-content__flexbox div p{
      padding-bottom: 30px;
    }
    .dv-right{
      text-align:initial;
    }

    .web-only{
      display: none;
    }
    .mobile-only{
      display: block;
    }

  }
  