@import url("../../../../assets/css/aeonik-font.css");

@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 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: linear-gradient(180deg, #e3f0fc 0%, #fff 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;
}

.no-scroll {
  overflow: hidden;
}

.invisible {
  visibility: hidden;
}

.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) {
  .container {
    max-width: 734px;
  }

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

.top-banner {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #ffb900;
  -webkit-box-shadow: 0px 4px 16.2px 0px rgba(4, 30, 66, 0.23);
  box-shadow: 0px 4px 16.2px 0px rgba(4, 30, 66, 0.23);
  background-image:
    url(../images/left-pattern.svg), url(../images/right-pattern.svg);
  background-repeat: no-repeat;
  background-position:
    left center,
    right center;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 0 0;
}

.top-banner-wrapper {
  max-width: 723px;
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-banner p {
  color: #041e42;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-right: 20px;
}

.top-banner .top-banner-cta {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 7.5px 18.2px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  text-decoration: none;
  border-radius: 100px;
  background: #041e42;
  border: 2px solid #041e42;
}

.top-banner .top-banner-cta:hover,
.top-banner .top-banner-cta:active {
  background: #fff;
  color: #041e42;
}

@media (max-width: 767.98px) {
  .top-banner {
    height: 125px;
    background-position:
      left -142px center,
      right -142px center;
  }

  .top-banner-wrapper {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-banner p {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 10px;
  }
}

/* Hero Section */
.hero-section {
  background-image: url(../images/hero_1920.svg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 85px 0 268px;
}

@media (min-width: 1024px) {
  .hero-section {
    min-height: 790px;
  }
}

.hero-section .hero-logo img {
  height: 29px;
}

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

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

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

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

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

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

.hero-section .hero-section-subheading {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  padding-right: 130px;
}

@media screen and (min-width: 1921px) {
  .hero-section {
    background-image: url(../images/3840.svg);
    padding: 85px 0 208px;
  }
}

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

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

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

  .hero-logo {
    text-align: center;
  }

  .hero-section {
    background-image: url("../images/hero_768.svg");
    padding: 90px 0 133px;
    background-position: center top;
    background-size: auto 1261px;
  }

  .hero-section:after {
    content: "";
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 0, 80);
    background: linear-gradient(
      0deg,
      rgb(0 0 80 / 5%) 0%,
      rgba(0, 0, 84, 1) 58%
    );
  }

  .hero-section .container {
    position: relative;
    z-index: 2;
  }

  .hero-section-txt {
    padding-top: 0;
  }

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

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

  .hero-section .hero-section-subheading {
    text-align: center;
    padding-right: 0;
    margin-bottom: 59px;
  }
}

@media screen and (min-width: 1077px) and (max-width: 1199.98px) {
  .hero-section {
    background-size: 100% 1261px;
  }
}

@media screen and (max-width: 767.98px) {
  .container {
    max-width: 375px;
  }

  .hero-section {
    background-image: url("../images/hero_375.svg");
    background-position: center bottom;
    padding: 24px 0 148px;
  }

  .hero-section .container {
    padding: 0 20px;
  }

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

  .hero-section .hero-section-inner {
    margin-top: 50px;
  }

  .hero-section .hero-section-heading {
    font-size: 34px;
    line-height: 124%;
    margin-bottom: 18px;
  }

  .hero-section .hero-section-subheading {
    margin-bottom: 29px;
  }
}

/* Hero form states */
.hero-section .hero-form-wrap {
  margin-top: 23px;
  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-radius: 9px;
  border: 1.5px solid #cbd5e1;
  border-radius: 9px;
  width: 100%;
  color: #041e42;
  height: 50px;
  outline: none;
  padding: 0 16px;
}

.try-buy-modal__form .blue input {
  border-color: #0079dd;
}

.try-buy-modal .content-01 .form-item label {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #64748b;
  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: #0079dd;
}

.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: 1199.98px) {
  .hero-section .hero-form-wrap {
    max-width: 100%;
    margin: 0 auto;
  }

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

@media (max-width: 767.98px) {
  .hero-section {
    background-position: center top;
    padding: 149px 0 84px;
    background-size: auto 1098px;
  }

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

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

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

/* XM Section */
.xm {
  margin-bottom: 13px;
}

.xm .xm--heading {
  color: var(--Basic-Midnight-Blue, #041e42);
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 55.2px */
  max-width: 1004px;
  width: 100%;
  margin: 0 auto 21px;
}

.xm .xm--copy {
  color: var(--Basic-Midnight-Blue, #041e42);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  max-width: 796px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .xm .xm--copy {
    max-width: 680px;
  }
}

@media (max-width: 767.98px) {
  .xm .xm--heading {
    font-size: 32px;
    line-height: 124%;
  }

  .xm .xm--copy {
    font-size: 20px;
    line-height: 150%; /* 30px */
  }
}

/* XM Section Ends */

/*resource*/
.resource {
  padding: 111px 0px 120px;
}

.resource .section-title {
  color: var(--Accents-Midnight, #041e42);
  text-align: center;
  font-family: var(--Fonts-Family-Heading, "Aeonik Pro");
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 55.2px;
  margin-bottom: 60px;
}

.resource .resource-subtitle {
  color: var(--Accents-Midnight, #041e42);
  font-family: var(--Font-Family-Main, "Aeonik Pro");
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-bottom: 68px;
}

.resource .card-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}

/* Fallback for older iOS devices */
@supports not (gap: 30px) {
  .resource .card-wrap > * + * {
    margin-top: 30px;
  }
}

.resource .card-wrap .card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 64px 0 rgba(0, 121, 221, 0.1);
}

.resource .card-wrap .card a {
  text-decoration: none;
}

.resource .card-wrap .card .hero-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 110px;
  width: 100%;
  height: 120px;
  padding: 19px 18px;
}

.resource .card-wrap .card .hero-logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}

.resource .card-wrap .card .card-grediant {
  padding: 30px 26px 33px;
}

.resource .card-wrap .card .card-data {
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  margin-bottom: 34px;
  min-height: 116px;
}

.resource .card-wrap .card .cta-download span {
  display: flex;
  align-items: center;
  color: var(--Accents-Midnight, #041e42);
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.resource .card-wrap .card .cta-download span svg {
  transform: translate(0, -1px);
  margin-left: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
  .resource .card-wrap .card:hover .hero-logo img {
    border-radius: 0px 0px 0px 0px;
  }

  .resource .card-wrap .card:hover .cta-download span svg {
    margin-left: 7px;
  }
}

.resource .card-wrap .card:active .hero-logo img {
  border-radius: 0px 0px 0px 0px;
}

.resource .card-wrap .card:active .cta-download span {
  text-decoration: underline;
}

.resource .card-wrap .card:active .cta-download span svg {
  margin-left: 7px;
}

@media (max-width: 1199.98px) {
  .resource {
    padding: 110px 0px 22px;
  }

  .resource .container {
    padding: 0 40px;
  }

  .resource .resource-subtitle {
    max-width: 704px;
    width: 100%;
    margin: 0 auto 70px;
  }

  .resource .card-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .resource .card-wrap-wrapper::-webkit-scrollbar {
    display: none;
  }

  .resource .card-wrap .card .card-grediant {
    padding: 30px 16px 35px 26px;
  }

  .resource .card-wrap .card .card-data {
    min-height: 87px;
  }
}

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

  .resource .container {
    padding: 0 20px;
  }

  .resource .section-title {
    font-size: 34px;
    font-style: normal;
    line-height: 124%;
    margin-bottom: 59px;
    padding: 0 30px;
  }

  .resource .resource-subtitle {
    font-family: var(--Fonts-Family-Heading, "Aeonik Pro");
    font-size: 18px;
    text-align: center;
    padding: 1px 27px;
    font-weight: 500;
    line-height: 142%;
  }

  .resource .card-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 29px;
  }

  /* Fallback for older iOS devices */
  @supports not (gap: 30px) {
    .resource .card-wrap > * + * {
      margin-top: 29px;
    }
  }

  .resource .card-wrap .card .card-grediant {
    padding: 30px 25px 36px;
  }

  .resource .card-wrap .card .card-data {
    min-height: 145px;
    font-size: 24px;
    line-height: 120%;
  }

  .resource .card-wrap .card:nth-child(3) .card-data {
    min-height: 138px;
  }

  .resource .card-wrap .card .hero-logo {
    max-width: 92px;
    height: 100px;
  }
}

/* Award section */
.award-section h2 {
  color: #041e42;
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 60px;
}

.award-section h2 span {
  display: inline-block;
}

.award-section .award-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.award-section .award-wrapper .award-box {
  display: flex;
  flex-direction: row;
  padding: 0 26px 0 0;
  margin: 0 0 40px;
  max-width: 100%;
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: 0 14px 64px 0 rgba(0, 121, 221, 0.1);
  overflow: clip;
}

.award-section .award-wrapper .award-box .award_img {
  max-width: 210px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 25px;
}

.award-section .award-wrapper .award-box img {
  width: 100%;
  display: block;
  border-right: 1px solid #e2e8f0;
  padding: 41px 0;
}

.award-section .award_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 28px 0 35px;
  text-align: left;
  align-items: start;
}

.award-section .award-wrapper .award-box h3 {
  color: #041e42;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
  font-size: 20px;
  margin-bottom: 0;
}

.award-section .award-wrapper .award-box a {
  color: #041e42;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  max-width: fit-content;
  margin-top: auto;
  margin-bottom: 0;
}

.award-section .award-wrapper .award-box a svg {
  position: relative;
  top: 6px;
  transition: all 0.3s ease-in-out;
}

.award-section .award-wrapper .award-box:nth-child(1) a svg {
  top: 5px;
}

.award-section .award-wrapper .award-box a:hover svg {
  transform: translateX(4px);
}

@media (max-width: 1199.98px) {
  .award-section {
    padding: 98px 0 0;
  }

  .award-section .container {
    padding: 0 40px;
  }

  .award-section .award-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .award-section .award-wrapper .award-box {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 26px 0 0;
    margin: 0 0 29px;
  }

  .award-section .award-wrapper .award-box .award_img {
    max-width: 210px;
  }

  .award-section .award-wrapper .award-box img {
    border-bottom: unset;
    border-right: 1px solid #e2e8f0;
    padding: 26px 0;
  }

  .award-section .award_content {
    padding: 27px 0 36px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }

  .award-section .award-wrapper .award-box h3 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
  }

  .award-section .award-wrapper .award-box a {
    margin-top: auto;
    margin-bottom: 0;
  }
}

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

  .award-section .container {
    padding: 0 20px;
  }

  .award-section h2 {
    margin: 0 0 60px;
    font-size: 34px;
    line-height: 124%; /* 42.16px */
    padding: 0 14px;
  }

  .award-section .award-wrapper .award-box {
    flex-direction: column;
    padding: 0;
    margin: 0 0 28px;
    align-items: center;
  }

  .award_img {
    max-width: 100%;
    margin: 0;
  }

  .award-section .award-wrapper .award-box img {
    border-bottom: 1px solid #e2e8f0;
    border-right: unset;
  }

  .award-section .award_content {
    padding: 26px 26px 36px;
    height: auto;
  }

  .award-section .award-wrapper .award-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 10px;
    padding: 0px;
  }

  .award-section .award-wrapper .award-box .award_img {
    max-width: 210px;
    margin-right: 0;
  }

  .award-section .award-wrapper .award-box img {
    border-bottom: 1px solid #fff;
    border-right: unset;
    padding: 0;
  }
}

/* Badge Section */
.badge-section {
  padding: 67px 0 77px;
}

.badge-section .badge-title {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  margin: 0 0 58px;
}

.badge-section .badge-image-wrapper {
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
}

.badge-section .badge-image-wrapper .Badges_2025_desktop {
  max-width: 765px;
  width: 100%;
}

.badge-section .badge-image-wrapper .Badges_2025_tablet,
.badge-section .badge-image-wrapper .Badges_2025_mobile {
  display: none;
}

@media (max-width: 990.98px) {
  .badge-section .badge-image-wrapper .Badges_2025_desktop,
  .badge-section .badge-image-wrapper .Badges_2025_mobile {
    display: none;
  }

  .badge-section .badge-image-wrapper .Badges_2025_tablet {
    display: block;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .badge-section .badge-image-wrapper .Badges_2025_desktop,
  .badge-section .badge-image-wrapper .Badges_2025_tablet {
    display: none;
  }

  .badge-section .badge-image-wrapper .Badges_2025_mobile {
    display: block;
    max-width: 100%;
  }
}

.badge-wrapper {
  max-width: 803px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.badge-wrapper img {
  max-width: 114px;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .badge-section {
    padding: 64px 0 78px;
  }

  .badge-section .container {
    padding: 0 40px;
  }

  .badge-section .badge-title {
    font-size: 34px;
    line-height: 124%;
    font-weight: 500;
  }
}

@media (max-width: 767.98px) {
  .badge-section {
    padding: 32px 0 78px;
  }

  .badge-section .container {
    padding: 0 20px;
  }

  .badge-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 60px;
  }

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

  .badge-wrapper img {
    margin: 0 0 12px;
  }

  .badge-wrapper img:last-child {
    margin: -12px 0 0;
  }
}

/* Try tenable vernalibily management section */
.try-tenable-vulnerability-section {
  padding: 94px 0 0;
  overflow-x: clip;
}

.try-tenable-vulnerability-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 0 92px;
}

.try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box {
  max-width: calc(33.313% - 32px);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
}

.try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  top: -60px;
  width: 423px;
  height: 272px;
  background-image: url(../images/hex-bg-desktop.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box img {
  margin-top: 18px;
  margin-bottom: 14px;
}

.try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 329px;
  height: 100%;
  filter: drop-shadow(0px 2px 55px rgba(0, 135, 245, 0.18));
}

.try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box-title {
  color: #041e42;
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  margin: 0 0 12px;
}

.try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box-subtitle {
  color: #041e42;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding: 0 29px;
}

.try-tenable-vulnerability-section .dummy-cta {
  max-width: 335px;
  width: 100%;
  height: 56px;
  border-radius: 100px;
  background: #ffb900;
  color: #041e42;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  line-height: normal;
  padding: 16px 18px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid var(--Product-Prime-Yellow, #ffb900);
}

@media screen and (min-width: 250px) and (max-width: 366.98px) {
  .try-tenable-vulnerability-section .dummy-cta {
    padding: 7px 18px;
  }
}

.try-free a br {
  display: none;
}

.try-tenable-vulnerability-section .dummy-cta:hover,
.try-tenable-vulnerability-section .dummy-cta:active {
  background-color: transparent;
  color: #ffb900;
}

@media (max-width: 1199.98px) {
  .try-tenable-vulnerability-section {
    padding: 104px 0 0;
  }

  .try-tenable-vulnerability-section .container {
    padding: 0 40px;
  }

  .try-tenable-vulnerability-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 48px;
    margin: 0 auto 91px;
  }

  .try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box {
    max-width: 306px;
  }

  .try-tenable-vulnerability-wrapper
    .try-tenable-vulnerability-box:not(:last-child) {
    margin: 0 0 66px;
  }

  .try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box-title {
    font-size: 34px;
    line-height: 124%;
  }

  .try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box::after {
    top: -55px;
    width: 360px;
  }
}

@media (max-width: 767.98px) {
  .try-tenable-vulnerability-section .container {
    padding: 0 20px;
  }

  .try-tenable-vulnerability-section {
    padding: 47px 0 0;
  }
}

/* accordion section */
.risks-section {
  padding: 301px 0 5px;
  background-image: url("../images/desktop-tablet.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  margin-top: 49px;
  position: relative;
  overflow: hidden;
}

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

.risks-section .heading {
  color: #ffffff;
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  max-width: 936px;
  width: 100%;
  margin: 0 auto 69px;
}

.risks-section .heading span {
  color: #ffb900;
}

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

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

.risks-faq-wapper {
  max-width: 550px;
  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: 12px;
  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-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 68px;
  color: #fff;
  position: relative;
  cursor: pointer;
  height: 77px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.risks-section .faq-title .border-wrap .progress {
  background-color: #ffa400;
  width: 0%;
  height: 2px;
  -webkit-transition: width 5s linear;
  -o-transition: width 5s linear;
  transition: width 5s 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: #ffa400;
}

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

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

.risks-section .faq-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
  color: #fff;
  padding-right: 50px;
}

.risks-section .faq-title.open {
  color: var(--Accents-Sunrise, #ffa400);
  border-bottom: unset;
}

/* try ree section */
.try-free {
  padding: 63px 0 80px;
  text-align: center;
  border-radius: 60px 60px 0 0;
  background: linear-gradient(
    180deg,
    #01015b -0.11%,
    rgba(0, 0, 57, 0) 60.01%,
    rgba(0, 0, 38, 0) 100%
  );
  margin-bottom: 20px;
}

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

.try-free a {
  display: block;
  width: 335px;
  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: 54px;
}

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

@media screen and (min-width: 1921px) {
  .risks-section {
    background-image: url("../images/desktop-4k.svg");
    background-size: 100%;
  }
}

@media screen and (max-width: 1140px) {
  .risks-section {
    padding: 308px 0 100px;
  }

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

  .risks-section .heading {
    padding: 0 100px;
  }
}

@media screen and (max-width: 1199.98px) {
  .risks-section {
    background-image: url(../images/feature_768.svg);
    padding: 166px 0 0;
    margin-top: 145px;
    background-position: top left 60%;
    background-size: cover;
  }

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

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

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

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

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

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

  .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%;
  }

  .risks-section .faq-text p {
    margin-bottom: 11px;
  }

  .risks-section .faq-text {
    padding: 0 0 3px;
  }

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

@media screen and (min-width: 1000px) and (max-width: 1199.98px) {
  .risks-section {
    background-size: 100% 100%;
    background-size: cover;
  }
}

@media screen and (max-width: 767.98px) {
  .risks-section {
    background-image: url(../images/feature_375.svg);
    padding: 108px 0 0;
    margin-top: 42px;
  }

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

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

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

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

  .risks-section .faq-item .faq-img-mbl {
    margin-bottom: 8px;
  }

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

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

  .risks-section .faq-text {
    padding: 0 0 3px;
  }

  .risks-section .faq-text p {
    font-size: 16px;
    line-height: 150%;
    padding-right: 16px;
    margin-bottom: 17px;
  }

  .try-free {
    padding: 30px 0;
    border-radius: 30px;
    margin: 0 0 60px;
  }

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

  .try-free a {
    width: 100%;
    max-width: 244px;
    line-height: normal;
    padding: 7px;
  }

  .try-free a br {
    display: block;
  }
}

/* accordion section ends*/

/* footer section start*/
.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: 90px;
}

.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: 1199.98px) {
  .footer {
    position: relative;
  }

  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    border-top: 1px solid rgb(255 255 255 / 10%);
  }

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

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

  .hidden-separator {
    display: none;
  }

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

@media (max-width: 767.98px) {
  .footer::before {
    display: none;
  }
  .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: 5;
}

.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: #e24301 !important;
}

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

.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('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M13.3334 8.3335L10.0001 11.6668L6.66675 8.3335" stroke="%2365758C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></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: #e24301;
  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: #e9ebed;
}

.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: 25px;
  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-: 1px solid #ff0000 !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: #ff0000;
  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;
  width: 100%;
  max-width: 150px;
  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: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  grid-column-gap: 25px;
}

.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: 17px;
  margin-bottom: 40px;
}

.second-step .second-step-head .back-arrow {
  color: #0079dd;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.second-step .second-step-head .back-arrow img {
  margin-right: 10px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

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

.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 .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-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: #768693;
  text-align: left;
}

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

.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 {
  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: #ff0000;
  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: 120%;
  color: #041e42;
  text-align: center;
  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: 0 auto 25px;
  max-width: 540px;
}

.try-buy-modal .content-02 p.textcenter strong {
  font-weight: 400 !important;
  color: #425363 !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%;
  text-transform: uppercase;
  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: 100%;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 23px 0px 30px;
  background-color: #e9ebed;
  background-image: -o-linear-gradient(#0079dd, #0079dd);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0079dd),
    to(#0079dd)
  );
  background-image: linear-gradient(#0079dd, #0079dd);
  -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%, #0079dd 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%, #0079dd 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%, #0079dd 34%);
  border: 2px solid #ffffff;
}

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

.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 #0079dd;
}

.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: #425363;
  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: #64748b !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 #cbd5e1 !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: #0079dd !important;
}

.try-buy-modal .content-02 .mktoFieldWrap.blue input {
  border: 1px solid #0079dd !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 #0079dd;
}

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

.try-buy-modal .content-02 .mktoFieldWrap.has-error input,
.try-buy-modal .content-02 .mktoFieldWrap.has-error select {
  border: 1px solid #ff0000 !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("../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: 1199.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%;
    max-width: 100%;
  }

  .first-step .btn-next {
    margin-top: 5px;
  }

  .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:
    "Barlow",
    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%;
  }
}

.badges-wrapper.desk-only img {
  max-width: 160px;
  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;
  }
}
