@font-face {
    font-family: "HK Grotesk";
    src: url("/fonts/HKGrotesk-Bold.woff2") format("woff2"),
        url("/fonts/HKGrotesk-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HK Grotesk";
    src: url("/fonts/HKGrotesk-Regular.woff2") format("woff2"),
        url("/fonts/HKGrotesk-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family: "HK Grotesk";
    --font-bold: bold;
    --font-normal: normal;

    --main-heading-color: #1c1919;
    --sub-heading-color: #1c1919;
    --auth-main-heading-color: #1c1919;
    --auth-sub-heading-color: #808080;
    --input-color: #808080;
    --paragraph-color: #000000;
    --subs-heading-color: #0b0b0b;
    --base-color: #25a450;
    --btn-bg-color: #60ca9c;
    --btn-color: #fff;
    --social-links-bg: #e4e4e4;

    --font-main-heading: 64px;
    --font-sub-heading: 20px;
    --font-auth-main-heading: 16px;
    --font-auth-sub-heading: 14px;
    --font-paragraph: 18px;
    --font-subs-heading: 36px;
    --font-input: 18px;

    --height-main-heading: 72px;
    --height-sub-heading: 30px;
    --height-auth-main-heading: 24px;
    --height-auth-sub-heading: 20px;
    --height-paragraph: 30px;
    --height-subs-heading: 42px;
    --height-input: 30px;

    --margin-main-heading: 24px;
    --margin-sub-heading: 32px;
    --margin-subs-heading: 48px;
    --letter-spacing-sub-heading: -0.75px;

    --auth-padding: 24px;
    --para-padding: 32px;

    --main-container-width: 960px;
    --content-width: 100%;
    --input-width: 376px;

    --input-border: 8px;
    --input-border-color: 1px solid rgba(96, 202, 156, 0.24);
    --btn-border-radius: 8px;
    --btn-box-shadow: 0px 10px 20px rgba(96, 202, 156, 0.18),
        0px 2px 6px rgba(96, 202, 156, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

body {
    background-color: var(--white);
}

.post-content .ccont {
    margin: 0;
}

.post-header .ccont,
.post-content .ccont,
.subs-sec .ccont {
    max-width: 960px;
    margin: auto;
}

.post-header .col-sm-12 {
    max-width: 990px;
    margin: auto;
}

.post-header .ccont {
    position: relative;
    text-align: center;
}
.date-2 {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 80px;
}
.date-2 li {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 16px;
    position: relative;
}
.date-2 li:before {
    content: "";
    position: absolute;
    height: 16px;
    background-color: #c4c4c4;
    width: 1px;
    right: 0px;
    display: block;
    margin: auto;
    top: 1px;
    bottom: 0px;
}
.date-2 li:last-child:before {
    display: none;
}
.post-header .ccont .date {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray);
    margin-bottom: 16px;
    display: inline-block;
}
.social-border {
    position: fixed;
    right: 389px;
    overflow: hidden;
    height: 158px;
}

.social-links {
    position: fixed;
    right: 317px;
    left: auto;
    width: 50px;
}

.social-links a {
    margin-bottom: 16px;
    display: inline-block;
}

.social-links-line {
    position: relative;
    border-radius: 2px;
    height: 158px;
    width: 4px;
    background: var(--gray-6);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.line-colored {
    position: absolute;
    top: 0;
    border-radius: 2px;
    height: 5px;
    width: 4px;
    background: var(--yellow);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.post-header:before {
    position: absolute;
}

.post-header .s-title {
    font-size: 16px;
    line-height: 24px;
    color: var(--yellow);
    margin-bottom: 48px;
    display: inline-block;
}

.mt1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    color: var(--black-6);
    max-width: 909px;
    margin: auto;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: -0.04em;
}

.mt2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--black-6);
    letter-spacing: -0.750316px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 16px;
}
.mt3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--black-6);
    max-width: 700px;
    margin: auto;
    margin-bottom: 24px;
}
.post-header {
    padding-top: 128px;
}

.author .name {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-6);
    margin-bottom: 0px;
}

.author .dt {
    font-size: 14px;
    line-height: 20px;
    color: var(--gray);
    display: block;
}

.round-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.round-image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.author {
    position: relative;
    padding-left: 70px;
    margin-bottom: 48px;
}

.rel {
    position: absolute;
    left: 0px;
}

.noselect {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.post-content .ccont img.noselect {
    -webkit-border-radius: 8.064px;
    -moz-border-radius: 8.064px;
    border-radius: 8.064px;
    margin-bottom: 48px;
    height: auto !important;
}
.post-content .ccont img.noselect.no-margin {
    margin-bottom: 0px;
}

.post-content .ccont .noselect.mg-less {
    margin-bottom: 5px;
}
.post-content .ccont img.noselect.mg-16 {
    margin-bottom: 58px;
}

.post-content .caption {
    font-size: 12px;
    font-style: normal;
    text-align: center;
    display: block;
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
    margin-top: 10px;
}
.post-content .caption2 {
    font-size: 12px;
    font-style: normal;
    text-align: center;
    display: block;
    max-width: 700px;
    margin: auto;
    margin-bottom: 35px;
    margin-top: 10px;
    color: #808080;
}
.post-content .caption2 a{
    color: #808080;
    text-decoration: underline;
}
.post-content .caption.left-max-700 {
    max-width: 700px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 20px;
    color: #767b89;
}
.post-content .ccont p {
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    margin: auto;
    margin-bottom: 48px;
    max-width: 700px;
    width: 100%;
    font-weight: 400;
}

.post-content .ccont p.italic,.post-content em{
    font-style: italic;
}

.post-content .ccont p.ml-32 {
    margin-bottom: 32px;
}
.post-content .ccont ul.small-bullets {
    margin-bottom: 20px;
}

.post-content .ccont ul.small-bullets li {
    font-size: 14px;
    line-height: 20px;
    color: #767b89;
    margin-bottom: 4px;
}
.post-content .ccont ul.bullet-style-3 {
    margin-bottom: 24px;
    margin-top: 0px;
}
.post-content .ccont ul.bullet-style-3 li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
}
.post-content .ccont p.mb-24 {
    margin-bottom: 24px;
}
.post-content .ccont p:last-child {
    margin-bottom: 15px;
}
.post-content .ccont p.last {
    margin-bottom: 60px;
}
.post-content .ccont p.sub-para {
    padding-left: 20px;
}
.post-content .ccont p svg {
    position: relative;
    top: -3px;
    max-width: 100%;
    height: auto;
}
.post-content .ccont p.align-center svg {
    top: 2px;
}
.post-content .ccont p.align-center svg.mg-top-0 {
    top: 6px;
}

.post-content .ccont p .highlighted {
    background-color: var(--gray-7);
}

.post-content .ccont p a,
.post-content ul a {
    overflow-wrap: anywhere;
}
.post-content .ccont ul,
.post-content .ccont ol {
    color: var(--black);
    max-width: 700px;
    width: 100%;
    margin: auto;
    margin-bottom: 32px;
    padding-left: 20px;
}

.post-content .ccont ul li,
.post-content .ccont ol li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px;
    color: var(--black);
}
.post-content .ccont ul.mg-0 li{
    margin-bottom: 0px;
}

.dis-sec {
    color: var(--gray);
    padding-top: 32px;
}

code {
    background-color: var(--gray-8);
    color: var(--black);
    padding: 2px 10px;
    max-width: 700px;
    margin: auto;
    display: inline-block;
}

code.full {
    width: 100%;
    display: block;
    font-size: 17px;
    padding: 17px 24px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 32px;
    line-height: 30px;
}

pre {
    background-color: var(--gray-8);
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 27px 24px;
    max-width: 777px;
    margin: auto;
    margin-bottom: 32px;
    line-height: 25px;
    color: var(--black);
}

pre .st {
    margin-top: 24px;
    display: block;
}

pre .rs {
    margin-bottom: -0.09em;
    white-space: pre-wrap;
}

.social-links a {
    padding-bottom: 0px;
    display: inline-block;
}

.post-content .ccont p a.green {
    color: var(--yellow) !important;
    font-weight: 700;
}

pre span,
.mt2 code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    font-weight: 400;
}

.ve-left-bar {
    padding-left: 33px;
    position: relative;
    padding-right: 12px;
}
.ve-left-bar b {
    display: block;
    line-height: 32px;
    margin-bottom: 8px;
}
.ve-left-bar::before {
    background-color: var(--gray-10);
    position: absolute;
    content: "";
    height: 100%;
    left: 0px;
    display: block;
    width: 3px;
    opacity: 0.24;
    top: 5px;
}

/*new blog style */
.post-row {
    display: flex;
    gap: 40px;
    margin: auto;
    margin-bottom: 48px;
    max-width: 700px;
}
.post-row .col-pic {
    max-width: 256px;
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.post-row .col-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.post-row .image-area {
    width: 100%;
    margin-bottom: 12px;
}
.post-row .txt {
    font-size: 16px;
    line-height: 20px;
    color: #767b89;
    margin-bottom: 12px;
    display: block;
}
.post-row .logos-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.ml-0 {
    margin-left: 0px;
}
.mb-16 {
    margin-bottom: 16px;
}
.ml-32 {
    margin-bottom: 32px;
}
.mb-24 {
    margin-bottom: 24px;
}
.post-row .name {
    font-size: 32px;
    color: #18191d;
    line-height: 40px;
}
.post-row .name {
    font-size: 32px;
    color: #18191d;
    line-height: 40px;
    font-family: "HK Grotesk";
    font-weight: bolder;
    display: block;
    margin-bottom: 14px;
}
.post-row .designation {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    color: #18191d;
    display: block;
}
.post-content .ccont .post-row p {
    max-width: 404px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.post-content .ccont .img-caption {
    font-size: 14px;
    line-height: 19px;
    color: #a2a7b0;
    text-align: center;
}
.post-content .ccont .noselect.mb-16 {
    margin-bottom: 16px;
}
ul.jobs-in-posts li a {
    color: #000;
    text-decoration: underline;
    font-size: 18px;
    line-height: 28px;
}
.jobs-in-posts {
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 48px !important;
}
.jobs-in-posts li {
    margin-bottom: 16px !important;
}
.post-content .ccont ul.small {
    margin-bottom: 20px;
}
.post-content .ccont ul.small li {
    line-height: 28px;
    margin-bottom: 0px;
}
/*new*/
.mb-16 {
    margin-bottom: 16px !important;
}
.list-with-icon-24 {
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}
.list-with-icon-24 li {
    padding-left: 36px;
    position: relative;
}
.list-with-icon-24 li svg {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.post-content .ccont p.light-line-bullet,
.post-content .ccont span.light-line-bullet {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #a2a7b0 !important;
    position: relative;
    padding-left: 27px;
}
.light-line-bullet:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background-color: #a2a7b0;
    left: 13px;
    top: 8.5px;
    margin: auto;
}
.light-line-bullet.left {
    text-align: center;
}
.light-line-bullet.left:before {
    left: 12px;
    top: 8px;
}
.max-435 {
    max-width: 435px;
    margin: auto;
    text-align: center;
}
.max-435 p,
.max-435 .mt2 {
    margin-bottom: 24px !important;
}
.max-width-520 {
    max-width: 504px !important;
    text-align: center;
    display: block;
    margin: auto;
}
.btn-blog {
    background: #dddddd;
    border-radius: 8px;
    display: flex;
    margin: auto;
    max-width: 237px;
    color: #000000;
    padding: 13px 16px 13px 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    margin-bottom: 48px;
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:hover:focus {
    color: #000000;
    opacity: 0.8;
}
.mb-16 b,
.max-435 p b {
    color: #3b3c44;
}
.mx-142{
    max-width: 142px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 8px;
}
.mx-142 svg{
    top: 0px !important;
}
.max-435 .btn-blog{
    margin-bottom: 24px;
}
.max-435 .mb-48{
    margin-bottom: 48px !important;
}

.post-content .ccont.n-sm-space-para p{
    margin-bottom: 16px;
}

.post-content .ccont.mb-32 p{
    margin-bottom: 32px;
}

.post-content .ccont.n-sm-space-para p.last{
    margin-bottom: 49px;
}
strong.strong{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
a.undeline{
    text-decoration: underline;
}
p.mb-48{
    margin-bottom: 48px !important;
}
/*new*/
.two-images-block{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.post-content .ccont p .one {
    position: relative;
    top: 0px;
}
.post-content .ccont p .formula-text{
    display: block;
    margin-bottom: 15px;
}
.post-content .ccont p .two {
    position: relative;
    top: 7px;
}

.post-content .ccont p .three {
    position: relative;
    top: 3px;
}
.post-content .ccont p .four {
    position: relative;
    top: -1px;
}
.post-content .ccont p.dis-para{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #767B89;
}
.post-content .ccont p.dis-para span{
    display: block;
}
.para-with-black-links a{
    color:  #000000 !important;
    text-decoration: underline;
    font-weight: 500;
}
@media (max-width: 767px) {
    .post-row {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .post-content .ccont .post-row p {
        margin: auto;
    }
    .post-row .col-pic {
        max-width: 100%;
    }
    .mt2.ml-32 {
        text-align: center;
    }
}
/*new blog style */
/*cta*/
.cta-block{
    background: linear-gradient(180deg, #E5F0FF 0%, #FFFAF5 100%);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    max-width: 700px;
    color: #525C76;
    margin: 38px auto 48px auto;
}
.cta-block .stitle{
    letter-spacing: -0.04em;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'ss04' on, 'liga' off;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: var(--ffly-dark-400);
    margin-bottom: 24px;
}
.cta-block .inner{
    padding: 32px 32px 0px 32px;
}
.cta-block.cta-block ul{
    margin-bottom: 16px;
    padding-left: 25px;
}
.cta-block.cta-block ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #525C76;
    margin-bottom: 8px;
    font-feature-settings: 'ss04' on, 'ordn' on, 'ss03' on, 'ss01' on, 'salt' on, 'liga'
}
.cta-block.cta-block .bottom-area{
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 24px 32px 24px 32px;
}
.cta-block .bottom-area .link{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-feature-settings: 'ss04' on, 'ordn' on, 'ss03' on, 'ss01' on, 'salt' on, 'liga' off;
    display: inline-flex;
    gap: 4px;
}
/*cta*/
/*new content box*/
.limited-sup-sec {
    max-width: 652px;
    margin: 48px auto 48px auto;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.limited-sup-sec .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.04em;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'ss04' on, 'liga' off;
    color: #212327;
    margin-bottom: 24px;
}


.post-content .ccont .limited-sup-sec p{

    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'ss04' on, 'liga' off;
    color: #525C76;
}
/*new content box*/



@media (max-width: 1131px) {
    .mt1 {
        font-size: 50px;
        line-height: 61px;
        max-width: 756px;
    }
}

@media (max-width: 991px) {
    .mt1 {
        font-size: 43px;
        line-height: 54px;
        max-width: 650px;
    }
}

@media (max-width: 767px) {
    .post-header {
        padding-top: 110 px;
    }

    .mt1 {
        font-size: 37px;
        line-height: 46px;
        max-width: 552px;
    }

    .author {
        margin-bottom: 39px;
    }
}

@media (max-width: 450px) {
    .mt1 {
        font-size: 23px;
        line-height: 32px;
        max-width: 342px;
    }

    .post-content .ccont p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 26px;
    }
}

@media (max-width: 620px) {
    .post-content ul a {
        word-break: break-word;
    }
}

@media (max-width: 1850px) {
    .social-border {
        right: 300px;
    }

    .social-links {
        right: 237px;
    }
}

@media (max-width: 1650px) {
    .social-border {
        right: 270px;
    }

    .social-links {
        right: 207px;
    }
}

@media (max-width: 1550px) {
    .social-border {
        right: 230px;
    }

    .social-links {
        right: 167px;
    }
}

@media (max-width: 1500px) {
    .social-border {
        right: 200px;
    }

    .social-links {
        right: 127px;
    }
}

@media (max-width: 1450px) {
    .social-border {
        right: 160px;
    }

    .social-links {
        right: 97px;
    }
}

@media (max-width: 1350px) {
    .social-border {
        right: 100px;
    }

    .social-links {
        right: 27px;
    }
}

@media (max-width: 1200px) {
    .social-border {
        right: 70px;
    }

    .social-links {
        right: 7px;
    }
}

@media (max-width: 1000px) {
    .social-border {
        position: fixed;
        overflow: hidden;
        height: 158px;
        bottom: -60px;
        transform: rotate(270deg);
        right: 50% !important;
    }

    .social-links a {
        padding-bottom: 0px;
    }

    .social-links {
        position: fixed;
        overflow: hidden;
        bottom: 30px;
        transform: rotate(360deg);
        display: flex;
        background: var(--white);
        width: 67px;
        left: 0px;
        right: 0px;
        margin: auto;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .social-links a {
        margin-bottom: 0px;
    }

    .links-sec {
        display: inline-block;
        padding: 39px 80px;
        background-color: var(--white);
        opacity: 1;
        z-index: 1111;
        position: fixed;
        bottom: 0px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer .title {
        line-height: 28px;
        margin-bottom: 24px;
        max-width: 490px;
    }

    .footer .link {
        font-size: 17px;
    }

    :root {
        --font-subs-heading: 22px;
        --height-subs-heading: 23px;
    }
}
.mgx-auto {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

p .blue{
    color:  #2E90FA;
}
p b.blue{
    font-weight: 700;

}
.post-content .ccont p.quote {
    padding-left: 12px;
    font-size: 19px;
    position: relative;
}
.post-content .ccont p.quote:before{
    content: '';
    background-color: var(--black-6);
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0px;
    border-radius: 5px;
}