/*external fonts*/
@font-face {
    font-family: 'Aeonik Pro';
    src: url("../../../../assets/fonts/AeonikPro-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aeonik Pro';
    src: url("../../../../assets/fonts/AeonikPro-Regular.woff") format('woff');
    font-weight: 400;
    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: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Radix';
	src: url("../../../../assets/fonts/radix-regular.woff") format('woff');
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}
/* GLOBALS */
body {
    font-family: 'Aeonik Pro', sans-serif;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

a {
    text-decoration: none;
    outline: none;
}

button {
    outline: none;
}

.no_wrap {
    white-space: nowrap;
}

input,
textarea,
button,
select,
a,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.no-scroll {
    overflow: hidden;
}

/* Placeholder */
#tenable-ot-page .mktoForm .mktoField::-moz-placeholder {
    font-family: 'Aeonik Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px !important;
    color: #041E42;
    opacity: 1;
}

#tenable-ot-page .mktoForm .mktoField:-moz-placeholder {
    font-family: 'Aeonik Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px !important;
    color: #041E42;
    opacity: 1;
}

#tenable-ot-page .mktoForm .mktoField::-webkit-input-placeholder {
    font-family: 'Aeonik Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px !important;
    color: #041E42;
    opacity: 1;
}

#tenable-ot-page .mktoForm .mktoField:-ms-input-placeholder {
    font-family: 'Aeonik Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
    color: #041E42;
    opacity: 1;
}

#tenable-ot-page .mktoForm .focused .mktoField::-moz-placeholder,
#tenable-ot-page .mktoForm .error-in .mktoField::-moz-placeholder,
#tenable-ot-page .mktoForm .typing .mktoField::-moz-placeholder {
    opacity: 0;
}

#tenable-ot-page .mktoForm .focused .mktoField:-moz-placeholder,
#tenable-ot-page .mktoForm .error-in .mktoField:-moz-placeholder,
#tenable-ot-page .mktoForm .typing .mktoField:-moz-placeholder {
    opacity: 0;
}

#tenable-ot-page .mktoForm .focused .mktoField::-webkit-input-placeholder,
#tenable-ot-page .mktoForm .error-in .mktoField::-webkit-input-placeholder,
#tenable-ot-page .mktoForm .typing .mktoField::-webkit-input-placeholder {
    opacity: 0;
}

#tenable-ot-page .mktoForm .focused .mktoField:-ms-input-placeholder,
#tenable-ot-page .mktoForm .error-in .mktoField:-ms-input-placeholder,
#tenable-ot-page .mktoForm .typing .mktoField:-ms-input-placeholder {
    opacity: 0;
}

/* AutoFill Animation */
@-webkit-keyframes autofill {
    to {
        background: #ffffff;
        color: #777779;
    }
}

.mktoForm input:-webkit-autofill,
.mktoForm select:-webkit-autofill {
    box-shadow: 0 0 0 30px white inset;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #041C3C !important;
}

.mktoForm input:-webkit-autofill::first-line,
.mktoForm select:-webkit-autofill::first-line {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #041C3C;
}

/* Scroll To Top Button */
#tenable-ot-page .scrollup {
    opacity: 1;
    position: fixed;
    bottom: 30px;
    right: 0px;
    display: none;
    width: 150px;
    height: 48px;
    border-radius: 30px 0px 0px 30px;
    background-color: #0079DD;
    color: #fff;
    text-decoration: none;
    z-index: 1;
}

#tenable-ot-page .scrollup>div {
    padding: 6px 7px;
}

#tenable-ot-page .scrollup img {
    float: left;
    margin-right: 5px;
    width: 36px;
}

#tenable-ot-page .scrollup span {
    font-family: 'Barlow';
    padding: 6px 5px;
    float: left;
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
}

#tenable-ot-page .scrollup:hover {
    background-color: #006BC4;
    -webkit-box-shadow: 0 5px 27px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 27px 2px rgba(0, 0, 0, 0.08);
}

#tenable-ot-page .scrollup:focus,
#tenable-ot-page .scrollup:visited {
    outline: 0;
}

/**** Overwrites Default Marketo Form ****/
#tenable-ot-page .mktoForm select.mktoField {
    background-position: calc(100% - 6px) 17px;
}

#tenable-ot-page .row {
    border-bottom: none;
    padding: 0;
}

/* Hide Input Default Labels */
#tenable-ot-page .mktoForm .mktoRequiredField label.mktoLabel,
#tenable-ot-page .mktoForm .mktoFieldWrap label[id="LblComments__c"],
#tenable-ot-page .mktoForm .mktoOffset,
#tenable-ot-page .mktoForm .mktoGutter {
    display: none;
}

/* Marketo Input Fields */
#tenable-ot-page .mktoForm input::-ms-clear {
    display: none;
}

#tenable-ot-page .mktoForm input[type=text],
#tenable-ot-page .mktoForm input[type=url],
#tenable-ot-page .mktoForm input[type=email],
#tenable-ot-page .mktoForm input[type=tel],
#tenable-ot-page .mktoForm input[type=number],
#tenable-ot-page .mktoForm input[type=date],
#tenable-ot-page .mktoForm select.mktoField,
#tenable-ot-page .mktoForm textarea.mktoField {
    background: #FFFFFF;
    border-radius: 9px;
    border: 1.5px solid var(--Utility-300, #CBD5E1);
    color: #041E42;
    font-family: 'Aeonik Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 14px 13px;
    height: 50px;
    width: 100% !important;
    min-width: 161.33px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-collapse: collapse;
    letter-spacing: normal;
    resize: none;
    overflow: hidden;
}

#tenable-ot-page .mktoForm textarea.mktoField {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    min-height: 100px;
    overflow: auto !important;
    padding: 17px 14px 13px;
}

#tenable-ot-page .hero-section .form-content .form-wrapper form .control-Company #Company,
#tenable-ot-page .mktoForm select.mktoField {
    min-width: 242px;
}

#tenable-ot-page .mktoForm .mktoFormCol {
    margin-bottom: 0px !important;
    width: 100%;
    float: none;
    min-height: auto;
}

#tenable-ot-page .mktoForm .mktoFieldWrap {
    width: 100%;
}

#tenable-ot-page .mktoForm .mktoFormRow {
    width: 50%;
}

#tenable-ot-page .mktoForm .mktoFormRow {
    line-height: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    margin-bottom: 16px;
}

#tenable-ot-page .mktoForm .mktoLabel {
    font-family: 'Aeonik Pro';
    font-size: 16px;
    line-height: 26px;
    font-weight: 400 !important;
    color: #041E42;
    position: absolute;
    pointer-events: none;
    width: auto !important;
    top: 15px;
    left: 14px;
    display: block !important;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 0;
}

#tenable-ot-page .mktoForm .focused .mktoLabel,
#tenable-ot-page .mktoForm .filled .mktoLabel,
#tenable-ot-page .mktoForm .error-in .mktoLabel {
    font-size: 12px;
    line-height: 16px;
    left: 11px;
    opacity: 1;
    top: -7px;
    background-color: #FFFFFF;
    color: #65758C;
    z-index: 99;
    padding: 0 5px;
}

#tenable-ot-page .mktoForm .typing .mktoLabel {
    color: #041E42;
}

#tenable-ot-page .mktoForm .error-in .mktoLabel {
    color: #FF0000;
}

body.noScroll #tenable-ot-page .score-section,
body.noScroll #tenable-ot-page .benefits-section,
body.noScroll #tenable-ot-page .risks-section,
body.noScroll #tenable-ot-page .automation,
body.noScroll #tenable-ot-page .tenabl-ot-section,
body.noScroll #tenable-ot-page .features-section,
body.noScroll #tenable-ot-page .cta-section,
body.noScroll .footer {
    display: none;
}

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

/* Hero Section */
#tenable-ot-page .hero-section {
    background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/hero_1920-1.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: rgba(0, 135, 245, 0.14);
    padding: 25px 0px 193px;
    position: relative;
    z-index: 3;
    max-width: 100vw;
    overflow: hidden;
}

@media (min-width: 1921px) {
    #tenable-ot-page .hero-section {
        background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/hero_4k.svg");
    }
}

#tenable-ot-page .hero-section:after {
    content: '';
    background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/hero-hax.svg");
    width: 894px;
    height: 643px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(512px, 0);
}

.noScroll #tenable-ot-page .hero-section {
    overflow: hidden;
}

.tenable_logo {
    padding: 0px 0 54px;
    margin-left: -3px;
    position: relative;
}

.tenable_logo a img {
    max-width: 286.76116px;
    width: 100%;
    top: 0px;
    left: 3px;
    position: relative;
}

.tenable_logo a .hero-logo {
    max-width: 100px;
    width: 100%;
    top: 19px;
}

.tenable_logo_a {
    position: relative;
    margin-left: 33px;
}

#tenable-ot-page .tenable_ot_logo {
    margin: 10px 0 0 163px;
    top: 19px;
    left: 127px;
}

.tenable_logo a+a:before {
    content: "";
    width: 1px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.38);
    display: inline-block;
    position: absolute;
    top: -12px;
    left: -19px;
    pointer-events: none;
}

#tenable-ot-page .hero-section .hero-section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

#tenable-ot-page .hero-subtitle-holder.only_mobile_show {
    display: none;
}

#tenable-ot-page .hero-section .hero-section-container .hero-content {
    max-width: 100%;
    width: 51%;
    margin-top: 33px;
    margin-right: 25px;
}

#tenable-ot-page .hero-section .hero-section-container .form-content {
    max-width: 529px;
    width: 100%;
}

#tenable-ot-page .hero-section .hero-title {
    max-width: 600px;
    color: #fff;
    margin-bottom: 6px;
    font-family: 'Aeonik Pro';
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

#tenable-ot-page .hero-section .hero-title span{
    font-family: Radix;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #0087F5;
}

#tenable-ot-page .hero-section .hero-subtitle-holder {
    border: inherit;
    margin: 0 0 0 26px;
    padding-top: 34px;
}

#tenable-ot-page .hero-section .hero-subtitle-holder .hero-subtitle-point {
    font-family: 'Aeonik Pro';
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    letter-spacing: normal;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 24px;
    position: relative;
    padding-right: 31px;
}

#tenable-ot-page .hero-section .hero-subtitle-holder .hero-subtitle-point::before {
    content: "";
    display: block;
    background-color: #0087F5;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -26px;
    top: 7px;
}

/* Form */
#tenable-ot-page .hero-section .form-content .form-wrapper {
    background: linear-gradient(180deg, #FFF 68.91%, rgba(255, 255, 255, 0.96) 100%);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 586px;
    width: 100%;
    max-width: 540px;
    border-radius: 20px;
    padding: 37px 40px 28px;
    z-index: 1;
}

#tenable-ot-page .hero-section .form-content .form-wrapper.form-submitted {
    min-height: auto;
    padding-bottom: 48px;
}

#tenable-ot-page .hero-section .form-content .form-wrapper form {
    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: 100% !important;
}

#tenable-ot-page .hero-section .form-content .form-wrapper .form-title {
    font-family: 'Aeonik Pro';
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #041E42;
    text-align: center;
    margin-bottom: 22px;
}

#tenable-ot-page .hero-section .form-content .form-wrapper #thankyou-subtitile {
    display: none;
}

#tenable-ot-page .hero-section .form-content .form-wrapper form>*:not(.mktoFormRow):not(.mktoButtonRow),
#tenable-ot-page .hero-section .form-content .form-wrapper form>.mktoFormRow {
    display: none;
}

#tenable-ot-page .hero-section .form-content .form-wrapper form>div.mktoFormRow.shown {
    display: block;
}

#tenable-ot-page .hero-section .form-content .form-wrapper form .control-FirstName,
#tenable-ot-page .hero-section .form-content .form-wrapper form .control-Title,
#tenable-ot-page .hero-section .form-content .form-wrapper form .control-Employee_Range__c,
#tenable-ot-page .hero-section .form-content .form-wrapper form .control-Company {
    padding-right: 0px;
    margin-right: 0px;
}

#tenable-ot-page .hero-section .form-content .form-wrapper form .control-FirstName{
    width: calc(50% - 8px);
    margin-right: 8px;
}
#tenable-ot-page .hero-section .form-content .form-wrapper form .control-LastName{
    width: calc(50% - 8px);
    margin-left: 8px;
}

#tenable-ot-page .hero-section .form-content .form-wrapper form .control-Employee_Range__c {
    width: 50%;
}

#tenable-ot-page .mktoForm #LblEmployee_Range__c {
    display: block !important;
    opacity: 1;
}

#tenable-ot-page .mktoForm .typing input.mktoField,
#tenable-ot-page .mktoForm .typing select.mktoField,
#tenable-ot-page .mktoForm .typing textarea.mktoField {
    color: #041E42 !important;
    border: 1px solid #041E42 !important;
    z-index: 9;
    position: relative;
}

#tenable-ot-page .mktoForm .filled input.mktoField,
#tenable-ot-page .mktoForm .filled select.mktoField,
#tenable-ot-page .mktoForm .filled textarea.mktoField {
    color: #041E42 !important;
    border: 1.5px solid #94A3B8;
}

#tenable-ot-page .mktoForm .error-in input.mktoField,
#tenable-ot-page .mktoForm .error-in select.mktoField,
#tenable-ot-page .mktoForm .error-in textarea.mktoField {
    border: 1.5px solid #E94A6F !important;
    z-index: 1;
    position: relative;
}

#tenable-ot-page .mktoFormRow:nth-child(9),
#tenable-ot-page .mktoFormRow:nth-child(10) {
    width: 100%;
}

#tenable-ot-page .mktoFormCol p.gdpr-text {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px !important;
    color: #828E99;
    max-width: 100% !important;
}

#tenable-ot-page .mktoFormCol p.gdpr-text a {
    color: #0079DD;
    cursor: pointer;
}

#tenable-ot-page .mktoFormCol p.gdpr-text a:hover,
#tenable-ot-page .mktoFormCol p.gdpr-text a:focus {
    color: #005CB9;
    text-decoration: underline;
}

#tenable-ot-page .expandText span {
    cursor: pointer;
    color: #0079DD;
}

#tenable-ot-page .expandText span:hover,
#tenable-ot-page .expandText span:focus {
    color: #005CB9;
    text-decoration: underline;
}

#tenable-ot-page .expandText:before {
    color: #828E99;
    content: '... ';
    cursor: text;
}

#tenable-ot-page .mktoFormCol p.gdpr-text small {
    font-size: 100%;
}

#tenable-ot-page .mktoFormCol p.gdpr-text small.short_text {
    height: 48px;
    overflow: auto;
    display: block;
}

#tenable-ot-page .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}

#tenable-ot-page .mktoForm .mktoRequiredField {
    float: none;
    width: 100%;
}

#tenable-ot-page .mktoForm .mktoGutter,
#tenable-ot-page .mktoForm .mktoOffset {
    float: none;
    height: 0;
}

#tenable-ot-page .hero-section .form-content .form-wrapper form .mktoButtonRow {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#tenable-ot-page .hero-section .form-content .form-wrapper form .mktoButtonRow button.mktoButton {
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Aeonik Pro';
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    width: 150px !important;
    height: 56px;
    background: #fff;
    color: #041E42;
    margin: 16px auto 12px;
    padding: 3px 0 0;
    font-weight: bold !important;
    letter-spacing: normal;
    min-height: 56px;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 100px;
    border: 2px solid var(--Basic-Midnight-Blue, #041E42);
}

#tenable-ot-page .hero-section .form-content .form-wrapper form .mktoButtonRow button.mktoButton:hover,
#tenable-ot-page .hero-section .form-content .form-wrapper form .mktoButtonRow button.mktoButton:active {
    background: #041E42 !important;
    color: #FFFFFF;
}

#tenable-ot-page .hero-section .form-content .form-wrapper form .mktoButtonRow button.mktoButton:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #041E42 !important;
    color: #FFFFFF;
    outline: none;
}

#tenable-ot-page .form_button[disabled="disabled"] {
    cursor: default;
    opacity: 0.375;
}

#tenable-ot-page .hero-section .form-content #form-thankyou-message .title {
    font-family: 'Barlow';
    font-weight: bold;
    text-align: center;
    color: #31486d;
    background: none;
}

#tenable-ot-page .hero-section .form-content .subtitle {
    font-family: 'Barlow';
    text-align: center;
    color: #777779;
    line-height: 24px;
}

#tenable-ot-page .mktoForm .mktoRadioList,
#tenable-ot-page .mktoForm .mktoCheckboxList {
    width: 100% !important;
    padding: 0;
}

#tenable-ot-page .mktoForm .mktoField[type="checkbox"] {
    height: 0;
    width: 0 !important;
    overflow: hidden;
    padding: 0;
    border: 0 !important;
}

#tenable-ot-page .mktoForm .mktoField[type="checkbox"]+label {
    position: relative;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #415465;
    margin: 0 0 -6px 27px;
}

#tenable-ot-page .mktoForm .mktoField[type="checkbox"]+label:before {
    width: 18px;
    height: 18px;
    top: 3px;
    left: -28px;
    margin-left: 0;
    border-color: #CDD1D6;
    border-radius: 0;
}

#tenable-ot-page .mktoForm .mktoField[type="checkbox"]:checked+label:before {
    line-height: 17px;
}

#tenable-ot-page .mktoForm .mktoField.mktoInvalid {
    border-color: #CDD2D6 !important;
}

#tenable-ot-page .mktoForm .typing .mktoField {
    border-color: #0079DD !important;
    color: #041E42;
}

#tenable-ot-page .mktoForm .error-in .mktoField {
    border-color: #E50000 !important;
    color: #041E42;
}

#tenable-ot-page .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%;
}

#tenable-ot-page .mktoForm .mktoError .mktoErrorArrowWrap {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 5px;
}

#tenable-ot-page .mktoForm .mktoError .mktoErrorArrow {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(0, 0, 0, 0.8) !important;
    width: 12px;
    height: 12px;
    margin-top: 2px;
}

#tenable-ot-page .mktoForm .mktoError .mktoErrorMsg {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: none !important;
    width: 190px;
    height: 48px;
    font-family: "Barlow", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    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;
    flex-wrap: wrap;
    border-radius: 3px;
    margin-top: 5px;
    padding: 6px;
    outline: none;
}

#tenable-ot-page .mktoTemplateBox {
    text-align: center !important;
    display: block;
    width: 100%;
    margin-top: -4px;
}

#tenable-ot-page .mktoTemplateBox br {
    display: none;
}

#tenable-ot-page .mktoTemplateBox strong {
    font-size: 16px;
    line-height: 24px;
    color: #415465;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
}

#tenable-ot-page .mktoTemplateBox p {
    font-weight: normal;
    display: inline-block;
}

#tenable-ot-page .mktoTemplateBox .mktoNotYou {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #0079DD;
    padding: 0;
    padding-left: 8px;
    border-left: 1px solid #ccc;
    margin-left: 8px;
    font-family: "Barlow", sans-serif;
    margin-bottom: 11px;
    display: inline-block;
}

#tenable-ot-page iframe[src="https://bttrack.com/Pixel/Conversion/15635/icscybersecuritychecklist"] {
    display: none;
}

#tenable-ot-page div#block-system-main+.row.gray {
    display: none;
}

#tenable-ot-page input::-ms-clear {
    display: none;
}

#tenable-ot-page input:-webkit-autofill,
#tenable-ot-page input:-webkit-autofill:hover,
#tenable-ot-page input:-webkit-autofill:focus,
#tenable-ot-page textarea:-webkit-autofill,
#tenable-ot-page textarea:-webkit-autofill:hover,
#tenable-ot-page textarea:-webkit-autofill:focus,
#tenable-ot-page select:-webkit-autofill,
#tenable-ot-page select:-webkit-autofill:hover,
#tenable-ot-page select:-webkit-autofill:focus {
    border: solid 1px #ccc;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background: #fff !important;
}

#tenable-ot-page input::-webkit-outer-spin-button,
#tenable-ot-page input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#tenable-ot-page input[type=number] {
    -moz-appearance: textfield;
}

#tenable-ot-page .typing select::-ms-value {
    background: transparent;
    color: #000;
}

#tenable-ot-page .mktoFormRow [name="Email"]+.mktoError .mktoErrorMsg {
    display: none !important;
}

#tenable-ot-page .mktoFormRow [name="Email"]+.mktoError:after {
    content: "Must be valid email. example@yourdomain.com";
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: none !important;
    width: 190px;
    height: 48px;
    font-family: "Barlow", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    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;
    flex-wrap: wrap;
    border-radius: 3px;
    margin-top: 5px;
    padding: 0;
}

#tenable-ot-page .mktoFormRow [name="Email"]+.mktoError {
    left: 17px;
    bottom: 0 !important;
    opacity: 1 !important;
}

#tenable-ot-page .mktoFormRow.bussiness-error [name="Email"]+.mktoError {
    opacity: 1 !important;
}

#tenable-ot-page .mktoFormRow.bussiness-error [name="Email"]+.mktoError:after {
    content: "Please use a Business email.";
}

#tenable-ot-page .mktoFormRow .hide+.mktoError {
    display: none !important;
}

.bussiness-error input {
    border: 1px solid #ff6b35 !important;
}

#tenable-ot-page .mktoTemplateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#tenable-ot-page .mktoTemplateBox strong {
    padding: 0;
}

#tenable-ot-page .mktoForm .mktoTemplateBox a.mktoNotYou {
    border-left: 0;
    padding: 0;
    margin: 20px auto 20px;
}

#tenable-ot-page .mktoTemplateBox .mktoButtonWrap.mktoPurpleCandy {
    width: 100%;
}

#tenable-ot-page .mktoForm .mktoRequiredField label.mktoLabel,
#tenable-ot-page .mktoForm .mktoFieldWrap label[for="Comments__c"],
#tenable-ot-page .mktoForm .mktoOffset,
#tenable-ot-page .mktoForm .mktoGutter {
    display: block;
}

#tenable-ot-page #Comments__c {
    height: 100px !important;

}

#tenable-ot-page .hero-section .form-content .form-wrapper form .control-Comments__c {
    width: 100%;
}

#tenable-ot-page .hero-section .form-content .form-wrapper form>#showExtraField {
    width: 100%;
    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;
}

#tenable-ot-page #showExtraField::before,
#tenable-ot-page #showExtraField::after {
    display: inline-block;
    content: "";
    max-width: calc(50% - 64px);
    width: 100%;
    height: 1px;
    background-color: #EEEFF0;
}

#tenable-ot-page #showExtraField a {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #828E99;
    white-space: nowrap;
    margin: 0 12px;
}

#tenable-ot-page #showExtraField a:hover {
    opacity: 0.75;
}

body .expandPage {
    display: none;
}

body.noScroll .expandPage {
    background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/rectangle_shape.png");
    max-width: 484px;
    width: 100%;
    height: 125px;
    text-align: center;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

body.noScroll .expandPage:hover {
    background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/rectangle_shape_with_box_shadow.png");
    height: 125px;
}

body.noScroll .expandPage a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    height: 44px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    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;
    position: relative;
    width: 100%;
}

body.noScroll .expandPage a:after {
    content: '';
    background: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/chevrons_down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100px;
    width: 10px;
    height: 25px;
    margin-left: 14px;
}

/* For loader */
#tenable-ot-page #loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#tenable-ot-page #loader:before {
    content: '';
    display: block;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* client logo section */
#tenable-ot-page .client-section {
    position: relative;
    margin: 70px 0 0;
    padding: 32px 0px 34px;
    z-index: 1;
}
#tenable-ot-page .client-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1210px;
    width: 100%;
    height: 1px;
    background: rgb(0, 135, 245);
    background: linear-gradient(90deg, rgba(0, 135, 245, 0) 0%, rgba(0, 135, 245, 1) 50%, rgba(0, 135, 245, 0) 100%);
}
#tenable-ot-page .client-section::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1210px;
    width: 100%;
    height: 1px;
    background: rgb(0, 135, 245);
    background: linear-gradient(90deg, rgba(0, 135, 245, 0) 0%, rgba(0, 135, 245, 1) 50%, rgba(0, 135, 245, 0) 100%);
}
#tenable-ot-page .client-section .title {
    text-align: center;
    background: none;    
    color: #fff;
    font-family: 'Aeonik Pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}

#tenable-ot-page .client-section .subtile {
    font-family: 'Barlow';
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 41px;
    text-align: center;
}

#tenable-ot-page .client-section .client-logos-wrapper {
    padding: 0px 40px;
    text-align: center;
}

#tenable-ot-page .client-section .client-logos-wrapper img {
    max-width: 1217px;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

/* Score Section */
#tenable-ot-page .score-section {
    position: relative;
    padding: 70px 0px 95px;
    margin-top: 0;
}

#tenable-ot-page .score-section .score-holder-content {
    padding: 0 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

#tenable-ot-page .score-section .score-holder {
    padding: 0 0 3px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

#tenable-ot-page .score-section .score-holder:first-child:after {
    content: '';
    width: 1px;
    height: 195px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 135, 245, 0) 0%, rgba(0, 135, 245, 1) 50%, rgba(0, 135, 245, 0) 100%);
}

#tenable-ot-page .score-section h2.score-title {
    font-family: 'Aeonik Pro';
    font-size: 46px !important;
    line-height: 120%;
    font-weight: 500;
    color: white;
    letter-spacing: normal;
    margin-bottom: 0;
}

#tenable-ot-page .score-section p.score-description {
    font-family: 'Aeonik Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    max-width: 430px;
    width: 100%;
    color: #FFFFFF;
    margin: 21px auto 0 auto;
    letter-spacing: normal;
}

/* Benefits Section */
#tenable-ot-page .benefits-section .benefits-mask {
    background-color: rgba(0, 135, 245, 0.14);
    padding: 92px 0 58px;
}

#tenable-ot-page .benefits-section .benefit-heading {
    font-family: 'Aeonik Pro';
    font-size: 46px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: normal;
    color: #041C3C;
    text-align: center;
    max-width: 860px;
    width: 100%;
    margin: 0 auto 34px;
}

#tenable-ot-page .benefits-section .subtile {
    font-family: 'Aeonik Pro';
    font-size: 18px;
    font-weight: 500;
    line-height: 142%;
    text-align: center;
    color: #041E42;
    max-width: 980px;
    width: 100%;
    margin: 0 auto 36px;
}

#tenable-ot-page .benefits-section .benefits-wrap {
    max-width: 1210px;
    width: 100%;
    text-align: center;
    margin: 25px auto 0 auto;
    padding: 0 67.5px;
    display: flex;
    column-gap: 42px;
}

#tenable-ot-page .benefits-section .benefits-wrap .benefit-item {
    max-width: 329.33px;
    width: 100%;
    padding: 30px 0 20px 0;
    background-size: cover;
    position: relative;
    z-index: 2;
}

#tenable-ot-page .benefits-section .benefits-wrap .benefit-item::after{
    content: '';
    width: calc(100% + 0%);
    height: calc(100% + 75px);
    background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/why-bac.png");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

#tenable-ot-page .benefits-section .benefits-wrap .benefit-item:nth-child(1){
    padding-left: 40px;
    padding-right: 40px;
}

#tenable-ot-page .benefits-section .benefits-wrap .benefit-item:nth-child(2){
    padding-left: 20px;
    padding-right: 20px;
}

#tenable-ot-page .benefits-section .benefits-wrap .benefit-item:nth-child(2) img{
    margin-bottom: 8px;
}

#tenable-ot-page .benefits-section .benefits-wrap .benefit-item:nth-child(3){
    padding-left: 20px;
    padding-right: 20px;
}

#tenable-ot-page .benefits-section .benefits-wrap .benefit-item:nth-child(3) img{
    margin-bottom: 8px;
}

#tenable-ot-page .benefits-section .benefits-wrap .benefit-item:nth-child(3) .benefit-description{
    padding-left: 32px;
    padding-right: 32px;
}

#tenable-ot-page .benefits-section .benefits-wrap .benefit-item img {
    max-width: 64px;
    margin-bottom: 11px;
}

#tenable-ot-page .benefits-section .benefits-wrap .benefit-item .benefit-item-heading {
    font-family: 'Aeonik Pro';
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    max-width: inherit;
    color: #041C3C;
}

#tenable-ot-page .benefits-section .benefits-wrap .benefit-item .benefit-description {
    font-family: 'Aeonik Pro';
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #041E42;
    max-width: inherit;
    margin-top: 10px;
    letter-spacing: normal;
    width: 100%;
}

/* Feature Section */
#tenable-ot-page .features-section {

}

#tenable-ot-page .features-section .features {
    padding: 58px 0 4px;
    position: relative;
}

#tenable-ot-page .features-section .features::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1210px;
    width: 100%;
    height: 1px;
    background: rgb(0, 135, 245);
    background: linear-gradient(90deg, rgba(0, 135, 245, 0) 0%, rgba(0, 135, 245, 1) 50%, rgba(0, 135, 245, 0) 100%);
}

#tenable-ot-page .features-section .features .container{
    max-width: 1240px !important;
}

#tenable-ot-page .features-section .features a:hover {
    text-decoration: underline;
}

#tenable-ot-page .features-section .features .heading {
    font-family: 'Aeonik Pro';
    font-size: 46px;
    line-height: 120%;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 79px;
    letter-spacing: normal;
    text-align: center;
}

#tenable-ot-page .features-section .features .features-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#tenable-ot-page .features-section .features .single-feature {
    max-width: calc(50% - 30px);
    width: 100%;
    margin-bottom: 50px;
    padding-left: 92px;
    position: relative;
}

#tenable-ot-page .features-section .features .single-feature .feature-image {
    position: absolute;
    width: 73px;
    height: 72px;
    top: 0;
    left: 0;
}

#tenable-ot-page .features-section .features .single-feature .feature-image img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

#tenable-ot-page .features-section .features .single-feature .feature-title {
    font-family: 'Aeonik Pro';
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#tenable-ot-page .features-section .features .single-feature .feature-text {
    font-family: 'Aeonik Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #EEEFF0;
}

#tenable-ot-page .features-section .features .single-feature .feature-text a {
    color: #EEEFF0;
    text-decoration: underline;
}

#tenable-ot-page .features-section .features .single-feature .feature-text a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* Accordian Section */
#tenable-ot-page .risks-section {
    background: linear-gradient(180deg, rgba(0, 135, 245, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
    padding: 47px 0 90px;
    max-width: 100vw;
    overflow: hidden;
}

#tenable-ot-page .risks-section .heading {
    font-family: 'Aeonik Pro';
    font-size: 46px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: normal;
    color: #041C3C;
    text-align: center;
    margin: 0 auto 136px;
}

#tenable-ot-page .risks-section .risks-section-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 17px;
}

#tenable-ot-page .risks-section .risks-img-wrapper {
    height: 100%;
    width: 537px;
    margin-top: 30px;
    margin-right: -6px;
    position: relative;
}

#tenable-ot-page .risks-section .risks-img-wrapper:after{
    content: '';
    width: 615px;
    height: 488px;
    position: absolute;
    top: -22%;
    right: -49%;
}

#tenable-ot-page .risks-section .risks-section-wrapper img.pre_built {
    border-radius: 8.85px;
    border: 5.844px solid rgba(4, 30, 66, 0.04);
    position: relative;
    z-index: 2;
}

#tenable-ot-page .risks-section-wrapper img.active {
    display: block;
}

#tenable-ot-page .risks-section .risks-section-wrapper img.pre_built.mobile {
    display: none;
}

#tenable-ot-page .risks-section .risks-faq-wapper {
    width: calc(100% - 590px);
    width: -webkit-calc(100% - 590px);
}

#tenable-ot-page .risks-section .faq-item {
    padding-bottom: 16px;
    padding-right: 46px;
    margin-bottom: 15.5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#tenable-ot-page .risks-section .faq-title {
    font-family: 'Aeonik Pro';
    font-weight: 700;
    line-height: 150%;
    color: #041C3C;
    font-size: 24px;
    letter-spacing: normal;
    position: relative;
    cursor: pointer;
}

#tenable-ot-page .risks-section .faq-title:before {
    background: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/plus_icon.svg");
    right: -41px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
}

#tenable-ot-page .risks-section .faq-text {
    display: none;
    font-size: 16px;
    font-family: 'Aeonik Pro';
    font-weight: 400;
    line-height: 150%;
    color: #041E42;
    margin-top: 16px;
    padding-bottom: 6px;
}

#tenable-ot-page .risks-section .faq-title.open:before {
    background: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/minus.svg");
    right: -41px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1px;
    width: 24px;
    height: 24px;
}
/*Ecosystem Background*/
#tenable-ot-page .ecosystem-section {
    background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/footer_1920.svg");
    background-position: center 0;
    background-repeat: no-repeat;
}

@media (min-width: 1921px) {
    #tenable-ot-page .ecosystem-section {
        background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/footer_4k.svg");
    }
}

/* Automation */
#tenable-ot-page .automation {
    padding: 58px 0 56px;
}

#tenable-ot-page .automation h6 {
    font-family: 'Aeonik Pro';
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #fff;
    margin: 81px 0 9.5px 0;
}

#tenable-ot-page .automation h2 {
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: center;
    max-width: 860px;
    width: 100%;
    margin: 0 auto 40px;
    font-family: 'Aeonik Pro';
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

#tenable-ot-page .automation p {
    font-family: 'Aeonik Pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: #fff;
    max-width: 708px;
    width: 100%;
    margin: 0 auto 7px;
}

#tenable-ot-page .automation #tenable_link {
    position: relative;
    display: block;
    width: 210px;
    height: 46px;
    border-radius: 100px;
    border: 2px solid var(--Product-Saber-Blue, #0087F5);
    margin: 40px auto 0;
    font-family: 'Aeonik Pro';
    font-size: 16px;
    font-weight: 700;
    color: #0087F5;
    padding: 9px 0;
}

#tenable-ot-page .automation #tenable_link:hover,
#tenable-ot-page .automation #tenable_link:active {
    color: #FFFFFF;
    background: #0087F5;
}

#tenable-ot-page .automation p .zoom_image a {
    display: inline-block;
    margin-top: 16px;
}

#tenable-ot-page .automation p a, #tenable-ot-page .zoom_image a {
    font-family: 'Barlow';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #0079DD;
}

#tenable-ot-page .automation .ecosystem_img {
    max-width: 1180px;
    width: 100%;
    margin-top: 52px;
}

/* Automation over */

/* Tenable OT section */
.tenabl-ot-section {
    padding: 136px 0;
    position: relative;
    max-width: 100vw;
    overflow: hidden;
}

.tenabl-ot-section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1210px;
    width: 100%;
    height: 1px;
    background: rgb(0, 135, 245);
    background: linear-gradient(90deg, rgba(0, 135, 245, 0) 0%, rgba(0, 135, 245, 1) 50%, rgba(0, 135, 245, 0) 100%);
}

.tenabl-ot-section:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1210px;
    width: 100%;
    height: 1px;
    background: rgb(0, 135, 245);
    background: linear-gradient(90deg, rgba(0, 135, 245, 0) 0%, rgba(0, 135, 245, 1) 50%, rgba(0, 135, 245, 0) 100%);
}

.tenabl-ot-section .tenable-ot-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tenabl-ot-section .tenable-ot-content {
    max-width: 456px;
    width: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tenabl-ot-section .tenable-ot-content img {
    max-width: 287px;
    width: 100%;
}

.tenabl-ot-section .content-copy {
    color: #FFF;
    font-family: 'Aeonik Pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.tenabl-ot-section .cta-button {
    max-width: 182px;
    width: 100%;
    height: 46px;
    border-radius: 100px;
    border: 2px solid var(--Product-Saber-Blue, #0087F5);
    font-family: 'Aeonik Pro';
    font-size: 16px;
    font-weight: 700;
    color: #0087F5;
    padding: 0 0;
    outline: none;
    line-height: 28.9px;
    background-color: transparent;
}

.tenabl-ot-section .cta-button:hover,
.tenabl-ot-section .cta-button:hover {
    color: #FFF;
    background: #0087F5;
}

.tenabl-ot-section .tenable-ot-img-wrapper {
    max-width: 658px;
    width: 100%;
    margin-right: 16px;
    position: relative;
}

.tenabl-ot-section .tenable-ot-img-wrapper::after{
    content: '';
    width: 588px;
    height: 488px;
    background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/hexagon-dark.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: -22%;
    right: -27%;
    opacity: 0.4974;
    pointer-events: none;
}

.tenabl-ot-section .tenable-ot-img-wrapper img {
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Testimonial Section  */
#tenable-ot-page .testimonial_section {
    margin-top: 52px;
    overflow: hidden;
}

#tenable-ot-page .testimonial_section .container{
    max-width: 1080px !important;
}

#tenable-ot-page .testimonial_section .slider_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#tenable-ot-page .testimonial_section .slider_items {
    margin: 0 auto;
    padding: 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#tenable-ot-page .testimonial_section .slider_items_inner {
    padding: 36px 0 30px;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 74px;
}

#tenable-ot-page .testimonial_section .slider_title h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 3px;
}

#tenable-ot-page .testimonial_section .slider_title p {
    font-family: 'Barlow';
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

#tenable-ot-page .testimonial_section .slider_items p.slider_content {
    font-family: 'Aeonik Pro';
    font-size: 28px;
    line-height: 39px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 24px;
}

#tenable-ot-page .testimonial_section .slider_header .slider_img {
    max-width: 120px;
    width: 100%;
}

#tenable-ot-page .testimonial_section .slider_header .slider_title {
    margin: 27px 0 0px 20px;
}

#tenable-ot-page .testimonial_section .slider_items .slider_company_logo img {
    max-width: 156px;
    width: 100%;
}

#tenable-ot-page .testimonial_section .slider_items .slider_company_logo img.chubu {
    max-width: 187px;
}

#tenable-ot-page .testimonial_section .slider_items p.slider_content:before {
    content: "";
    background: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/hexagon_icon.svg");
    width: 210px;
    height: 100px;
    position: absolute;
    width: 234.17px;
    height: 192px;
    left: 46px;
    top: 31px;
}

#tenable-ot-page .testimonial_section .splide__arrow {
    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;
    z-index: 1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
#tenable-ot-page .testimonial_section .testimonial_slider{
    padding-bottom: 50px;
}

#tenable-ot-page .testimonial_section .splide__pagination li{
    margin: 0 7px;
}

#tenable-ot-page .testimonial_section .splide__pagination__page{
    background: #0087F5;
    opacity: 0.3;
    width: 10px;
    height: 10px;
}

#tenable-ot-page .testimonial_section .splide__pagination__page.is-active{
    transform: scale(1);
    background: #0087F5;
    opacity: 1;
}

#tenable-ot-page .wave_wrapper {
    overflow: hidden;
    margin-top: 70px;
}

/* canvas animation */
#tenable-ot-page .wave_wrapper {
    overflow: hidden;
    margin-top: 70px;
}

/* CTA Section */
#tenable-ot-page .cta-section .background-mask {
    position: relative;
}

#tenable-ot-page .cta-section .background-mask .container {
    position: relative;
}

#tenable-ot-page .cta-section .cta-section-holder {
    text-align: center;
    padding: 72px 0px 15px;
    z-index: 2;
}

#tenable-ot-page .cta-section .container{
    max-width: 1240px !important;
}

#tenable-ot-page .cta-section .bac-wrap{
    border-radius: 60px;
    background: linear-gradient(180deg, rgba(0, 135, 245, 0.50) -0.11%, rgba(0, 135, 245, 0.00) 88.02%);
    padding: 82px 0;
}

#tenable-ot-page .cta-section h2.cta-title {
    font-family: 'Aeonik Pro';
    font-weight: 500;
    font-size: 46px;
    line-height: 120%;
    color: #ffffff;
    max-width: 915px;
    width: 100%;
    margin: auto;
}

#tenable-ot-page .cta-section button.cta-button.btn-orange {
    font-family: 'Aeonik Pro';
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    width: 170px;
    background: transparent;
    color: #0087F5;
    margin-top: 34px;
    margin-bottom: 11px;
    letter-spacing: normal;
    min-height: 46px;
    padding: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 100px;
    border: 2px solid var(--Product-Saber-Blue, #0087F5);
}

#tenable-ot-page .cta-section button.cta-button.btn-orange:hover,
#tenable-ot-page .cta-section button.cta-button.btn-orange:active {
    color: #FFFFFF;
    background: #0087F5;
}

@media only screen and (min-width: 992px) {

    .desktop_hide.zoom_image {
        display: none;
    }

    #tenable-ot-page .testimonial_section .testimonial_slider {
        margin: 0 -18px;
        visibility: visible;
    }
    #tenable-ot-page .testimonial_section .testimonial_slider .splide__arrows {
        display: none;
    }
}

@media(max-width: 1204.98px) {
    #tenable-ot-page .hero-section{
        padding: 25px 0px 172px;
    }
    #tenable-ot-page .benefits-section .benefits-mask{
        padding: 30px 0 58px;
    }
}

@media(max-width: 1182.98px) {
    #tenable-ot-page .hero-section {
        padding: 25px 0px 140px;
    }
}

@media(max-width: 1240.98px) {
    #tenable-ot-page .mktoTemplateBox {
        margin-top: 4px;
    }

    #tenable-ot-page .mktoTemplateBox .mktoNotYou {
        padding: 0;
        margin: 0;
        border: none;
        display: block;
        margin-top: 4px;
        margin-bottom: 16px;
    }
}

@media (max-width: 1199px) {
    #tenable-ot-page .benefits-section .benefits-wrap{
        column-gap: 35px;
    }
    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item:nth-child(1),
    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item:nth-child(2),
    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item:nth-child(3){
        padding-left: 10px;
        padding-right: 10px;
    }
    #tenable-ot-page .risks-section .heading{
        padding: 0 60px;
        margin: 0 auto 75px;
    }
    #tenable-ot-page .risks-section .risks-faq-wapper {
        width: calc(100% - 556px);
    }
    #tenable-ot-page .risks-section .risks-img-wrapper{
        width: 499px;
    }
    .tenabl-ot-section {
        padding: 98px 0;
    }
    .tenabl-ot-section .tenable-ot-img-wrapper::after{
        width: 435px;
        height: 380px;
        top: auto;
        bottom: -60px;
    }
    #tenable-ot-page .features-section .features .single-feature {
        max-width: calc(50% - 27px);
        margin-bottom: 80px;
        padding-left: 82px;
    }
    #tenable-ot-page .testimonial_section .slider_items p.slider_content{
        font-size: 24px;
        line-height: 36px;
    }
    #tenable-ot-page .cta-section h2.cta-title{
        font-size: 28px;
        max-width: 688px;
    }
}

@media (max-width: 1023.98px) {
    .container {
        padding: 0 39px !important;
        max-width: 768px;
    }

    /* Hero Section */
    #tenable-ot-page .hero-section {
        background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/hero_768.svg");
        padding: 25px 0px 54px;
    }
    #tenable-ot-page .hero-section:after{
        content: none;
    }

    #tenable-ot-page .hero-section:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/hero_bg_tablet.jpg");
        width: 100%;
        height: 407px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #tenable-ot-page .tenable_logo {
        padding: 0px 0 51px;
    }

    #tenable-ot-page .hero-section .hero-section-container {
        -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;
    }

    #tenable-ot-page .client-section .subtile {
        margin-bottom: 37px;
    }

    #tenable-ot-page .hero-section .form-content .form-wrapper form {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #tenable-ot-page .hero-section .hero-section-container .hero-content {
        width: 100%;
        margin-top: 0;
        margin-right: inherit;
    }

    #tenable-ot-page .hero-section .hero-section-container .form-content {
        min-width: inherit;
        margin-top: 16px;
        max-width: 704px;
    }

    #tenable-ot-page .hero-section .hero-title {
        margin-top: 6px;
        margin-bottom: 33px;
        max-width: 100%;
    }

    #tenable-ot-page .hero-section .hero-subtitle-holder {
        padding-top: 7px;
    }

    /* Form */
    #tenable-ot-page .hero-section .form-content .form-wrapper {
        max-width: 704px;
        margin: auto;
        min-height: auto;
        padding: 34px 40px 28px;
    }

    #tenable-ot-page .mktoForm .mktoFormRow {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }

    #tenable-ot-page .hero-section .form-content .form-wrapper form .control-Email{
        width: 100%;
    }

    #tenable-ot-page .mktoForm input[type=text], #tenable-ot-page .mktoForm input[type=url], #tenable-ot-page .mktoForm input[type=email], #tenable-ot-page .mktoForm input[type=tel], #tenable-ot-page .mktoForm input[type=number], #tenable-ot-page .mktoForm input[type=date], #tenable-ot-page .mktoForm select.mktoField, #tenable-ot-page .mktoForm textarea.mktoField{
        padding: 15px 16px 13px;
    }

    #tenable-ot-page .mktoForm textarea.mktoField{
        padding: 17px 16px 13px;
    }

    #tenable-ot-page .hero-section .form-content .form-wrapper .mktoFieldDescriptor.mktoFormCol,
    #tenable-ot-page .hero-section .form-content .form-wrapper .mktoFieldWrap,
    #tenable-ot-page .mktoForm textarea.mktoField {
        width: 100% !important;
    }

    #tenable-ot-page .hero-section .form-content .form-wrapper form .control-Comments__c {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 30% !important;
        flex: 1 1 30% !important;
    }

    #tenable-ot-page .form_button {
        margin: 12px auto 10px;
    }

    #tenable-ot-page .hero-section .form-content .form-wrapper form .mktoButtonRow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

    /* client logos */
    #tenable-ot-page .client-section {
        padding: 33px 0px 35px;
    }

    #tenable-ot-page .client-section .title{
        margin-bottom: 40px;
    }

    #tenable-ot-page .client-section .client-logos-wrapper {
        padding: 0 40px;
    }

    /* score section */
    #tenable-ot-page .score-section {
        padding: 72px 0 80px;
    }

    #tenable-ot-page .score-section .container{
        padding: 0 60px !important;
    }

    #tenable-ot-page .score-section .score-holder-content {
        padding: 0;
    }

    #tenable-ot-page .score-section .score-holder {
        min-height: 173px;
        padding: 0px;
    }

    #tenable-ot-page .score-section p.score-description {
        max-width: 294px;
        width: 100%;
        margin: 19px auto 0 auto;
    }

    #tenable-ot-page .score-section .score-holder:first-child p.score-description {
        margin-left: 0;
    }

    #tenable-ot-page .score-section .score-holder:last-child p.score-description {
        margin-right: 0;
    }

    #tenable-ot-page .score-section .score-holder:first-child h2.score-title {
        padding-right: 30px;
    }

    #tenable-ot-page .score-section .score-holder:last-child h2.score-title {
        padding-left: 30px;
    }

    /* Benefits Section */
    #tenable-ot-page .benefits-section .benefits-mask {
        padding: 56px 0 80px;
    }

    #tenable-ot-page .benefits-section .benefits-wrap {
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 32.5px;
    }

    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item {
        max-width: 329px;
        margin: 0;
    }

    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item:first-child .benefit-description {
        max-width: 249px;
        margin: 10px auto 0;
    }

    #tenable-ot-page .benefits-section .benefit-heading {
        width: 610px;
        margin: 0 auto 34px;
    }

    #tenable-ot-page .benefits-section .subtile {
        margin: 0 auto 56px;
    }

    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item img {
        max-width: 64px;
    }

    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item .number-one {
        font-size: 16px;
    }

    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item:nth-child(3) .benefit-description {
        padding-left: 36px;
        padding-right: 36px;
    }

    /* Feature Section */
    #tenable-ot-page .features-section .features {
        padding: 38px 0 0;
    }

    #tenable-ot-page .features-section .features .heading {
        margin-bottom: 38px;
    }

    #tenable-ot-page .features-section .features .single-feature {
        max-width: 100%;
        padding-left: 0;
        padding-top: 94px;
        margin-bottom: 28px;
    }

    #tenable-ot-page .features-section .features::after {
        bottom: -6px;
    }

    /* Risk Section */
    #tenable-ot-page .risks-section {
        padding: 34px 0 67px;
    }

    #tenable-ot-page .risks-section .container {
        padding: 0 35px !important;
    }

    #tenable-ot-page .risks-section .heading {
        padding: 0;
        margin: 0 auto 30px;
    }

    #tenable-ot-page .risks-section .subtitle {
        margin: 14px auto 0;
    }

    #tenable-ot-page .risks-section .risks-section-wrapper {
        flex-direction: column-reverse;
    }

    #tenable-ot-page .risks-section .risks-img-wrapper:after {
        display: none;
    }

    #tenable-ot-page .risks-section .risks-img-wrapper {
        margin: 29px auto 0;
        max-width: 704px;
        width: 100%;
    }

    #tenable-ot-page .risks-section .risks-faq-wapper {
        padding-left: 5px;
        padding-right: 5px;
        margin: 18px auto 0;
        max-width: 100%;
        width: 100%;
    }

    #tenable-ot-page .risks-section .faq-item {
        padding-right: 16px;
    }

    #tenable-ot-page .risks-section .faq-title:before,
    #tenable-ot-page .risks-section .faq-title.open:before {
        right: -16px;
    }

    #tenable-ot-page .risks-section .risks-faq-wapper .faq-text {
        font-size: 16px;
    }

    /* Slider section */
    #tenable-ot-page .ecosystem-section {
        background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/footer_1024.svg");
    }
    #tenable-ot-page .testimonial_section {
        margin-top: 24px;
    }

    #tenable-ot-page .testimonial_section .splide__arrow {
        width: 48px;
        height: 48px;
        top: 177px;
        left: -58px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.072)));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.072) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.072) 100%);
        border-radius: 48px;
    }

    #tenable-ot-page .testimonial_section .splide__arrow--next {
        right: -58px;
        left: auto;
    }

    #tenable-ot-page .testimonial_section .splide__arrow--prev img {
        max-width: 6px;
        width: 100%;
    }

    #tenable-ot-page .testimonial_section .splide__arrow--next img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #tenable-ot-page .testimonial_section .slider_items {
        height: 100%;
        padding: 0;
    }

    #tenable-ot-page .testimonial_section .splide__arrow,
    #tenable-ot-page .splide__arrow--prev:before,
    #tenable-ot-page .splide__arrow--next:before {
        display: none;
    }

    #tenable-ot-page .testimonial_section .slider_items_inner {
        padding: 50px 0 0;
    }

    #tenable-ot-page .testimonial_section .splide__pagination {
        bottom: 16px;
    }

    /* Automation */
    #tenable-ot-page .automation {
        padding: 116px 0 22px;
    }

    #tenable-ot-page .automation h2 {
        margin: 0 auto 40px;
    }

    #tenable-ot-page .automation h6 {
        margin: 0 0 12px;
    }

    #tenable-ot-page .automation p {
        max-width: 658px;
        margin: 0 auto 30px;
    }

    #tenable-ot-page .automation .desktop_hide.zoom_image {
        display: none;
    }

    #tenable-ot-page .automation .ecosystem_img {
        margin: 58px auto 13px;
        max-width: 704px;
        display: block;
    }

    /* tenable ot section  */
    .tenabl-ot-section {
        padding: 36px 0;
    }
    .tenabl-ot-section .tenable-ot-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tenabl-ot-section .tenable-ot-content {
        max-width: 100%;
        align-items: center;
    }

    .tenabl-ot-section .content-copy {
        margin: 22px 0 18px;
        text-align: center;
    }

    .tenabl-ot-section .tenable-ot-img-wrapper {
        max-width: 676px;
        margin: 40px auto 0;
    }

    .tenabl-ot-section .tenable-ot-img-wrapper img {
        padding: 0 9px;
    }

    .tenabl-ot-section .tenable-ot-img-wrapper::after {
        display: none;
    }

    /* CTA Section */
    #tenable-ot-page .cta-section .background-mask:before {
        opacity: 0;
    }

    #tenable-ot-page .cta-section .cta-section-holder {
        padding: 56px 0px 0;
    }

    #tenable-ot-page .cta-section h2.cta-title {
        max-width: 100%;
    }
    #tenable-ot-page .cta-section .bac-wrap {
        padding: 32px 60px;
    }
    #tenable-ot-page .cta-section button.cta-button.btn-orange {
        margin-top: 36px;
    }
}

@media(min-width: 768px) {

    #tenable-ot-page .mktoForm .mktoField[name="Title"],
    #tenable-ot-page .mktoForm .mktoField[name="Phone"],
    #tenable-ot-page .mktoForm .mktoField[name="Employee_Range__c"] {
        border-radius: 0 3px 3px 0 !important;
    }

    #tenable-ot-page .mktoForm .mktoField[name="Email"],
    #tenable-ot-page .mktoForm .mktoField[name="Company"] {
        max-width: calc(100% + 1px);
    }

    #tenable-ot-page .mktoForm .mktoField[name="Phone"],
    #tenable-ot-page .mktoForm .mktoField[name="Employee_Range__c"] {
        margin-left: -1px;
    }

    #tenable-ot-page .mobile_show.zoom_image {
        display: none;
    }
}

@media (max-width: 767px) {

    /* Overwrites Dropdown Caret */
    #tenable-ot-page .mktoForm select.mktoField {
        background-position: calc(100% - 14px) center;
    }

    #tenable-ot-page .container {
        max-width: 500px !important;
        width: 100%;
        padding: 0 20px !important;
    }

    /* Hero Section */
    #tenable-ot-page .hero-section {
        background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/hero_mob.svg");
        background-position: bottom center;
        padding: 24px 0 54px;
    }
    #tenable-ot-page .hero-section:before {
        display: none;
    }

    #tenable-ot-page .hero-section .container {
        padding: 0 16px !important;
    }

    #tenable-ot-page .hero-section .hero-title,
    #tenable-ot-page .hero-section .hero-title span {
        text-align: center;
        font-size: 34px;
        line-height: 124%;
    }
    #tenable-ot-page .hero-section .hero-title {
        margin-top: 30px;
        margin-bottom: 32px;
    }
    #tenable-ot-page .hero-section .hero-title span {
        display: inline-block;
    }

    #tenable-ot-page .hero-section .hero-subtitle-holder.only_mobile_show {
        display: none;
    }

    #tenable-ot-page .hero-section .hero-subtitle-holder .hero-subtitle-point {
        padding-right: 0;
    }

    #tenable-ot-page .tenable_logo {
        padding: 0px 0 27px;
        text-align: center;
    }

    /* Form */
    #tenable-ot-page .hero-section .hero-section-container .form-content {
        margin-top: 16px;
    }

    #tenable-ot-page .hero-section .form-content .form-wrapper {
        max-width: 337px;
        padding: 33px 20px 20px;
    }

    #tenable-ot-page .hero-section .form-content .form-wrapper form {
        padding: 0;
    }

    #tenable-ot-page .hero-section .form-content .form-wrapper .form-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    #tenable-ot-page .mktoForm {
        padding: 0;
    }

    #tenable-ot-page .hero-section .form-content .form-wrapper form>div.mktoFormRow {
        max-width: 100%;
        width: 100%;
    }

    #tenable-ot-page .hero-section .form-content .form-wrapper form>div.mktoFormRow.shown {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #tenable-ot-page .form_button {
        max-width: 100%;
        width: 100%;
        margin: 8px auto 30px;
    }

    #tenable-ot-page .hero-section .form-content .form-wrapper form .mktoButtonRow button.mktoButton {
        width: 100% !important;
        margin: 8px auto 0;
    }

    .modal_bg .modal_inner .modal_wrapper .mobile_show {
        display: block;
        margin: 0 auto;
    }

    #tenable-ot-page .hero-subtitle-holder.only_mobile_show {
        display: block;
        margin: 25px 0 0 48px;
    }

    /* client logos */
    #tenable-ot-page .client-section {
        padding: 32px 20px 40px;
        margin: 40px auto 0;
    }

    #tenable-ot-page .client-section .client-logos-wrapper {
        max-width: 326px;
        padding: 0;
        margin: auto;
    }

    #tenable-ot-page .client-section .title {
        font-size: 20px;
        line-height: 32px;
        padding: 0;
        margin: 0 auto 44px;
        max-width: 500px;
        width: 100%;
    }

    #tenable-ot-page .client-section .subtile {
        margin-bottom: 13px;
    }

    /* score section */
    #tenable-ot-page .score-section {
        padding: 42px 0 72px;
    }
    #tenable-ot-page .score-section .score-holder:first-child:after {
        display: none;
    }

    #tenable-ot-page .score-section .score-holder-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #tenable-ot-page .score-section .score-holder {
        border: inherit;
        min-height: auto;
        margin-bottom: 27px;
        border: none !important;
    }

    #tenable-ot-page .score-section h2.score-title {
        padding: 0 !important;
        margin: 0 0 21px 0;
    }

    #tenable-ot-page .score-section .score-holder:first-child p,
    #tenable-ot-page .score-section .score-holder:last-child p.score-description {
        font-size: 16px;
        line-height: 24px;
        max-width: 362px;
        margin: 0 auto !important
    }

    #tenable-ot-page .features-section .features .single-feature .feature-text {
        letter-spacing: -0.1px;
    }

    /* Benefits Section */
    #tenable-ot-page .benefits-section .benefits-mask {
        padding: 56px 20px 60px;
    }

    #tenable-ot-page .benefits-section .subtile {
        font-size: 16px;
        line-height: 24px;
        text-align: inherit;
        margin-bottom: 36px;
        max-width: 300px;
    }

    #tenable-ot-page .benefits-section .benefit-heading {
        max-width: 300px;
        font-size: 28px;
        text-align: center;
        width: auto;
        margin: 0 auto 18px;
    }

    #tenable-ot-page .benefits-section .subtile br {
        display: none;
    }

    #tenable-ot-page .benefits-section .benefits-wrap {
        margin-top: 8px;
        padding: 0 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item {
        max-width: 100%;
        height: 258px;
        text-align: inherit;
        height: inherit;
        padding: 32px 16px 24px 16px;
    }

    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item img {
        margin-bottom: 8px;
    }

    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item .benefit-item-heading {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item .benefit-description {
        max-width: none;
    }

    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item .benefit-description {
        max-width: 249px;
        margin: 10px auto 0;
    }
    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item:nth-child(2) .benefit-description {
        max-width: 289px;
    }

    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item:last-child .benefit-description {
        max-width: 225px;
        padding: 0;
    }

    #tenable-ot-page .benefits-section .benefit-item:nth-child(2) {
        margin: 16px 0 17px;
    }

    /* Feature Section */
    #tenable-ot-page .features-section .features {
        padding: 38px 0 2px;
    }

    #tenable-ot-page .features-section .features .heading {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 40px;
    }

    #tenable-ot-page .features-section .features .single-feature {
        margin-bottom: 28px;
    }

    /* slider */
    #tenable-ot-page .testimonial_section {
        margin-top: 1px;
    }

    #tenable-ot-page .testimonial_section .splide__arrow {
        top: inherit;
        bottom: -80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #tenable-ot-page .testimonial_section .splide__arrow--prev {
        margin-left: -40px;
    }

    #tenable-ot-page .testimonial_section .splide__arrow--next {
        margin-left: 40px;
    }

    #tenable-ot-page .testimonial_section .slider_items_inner {
        display: flex;
        flex-direction: column;
        padding: 70px 0 0;
    }

    #tenable-ot-page .testimonial_section .slider_items .slider_company_logo img.chubu,
    #tenable-ot-page .testimonial_section .slider_items .slider_company_logo img {
        max-width: 335px;
    }
    #tenable-ot-page .testimonial_section .slider_items p.slider_content {
        font-size: 20px;
        line-height: 150%;
        margin-top: 25px;
    }

    /* Risk Section */
    #tenable-ot-page .risks-section {
        padding: 0 0 64px;
    }

    #tenable-ot-page .risks-section .container {
        padding: 0 20px !important;
    }

    #tenable-ot-page .risks-section .heading {
        font-size: 28px;
        text-align: center;
    }

    #tenable-ot-page .risks-section .subtitle {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        text-align: inherit;
        margin: 15px auto 0;
    }

    #tenable-ot-page .risks-section .risks-img-wrapper {
        width: 100%;
        display: block;
        margin: 0 auto;
        border-radius: 4px;
        margin-bottom: 8px;
        max-width: 335px;
    }

    #tenable-ot-page .risks-section .risks-section-wrapper img.pre_built {
        border: 3.756px solid rgba(4, 30, 66, 0.04);
        border-radius: 3.117px;
    }

    #tenable-ot-page .risks-section .risks-img-wrapper .pre_built {
        display: none;
    }

    #tenable-ot-page .risks-section .risks-img-wrapper img.pre_built.mobile {
        display: block;
        border-radius: 4px;
    }

    #tenable-ot-page .risks-section .risks-faq-wapper {
        padding-left: 0;
        padding-right: 0;
        margin-top: 14px;
    }

    #tenable-ot-page .risks-section .faq-item {
        margin-bottom: 16px;
        padding-right: 0;
    }

    #tenable-ot-page .risks-section .faq-title:before {
        margin-top: 3px;
        right: 2px;
    }

    #tenable-ot-page .risks-section .faq-title.open:before {
        margin-top: 3px;
        right: 2px;
    }

    #tenable-ot-page .risks-section .faq-title {
        font-size: 20px;
        padding-right: 50px;
    }

    #tenable-ot-page .risks-section .risks-faq-wapper .faq-text {
        line-height: 24px;
        margin-top: 16px;
        font-size: 16px;
    }

    #tenable-ot-page .risks-section .mobile_show.zoom_image {
        display: none;
    }

    #tenable-ot-page .ecosystem-section {
        background-image: url("https://www.tenable.com/lp/campaigns/20/ot-security-demo/images/footer_mob.svg");
    }

    /* Automation */
    #tenable-ot-page .automation {
        padding: 118px 0 22px;
    }

    #tenable-ot-page .automation h2 {
        font-size: 28px;
    }

    #tenable-ot-page .automation p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 34px;
    }

    /* Animation */
    #tenable-ot-page .wave_wrapper {
        margin-top: 40px;
    }

    /* tenable ot section */
    .tenabl-ot-section {
        padding: 36px 0;
    }

    .tenabl-ot-section .tenable-ot-content {
        padding: 0 10px;
    }
    .tenabl-ot-section .tenable-ot-img-wrapper img {
        padding: 0;
    }

    /* CTA Section */
    #tenable-ot-page .cta-section .cta-section-holder {
        padding: 58px 0px 4px;
    }

    #tenable-ot-page .cta-section .cta-section-holder .container .row>div {
        padding: 0;
    }

    #tenable-ot-page .cta-section h2.cta-title {
        font-size: 28px;
        line-height: 120%;
    }
    #tenable-ot-page .cta-section .bac-wrap {
        border-radius: 30px;
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 480.98px),
only screen and (max-device-width: 480.98px),
only screen and (max-device-height: 480.98px) {

    #tenable-ot-page .mktoMobileShow .mktoForm,
    #tenable-ot-page .mktoForm * {
        padding: 0;
    }
}

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

    #tenable-ot-page .mktoForm,
    #tenable-ot-page .mktoForm * {
        padding: 0;
    }
}
@media(max-width: 374px) {
    #tenable-ot-page .ecosystem-section {
        background-size: auto 100%;
        background-position: bottom -1px center;
    }
}
@media(max-width: 359px) {

    /* Overwrite DropDown Caret */
    #tenable-ot-page .mktoForm select.mktoField {
        background-position-x: 230px;
    }

    #tenable-ot-page .hero-section .hero-subtitle-holder .hero-subtitle-point {
        font-size: 16px;
    }

    /* Benefits Section */
    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item .benefit-item-heading {
        font-size: 18px;
    }

    #tenable-ot-page .benefits-section .benefits-wrap .benefit-item .benefit-description {
        font-size: 14px;
    }

}

/* popup for image */
.lightbox-opened-mask.img {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.lightbox-opened.img {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: auto;
    top: 0px;
    left: 0px;
    padding: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.lightbox-opened.img .lightbox-content {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

.lightbox-opened.img .main-img {
    max-height: -o-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    max-width: 100%;
    width: auto;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    background: #FFFFFF;
}

.lightbox-opened.img .close {
    position: absolute;
    max-width: 48px;
    width: 100%;
    height: 48px;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.1);
    right: -48px;
    padding: 0;
    top: -48px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none;
}

.lightbox-opened.img .close:hover {
    background-color: #00a5b5;
}

.lightbox-opened.img .close:focus {
    outline: none;
}

.lightbox-opened.img .close img {
    position: relative;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: auto;
    width: 14px;
    height: 14px;
}

@media screen and (max-width: 991.89px) {
    .lightbox-opened.img .close {
        right: -41px;
    }
}

@media screen and (max-width: 767.89px) {
    .lightbox-opened.img .close {
        max-width: 48px;
        max-height: 48px;
        right: 16px;
        top: 16px;
        position: fixed;
    }

    .lightbox-opened.img .close img {
        width: 14px;
        height: 14px;
    }

    .lightbox-opened.img {
        padding: 0 0 0 16px;
    }

    .lightbox-opened.img .lightbox-inner {
        overflow-x: scroll;
    }

    .lightbox-opened.img .lightbox-content {
        max-width: 824px;
    }

    .lightbox-opened.img .main-img {
        max-height: -o-calc(100vh - 172px);
        max-height: calc(100vh - 172px);
        max-width: none;
        margin-right: 16px;
    }

}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    .lightbox-opened.img .lightbox-inner {
        overflow-x: initial;
    }

    .lightbox-opened.img .main-img {
        max-height: -o-calc(100vh - 100px);
        max-height: calc(100vh - 100px);
    }

    .lightbox-opened.img .close {
        position: absolute;
        top: -32px !important;
        right: 5px !important;
        max-width: 25px;
        max-height: 25px;
    }

    .lightbox-opened.img .close img {
        width: 9px;
        height: 9px;
    }
}

@media (max-width: 374px) {
    #tenable-ot-page .hero-section {
        background-position: top center;
    }
}

.footer {
    padding: 29px 0 26px;
    text-align: center;
    margin-bottom: -1px;
}
.footer .container{
    max-width: 1009px !important;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.footer .footer-content {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}
.footer .copyright{
    font-family: 'Aeonik Pro';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: 400;
}
.footer .footer-links{
    color: #C3D3E0;
}
.footer .hidden-separator{
    color: #C3D3E0;
    margin: 0 4px;
}
.footer-links a {
    font-family: 'Aeonik Pro';
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    margin: 0 3.5px;
}
.footer-links a:last-child{
    margin-right: 0;
}
.footer a:hover {
    text-decoration: underline;
} 

.footer-links.mobile-only {
    display: none;
}
@media(max-width:1023.98px) {
    .footer {
        padding: 14px 0 26px;
    }
    .footer .footer-content {
        display: flex;
        flex-direction: column;
    }
    .footer .copyright {
        margin-bottom: 16px;
    }
}
@media(max-width:767.98px){
    .footer {
        padding: 14px 0 20px;
    }
    .footer .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 
    }
    .hidden-separator,
    .footer-links {
        display: none;
    }
    .footer-links.mobile-only {
        display: flex;
        flex-direction: column;
    }
    .footer-links a {
        margin: 0 4px 16px;
    }
}
