/* common body css */
@font-face {
    font-family: "Radix";
    src: url("../../../../assets/fonts/radix-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Aeonik Pro";
    src: url("../../../../assets/fonts/AeonikPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
  
@font-face {
    font-family: "Aeonik Pro";
    src: url("../../../../assets/fonts/AeonikPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
  
@font-face {
    font-family: "Aeonik Pro";
    src: url("../../../../assets/fonts/AeonikPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Aeonik Pro";
}

body {
    opacity: 0;
}

body.load {
    opacity: 1;
}

img {
    image-rendering: -webkit-optimize-contrast;
    width: 100%;
}

.cyan{
    color: #26FF93;
}

.container {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.blue-background{
    background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/1440.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
@media (min-width: 1600px){
    .blue-background{
        background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/1920.svg");
    }
}
@media (min-width: 1921px){
    .blue-background{
        background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/4k.svg");
    }
}
@media (max-width: 991.98px) {
    .blue-background{
        background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/1023.svg");
    }
}
@media (max-width: 767.98px) {
    .blue-background{
        background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/767.svg");
    }
}
.lg-blue-background{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 121, 221, 0.14) 100%), #FFF;
}
/* hero started */
.hero-section {
    padding: 24px 0 0;
    position: relative;
    overflow: hidden;
}
.hero-section:after{
    content: '';
    position: absolute;
    width: 899px;
    height: 652px;
    background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/hero-hexagon.svg");
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(510px);
}

.hero-section .header-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 60px;
}

.hero-section .header-logo-container .exposure-logo {
    max-width: 312px;
    width: 100%;
}

.hero-section .main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 92px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-section .main-wrap>h1 {
    display: none;
}

.hero-section .content-wrap {
    max-width: 579px;
    width: 100%;
    padding-top: 2px;
}

.hero-section .hero-title {
    font-weight: 500;
    font-size: 46px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.hero-section .hero-title .cyan{
    font-family: "Radix";
    font-weight: 400;
}

.hero-section ul {
    border-left: 1px solid var(--Product-Clear-Neon, #26FF93);
    padding-left: 23px;
    padding-right: 18px;
    margin-bottom: 5px;
}

.hero-section ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}
.hero-section ul li:last-child{
    margin-bottom: 0;
}

.hero-section ul li .icon {
    max-width: 30px;
    width: 100%;
    margin: -2px 20px 0 0;
}

.hero-section ul li b {
    font-weight: 600;
}

/* form start */
.hero-section .form-content {
    border-radius: 20px;
    background: #FFF;
    max-width: 529px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    width: 100%;
    padding: 34px 40px 28px;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    background: linear-gradient(180deg, #FFF 68.91%, rgba(255, 255, 255, 0.96) 100%);
}

.hero-section .form-content .heading {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #041E42;
    margin-bottom: 24px;
}

.hero-section .form-flex {
    max-width: 530px;
    width: 100%;
    margin-right: 15px;
}

.hero-section .form-content .mktoForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 458px !important;
    width: 100% !important;
}

.hero-section .form-content .mktoFormRow {
    max-width: calc(50% - 8px);
    width: 100%;
}

.hero-section .form-content .mktoFormRow[input-name="parent-Title"] {
    max-width: 100%;
    width: 100%;
}

.hero-section .form-content .mktoForm .mktoRequiredField .mktoAsterix {
    display: none !important;
}

.hero-section .form-content .mktoForm .mktoFieldDescriptor,
.hero-section .form-content .mktoForm .mktoFieldWrap {
    width: 100%;
}

.hero-section .form-content .mktoForm .field-wrap {
    position: relative;
    width: 100%;
}

.hero-section .form-content .mktoForm input[name="FirstName"], .hero-section .form-content .mktoForm input[name="LastName"], .hero-section .form-content .mktoForm input[name="Title"], .hero-section .form-content .mktoForm input[name="Email"], .hero-section .form-content .mktoForm input[name="Phone"], .hero-section .form-content .mktoForm input[name="Company"],
.hero-section .form-content .mktoForm select[name="Employee_Range__c"], .hero-section .form-content .mktoForm textarea[name="Comments__c"] {
    background: #FFFFFF;
    border: 1.5px solid var(--Utility-300, #CBD5E1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 9px;
    height: 50px;
    font-family: "Aeonik Pro";
    font-size: 14px;
    line-height: 27px;
    color: #041E42;
    padding: 2px 14px 0;
}

.hero-section .form-content .mktoForm input, .form-content .mktoForm select {
    width: 100% !important;
}

.hero-section .form-content .mktoForm textarea[name="Comments__c"] {
    width: 100% !important;
    margin-bottom: 0;
    resize: none;
    position: relative;
    min-height: 100px;
    height: 100%;
    padding: 12px 14px 13px;
}

.hero-section .form-content .mktoForm textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #65758C;
    max-width: 400px;
    width: 100%;
}

.hero-section .mktoFormRow[input-name="parent-FirstName"],
.hero-section .mktoFormRow[input-name="parent-Company"] {
    margin-right: 16px;
}

.hero-section .form-content .mktoForm textarea::-webkit-input-placeholder {
    color: #65758C;
}

.hero-section .form-content .mktoForm textarea::-moz-placeholder {
    color: #65758C;
}

.hero-section .form-content .mktoForm textarea:-ms-input-placeholder {
    color: #65758C;
}

.hero-section .form-content .mktoForm textarea:-moz-placeholder {
    color: #65758C;
}

.hero-section .form-content .mktoForm .mktoButton {
    background: #0079DD;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.hero-section .form-content .mktoForm .mktoOffset, .form-content .mktoForm .mktoGutter {
    display: none;
}

.hero-section .form-content .mktoForm input {
    border: 1px solid #C7CCD5 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.hero-section .mktoForm .mktoFormRow[input-name="parent-Employee_Range__c"] {
    position: relative;
}

.hero-section .mktoForm .mktoFormRow[input-name="parent-Employee_Range__c"] select {
    background: #FFFFFF url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/img/Dropdown.png") no-repeat No-repeat right 20px top 24px / 11px auto;
    padding-right: 25px;
}

.hero-section .mktoForm select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.hero-section select::-ms-expand {
    display: none;
}

.hero-section .mktoRequiredField.focused .mktoLabel {
    color: #041E42 !important;
}

.hero-section .mktoRequiredField.filled .mktoLabel {
    color: #65758C;
}

.hero-section .mktoForm .mktoError .mktoErrorArrow {
    background-color: rgba(4, 30, 66, 0.70) !important;
    border: 1px solid rgba(4, 30, 66, 0.70) !important;
    width: 12px;
    height: 12px;
    margin-top: 2px;
}

.hero-section .mktoForm .mktoError .mktoErrorMsg {
    border: none !important;
    width: 190px;
    height: 44px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    padding: 3px 10px 0;
    outline: none;
    border-radius: 8px;
    background-color: rgba(4, 30, 66, 0.70) !important;
    gap: 0;
}
.hero-section .mktoForm [name="Email"] + .mktoError .mktoErrorMsg{
    column-gap: 4px;
    align-items: center;
    text-align: left;
    position: relative;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    padding: 5px 10px 4px 30px;
}
.hero-section .mktoForm [name="Email"] + .mktoError .mktoErrorMsg:before{
    content: '';
    position: absolute;
    left: 10px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cg clip-path='url(%23clip0_22_498)'%3E%3Cpath d='M8.50049 12C8.9147 12 9.25049 11.6642 9.25049 11.25C9.25049 10.8358 8.9147 10.5 8.50049 10.5C8.08627 10.5 7.75049 10.8358 7.75049 11.25C7.75049 11.6642 8.08627 12 8.50049 12Z' fill='white'/%3E%3Cpath d='M8.50049 9V8.5C9.60486 8.5 10.5005 7.71625 10.5005 6.75C10.5005 5.78375 9.60486 5 8.50049 5C7.39611 5 6.50049 5.78375 6.50049 6.75V7' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50049 14C11.8142 14 14.5005 11.3137 14.5005 8C14.5005 4.68629 11.8142 2 8.50049 2C5.18678 2 2.50049 4.68629 2.50049 8C2.50049 11.3137 5.18678 14 8.50049 14Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_498'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.hero-section .form-content .mktoForm .mktoFormCol {
    margin-bottom: 16px !important;
}

.hero-section .form-content .mktoForm .mktoButtonRow {
    width: 100%;
}

.hero-section .form-content .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
    font-family: "Aeonik Pro";
    max-width: 150px !important;
    width: 100% !important;
    height: 56px !important;
    margin: 5px auto 0;
    background: #ffffff;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 2px solid var(--Basic-Midnight-Blue, #041E42);
    color: var(--Basic-Midnight-Blue, #041E42);
    box-shadow: 0 0 0;
    padding: 0;
}
@media (hover: hover){
    .hero-section .form-content .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover{
        background-color: #041E42 !important;
        color: #fff;
    }
}
.hero-section .form-content .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:active{
    background-color: #041E42 !important;
    color: #fff;
}

.hero-section .form-content .mktoForm .mktoError {
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 190px;
    z-index: 9999;
    bottom: inherit !important;
    top: 100%;
}

.hero-section .mktoForm .mktoFormRow[input-name="parent-triggerGDPR"] .mktoHasWidth {
    border: none !important;
}

.hero-section .mktoForm .mktoFormRow[input-name="parent-triggerGDPR"] label {
    font-family: system-ui, -apple-system, roboto, segoe ui, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #041E42;
    font-weight: 400;
    position: inherit;
    padding: 0;
    margin-bottom: 0;
    margin-left: 20px;
}

.hero-section .mktoForm input[type=checkbox]+label:before {
    border-radius: 2px;
    top: 11px;
    left: 20px;
}

.hero-section .mktoForm .mktoFormRow[input-name="parent-noinput"] small {
    font-family: system-ui, -apple-system, roboto, segoe ui, sans-serif;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #041E42;
    padding: 0;
}

.hero-section .mktoForm .mktoFormRow[input-name="parent-noinput"] .gdpr-text small a {
    color: #0079DD;
    padding: 0;
}

.hero-section .mktoForm .mktoFormRow[input-name="parent-noinput"] .gdpr-text small a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #041E42;
}

.hero-section .mktoForm .mktoFormRow[input-name="parent-triggerGDPR"],
.hero-section .mktoForm .mktoFormRow[input-name="parent-noinput"] {
    max-width: 100% !important;
    width: 100%
}

.hero-section .mktoForm .mktoFormRow[input-name="parent-noinput"] .mktoHasWidth,
.hero-section .mktoForm .mktoFormRow[input-name="parent-triggerGDPR"] .mktoHasWidth {
    width: 100% !important;
}

.hero-section .mktoForm .focused input.mktoField,
.hero-section .mktoForm .focused select.mktoField,
.hero-section .mktoForm .focused textarea.mktoField {
    color: #041E42 !important;
    border: 1.5px solid var(--Basic-Midnight-Blue, #041E42) !important;
}

.hero-section .mktoForm .mktoFieldWrap input.mktoField:focus {
    border: 1.5px solid var(--Basic-Midnight-Blue, #041E42) !important;
}

.hero-section .mktoForm .mktoFieldWrap.error input.mktoField:focus {
    border: 1.5px solid #E94A6F !important;
}

.hero-section .mktoForm .error input.mktoField,
.hero-section .mktoForm .error select.mktoField,
.hero-section .mktoForm .error textarea.mktoField {
    border: 1.5px solid #E94A6F !important;
    position: relative;
}

.hero-section .mktoForm label {
    font-family: "Aeonik Pro";
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 27px;
    color: var(--Basic-Midnight-Blue, #041E42);
    padding: 0 5px;
    position: absolute;
    top: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block !important;
    width: auto !important;
    left: 11px;
    z-index: 2;
    padding-bottom: 0 !important;
    cursor: text;
    pointer-events: none;
}

.hero-section .mktoForm .focused label,
.hero-section .mktoForm .error.focused label,
.hero-section .mktoForm .filled label {
    background-color: rgb(255, 255, 255) !important;
    z-index: 3;
    font-size: 12px;
    line-height: 21px;
    left: 11px;
    top: -10px;
}

.hero-section .mktoForm .focused label {
    color: #041E42;
}

.hero-section .mktoForm .mktoError .mktoErrorMsg span {
    text-align: center;
}

.hero-section .mktoForm textarea.mktoField:focus:focus {
    border: 1.5px solid #041E42 !important;
}

.hero-section .mktoFieldWrap.mktoRequiredField.error label {
    color: #E94A6F !important;
}

.hero-section .mktoForm input.mktoField,
.hero-section .mktoForm select.mktoField,
.hero-section .mktoForm textarea.mktoField,
.hero-section .mktoForm div.mktoLogicalField,
.hero-section .mktoForm input.mktoField.mktoInvalid,
.hero-section .mktoForm select.mktoField.mktoInvalid,
.hero-section .mktoForm textarea.mktoField.mktoInvalid,
.hero-section .mktoForm div.mktoLogicalField.mktoInvalid {
    border: 1.5px solid var(--Utility-300, #CBD5E1) !important;
}

.hero-section .mktoForm .focused input.mktoField,
.hero-section .mktoForm .focused select.mktoField,
.hero-section .mktoForm .focused textarea.mktoField,
.hero-section .mktoForm .focused div.mktoLogicalField {
    border: 1.5px solid var(--Basic-Midnight-Blue, #041E42) !important;
}

.hero-section .mktoForm .error input.mktoField,
.hero-section .mktoForm .error select.mktoField,
.hero-section .mktoForm .error textarea.mktoField,
.hero-section .mktoForm .error div.mktoLogicalField,
.hero-section .mktoForm .filled.error input.mktoField,
.hero-section .mktoForm .filled.error select.mktoField,
.hero-section .mktoForm .filled.error textarea.mktoField,
.hero-section .mktoForm .filled.error div.mktoLogicalField {
    border: 1.5px solid #E94A6F !important;
}

.hero-section .mktoForm .filled input.mktoField,
.hero-section .mktoForm .filled select.mktoField,
.hero-section .mktoForm .filled textarea.mktoField,
.hero-section .mktoForm .filled div.mktoLogicalField {
    border: 1.5px solid var(--Utility-400, #94A3B8) !important;
}

.hero-section .mktoForm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-transition: background-color 5000s ease-in-out 0s !important;
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: #041E42 !important;
}

.hero-section .mktoForm .mktoError .mktoErrorArrowWrap {
    top: 3px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px !important;
    height: 5px !important;
}

.hero-section .form-content .mktoForm textarea:focus::-webkit-input-placeholder {
    font-size: 0;
}

.hero-section .mobile-only {
    display: none;
}

.hero-section .mktoFormRow[input-name="parent-Email"],
.hero-section .mktoFormRow[input-name="parent-Comments__c"] {
    max-width: 100%;
    width: 100%;
}

/* Interface Images start */
.hero-section .interface-images img {
    opacity: 100%;
    border-radius: 4px;
    transform: translateX(-2px);
}

.hero-section .interface-images .attack-path {
    max-width: 539px;
    height: 100%;
}

.hero-section .interface-images .real-time-attack-detection {
    max-width: 693px;
    height: 100%;
}

.hero-section .interface-images .identity-explorer-view {
    max-width: 690px;
    height: 100%;
}

.hero-section .interface-images .splide__slide {
    width: auto !important;
}

@media(max-width:991.98px) {
    .hero-section:after{
        content: none;
    }
    .container {
        width: 100%;
        padding: 0 40px;
        max-width: 768px;
    }

    .hero-section .main-wrap {
        -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;
        margin-bottom: 63px;
    }

    .hero-section .content-wrap {
        max-width: 100%;
        margin: 0 0 10px;
        padding-top: 0;
    }

    .hero-section br {
        display: none;
    }

    .hero-section .header-logo-container {
        margin: 0 auto 62px;
    }
    .hero-section ul{
        margin-bottom: 18px;
    }
    .hero-section ul li {
        margin-bottom: 16px;
    }

    .hero-section .hero-title {
        margin-bottom: 30px;
    }

    /* form start */
    .hero-section .form-content,
    .hero-section .form-content .mktoForm {
        max-width: 704px !important;
    }

    .hero-section .form-content {
        padding: 35px 39px 28px;
    }

    /* form end */
}

@media(max-width:767.98px) {
    .container {
        padding: 0 20px;
        max-width: 500px;
    }
    .hero-section .container {
        padding: 0 16px;
    }
    .hero-section .exposure-logo {
        max-width: 241px;
        width: 100%;
    }

    .hero-section .header-logo-container {
        margin: 0 auto 43px;
    }

    .hero-section .header-logo-container .exposure-logo{
        margin: auto;
    }

    .hero-section .main-wrap>h1 {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        font-size: 34px;
        font-weight: 500;
        line-height: 124%;
    }

    .hero-section .content-wrap .hero-title {
        display: none;
    }

    .hero-section ul {
        padding-left: 23px;
        padding-right: 0;
        max-width: calc(100% - 8.5px);
        margin: auto;
    }

    .hero-section .hero-title {
        font-size: 32px;
        padding: 0;
        margin: 0 0 29px 0;
    }

    .hero-section .content-wrap {
        margin: 0 0 30px;
        order: 2;
    }

    .hero-section ul li {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .hero-section br {
        display: block;
    }

    /* form start */
    .hero-section .form-content {
        padding: 34px 20px 28px;
        margin-bottom: 62px;
        order: 3;
        max-width: calc(100% - 10px) !important;
    }

    .hero-section .form-content .heading {
        margin-bottom: 24px;
        font-size: 28px;
    }

    .hero-section .form-content .mktoForm {
        padding: 0;
    }

    .hero-section .form-content .mktoFormRow {
        max-width: 100%;
    }

    .hero-section .mktoFormRow[input-name="parent-FirstName"], .hero-section .mktoFormRow[input-name="parent-Company"] {
        margin-right: 0;
    }

    .hero-section .form-content .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
        max-width: 294px !important;
        margin: 5px auto 0;
    }

    .hero-section .main-wrap {
        margin-bottom: 0;
    }

    .hero-section .mktoForm .mktoFormRow[input-name="parent-Employee_Range__c"] select {
        background: #FFFFFF url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/img/Dropdown.png") no-repeat No-repeat right 20px top 20px / 10px auto;
    }

    /* form end */
    .hero-section .interface-images .slide1 img{
        width: 335px !important;
        height: 156px !important;
        transform: translateX(0);
    }
    .hero-section .interface-images .slide2 img{
        width: 263px !important;
        height: 156px !important;
        transform: translateX(0);
    }
    .hero-section .interface-images .slide3 img{
        width: 335px !important;
        height: 156px !important;
        transform: translateX(0);
    }
}

@media(max-width:375.98px) {
    .hero-section .mktoFormRow[input-name="parent-Comments__c"] .mktoLabel {
        width: calc(100% - 28px) !important;
    }
}

/* hero ended */
/* testimonial start */
.testimonial {
    padding-top: 128px;
}

.testimonial .container {
    max-width: 1290px;
}

.testimonial .slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 40px 115px;
}

.testimonial .slide-wrap .img-wrapper {
    max-width: 620px;
    width: 100%;
    padding: 38px 40px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}
.testimonial .slide-wrap .img-wrapper > *{
    position: relative;
    z-index: 2;
}
.testimonial .slide-wrap .img-wrapper::after{
    content: '';
    background: linear-gradient(90deg, rgba(1, 2, 71, 0.80) 13.87%, rgba(0, 0, 38, 0.00) 269.76%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial .slide1 .slide-wrap .img-wrapper {
    background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/case-1-desktop.webp");
}

.testimonial .slide2 .slide-wrap .img-wrapper {
    background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/case-2-desktop.webp");
}

.testimonial .slide3 .slide-wrap .img-wrapper {
    background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/case-3-desktop.webp");
}

.testimonial .slide-wrap .img-wrapper .title {
    font-size: 28px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.testimonial .slide-wrap .img-wrapper .title.title-2 {
    margin-top: 23px;
}

.testimonial .slide-wrap .img-wrapper ul {
    list-style-type: none;
}

.testimonial .slide-wrap .img-wrapper ul li {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    max-width: 360px;
    color: #FFFFFF;
    padding-left: 30px;
    margin-bottom: 12px;
    position: relative;
}

.testimonial .slide2 .slide-wrap .img-wrapper ul li,
.testimonial .slide3 .slide-wrap .img-wrapper ul li {
    max-width: 430px;
}

.testimonial .slide-wrap .img-wrapper ul li:last-child {
    margin-bottom: 0;
}

.testimonial .slide-wrap .img-wrapper ul li::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 14px;
    left: 0px;
    top: 6px;
    background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/icon-list.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonial .slide-wrap .case-study {
    position: absolute;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(4, 30, 66, 0.10);
    right: 40px;
    top: 194px;
    padding: 25px 33px 23px;
    max-width: 620px;
    min-height: 308px;
    width: 100%;
}

.testimonial .slide-wrap .case-study .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
}

.testimonial .slide-wrap .case-study .title .number {
    font-size: 46px;
    line-height: 120%;
    font-weight: 500;
    color: #041E42;
    position: relative;
}

.testimonial .slide-wrap .case-study .title .number::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 56px;
    right: -17px;
    top: 0;
    border-right: 1px solid #041E42;
}

.testimonial .slide-wrap .case-study .title .text {
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    padding-left: 33px;
    color: #041E42;
    text-transform: uppercase;
}

.testimonial .slide-wrap .case-study .sub-title {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    min-height: 108px;
    margin-bottom: 14px;
    color: #041E42;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.testimonial .slide-wrap .case-study .footer-wrapper {
    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;
}

.testimonial .slide-wrap .case-study .footer-wrapper a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    color: var(--Basic-Midnight-Blue, #041E42);
    transform: translateY(-3px);
}

.testimonial .slide-wrap .case-study .footer-wrapper a svg {
    position: relative;
    top: 6px;
}

.testimonial .slide-wrap .case-study .footer-wrapper a:hover,
.testimonial .slide-wrap .case-study .footer-wrapper a:active {
    color: #041E42;
}

.testimonial .slide-wrap .case-study .footer-wrapper a:hover svg path,
.testimonial .slide-wrap .case-study .footer-wrapper a:active svg path {
    stroke: #041E42;
}

.testimonial .slide1 .slide-wrap .case-study .footer-wrapper img {
    max-width: 160px;
    transform: translateX(4px);
}

.testimonial .slide2 .slide-wrap .case-study .footer-wrapper img {
    max-width: 134px;
}

.testimonial .slide3 .slide-wrap .case-study .footer-wrapper img {
    max-width: 136px;
}
.testimonial .slide3 .slide-wrap .img-wrapper ul li{
    max-width: 440px;
}

.testimonial .logo.mobile-only {
    display: none;
}

.testimonial .slide-wrap .info {
    margin-left: 48px;
}

.testimonial .info.mobile-only {
    display: none;
}

.testimonial .slide-wrap .info .title {
    font-size: 34px;
    line-height: 124%;
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px; 
}

.testimonial .slide-wrap .info .sub-title {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-weight: 400;
}

.testimonial .splide__arrows {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 40px;
    bottom: 50px;
    max-width: 214px;
    width: 100%;
}

.testimonial .splide__arrows .splide__arrow {
    position: static !important;
    opacity: 1;
    display: block;
    max-width: inherit;
    width: auto;
    border-radius: 0px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
    color: #26FF93;
}
.testimonial .splide__arrows .splide__arrow path{
    stroke: #26FF93;
}

.testimonial .splide__arrows .splide__arrow:disabled,
.testimonial .splide__arrows .splide__arrow[aria-label="Go to last slide"],
.testimonial .splide__arrows .splide__arrow[aria-label="Go to first slide"] {
    color: #fff;
}
.testimonial .splide__arrows .splide__arrow:disabled path,
.testimonial .splide__arrows .splide__arrow[aria-label="Go to last slide"] path,
.testimonial .splide__arrows .splide__arrow[aria-label="Go to first slide"] path {
    stroke: #fff;
}

.testimonial .splide__arrows .splide__arrow:not(:disabled):active {
    color: #26FF93;
}
.testimonial .splide__arrows .splide__arrow:not(:disabled):active svg{
    color: #26FF93;
}
@media (hover: hover){
    .testimonial .splide__arrows .splide__arrow:hover {
        color: #26FF93;
    }
    .testimonial .splide__arrows .splide__arrow:hover path{
        stroke: #26FF93;
    }
}

.testimonial .splide__arrow--prev svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: -3px 5px 0 0;
    width: 14px;
    height: 24px;
}

.testimonial .splide__arrow--next svg {
    margin: -2px 0px 0 5px;
    width: 14px;
    height: 24px;
}

.testimonial .splide__arrows .index {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    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;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -1.5px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    width: 60px;
}

.testimonial .splide__pagination {
    display: none;
}

.animation-wrapper {
    overflow: hidden;
}

.animation-wrapper .wave-animation {
    width: 2880px;
}

@media (min-width: 2880px) {
    .animation-wrapper .wave-animation {
        width: 3880px;
    }
}

@media (max-width: 1264px) {
    .testimonial .slide-wrap .info .title {
        font-size: 28px;
    }

    .testimonial .slide-wrap .case-study {
        max-width: 490px;
    }

    .testimonial .slide-wrap .img-wrapper ul li {
        max-width: 350px;
    }
}
@media (max-width: 100298px) {
    .testimonial .slide-wrap .img-wrapper{
        padding: 38px 87px 40px 40px;
    }
}
@media (max-width: 991.98px) {
    .testimonial{
        padding-top: 94px;
    }
    .testimonial .container {
        padding: 0;
        max-width: 768px;
    }

    .testimonial .slide-wrap .case-study {
        max-width: 364px;
        min-height: auto;
        top: 267px;
        right: 40px;
        padding: 21px 21px 22px;
    }

    .testimonial .slide-wrap .case-study .sub-title {
        font-size: 20px;
        min-height: auto;
        margin-bottom: 14px;
    }

    .testimonial .slide-wrap {
        padding: 0 40px 120px;
    }

    .testimonial .slide-wrap .info .title {
        font-size: 28px;
        margin: 0 0 14px;
        line-height: 120%;
    }
    .testimonial .slide-wrap .case-study .title .number::after{
        right: -18px;
    }
    .testimonial .slide-wrap .case-study .title .text{
        line-height: 142%;
    }

    .testimonial .slide-wrap .info {
        margin-left: 27px;
    }

    .testimonial .slide-wrap .img-wrapper ul li{
        max-width: 100%;
    }

    .testimonial .slide-wrap .img-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        max-width: 395px;
        padding: 19px 20px 20px;
    }

    .testimonial .slide1 .slide-wrap .img-wrapper {
        background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/case-1-tablet.webp");
    }

    .testimonial .slide2 .slide-wrap .img-wrapper {
        background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/case-2-tablet.webp");
    }

    .testimonial .slide3 .slide-wrap .img-wrapper {
        background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/case-3-tablet.webp");
    }

    .testimonial .slide-wrap .img-wrapper .title{
        margin-bottom: 16px;
    }

    .testimonial .slide-wrap .img-wrapper .title.title-2 {
        margin-top: -3px;
    }
    .testimonial .slide-wrap .img-wrapper .title.title-2 + ul{
        padding-right: 68px;
    }
    .testimonial .slide-wrap .case-study .footer-wrapper a{
        transform: translateY(-2px);
    }

    .testimonial .slide-wrap .info {
        max-width: 263px;
        padding-top: 65px;
        margin-left: 30px;
    }

    .testimonial .slide1 .slide-wrap .case-study .footer-wrapper img {
        max-width: 117px;
    }

    .testimonial .slide2 .slide-wrap .case-study .footer-wrapper img {
        max-width: 117px;
    }

    .testimonial .slide3 .slide-wrap .case-study .footer-wrapper img {
        max-width: 117px;
    }

    .testimonial .splide__arrows {
        max-width: 215px;
        left: 39px;
        bottom: 63px;
    }

    .testimonial .splide__arrows .splide__arrow {
        max-width: 64px;
    }

    .testimonial .splide__arrow--prev svg,
    .testimonial .splide__arrow--next svg {
        font-size: large;
    }
}

@media (max-width: 767.98px) {
    .testimonial {
        padding: 96px 0 94px;
    }
    .testimonial .container {
        padding: 0 20px;
        max-width: 500px;
    }
    .testimonial .splide__track--draggable {
    }

    .testimonial .splide__slide {
        margin: 0 0px;
        min-height: 100%;
        -webkit-box-shadow: 0px 0 8px 0px rgba(4, 30, 66, 0.10);
        box-shadow: 0px 0 8px 0px rgba(4, 30, 66, 0.10);
    }

    .testimonial .slide1 .slide-wrap .img-wrapper {
        background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/case-1-mobile.webp");
    }

    .testimonial .slide2 .slide-wrap .img-wrapper {
        background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/case-2-mobile.webp");
    }

    .testimonial .slide3 .slide-wrap .img-wrapper {
        background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/case-3-mobile.webp");
    }

    .testimonial .slide-wrap .info {
        display: none;
    }

    .testimonial .info.mobile-only {
        display: block;
        padding: 0;
    }

    .testimonial .slide-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .testimonial .slide-wrap .case-study {
        position: relative;
        top: 0;
        right: 0;
        padding: 24px 16px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .testimonial .slide-wrap .info {
        display: none;
    }

    .testimonial .slide-wrap .info .sub-title {
        margin-bottom: 38px;
    }

    .testimonial .info.mobile-only h2 {
        font-size: 28px;
        line-height: 120%;
        padding-right: 0px;
        margin: 0 0 14px;
        color: #ffffff;
        font-weight: 500;
        padding-right: 20px;
    }

    .testimonial .info.mobile-only .sub-title {
        font-size: 18px;
        line-height: 150%;
        margin: 0 0 32px;
        color: #ffffff;
    }

    .testimonial .logo.mobile-only {
        display: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 -16px;
        padding: 0 16px;
        height: 64px;
        background: #041E42;
    }

    .testimonial .slide-wrap .img-wrapper {
        padding-bottom: 24px;
        min-height: auto;
        padding: 0 19px 19px;
        max-width: 100%;
        order: 2;
        border-radius: 0 0 10px 10px;
    }

    .testimonial .slide1 .logo img {
        width: 157px;
    }

    .testimonial .slide2 .logo img {
        width: 85px;
    }

    .testimonial .slide3 .logo img {
        width: 88px;
    }

    .testimonial .splide__arrows {
        bottom: -63px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .testimonial .slide-wrap .img-wrapper .title {
        margin-top: 18px;
    }

    .testimonial .slide-wrap .img-wrapper .title.title-2 {
        margin-top: 22px;
    }
    .testimonial .slide-wrap .img-wrapper .title.title-2 + ul{
        padding-right: 0;
    }
    .testimonial .slide-wrap .case-study {
        min-height: 232px;
        order: 1;
        padding: 21px 21px 21px;
        border-radius: 10px 10px 0 0;
        max-width: 100%;
    }

    .testimonial .slide-wrap .case-study .title {
        margin-bottom: 16px;
    }

    .testimonial .slide-wrap .case-study .title .number{
        font-size: 34px;
    }
    .testimonial .slide-wrap .case-study .title .number::after{
        height: 48px;
        right: -19px;
        top: -5px;
    }
    .testimonial .slide-wrap .case-study .title .text{
        line-height: 150%;
        font-size: 16px;
    }
    .testimonial .slide-wrap .case-study .sub-title {
        font-size: 18px;
        min-height: 54px;
        -webkit-line-clamp: 6;
        margin-bottom: 15px;
    }
    .testimonial .slide-wrap .case-study .footer-wrapper{
        width: calc(100% + 5px);
    }
    .testimonial .slide1 .slide-wrap .case-study .footer-wrapper img{
        max-width: 88px;
    }
    .testimonial .slide2 .slide-wrap .case-study .footer-wrapper img{
        max-width: 97px;
    }
    .testimonial .slide3 .slide-wrap .case-study .footer-wrapper img{
        max-width: 90px;
    }
    .testimonial .slide-wrap .img-wrapper ul li br {
        display: none;
    }

    .testimonial .splide__arrows .splide__arrow:disabled,
    .testimonial .splide__arrows .splide__arrow[aria-label="Go to last slide"],
    .testimonial .splide__arrows .splide__arrow[aria-label="Go to first slide"] {
        pointer-events: none;
    }
}

/* Benifit Section */
.benifit-section {
    padding: 82px 0 97px;
}

.benifit-section .benifit-title {
    font-size: 46px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 21px;
}
.benifit-section .benifit-title .cyan{
    font-family: "Radix";
    font-weight: 400;
}

.benifit-section .benifit-subtitle {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 75px;
}

.benifit-section .benifit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.benifit-section .benifit-wrapper .benifit {
    max-width: 296px;
    text-align: center;
    margin: 0 30px 45px;
}

.benifit-section .benifit-wrapper .benifit img {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
}

.benifit-section .benifit-wrapper .benifit .benifit-box-title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    max-width: 272px;
    margin: 0 auto 18px;
}

.benifit-section .benifit-wrapper .benifit .benifit-box-info {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #EEEFF0;
    padding-top: 21px;
    margin-bottom: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.benifit-section .benifit-wrapper .benifit .benifit-box-info:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(38, 255, 147, 0.00) 0%, #26FF93 51%, rgba(38, 255, 147, 0.00) 100%);
}

.benifit-section .benifit-wrapper .benifit .benifit-box-info span {
    display: none;
}

.benifit-section .benifit-wrapper .benifit .benifit-box-info span svg:active path {
    stroke: #006BC4;
}

.benifit-section .benifit-wrapper .benifit.expanded .benifit-box-info {
    overflow: visible;
    -webkit-line-clamp: inherit;
}

.benifit-section .benifit-wrapper .benifit a {
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    color: #26FF93;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
}
.benifit-section .benifit-wrapper .benifit a svg{
    margin-left: 0px;
    margin-top: -2px;
    vertical-align: bottom;
    position: relative;
    transform: translateY(-1px);
}
@media (hover: hover){
    .benifit-section .benifit-wrapper .benifit a:hover {
        text-decoration: underline;
    }
}

.benifit-section .benifit-wrapper .benifit.expanded a {
    font-size: 0;
}
.benifit-section .benifit-wrapper .benifit.expanded a:before{
    content: 'Close ';
    font-size: 16px;
    line-height: 22px;
}
.benifit-section .benifit-wrapper .benifit.expanded a svg{
    transform: translateY(1px);
}

@media (max-width: 991.98px) {
    .benifit-section {
        padding: 33px 0 120px;
    }
    .benifit-section .container{
        padding: 0 28px;
    }
    .benifit-section .benifit-title{
        max-width: 400px;
        margin: 0 auto 10px;
    }
    .benifit-section .benifit-wrapper {
        padding: 0 12px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .benifit-section .benifit-wrapper .benifit {
        max-width: 319px;
        margin: 0 0 45px;
    }

    .benifit-section .benifit-wrapper .benifit:nth-child(3) {
        order: 4;
    }

    .benifit-section .benifit-wrapper .benifit:nth-child(4) {
        order: 3;
        padding-top: 15px;
    }

    .benifit-section .benifit-wrapper .benifit:nth-child(5) {
        margin: 0 auto;
        order: 6;
    }
}

@media (max-width: 767.98px) {
    .benifit-section {
        padding: 30px 0 120px;
    }
    .benifit-section .container{
        padding: 0 20px;
    }
    .benifit-section .benifit-title {
        font-size: 34px;
        margin: 0 auto 10px;
    }

    .benifit-section .benifit-subtitle {
        font-size: 18px;
        max-width: 298px;
        margin: 0 auto 46px;
    }

    .benifit-section .benifit-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .benifit-section .benifit-wrapper .benifit {
        max-width: 100%;
        margin: 0 0 41px;
    }

    .benifit-section .benifit-wrapper .benifit .benifit-box-title{
        margin: 0 auto 19px;
    }
    .benifit-section .benifit-wrapper .benifit .benifit-box-info{
        margin-bottom: 22px;
    }
    .benifit-section .benifit-wrapper .benifit:nth-child(3){
        order: 3;
    }
    .benifit-section .benifit-wrapper .benifit:nth-child(4){
        order: 4;
        padding-top: 0px;
    }
    .benifit-section .benifit-wrapper .benifit:nth-child(5){
        order: 5;
    }

}

/* video section  */
.video-section {
    padding: 104px 0 69px;
}
.video-section .container{
    max-width: 1284px;
}
.video-section .video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.video-section .video-wrapper .video-left-wrapper {
    max-width: 649px;
    width: 100%;
    margin-right: 15px;
    position: relative;
}

.video-section .video-wrapper .video-left-wrapper:after{
    content: '';
    width: 615px;
    height: 488px;
    background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/video-hexagon.svg");
    position: absolute;
    top: -70px;
    right: 254px;
}

.video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper {
    position: relative;
    z-index: 2;
}

.video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper img {
    object-fit: cover;
    border-radius: 10px;
    -webkit-box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.08);
}

.video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper svg {
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 9px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
@media (hover: hover){
    .video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper svg:hover{
        width: 93px;
        height: 93px;
        border: 6px solid rgba(38, 255, 147, 0.40);
        border-radius: 100px;
    }
}

.video-section .video-wrapper .video-left-wrapper iframe,
.video-section .video-wrapper .video-left-wrapper.play-video .thumbnail-wrapper {
    display: none;
}

.video-section .video-wrapper .video-left-wrapper.play-video iframe {
    display: block;
    width: 100%;
    height: 368px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}

.video-section .video-wrapper .video-right-wrapper {
    max-width: 550px;
    width: 100%;
    padding-top: 5px;
}

.video-section .video-wrapper .video-right-wrapper .video-title {
    font-size: 34px;
    line-height: 124%;
    font-weight: 500;
    margin-bottom:20px;
    color: #041E42;
}

.video-section .video-wrapper .video-right-wrapper .video-subtitle {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #041E42;
    padding-right: 35px;
}
@media (min-width: 1600px){
    .video-section .video-wrapper .video-left-wrapper:after{
        right: 278px;
    }
}
@media (max-width: 991.98px) {
    .video-section {
        padding: 119px 0 29px;
    }
    .video-section .container{
        max-width: 768px;
    }
    .video-section .video-wrapper {
        -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;
    }

    .video-section .video-wrapper .video-left-wrapper,
    .video-section .video-wrapper .video-right-wrapper {
        max-width: 100%;
    }

    .video-section .video-wrapper .video-left-wrapper {
        margin-right: 0;
    }

    .video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper svg{
        top: calc(50% - 2px);
        left: calc(50% - 3px);
    }
    .video-section .video-wrapper .video-left-wrapper:after{
        content: none;
    }
    .video-section .video-wrapper .video-right-wrapper {
        padding-top: 45px;
    }
    .video-section .video-wrapper .video-right-wrapper .video-title{
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 21px;
    }
}

@media (max-width: 767.98px) {
    .video-section {
        padding-top: 55px;
    }
    .video-section .container{
        max-width: 500px;
    }
    .video-section .video-wrapper .video-left-wrapper {
        margin-right: 0;
    }

    .video-section .video-wrapper .video-right-wrapper {
        padding: 36px 0 0;
    }

    .video-section .video-wrapper .video-left-wrapper.play-video iframe {
        height: 206px;
    }
    .video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper svg{
        top: calc(50% + 1px);
        left: calc(50% - 1px);
    }

    .video-section .video-wrapper .video-right-wrapper .video-title {
        font-size: 24px;
    }

    .video-section .video-wrapper .video-right-wrapper .video-subtitle {
        font-size: 18px;
        padding-right: 0px;
    }
}

/* Risk Section */
.risks-section {
    padding: 95px 0 110px;
    position: relative;
    overflow: hidden;
}

.risks-section .container{
    max-width: 1242px;
}

.risks-section .section-title {
    color: #041E42;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 136px;
}

.risks-section li {
    list-style: none;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.risks-section li svg {
    position: relative;
    top: -2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.risks-section li>div {
    width: 100%;
    padding-left: 17px;
}

.risks-section li h2 {
    color: #041E42;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 1px 0 10px;
}

.risks-section li h2 br {
    display: none;
}

.risks-section .risks-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.risks-section li p {
    color: #041E42;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.risks-section .risks-content-wapper {
    max-width: 545px;
    width: 100%;
}

.risks-section .risks-img-wrapper {
    max-width: 590px;
    width: 100%;
    position: relative;
}
.risks-section .risks-img-wrapper:after{
    content: '';
    width: 615px;
    height: 488px;
    background-image: url("https://www.tenable.com/lp/campaigns/23/tenable-identityexp/images/risk-hexagon.svg");
    position: absolute;
    top: -76px;
    left: 235px;
}
.risks-section .risks-img-wrapper picture{
    position: relative;
    z-index: 2;
}

.risks-section .risks-img-wrapper img {
    position: relative;
    top: -2px;
    border-radius: 10px;
    box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.08);
}

@media(max-width:991.98px) {
    .risks-section {
        padding: 33px 0 18px;
    }
    .risks-section .container{
        max-width: 768px;
    }
    .risks-section .section-title {
        font-size: 34px;
        margin-bottom: 50px;
    }

    .risks-section:after {
        top: 0;
    }

    .risks-section li>div {
        max-width: 100%;
        margin-left: -2px;
    }

    .risks-section .risks-section-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .risks-section .risks-content-wapper {
        max-width: 100%;
        width: 100%;
        margin-bottom: 16px;
        order: 2;
        padding-top: 39px;
    }

    .risks-section .risks-img-wrapper {
        min-height: 434px;
        max-width: 704px;
        padding: 0;
        order: 1;
    }
    .risks-section .risks-img-wrapper:after{
        content: none;
    }
}

@media(max-width:767.98px) {
    .risks-section {
        padding: 40px 0 12px;
    }
    .risks-section .container{
        max-width: 500px;
    }
    .risks-section .section-title {
        font-size: 34px;
        margin-bottom: 48px;
    }

    .risks-section .section-title br {
        display: none;
    }

    .risks-section li h2 {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 6px;
    }

    .risks-section li p {
        font-size: 18px;
        padding-right: 3px;
    }

    .risks-section li {
        list-style: none;
        margin-bottom: 32px;
    }
    .risks-section li svg{
        top: -6px;
    }
    .risks-section li:nth-child(1) svg{
        top: 8px;
    }
    .risks-section li:nth-child(2) h2{
        margin-bottom: 13px;
    }
    .risks-section li:nth-child(3) h2{
        margin-bottom: 13px;
    }
    .risks-section .risks-img-wrapper img {
        max-width: 100%;
        top: -12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .risks-section .risks-img-wrapper {
        min-height: 168px;
        max-width: 100%;
    }

    .risks-section .risks-content-wapper {
        padding-top: 22px;
        margin-bottom: 25px;
    }
}

@media(max-width:410.98px) {
    .risks-section li h2 br {
        display: block;
    }
}

/* explore section started */
.explore-section {
    margin: 0 0 54px;
}
.explore-section .container{
    max-width: 1242px;
}
.explore-section .title {
    font-weight: 500;
    font-size: 46px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    margin: 0 auto 35px;
}

.explore-section .explore_row {
    padding: 82px 40px 79px;
    border-radius: 60px;
    background: var(--Gradient-Dark, linear-gradient(90deg, #000026 0%, #00005B 100%));
}

.explore-section .cta-request-demo {
    max-width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    width: 100%;
    height: 46px;
    border-radius: 100px;
    background: transparent;
    padding: 16px 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    color: #26FF93;
    margin: 0 auto;
    cursor: pointer;
    border: 2px solid var(--Product-Clear-Neon, #26FF93);
}
@media (hover: hover){
    .explore-section .cta-request-demo:hover {
        background: #26FF93;
        color: #041E42;
    }
}
.explore-section .cta-request-demo:active {
    background: #26FF93;
    color: #041E42;
}

.explore-section .schedule-demo:hover {
    background: #005CB9;
}

@media(max-width:1200.98px) {
    .explore-section .explore_row {
        padding: 65px 40px 60px;
    }
    .explore-section .title{
        font-size: 36px;
    }
}

@media(max-width:991.98px) {
    .explore-section .container{
        max-width: 768px;
    }
    .explore-section .explore_row {
        padding: 42px 0 40px;
        border-radius: 30px;
    }

    .explore-section .title {
        font-size: 34px;
        line-height: 124%;
        max-width: 608px;
    }
}

@media(max-width:767.98px) {
    .explore-section {
        margin: 0 0 43px;
    }

    .explore-section .container {
        padding: 0 20px;
        max-width: 500px;
    }

    .explore-section .title {
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 23px;
        padding: 0 39px;
    }

    .explore-section .explore_row {
        padding: 32px 0 31px;
    }

    .explore-section .cta-request-demo {
        max-width: 170px;
    }
}

/* explore ended */

/* hover start */

.footer {
    padding: 24px 0 25px;
    background: #dbecfb;
  }
  
  .footer .container {
    max-width: 1008px !important;
  }
  
  .footer .footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .footer .footer-content .copyright {
    color: var(--Basic-Midnight-Blue, #041e42);
    text-align: center;
    font-family: "Aeonik Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  
  .footer .footer-content .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .footer .footer-content .footer-links a {
    color: var(--Basic-Midnight-Blue, #041e42);
    text-align: center;
    font-family: "Aeonik Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }
  
  .footer .footer-content .footer-links a:hover {
    text-decoration: underline;
  }
  
  .footer .footer-content .footer-links span {
    display: inline-block;
    width: 1.3px;
    height: 18px;
    margin: 0 9px;
    background: #c3d3e0;
  }
  
  @media (min-width: 992px) and (max-width: 1209.98px) {
    .footer .container {
      padding: 0px 15px;
    }
  
    .footer .footer-content {
      justify-content: center;
      gap: 60px;
    }
  }
  
  @media (max-width: 991.98px) {
    .footer {
        padding: 24px 0 25px;
    }
  
    .footer .container {
      padding: 0 80px;
    }
  
    .footer .footer-content {
      flex-direction: column;
      align-items: center;
      gap: 15px;
    }
  
    .footer .footer-content .footer-links span {
      margin: 0px 9px;
    }
  }
  
  @media (max-width: 767.98px) {
    .footer{
      padding-top: 14px;
    }
    .footer .container {
      padding: 0 0;
      max-width: 360px !important;
    }
  
    .footer .footer-content {
      gap: 16px;
    }
  
  
    .footer .footer-content .footer-links {
      flex-wrap: wrap;
    }
  
    .footer-links a {
      order: 2;
    }
  
    .footer-links a:nth-child(1) {
      order: 1;
    }
    .footer-links a:nth-child(3) {
      order: 0;
      margin-bottom: 16px;
    }
  
    .footer-links a + span {
      order: 2;
    }
  
    .footer-links a:nth-child(1) + span {
      display: none !important;
    }
  }