html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
  }
  
  body {
    font-family: "Inter", sans-serif;
  }
  .ff-barlow {
    font-family: "Barlow", sans-serif;
  }
  
  /** Hero Banner **/
  .hb-aicm__section { 
    background-color:#070846; 
    overflow-x: hidden;
  }
  .hb-aicm__section .z-container {
    background: url("/wp-content/uploads/sites/2/2025/09/sf-hb-illustration.webp");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding-top: 45px;
    padding-bottom: 180px;
    max-width: 1440px;
    position: relative;
    left: 100px;
    z-index: 1;
  }
  .hb-aicm__content span {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background-color: #25265c; 
    padding: 8px 6px;
  }
  .hb-aicm__content h1 {
    color: #ffffff;
    font-size: 74px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 15px 0;
    line-height: 90%;
  }
  .hb-aicm__content p {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    max-width: 420px;
  }
  .hb-aicm__box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: self-start;
    border-radius: 24px;
    background-color: #fff;
    padding: 48px 40px;
    margin-top: -138px;
    z-index: 2;
  }
  
  /** Scrollspy **/
  .zaic-container {
    display: flex;
  }
  
  .zaic-sticky-nav {
    position: sticky;
    top: 60px;
    height: 100vh;
    width: 320px;
    border-right: 1px solid #d7d9ee;
    padding: 20px 5px 20px 20px;
    overflow-y: auto;
  }
  
  .zaic-sticky-nav ul {
    list-style-type: none;
    padding: 0;
  }
  
  .zaic-sticky-nav > ul {
    padding-right: 20px;
    margin-bottom: 2px;
    overflow: auto;
  }
  
  .zaic-sticky-nav-heading {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
  }
  .zaic-content h3 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 40px;
  }
  .zaic-content h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    padding-top: 30px;
  }
  .zaic-content h4.pdt--0{
    padding-top: 0;
  }
  .zaic-content h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 142%;
    padding-top: 30px;
  }
  .zaic-content h5 + .aic-ul__items {
    margin-left: 20px;
  }
  .zaic-content h6 {
    color: #984fde;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }
  .zaic-content h4 span {
    color: #984fde;
  }
  .fs-normal {
    font-weight: 400;
    font-size: 20px;
  }
  .zaic-content hr {
    width: 100%;
    height: 1px;
    background-color: #b7b7b7;
    margin-top: 15px;
  }
  
  .intro-card {
    border-radius: 24px;
    padding: 40px 20px 32px 20px; 
    /* background: linear-gradient(180deg, #f5f7ff 3.81%, #fff 103.65%); */
    margin-left: -40px;
    margin-top: 50px;
  }
  .intro-card.bgcolor-transparent {
    background: transparent;
  }
  .intro-card.mgt--0 {
    margin-top: 0;
  }
  .intro-card.pdt--0{
    padding-top:0;
  }
  .intro-card.pdt--25 {
    padding-top: 25px;
  }
  .intro-card span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    border-radius: 29px;
    border: 1px solid #984fde;
    padding: 10px 14px;
  }
  .sfr-chapter{
    position: relative;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
  }
  .sfr-chapter span{
    position: relative;
    background-color: #FFF;
    padding: 8px 18px;
    z-index: 1;
  }
  .sfr-chapter::after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D7D9EE;  
    top: 50%;
    left: 0;
    transform:translateY(-50%); 
}

  .intro-card h2 {
    color: #000;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 30px;
    text-wrap: pretty;
  }
  .intro-card h3 {
    color: #000;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 142%;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .intro-card h3.pdt--40{
    padding-top:40px;
  }
  .intro-card h3.fw-600{
    font-weight: 600;
  }
  .intro-card h2.pdt--0{
    padding-top: 0;
  }
  .aicqoute-block {
    border-top: 1px solid #d7d9ee;
    border-bottom: 1px solid #d7d9ee;
    padding: 45px 0;
    margin: 20px 0;
  }
  .aicqoute-flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
  }
  .aicqoute-text {
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 112.831%;
    background-color: #984fde;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .aicqoute-para {
    color: #000;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
  }
  .aicfigure-caption {
    padding: 30px 0;
  }
  .aicfigure-caption figcaption {
    color: #000;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 177.778%;
    padding-bottom: 30px;
  }
  .aicfigure-caption figcaption span {
    font-style: italic;
    border-bottom: 1px solid #d7d9ee;
    padding-bottom: 15px;
    display: inline-block;
  }
  .aicfigure-caption img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .aic-ul__items {
    margin: 0;
    padding: 0;
  }
  .aic-ul__items.indent--14{
    padding-left: 14px; 
  }
  .aic-ul__items > li {
    position: relative;
    list-style-type: none;
    padding: 8px 0 8px 30px;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 152%; 
  }
  .aic-ul__items > li::before {
    position: absolute;
    left: 2px;
    top: 20px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background-color: #984fde;
  }
  .aic-ul__items.pdb--0 > li {
    padding-bottom: 0;
  }
  .aic-ol__items {
    margin: 0;
    padding: 0;
    padding-left: 20px;
  }
  .aic-ol__items > li {
    color: #000;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 142%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .purple-hl3 {
    color: #984fde;
    padding-bottom: 10px;
  }
  .inline-to__block {
    display: block;
  }
  
  .zaic-sticky-nav ul > li > a.active + ul {
    display: block;
    background: #f9faff;
  }
  
  .zaic-sticky-nav ul ul {
    display: none;
  }
  
  .zaic-sticky-nav a {
    text-decoration: none;
    display: block;
    padding: 8px 14px;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
  }
  .zaic-sticky-nav > ul > li > a {
    color: #000;
    font-weight: 700;
  }
  .zaic-sticky-nav ul ul a {
    color: #5c5959;
    font-weight: 500;
  }
  
  .zaic-sticky-nav > ul > li > a.active {
    background: #f9faff;
    box-shadow: inset 3px 0 0 #7038f6;
  }
  .zaic-sticky-nav ul ul a.active {
    color: #7b3fb4;
  }
  
  .zaic-sticky-nav .zaic-icon {
    float: right;
  }
  
  .zaic-content {
    flex: 1;
    padding: 0px 20px 0px 20px;
    margin-left: 40px;
  }
  .zaic-content p {
    padding: 15px 0;
    color: #000;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.778%;
  }
  .zaic-content p.pdt--10 {
    padding-top: 10px;
  }
  .zaic-content p.pdt--0 {
    padding-top: 0px;
  }
  .zaic-content p.pdb--0 {
    padding-bottom: 0;
  }
  .img-maxwidth--320 {
    max-width: 320px;
  }
  .cta-wdvideo {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5.677px;
    background-color: #984fde;
    border: 1px solid #984fde;
    padding: 20px 40px;
    box-shadow: 0px 9px 17.4px 0px rgba(50, 15, 83, 0.2);
    transition: all 0.3s;
  }
  .cta-wdvideo svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .cta-wdvideo:hover {
    background-color: #ffffff;
    border: 1px solid #984fde;
    color: #984fde;
  }
  .cta-wdvideo:hover svg {
    fill: #984fde;
  }
  .zaic-sticky-nav > ul::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  
  .zaic-sticky-nav > ul::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
    margin: 2px;
  }
  
  .zaic-sticky-nav > ul::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #555;
  }
  
  .zaic-sticky-nav > ul::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
  
  .zaic-sticky-nav > ul::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  
  /** End Scrollspy **/
  
  /** Form **/
  
  .form-schedulemeeting-section {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  
  .form-schedulemeeting-block {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 30px 60px 0px 60px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: 1px solid #c79def;
    border-bottom: none;
    box-shadow: 0px 12px 22.4px 0px rgba(0, 0, 0, 0.08);
    bottom: -20px;
  }
  
  .form-schedulemeeting-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    color: #000000;
    text-align: left;
    padding-bottom: 14px;
  }
  .form-schedulemeeting-des{
    padding-bottom: 14px;
  }
  
  .form-content .hs-form-booleancheckbox-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .form-content .title {
    padding-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #3c2084;
    font-family: "Barlow", sans-serif;
    text-align: center;
    padding-bottom: 41px;
  }
  
  .form-content .content {
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 1px;
  }
  
  .form-content .input input[type="text"],
  .form-content .input input[type="email"],
  .form-content .input textarea,
  .form-content select {
    border: 1px solid #ac96cc;
    background-color: transparent;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #878787;
    font-family: "Barlow", sans-serif;
    padding: 14px 22px !important;
    width: 100% !important;
  }
  
  .form-content select {
    background-image: url(/wp-content/uploads/sites/2/2023/09/dropdown.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    margin-top: 10px;
  }
  
  .form-content .input input[name="firstname"] {
    margin-right: 15px;
    width: calc(100% - 15px) !important;
  }
  
  .form-content .hs_lastname {
    padding-left: 15px;
  }
  
  .form-content ul {
    list-style: none;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
  }
  
  .form-content ul .hs-form-booleancheckbox {
    padding-top: 10px;
  }
  .form-content ul .hs-form-booleancheckbox p {
    font-size: 14px;
    position: relative;
    top: -3px;
  }
  
  .form-schedulemeeting-block .form-content ul .hs-form-booleancheckbox {
    padding-top: 0;
  }
  
  .form-schedulemeeting-block .form-content input[type="submit"] {
    background-position: 79% center;
  }
  
  .form-schedulemeeting-block .form-content .actions {
    text-align: left;
  }
  
  .form-content .hs_error_rollup {
  }
  
  .form-content .hs-error-msgs {
    color: #f44336;
    font-size: 13px;
    font-family: "Manrope", sans-serif;
  }
  
  .form-content .actions {
    text-align: left;
    padding-bottom: 37px;
    padding-top: 20px;
  }
  
  .form-content .hs-form-booleancheckbox-display {
    cursor: pointer;
  }
  
  .form-content input[type="submit"] {
    position: relative;
    cursor: pointer;
    background: url(/wp-content/uploads/sites/2/2023/06/form-cta-arrow.svg),
      #984fde;
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    letter-spacing: normal;
    color: #ffffff;
    padding: 12px 65px 12px 40px;
    transition: all 0.4s;
    border-radius: 5.677px;
    box-shadow: 0px 9px 17.4px 0px rgba(50, 15, 83, 0.2);
  }
  
  .cbaform-section .form-content input[type="submit"]:hover {
    background-position: 89% center;
  }
  
  .cbaform-section .form-content input[type="submit"] {
    position: relative;
    font-family: "Barlow", sans-serif;
    cursor: pointer;
    background: url("/wp-content/uploads/sites/2/2023/06/form-cta-arrow-block.svg")
        87% center no-repeat,
      linear-gradient(94.88deg, #ff9900 -4.99%, #ffd059 93.06%);
    box-shadow: 0px 15px 22px rgba(93, 77, 205, 0.25);
    border-radius: 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: normal;
    color: #000000;
    padding: 20px 55px 20px 30px;
    transition: all 0.4s;
  }
  
  .form-content input[type="submit"]:hover {
    background-position: 89% center;
  }
  
  .form-content fieldset {
    max-width: 100% !important;
  }
  
  .form-content fieldset:not(:last-of-type) {
    padding-bottom: 30px !important;
  }
  
  .form-content fieldset .input {
    margin-right: 0 !important;
  }
  
  .form-content .submitted-message {
    text-align: center;
    padding: 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: 1px solid #ddd;
  }
  
  .form-content .input input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
  }
  .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 10px !important;
  }
  /* accordion */
  .aic-content {
    display: none;
  }
  #zaic-section7-2 .aic-btn {
    border-top: 1px solid #b7b7b7;
  }
  .aic-btn {
    padding: 30px 0 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
  }
  .aic-btn .minus {
    display: none;
  }
  .aic-btn.active .plus {
    display: none;
  }
  .aic-btn.active .minus {
    display: block;
  }
  .aic-content strong {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 13px;
    display: block;
  }
  .aic-content ol {
    color: #000;
    font-family: "Barlow", Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    padding-left: 20px;
    padding-bottom: 28px;
  }
  .aic-content ol.custom-numbering {
    list-style-type: none;
    counter-reset: item;
    padding-left: 0;
  }
  .custom-numbering li {
    counter-increment: item;
    display: flex;
  }
  .custom-numbering li a {
    color: inherit;
  }
  .custom-numbering li a:hover {
    text-decoration: underline;
  }
  .custom-numbering li::before {
    content: counter(item);
    margin-right: 4px;
    font-size: 12px;
    position: relative;
    top: -7px;
  }
  /* end accordion */
  @media (max-width: 1100px) {
    .co-cards-box {
      padding: 25px 15px;
    }
    .co-cards-box-des {
      font-size: 15px;
    }
  }
  @media (max-width: 768px) {
    .form-content .content {
      padding-left: 0;
      padding-right: 0;
    }
  
    .form-content fieldset:not(:last-of-type) {
      padding-bottom: 17px !important;
    }
  
    .form-content .input input[type="text"],
    .form-content .input input[type="email"],
    .form-content .input textarea {
      font-size: 12px;
      padding: 12px 15px !important;
      min-height: 46px !important;
    }
  
    .form-content .actions {
      padding-bottom: 18px;
      padding-top: 23px;
    }
  
    .form-content .title {
      padding-bottom: 26px;
      padding-top: 16px;
      font-size: 28px;
    }
  
    .form-content .submitted-message {
      padding-bottom: 25px;
    }
  
    .form-content .input input[type="checkbox"] {
      -webkit-transform: scale(1.2, 1.2);
    }
  
    .co-flexbox-left,
    .co-flexbox-right {
      width: 100%;
    }
    .co-cards-flexbox li {
      width: 100%;
    }
    .co-cards-flexbox .width-48 {
      width: 100%;
    }
    .co-cards-box {
      min-height: auto;
    }
    .co-cards-block {
      padding: 48px 20px 70px 20px;
      border-radius: 20px;
    }
    .co-card-textarea {
      background-image: none;
    }
    .form-schedulemeeting-block {
      padding: 30px 20px 50px 20px;
    }
    .sec-co-des {
      font-size: 15px;
    }
    .sec-co-title {
      font-size: 36px;
      line-height: 132%;
    }
    .co-download-now {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 400px),
    (min-device-width: 320px) and (max-device-width: 480px) {
    .form-content .input input[name="lastname"] {
      display: inline-block;
      margin-top: 15px;
    }
  }
  
  @media (max-width: 670px) {
    .form-content .input input[name="firstname"] {
      margin-right: 0;
      width: 100% !important;
    }
  }
  @media (max-width: 400px),
    (min-device-width: 320px) and (max-device-width: 480px) {
    .form-content .hs_lastname {
      padding-left: 0;
    }
  }
  
  /** End Form **/
  
  /*-- Video container started --*/
  .video-player-container {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .video-player-container .tabs {
    display: flex;
    gap: 12px;
    padding-bottom: 30px;
  }
  .video-player-container .tabs .tab-button {
    border-radius: 20px;
    background: rgb(137 122 152 / 92%);
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
    width: 150px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid transparent;
    color: #ffffff;
    opacity: 0.4;
  }
  .video-player-container .tabs .tab-button.active {
    opacity: 1;
    border-top-color: #d6aaff;
    color: white;
    background: linear-gradient(
      12deg,
      #b66cfc 34.26%,
      rgba(182, 108, 252, 0) 186.37%
    );
  }
  .video-player-container .tab-content:not(.active) {
    display: none;
  }
  .video-player-container .custom-video-player-thumbnail-container {
    position: relative;
    height: 517px;
    background-color: #fcf7ff;
    border-radius: 12px;
    border: 1px solid rgb(252 247 255);
    overflow: hidden;
    align-content: center;
  }
  .video-player-container .custom-video-player-thumbnail {
    object-fit: contain;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
  }
  .video-player-container .custom-video-player-thumbnail-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .voice-chat__text p{ 
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height:110%;
    padding-bottom: 30px;
  }
  .voice-chat__text span{
    display: inline-block;
    color: #050505;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height:108.565%;
    vertical-align: middle;
  }
  .voice-chat__text > div{
    border-bottom: 1px solid #E0E0E0;
    padding:10px 0;
  }
  .voice-chat__text img{
    display: inline-block;
    vertical-align: middle;
  }
  .voice-chat__text.pdt--60{
    padding-top: 60px;
  }
  /*-- Video container ended --*/
  
  .download-content-mobile-view {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 20px;
    display: flex;
    justify-content: center;
    z-index: 990;
    gap: 26px;
    background:#E7D9F4;
    box-shadow: 0px -13px 27.5px 0px rgba(0, 0, 0, 0.06);
    align-items: center;
  }
  /* .download-container{
    flex:1;
  } */
  .download-container:first-of-type .content {
    justify-content: right;
  }
  .download-container .content {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .download-container:not(:first-of-type) {
    padding-left: 26px;
    border-left: 2px solid #984fde;
    display: none;
  }
  .download-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color:#000000;
    text-decoration: underline;
    transition: all ease 0.35s;
  }
  .text-section {
    padding-bottom: 32px;
    color: #000000;
    font-family: "Barlow", sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 145.455%;
  }
  #AICSummary {
    display: none;
  }
  .social-sharing {
    position: fixed;
    top: 50%;
    left: 100%;
    width: 60px;
    box-shadow: -1px 4px 12px 0px rgba(0, 0, 0, 0.1);
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-100%, -50%);
    z-index: 1;
  }
  .social-sharing a {
    padding: 19px 20px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social-sharing a:hover {
    background: #1b0b2a;
  }
  .social-sharing a:hover svg path {
    fill: #ffffff;
  }

  .cards-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:10px;
  }
  .cards-grid__items{
    background-color: #FEF8E6;
    border-radius: 10px;
    padding:20px;
  }
  .cards-grid__items strong{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .cards-grid__items p{
    font-size: 16px;
  }

  .table-grid{
    display: grid;
    grid-template-columns: 206px 1fr;
    align-items: stretch;
    border: 1px solid #000;
    border-bottom: none;
  }
  .table-grid__col {
  padding:24px; 
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}
.table-grid__col strong{
  font-size: 18px; 
}
.table-grid__col:nth-child(2n + 1) {
  color:#4F5CD6;
  border-right: 1px solid #000;
}
.table-grid__col:nth-child(-n+2) {
  background-color: #4F5CD6;
  color:#FFF;
}
.table-grid__col:nth-child(5),
.table-grid__col:nth-child(6),
.table-grid__col:nth-child(9),
.table-grid__col:nth-child(10) {
  background-color: #E3DFFB;
} 
.purplecard-grid{
  display: grid;
  grid-template-columns: repeat(3 ,1fr);
  align-items: stretch;
  text-align: center;
  gap:10px;
}
.purplecard-grid.gridfr-2{
  grid-template-columns: repeat(2 ,1fr);
  text-align: left;
  padding-top:40px; 
}
.purplecard-grid.gridfr-3{
  grid-template-columns: repeat(3 ,1fr);
  text-align: left;
  padding-top:40px; 
}
.purplecard-grid__col{
  padding:24px 16px;
  border-radius: 10px;
  background-color: #E3DFFB;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
.purplecard-grid__col.jc-top{
  justify-content:start;
}
.purplecard-grid__col strong{
  color: #4F5CD6;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.custom-table{
  border-collapse: collapse;
  border-spacing: 0; 
  margin-top: 30px;
  width: 100%;
}
.custom-table tr th{
  color: #FFF;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;   
  background-color: #4F5CD6;
  padding: 24px;
  border: 1px solid #000;
  text-align: left;
}
.custom-table tr td{
  font-family: "Barlow", sans-serif;
  padding: 24px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height:158%; 
  border: 1px solid #000;
}
.custom-table tr td.txt-blue{
  color:#4F5CD6;
}
.txt-blue{
  color:#4F5CD6;
}
.custom-table tr:nth-child(even){
  background-color:#E3DFFB; 
}
ul.before-left__bdr{
  font-family: "Barlow", sans-serif;
  color: #4F5CD6;
  font-size: 18px;
  font-weight: 600;
  line-height:158%;
  margin:0;
  padding:0;
  list-style-type: none; 
}
ul.before-left__bdr li{
  border-left: 6px solid #4F5CD6;
  padding-left: 15px;  
}

.flexbox-icons__list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  padding:20px 0;
}
.flexbox-icons__left{
  width: 162px;
}
.flexbox-icons__right{
  width:calc(100% - 162px); 
}

.yellow-card__block{
  background-color: #FEF8E6;
  border-radius: 10px;
  padding:24px;
  margin:10px 0;
}
.icons-bottom__gap{
  display: inline-block;
  margin-bottom: 15px;
}

/** Scroll Popup **/
.sfr-hidden {
  /* display: none !important; */
  visibility: hidden;
}

body.sfr-no-scroll main {
  /* overflow: hidden;
  opacity: 0;
  visibility: hidden; */
}

#sfr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-end; 
  padding: 20px;
  box-sizing: border-box;
  backdrop-filter: blur(6px); 
}
#sfr-popup {
  max-width: 800px;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.4s ease-out;
}
#sfr-overlay.sfr-active #sfr-popup {
  transform: translateY(0);
  opacity: 1;
}
.cursor-pointer{
  cursor: pointer;
}
  @media (min-width: 993px) {
    .zaic-sticky-nav{
      top: 70px;
      padding: 10px 5px 20px 20px;
      transition: width ease .35s;
    }
    .zaic-sticky-nav.active {
      width: 34px;
      border-right: 0;
      box-shadow: inset -16px 0 white, inset -17px 0 #D7DAED;
      overflow: hidden;
    }
    .mobile-handle {
      height: 34px;
      width: 34px;
      background: #000000 url(/wp-content/uploads/sites/2/2024/07/white-arrow.svg)
        no-repeat center;
      position: absolute;
      right: 0;
      cursor: pointer;
      background-size: 10px;
      border-radius: 0;
      box-shadow: 0 0 33px 0 rgb(255 255 255);
      transform: translateY(-30%);
    }
    .zaic-sticky-nav.active > ul {
      visibility: hidden;
      opacity: 0;
    }
    .zaic-sticky-nav:not(.active) .mobile-handle {
      transform: rotate(180deg) translateY(30%);
    }
    .zaic-sticky-nav > ul{
      opacity: 1;
      transition: opacity .5s ease;
    }
  }
  @media (max-width: 1439px) {
    .hb-aicm__section .z-container {
      max-width: 1240px;
      left: 0;
      background-position: 26vw top;
    }
  }
  
  @media (max-width: 1080px) {
    .video-player-container .custom-video-player-thumbnail-container {
      height: 390px;
    }
    .hb-aicm__box {
      padding: 48px 0;
    }
    .zaic-sticky-nav {
    }
  }
  @media (max-width: 992px) {
    .hb-aicm__section .z-container {
      background: none;
      text-align: center;
      padding: 27px 0 32px;
      text-align: center;
    }
    .hb-aicm__content p {
      margin: auto;
    }
    .hb-aicm__box {
      padding: 0 0 48px;
      margin-top: 0;
    }
    .zaic-content {
      margin-left: 0;
      padding-top: 40px;
    }
    .zaic-sticky-nav > ul {
      height: 100%;
      padding-bottom: 20px;
    }
    .mobile-handle {
      height: 40px;
      width: 40px;
      background: #000000 url(/wp-content/uploads/sites/2/2024/07/white-arrow.svg)
        no-repeat center;
      position: absolute;
      right: -41px;
      cursor: pointer;
      background-size: 10px;
      border-radius: 0 6px 6px 0;
      box-shadow: 0 0 33px 0 rgb(255 255 255);
    }
    .zaic-sticky-nav.active {
      transform: translateX(0);
    }
    .mobile-handle-bg.active {
      background: rgb(0 0 0 / 20%);
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 998;
    }
    .zaic-sticky-nav.active .mobile-handle {
      transform: rotate(180deg);
      border-radius: 6px 0 0 6px;
    }
    .video-player-container .custom-video-player-thumbnail-container {
      height: 60vw;
    }
    .zaic-sticky-nav {
      position: fixed;
      top: 60px;
      background: white;
      border-right: 1px solid #d7d9ee;
      left: 0;
      padding: 20px;
      z-index: 998;
      transform: translateX(-100%);
      transition: transform ease-in-out 0.65s;
      overflow: visible;
      bottom: 0;
      height: auto;
      max-width: calc(100% - 45px);
    }
  }
  @media (max-width: 768px) {
    .social-sharing{
      display: none;
      width: 38px;
    }
    .social-sharing a{
      padding: 10px 12px;
    }
    .download-container .content {
      font-size: 16px;
    }
    .download-content-mobile-view {
      padding: 12px 14px;
    }
    .intro-card span {
      padding: 6px 14px;
    }
    .hb-aicm__content h1 {
      font-size: 46px;
      padding: 17px 0 9px;
      line-height: 74%;
    }
    .hb-aicm__content p {
      margin: auto;
      font-size: 17.467px;
      max-width: 264.183px;
    }
    .hb-aicm__content span {
      font-size: 12px;
      border-radius: 20px;
      padding: 5px 9px;
    }
    .zaic-content {
      padding: 40px 0 0;
    }
    .hb-aicm__box {
      padding: 0 0 48px;
    }
    .intro-card {
      padding: 30px 20px 10px 20px;
      border-radius: 0;
      margin-left: -20px;
      margin-right: -20px;
    }
  
    .intro-card h2 {
      padding-top: 16px;
      font-size: 30px;
      line-height: normal;
    }
    .aicqoute-block {
      padding: 16px 0;
      margin: 7px 0;
    }
    .aicqoute-text {
      font-size: 48px;
    }
    .aicqoute-para {
      font-size: 14px;
    }
    .zaic-content p {
      padding: 10px 0;
      font-size: 14px;
      line-height: 148%;
    }
    .aicqoute-flexbox {
      gap: 7px;
      flex-direction: column;
      align-items: baseline;
    }
    .zaic-content h3 {
      line-height: 128%;
      font-size: 24px;
      padding-top: 20px;
    }
    .text-section {
      font-size: 14px;
    }
    .aicfigure-caption {
      padding: 16px 0;
    }
    .aic-ul__items > li {
      font-size: 14px;
      line-height: 148%;
      padding: 5px 0 4px 18px;
    }
    .aic-ul__items > li::before {
      top: 13px;
    }
    .zaic-content h4 {
      font-size: 18px;
      padding-top: 16px;
    }
    .video-player-container {
      padding-bottom: 0;
    }
    .intro-card h2 + h3 {
      font-size: 18px;
      padding-top: 15px;
    }
    .aic-ol__items > li {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 16px;
    }
    .zaic-content h5 {
      font-size: 18px;
      padding-top: 18px;
    }
    .aic-content strong {
      font-size: 18px;
    }
    .aic-content ol {
      line-height: 148%;
      font-size: 14px;
    }
    .aic-content ol li {
      padding-bottom: 10px;
    }
    .custom-table tr th,
    .custom-table tr td{
      font-size: 12px;
      padding: 10px 4px;
    }
    .table-grid{
      grid-template-columns: 100px 1fr;
    }
    .table-grid__col strong{
      font-size: 12px; 
    }
    .table-grid__col{
      padding: 15px 4px;
    }
  }
  @media (max-width: 480px) {
    .cards-grid{
      grid-template-columns: repeat(1, 1fr);
    }
    .purplecard-grid{
      grid-template-columns: repeat(1, 1fr); 
    }
    .purplecard-grid.gridfr-2{
      grid-template-columns: repeat(1, 1fr); 
    }
    .purplecard-grid.gridfr-3{
      grid-template-columns: repeat(1, 1fr); 
    }
    .flexbox-icons__left{
      width: 100%;
    }
    .flexbox-icons__right{
      width:100%; 
    }
    .flexbox-icons__left img{
      display:inline-block;
      width:80px;
      height:80px;
      margin-bottom:15px;
    }
    
  }

  
  /* customized footer padding for this Selene page */
  .footer-section{
    padding-bottom: 132px;
  }
  