.mob-only {
    display: none;
}


.cta-v3 img {
    width: 25px;
    margin-bottom: 3px;
    margin-left: 20px;
    transition: 0.2s;
}

.cta-v3:hover img {
    transform: translateX(6px);
}


.mb-8rem {
    margin-bottom: 8rem;
}

.mb-6rem {
    margin-bottom: 6rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.fs-55 {
    font-size: 3.4375rem;
}

.text-shadow-blue {
    text-shadow: #0165FE 0 0 10px;
}

.text-shadow-purple {
    text-shadow: #320641 0 0 10px;
}

.d-display-900 {
    display: none;
}

/*Responsive General*/
@media screen and (max-width:1400px) {}

@media screen and (max-width:1200px) {
    .mb-8rem {
        margin-bottom: 6rem;
    }

    .fs-55 {
        font-size: 2.75rem;
    }
}


@media screen and (max-width:993px) {
    .mb-6rem {
        margin-bottom: 3rem;
    }

    .d-none-900 {
        display: none;
    }

    .d-display-900 {
        display: block;
    }

    .section-space-sm {
        padding: 4rem 0;
    }

}

@media screen and (max-width:769px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width:577px) {
    .col-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .section-space-sm {
        padding: 2rem 1rem;
    }

    .mb-8rem {
        margin-bottom: 2rem;
    }

    .mb-fs-h2 {
        font-size: 1.8rem !important;
    }

    .pt-4 {
        padding-top: 0.5rem !important;
    }
}

.color-dkblue {
    color: #0A1A65;
}

.color-white {
    color: #FFF;
}

.subheading {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .1875rem;
    text-transform: uppercase;
}

.mt-150 {
    margin-top: 9.375rem;
}

.mt-100 {
    margin-top: 6.25rem;
}

.mt-60 {
    margin-top: 3.75rem;
}

.mt-50 {
    margin-top: 3.125rem;
}

.mt-30 {
    margin-top: 1.875rem;
}

.mt-15 {
    margin-top: .9375rem;
}

.mt-30 {
    margin-top: 1.875rem;
}

.mb-100 {
    margin-bottom: 6.25rem;
}

.mb-20 {
    margin-bottom: 1.25rem;
}



.w-80-auto {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}


.h1-heading {
    font-family: 'Inter', sans-serif;
    font-size: 4.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.375rem;
    /* 107.692% */
}

.h2-heading {
    /* H2 Heading */
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    /* 120% */
}

.h3-heading {
    font-family: 'Inter', sans-serif;
    font-size: 2.1875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8125rem;
    /* 128.571% */
}

.h3-title {
    font-family: "Nunito Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.125rem;
    /* 141.667% */
    letter-spacing: -0.03rem;
}


.p-default {
    /* Body Default */
    font-family: "Nunito Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 150% */
    letter-spacing: -0.03rem;
}

.body-large {
    font-family: "Nunito Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.125rem;
    /* 141.667% */
    letter-spacing: -0.03rem;
}

.cta-btn {
    font-family: "Nunito Sans";
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


@media screen and (max-width:993px) {

    .subheading {
        text-align: center;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 3px;
    }

    .h2-heading {
        /* H2 Heading */
        font-size: 4rem;
        font-style: normal;
        font-weight: 600;
        line-height: 60px;
        /* 120% */
        font-size: 2.7rem !important;
    }

    .h3 {
        font-size: 2.5rem;
    }

    .p-default {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .mt-150 {
        margin-top: 6.25rem;
    }

    .mt-100 {
        margin-top: 4.375rem;
    }

    .mt-60 {
        margin-top: 2.5rem;
    }

    .w-80-auto {
        width: 100%;
    }
}

@media screen and (max-width:577px) {
    .h1-heading {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    .h2-heading {
        font-size: 3.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: 45px;
        /* 120% */
    }

    .subheading {
        font-size: 17px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 3px;
    }

    .p-default {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        /* 150% */
        letter-spacing: -0.4px;
    }
}


@media screen and (max-width:976px) {
    .mb-100 {
        margin-bottom: 3.25rem;
    }

}

@media screen and (max-width:577px) {
    .h2-heading {
        /* line-height: 2rem; */
        font-size: 2rem !important;
    }

    .mb-100 {
        margin-bottom: 2.25rem;
    }
}

/* ============== hero section ============================ */
.hero-section {
    color: white;
    width: 100%;
}

#hero-section {
    background-color: #070F3C;
    position: relative
}

#hero-section::before {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(113% 208% at bottom left, #0009de21, transparent 50%), radial-gradient(106% 104% at 0% 27%, #a459ff69, transparent 50%);
    border-radius: 8px;
}

#hero-section::after {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 90%;
    height: 100%;
    background: radial-gradient(98% 89% at 78% 51%, #3f55ba, transparent 50%);
    border-radius: 8px;
}

.container-fluid {
    display: flex;
}

.left-hero {
    width: 50%;
    margin-left: 10%;
    margin-top: 20rem;
    padding-bottom: 15rem;
    z-index: 4;
}

.right-hero {
    width: 40%;
    margin-top: 15rem;
    z-index: 4;
    overflow: hidden;
}

.right-hero img {
    transition: 2000ms all ease-in-out;
    width: 130%;
    position: relative;
    right: -30rem;
}

.right-hero.active img {
    right: 0rem;
}


.p1-hero.body-large {
    max-width: 43rem;
    font-size: 1.5rem;
    margin-bottom: 3.75rem;
}

.pre_hero_title.subheading {
    margin-bottom: 1.875rem;
}

.h1-heading.h1-hero {
    margin-bottom: .9375rem;
    max-width: 785px;
}

.left-hero .cta-btn {
    font-family: "Inter", sans-serif;
    padding: 0.7em 3em 0.7em 2em;

}

.left-hero .cta-container {
    display: flex;
}

.left-hero .explore-platform {
    color: #fff;
    padding: 1rem;
    font-size: 1.2rem;
    margin-left: 2rem;
}

.left-hero .cta-container .cta-btn:nth-of-type(1) {
    margin-right: 1rem;
}

.cta-btn.cta-large {
    max-width: 24.875rem;
}

.left-hero .cta-btn:hover .btn-arrow {
    right: 16px;
}

.left-hero .btn-arrow {
    right: 2.5rem;
}

.left-hero .buttons-wrapper {
    display: flex;
    align-items: center;
}

.left-hero .cta-two {
    font-size: 1.25rem;
    font-family: 'Inter';
    font-weight: 600;
    margin-left: 4rem;
}

.left-hero .cta-two:hover {
    color: #fff;
}

.left-hero .cta-two:hover img {
    margin-left: 1.5rem;
}

.left-hero .cta-two img {
    margin-left: 1rem;
    transition: 500ms all ease;
}

.left-hero .cta-container .cta-btn:nth-of-type(1) {
    margin-right: 1rem;
}

.left-hero .double-arrow-down {
    max-width: 18px;
    margin-left: 20px;
    margin-bottom: 3px;
}

.cta-v3.cta-hero-one {
    margin-right: 2rem;
}

@media screen and (max-width:1500px) {

    #hero-section::before {
        width: 85%;
        height: 100%;
    }

    #hero-section::after {
        width: 90%;
        height: 75%;
        background: radial-gradient(98% 90% at 88% 44%, #3f55ba, transparent 50%);
    }

    .left-hero {
        width: 55%;
        margin-left: 5%;
        margin-top: 12rem;
        padding-bottom: 13rem;
    }

    .right-hero {
        margin-top: 7rem;
    }

    .right-hero img {
        width: 150%;
    }

}


@media screen and (max-width:1400px) {
    .right-hero {
        display: none;
    }

    .left-hero {
        width: 80%;
    }

    #hero-section::after {
        width: 85%;
        height: 40%;
    }

}

@media screen and (max-width:1600px) {

    .cta-v3-secondary {
        line-height: normal;
    }
}

@media screen and (max-width:993px) {

    .hero-container {
        display: flex;
        flex-direction: column;
    }

    #hero-section::before {
        background: radial-gradient(100% 200% at top left, #0009de21, transparent 50%), radial-gradient(100% 100% at 50% 100%, #a459ffa3, transparent 50%);
        width: 100%;
        height: 100%;
    }


    .left-hero {
        width: 100%;
        margin-top: 10rem;
        margin-bottom: 0;
        margin-left: 0;
        padding-bottom: 8rem;
    }


    .left-hero h1 {
        font-size: 3rem;
        text-align: center;
    }

    .h1-heading.h1-hero {
        margin-bottom: 3.5rem;
    }

    .p1-hero.body-large {
        max-width: 42rem;
        margin: 0 auto 4rem auto;
        text-align: center;
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0px;
    }

    .left-hero .buttons-wrapper {
        display: block;
    }

    .cta-container {
        width: 40%;
        margin: 0 auto;
        flex-direction: column;
    }

    .cta-v3.cta-hero-one {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .btn-arrow {
        max-width: none;
    }

    .cta-v3,
    .cta-v3-secondary {
        font-size: 1.3rem;
        text-align: center;
    }

    .cta-v3 img {
        width: 38px;
        right: 3rem;
    }

    .left-hero .double-arrow-down {
        max-width: 2.375rem;
    }

    .left-hero .explore-platform {
        margin-left: 0;
        margin-top: 2rem;
        text-align: center;
        font-size: 2rem;
    }

    .cta-btn.cta-large {
        margin-bottom: 1rem;
    }

}

@media screen and (max-width:769px) {

    .container-fluid.container-hero {
        max-width: 540px;
    }

    .nexus-img {
        width: 70%;
    }

    .left-hero {
        padding: 0rem 0 2rem;
    }

    .left-hero .cta-btn {
        padding: 0.7em 2em 0.7em 1em;
    }

    #hero-section::before {
        background: radial-gradient(100% 200% at top left, #0009de21, transparent 50%), radial-gradient(100% 100% at 50% 100%, #a459ffa3, transparent 50%);
    }

    .cta-container {
        width: 60%;
    }

    .cta-v3,
    .cta-v3-secondary {
        font-size: 1.4rem;
    }

    .left-hero .explore-platform {
        font-size: 1.5rem;
    }

}

@media screen and (max-width:577px) {

    .left-hero {
        padding-right: 3.125rem;
        padding-left: 3.125rem;
    }

    .left-hero h1 {
        font-size: 50px;
        font-weight: 600;
        line-height: 60px;
        margin-bottom: 2rem;
    }

    #hero-section {
        padding-bottom: 3rem;
    }


    .left-hero .buttons-wrapper {
        flex-wrap: wrap;
    }

    .p1-hero.body-large {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        /* 150% */
        letter-spacing: -0.4px;
    }

    .left-hero .cta-btn {
        padding: 0.7em 1em 0.7em 1em;
        max-width: 80%;
        font-size: 1rem;
    }

    .left-hero .btn-arrow {
        display: none;
    }

    .left-hero .cta-two {
        margin-left: 4rem;
        margin-right: 4rem;
        margin-top: 2rem;
    }

    .cta-container {
        width: 75%;
    }

    .cta-btn.cta-large {
        max-width: 60%;
        font-size: 1rem;
    }

}

@media screen and (max-width:510px) {

    .cta-v3 img {
        width: 30px;
    }

}

@media screen and (max-width:500px) {

    .cta-container {
        width: 80%;
    }

}

@media screen and (max-width:480px) {

    .cta-container {
        width: 100%;
    }

    .left-hero {
        margin-top: 7rem;
    }

    .h1-heading.h1-hero {
        margin-bottom: 2rem;
    }

    .p1-hero.body-large {
        margin: 0 auto 2rem auto;
    }


}



@media screen and (max-width:430px) {


    .left-hero .buttons-wrapper {
        flex-direction: column;
    }

    .left-hero .cta-two {
        margin-left: auto;
        margin-top: 2rem;
    }

}

@media screen and (max-width:410px) {

    .cta-v3,
    .cta-v3-secondary {
        font-size: 1.2rem;
    }


    .left-hero {
        padding-right: 2.125rem;
        padding-left: 2.125rem;
    }

}

@media screen and (max-width: 400px) {

    .left-hero h1 {
        font-size: 40px;
        line-height: 45px;
    }

}


/* 2k */
@media screen and (min-width:2000px) {

    #hero-section::before {
        width: 50%;
        height: 30%;
    }

    #hero-section::after {
        left: 50%;
        width: 50%;
        height: 40%;
    }

    .left-hero {
        width: 40%;
        margin-left: 20%;
    }

    .pre_hero_title.subheading {
        margin-bottom: 4.875rem;
    }

    .h1-heading.h1-hero {
        font-size: 5rem;
        margin-bottom: 2.5rem;
    }
}

/* 4k */
@media screen and (min-width:3800px) {

    #hero-section::before {
        height: 70%;
    }

    #hero-section::after {
        height: 75%;
    }

    .left-hero {
        margin-top: 35rem;
        width: 40%;
        margin-left: 20%;
    }

    .pre_hero_title.subheading {
        margin-bottom: 4.875rem;
    }

    .h1-heading.h1-hero {
        font-size: 6.0625rem;
        margin-bottom: 2.5rem;
    }

    .p1-hero.body-large {
        max-width: 70rem;
        font-size: 2rem;
        margin-bottom: 4.75rem;
    }

}

/* ============== end hero section ============================ */

/* ============== cassete section  ============================ */

.cassete-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.cassete-box {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    padding: 0 2rem;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}



.right-cassete {
    width: 90%;
}

.left-cassete>img {
    width: 2.25rem;
    margin-right: 1rem;
}

.cassete-title {
    font-family: "Nunito Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.125rem;
    /* 141.667% */
    letter-spacing: -0.48px;

}

.cassete-descr {
    margin-top: 1.875rem;
}

@media screen and (max-width:1500px) {
    .cassete-box {
        width: 50%;
    }
}

@media screen and (max-width:993px) {
    .cassete-box {
        width: 90%;
        margin: 2rem auto;
        flex-direction: column;
        text-align: center;
    }

    .left-cassete>img {
        width: 5.25rem;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .right-cassete {
        width: 100%;
    }

    .cassete-title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width:577px) {

    .cassete-box {
        width: 100%;
    }

    .cassete-section {
        padding: 0 1.125rem;
    }

    .left-cassete>img {
        width: 4.375rem;
    }
}

@media screen and (max-width: 400px) {
    .cassete-section {
        padding: 0.25rem;
    }
}

/* ============== end cassete section  ============================ */

/* ================== Reasons section ============================ */

.reason-list {
    display: flex;
    flex-direction: column;
}

.reason {
    display: flex;
    flex-direction: row;
    margin-bottom: 4.0625rem;
    align-items: center;
}

.reason-nr {
    min-width: 6%;
}

.reason-divider {
    width: 0.375rem;
    background-color: #0165FE;
    margin: auto 2.5rem;
    height: 47px;

}

@media screen and (max-width:993px) {
    .reason {
        flex-direction: column;
        text-align: center;
    }

    .reason-nr {
        display: flex;
        min-width: 10%;
        margin-bottom: 2rem;
        align-items: center;
    }

    .reason-divider {
        display: none;
    }

    .reason-divider.mob-only {
        min-width: 4%;
        height: 5rem;
    }

    .reason-strong {
        min-width: 100%;
        display: block;
    }

    .reason-divider.mob-only {
        display: inline-block;
    }

}

@media screen and (max-width:577px) {

    .reasons-section {
        padding: 0 1.125rem;
    }

    .reason-divider.mob-only {
        margin: auto 1rem;
        height: 3rem;
    }

    .card-unified-box-container {
        width: 100%;
    }
}

/* ============== end Reasons section  ============================ */

/* ============== logos section  ============================ */

.logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.logos-box {
    width: 13.7%;
}

@media screen and (max-width:975px) {
    .logos-box {
        width: 25%;
        margin: 2rem;
    }
}

@media screen and (max-width:791px) {
    .logos-box {
        width: 30%;
        margin: 0 1em 4em 1em;
    }
}


@media screen and (max-width:577px) {
    .logos-box {
        margin: 0 2em 5em 2em;
        width: 38%;
    }
}

@media screen and (max-width:476px) {
    .logos-container {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .logos-box {
        margin: 0 2em 2em 2em;
        width: 40%;
    }

    .logos-box img {
        width: 100%;
    }
}


/* ============== end logos section  ============================ */

/* <!-- ============ C2A Section ========================== --> */

#c2a-hp-section {
    background-image: url("/wp-content/themes/heimdal/img/redesign-v2/comparison/crowdstrike/Home Page - C2A Section.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#c2a-hp-section h2 {
    font-family: Inter;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
}

#c2a-hp-section .cta-description {
    padding: 1.5rem 0 2rem;
}

#c2a-hp-section .cta-dashboard-container {
    position: relative;
    min-width: 660px;
}

#c2a-hp-section .cta-dashboard-container img {
    position: absolute;
}

@media screen and (max-width:1400px) {
    #c2a-hp-section h2 {
        font-size: 45px;
    }

    #c2a-hp-section .cta-dashboard-container {
        min-width: 520px;
    }

    #c2a-hp-section .c2a-text-container {
        padding-right: 2rem;
    }
}

@media screen and (max-width:1250px) {
    #c2a-hp-section .cta-dashboard-container {
        min-width: 450px;
    }

    #c2a-hp-section h2,
    #c2a-hp-section .cta-description {
        max-width: 31rem;
    }

    #c2a-hp-section .container {
        justify-content: space-evenly;
    }
}

@media screen and (max-width:1100px) {

    #c2a-hp-section h2,
    #c2a-hp-section .cta-description {
        max-width: 24rem;
    }

    #c2a-hp-section .cta-description {
        padding: 1rem 0 1.5rem;
    }

    #c2a-hp-section .cta-dashboard-container {
        min-width: 420px;
    }

    #c2a-hp-section h2 {
        font-size: 36px;
    }
}

@media screen and (max-width:990px) {
    #c2a-hp-section .cta-dashboard-container {
        min-width: 320px;
    }
}

@media screen and (max-width:770px) {

    #c2a-hp-section {
        padding-bottom: 8rem;
    }

    #c2a-hp-section .cta-dashboard-container {
        margin-top: 3rem;
    }

    #c2a-hp-section .container {
        flex-direction: column;
    }

    #c2a-hp-section h2,
    #c2a-hp-section .cta-description {
        max-width: 33rem;
    }

    #c2a-hp-section .c2a-text-container {
        text-align: center;
    }
}

@media screen and (max-width:570px) {
    #c2a-hp-section .c2a-text-container {
        padding-right: 0;
    }

    #c2a-hp-section>.container.section-space-sm {
        padding: 5rem 50px 13rem 50px;
    }


}

/* <!-- ============ End C2A Section ========================== --> */


/* ================== unified section ============================ */

.cards-unified-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.card-unified-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* width: 30%; */
    align-items: self-end;
    gap: 4rem;
}

.card-header-unified,
.card-text-unified {
    margin-right: 20px;
}

.card-unified {
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    border-radius: 30px;
    border: 1px solid #D9DBE9;
    background: rgba(0, 101, 254, 0.20);
    box-shadow: 0px 14px 42px 0px rgba(8, 15, 52, 0.06);
    padding: 3.125rem 0 2rem 2.5rem;
}

.card-header-unified {
    font-weight: 700;
}

.card-text-unified {
    min-height: 8.8rem;
}

.card-img-unified>img {
    width: 110%;
}


.text-card-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-card-box {
    /* margin: 5rem auto 0 auto; */
    min-height: 15.5rem;
}

.card-unified-box-container.no-img .card-unified {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    border-radius: 0;
}

.card-unified-box-container.no-img .card-unified p.card-header-unified.p-default {
    margin-bottom: 1.2rem;
}

.card-unified-box-container.no-img {
    margin-bottom: 4rem;
}

.card-unified-box-container {
    margin-bottom: 2rem;
}

@media screen and (max-width:1500px) {

    .card-text-unified {
        min-height: 7rem;
    }

}

@media screen and (max-width:1400px) {

    .cards-unified-container {
        gap: 2rem;
    }

    .card-unified-box-container {
        margin-bottom: 2rem;
    }

    .card-unified {
        padding: 3.125rem 0 2rem 1.5rem;
    }

    .card-header-unified,
    .card-text-unified {
        margin-right: 20px;
    }
}

@media screen and (max-width:993px) {

    .cards-unified-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .card-unified-box-container {
        margin-bottom: 0rem;
        width: 100%;
    }


    .text-card-box-container {
        justify-content: space-around;
    }
}

@media screen and (max-width:768px) {
    .cards-unified-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:480px) {
    .cards-unified-container {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* ================== unified text section ============================ */

/* ================== carousel section ============================ */

.carousel-section {
    overflow: hidden;
}

.carousel-section-logo {
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(75%, #000), to(transparent));
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
    mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(75%, #000), to(transparent));
    mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
}

@media screen and (max-width:993px) {
    .carousel-section .h3-heading {
        text-align: center;
        width: 69%;
    }
}

/* ================== carousel section ============================ */


/* ================== table section ============================ */

.table-comparison {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    flex-grow: 1;
}

.row-comp {
    min-width: 100%;
    display: flex;
    border-bottom: 1px solid #C7CBE1;
}

.row-comp.last-row {
    border-bottom: none;
}

.c1 {
    min-width: 50%;
    width: 50%;
}

.cHeimdal {
    background: #E5F0FF;
    min-width: 25%;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cCrowdstrike {
    min-width: 25%;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-row>.cHeimdal {
    border-radius: 20px 20px 0 0;
    padding: 3.3125rem 2.6875rem;
}


.header-row>.cCrowdstrike {
    border-radius: 20px 20px 0 0;
    padding: 3.3125rem 2.6875rem;
}

.last-row>.cHeimdal {
    border-radius: 0 0 20px 20px;
    padding: 3.3125rem 2.6875rem;
}

.HeimdalLogoTable,
.CrowdstrikeLogoTable {
    text-align: center;
}

.HeimdalLogoTable>img {
    width: 10.5625rem;
    height: 2.375rem;
}

.CrowdstrikeLogoTable>img {
    width: 9rem;
    height: 1.5rem;
}

.check-mark {
    width: 3.75rem;
    height: 3.75rem;
}

.c1Header {
    margin: 2.5rem 8.5rem 2.5rem 0;
}

.c1Header>.mb-20 {
    font-size: 1.5rem;
}

@media screen and (max-width:975px) {
    .header-row {
        display: none;
    }


    .row-comp {
        flex-wrap: wrap;
        border-bottom: none;
    }

    .c1 {
        width: 100%;
    }

    .c1Header {
        margin: 4.5rem 6.5rem 2.5rem 0;
    }

    .cHeimdal,
    .cCrowdstrike,
    .last-row>.cHeimdal,
    .last-row>.cCrowdstrike {
        min-width: 50%;
        width: 50%;
        border: 1px solid #C7CBE1;
        padding: 10px 0;
    }

    .cHeimdal,
    .last-row>.cHeimdal {
        border-radius: 5px 0 0 5px;
    }

    .cCrowdstrike,
    .last-row>.cCrowdstrike {
        border-radius: 0 5px 5px 0;
    }

    .mob-c-titles {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 2.5rem 0;
    }

    .mob-only.mob-cTitleHeimdal,
    .mob-only.mob-cTitleCrowdstrike {
        display: flex;

        color: #0A1A65;
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        /* 144.444% */
        letter-spacing: -0.36px;
    }

}

@media screen and (max-width:576px) {
    .table-section {
        padding: 0 1.125rem;
    }

    .card-unified-box-container {
        width: 100%;
    }

    .text-card-box {
        min-height: auto;
    }
}

/* ================== end table section ============================ */

/* ================== faq section ============================ */

.faq-section {
    margin-bottom: 9.375rem;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion .accordion-item {
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    border-bottom: 1px solid #C7CBE1;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
    border: none;
    border-top: 1px solid var(--border-color);
    visibility: visible;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {

    visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 10px;
    cursor: pointer;
}


.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-weight: 600;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: all 0.2s ease;
}

.accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
    transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 0.2s ease;
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
    margin-bottom: 1.25rem;
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
    min-height: 0;
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
    padding: 10px;
    line-height: 1.5;
}

.p-default>a {
    color: #0A1A65;
    text-decoration: underline;
}

@media screen and (max-width:993px) {

    .accordion {
        border: 1px solid #C7CBE1;
        border-radius: 20px;
    }

    .accordion .accordion-item .accordion-item-header {
        padding: 20px 10px;
    }


}

@media screen and (max-width:576px) {
    .faq-section {
        padding: 0 1.125rem;
    }

}

/* ================== Final CTA Section ============================ */
#final-cta-section {
    background: #211545;
    overflow: hidden;
}

#final-cta-section::before {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(113% 208% at bottom left, #0009de21, transparent 50%),
        radial-gradient(69% 104% at 32% 33%, #ff2d613d, transparent 50%);
    border-radius: 8px;
}

#final-cta-section::after {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(87% 87% at 74% 75%, #243aa4bf, transparent 50%);
    border-radius: 8px;
}

#final-cta-section .dashboard {
    max-width: 1100px;
    margin: -90px auto 0;
    transform: translateY(25%);
}

#final-cta-section .pre-title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    padding: 5rem 0 1rem;
}

#final-cta-section .pre-title-v2 {
    font-family: Inter;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    padding: 5rem 0 1rem;
}

#final-cta-section h2 {
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    max-width: 915px;
    margin: 0 auto 4rem;
}

#final-cta-section h2.main-title {
    font-family: 'Nunito Sans';
    font-size: 2.15rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    max-width: 1350px;
    margin: 0 0 4rem 0;
}

#final-cta-section .cta-v3 {
    margin-right: 50px;
}

@media screen and (max-width:1400px) {

    #final-cta-section h2 {
        font-size: 2.5rem;
    }

    #final-cta-section .dashboard {
        max-width: 950px;
    }
}

@media screen and (max-width:1100px) {
    #final-cta-section .dashboard {
        max-width: 770px;
        margin: -65px auto 0;
    }

    #final-cta-section h2 {
        font-size: 2rem;
        max-width: 867px;
        margin: 0 auto 3rem;
    }
}

@media screen and (max-width:770px) {
    #final-cta-section h2 {
        font-size: 1.7rem !important;
        margin: 0 auto 2rem;
    }

    #final-cta-section .dashboard {
        max-width: 466px;
        margin: -7px auto 0;
    }

    .final-cta-buttons {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }

    #final-cta-section .cta-v3 {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:500px) {
    #final-cta-section .container {
        display: flex;
        flex-direction: column;
    }

    #final-cta-section .cta-v3,
    #final-cta-section .cta-v3-secondary {
        max-width: 380px;
        margin: 0 auto 1rem;
    }
}

/* ================== Final CTA Section ============================ */

/* ================== Table section v2 ============================ */
.flex-3-col {
    display: flex;
}

.flex-3-col .col {
    flex: 1;
}

.col.compare-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

section.compare-table {
    margin: 6.25rem 0;
    color: #0A1A65;
}

.compare-table-header {
    text-align: center;
}

.compare-table-header p {
    text-transform: uppercase;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Inter';
    margin-bottom: 1rem;
    letter-spacing: 3px;
}

.compare-table-header h2 {
    margin-bottom: 2rem;
}

.compare-table-header h3 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

.compare-table p.description {
    text-align: center;
    max-width: 928px;
    margin: 0 auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Inter';
    margin-bottom: 5.5rem;
}

.compare-table-main {
    text-align: left;
    width: 100%;
}

.compare-table-header-table {
    font-family: "Nunito Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0rem;
    position: sticky;
    top: 124px;
    background: white;
    z-index: 9;
}

.compare-table-item .category {
    color: rgba(10, 26, 102, 0.60);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}

.compare-table-item .product-name {
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
}

.compare-table-item {
    align-items: center;
    border-bottom: 2px solid #D9DBE9;
    padding: 2rem 0;
}

.compare-table-item .compare-info {
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.compare-table-item img.check-icon {
    width: 30px;
}

@media only screen and (max-width: 1365px) {
    .compare-table-header-table {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 1000px) {
    .compare-table-header h3 {
        font-size: 1.9rem;
    }

    .compare-table-header-table {
        top: 85px;
    }
}

@media only screen and (max-width: 992px) {
    .compare-table-header p {
        font-size: 16px;
    }

    .compare-table p.description {
        margin-bottom: 2.25rem;
    }

    .compare-table-item {
        align-items: start;
    }

    .compare-table-item .compare-info {
        align-items: start;
    }
}

@media only screen and (max-width: 768px) {
    .compare-table-header-table {
        display: none;
    }

    .compare-table-item {
        align-items: center;
        border-bottom: 2px solid #D9DBE9;
        padding: 2rem 0;
        flex-direction: column;
    }

    .compare-table-item .compare-info span {
        display: block;
        color: #6C76A3;
        font-family: Inter;
        font-size: 0.85rem;
        font-weight: 700;
    }

    .compare-table-item .compare-info {
        font-size: 1rem;
        font-family: Inter;
        font-style: normal;
        font-weight: 700;
        margin-top: 0.8rem;
    }
}

@media only screen and (max-width: 480px) {

    .compare-table-header h3 {
        margin-bottom: 0rem;
    }

    section.compare-table {
        margin: 3.25rem 0;
    }

    .compare-table-header h2 {
        margin-bottom: 2rem;
        font-size: 2rem !important;
    }

    #final-cta-section .pre-title-v2 {
        font-size: 2.5rem;
    }

    .compare-table-item .compare-info {
        align-items: center;
    }

}

@media only screen and (max-width: 395px) {
    .compare-table-header h3 {
        font-size: 1.6rem;
    }

}