@import url("https://www.tenable.com/lp/assets/css/aeonik-font.css");

/* GLOBALS */
body {
  font-family: "Aeonik Pro", sans-serif;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: radial-gradient(51.93% 52.48% at 50% 25.08%,
      #00005b 0%,
      #00005b 22.36%,
      #000026 100%);
}

/* common body css */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

html[style="overflow: hidden;"] body {
  overflow: hidden;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: normal;
  color: #041e42;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

button {
  border: 0;
  outline: 0;
  cursor: pointer;
}

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

.h-177 {
  height: 177px;
}

.h-g1 {
  height: 326px;
}

.h-g2 {
  height: 404px;
}

.h-g3 {
  height: 384px;
}

.h-g4 {
  height: 102px;
}

.h-g5 {
  height: 170px;
}

.h-g6 {
  height: 236px;
}

.mh-lg-68 {
  min-height: 68px;
}

.mh-lg-92 {
  min-height: 92px;
}

.no-scroll {
  overflow: hidden;
}

.invisible {
  visibility: hidden;
}

main {
  overflow: clip;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

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

/* page css */
.font-weight-600 {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: bold;
}

.desktop-only,
.tablet-only,
.mobile-only {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .open-lightbox-btn {
    top: 50%;
  }
}

@media screen and (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .tablet-only {
    display: block;
  }
}

@media screen and (max-width: 767.98px) {
  .mobile-only {
    display: block;
  }

  .container {
    padding: 0 16px;
    max-width: 375px;
    position: relative;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .open-lightbox-btn {
    max-width: 64px;
    max-height: 64px;
  }

  .buy-tenable-link {
    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;
    width: 100%;
  }
}

@media screen and (max-width: 359.98px) {
  .buy-tenable-link {
    font-size: 16px;
  }
}

.show-only-hero {
  overflow: hidden;
}

.mfp-hide {
  display: block !important;
  margin: auto;
}

/* Hero Section */
.hero-section {
  position: relative;
  /* overflow: clip; */
  padding: 20px 0 59px;
  margin-bottom: 40px;
}

.hero-section::before {
  content: "";
  width: 1275px;
  height: 1194px;
  position: absolute;
  right: -389px;
  top: -470px;
  background-image: url("https://www.tenable.com/lp/campaigns/25/compare/nessus-to-vm/images/hero-section-pattern-1440.svg");
}

.hero-section .container:before {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section::before {
    width: 970px;
  }
}

@media (min-width: 1200px) and (max-width: 1919.98px) {
  .hero-section::before {
    width: 1035px;
  }
}

@media (min-width: 2000px) {
  .hero-section::before {
    display: none;
  }

  .hero-section .container:before {
    content: "";
    display: block;
    width: 1275px;
    height: 1194px;
    position: absolute;
    right: -745px;
    top: -542px;
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/nessus-to-vm/images/hero-section-pattern-xl.svg");
  }
}

.hero-section .hero-logo img {
  max-width: 435px;
}

.show-only-hero .hero-section {
  height: 100%;
  padding: 0;
}

.hero-section .container {
  height: 100%;
  padding: 0 5px;
  position: relative;
}

.hero-section .hero-section-inner {
  display: grid;
  grid-template-columns: 1fr 529px;
  column-gap: 101px;
  margin-top: 65px;
  align-items: start;
}

.hero-section-txt {
  padding-top: 99px;
}

.hero-section .hero-section-sub-heading {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 21px;
}

.hero-section .hero-section-heading {
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
}

.hero-section .hero-section-content {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-right: 32px;
}

.hero-section .hero-section-heading span:last-child {
  color: #ffb900;
}

@media screen and (max-width: 1230.98px) {
  .hero-section .container {
    padding: 0 40px;
  }

  .hero-section .hero-section-inner {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}

@media screen and (max-width: 991.98px) {
  .hero-section .container {
    max-width: 768px !important;
  }

  .hero-section .hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-section {
    padding: 20px 0 61px;
    margin-bottom: 0;
  }

  .hero-section::before {
    display: none;
  }

  .hero-section .hero-section-inner {
    grid-template-columns: 100%;
    margin-top: 57px;
  }

  .hero-section-txt {
    padding-top: 10px;
    text-align: center;
  }

  .hero-section .hero-section-heading {
    margin-bottom: 19px;
    text-align: center;
  }

  .hero-section .hero-section-content {
    margin-bottom: 66px;
    font-size: 18px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .hero-section .container {
    padding: 0 20px;
  }

  .hero-section .hero-logo img {
    height: 49.2px;
    margin: auto;
    display: block;
  }

  .hero-section .hero-section-inner {
    margin-top: 24px;
    margin-bottom: 60px;
  }

  .hero-section .hero-section-heading {
    font-size: 34px;
    line-height: 124%;
    margin-bottom: 20px;
    text-align: center;
  }

  .hero-section .hero-section-content {
    margin-right: 0;
    text-align: center;
    margin-bottom: 29px;
  }
}

/* Hero form states */
.hero-section .hero-form-wrap {
  display: block;
  max-width: 536px;
  width: 100%;
  padding: 25px 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  background: #fff;
  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);
}

.try-buy-modal .content-01 .modal-heading {
  color: #041e42;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  padding: 0 20px;
  margin: 0 0 13px;
}

.try-buy-modal .content-01 p.textcenter {
  color: #041e42;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 22px;
}

.progress-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.try-buy-modal .content-01 p.textcenter[style="display: none;"]+.progress-dots {
  flex-direction: row-reverse;
}

.progress-dots svg {
  display: block;
  margin: 0 8px;
}

.first-step {
  display: flex;
  flex-direction: column;
}

.first-step .clearfix {
  display: flex;
  justify-content: space-between;
}

.first-step .clearfix>div {
  max-width: calc(50% - 10px);
  width: 100%;
}

.try-buy-modal__form input {
  border: 1.5px solid #041e42;
  border-radius: 9px;
  width: 100%;
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  outline: none;
  padding: 0 16px;
}

.try-buy-modal__form .blue input {
  border-color: #041e42 !important;
}

.try-buy-modal .content-01 .form-item.focused input {
  border: 1.5px solid #041e42;
}

.try-buy-modal .content-01 .form-item label {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #041e42;
  overflow: unset;
  width: auto;
  height: auto;
  clip: unset;
  margin: 0px;
  top: 16px;
  left: 11px;
  padding: 0 5px;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.try-buy-modal .content-01 .form-item.focused label {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  top: -10px;
}

.try-buy-modal .content-01 .form-item.blue label {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  top: -10px;
  color: #041e42;
}

.try-buy-modal .content-01 .form-item.has-error label {
  color: #e94a6f !important;
}

/* Buy Now Form */
.nessus-pro-buy-now-modal label {
  padding: 4px 10px;
}

.nessus-pro-buy-now-modal .nessus-bundle-button {
  margin-top: 16px;
  margin-bottom: 10px;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

#buy-nessus-pro {
  padding-bottom: 10px;
  padding-top: 10px;
}

.nessus-pro-buy-vat {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .hero-section .hero-form-wrap {
    max-width: 100%;
    margin: 0 auto;
  }

  .try-buy-modal .content-01 .modal-heading {
    max-width: 448px;
    margin: 0 auto 13px;
  }
}

/* @media (max-width: 991.98px) {

} */

@media (max-width: 767.98px) {
  .hero-section {
    padding: 21px 0 0px;
  }

  .hero-section .hero-form-wrap {
    padding: 25px 20px 30px;
  }

  .try-buy-modal .content-01 .modal-heading {
    font-size: 24px;
  }

  .first-step .clearfix {
    flex-wrap: wrap;
  }

  .first-step .clearfix>div {
    max-width: 100%;
  }

  .try-buy-modal .content-01 .form-item {
    margin: 0 0 20px;
  }
}

/*form style*/
.mfp-wrap .mfp-close {
  display: none;
}

/* Comparison Table */
.comparison {
  position: relative;
  overflow: clip;
}

.comparison .sticky-comparison {
  background: #000026;
  position: sticky;
  top: 0;
  height: 0;
  opacity: 0;
  z-index: 1;
}

.comparison .sticky-comparison.sticky {
  opacity: 1;
  height: 100%;
}

.sticky-comparison {
  transition: opacity 0.3s ease;
}

.comparison .sticky-comparison .sticky-comparison-wrap {
  display: flex;
  align-items: center;
}

.comparison .sticky-comparison .sticky-comparison-wrap:before,
.comparison .sticky-comparison .sticky-comparison-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  right: 100%;
  top: 0;
  background: #000026;
  height: 99px;
  z-index: -1;
  overflow: clip;
}

.comparison .sticky-comparison .sticky-comparison-wrap:after {
  left: 100%;
}

.comparison .sticky-comparison .sticky-comparison-wrap .sticky-comparison-heading {
  max-width: 550px;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.comparison .sticky-comparison .sticky-comparison-wrap .sticky-comparison-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 99px;
  max-width: 285px;
  width: 100%;
  text-align: center;
  background: linear-gradient(20deg, #ffa400 13.43%, #02024d 189.84%);
}

.comparison .sticky-comparison .sticky-comparison-wrap .sticky-comparison-logo:last-child {
  max-width: 285px;
  background: linear-gradient(47deg,
      #34347f 10.46%,
      #21216c 36.54%,
      #02024d 79.99%);
}

.comparison .container {
  max-width: 1200px;
  padding: 0;
}

.comparison .comparison-heading {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  /* 55.2px */
  text-align: center;
  margin-bottom: 60px;
}

.comparison .comparison-sub-heading {
  display: none;
}

.comparison .comparison-table {
  display: flex;
}

.comparison .comparison-table-headings {
  max-width: 159px;
  width: 100%;
  padding-left: 10px;
}

.comparison .comparison-table-headings .heading-content:first-child {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-wrap: nowrap;
  padding-top: 46px;
}

.comparison .comparison-table-headings .heading-content:not(:first-child) {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  margin-right: 31px;
  margin-bottom: 30px;
  padding-top: 12px;
}

.comparison .comparison-table-headings .heading-content.h-g3,
.comparison .comparison-table-headings .heading-content.h-g6 {
  margin-bottom: 0;
}

.comparison .comparison-table-headings .heading-content.h-g5 {
  margin-bottom: 24px;
}

.comparison .comparison-table-headings .heading-content.h-g4,
.comparison .comparison-table-headings .heading-content.h-g5 {
  padding-top: 5px;
}

.comparison .comparison-table-titles {
  max-width: 602px;
  width: 100%;
}

.comparison .comparison-table-titles .title {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 10px;
  padding: 9px 10px 10px 38px;
  height: 46px;
}

.comparison .comparison-table-titles .title:last-child {
  margin-bottom: 0;
}

.comparison .comparison-table-titles .titles-wrapper-g1,
.comparison .comparison-table-titles .titles-wrapper-g2,
.comparison .comparison-table-titles .titles-wrapper-g3,
.comparison .comparison-table-titles .titles-wrapper-g4,
.comparison .comparison-table-titles .titles-wrapper-g5,
.comparison .comparison-table-titles .titles-wrapper-g6 {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.comparison .comparison-table-titles .titles-wrapper-g1,
.comparison .comparison-table-titles .titles-wrapper-g2,
.comparison .comparison-table-titles .titles-wrapper-g3,
.comparison .comparison-table-titles .titles-wrapper-g4,
.comparison .comparison-table-titles .titles-wrapper-g5,
.comparison .comparison-table-wrapper .table-wrapper-g1,
.comparison .comparison-table-wrapper .table-wrapper-g2,
.comparison .comparison-table-wrapper .table-wrapper-g3,
.comparison .comparison-table-wrapper .table-wrapper-g4,
.comparison .comparison-table-wrapper .table-wrapper-g5 {
  margin-bottom: 36px;
}

.comparison .comparison-table-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 597px;
}

.comparison .comparison-table-wrapper .inner-tenable {
  position: relative;
  max-width: 50%;
  width: 100%;
  border-radius: 20px;
  border: 3px solid #ffa400;
  background-color: #090947;
  background-image: url("https://www.tenable.com/lp/campaigns/25/compare/nessus-to-vm/images/comparison-tenable-inner.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 295px auto;
}

.comparison .comparison-table-wrapper .inner-tenable .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(1px, -33px);
  height: 173px;
}

.comparison .comparison-table-wrapper .table-wrapper-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
  height: 46px;
}

.comparison .comparison-table-wrapper .table-wrapper-g1>.tw-cta {
  margin: 30px 0 0;
  display: flex;
}

.comparison .comparison-table-wrapper .table-wrapper-g1>.tw-cta a {
  max-width: 152px;
  padding: 18.5px 30px;
  border-radius: 100px;
  border: 2px solid #ffb900;
  background: #ffb900;
  margin: 0 auto;
  color: var(--Basic-Midnight-Blue, #041e42);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.comparison .comparison-table-wrapper .table-wrapper-g1>.tw-cta a:hover {
  background: transparent;
  color: #ffb900;
}

.comparison .comparison-table-wrapper .table-wrapper-content:last-child {
  margin-bottom: 0;
}

.comparison .comparison-table-wrapper .inner-qualys {
  position: relative;
  max-width: 50%;
  width: 100%;
  border-radius: 20px;
  border: 3px solid #01014e;
  background: rgba(255, 255, 255, 0.1);
  background-image: url("https://www.tenable.com/lp/campaigns/25/compare/nessus-to-vm/images/comparison-qualys-inner.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 295px auto;
}

.comparison .comparison-table-wrapper .inner-qualys .logo-wrap {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(2px, -34px);
}

.comparison .comparison-table-wrapper.mobile-only {
  display: none;
}

@media (max-width: 1199.98px) {}

@media (max-width: 1230.98px) {
  .h-g1 {
    height: 416px;
  }

  .h-g2 {
    height: 608px;
  }

  .h-g3 {
    height: 530px;
  }

  .h-g4 {
    height: 124px;
  }

  .h-g5 {
    height: 226px;
  }

  .h-g6 {
    height: 398px;
  }

  .h-177 {
    height: 136px;
  }

  .comparison .container {
    padding: 40px;
  }

  .comparison .comparison-sticky-wrapper {
    max-width: 688px;
    width: 100%;
    margin: 0 auto;
  }

  .comparison .sticky-comparison .sticky-comparison-wrap:before,
  .comparison .sticky-comparison .sticky-comparison-wrap:after {
    height: 73px;
  }

  .comparison .sticky-comparison .sticky-comparison-wrap .sticky-comparison-logo,
  .comparison .sticky-comparison .sticky-comparison-wrap .sticky-comparison-logo:last-child {
    height: 73px;
    max-width: 185px;
  }

  .comparison .comparison-table-headings .heading-content:first-child {
    text-wrap: wrap;
    padding-right: 50px;
    padding-top: 30px;
  }

  .comparison .comparison-table-headings .heading-content:not(:first-child) {
    margin-right: 10px;
  }

  .comparison .comparison-table-headings .heading-content.h-g4,
  .comparison .comparison-table-headings .heading-content.h-g5 {
    padding-top: 40px;
  }

  .comparison .comparison-table-headings .heading-content.h-g6 {
    padding-top: 86px;
  }

  .comparison .comparison-table-headings {
    max-width: 138px;
  }

  .comparison .comparison-table-titles {
    max-width: 186px;
  }

  .comparison .comparison-table-titles .title {
    padding-left: 22px;
    padding-right: 25px;
  }

  .comparison .comparison-table-wrapper .table-wrapper-content {
    padding: 0 20px;
  }

  .comparison .comparison-table-wrapper .table-wrapper-content br {
    display: none;
  }

  .comparison .comparison-table-titles .title.mh-md-68,
  .comparison .comparison-table-wrapper .table-wrapper-content.mh-md-68 {
    min-height: 68px;
  }

  .comparison .comparison-table-titles .title.mh-md-92,
  .comparison .comparison-table-wrapper .table-wrapper-content.mh-md-92 {
    min-height: 92px;
  }

  .comparison .comparison-table-titles .title.mh-md-116,
  .comparison .comparison-table-wrapper .table-wrapper-content.mh-md-116 {
    min-height: 116px;
  }

  .comparison .comparison-table-titles .title.mh-md-140,
  .comparison .comparison-table-wrapper .table-wrapper-content.mh-md-140 {
    min-height: 140px;
  }

  .comparison .comparison-table-wrapper .inner-tenable {
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/nessus-to-vm/images/comparison-tenable-inner-lg.svg");
    background-size: 246px auto;
    background-position: center -1px;
  }

  .comparison .comparison-table-wrapper .inner-qualys {
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/nessus-to-vm/images/comparison-qualys-inner-lg.svg");
    background-size: 246px auto;
    background-position: center -1px;
  }

  .comparison .comparison-table-wrapper .inner-tenable .logo-wrap {
    transform: translate(0, -25px);
    height: 133px;
  }

  .comparison .comparison-table-wrapper .inner-qualys .logo-wrap {
    transform: translate(1px, -25px);
    height: 133px;
  }

  .comparison .comparison-table-wrapper .inner-tenable .logo-wrap img {
    max-width: 235.268px;
  }

  .comparison .comparison-table-wrapper .inner-qualys .logo-wrap img {
    max-width: 234px;
  }

  .comparison .container {
    max-width: 768px;
  }
}

@media (max-width: 767.98px) {
  .comparison .container {
    padding: 20px;
  }

  .comparison .comparison-heading {
    font-size: 28px;
    padding: 0 30px;
    margin-bottom: 54px;
  }

  .comparison .comparison-sub-heading {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-family: "Aeonik Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-bottom: 80px;
  }

  .comparison .comparison-sub-heading {
    display: inherit;
  }

  .comparison .comparison-table-headings,
  .comparison .comparison-table-titles,
  .comparison .comparison-table-wrapper {
    display: none;
  }

  .comparison .sticky-comparison .sticky-comparison-wrap {
    justify-content: center;
  }

  .comparison .sticky-comparison .sticky-comparison-wrap .sticky-comparison-heading {
    display: none;
  }

  .comparison .sticky-comparison .sticky-comparison-wrap .sticky-comparison-logo,
  .comparison .sticky-comparison .sticky-comparison-wrap .sticky-comparison-logo:last-child {
    max-width: 168px;
  }

  .comparison .comparison-table-wrapper.mobile-only {
    display: block;
    margin: 0 auto;
    max-width: 336px;
    width: 100%;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .table-product-content {
    display: flex;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .table-product-content .tenable-logo-wrap,
  .comparison .comparison-table-wrapper.mobile-only .table-product .table-product-content .qualys-logo-wrap {
    position: relative;
    max-width: 171px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background-size: 171px 98px;
    height: 132px;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .table-product-content .tenable-logo-wrap {
    border-left: 3px solid #ffa400;
    border-top: 3px solid #ffa400;
    border-right: 3px solid #ffa400;
    background-color: #090947;
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/nessus-to-vm/images/comparison-tenable-inner-sm.svg");
    background-repeat: no-repeat;
    background-size: 165px 80px;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .table-product-content .qualys-logo-wrap {
    background: rgba(255, 255, 255, 0.1);
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/nessus-to-vm/images/comparison-qualys-inner-sm.svg");
    background-repeat: no-repeat;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .table-product-content .tenable-logo-wrap img {
    /* max-width: 121.268px; */
    transform: translate(-3px, 0);
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .table-product-content .qualys-logo-wrap img {
    /* max-width: 117px; */
    transform: translate(-2px, 2px);
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .table-product-block,
  .comparison .comparison-table-wrapper.mobile-only .table-product .table-product-title {
    border-left: 3px solid #ffa400;
    padding: 11px;
    background: linear-gradient(90deg, #ffb900 0.38%, #1b1b3d 99.93%);
    color: #fff;
    font-family: "Aeonik Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .table-product-block {
    font-weight: 500;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .table-product-title {
    background: #14145f;
    text-align: center;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .inner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 46px;

    background: rgba(0, 0, 59, 0.6);
    color: #fff;
    text-align: center;
    font-family: "Aeonik Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .inner-content:not(:last-child) {
    border-left: 3px solid #ffa400;
    border-right: 3px solid #ffa400;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .inner-content.inner-content-br {
    border-bottom: 3px solid #ffa400;
    border-right: 3px solid #ffa400;
    border-radius: 0px 0px 20px 20px;
    background-color: #090947;
    height: 94px;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .inner-content.inner-content-br a {
    max-width: 115px;
    padding: 16.5px 22px;
    border-radius: 100px;
    border: 2px solid #ffb900;
    color: #ffb900;
    background: transparent;
    margin: 0 auto;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .inner-content.inner-content-br+.inner-content {
    border-radius: 0px 0px 20px 20px;
    background-color: #090947;
    height: 94px;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .inner-content.mh-sm-74 {
    min-height: 74px;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .inner-content.mh-sm-92 {
    min-height: 92px;
  }

  .comparison .comparison-table-wrapper.mobile-only .table-product .inner-content.p-10 {
    padding: 0 10px;
  }
}

/* accordion section */
.risks-section {
  padding: 0;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.risks-section .container {
  margin: 0 auto;
  max-width: 1210px;
  width: 100%;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}

.risks-section .heading {
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  /* 42.16px */
  text-align: center;
  /* max-width: 936px; */
  /* width: 100%; */
  margin: 0 auto 24px;
}

.risks-section .risk-content {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  padding: 0 200px;
  margin-bottom: 67px;
}

.risks-section .risks-section-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 0 100px;
}

.risks-section .risks-img-wrapper {
  height: 100%;
  max-width: 576px;
  width: 100%;
  margin-right: 1px;
  position: relative;
}

.risks-faq-wapper {
  max-width: 543px;
  width: 100%;
}

.risks-section .risks-img-wrapper .faq-img {
  display: none;
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: 28px;
}

.risks-section .risks-img-wrapper .faq-img img {
  width: 100%;
  border-radius: 6.154px;
  box-shadow: 0px 32.308px 64.615px 0px rgba(0, 0, 0, 0.08);
}

.risks-section .risks-img-wrapper .faq-img.open {
  display: block;
}

.risks-section-wrapper img.active {
  display: block;
}

.risks-section .faq-item .faq-img-mbl {
  display: none !important;
}

.risks-section .faq-item p a {
  color: var(--Basic-White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.risks-section .faq-item p a:hover {
  color: var(--Product-Prime-Yellow, #ffb900);
}

.risks-section .faq-item p+a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffb900;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 102px;
  width: 100%;
  margin: 18px 0 0;
  text-decoration: none;
  gap: 5px;
}

.risks-section .faq-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 68px;
  color: #fff;
  position: relative;
  cursor: pointer;
  height: 68px;
  border-bottom: 1px solid rgba(255, 254, 254, 0.2);
}

.risks-section .faq-title:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_4807_1798)'%3E%3Cpath d='M3.75 12.1069H20.25' stroke='%23FFA400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 3.85693V20.3569' stroke='%23FFA400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4807_1798'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.106934)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 24px 24px;
  content: "";
  position: absolute;
  right: 0;
  top: 22px;
  width: 24px;
  height: 24px;
}

.risks-section .faq-title .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.risks-section .faq-title .border-wrap .progress {
  background-color: #ffb900;
  width: 0%;
  height: 2px;
  -webkit-transition: width 8s linear;
  -o-transition: width 8s linear;
  transition: width 8s linear;
  visibility: hidden;
}

.risks-section .faq-title.open .border-wrap .progress {
  width: 100%;
  visibility: visible;
}

.risks-section .faq-title.open:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_4807_1790)'%3E%3Cpath d='M3.75 12.1069H20.25' stroke='%23FFA400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4807_1790'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.106934)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.risks-section .faq-title.selected .border-wrap {
  background-color: #ffb900;
}

.risks-section .faq-title.selected .border-wrap .progress {
  visibility: hidden;
}

.risks-section .faq-text {
  display: none;
  padding: 24px 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.risks-section .faq-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0px;
  color: var(--Utility-300, #fff);
  margin-right: 51px;
}

.risks-section .faq-title.open {
  color: var(--Accents-Sunrise, #ffb900);
}

@media (min-width: 992.98px) and (max-width: 1230.98px) {
  .risks-section .container {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1239.98px) {
  .risks-section .risks-img-wrapper {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1023.98px) {
  .risks-section {
    padding: 0;
    margin-top: 60px;
  }

  .risks-section .container {
    padding: 0 40px;
    max-width: 768px;
  }

  .risks-section .heading {
    padding: 0;
    margin-bottom: 23px;
    font-size: 34px;
    line-height: 124%;
  }

  .risks-section .risk-content {
    padding: 0;
    margin-bottom: 55px;
  }

  .risks-section .risks-section-wrapper {
    width: 100%;
    margin-bottom: 120px;
  }

  .risks-section .faq-text {
    /* margin-right: 51px; */
    padding-right: 51px;
  }

  .risks-section .faq-text p {
    margin-right: 0;
  }

  .risks-section .risks-img-wrapper {
    display: none !important;
  }

  .risks-section .faq-item .faq-img-mbl {
    display: block !important;
    width: 100%;
    margin-bottom: 13px;
    margin-top: 37px;
  }

  .risks-section .faq-item .faq-img-mbl img {
    width: 100%;
    border-radius: 6px;
  }

  .risks-section .risks-img-wrapper {
    grid-row: 1;
    max-width: 100%;
  }

  .risks-section .risks-img-wrapper .faq-img {
    margin-top: 0;
  }

  .risks-section .risks-img-wrapper .faq-img img {
    max-width: 100%;
    border-radius: 16px;
  }

  .risks-section .risks-faq-wapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .risks-section {
    padding: 0;
    margin-top: 63px;
  }

  .risks-section .container {
    padding: 0 20px;
    max-width: 375px;
  }

  .risks-section .risks-section-wrapper {
    margin: 0 0 77px;
  }

  .risks-section .heading {
    font-size: 28px;
    line-height: 120%;
    padding: 0;
    margin-bottom: 22px;
  }

  .risks-section .risk-content {
    padding: 0;
    margin-bottom: 36px;
  }

  .risks-section .faq-text {
    /* margin-right: 0; */
    padding-right: 0;
  }

  .risks-section .faq-text p {
    font-size: 16px;
    line-height: 150%;
  }

  .risks-section .faq-title:before {
    top: 50%;
    transform: translateY(-50%);
  }

  .risks-section .faq-item .faq-img-mbl {
    margin-bottom: 1px;
    margin-top: 19px;
  }

  .risks-section .faq-item .faq-img-mbl img {
    max-width: 100%;
  }

  .risks-section .faq-title {
    font-size: 20px;
    line-height: 150%;
    height: auto;
    padding: 16px 60px 16px 0;
  }
}

/* accordion section */

/* try ree section */
.try-free {
  margin: 0 10px;
  padding: 61px 0 58px;
  /* border-radius: 60px; */
  text-align: center;
  border-radius: 60px 60px 0px 0px;
  background: linear-gradient(180deg,
      #01015b -0.11%,
      #000039 52.82%,
      #000026 88.02%);
}

.try-free h4 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  /* 42.16px */
  margin: 0 auto 48px;
  padding: 0 180px;
}

.try-free a {
  display: block;
  width: 223px;
  height: 56px;
  margin: 0 auto;
  border-radius: 100px;
  border: 2px solid #ffb900;
  color: #ffb900;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  padding: 18px 0;
}

.try-free a:hover,
.try-free a:active {
  background-color: #ffb900;
  color: #041e42;
}

@media screen and (max-width: 1023.98px) {
  .try-free {
    padding-bottom: 61px;
  }

  .try-free h4 {
    padding: 0 50px;
    margin: 0 auto 34px;
  }
}

@media screen and (max-width: 767.98px) {
  .try-free {
    padding: 30px 0;
    border-radius: 30px;
    margin: 0 0 60px;
  }

  .try-free h4 {
    font-size: 28px;
    line-height: 120%;
    margin: 0 auto 38px;
    padding: 0 40px;
  }
}

/* accordion section ends*/

/* footer section start*/
.footer-bg {
  background: #000026;
}

.footer {
  padding: 22px 0 26px;
  text-align: center;
}

.footer .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.footer .footer-content {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .copyright {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  position: relative;
  font-weight: 400;
  margin-right: 88px;
}

.footer .footer-links {
  color: #ffffff;
}

.footer .hidden-separator {
  color: #ffffff;
  margin: 0 4px;
}

.footer-links a {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  margin: 0 4px;
}

.footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .footer-bg .container {
    max-width: 768px;
  }

  .footer .copyright {
    margin: 0 0 16px;
  }

  .hidden-separator {
    display: none;
  }

  .footer-links a {
    margin: 0 2px;
  }

  .try-free {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .footer {
    margin-top: 20px;
  }

  .footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .footer-links {
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: center;
  }

  .footer .footer-links a:nth-child(2) {
    grid-column: 1 / 6;
    grid-row: 1;
    margin: 0 -4px 16px;
  }

  .footer .footer-links span {
    display: none;
  }
}

/* footer section ends*/
/* Popup for Image */
/* popup */
.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: 1;
}

.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: 1;
}

.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;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
}

.lightbox-opened.img .close {
  position: absolute;
  max-width: 48px;
  width: 100%;
  max-height: 48px;
  height: 100%;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -48px;
  padding: 0;
  top: -48px;
  cursor: pointer;
  -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;
}

.lightbox-opened.img .close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

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

.lightbox-opened.img .close img {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -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.98px) {
  .lightbox-opened.img .close {
    right: -41px;
  }
}

@media screen and (max-width: 767.98px) {
  .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 .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: 767.98px) 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: -12px;
    right: 5px;
    max-width: 25px;
    max-height: 25px;
  }

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

/* Scroll Up Button */
.scrollup {
  opacity: 1;
  position: fixed;
  bottom: 36px;
  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;
}

.scrollup>div {
  padding: 4px 0 0 5px;
}

.scrollup img {
  float: left;
  margin-right: 5px;
  width: 40px;
}

.scrollup span {
  font-family: Fira Sans, system-ui, -apple-system, roboto, "segoe ui",
    sans-serif;
  padding: 10px 0;
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}

.scrollup:hover,
.scrollup:active,
.scrollup:focus {
  -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);
  background-color: #006bc4;
}

.scrollup:focus,
.scrollup:visited {
  outline: 0;
}

/*///
  ////// MODAL //////////
  /////*/
.overflow-hidden {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.mfp-wrap ::-moz-selection {
  background: #00a5b5;
  color: #fff;
  text-shadow: none;
}

.mfp-wrap ::selection {
  background: #00a5b5;
  color: #fff;
  text-shadow: none;
}

.mfp-wrap h1,
.mfp-wrap h2,
.mfp-wrap h3,
.mfp-wrap h4,
.mfp-wrap h5,
.mfp-wrap h6,
.mfp-wrap p {
  margin: 0;
}

.mfp-wrap h3 {
  font-size: 1.5em;
  margin: 1em 0 0.25em;
  color: #00839b;
}

.mfp-wrap p {
  margin: 0 0 1em;
}

.mfp-wrap .line {
  line-height: 1.1;
}

.mfp-wrap b,
.mfp-wrap strong,
.mfp-wrap .field-label {
  font-weight: 600;
  color: #425363;
}

.mfp-wrap .white-text,
.mfp-wrap .text-white {
  color: #fff !important;
}

.mfp-wrap .clearfix,
.mfp-wrap .org-question,
.mfp-wrap .in-title-nav,
.try-buy-modal.banner-title,
.mfp-wrap .container,
.mfp-wrap .row,
.mfp-wrap .mobile-grid,
.mfp-wrap .page-title .menu,
.mfp-wrap .page-title .subnav,
.mfp-wrap .subnav nav,
.mfp-wrap .subnav .menu,
.mfp-wrap .legend__content,
.mfp-wrap .tech-select__item {
  zoom: 1;
}

.mfp-wrap [id^="t-eval-"] .invalid,
.mfp-wrap [id^="t-npo-"] .invalid {
  border-color: #e94a6f !important;
}

.mfp-wrap .eval-error {
  color: #e94a6f;
}

.mfp-wrap .clearfix:after,
.mfp-wrap .org-question:after,
.mfp-wrap .in-title-nav:after,
.mfp-wrap .banner-title:after,
.mfp-wrap .container:after,
.mfp-wrap .row:after,
.mfp-wrap .mobile-grid:after,
.mfp-wrap .page-title .menu:after,
.mfp-wrap .page-title .subnav:after,
.mfp-wrap .subnav nav:after,
.mfp-wrap .subnav .menu:after,
.mfp-wrap .legend__content:after,
.mfp-wrap .tech-select__item:after {
  clear: both;
}

.last {
  margin-right: 0 !important;
}

select {
  background: #fff;
  border: 1px solid #ccc;
  display: block !important;
  width: 100%;
  height: 2.5em;
  padding: 0.5em;
}

/* IE Buy now setting */
.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-thumb {
  -webkit-box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #00a5b5;
  cursor: pointer;
  margin-top: -0.5em;
}

.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}

.mfp-wrap .try-buy-modal__form input[type="range"]:focus::-ms-fill-lower {
  background: #ddd;
}

.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-fill-lower {
  background: #ddd;
  border: 0px solid #000101;
  border-radius: 50px;
}

.mfp-wrap .try-buy-modal__form input[type="range"]:focus::-ms-fill-upper {
  background: #ddd;
}

.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-fill-upper {
  background: #ddd;
  border: 0px solid #000101;
  border-radius: 50px;
}

.mfp-wrap .try-buy-modal__form select {
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 9px !important;
  display: block;
  height: 50px;
  padding: 12px 32px 12px 12px !important;
  width: 100%;
  outline: none;
  vertical-align: middle;
  font-size: 14px;
  color: #041e42 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("https://www.tenable.com/lp/campaigns/25/compare/nessus-to-vm/images/buy-modal-form select.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.mfp-wrap .hmb {
  margin-bottom: 0.5em;
}

.mfp-wrap .hmt {
  margin-top: 0.5em;
}

.mfp-wrap .btn-large {
  font-size: 1.25em;
  padding: 0.5em 1em;
}

.mfp-wrap .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.mfp-wrap .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

button,
.mfp-wrap input[type="button"],
input[type="reset"],
.mfp-wrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.mfp-wrap .btn,
.mfp-wrapbutton,
.mfp-wrap.mfp-wrap .form-submit,
.mfp-wrapinput[type="submit"] {
  color: #425363;
  background: #eeeff0;
  line-height: 1.1;
  text-align: center;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  padding: 0.5em 1.5em;
  vertical-align: middle;
  cursor: pointer;
}

.btn-primary,
.form-submit,
.mfp-wrap input[type="submit"] {
  color: #fff !important;
  background-color: #00a5b5;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
.mfp-wrap input[type="button"].btn-block {
  width: 100%;
}

.mfp-wrap input[type="submit"] {
  background-color: #f87b1e;
  width: 100%;
}

.mfp-wrap input[type="submit"]:hover,
.mfp-wrap input[type="submit"]:focus {
  background-color: #d16617;
}

.mfp-wrap small {
  font-size: 0.75em;
}

.mfp-wrap a {
  background: transparent;
  color: #00a5b5;
  text-decoration: none;
}

.mfp-wrap a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.mfp-wrap a:active,
a:hover {
  outline: 0;
}

.mfp-wrap .hidden {
  display: none;
}

.mfp-wrap .textcenter {
  text-align: center;
}

.mfp-wrap a.btn,
.mfp-wrap .btn>a {
  font-weight: normal;
}

.mfp-wrap [id^="t-eval-"] .error-msg,
.mfp-wrap [id^="t-npo-"] .error-msg {
  background: #e94a6f;
  color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 3px;
}

.mfp-wrap form {
  max-width: none !important;
  width: 100% !important;
}

.mfp-wrap form fieldset,
.mfp-wrap .form-item {
  margin: 0 0 1em;
}

.mfp-wrap label {
  color: #425363;
}

.mfp-wrap .visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.mfp-wrap form fieldset label,
.mfp-wrap form .form-item label {
  display: block;
  margin: 0 0 0.25em;
  font-weight: 600;
}

.mfp-wrap .btn-2017,
.mfp-wrap .mediasub--pr .mediasub__group .views-submit-button input {
  display: inline-block;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
  margin: 0 0.1em 0.5em 0.1em;
  padding: 0.5em 1.58em;
  font-size: 1.0625em;
  border-radius: 4px;
}

.mfp-wrap .btn-2017--large,
.mfp-wrap .mediasub--pr .mediasub__group .views-submit-button input {
  padding: 0.75em 2em;
}

.mfp-wrap .btn-2017--orange {
  border: 2px solid #f87b1e;
  background-color: #f87b1e;
  color: #fff;
}

.mfp-wrap .btn-2017--orange:hover {
  background-color: #d16617;
  border-color: #d16617;
  text-decoration: none;
}

.mfp-wrap .mt {
  margin-top: 1em;
}

.mfp-wrap h1,
.mfp-wrap h2,
.mfp-wrap h3,
.mfp-wrap h4,
.mfp-wrap .field-collection-container .field-name-field-event-topic,
.mfp-wrap h5,
.mfp-wrap h6 {
  line-height: 1.2;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  color: #425363;
}

.mfp-wrap h2 {
  font-size: 2.5em;
  margin: 0 0 0.25em;
  color: #00839b;
}

/* MFP */
.mfp-container>.mfp-content {
  margin-top: 2em;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-wrap .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 2.5em;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-wrap .mfp-close {
  bottom: -50px;
  right: -11px;
  top: auto;
  color: #fff;
}

button.mfp-close:hover {
  background: transparent;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* Modal */
.mfp-wrap .try-buy-modal__nav {
  width: 100%;
  border-bottom: 0px solid #005f9b;
}

.mfp-wrap .try-buy-modal__nav a {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  background-color: #ffffff;
  color: #64748b;
  font-size: 16px;
  line-height: 150%;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 5px 0 0 0;
  font-family: "Aeonik Pro";
}

.mfp-wrap .try-buy-modal__nav a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0px;
  background-color: #c7ccd5;
}

.mfp-wrap .try-buy-modal__nav a:nth-of-type(2) {
  border-radius: 0 5px 0 0;
}

.mfp-wrap .try-buy-modal__nav::after {
  display: block;
  content: "";
  clear: both;
}

.mfp-wrap .try-buy-modal__nav a span {
  display: none;
}

.mfp-wrap .try-buy-modal__nav a.js-active span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-wrap .try-buy-modal__nav a.js-active {
  color: #041e42;
  font-weight: 700;
}

.mfp-wrap .try-buy-modal__nav a.js-active:after {
  background-color: #041e42;
}

.mfp-wrap .js-tab-content {
  display: none;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.mfp-wrap .try-buy-modal__content {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 26px;
  display: none;
  -webkit-animation-name: fadeIn !important;
  animation-name: fadeIn !important;
}

.mfp-wrap .js-tab-content.js-active {
  display: block;
}

.mfp-wrap .try-buy-modal__content.js-active {
  display: block;
}

.mfp-wrap .try-buy-modal__content h3 {
  color: #575757;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.mfp-wrap .try-buy-modal__content .tagline {
  display: block;
  color: #00a5b5;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.mfp-wrap .try-buy-modal__form {
  margin-top: 20px;
}

.mfp-wrap .mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-wrap .try-buy-modal__form .error-msg {
  display: none !important;
}

.try-buy-modal .content-01 .form-item {
  position: relative;
}

.try-buy-modal .content-01 .form-item select option {
  padding: 0px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #425363;
}

.try-buy-modal input:-webkit-autofill,
.try-buy-modal input:-webkit-autofill:hover,
.try-buy-modal input:-webkit-autofill:focus,
.try-buy-modal input:-webkit-autofill:active,
.try-buy-modal select:-webkit-autofill,
.try-buy-modal select:-webkit-autofill:hover,
.try-buy-modal select:-webkit-autofill:focus,
.try-buy-modal select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #041e42;
}

.try-buy-modal .content-01 .form-item input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-01 .form-item input::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-01 .form-item input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-01 .form-item input:-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-01 .form-item.has-error input,
.try-buy-modal .content-01 .form-item.has-error select {
  border: 1.5px solid #e94a6f !important;
}

/* first step */
.first-step.hide {
  display: none;
}

.first-step .input-errors {
  background: rgba(255, 0, 0, 0.04);
  border-radius: 3px;
  padding: 8px 16px;
  margin-top: 10px;
  display: none;
}

.first-step .input-errors.active {
  display: block;
}

.first-step .input-errors p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #e94a6f;
  margin-bottom: 0px;
  text-align: left;
}

.first-step .btn-next img {
  display: none;
}

.first-step .btn-next:hover img,
.first-step .btn-next:active img {
  background: url("data:image/svg+xml,<svg width=\"16\" height=\"12\" viewBox=\"0 0 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.57244 1L14.6667 6M14.6667 6L9.57244 11M14.6667 6H1.33334\" stroke=\"%23041E42\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><\/svg>");
  font-size: 0;
  object-position: -99999px 99999px;
}

.first-step .btn-next {
  display: block;
  background: transparent;
  /* max-width: 155px; */
  width: 100%;
  height: 56px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #041e42;
  margin-top: 8px;
  padding: 16px 0px;
  border-radius: 100px;
  border: 2px solid #041e42;
  cursor: pointer;
}

@media (hover: hover) {

  .first-step .btn-next:hover,
  .first-step .btn-next:active {
    background-color: #041e42;
    color: #ffffff;
  }
}

/*second tab*/
.second-step.hide {
  display: none;
}

.second-step {
  margin-top: -39px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-column-gap: 20px;
}

.second-step .second-step-head {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3px;
  margin-bottom: 28px;
}

.second-step .second-step-head .back-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.second-step .second-step-head .back-arrow img {
  margin-right: 5px;
}

.second-step .second-step-head .back-arrow:hover {
  cursor: pointer;
}

.second-step .second-step-head .step-no {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #425363;
  margin-bottom: 0px;
}

.try-buy-modal .content-01 .second-step .form-item {
  margin-bottom: 20px;
}

.try-buy-modal .content-01 .second-step .form-item:nth-child(6),
.try-buy-modal .content-01 .second-step .form-item:nth-child(7) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.try-buy-modal .content-01 .second-step .form-item:nth-child(7) {
  margin-bottom: 40px;
}

.try-buy-modal .content-01 .second-step .input-checkbox {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  margin-top: -16px;
  margin-bottom: 18px;
}

.try-buy-modal .content-01 .second-step .input-checkbox p {
  margin-bottom: -1px;
  font-family: "Aeonik Pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #64748b;
  max-width: 540px;
  text-align: left;
}

.try-buy-modal .content-01 .second-step .input-checkbox small {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px !important;
  display: inline-block;
  color: #64748b;
  text-align: left;
}

.try-buy-modal .content-01 .second-step .input-checkbox a {
  color: #0087f5;
}

.try-buy-modal .content-01 .second-step .wrap-btn {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.try-buy-modal .content-01 .second-step .wrap-btn input {
  max-width: 155px;
  background: transparent;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  color: #041e42 !important;
  line-height: normal;
  padding: 15px 16px 14px;
  margin-top: 6px;
  border: 2px solid #041e42;
}

@media (hover: hover) {
  .try-buy-modal .content-01 .second-step .wrap-btn input:hover {
    background: #041e42;
    color: #ffffff !important;
  }
}

.second-step .input-errors {
  background: rgba(255, 0, 0, 0.04);
  border-radius: 3px;
  padding: 8px 16px;
  margin-top: -14px;
  margin-bottom: 34px;
  display: none;
}

.second-step .input-errors.active {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.second-step .input-errors p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #e94a6f;
  margin-bottom: 0px;
  text-align: left;
}

.second-step .input-errors p strong {
  display: none;
}

.second-step .input-errors br:nth-child(2) {
  display: none;
}

@-webkit-keyframes shake {
  from {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
}

@keyframes shake {
  from {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
}

/*second tab*/
.try-buy-modal .content-02 .modal-heading {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  color: #041e42;
  text-align: center;
  /* margin-bottom: 12px; */
  margin: 0 auto 12px;
  max-width: 540px;
}

.try-buy-modal .content-02 .tagline {
  display: none;
}

.try-buy-modal .content-02 p.textcenter {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #041e42;
  /* margin-bottom: 25px; */
  margin: 0 auto 25px;
  max-width: 540px;
}

.try-buy-modal .content-02 p.textcenter strong {
  font-weight: 400 !important;
  color: #041e42 !important;
}

.try-buy-modal .content-02 .try-buy-modal__slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  color: #425363;
}

.try-buy-modal .content-02 .try-buy-modal__slider .minus-one {
  left: 0px;
  top: 0px;
  font-size: 46px;
  line-height: 0px;
  padding: 0px 0px 6px;
  margin: 0px;
  width: 44px;
  height: 44px;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  color: #0079dd;
  background: #ffffff;
  border: 1px solid #e9ebed;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}

@media (hover: hover) {
  .try-buy-modal .content-02 .try-buy-modal__slider .minus-one:hover {
    border: 1px solid #0079dd;
  }
}

.try-buy-modal .content-02 .try-buy-modal__slider span {
  font-weight: 600;
  font-size: 52px;
  line-height: 100%;
  color: #041c3c;
  margin: 0 9px 0 0;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.try-buy-modal .content-02 .try-buy-modal__slider .plus-one {
  left: 0px;
  top: 0px;
  font-size: 41px;
  line-height: 0px;
  padding: 0;
  margin: 0px;
  width: 44px;
  height: 44px;
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  color: #0079dd;
  background: #ffffff;
  border: 1px solid #0079dd;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}

@media (hover: hover) {
  .try-buy-modal .content-02 .try-buy-modal__slider .plus-one:hover {
    border: 1px solid #0079dd;
  }
}

.try-buy-modal .content-02 .tio-vm-assets {
  max-width: 540px;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 0px;
  /* margin: 23px 0px 30px; */
  margin: 23px auto 30px;
  background-color: #e9ebed;
  background-image: -o-linear-gradient(#0087f5, #0087f5);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#0087f5),
      to(#0087f5));
  background-image: linear-gradient(#0087f5, #0087f5);
  -webkit-appearance: none;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 12px;
}

.try-buy-modal .content-02 input[type="range"]::-webkit-slider-runnable-track {
  height: 12px !important;
  background: transparent;
  border-radius: 5px;
}

.try-buy-modal .content-02 input[type="range"]::-moz-range-track {
  height: 12px !important;
  background: transparent;
  border-radius: 5px;
}

.try-buy-modal .content-02 input[type="range"]::-ms-track {
  height: 12px !important;
  background: transparent;
  border-radius: 5px;
}

.try-buy-modal .content-02 input[type="range"]::-webkit-slider-thumb {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #00a5b5;
  margin-top: -7px;
  background-image: radial-gradient(#fbfbfb 30%, #0087f5 34%);
  border: 2px solid #ffffff;
}

.try-buy-modal .content-02 input[type="range"]::-moz-range-thumb {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #00a5b5;
  margin-top: -7px;
  background-image: radial-gradient(#fbfbfb 30%, #0087f5 34%);
  border: 2px solid #ffffff;
}

.try-buy-modal .content-02 input[type="range"]::-ms-thumb {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #00a5b5;
  margin-top: -7px;
  background-image: radial-gradient(#fbfbfb 30%, #0087f5 34%);
  border: 2px solid #ffffff;
}

.try-buy-modal .content-02 .indicators+p.textcenter {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #425363;
}

.try-buy-modal .content-02 .tio-vm-pricing {
  margin-top: -13px;
  max-width: 540px;
}

.try-buy-modal .content-02 .tio-vm-pricing .clearfix {
  display: flex;
}

.try-buy-modal .content-02 .tio-vm-pricing .col-sm-4 {
  padding: 0px;
}

.try-buy-modal .content-02 .tio-vm-pricing label {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #005cb9;
  padding: 12px 0px;
  border: 1px solid transparent;
  min-height: unset;
  border-radius: 5px;
  cursor: pointer;
}

.try-buy-modal .content-02 .tio-vm-pricing label br {
  display: none;
}

.try-buy-modal .content-02 .tio-vm-pricing label strong {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #425363;
  display: block;
  margin-top: 3px;
}

.try-buy-modal .content-02 .tio-vm-pricing input:checked+label,
.try-buy-modal .content-02 .tio-vm-pricing input:hover+label {
  background: rgba(0, 121, 221, 0.05);
  border: 1px solid #005cb9;
}

.try-buy-modal .content-02 .tio-vm-pricing input:checked+label strong,
.try-buy-modal .content-02 .tio-vm-pricing input:hover+label strong {
  color: #041c3c;
}

.try-buy-modal .content-02 .tio-vm-pricing a {
  height: 50px;
  background: transparent;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #041e42;
  padding: 14.5px 0px;
  display: block;
  border: 0px;
  width: 100%;
  margin: 48px auto 0px;
  border: 2px solid #041e42;
}

.try-buy-modal .content-02 .tio-vm-pricing a img {
  display: none;
}

@media (hover: hover) {

  .try-buy-modal .content-02 .tio-vm-pricing a:hover,
  .try-buy-modal .content-02 .tio-vm-pricing a:active {
    background-color: #041e42;
    color: #ffffff;
  }

  .try-buy-modal .content-02 .tio-vm-pricing a:hover img,
  .try-buy-modal .content-02 .tio-vm-pricing a:active img {
    background: url("data:image/svg+xml,<svg width=\"16\" height=\"12\" viewBox=\"0 0 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.57244 1L14.6667 6M14.6667 6L9.57244 11M14.6667 6H1.33334\" stroke=\"%23041E42\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><\/svg>");
    font-size: 0;
    object-position: -99999px 99999px;
  }

  .try-buy-modal .content-02 .tio-vm-pricing a:hover img,
  .try-buy-modal .content-02 .tio-vm-pricing a:active img {
    background: url("data:image/svg+xml,<svg width=\"16\" height=\"12\" viewBox=\"0 0 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.57244 1L14.6667 6M14.6667 6L9.57244 11M14.6667 6H1.33334\" stroke=\"%23041E42\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><\/svg>");
    font-size: 0;
    object-position: -99999px 99999px;
  }
}

/*second tab form with input states*/
.try-buy-modal .content-02 .tio-vm-contact-info {
  margin-top: -14px;
}

.try-buy-modal .content-02 .tio-vm-contact-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #64748b;
  margin-bottom: 25px;
  max-width: 100%;
  text-align: center;
}

.try-buy-modal .content-02 .tio-vm-contact-info p a {
  color: #0079dd;
  padding: 0;
}

.try-buy-modal .content-02 .tio-vm-contact-info form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-column-gap: 20px;
  row-gap: 10px;
  grid-row-gap: 10px;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(4) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(9) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.try-buy-modal .content-02 .tio-vm-contact-info form textarea {
  height: 120px !important;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoButtonRow {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  margin-top: -22px;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoButtonRow button {
  width: 100% !important;
  background: transparent !important;
  border-radius: 100px;
  color: #041e42 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: normal;
  border: 2px solid #041e42;
  margin-top: 0px !important;
  padding: 14.5px 0px !important;
}

@media (hover: hover) {
  .try-buy-modal .content-02 .tio-vm-contact-info form .mktoButtonRow button:hover {
    background-color: #041e42 !important;
    color: #ffffff !important;
  }
}

.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap {
  position: relative;
}

.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap label {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 125%;
  color: #041e42 !important;
  overflow: unset;
  height: auto;
  clip: unset;
  margin: 0px;
  top: 16px;
  left: 16px;
  pointer-events: none;
  width: auto !important;
  max-width: 90%;
  display: block !important;
  position: absolute;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap label .mktoAsterix {
  font-size: 14px !important;
  line-height: 150%;
  top: -11px;
  background: white;
  padding: 0px 2px;
  left: 10px;
}

.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap input,
.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap select,
.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap textarea {
  padding: 3px 16px 3px 16px !important;
  height: 50px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #041e42 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1.5px solid #041e42 !important;
  border-radius: 9px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap input[name="triggerGDPR"] {
  height: auto;
  padding: 0 !important;
  border: none !important;
}

.try-buy-modal .content-02 .mktoFieldWrap input::-webkit-input-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-02 .mktoFieldWrap input::-moz-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-02 .mktoFieldWrap input:-ms-input-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-02 .mktoFieldWrap input:-moz-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

/*input stats*/
.try-buy-modal .content-02 .mktoFieldWrap.blue label {
  color: #041e42 !important;
}

.try-buy-modal .content-02 .mktoFieldWrap.blue input {
  border: 1px solid #041e42 !important;
}

.try-buy-modal .content-02 .mktoFieldWrap.focused label {
  font-size: 14px;
  line-height: 150%;
  top: -11px;
  background: white;
  left: 10px;
  padding: 0px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.try-buy-modal .content-02 .mktoFieldWrap.focused label .mktoAsterix {
  font-size: 12px !important;
}

.try-buy-modal .content-02 .mktoFieldWrap input:focus,
.try-buy-modal .content-02 .mktoFieldWrap select:focus {
  border-bottom: 1px solid #041e42;
}

.try-buy-modal .content-02 .mktoFieldWrap.has-error label {
  color: #e94a6f !important;
}

.try-buy-modal .content-02 .mktoFieldWrap.has-error input,
.try-buy-modal .content-02 .mktoFieldWrap.has-error select {
  border: 1.5px solid #e94a6f !important;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) .mktoFormCol {
  margin-top: 5px;
  margin-bottom: 0px !important;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) .mktoCheckboxList {
  padding: 0px;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) label {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 24px;
  color: #54606c !important;
  max-width: 100% !important;
  top: 0px;
  padding-left: 12px;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoLogicalField label {
  position: relative;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #c8ced4;
  border-radius: 5px !important;
  top: 3px;
  left: 0px;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) input:checked+label:before {
  content: "";
  background: url("https://www.tenable.com/lp/campaigns/25/compare/nessus-to-vm/images/check.svg") no-repeat center #0072ef;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(11) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(11) .mktoHtmlText {
  width: 100%;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(11) .gdpr-text {
  max-width: 100% !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px !important;
  color: #828e99;
  text-align: left;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(11) .gdpr-text small {
  font-size: inherit;
  padding: 0;
}

@media (max-width: 1023.98px) {
  .mfp-wrap .try-buy-modal__content {
    padding-top: 25px;
  }
}

@media (max-width: 900.98px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 767.98px) {
  .mfp-wrap .try-buy-modal__content {
    padding-top: 24px;
  }

  .first-step .btn-next,
  .try-buy-modal .content-02 .tio-vm-pricing a {
    width: 100%;
  }

  .first-step .btn-next {
    margin-top: 5px;
    max-width: 100%;
  }

  .try-buy-modal .content-02 .modal-heading {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .try-buy-modal .content-02 .try-buy-modal__slider span {
    font-size: 40px;
  }

  .try-buy-modal .content-02 .tio-vm-pricing .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 374.98px) {
  .mfp-wrap .try-buy-modal__nav a span {
    right: 15px;
  }
}

.mfp-wrap .btn-link {
  color: #00a5b5;
  background: transparent;
}

.btn:hover,
button:hover,
.form-submit:hover,
input[type="submit"]:hover {
  background-color: #e0e2e4;
  text-decoration: none;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn-link:hover {
  color: #00839b;
  background: transparent;
}

.btn,
button,
.form-submit,
input[type="submit"] {
  color: #425363;
  background: #eeeff0;
  line-height: 1.1;
  text-align: center;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  padding: 0.5em 1.5em;
  vertical-align: middle;
  cursor: pointer;
}

.assets-value {
  text-align: center;
  font-weight: bold;
  font-size: 3em;
  margin: 30px auto;
  color: #425363;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #ddd;
  border-radius: 5px;
}

input[type="range"] {
  -webkit-appearance: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 30em;
}

input[type="range"]::-webkit-slider-thumb {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #00a5b5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
  border: 0;
}

input[type="range"]::-moz-range-thumb {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #00a5b5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
  border: 0;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #ddd;
  border-radius: 5px;
}

input[type="range"]:focus {
  outline: none;
}

.mfp-wrap .plus-one,
.mfp-wrap .minus-one {
  font-size: 2em;
  padding: 0 0.25em;
  margin: 0 0.5em;
  display: inline;
  top: -0.3em;
  position: relative;
  border: 1px solid #ddd;
}

.mb {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mfp-wrap p {
  margin: 0 0 1em;
}

.col-sm-4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 38em) {
  .tio-vm-pricing label {
    min-height: 132px;
  }
}

.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}

.tio-vm-pricing label {
  display: block !important;
  text-align: center;
  border: 3px solid #ececec;
  padding: 1em 2em;
  width: 100%;
  min-height: none;
}

.tio-option {
  display: none;
}

.mfp-wrap .mt2 {
  margin-top: 2em;
}

.tio-vm-price-two-years-discount,
.tio-vm-price-three-years-discount {
  color: #f87b1e;
}

.try-buy-modal__content p,
.try-buy-modal__content strong {
  color: #041e42;
}

.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}

.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}

.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}

.tio-vm-pricing label:hover strong {
  color: #fff;
}

.indicators {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 30em;
  position: relative;
  height: 0.5em;
  background-image: -o-linear-gradient(left,
      transparent 50%,
      #aaa 50%,
      #aaa 51%,
      transparent 51%);
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(50%, transparent),
      color-stop(50%, #aaa),
      color-stop(51%, #aaa),
      color-stop(51%, transparent));
  background-image: linear-gradient(90deg,
      transparent 50%,
      #aaa 50%,
      #aaa 51%,
      transparent 51%);
  background-size: 10%;
  z-index: -1;
}

.mt4 {
  margin-top: 4em;
}

.kilo {
  font-size: 1.25em;
}

.mktoForm .mktoFormRow {
  clear: both;
}

.try-buy-modal__form .tio-vm-contact-info label {
  display: none !important;
}

.try-buy-modal__form .mktoForm input[type="text"],
.try-buy-modal__form .mktoForm input[type="password"],
.try-buy-modal__form .mktoForm input[type="email"],
.try-buy-modal__form .mktoForm input[type="tel"],
.try-buy-modal__form .mktoForm input[type="date"],
.try-buy-modal__form .mktoForm input[type="datetime-local"],
.try-buy-modal__form .mktoForm input[type="number"],
.try-buy-modal__form .mktoForm input[type="search"],
.try-buy-modal__form .mktoForm input[type="time"],
.try-buy-modal__form .mktoForm input[type="url"],
.try-buy-modal__form .mktoForm textarea,
.try-buy-modal__form .mktoForm select {
  border: 1px solid #6e757b !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 3px !important;
  display: block;
  padding: 12px 16px !important;
  width: 100%;
  vertical-align: middle;
  font-size: 17px;
  color: #777779 !important;
}

.marketo-2017 .mktoFormCol,
.marketo-2017 .mktoFieldWrap {
  width: 100%;
}

.try-buy-modal__form .mktoForm .mktoField {
  width: 100% !important;
}

.marketo-2017 .mktoGutter,
.marketo-2017 .mktoOffset {
  display: none;
}

.try-buy-modal__form .mktoForm .mktoButton {
  background-color: #f87b1e !important;
}

.marketo-2017 .mktoButton {
  margin-top: 1em !important;
  padding: 1em 1.58em !important;
  font-size: 17px !important;
  border-radius: 4px;
}

.try-buy-modal__form .mktoForm * {
  font-family: "Aeonik Pro", system-ui, -apple-system, roboto, "segoe ui",
    sans-serif;
}

.btn[disabled],
.btn.disabled,
button[disabled],
button.disabled,
.form-submit[disabled],
.form-submit.disabled,
input[type="submit"][disabled],
input[type="submit"].disabled {
  cursor: default;
  opacity: 0.375;
}

@media (max-width: 767px) {
  .first-step .clearfix .onehalf {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {

  .try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap label,
  .try-buy-modal .content-01 .form-item label {
    font-size: 14px;
  }

  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: right !important;
  }
}

/* tenable one popup */

.tenable-one-form {
  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);
  border-radius: 20px;
  display: block;
  max-width: 529px;
  width: 100%;
  padding: 33px 39px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
}

.tenable-one-form h3 {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 24px;
}

.tenable-one-form h3 br {
  display: none;
}

.tenable-one-form .mktoForm[id="mktoForm_7469"] {
  max-width: 100% !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tenable-one-form .product-get-started__form .mktoCheckboxList,
.tenable-one-form .product-get-started__form .mktoFieldWrap,
.tenable-one-form .product-get-started__form .mktoFormCol,
.tenable-one-form .product-get-started__form .mktoFormRow,
.tenable-one-form .product-get-started__form .mktoLabel,
.tenable-one-form .product-get-started__form .mktoLogicalField,
.tenable-one-form .product-get-started__form input,
.tenable-one-form .product-get-started__form select,
.tenable-one-form .product-get-started__form textarea {
  width: 100% !important;
}

.tenable-one-form .product-get-started__form .mktoFormRow:nth-child(2) {
  width: calc(50% - 9px) !important;
  margin-right: 17px;
}

.tenable-one-form .product-get-started__form .mktoFormRow:nth-child(3) {
  width: calc(50% - 9px) !important;
}

.tenable-one-form .product-get-started__form .mktoFormRow:nth-child(9) {
  width: 100% !important;
}

.tenable-one-form .mktoForm[id="mktoForm_7469"] .mktoFormCol {
  margin-bottom: 16px !important;
}

.tenable-one-form .mktoForm .mktoOffset,
.tenable-one-form .mktoForm .mktoGutter {
  display: none;
}

.tenable-one-form .mktoForm[id="mktoForm_7469"] label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  position: absolute;
  top: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block !important;
  width: auto !important;
  left: 12px;
  z-index: 0;
  padding-bottom: 0 !important;
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 17.5px;
}

.tenable-one-form .mktoForm .mktoAsterix {
  padding-left: 0;
  color: #828e99 !important;
  font-size: 16px !important;
}

.tenable-one-form .mktoForm .mktoOffset,
.tenable-one-form .mktoForm .mktoGutter {
  display: none;
}

.tenable-one-form .mktoForm[id="mktoForm_7469"] input,
.tenable-one-form .mktoForm[id="mktoForm_7469"] textarea,
.tenable-one-form .mktoForm[id="mktoForm_7469"] select {
  border: 1.5px solid #c7ccd5;
  border-radius: 9px !important;
  height: 50px;
  background-color: #fff !important;
  font-family: "Aeonik Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #828e99 !important;
  padding-left: 16px;
  padding-right: 16px;
}

.tenable-one-form .mktoForm[id="mktoForm_7469"] textarea {
  padding-top: 16px;
  min-height: 101px;
}

.tenable-one-form .mktoForm[id="mktoForm_7469"] .mktoButtonRow {
  width: 100%;
  margin-top: 13px;
}

.tenable-one-form .mktoForm[id="mktoForm_7469"] .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  max-width: 150px !important;
  width: 100% !important;
  display: flex !important;
  height: 56px;
  padding: 0px 2px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #041e42;
  color: #041e42;
  background-color: transparent;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-decoration: none;
}

.tenable-one-form .mktoForm[id="mktoForm_7469"] .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover,
.hero-section .mktoForm[id="mktoForm_7469"] .mktoButtonWrap.mktoPurpleCandy button.mktoButton:active {
  background: #041e42 !important;
  color: #fff !important;
}

/* Modal Styles */
.to-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.to-modal-content {
  max-width: 529px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}


/* Exit Modal */
body.modal-show {
  /* backdrop-filter: blur(5px); */
  overflow: hidden;
  width: 100%;
}

.spz-modal-wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 31, 0.40) 100%);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  padding: 0 40px;
}

.modal-wrap {
  border-radius: 12px;
  /* background: radial-gradient(514.61% 129.36% at 10.56% 14.65%, #00005B 0%, #00005B 82.12%, rgba(0, 0, 38, 0.00) 100%); */
  background: url("https://res.cloudinary.com/spiralyze/image/upload/f_auto/tenable/4025/1056.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.50);
  max-width: 830px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 40px;
  padding: 29px 50px 29px 64px;
  position: relative;
}

.spz-modal-wrap img {
  height: auto;
  border: 6px solid rgba(255, 255, 255, 0.20);
  border-radius: 10px;
  width: 100%;
  max-width: 226px;
  /* height: 298px; */
  transform: translate(-18px, 0px);
}

.spz-modal-wrap .modal-left,
.spz-modal-wrap .modal-right {
  width: 50%;
}

.spz-modal-wrap .modal-left {
  z-index: 2;
  text-align: center;
}

.spz-modal-wrap .modal-ctas {
  display: flex;
  gap: 20px;
}

.spz-modal-wrap .modal-ctas .close-modal {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 17px;
  transform: rotate(45deg);
  font-size: 2.2em;
  line-height: 0;
  color: #fff;
  opacity: 0.6;
}

.spz-modal-wrap .modal-ctas .close-modal:hover {
  color: fff;
  opacity: 1;
}

.spz-modal-wrap .modal-ctas a {
  display: flex;
  width: 150px;
  height: 46px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #FFB900;
  color: #FFB900;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.spz-modal-wrap .modal-ctas a:hover {
  background-color: #ffb900;
  color: #041e42;
}

.spz-modal-wrap .modal-subheading {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 48px;
}

.spz-modal-wrap .modal-heading {
  color: #FFB900;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}

.modal-left:before {
  background: url("https://res.cloudinary.com/spiralyze/image/upload/v1741616749/tenable/4025/hex_bg.svg");
  content: "";
  top: 35px;
  width: inherit;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  right: -86px;
  z-index: -1;
}

@media(max-width: 990.98px) {
  .modal-wrap {
    padding: 47px 31px 44px 48px;
    gap: 1px;
  }

  .spz-modal-wrap img {
    transform: translate(-13px, 0px);
  }

  .modal-left:before {
    top: 46px;
    right: -78px;
  }
}

@media(max-width: 767.98px) {
  .modal-wrap {
    flex-direction: column-reverse;
    padding: 36px 24px;
    gap: 28px;
    background: radial-gradient(121.79% 124.5% at 50.15% 0.08%, #00005B 0%, #00005B 88.08%, #000026 100%);
  }

  .spz-modal-wrap {
    padding: 20px;

  }

  .modal-left:before {
    display: none;
  }

  .spz-modal-wrap .modal-left,
  .spz-modal-wrap .modal-right {
    width: 100%;
  }

  .spz-modal-wrap .modal-ctas a {
    width: 100%;
  }

  .spz-modal-wrap .modal-subheading {
    margin-bottom: 28px;
  }

  .spz-modal-wrap img {
    max-width: 100%;
    transform: unset;
  }
}
