
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

*{
    outline: 0;
    margin: 0;
    padding:0;
    border: none;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: Inter, sans-serif;
}
html, body{
    margin: 0;
    padding: 0;
}
a:-webkit-any-link {
    text-decoration: none;
}

.z-container{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.img-responsive{
  width: 100%;
  height: auto;
}
.elm-center{
  text-align: center;
}
.zeta-blog__wrapper {
    font-family: 'Manrope', sans-serif;
}

.zeta-blog__wrapper .blog-banner__section {
    padding-bottom: 50px;
    padding-top: 20px;
    position: relative;
    background-size: cover;
    background-position: 100% 100%;
}

.zeta-blog__wrapper .blog-banner__section::after {
    content: "";
    background: -o-linear-gradient(329.17deg, #ad5bfe 8.49%, #6431f5 95.72%);
    background: linear-gradient(120.83deg, #ad5bfe 8.49%, #6431f5 95.72%);
    position: absolute;
    height: 60%;
    width: 100%;
    top: 0;
    z-index: -1;
}

.zeta-blog__wrapper .banking-fintech__flexbox .not-found {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 75px;
}

.zeta-blog__wrapper .blog-nav {
    padding: 9px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zeta-blog__wrapper .blog-nav h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 132%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.zeta-blog__wrapper .blog-nav input[type=search] {
    max-width: 534px;
    width: 100%;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #030303;
    padding: 13px 41px;
    margin-left: 20px;
    background: #fff url("https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/01/mk-blog-search-icon-2.svg") no-repeat center right 26px;
}
.zeta-blog__wrapper .blog-nav--search{
    display: block;
    text-align: center;
}
.zeta-blog__wrapper .blog-nav--search input[type=search]{
    max-width: 688px;
    min-width: auto;
    border: 1px solid #B49CFF;  
    font-weight: 400;
    font-family: Inter, sans-serif;
    color:#2F2E2E;
    font-size: 15px; 
    margin-left:0;
}

.zeta-blog__wrapper .blog-nav input[type=search]::-webkit-search-cancel-button {
    display: none;
}

.zeta-blog__wrapper .blog-nav input[type=search]::-webkit-input-placeholder {
    color: #030303;
    opacity: 1;
}

.zeta-blog__wrapper .blog-nav input[type=search]::-moz-placeholder {
    color: #030303;
    opacity: 1;
}

.zeta-blog__wrapper .blog-nav input[type=search]:-ms-input-placeholder {
    color: #030303;
    opacity: 1;
}

.zeta-blog__wrapper .blog-nav input[type=search]::-ms-input-placeholder {
    color: #030303;
    opacity: 1;
}

.zeta-blog__wrapper .blog-nav input[type=search]::placeholder {
    color: #030303;
    opacity: 1;
}

.zeta-blog__wrapper .blog-nav input[type=search]:-ms-input-placeholder {
    color: #030303;
}

.zeta-blog__wrapper .blog-nav input[type=search]::-ms-input-placeholder {
    color: #030303;
}

.zeta-blog__wrapper .banner-box {
    position: relative;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-box-shadow: 0px 14px 52px rgba(74, 89, 217, 0.15);
    box-shadow: 0px 14px 52px rgba(74, 89, 217, 0.15);
    overflow: hidden;
}

.banner-box__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.zeta-blog__wrapper .banner-box__left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.zeta-blog__wrapper .featured-star__group {
    position: relative;
    width: 100%;
}

.zeta-blog__wrapper .banner-box__left img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zeta-blog__wrapper .banner-box__right {
    padding: 72px 72px 72px 80px;
    width: 50%;
}

.zeta-blog__wrapper .featured-star__text {
    position: absolute;
    top: 32px;
    left: 32px;
    padding: 10px 25px 10px 20px;
    background-color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #0f172e;
    display: inline-block;
    -webkit-box-shadow: 0px 12.28px 19.37px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 12.28px 19.37px rgba(0, 0, 0, 0.35);
    border-radius: 24px;
}

.zeta-blog__wrapper .featured-star__text img {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-right: 4px;
}

.zeta-blog__wrapper .banner-box__right-details {
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zeta-blog__wrapper .banner-box__right-details-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 115%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444c58;
}

.zeta-blog__wrapper .banner-box__right-details-text__no-wrap {
    white-space: nowrap;
}

.zeta-blog__wrapper .banner-box__right-details-icon {
    border: 3px solid #bf92ff;
    border-radius: 50%;
    height: 0;
    margin: 0 16px;
    width: 0;
}

.zeta-blog__wrapper .banner-box__right-title {
    padding-bottom: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #2f2e2e;
}
.zeta-blog__wrapper .banner-box__right-title a{
    color: #2f2e2e;
}

.zeta-blog__wrapper .banner-box__right-sub_title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    padding-bottom: 72px;
    color: #4a4a4a;
}

.zeta-blog__wrapper .banner-box__right-btn_text {
    font-style: normal;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    color: #fff;
    background-color: #8c46ff;
    -webkit-box-shadow: 0px 9px 22px rgba(140, 70, 255, 0.36);
    box-shadow: 0px 9px 22px rgba(140, 70, 255, 0.36);
    border-radius: 4px;
    padding: 15px 30px;
    text-transform: uppercase;
}

.zeta-blog__wrapper .subnav-container {
    position: relative;
    z-index: 399;
    top: 0 !important;
}

.zeta-blog__wrapper .subnav-container.sub-nav__sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 14px #aeaac5;
    box-shadow: 0 2px 14px #aeaac5;
    width: 100%;
}

.zeta-blog__wrapper .banking-fintech__mainblock { 
    background: url("https://zv3d.wpengine.com/in/wp-content/uploads/sites/3/2024/01/mk-banking-fintech-leftshape.svg") no-repeat top left, url("https://zv3d.wpengine.com/in/wp-content/uploads/sites/3/2024/01/mk-banking-fintech-rightshape.svg") no-repeat right top;
}

.zeta-blog__wrapper .banking-fintech__block {
    padding: 30px 0;
}

.zeta-blog__wrapper .banking-fintech__heading {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 129%;
    text-align: center;
    color: #262626;
}

.zeta-blog__wrapper .banking-fintech__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0; 
    padding: 0; 
}

.zeta-blog__wrapper .banking-fintech__flexbox li {
    width: 33%;
    list-style-type: none;
    padding: 40px 20px;
}

.zeta-blog__wrapper .banking-fintech__link {
    -webkit-box-shadow: 0px 14px 52px rgba(74, 89, 217, 0.15);
    box-shadow: 0px 14px 52px rgba(74, 89, 217, 0.15);
    background-color: #fff;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /* min-height: 514px; */
}

.zeta-blog__wrapper .banking-fintech__link:hover {
    -webkit-box-shadow: #bab1b1 1px 4px 33px;
    box-shadow: #bab1b1 1px 4px 33px;
}

.zeta-blog__wrapper .banking-fintech__img {
    width: 100%;
    height: auto;
    min-height: 220px;
    max-height: 220px;
}

.zeta-blog__wrapper .banking-fintech__text {
    padding: 30px 30px;
}

.zeta-blog__wrapper .banking-fintech__text span {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    color: #444c58;
}
.zeta-blog__wrapper .banking-fintech__text span a{
    color: #444c58; 
}

.zeta-blog__wrapper .banking-fintech__text h3 {
    padding-top: 10px;
    font-weight: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: #0f172e;
    margin-top: 0;
}

.zeta-blog__wrapper .gray-dot__circle {
    position: relative;
    top: -2px;
    width: 6px;
    height: 6px;
    background-color: #c7c7c7;
    border-radius: 10px;
    display: inline-block;
    margin: 0 10px;
}

.zeta-blog__wrapper .subscribe-field__block {
    padding: 150px 0;
    background: url(https://www.zeta.tech/wp-content/uploads/sites/2/2022/12/home-secondary-footer-leftshape.webp) top left no-repeat, url(https://www.zeta.tech/wp-content/uploads/sites/2/2022/12/home-secondary-footer-rightshape.webp) top right no-repeat, #02022b;
}

.zeta-blog__wrapper .subscribe-form__block {
    padding-top: 40px;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.zeta-blog__wrapper .subscribe-field__heading {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 133%;
    color: #fff;
    text-align: center;
}

.zeta-blog__wrapper .subscribe-form__block input[type="email"] {
    border: 1px solid #5a3ec2;
    padding: 25px 20px;
    border-radius: 10px;
    width: 100%;
    font-size: 22px;
}

.zeta-blog__wrapper .subscribe-form__block input[type="submit"] {
    font-family: Inter, sans-serif;
    padding: 22px 40px;
    border-radius: 6px;
    background: -o-linear-gradient(329.17deg, #ad5bfe 8.49%, #6431f5 95.72%);
    background: linear-gradient(120.83deg, #ad5bfe 8.49%, #6431f5 95.72%);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 40px;
}

.zeta-blog__wrapper .subscribe-form__block li .hs-error-msg,
.zeta-blog__wrapper .subscribe-form__block li .hs-main-font-element {
    display: inline-block;
    color: #f00;
    padding-top: 5px;
    padding-bottom: 5px;
}

.zeta-blog__wrapper .subscribe-form__block .actions {
    text-align: center;
}

.subscribe-form__block .submitted-message {
    font-size: 22px;
    text-align: center;
    color: #FFF;
}

.search-form__group {
    position: relative;
    left: -20px;
    top: 0px;
    width: 100%;
    max-width: 534px;
}

.search-form__submit {
    position: absolute;
    top: 10px;
    right: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
    cursor: pointer;
}
.search-form--submit{
    position: relative;
    right: 50px;
    top:0;
}

.zeta-blog__anchorlink {
    text-decoration: none;
    color: #FFFFFF;
}

/** NEW BLOG HOME PAGE **/
.bdr-radius__20{
    border-radius: 20px;
}
.ff-inter{
    font-family: Inter, sans-serif;
}
.author-profile-pic{
    display: inline-block;
    margin-right: 10px; 
    vertical-align: middle;
}
.zeta-blog__wrapper .pdtblr-72--60{
    padding: 40px 60px 40px 60px; 
}
.author-tag__label > a{
    display: inline-block;
    color: #0F172E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    border-radius: 17px;
    background-color: #F6F1FF; 
    padding:5px 16px; 
    margin:0 5px;
}
.author-tag__label{
    padding-bottom: 36px;
}
.author-tag__label > a:first-child{
    margin-left: 0; 
}
.fs-18{
    font-size: 18px;
} 
.btn-read__now{
    color: #FFF;
    font-family: Inter, sans-serif; 
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    text-transform: uppercase; 
    border-radius: 4px;
    background-color: #8C46FF;
    box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
    padding:14px 30px;
}
.zeta-blog__wrapper .pdb--40{
    padding-bottom: 0px; 
}
.zmkt-category__group{
    text-align: center;
    padding: 0 0 8px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 28px auto;
}
.zmkt-category__group > a{
    display: inline-block;
    text-decoration: none;
    border-radius: 25px;
    background-color: #EFEFF3; 
    color: #2F2E2E;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%; 
    padding:10px 26px;
    margin:5px 6px; 
    transition: all 0.3s; 
}
.zmkt-category__group > a:hover{
    color:#FFFFFF;
    background-color: #8C46FF;
    box-shadow: 0px 9px 22px 0px rgba(38, 24, 63, 0.36); 
}
.zmkt-category__group > a.active-category{
    color:#FFFFFF;
    background-color: #8C46FF;
    box-shadow: 0px 9px 22px 0px rgba(38, 24, 63, 0.36); 
}
.zmkt-category__group > a:first-child{
    margin-left: 0;
}
.zeta-blog__wrapper .box-radius__block{
    border-radius: 20px;
    box-shadow: 0px 14px 52px 0px rgba(74, 89, 217, 0.15);
}
.zeta-blog__wrapper .bdrr-tlr{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-des__text{
    padding:20px 0 25px 0; 
    color: #444C58;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height:166.667%;
}
.title-des__constheight {
    max-height: 140px;
    min-height: 140px;
    overflow: hidden;
    position: relative;
}
.title-des__constheight::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; 
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(white));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.8), white);
    background: linear-gradient(rgba(255, 255, 255, 0.8), white); 
}
.zeta-blog__wrapper h3.fs-24{
    font-size: 24px;
}
.zeta-blog__wrapper h3.color-dark--gray{
    color: #2F2E2E;
}
.zeta-blog__wrapper h3.color-dark--gray a{
    color: #2F2E2E;
}
.divider-line{
    height: 1px;
    width: 100%;
    background-color: #E7E3ED; 
}
.pdlr--0{
    padding-left: 0;
    padding-right: 0;
}
.profile-group__inline{
    padding-top:22px; 
}
.zeta-blog__wrapper .bgcolor-purple{
    background-color: #BF92FF; 
}
.img-tag__group{
    position: relative;
}
.img-tag__block{
    position: absolute;
    bottom:20px;
    padding-left: 16px; 
}
.img-tag__block > a{
    display: inline-block;
    color: #8C46FF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    border-radius: 17px;
    background-color: #FFFFFF;
    padding:4px 16px; 
    box-shadow: 0px 12.28px 19.37px 0px rgba(0, 0, 0, 0.35);
    margin:0 4px;
}
.img-tag__block > a:first-child{
    margin-left: 0;
}
.zeta-blog__wrapper .fs-18 span{
    font-size: 18px; 
}

.zeta-blog__wrapper .fs-16 span{
    font-size: 16px; 
}

/** Selectbox Styling **/
.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #8C46FF;
    width: 320px;
    margin: 0 auto 28px auto;
    border-radius: 4px;
    overflow: hidden;
    background-color: #8C46FF;
    background: #8C46FF url("https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/01/slectbox-dropdown-arrow.svg") no-repeat 93% 50%;
} 

.select-style select {
    font-size: 15px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400; 
    color:#FFF;
    padding: 16px 15px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.select-style select option{
    color:#444C58;
}

.select-style select:focus {
    outline: none;
}

/*----show more component style---*/
.show-more-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 70px;
   }
   
   .show-more-slider {
    width: 137.5px;
    height: 6px;
    background-color: #ECE9F1;
    border-radius: 20px;
    overflow: hidden;
   }
   
   .show-more-slider-inner {
    background-color: #8C46FF;
    height: 6px;
   }
   
   .show-more-counts {
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    padding: 6px 0 29px;
   }
   
   .show-more-button {
    border-radius: 4px;
    background: #8C46FF;
    -webkit-box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
    box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 54px;
    padding: 6.997px 29.985px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9.995px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    text-transform: uppercase;
   }

/*-------FORM STYLES-----*/
.tag-name-blogs-form-container{
    background-color: #170f26;
    padding-bottom: 102px;
    margin-top: 164px;
}
.tag-name-blogs-form-box {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 53px 50px rgba(52, 34, 106, 0.09);
            box-shadow: 0px 53px 50px rgba(52, 34, 106, 0.09);
    padding: 64px 100px 73px 100px;
    margin-left: auto;
    margin-right: auto;
    top: -164px;
    max-width: 1001px;
    border-radius: 20px; 
    border: 1px solid #5A38C5;
    background-color: #FFF;
    margin-bottom: -164px;
}

.tag-name-blogs-form-heading {
    padding-bottom: 40px;
    max-width: 584px;
    color: #0F172E;
    text-align: center;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
}

.tag-name-blogs-form-content fieldset {
    max-width: 100%!important;
}

.tag-name-blogs-form-content .hs-form-booleancheckbox-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]{
    border-radius: 3.286px;
    border: 1.5px solid #6D2CE7;
    width: 17px!important;
    height: 17px!important;
    min-width: 17px!important;
    min-height: 17px!important;
    outline: none;
    cursor: pointer;
    position: relative;
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]:checked{
    background-color: #6D2CE7;
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]:checked::before{
    content: '\2713'; 
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff; 
    font-size: 12px; 
}

.tag-name-blogs-form-content fieldset .input {
    margin-right: 0 !important;
}

.tag-name-blogs-form-content fieldset:not(:last-of-type) {
    padding-bottom: 15px !important;
}

.tag-name-blogs-form-content .input input[type="text"],
.tag-name-blogs-form-content .input input[type="email"],
.tag-name-blogs-form-content .input textarea {
    border: 1px solid #6D2CE7;
    background-color: transparent;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13.8734px;
    line-height: 21px;
    color: #878787;
    font-family: "Manrope", sans-serif;
    padding: 16px 22px !important;
    min-height: 56px !important;
    width: 100% !important;
}

.tag-name-blogs-form-content .input input[name="firstname"] {
    margin-right: 8px;
    width: calc(100% - 8px) !important;
}

.tag-name-blogs-form-content .hs_lastname {
    padding-left: 8px;
}

.tag-name-blogs-form-content ul {
    list-style: none;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

.tag-name-blogs-form-content ul .hs-form-booleancheckbox {
    padding-top: 10px;
}

.tag-name-blogs-form-box .tag-name-blogs-form-content ul .hs-form-booleancheckbox {
    padding-top: 0;
}

.tag-name-blogs-form-box .tag-name-blogs-form-content input[type="submit"] {
    background-position: 79% center;
}

.tag-name-blogs-form-box .tag-name-blogs-form-content .actions {
    text-align: center;
}

.tag-name-blogs-form-content .hs-error-msgs {
    color: #f44336;
    font-size: 13px;
    font-family: "Manrope", sans-serif;
}

.tag-name-blogs-form-content .actions {
    padding-top: 61px;
}

.tag-name-blogs-form-content .hs-form-booleancheckbox-display {
    cursor: pointer;
    color: #2F2E2E;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; 
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display a{
    color: #8023D1;
}

.tag-name-blogs-form-content input[type="submit"] {
    position: relative;
    color: #FFF;
    font-size: 13.993px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 54px;
    padding: 7px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #8C46FF;
    -webkit-box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
            box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
    cursor: pointer;
}
.tag-name-card-sub_title, .tag-name-card-details__mobile{
    display: none;
}
.legal-consent-container .hs-form-booleancheckbox-display>span{
    margin-left: 10px !important; 
}
.profile-group__inline img{
    position: relative;
    z-index: 2;
}
.profile-group__inline img:nth-of-type(2){
    left: -20px;
    z-index: 1;
    margin-right: -15px;
    z-index: 1;
}
.abm-secondary__title{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
    color: #2f2e2e;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-top: 40px; 
}
.site-header{
    background-color: #070849;
    padding:20px 0;
}
.site-branding a{
    text-decoration: none; 
}
.site-footer{
    padding:25px 0;
    text-align: center;
    background-color: #000000;
}
.site-footer p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #787878; 
}

@media (max-width:991px){
    .zmkt-category__group{
        display: none; 
    }
    .select-style{
        display: block;
    }
}
@media (min-width:992px){
    .zmkt-category__group{
        display: block;
    }
    .select-style{
        display: none; 
    } 
}   

@media (max-width: 768px){
  .tag-name-blogs-form-heading{
        font-size: 30px;
        font-weight: 700;
        line-height: 145%;
    }
    .tag-name-blogs-form-box{
        border-radius: 16px;
        padding: 34px 24px 48px 24px;
    }
    .tag-name-blogs-form-content .actions {
        padding-top: 33px;
    }
    .zmkt-category__group{
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
    .title-des__constheight {
        max-height: initial;
        min-height: initial;
        overflow: auto;
    }
    .title-des__constheight::after{
        content: none;
    }
    .author-tag__label{
        padding-bottom: 35px;
    }
    
}
@media (max-width: 600px){
.tag-name-blogs-form-content .input input[name="firstname"] {
        margin-right: 0;
        width: 100% !important;
    }
    .tag-name-blogs-form-content .hs_lastname {
        padding-top: 15px;
        padding-left: 0!important;
    }
    .tag-name-blogs-form-content fieldset.form-columns-2 .hs-form-field,  .tag-name-blogs-form-content fieldset.form-columns-1 .hs-form-field {
        width: 100%!important;
    }
}

/** END NEW BLOG HOME PAGE **/

@media (min-width: 769px) and (max-width: 1024px) {
    .zeta-blog__wrapper .banking-fintech__flexbox li {
        width: 46%;
    }
    .zeta-blog__wrapper .banner-box__right-details-text {
        font-size: 15px;
    }
    .zeta-blog__wrapper .banner-box__right-title {
        font-size: 34px;
    }
    .zeta-blog__wrapper .banner-box__right {
        padding: 42px 30px 42px 42px;
    }
}

@media only screen and (max-width: 768px) {
    .zeta-blog__wrapper .blog-banner__section {
        padding-bottom: 40px;
    }
    .zeta-blog__wrapper .banner-box__right {
        padding: 38px 32px 48px 38px;
    }
    .zeta-blog__wrapper .banner-box__right-details-text {
        font-size: 12px;
    }
    .zeta-blog__wrapper .banner-box__right-details-icon {
        border: 2px solid #bf92ff;
        margin: 0 8px;
    }
    .zeta-blog__wrapper .banner-box__right-details {
        padding-bottom: 18px;
    }
    .zeta-blog__wrapper .banner-box__right-title {
        padding-bottom: 18px;
        font-size: 24px;
        line-height: 125%;
    }
    .zeta-blog__wrapper .banner-box__right-sub_title {
        font-size: 16px;
        padding-bottom: 48px;
    }
    .zeta-blog__wrapper .banner-box__right-sub_title.pdb--40{
        padding-bottom: 25px; 
    }
    .zeta-blog__wrapper .banner-box__right-btn_text {
        font-size: 18px;
    }
    .zeta-blog__wrapper .blog-nav h1 {
        font-size: 16px;
    }
    .zeta-blog__wrapper .blog-nav input[type=search] {
        padding: 13px 41px 13px 24px;
        height: 42px;
        max-width: 200px;
    }
    .zeta-blog__wrapper .blog-nav {
        padding: 7px 0;
    }
    .zeta-blog__wrapper .blog-nav--search {
        padding: 7px 20px;
    }
    .zeta-blog__wrapper .banner-box {
        margin-top: 27px;
    }
    .zeta-blog__wrapper .banking-fintech__flexbox li {
        width: 100%;
        padding:10px 20px 40px 20px;
    }
    .zeta-blog__wrapper .subscribe-field__heading {
        font-size: 32px;
    }
    .zeta-blog__wrapper .banner-box__left {
        width: 100%;
    }
    .zeta-blog__wrapper .banner-box__right {
        width: 100%;
    }
    .zeta-blog__wrapper .banking-fintech__heading {
        font-size: 36px;
    }
    .zeta-blog__wrapper .banking-fintech__link {
        min-height: auto;
    }
    .search-form__group {
        max-width: 200px;
    }
    .zeta-blog__wrapper .banking-fintech__img {
        min-height: initial;
        max-height: initial;
    }

    .zeta-blog__wrapper .pdtblr-72--60{
        padding: 38px 20px 48px 20px 
    }
    .zeta-blog__wrapper .banking-fintech--text{
        padding: 30px 20px; 
    }
    .zeta-blog__wrapper .blog-nav--search input[type=search]{
        max-width: 100%; 
    }
}


/* STYLES FOR GLOBAL SEARCH DROPDOWN*/

#datafetch {
    display: block;
    background: white;
    max-width: 534px;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 20px;
    position: absolute;
}

#datafetch h4 a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: rgb(3, 3, 3);
    display: block;
    padding: 12px 41px;
}

#datafetch h4 a:hover {
    background-color: #e5e5e5;
} 


/** Single Blog Post Style **/

.zeta-blog-author__wrapper {
    padding-top: 61px;
}

.individual-post-controlbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.individual-post-controlbar__left {
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    /* 20.7px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
}
.individual-post-controlbar__left a{
    color: #444C58; 
}
.author-social-media-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    top: 40vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    z-index: 999;
}

.author-social-media-links a {
    -webkit-box-shadow: 0px 9px 23.405px rgba(74, 89, 217, 0.15);
            box-shadow: 0px 9px 23.405px rgba(74, 89, 217, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 75px;
    height: 75px;
}
.individual-post-blog-card-details{
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}
.individual-post-blog-card-details .dot {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #BF92FF;
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}
.author-social-media-links a.linkedin{
    background-color: #327BB0;
}
.author-social-media-links a.twitter{
    background-color: #000;
}
.author-social-media-links a.facebook{
    background-color: #266AF6;
}
.author-social-media-links a.email{
    background-color: #B12318;
}

.individual-post-controlbar__left .go-back-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #444C58;
}

.individual-post-controlbar__left .go-back-button img {
    height: 12px;
    width: 7.4px;
}

.individual-post-controlbar__right {
    width: 50%;
    text-align: right;
    position: relative;
}
.individual-post-controlbar__right .clear{
    display: none;
    width: 38px;
    height: calc(100% - 6px);
    position: absolute;
    right: 3%;
    top: 3px;
    background: #fff url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/01/search-clear.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
}

.individual-post-controlbar__right input[type="search"] {
    max-width: 534px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #B49CFF;
    background-color: #FFF;
    color: #0F172E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 13px 50px 14px 41px;
    width: 100%;
    background-image: url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/01/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
}

.individual-post-controlbar__right input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.individual-post-controlbar__right input[type="search"]::-webkit-input-placeholder {
    color: #0F172E;
}

.individual-post-controlbar__right input[type="search"]::-moz-placeholder {
    color: #0F172E;
}

.individual-post-controlbar__right input[type="search"]:-ms-input-placeholder {
    color: #0F172E;
}

.individual-post-controlbar__right input[type="search"]::-ms-input-placeholder {
    color: #0F172E;
}

.individual-post-controlbar__right input[type="search"]::placeholder {
    color: #0F172E;
}

.individual-post-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 66px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 41px;
    margin-bottom: 70px;
    background-color: #f8f9fe;
    border-radius: 20px;
    overflow: hidden;
}
.individual-post-banner__left{
    margin-bottom: -4px;
}
.individual-post-banner__left > img{
    object-fit: cover;
}
.individual-post-banner__right{
    padding-right: 10px; 
}
.individual-post-banner__right .title {
    padding-bottom: 22px;
    color: #2F2E2E;
    font-family: Manrope;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.individual-post-author{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding-top: 24px;
}
.individual-post-author img{
    position:relative;
    width: 62px;
    height: 62px;
    border: 2px solid #FFF;
    border-radius: 50%;
    z-index:2;
}
.individual-post-author img:nth-child(2){
    position: relative;
    display: inline-block;
    left: -25px; 
    margin-right: -25px; 
    z-index:1;
}
.individual-post-author__content{
    font-size: 18px;
    font-style: normal;
    line-height: 115%; /* 20.7px */
}
.individual-post-author-name{
    font-weight: 600;
    color: #2F2E2E;
}
.individual-post-author-name a{
    color: #2F2E2E; 
    display: inline-block;
    padding-bottom: 4px;
}
.individual-post-author-name span{
    font-weight: 400;
}
.individual-post-author-role{
    color: #444C58;
    font-weight: 400;
    padding-top: 2px;
}

.individual-post-social-media-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-bottom: 11px;
}

.individual-post-social-media-links a {
    width: 57.312px;
    height: 57.312px;
    fill: #FFF;
    -webkit-box-shadow: 0px 9px 23.405px rgba(74, 89, 217, 0.15);
            box-shadow: 0px 9px 23.405px rgba(74, 89, 217, 0.15);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.show-more-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 70px;
}

.show-more-slider {
    width: 137.5px;
    height: 6px;
    background-color: #ECE9F1;
    border-radius: 20px;
    overflow: hidden;
}

.show-more-slider-inner {
    background-color: #8C46FF;
    height: 6px;
}

.show-more-counts {
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    padding: 6px 0 29px;
}

.show-more-button {
    border-radius: 4px;
    background: #8C46FF;
    -webkit-box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
            box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 54px;
    padding: 6.997px 29.985px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9.995px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    text-transform: uppercase;
}
.individual-post-container{
    background-image: url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/01/individual-blog-post-illustration-1x.png), url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/01/individual-blog-post-illustration-1x.png);
    background-repeat: no-repeat;
    background-position: 0 3%, 0 13%;
    background-size: auto;
}
.individual-post-content{
    max-width: 1068px;
    margin-left: auto;
    margin-right: auto;
}
.individual-post-content h2{
    color: #2F2E2E;
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 40px;
    padding-top: 110px;
    margin-top: -110px;
}
.individual-post-content ol {
    list-style: none;
    counter-reset: list-counter;
    color: #2F2E2E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 70px;
}
.individual-post-content ol li{
    padding-left: 25px;
    margin-bottom: 20px;
}
.individual-post-content ol li a{
    color: #2F2E2E;
}
.individual-post-content .feature-avatar{
    width: auto;
    height: auto;
    margin-bottom: 51px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.individual-post-content ol > li::before {
    content: counter(list-counter) ".";
    counter-increment: list-counter;
    margin-right: 13px; 
    margin-left: -25px
}

.individual-post-content ol.bold-list li:hover{
    font-weight: 700;
}
.individual-post-content ol.bold-list li::before {
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}
.individual-post-content ol li strong {
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}
.individual-post-content .paragraph strong {
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}
.individual-post-content .jump-to-detail{
    color: #444C58;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    margin-left: 3px;
}
.individual-post-content .paragraph{
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 38px;
}
.individual-post-content hr{
    border-top: 1px solid #E4DAF3;
    margin-bottom: 78px;
    margin-top: 81px;
}
.footnotes-list{
    list-style-position: inside;
}
.footnotes-list li{
    margin-bottom: 20px;
}
.footnotes-list li::marker{
    margin-left: -25px;
}
.footnotes-list li a{
    color: #444C58;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.tags-list{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    padding: 40px 0 3px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.tags-list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tags-list li a{
    border-radius: 21px;
    background: #F6F1FF;
    padding: 11px 23px 10px;
    color: #0F172E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    white-space: nowrap;
}
.page-author-heading{
    color: #2F2E2E;
    padding-bottom: 28px;
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; 
}
.page-author-details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 13px;
}
.page-author-details img{
    width: 103px;
    height: 103px;
}
.page-author-info .name{
    color: #2F2E2E;
    padding-bottom: 6px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; 
}
.page-author-info .name a{
    color: #2F2E2E;
}
.page-author-info .role{
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}
.page-author-words {
    color: #444C58;
    max-width: 974px;;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 200% */
}
.author-recent-article-heading{
    color: #2F2E2E;
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 106.25% */
    padding-bottom: 53px;
}
.author-blog-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 56px;
}

.author-blog-card {
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 14px 52px 0px rgba(74, 89, 217, 0.15);
            box-shadow: 0px 14px 52px 0px rgba(74, 89, 217, 0.15);
    max-width: calc((100% / 3) - 18px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: transform 0.3s, box-shadow 0.35s;
}
.author-blog-card:hover {
    box-shadow: 0px 14px 52px 0px rgb(74 89 217 / 30%);
    transform: translateY(-0.25rem);
}

.author-blog-card-header {
    position: relative;
}

.author-blog-card-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1.54/1;
}

.author-blog-card-tags {
    position: absolute;
    bottom: 3px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.author-blog-card-tags a {
    color: #8C46FF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 5px 16px 5px 14px;
    border-radius: 17px;
    background: #FFF;
    -webkit-box-shadow: 0px 12.28px 19.37px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 12.28px 19.37px 0px rgba(0, 0, 0, 0.35);
}

.author-blog-card-content {
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.author-blog-card-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #444C58;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

.author-blog-card-title {
    font-family: "Manrope", sans-serif;
    display: block;
    color: #2F2E2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    padding-bottom: 28px;
    padding-top: 20px;
}

.author-blog-card-details .dot {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #BF92FF;
    border-radius: 50%;
    margin: 0 10px;
}
.author-blog-card-details__footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-top: 1px solid #E4DAF3;
    margin-top: auto;
    padding-top: 25px;
    color: #444C58;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}
.author-blog-card-details__footer img{
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.author-blog-card-details__footer .dot__footer{
    height: 6px;
    width: 6px;
    background-color: #BF92FF;
    display: inline-block;
    border-radius: 50%;
}

.author-tag__label > a{
    display: inline-block;
    color: #0F172E; 
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    border-radius: 17px;
    background-color: #ECEDF5; 
    padding:5px 16px; 
    margin:5px 5px;
}
.author-tag__label{
    padding-top: 30px;
}
.author-tag__label > a:first-child{
    margin-left: 0; 
}

/**------ Global Content Area --------**/
.single-blog-article-content__wrapper h2 {
    color: #2F2E2E;
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .single-blog-article-content__wrapper h3{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #2F2E2E;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .single-blog-article-content__wrapper h4{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #2F2E2E;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .single-blog-article-content__wrapper h5{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #2F2E2E;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .single-blog-article-content__wrapper h6{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #2F2E2E;
    padding-bottom: 5px;
    padding-top: 20px;
  }
.single-blog-article-content__wrapper p{
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 38px; 
    word-break: break-word;
}
.text-blue{
    color: #0921EA;
}
.single-blog-article-content__wrapper ol {
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-left: 40px;
    margin-bottom: 70px;
  }
  .single-blog-article-content__wrapper ol li{
    padding-left:10px;
    margin-bottom: 12px;
  }
  .single-blog-article-content__wrapper ul {
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-left: 40px;
    margin-bottom: 70px;
  }
  .single-blog-article-content__wrapper ul li ul,   .single-blog-article-content__wrapper ol li ul, .single-blog-article-content__wrapper ol li ol, .single-blog-article-content__wrapper ul li ol{
    /* margin-left: 0; */
    margin-left: 21px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .single-blog-article-content__wrapper ul li{
    padding-left:10px;
    margin-bottom: 12px;
  }
  .single-blog-article-content__wrapper p a{
    color: #0921EA;
  }
  .single-blog-article-content__wrapper hr{
    border-color: transparent;
    border-width: 1px;
    border-style: inset;
    margin-bottom: 30px;
    margin-top: -20px;
    outline-color: #DDD;
    background-color: #DDD;  
  }
  .single-blog-article-content__wrapper .footnotes-unorder__list{
    font-size: 14px;
  }
  .single-blog-article-content__wrapper .footnotes-unorder__list li{
    margin-bottom: 10px; 
  }
  .single-blog-article-content__wrapper img{ 
    width: 100%;
    height: auto;
  }
  .fw-color-700{
    font-family: 'Manrope', sans-serif;
    color: #070749;
    font-weight: 700;
    }

/**------ End Global Content Area --------**/ 

/*-------FORM STYLES-----*/
.individual-post-blogs-form-container{
    background-color: #170f26;
    padding-bottom: 102px;
    margin-top: 164px;
}
.individual-post-blogs-form-box {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 53px 50px rgba(52, 34, 106, 0.09);
            box-shadow: 0px 53px 50px rgba(52, 34, 106, 0.09);
    padding: 64px 100px 73px 100px;
    margin-left: auto;
    margin-right: auto;
    top: -164px;
    max-width: 1001px;
    border-radius: 20px;
    border: 1px solid #5A38C5;
    background-color: #FFF;
    margin-bottom: -164px;
}

.individual-post-blogs-form-heading {
    padding-bottom: 40px;
    max-width: 584px;
    color: #0F172E;
    text-align: center;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
}

.individual-post-blogs-form-content fieldset {
    max-width: 100%!important;
}

.individual-post-blogs-form-content .hs-form-booleancheckbox-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.individual-post-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.individual-post-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]{
    border-radius: 3.286px;
    border: 1.5px solid #6D2CE7;
    width: 17px!important;
    height: 17px!important;
    min-width: 17px!important;
    min-height: 17px!important;
    outline: none;
    cursor: pointer;
    position: relative;
}
.individual-post-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]:checked{
    background-color: #6D2CE7;
}
.individual-post-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]:checked::before{
    content: '\2713'; 
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff; 
    font-size: 12px; 
}

.individual-post-blogs-form-content fieldset .input {
    margin-right: 0 !important;
}

.individual-post-blogs-form-content fieldset:not(:last-of-type) {
    padding-bottom: 15px !important;
}

.individual-post-blogs-form-content .input input[type="text"],
.individual-post-blogs-form-content .input input[type="email"],
.individual-post-blogs-form-content .input textarea {
    border: 1px solid #6D2CE7;
    background-color: transparent;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13.8734px;
    line-height: 21px;
    color: #878787;
    font-family: "Manrope", sans-serif;
    padding: 16px 22px !important;
    min-height: 56px !important;
    width: 100% !important;
}

.individual-post-blogs-form-content .input input[name="firstname"] {
    margin-right: 8px;
    width: calc(100% - 8px) !important;
}

.individual-post-blogs-form-content .hs_lastname {
    padding-left: 8px;
}

.individual-post-blogs-form-content ul {
    list-style: none;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

.individual-post-blogs-form-content ul .hs-form-booleancheckbox {
    padding-top: 10px;
}

.individual-post-blogs-form-box .individual-post-blogs-form-content ul .hs-form-booleancheckbox {
    padding-top: 0;
}

.individual-post-blogs-form-box .individual-post-blogs-form-content input[type="submit"] {
    background-position: 79% center;
}

.individual-post-blogs-form-box .individual-post-blogs-form-content .actions {
    text-align: center;
}

.individual-post-blogs-form-content .hs-error-msgs {
    color: #f44336;
    font-size: 13px;
    font-family: "Manrope", sans-serif;
}

.individual-post-blogs-form-content .actions {
    padding-top: 61px;
}

.individual-post-blogs-form-content .hs-form-booleancheckbox-display {
    cursor: pointer;
    color: #2F2E2E;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 21.7px */
}
.individual-post-blogs-form-content .hs-form-booleancheckbox-display a{
    color: #8023D1;
}

.individual-post-blogs-form-content input[type="submit"] {
    position: relative;
    color: #FFF;
    font-size: 13.993px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 54px;
    padding: 7px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #8C46FF;
    -webkit-box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
            box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
    cursor: pointer;
}
.spfooter-author__flexbox{
    display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    gap:7%;
}
.spfooter-author__flexboxleft,
.spfooter-author__flexboxright{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
}
/*-----MOBILE VIEW-----*/
@media (max-width: 992px){
    .individual-post-banner__right .title{
        font-size: 42px;
    }  
    .author-social-media-links a{
        width: 54px;
        height: 54px;
    }
    .individual-post-banner__right{
        padding-right: 48px;
    }
    .spfooter-author__flexbox{
        -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .page-author-container{
        padding-bottom: 30px; 
    }
}
@media (min-width:769px) and (max-width:1024px){
    .img-resize__mscreen{
        width: 100%;
    }
    .individual-post-banner__right .title{
        font-size: 38px; 
    }
} 

@media (max-width: 768px){
    .individual-post-controlbar{
        justify-content: center;
    }
    .individual-post-controlbar__right .clear{
        right: 1%;
    }
    .individual-post-container{
        background-image: none;
    }
    .individual-post-content ol li{
        margin-bottom: 14px;
    }
    .individual-post-content ol{
        margin-bottom: 37px;
        line-height: 25px;
        font-size: 14px;
    }
    .individual-post-content .paragraph{
        margin-bottom: 27px;
        font-size: 14px;
        line-height: 25px;
    }
    .individual-post-content h2{
        font-size: 24px;
        margin-bottom: 27px;
    }
    .author-social-media-links a{
        width: 44px;
        height: 44px; 
    }
    .footnotes-list{
        list-style-position: outside;
        margin-left: 25px;
    }
    .footnotes-list li{
        margin-bottom: 12px;
        padding-left: 12px;
    }
    .footnotes-list li a{
        font-size: 14px;
        word-break: break-all;
    }
    .page-author-heading{
        padding-bottom: 37px;
        font-size: 24px;
    }
    .individual-post-banner__right{
        padding-right: 24px;
        padding-left: 24px;
        text-align: left;
    }
    .zeta-blog-author__wrapper{
        background: no-repeat;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .individual-post-banner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
    }
    /* .individual-post-controlbar__left{
        display: none;
    } */
    .individual-post-controlbar__right {
        width: 100%;
        text-align: center;
    }
    .individual-post-social-media-links{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .individual-post-blogs-form-heading{
        font-size: 30px;
        font-weight: 700;
        line-height: 145%;
    }
    .individual-post-blogs-form-box{
        border-radius: 16px;
        padding: 34px 24px 48px 24px;
    }
    .individual-post-blogs-form-content .actions {
        padding-top: 33px;
    }
    .individual-post-controlbar__right input[type="search"]{
        height: 30px;
        padding: 7px 40px 7px 16px;
        font-size: 14px;
        background-position: 97% center;
        background-size: 19px;
        max-width: 320px;
    }
    .individual-post-banner__left img{
        max-width: 100%;
        height: auto;
    }
    .individual-post-banner{
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 36px;
        gap: 22px;
        max-width: 337px;
        margin-left: auto;
        margin-right: auto;
    }
   
    .individual-post-banner__right .title{
        font-size: 24px;
        padding-bottom: 15px;
    }
    .individual-post-social-media-links{
        padding-bottom: 0;
    }
    .individual-post-blog-card-details{
        font-size: 12px;
    }
    .individual-post-author__content{
        font-size: 14px;
    }
    .individual-post-author-role {
        padding-top: 4px;
    }
    .author-blog-card{
        border-radius: 16.427px;
        -webkit-box-shadow: 0px 11.499px 42.711px 0px rgba(140, 140, 140, 0.15);
                box-shadow: 0px 11.499px 42.711px 0px rgba(140, 140, 140, 0.15);
        max-width: 100%;
    }
    .author-blog-card-details__footer{
        font-size: 12px;
        padding-top: 18px;
    }
    .author-blog-card-details{
        font-size: 14px;
    }
    .author-blog-card-content{
        padding: 18px 24px;
    }
    .author-blog-card-title{
        padding-bottom: 22px;
        padding-top: 16px;
    }
    .author-blog-card-tags a{
        font-size: 12px;
    }
    .author-recent-article-heading{
        font-size: 24px;
        padding-bottom: 32px;
    }
    .individual-post-content hr{
        margin-bottom: 32px;
        margin-top: 38px;
    }
    .page-author-words{
        font-size: 14px;
        line-height: 25px;
    }
    .page-author-details{
        gap: 13px;
        padding-bottom: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    .page-author-info .role{font-size: 14px;}
    .page-author-info .name{padding-bottom: 8px;}
    .single-blog-article-content__wrapper p{
        font-size: 16px; 
    }
    .single-blog-article-content__wrapper ul,
    .single-blog-article-content__wrapper ol{
        font-size: 16px;
        margin-left: 20px;
    }
    .single-blog-article-content__wrapper h2{
        font-size: 22px;
    }
    .single-blog-article-content__wrapper h3{
        font-size: 18px;
    }
   
}
@media (max-width: 600px){
    .individual-post-blogs-form-content .input input[name="firstname"] {
        margin-right: 0;
        width: 100% !important;
    }
    .individual-post-blogs-form-content .hs_lastname {
        padding-top: 15px;
        padding-left: 0!important;
    }
    .individual-post-blogs-form-content fieldset.form-columns-2 .hs-form-field,  .individual-post-blogs-form-content fieldset.form-columns-1 .hs-form-field {
        width: 100%!important;
    }
    .author-tag__label > a{
        margin: 8px 0px;
    }
}

/** End Single Blog Post Style **/


/** Start Category Style **/
.zeta-tag-name-author__wrapper {
    padding-top: 61px;
    background-image: url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/01/zeta-author-blog-top-right-illustration.png), url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/01/zeta-author-blog-top-left-illustration.png);
    background-repeat: no-repeat;
    background-position: 100% 0, 0 216px;
}

.tag-name-controlbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tag-name-controlbar__left {
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
}
.tag-name-controlbar__left a{
    color: #444C58;
}

.tag-name-controlbar__left .go-back-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #444C58;
}

.tag-name-controlbar__left .go-back-button img {
    height: 12px;
    width: 7.4px;
}

.tag-name-controlbar__right {
    width: 50%;
    text-align: right;
    position: relative;
}
.tag-name-controlbar__right .clear{
    display: none;
    width: 38px;
    height: calc(100% - 6px);
    position: absolute;
    right: 3%;
    top: 3px;
    background: #fff url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/01/search-clear.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
}

.tag-name-controlbar__right input[type="search"] {
    max-width: 534px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #B49CFF;
    background-color: #FFF;
    color: #0F172E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 13px 50px 14px 41px;
    width: 100%;
    background-image: url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/01/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
}

.tag-name-controlbar__right input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.tag-name-controlbar__right input[type="search"]::-webkit-input-placeholder {
    color: #0F172E;
}

.tag-name-controlbar__right input[type="search"]::-moz-placeholder {
    color: #0F172E;
}

.tag-name-controlbar__right input[type="search"]:-ms-input-placeholder {
    color: #0F172E;
}

.tag-name-controlbar__right input[type="search"]::-ms-input-placeholder {
    color: #0F172E;
}

.tag-name-controlbar__right input[type="search"]::placeholder {
    color: #0F172E;
}

.tag-name-blogs-container {
    position: relative;
    background-image: url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/01/zeta-author-blog-bottom-right-illustration.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.tag-name-blogs-container .title {
    padding: 22px 0 9px;
    color: #201E1E;
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin:0;
}
.tag-name-blogs-container .result-counts{
    color: #444C58;
    padding-bottom: 40px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

.tag-name-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 45px;
    margin: 0;
    padding: 0;
    padding-bottom: 56px;
}

.tag-name-card {
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 14px 52px 0px rgba(74, 89, 217, 0.15);
            box-shadow: 0px 14px 52px 0px rgba(74, 89, 217, 0.15);
    max-width: calc((100% / 3) - 32px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: transform 0.3s, box-shadow 0.35s;
}
.tag-name-card:hover {
    box-shadow: 0px 14px 52px 0px rgb(74 89 217 / 30%);
    transform: translateY(-0.25rem);
}

.tag-name-card-header {
    position: relative;
}

.tag-name-card-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1.54/1;

}

.tag-name-card-tags {
    position: absolute;
    bottom: 3px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.tag-name-card-tags a {
    color: #8C46FF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 5px 16px 5px 14px;
    border-radius: 17px;
    background: #FFF;
    -webkit-box-shadow: 0px 12.28px 19.37px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 12.28px 19.37px 0px rgba(0, 0, 0, 0.35);
}

.tag-name-card-content {
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.tag-name-card-details {
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    /* 20.7px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tag-name-card-title {
    color: #2F2E2E;
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    padding-top: 18px;
    display: block;
}

.tag-name-card-details .dot {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #BF92FF;
    border-radius: 50%;
    margin: 0 10px;
}
/*----show more component style---*/
.show-more-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 70px;
}

.show-more-slider {
    width: 137.5px;
    height: 6px;
    background-color: #ECE9F1;
    border-radius: 20px;
    overflow: hidden;
}

.show-more-slider-inner {
    background-color: #8C46FF;
    height: 6px;
}

.show-more-counts {
    color: #444C58;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    padding: 6px 0 29px;
}

.show-more-button {
    border-radius: 4px;
    background: #8C46FF;
    -webkit-box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
            box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 54px;
    padding: 6.997px 29.985px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9.995px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    text-transform: uppercase;
}

/*-------FORM STYLES-----*/
.tag-name-blogs-form-container{
    background-color: #170f26;
    padding-bottom: 102px;
    margin-top: 164px;
}
.tag-name-blogs-form-box {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 53px 50px rgba(52, 34, 106, 0.09);
            box-shadow: 0px 53px 50px rgba(52, 34, 106, 0.09);
    padding: 64px 100px 73px 100px;
    margin-left: auto;
    margin-right: auto;
    top: -164px;
    max-width: 1001px;
    border-radius: 20px;
    border: 1px solid #5A38C5;
    background-color: #FFF;
    margin-bottom: -164px;
}

.tag-name-blogs-form-heading {
    padding-bottom: 40px;
    max-width: 584px;
    color: #0F172E;
    text-align: center;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
}

.tag-name-blogs-form-content fieldset {
    max-width: 100%!important;
}

.tag-name-blogs-form-content .hs-form-booleancheckbox-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]{
    border-radius: 3.286px;
    border: 1.5px solid #6D2CE7;
    width: 17px!important;
    height: 17px!important;
    min-width: 17px!important;
    min-height: 17px!important;
    outline: none;
    cursor: pointer;
    position: relative;
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]:checked{
    background-color: #6D2CE7;
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display input[type="checkbox"]:checked::before{
    content: '\2713'; 
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff; 
    font-size: 12px; 
}

.tag-name-blogs-form-content fieldset .input {
    margin-right: 0 !important;
}

.tag-name-blogs-form-content fieldset:not(:last-of-type) {
    padding-bottom: 15px !important;
}

.tag-name-blogs-form-content .input input[type="text"],
.tag-name-blogs-form-content .input input[type="email"],
.tag-name-blogs-form-content .input textarea {
    border: 1px solid #6D2CE7;
    background-color: transparent;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13.8734px;
    line-height: 21px;
    color: #878787;
    font-family: "Manrope", sans-serif;
    padding: 16px 22px !important;
    min-height: 56px !important;
    width: 100% !important;
}

.tag-name-blogs-form-content .input input[name="firstname"] {
    margin-right: 8px;
    width: calc(100% - 8px) !important;
}

.tag-name-blogs-form-content .hs_lastname {
    padding-left: 8px;
}

.tag-name-blogs-form-content ul {
    list-style: none;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

.tag-name-blogs-form-content ul .hs-form-booleancheckbox {
    padding-top: 10px;
}

.tag-name-blogs-form-box .tag-name-blogs-form-content ul .hs-form-booleancheckbox {
    padding-top: 0;
}

.tag-name-blogs-form-box .tag-name-blogs-form-content input[type="submit"] {
    background-position: 79% center;
}

.tag-name-blogs-form-box .tag-name-blogs-form-content .actions {
    text-align: center;
}

.tag-name-blogs-form-content .hs_error_rollup {}

.tag-name-blogs-form-content .hs-error-msgs {
    color: #f44336;
    font-size: 13px;
    font-family: "Manrope", sans-serif;
}

.tag-name-blogs-form-content .actions {
    padding-top: 61px;
}

.tag-name-blogs-form-content .hs-form-booleancheckbox-display {
    cursor: pointer;
    color: #2F2E2E;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 21.7px */
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display a{
    color: #8023D1;
}

.tag-name-blogs-form-content input[type="submit"] {
    position: relative;
    color: #FFF;
    font-size: 13.993px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 54px;
    padding: 7px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #8C46FF;
    -webkit-box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
            box-shadow: 0px 9px 22px 0px rgba(140, 70, 255, 0.36);
    cursor: pointer;
}
.tag-name-card-sub_title, .tag-name-card-details__mobile{
    display: none;
}

/******************* Start V5 Navigation  *******************/

.v5-header-navbar {
  position: relative;
  background: -o-linear-gradient(
      bottom,
      rgba(94, 94, 94, 0.16) 0%,
      rgba(94, 94, 94, 0.16) 100%
    ),
    rgba(255, 255, 255, 0.65);
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(94, 94, 94, 0.16)),
      to(rgba(94, 94, 94, 0.16))
    ),
    rgba(255, 255, 255, 0.65);
  background: linear-gradient(
      0deg,
      rgba(94, 94, 94, 0.16) 0%,
      rgba(94, 94, 94, 0.16) 100%
    ),
    rgba(255, 255, 255, 0.65);
  background-blend-mode: color-dodge, lighten;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: 999;
  position: sticky;
  top: 0;
  background: rgb(255 255 255 / 62%);
}
.v5-header-navbar.v5-header-navbar-black {
  background: #000;
}
.schedule-a-meeting {
  padding-top: 14px;
  padding-bottom: 14px;
}
.schedule-a-meeting > a {
  color: #fefeff;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 40px;
  background: #0f0d36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-left: 25px;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  min-width: 130px;
}
.schedule-a-meeting > a:hover {
  background-color: #6132cd;
  font-weight: 700;
  font-size: 13.5px;
}
.v5-mobile-navigation {
  display: none;
}

.v5-navigation {
  position: relative;
  -webkit-transform-style: preserve3d;
  transform-style: preserve3d;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.v5-navigation .z-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
}

.v5-navigation .menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.v5-navigation .menu .menu__item > a {
  text-decoration: none;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px 4px 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  min-width: 100px;
}
.v5-navigation .menu .menu__item[data-sub="resources"] > a {
  min-width: 105px;
}
.v5-navigation .menu .menu__item > a img {
  visibility: hidden;
  opacity: 0;
}
.v5-navigation .menu .menu__item > a:hover,
.v5-navigation .menu .menu__item.active > a {
  color: #6132cd;
  font-weight: 700;
  background: rgba(230, 219, 255, 0.6);
  font-size: 13.5px;
}
.v5-navigation .menu .menu__item > a:hover img,
.v5-navigation .menu .menu__item.active > a img {
  visibility: visible;
  opacity: 1;
}

.v5-navigation .menu__item {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
}

.v5-navigation .dropdown-holder {
  position: absolute;
  width: 100%;
  /* left: 0; */
  left: -2px;
  top: 100%;
  /* right: -2px; */
}
/* .v5-navigation .dropdown-holder.custom-platform{
  right: 16px;
}
.v5-navigation .dropdown-holder.custom-services{
  right: 115px;
}
.v5-navigation .dropdown-holder.custom-company{
  right: 215px;
} */
.v5-navigation .dropdown__bg,
.v5-navigation .dropdown__arrow {
  position: absolute;
}

.v5-navigation .dropdown__arrow {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #c9c9c9;
  top: -19px;
  opacity: 0;
  /* -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; */
  pointer-events: none;
  position: absolute;
  z-index: 2;
  display: none;
}
.v5-navigation .dropdown__arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff;
  top: -8.5px;
  position: absolute;
  z-index: 0;
  left: -10px;
}

.v5-navigation .dropdown__bg {
  background-color: white;
  opacity: 0;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  border-radius: 5px;
  overflow: hidden;
  z-index: -1;
  border-radius: 12px;
}

.v5-navigation .dropdown__bg-bottom {
  background-color: #fafafa;
  position: absolute;
  width: 100%;
  left: 0;
  top: 300px;
  height: 700px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.v5-navigation .dropdown__wrap {
  overflow: hidden;
  position: absolute;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  z-index: 1;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background: #fff;
  -webkit-box-shadow: 0px 29px 34px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 29px 34px 0px rgba(0, 0, 0, 0.3);
}

.v5-navigation .top-section {
  /* padding: 20px; */
}

.v5-navigation .dropdown-menu__content {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  min-width: 200px;
}

.v5-navigation .dropdown-menu.active .dropdown-menu__content {
  opacity: 1;
  position: static;
}

.v5-header-navbar.v5-header-navbar-black .v5-navigation .zeta-brand-logo svg path{
  fill: white;
}
.v5-header-navbar.v5-header-navbar-black .v5-navigation .menu .menu__item > a{
  color: white;
}
.v5-header-navbar.v5-header-navbar-black .schedule-a-meeting > a{
  background-color: white;
  color: black;
}
.v5-header-navbar.v5-header-navbar-black .schedule-a-meeting > a:hover{
  background-color: #6132cd;
  color: white;
}
.v5-header-navbar.v5-header-navbar-black .v5-navigation .menu .menu__item > a:hover,
.v5-header-navbar.v5-header-navbar-black .v5-navigation .menu .menu__item.active > a{
  background: white;
  color: #6132cd;
}
/*//////////// Dropdown Inner Items Styles //////////////*/
/** Dropdown layout   **/
.v-slider-container {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.v-slider-container__platform {
  width: 885px;
}
.slider-product-title {
  color: #767676;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 200% */
  letter-spacing: 3px;
}
.slider-product-sub-title {
  color: #0f0d36;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.v-slider-cta-link {
  position: absolute;
  height: 100%;
  width: 100%;
}
.v-slider-tabs {
  padding: 24px 0 24px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.v-slider-tabs input[type="radio"] {
  display: none;
}
.v-slider-tab,
.v-slider-tab-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 8px;
  border-radius: 9px;
  height: 64px;
  width: 469px;
  z-index: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.v-slider-tab-hover:hover {
  background: #f9f7fd;
}
.v-slider-tab-hover:hover .v-slider-tab-hover-icon {
  background: -o-radial-gradient(10.5px 35.5px, circle, #3e108a, #9e70ff);
  background: radial-gradient(circle at 10.5px 35.5px, #3e108a, #9e70ff);
}
.v-slider-tab-hover:hover .v-slider-tab-hover-icon svg path {
  fill: #fff;
}
.v-slider-tabs input[type="radio"]:not(:checked) + .v-slider-tab:hover {
  background: #fafafc;
}
.v-slider-tab .v-slider-tab-icon,
.v-slider-tab-hover-icon {
  width: 40px;
  height: 40px;
  border: 0.5px solid rgba(89, 64, 216, 0.13);
  background: rgba(175, 141, 253, 0.11);
  border-radius: 8px;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dropdown-menu#resources .v-slider-tab-hover .v-slider-tab-hover-icon {
  height: auto;
  width: auto;
  background: transparent;
  border: none;
}
.v-slider-tab-hovers {
  padding: 0 0 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.links-wrapper {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.latest-blog-post {
  background: -o-linear-gradient(282deg, #e8e1f7 -2.11%, #fff 91.16%);
  background: linear-gradient(168deg, #e8e1f7 -2.11%, #fff 91.16%);
  width: 330px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 24px;
}
.latest-blog-post-tag {
  color: rgba(15, 13, 54, 0.55);
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 200% */
  letter-spacing: 3px;
  padding: 23px 20px;
}
.latest-blog-post-wrapper {
  padding: 12px 33px 24px;
}
.latest-blog-post-img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.latest-blog-post-title {
  color: var(--Gray-900, #101828);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  padding-bottom: 12px;
  padding-top: 24px;
}
.latest-blog-post-sub-title {
  color: var(--Gray-600, #475467);
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 10px;
}
.latest-blog-post-sub-cta {
  color: var(--Primary-Light, #6132cd);
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  padding: 7px 0;
}
.dropdown-menu#resources .v-slider-tab-hover {
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
.dropdown-menu#resources
  .v-slider-tab-hover:hover
  .v-slider-tab-hover-icon
  svg
  path {
  fill: #6132cd;
}
.v-slider-tab .v-slider-tab-content,
.v-slider-tab-hover-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.v-slider-tab .v-slider-tab-content strong,
.v-slider-tab-hover-content strong {
  color: var(--Gray-900, #101828);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.v-slider-tab .v-slider-tab-content small,
.v-slider-tab-hover-content small {
  color: var(--Gray-600, #475467);
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.v-slider-content {
  width: 355px;
  display: none;
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.v-slider-tabs
  input[name="platform"]:checked
  + .v-slider-tab
  .v-slider-tab-icon
  svg
  path {
  fill: white;
}
.v-slider-tabs input[id="platform-1"]:checked ~ .platform-1,
.v-slider-tabs input[id="platform-2"]:checked ~ .platform-2,
.v-slider-tabs input[id="platform-3"]:checked ~ .platform-3,
.v-slider-tabs input[id="platform-4"]:checked ~ .platform-4,
.v-slider-tabs input[id="platform-5"]:checked ~ .platform-5,
.v-slider-tabs input[id="platform-6"]:checked ~ .platform-6,
.v-slider-tabs input[id="platform-7"]:checked ~ .platform-7 {
  display: block;
}
.v-slider {
  position: absolute;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.15);
  height: 64px;
  width: 469px;
  z-index: 0;
  bottom: 24px;
}
.v-slider-tabs input[id="platform-1"]:checked ~ .v-slider-platform {
  -webkit-transform: translateY(calc(-600% - 48px));
  -ms-transform: translateY(calc(-600% - 48px));
  transform: translateY(calc(-600% - 48px));
  background: rgba(231, 230, 255, 0.48);
}
.v-slider-tabs input[id="platform-2"]:checked ~ .v-slider-platform {
  -webkit-transform: translateY(calc(-500% - 40px));
  -ms-transform: translateY(calc(-500% - 40px));
  transform: translateY(calc(-500% - 40px));
  background: #ffecec;
}
.v-slider-tabs input[id="platform-3"]:checked ~ .v-slider-platform {
  -webkit-transform: translateY(calc(-400% - 32px));
  -ms-transform: translateY(calc(-400% - 32px));
  transform: translateY(calc(-400% - 32px));
  background: rgba(0, 190, 230, 0.1);
}
.v-slider-tabs input[id="platform-4"]:checked ~ .v-slider-platform {
  -webkit-transform: translateY(calc(-300% - 24px));
  -ms-transform: translateY(calc(-300% - 24px));
  transform: translateY(calc(-300% - 24px));
  background: rgba(152, 79, 222, 0.07);
}
.v-slider-tabs input[id="platform-5"]:checked ~ .v-slider-platform {
  -webkit-transform: translateY(calc(-200% - 16px));
  -ms-transform: translateY(calc(-200% - 16px));
  transform: translateY(calc(-200% - 16px));
  background: rgba(234, 172, 49, 0.1);
}
.v-slider-tabs input[id="platform-6"]:checked ~ .v-slider-platform {
  -webkit-transform: translateY(calc(-100% - 8px));
  -ms-transform: translateY(calc(-100% - 8px));
  transform: translateY(calc(-100% - 8px));
  background: rgba(4, 209, 141, 0.1);
}
.v-slider-tabs input[id="platform-7"]:checked ~ .v-slider-platform {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: rgba(33, 54, 238, 0.09);
}
.v-slider-tabs
  input[id="platform-1"]:checked
  + .v-slider-tab
  .v-slider-tab-icon {
  background: -o-radial-gradient(10.5px 35.5px, circle, #3e108a, #9e70ff);
  background: radial-gradient(circle at 10.5px 35.5px, #3e108a, #9e70ff);
}
.v-slider-tabs
  input[id="platform-2"]:checked
  + .v-slider-tab
  .v-slider-tab-icon {
  background: -o-radial-gradient(38.5px -3.5px, circle, #ff595a, #b81213);
  background: radial-gradient(circle at 38.5px -3.5px, #ff595a, #b81213);
}
.v-slider-tabs
  input[id="platform-3"]:checked
  + .v-slider-tab
  .v-slider-tab-icon {
  background: -o-radial-gradient(10.5px 35.5px, circle, #10758a, #0bbadf);
  background: radial-gradient(circle at 10.5px 35.5px, #10758a, #0bbadf);
}
.v-slider-tabs
  input[id="platform-4"]:checked
  + .v-slider-tab
  .v-slider-tab-icon {
  background: -o-radial-gradient(10.5px 35.5px, circle, #641780, #e08aff);
  background: radial-gradient(circle at 10.5px 35.5px, #641780, #e08aff);
}
.v-slider-tabs
  input[id="platform-5"]:checked
  + .v-slider-tab
  .v-slider-tab-icon {
  background: -o-radial-gradient(10.5px 35.5px, circle, #332200, #db9b21);
  background: radial-gradient(circle at 10.5px 35.5px, #332200, #db9b21);
}
.v-slider-tabs
  input[id="platform-6"]:checked
  + .v-slider-tab
  .v-slider-tab-icon {
  background: -o-radial-gradient(10.5px 35.5px, circle, #0a8f98, #00d18d);
  background: radial-gradient(circle at 10.5px 35.5px, #0a8f98, #00d18d);
}
.v-slider-tabs
  input[id="platform-7"]:checked
  + .v-slider-tab
  .v-slider-tab-icon {
  background: -o-radial-gradient(10.5px 35.5px, circle, #080d87, #3f75ff);
  background: radial-gradient(circle at 10.5px 35.5px, #080d87, #3f75ff);
}
/** Dropdown slider card layout   **/
.dropdown-slider-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.dropdown-slider-card-image {
  width: 100%;
  height: auto;
}
.dropdown-slider-card-title {
  color: #5b5a5a;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  padding-top: 20px;
  padding-bottom: 18px;
  max-width: 287px;
  margin-left: auto;
  margin-right: auto;
}
.dropdown-slider-card-heading {
  color: var(--Gray-900, #101828);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-top: 30px;
}
.dropdown-slider-card-heading > span{
  border-radius: 16px;
    border: 1px solid var(--Success-200, #ABEFC6);
    background: var(--Success-50, #ECFDF3);
    mix-blend-mode: multiply;
    padding: 2px 10px;
    color: var(--Success-700, #067647);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 5px;
    vertical-align: middle;
}
.dropdown-slider-card-cta {
  border-radius: 40px;
  background: #6132CD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 134px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
/** Custom cta for dropdown slider card layout  **/
.platform-1 .dropdown-slider-card-cta {
  background: #6132cd;
}
.platform-3 .dropdown-slider-card-cta {
  background: var(--Aqua-600, #0ac);
}
.platform-4 .dropdown-slider-card-cta {
  background: #984fde;
}
.platform-7 .dropdown-slider-card-cta {
  background: #1849f5;
}
/** Dropdown slider tab view **/
.dropdown-slider-tab-view {
  height: 100%;
}
.dropdown-slider-tab-view .slider-product-title {
  color: #735ea4;
}
.dropdown-slider-tab-view ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
}
.dropdown-slider-tab-view ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.dropdown-slider-tab-view ul li a:hover {
  background: var(--Primary-Light, #6132cd);
  color: #fefeff;
}

/********Company Menu List********/
.company-menu-list {
  padding: 24px 24px 24px 24px;
}
.company-menu-list ul {
  list-style: none;
}
.company-menu-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: var(--Gray-900, #101828);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  border-radius: 8px;
}
.company-menu-list ul li a > span {
  width: 32px;
  height: 32px;
}
.company-menu-list ul li a:hover {
  background: #f9f7fd;
}
.company-menu-list ul li a:hover svg path {
  fill: #6132cd;
}
/*///////////////// Mobile menu styles ////////////////*/
@media (max-width: 991px) {
  .v-slider-content {
    width: 320px;
    padding: 18px;
  }
  .v-slider-tabs {
    padding: 18px 0 24px 18px;
  }
  .v-slider-tab,
  .v-slider-tab-hover {
    width: 411px;
    gap: 11px;
    padding: 6px;
    height: 60px;
  }
  .slider-product-sub-title {
    padding-bottom: 18px;
  }
  .v-slider {
    width: 411px;
    height: 60px;
  }
  .v-slider-tab .v-slider-tab-content small,
  .v-slider-tab-hover-content small {
    font-size: 12.8px;
    line-height: 15px;
  }
  .v-slider-tab .v-slider-tab-content strong,
  .v-slider-tab-hover-content strong {
    font-size: 15px;
    line-height: 19px;
  }
  .v-slider-tab .v-slider-tab-icon,
  .v-slider-tab-hover-icon {
    width: 34px;
    height: 34px;
  }
  .v-slider-tab .v-slider-tab-icon svg,
  .v-slider-tab-hover-icon svg {
    max-width: 20px;
  }
  .dropdown-slider-tab-view ul li a,
  .company-menu-list ul li a {
    font-size: 15px;
  }
  .latest-blog-post-wrapper {
    padding: 12px 28px 22px;
  }
  .company-menu-list ul li a {
    padding: 12px;
    font-size: 16px;
  }
  .company-menu-list ul li a svg {
    max-width: 25px;
  }
  .company-menu-list ul li a > span {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 810px) {
  .v-slider-content {
    width: 250px;
  }
  #platform .dropdown-menu__content,
  #resources .dropdown-menu__content {
    width: 704px;
  }
  .dropdown-holder.custom-resources .dropdown__wrap,
  .dropdown-holder.custom-resources .dropdown__bg {
    margin-left: -30px;
  }
}
@media (max-width: 825px) {
  .v5-header-navbar {
    padding-left: 12px;
    padding-right: 12px;
    min-height: 72px;
  }
  body.v5-body.snackbar .v5-header-navbar {
    min-height: 167px;
  }
  body.v5-body.snackbar .zwe-snackbar{
    margin-left: -12px;
    margin-right: -12px;
  }
  .v5-navigation {
    display: none;
  }
  .v5-mobile-navigation {
    position: relative;
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #fefeff;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 24px);
    background: transparent;
  }
  .v5-mobile-navigation.active {
    -webkit-box-shadow: 0px 4.35px 24px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 4.35px 24px 0px rgba(0, 0, 0, 0.47);
  }
  .zeta-brand-logo svg {
    width: 62px;
    height: 24px;
  }
  .v5-header-navbar.v5-header-navbar-black .v5-mobile-navigation:not(.active) .zeta-brand-logo svg path{
    fill: white
  }
  .mobile-hamburger {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .v5-mobile-navigation-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 60px;
    padding: 16px;
    position: relative;
    z-index: 1;
  }
  .v5-mobile-navigation.active .v5-mobile-navigation-header {
    border-bottom: 1.343px solid rgba(129, 133, 160, 0.15);
    background-color: white;
  }
  .mobile-hamburger-bar {
    display: block;
    width: 24px;
    height: 3px;
    margin: 4.5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
    border-radius: 5px;
  }
  .v5-header-navbar.v5-header-navbar-black .v5-mobile-navigation:not(.active) .mobile-hamburger-bar{
    background-color: white;
  }
  .v5-mobile-navigation.active
    .mobile-hamburger
    .mobile-hamburger-bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .v5-mobile-navigation.active
    .mobile-hamburger
    .mobile-hamburger-bar:nth-child(2) {
    opacity: 0;
  }
  .v5-mobile-navigation.active
    .mobile-hamburger
    .mobile-hamburger-bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  .v5-mobile-navigation-menu {
    list-style: none;
    padding: 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
  }
  .v5-mobile-navigation-menu-item > small {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border: 0.5px solid rgba(89, 64, 216, 0.13);
    background: #f4f3f9;
    /* display: block; */
    border-radius: 5px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .v5-mobile-navigation-menu-item > small svg {
    max-width: 20px;
    height: auto;
  }
  .v5-mobile-navigation-menu-item > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--Gray-600, #475467);
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 197px;
  }
  .v5-mobile-navigation-menu-item > svg {
    position: absolute;
    top: 0;
    right: 0;
  }
  .v5-mobile-navigation-menu-item > span strong {
    color: var(--Gray-900, #101828);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  .v5-mobile-navigation-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    position: relative;
  }
  .v5-mobile-navigation-menu-item-inner{
    padding-left: 41px;
    padding-top: 15px;
    display: none;
  }
  .v5-mobile-navigation-menu-item-nested.active .v5-mobile-navigation-menu-item-inner{
    display: block;
  }
  .v5-mobile-navigation-menu-item-inner ol{
    list-style: none;
  }
  .v5-mobile-navigation-menu-item-inner ol li a{
    color: var(--Gray-900, #101828);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .v5-mobile-navigation-menu-item-inner ol li a::before{
    content: '';
    height: 5px;
    width: 5px;
    display: inline-block;
    border-width: 0 2px 2px 0;
    border-color: #a1a2a2;
    border-style: solid;
    transform: rotate(-45deg);
  }
  .v5-mobile-navigation-meeting {
    background: -o-linear-gradient(
      179deg,
      #d747fb -22.34%,
      #6432d6 45.19%,
      #8d5cfc 97.41%
    );
    background: linear-gradient(
      271deg,
      #d747fb -22.34%,
      #6432d6 45.19%,
      #8d5cfc 97.41%
    );
    padding: 0 16px;
    margin-top: auto;
    height: 0;
    padding: 0;
    -webkit-transition: padding 0.25s ease;
    -o-transition: padding 0.25s ease;
    transition: padding 0.25s ease;
    opacity: 0;
    position: relative;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .v5-mobile-navigation-meeting::before {
    content: "";
    height: 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(white),
      color-stop(90%, transparent)
    );
    background: -o-linear-gradient(bottom, white, transparent 90%);
    background: linear-gradient(0deg, white, transparent 90%);
  }
  .v5-mobile-navigation.active .v5-mobile-navigation-meeting {
    padding: 31px 16px;
    height: auto;
    opacity: 1;
    margin: 0.8px;
  }
  .v5-mobile-navigation-cta {
    border-radius: 40px;
    background: #fff;
    padding: 4px 16px;
    color: #0f0d36;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
  }
  .v5-mobile-navigation-content {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
  }
  .v5-mobile-navigation.active .v5-mobile-navigation-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .v5-mobile-navigation-wrapper {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease,
      -webkit-transform 0.25s ease;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }

  .v5-mobile-navigation.active .v5-mobile-navigation-wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: auto;
    opacity: 1;
    min-height: calc(100vh - 185px);
  }
  body.v5-body.snackbar .v5-mobile-navigation.active .v5-mobile-navigation-wrapper {
    min-height: calc(100vh - 275px);
  }
  .v5-mobile-navigation-menu-item__inner {
    z-index: 1;
    background: white;
    width: 100%;
    position: relative;
    opacity: 0;
    height: 0;
    max-height: calc(100vh - 185px);
    overflow: scroll;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease,
      -webkit-transform 0.25s ease;
  }
  body.v5-body.snackbar  .v5-mobile-navigation-menu-item__inner{
    max-height: calc(100vh - 275px);
  }
  .v5-mobile-navigation-menu-item__inner.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    height: auto;
  }
  .v5-mobile-navigation-wrapper.active > .v5-mobile-navigation-menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .v5-mobile-navigation-menu-item-label {
    color: rgba(11, 4, 76, 0.37);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.54px;
    margin-bottom: -10px;
  }
  .back-to-mobile-navigation-menu {
    border-radius: 30px;
    background: #6132cd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 9px 0px 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    visibility: hidden;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    opacity: 0;
    position: absolute;
  }
  .v5-mobile-navigation-header.active .back-to-mobile-navigation-menu {
    visibility: visible;
    opacity: 1;
  }
  .v5-mobile-navigation-header .zeta-brand-logo {
    transition: none;
  }
  .v5-mobile-navigation-header.active .zeta-brand-logo {
    visibility: hidden;
  }
  .v5-mobile-navigation-menu-item__inner#company
    .v5-mobile-navigation-menu-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v5-mobile-navigation * {
    -webkit-tap-highlight-color: transparent;
  }
}
/* v5 updated design on hover */
.slider-inner-layout{
  background-color: white;
  width: 888px;
  height: 658px;
  position: relative;
}
.slider-inner-layout-left{
  width: 533px;
}
.slider-inner-layout-header{
  padding: 24px 24px 18px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.slider-inner-layout-list{
  list-style: none;
  padding: 0;
}
.slider-inner-layout-list-item{
  padding: 6px 24px 6px 24px;
}
.slider-inner-layout-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 8px;
  border-radius: 9px;
  height: 64px;
  width: 100%;
  z-index: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.slider-inner-layout-menu-icon{
  width: 40px;
  height: 40px;
  border: 0.5px solid rgba(89, 64, 216, 0.13);
  background: rgba(175, 141, 253, 0.11);
  border-radius: 8px;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-inner-layout-menu-text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider-inner-layout-menu-arrow{
  margin-left: auto;
}
.slider-inner-layout-menu-text strong{
  color: var(--Gray-900, #101828);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.slider-inner-layout-menu-text small{
  color: var(--Gray-600, #475467);
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.slider-inner-layout-menu-arrow{
  width: 24px;
  height: 24px;
  position: absolute;
    right: 8px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
}
.slider-inner-layout-list-item:hover > .slider-inner-layout-menu{
  background-color: #f3f3ff;
}
.slider-inner-layout-list-item:hover > .slider-inner-layout-menu .slider-inner-layout-menu-arrow{
  opacity: 1;
}
.slider-inner-layout-list-item:hover > .slider-inner-layout-menu .slider-inner-layout-menu-icon{
  background: radial-gradient(circle at 10.5px 35.5px, #3e108a, #9e70ff);
}
.slider-inner-layout-list-item:hover > .slider-inner-layout-menu .slider-inner-layout-menu-icon svg path{
  fill: #fff;
}
.slider-inner-layout-list-item:hover > .slider-inner-layout-menu .slider-inner-layout-menu-arrow svg path{
  fill: #6132CD;
}
.slider-inner-layout-menu-content{
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  padding: 24px 24px 24px 22px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 355px;
  box-sizing: border-box;
  text-decoration: none;
} 
.slider-inner-layout-menu-content.tachyon-bg{
  background: rgba(232, 225, 247, 0.50) url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/09/tachyon-llustration.webp) no-repeat bottom right;
}
.slider-inner-layout-menu-content.resources-bg{
  background: white url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/10/resources-page-menu-illustration.webp) no-repeat bottom right;
  background-size: contain;
}
.slider-inner-layout-menu-content.saturn-bg{
  background: rgba(232, 225, 247, 0.50) url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/09/saturn-illustration.webp) no-repeat bottom right;
}
.slider-inner-layout-menu-content.luminos-bg{
  background: rgba(232, 225, 247, 0.50) url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2024/09/luminos-illustration.webp) no-repeat bottom right;
}
.slider-inner-layout-list .slider-inner-layout-list-item:not(:first-of-type) > .slider-inner-layout-menu-content{
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.slider-inner-layout-list .slider-inner-layout-list-item:hover > .slider-inner-layout-menu-content {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  background-color: white;
}
.slider-inner-layout-list-item.platform-1:hover > .slider-inner-layout-menu{
  background: rgba(231, 230, 255, 0.48);
}
.slider-inner-layout-list-item.platform-2:hover > .slider-inner-layout-menu{
  background: #FFECEC;
}
.slider-inner-layout-list-item.platform-3:hover > .slider-inner-layout-menu{
  background: rgba(0, 190, 230, 0.17);
}
.slider-inner-layout-list-item.platform-4:hover > .slider-inner-layout-menu{
  background: rgba(152, 79, 222, 0.10);
}
.slider-inner-layout-list-item.platform-5:hover > .slider-inner-layout-menu{
  background: rgba(234, 172, 49, 0.10);
}
.slider-inner-layout-list-item.platform-6:hover > .slider-inner-layout-menu{
  background: rgba(4, 209, 141, 0.10);
}
.slider-inner-layout-list-item.platform-7:hover > .slider-inner-layout-menu{
  background: rgba(33, 54, 238, 0.10);
}
.slider-inner-layout-list-item.platform-1:hover > .slider-inner-layout-menu .slider-inner-layout-menu-icon{
  background: radial-gradient(94.51% 94.51% at 26.25% 88.75%, #3E108A 0%, #9E70FF 100%);
}
.slider-inner-layout-list-item.platform-2:hover > .slider-inner-layout-menu .slider-inner-layout-menu-icon{
  background: radial-gradient(139.58% 139.58% at 96.25% -8.75%, #FF595A 0%, #B81213 100%);
}
.slider-inner-layout-list-item.platform-3:hover > .slider-inner-layout-menu .slider-inner-layout-menu-icon{
  background: radial-gradient(94.51% 94.51% at 26.25% 88.75%, #10758A 0%, #0BBADF 100%);
}
.slider-inner-layout-list-item.platform-4:hover > .slider-inner-layout-menu .slider-inner-layout-menu-icon{
  background: radial-gradient(94.51% 94.51% at 26.25% 88.75%, #641780 0%, #E08AFF 100%);
}
.slider-inner-layout-list-item.platform-5:hover > .slider-inner-layout-menu .slider-inner-layout-menu-icon{
  background: radial-gradient(106.43% 106.43% at 26.25% 88.75%, #320 0%, #DB9B21 100%);
}
.slider-inner-layout-list-item.platform-6:hover > .slider-inner-layout-menu .slider-inner-layout-menu-icon{
  background: radial-gradient(94.51% 94.51% at 26.25% 88.75%, #0A8F98 0%, #00D18D 100%);
}
.slider-inner-layout-list-item.platform-7:hover > .slider-inner-layout-menu .slider-inner-layout-menu-icon{
  background: radial-gradient(94.51% 94.51% at 26.25% 88.75%, #080D87 0%, #3F75FF 100%);
}
.slider-inner-layout-list-item.platform-1:hover > .slider-inner-layout-menu .slider-inner-layout-menu-arrow svg path{
  fill: #6132CD
}
.slider-inner-layout-list-item.platform-2:hover > .slider-inner-layout-menu .slider-inner-layout-menu-arrow svg path{
  fill: #EE4849
}
.slider-inner-layout-list-item.platform-3:hover > .slider-inner-layout-menu .slider-inner-layout-menu-arrow svg path{
  fill: #007F99
}
.slider-inner-layout-list-item.platform-4:hover > .slider-inner-layout-menu .slider-inner-layout-menu-arrow svg path{
  fill: #984FDE
}
.slider-inner-layout-list-item.platform-5:hover > .slider-inner-layout-menu .slider-inner-layout-menu-arrow svg path{
  fill: #664400
}
.slider-inner-layout-list-item.platform-6:hover > .slider-inner-layout-menu .slider-inner-layout-menu-arrow svg path{
  fill: #039665
}
.slider-inner-layout-list-item.platform-7:hover > .slider-inner-layout-menu .slider-inner-layout-menu-arrow svg path{
  fill: #1849F5
}
@media (max-width: 930px){
  .slider-inner-layout-menu-content{
    width: 255px;
  }
  .slider-inner-layout{
    width: 788px;
  }
}
/******************* End V5 Navigation  *******************/


  /*--- footer start --*/

  .footer-section {
    display: block;
    background-color: #180f26;
    padding: 75px 20px 61px;
  }
  .footer-section.v5-footer--bg {
    background-color: #03001C;
  }
  
  .footer-section .footer-table .footer-table__row,
  .footer-section-careers .z-container .footer-table .footer-table__row {
    display: table-row;
    width: 100%;
  }
  
  .footer-section .footer-table .footer-table__row .footer-table__cell1,
  .footer-section .footer-table .footer-table__row .footer-table__cell2,
  .footer-section .footer-table .footer-table__row .footer-table__cell3,
  .footer-section .footer-table .footer-table__row .footer-table__cell4,
  .footer-section .footer-table .footer-table__row .footer-table__cell5 {
    display: table-cell;
    vertical-align: top;
    width: 20%;
    padding-right: 15px;
  }
  
  .footer-section .footer-table .footer-table__row .footer-table__cell1.width__28,
  .footer-section .footer-table .footer-table__row .width__28.footer-table__cell2,
  .footer-section .footer-table .footer-table__row .width__28.footer-table__cell3,
  .footer-section .footer-table .footer-table__row .width__28.footer-table__cell4,
  .footer-section
    .footer-table
    .footer-table__row
    .width__28.footer-table__cell5 {
    width: 27%;
  }
  
  @media only screen and (max-width: 768px) {
    .z-banner-section .banner-slide__image {
      min-width: 100%;
    }
  
    .z-banner-section .home-banner-slideimage {
      height: auto;
    }
  
    .footer-section .footer-table .footer-table__row .footer-table__cell1,
    .footer-section .footer-table .footer-table__row .footer-table__cell2,
    .footer-section .footer-table .footer-table__row .footer-table__cell3,
    .footer-section .footer-table .footer-table__row .footer-table__cell4,
    .footer-section .footer-table .footer-table__row .footer-table__cell5 {
      display: block;
      width: 100%;
      text-align: left;
    }
  
    .footer-section
      .footer-table
      .footer-table__row
      .footer-table__cell1.width__28,
    .footer-section
      .footer-table
      .footer-table__row
      .width__28.footer-table__cell2,
    .footer-section
      .footer-table
      .footer-table__row
      .width__28.footer-table__cell3,
    .footer-section
      .footer-table
      .footer-table__row
      .width__28.footer-table__cell4,
    .footer-section
      .footer-table
      .footer-table__row
      .width__28.footer-table__cell5 {
      width: 100%;
    }
  }
  
  .footer-section .footer-table .footer-table__row .footer-table__cell2 {
    width: 170px;
  }
  
  .footer-section .footer-table .footer-table__row .footer-table__cell3 {
    width: 220px;
  }
  
  .footer-section .footer-table .footer-table__row .footer-table__cell4 {
    width: 221px;
  }
  
  .footer-section .footer-table .footer-table__row .footer-table__cell5 {
    width: 140px;
  }
  
  .footer-section .brand__logo {
    display: inline-block;
    width: 63px;
    height: 24.15px;
    background-image: url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2022/12/expense-logo-white.webp);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
  }
  
  .footer-section .brand__copyright {
    padding-top: 19px;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #ababac;
  }
  .global-address{
    font-size: 14px;
    color: #ababac;
    font-style: normal;
    font-weight: 400;
    line-height: 162%;
  }
  .global-address strong{
    padding-top:20px;
    padding-bottom: 10px !important;
  }
  *,
  .footer-section .footer-social__block,
  .footer-section .list-item__block {
    padding: 0;
    margin: 0;
    text-decoration: none;
  }
  
  .footer-section .brand-copyright__lp p {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    opacity: 0.77;
  }
  
  .footer-section .footer-social__block li {
    list-style-type: none;
    display: inline-block;
    padding: 4px;
    width: 30px;
  }
  
  .footer-section .footer-social__block li a {
    background-image: url(https://www.zeta.tech/us/wp-content/uploads/sites/2/2022/12/social_icons_sprite.webp);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-indent: -99999px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .footer-section .footer-social__block li:first-of-type > a {
    background-position: 2px 0;
  }
  
  .footer-section .footer-social__block li:first-of-type > a:hover {
    background-position: 2px -39px;
  }
  
  .footer-section .footer-social__block li:nth-of-type(2) > a {
    background-position: -38px 0;
  }
  
  .footer-section .footer-social__block li:nth-of-type(2) > a:hover {
    background-position: -38px -39px;
  }
  
  .footer-section .footer-social__block li:nth-of-type(3) > a {
    background-position: -80px 0;
  }
  
  .footer-section .footer-social__block li:nth-of-type(3) > a:hover {
    background-position: -80px -39px;
  }
  
  .footer-section .footer-social__block li:nth-of-type(4) > a {
    background-position: -121px 0;
    width: 50px;
  }
  
  .footer-section .footer-social__block li:nth-of-type(4) > a:hover {
    background-position: -121px -39px;
  }
  
  .footer-section .footer-social__block li:nth-of-type(5) > a {
    background-position: -165px 0;
  }
  
  .footer-section .footer-social__block li:nth-of-type(5) > a:hover {
    background-position: -165px -39px;
  }
  
  .footer-section .footer-social__block li:nth-of-type(6) > a {
    background-position: -209px 0;
  }
  
  .footer-section .footer-social__block li:nth-of-type(6) > a:hover {
    background-position: -209px -39px;
  }
  
  .footer-section .list-item__block li {
    list-style-type: none;
    display: block;
  }
  
  .footer-section .list-item__block li a {
    font-size: 14px;
    color: #ababac;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-bottom: 13px;
  }
  
  .footer-section .list-item__block li a.single-menu {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    padding-top: 30px;
    font-family: Manrope, sans-serif;
  }
  
  .footer-section .list-item__block li a:hover {
    color: #fff;
    /* transform: scale(1.1); */
  }
  
  .footer-section strong {
    padding-bottom: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    display: block;
    font-family: Manrope, sans-serif;
  }
  
  .footer-section .footerlist-security__cert ul li {
    vertical-align: middle;
    display: inline-block;
    list-style-type: none;
  }
  
  .footer-section .footerlist-security__cert ul li img {
    width: 302px;
    height: auto;
  }
  /*--- footer end --*/

  
/*-----MOBILE VIEW-----*/
@media (max-width: 992px){
    .tag-name-card{
        max-width: calc((100% / 2) - 32px);
    }
}
@media (max-width: 768px){
    .tag-name-controlbar__right .clear{
        right: 1%;
    }
    .zeta-tag-name-author__wrapper{
        background: no-repeat;
        padding-top: 40px;
    }
    .tag-name-blogs-container{
        background-image: none;
    }
    .tag-name-controlbar__left{
        display: none;
    }
    .tag-name-controlbar__right {
        width: 100%;
        text-align: center;
    }
    .tag-name-blogs-form-heading{
        font-size: 30px;
        font-weight: 700;
        line-height: 145%;
    }
    .tag-name-blogs-form-box{
        border-radius: 16px;
        padding: 34px 24px 48px 24px;
    }
    .tag-name-blogs-form-content .actions {
        padding-top: 33px;
    }
    .tag-name-controlbar__right input[type="search"]{
        height: 30px;
        padding: 7px 40px 7px 16px;
        font-size: 14px;
        background-position: 97% center;
        background-size: 19px;
        max-width: 100%;
    }
    .tag-name-blogs-container .title{
        font-size: 24px;
    }
    .tag-name-blogs-container .result-counts{
        font-size: 14px;
        padding-bottom: 30px;
    }
    .tag-name-card-title{
        font-size: 24px;
        line-height: 130%;
        padding-top: 16px;
    }
    .tag-name-card-content{
        padding: 24px;
    }
    .tag-name-card{
        border-radius: 16px;
        -webkit-box-shadow: 0px 11.499px 42.711px 0px rgba(140, 140, 140, 0.15);
                box-shadow: 0px 11.499px 42.711px 0px rgba(140, 140, 140, 0.15);
    }
    .tag-name-card-tags a{
        font-size: 12px;
    }
    .tag-name-card-details{
        font-size: 14px;
    }
    .tag-name-card-details .dot,  .tag-name-card-details .read-time{
        display: none;
    }
    .tag-name-card-details__mobile{
        color: #444C58;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 7px;
        border-top: 1px solid #B4B4B4;
        margin-top: auto;
        padding-top: 18px;
    }
    .tag-name-card-details__mobile img{
        width: 27.927px;
        height: 27.927px;
        border-radius: 50%;
    }
    .tag-name-card-details__mobile .dot__mobile{
        height: 6px;
        width: 6px;
        background-color: #BF92FF;
        display: inline-block;
        border-radius: 50%;
    }
    .tag-name-card-sub_title{
        color: #444C58;
        -webkit-font-feature-settings: 'clig' off, 'liga' off;
                font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24.641px;
        padding-top: 16px;
        display: block;
        padding-bottom: 20px;
    }
}
@media (max-width: 600px){
    .tag-name-card {
        max-width: 320px;
    }
    .tag-name-cards{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 38px; 
    }
    .tag-name-blogs-form-content .input input[name="firstname"] {
        margin-right: 0;
        width: 100% !important;
    }
    .tag-name-blogs-form-content .hs_lastname {
        padding-top: 15px;
        padding-left: 0!important;
    }
    .tag-name-blogs-form-content fieldset.form-columns-2 .hs-form-field,  .tag-name-blogs-form-content fieldset.form-columns-1 .hs-form-field {
        width: 100%!important;
    }
}
/** End Category Style **/

#ot-sdk-btn-floating.ot-floating-button {
  visibility: hidden;
}