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

body {
  font-family: "Aeonik Pro", sans-serif;
  background: var(--Blueish-off-white, #EEEFF5);
}

/* 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;
}

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

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

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

.container {
  max-width: 1446px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media(min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media(min-width: 1200px) {
  .container {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media(min-width: 1600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

main {
  overflow: clip;
}

/* Header Section */
.header-section {
  position: relative;
  z-index: 1000;
  background: #111111
}

.header-section .header {
  padding: 20px 0 13px;
}

.header-section .header .header-logo img {
  max-width: 30%;
  width: 100%;
}

@media(max-width:1600px) {
  .header-section .header {
    padding: 20px 0 10px;
  }
}

@media(max-width:767.98px) {
  .container {
    max-width: 390px;
  }

  .header-section .header {
    padding: 20px 0 16px;
  }

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

  .header-section .header .header-logo a {
    text-align: center;
  }

  .header-section .header .header-logo img {
    max-width: 80%;
  }
}

/* Hero Section */
.hero-section {
  padding: 71px 0 0;
  position: relative;
  overflow-x: clip;
}

.hero-section .content-eyebrow {
  color: #FF5200;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
}

.hero-section h2 {
  color: #111;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

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

.hero-section p {
  max-width: 663px;
  width: 100%;
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 25px;
}

.hero-section .hero-content-warper {
  position: relative;
  z-index: 1;
}

.hero-section .hero-content-warper .hero-swiper-1 img {
  display: none;
}

.hero-section .hero-content-warper .hero-cta-wrap {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-top: 44px;
}

.hero-section .hero-content-warper .cta-rd {
  display: flex;
  justify-content: center;
  height: 46px;
  min-width: 188px;
  min-height: 46px;
  border-radius: 40px;
  background: #FF5200;
  display: flex;
  padding: 4px 0px;
  align-items: center;
  gap: 5px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
}

.hero-section .hero-content-warper .cta-rd:hover,
.hero-section .hero-content-warper .cta-rd:active {
  background: #E1340A;
}

.hero-section .hero-content-warper .cta-watch {
  display: flex;
  height: 46px;
  min-width: 206px;
  min-height: 56px;
  padding: 0px 27px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FF5200;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border-radius: 40px;
  border: 1.5px solid #FF5200;
  line-height: 150%;
  cursor: pointer;
}

.hero-section .hero-content-warper .cta-watch span {
  transform: translate(-2px, 3px);
}

.hero-section .hero-content-warper .cta-watch:hover,
.hero-section .hero-content-warper .cta-watch:active {
  color: var(--Tenable-Orange, #111);
  border: 1.5px solid #111;
}

.hero-section .hero-content-warper .cta-watch:hover svg path,
.hero-section .hero-content-warper .cta-watch:active svg path {
  fill: #111;
}

.hero-section .hero-img-warper {
  margin-top: 7px;
  max-width: 44.2%;
  width: 100%;
  z-index: 0;
}


.hero-img-warper::before {
  display: none !important;
  content: '';
  position: absolute;
  top: -105px;
  left: -250px;
  width: 1185px;
  height: 1186px;
  border-radius: 1186px;
  opacity: 0.8;
  background: radial-gradient(50% 50% at 50% 50%, var(--Tenable-Gray, rgba(108, 121, 130, 0.30)) 0%, var(--Blueish-off-white, rgba(238, 239, 245, 0.30)) 100%);
}


.hero-section .hero-img-warper img {
  max-width: 100%;
}

.hero-section .swiper-control {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.hero-section .swiper-control .swiper-control-navigation {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero-section .swiper-control .swiper-pagination {
  all: unset;
  display: flex;
  align-items: center;
}

.hero-section .swiper-control .swiper-control-navigation .swiper-1-button-next,
.hero-section .swiper-control .swiper-control-navigation .swiper-1-button-prev {
  cursor: pointer;
}

.hero-section .swiper-control .swiper-control-navigation .swiper-1-button-next:hover svg circle,
.hero-section .swiper-control .swiper-control-navigation .swiper-1-button-prev:hover svg circle {
  fill: #E1340A;
}

.hero-section .swiper-control .swiper-pagination .swiper-pagination-bullet {
  background-color: #6C7982;
  opacity: 0.4;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.hero-section .swiper-control .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #FF5200;
  opacity: 1;
}

.hero-section .swiper-control .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF5200;
  opacity: 1;
}

.hero-section .hero-swiper-2 .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out;
}

.hero-section .hero-swiper-2 .swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
}

.hero-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media(min-width: 768px) {
  .hero-section .content-eyebrow {
    margin-bottom: 22px;
  }
}

@media(min-width: 1200px) {
  .hero-section {
    position: relative;
    overflow-x: clip;
  }
}

@media(min-width: 1600px) {
  .hero-section {
    padding: 50px 50px 0;
  }
}

@media(min-width: 1200px) {
  .hero-section .hero-content-warper {
    max-width: 55%;
  }
}



@media(max-width:1199.98px) {
  .hero-section {
    padding-top: 70px;
  }

  .hero-section .swiper-control {
    margin-top: 16px;
  }

  .hero-section .content-eyebrow {
    text-align: center;
  }

  .hero-section .hero-content-warper .hero-swiper-1 img {
    display: block;
    max-width: 100%;
  }

  .hero-section .hero-content-warper .hero-cta-wrap {
    margin-top: 32px;
    justify-content: center;
  }

  .hero-section .hero-section-warper {
    flex-direction: column;
  }

  .hero-section .hero-img-warper {
    margin-top: 60px;
    max-width: 100%;
  }

  .hero-section .form-content h3 {
    margin-bottom: 7px;
  }

  .hero-section .form-content {
    max-width: 688px !important;
    margin: 0 auto;
  }

  .hero-section h2,
  .hero-section p {
    text-align: center;
  }

  .hero-section p {
    font-size: 38.655px;
    font-style: normal;
    font-weight: 400;
    line-height: 49.945px;
    margin: 25px auto 0;
  }

  .hero-section h2 br {
    display: none;
  }

  .hero-img-warper::before {
    display: none;
  }

  .hero-section .hero-img-warper img {
    transform: unset;
    transform: translate(-4px, 0px);
  }

  .hero-img {
    margin-top: 60px;
    overflow: clip;
  }

  .hero-img .hero-img__inner {
    margin: 0px -125px
  }
}

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

  .hero-section .container {
    max-width: 500px;
  }

  .hero-section .content-eyebrow {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .hero-section .hero-content-warper {
    padding-top: 0;
    margin-bottom: 0;
  }

  .hero-section h2 {
    font-size: 36px;
    letter-spacing: unset;
    margin-bottom: 21px;
  }

  .hero-section h2 br {
    display: none;
  }

  .hero-section p {
    max-width: 663px;
    width: 100%;
    color: #111;
    margin-top: 10px;
    font-size: 24px;
    line-height: 120%;
  }

  .hero-section .hero-img-warper img {
    max-width: 100%;
    transform: translate(-4px, 0);
  }

  .hero-section .hero-content-warper .cta-watch,
  .hero-section .hero-content-warper .cta-rd {
    padding: 0 27px;
  }

  .hero-section .hero-content-warper .hero-cta-wrap {
    gap: 9px;
    margin-top: 38px;
  }

  .hero-section .swiper-control {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .hero-section .swiper-control .swiper-pagination {
    margin-top: -4px;
    margin-left: -5px;
  }

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

  .hero-section .hero-img-warper {
    margin-top: 40px;
  }

  .hero-img {
    margin-top: 0;
  }

  .hero-img .hero-img__inner {
    margin: 0px -184px;
  }
}

/* Risk Section */
.cs-section {
  padding: 59px 0 186px;
  position: relative;
  overflow: visible;
}

section.cs-section::before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='970' height='972' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse opacity='.8' cx='485' cy='485.877' rx='485' ry='485.5' fill='url(%23a)'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 485.5 -485 0 485 485.877)'%3E%3Cstop stop-color='%23FFB154'/%3E%3Cstop offset='1' stop-color='%23EEEFF5'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 970px;
  height: 971px;
  border-radius: 971px;
  opacity: 0.8;
  top: -453px;
  left: -48%;
  z-index: -1;
}

@media(max-width:1199.98px) {
  section.cs-section::before {
    display: none;
  }
}

.cs-section .container {
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
}

.cs-section h2 {
  color: #111;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 585px;
  margin-top: 6px;
}

.cs-section h2 span {
  color: #FF5200;
}

.cs-section .cs-section-warper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 62px;
}

.cs-section p {
  color: #111;
  font-size: 38.655px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.945px;
}

.cs-section .cs-content-left,
.cs-section .cs-content-right {
  max-width: 50%;
  width: 100%;
}

.cs-section .cs-content-right {
  border-left: 3px solid #FF5200;
  border-image-source: linear-gradient(180deg, #FF5200, #FFB154);
  border-image-slice: 1;
  padding-left: 58px;
  margin-top: 4px;
}

.cs-section .cs-content-right p {
  color: #111;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.cs-section .cs-content-right p:nth-child(3) {
  margin-bottom: 0;
}

.cs-section .cs-content-right p strong {
  font-weight: 700;
}

.cs-section .cs-content-right p span {
  color: #FF5200;
}

.cs-section .cs-section-counter {
  position: absolute;
  top: 78px;
}

.cs-section .cs-section-counter img {
  max-width: 100%;
  transform: translateX(-8px);
}

@media(max-width:1599.99px) {
  .cs-section .cs-section-warper {
    gap: 38px;
  }

  .cs-section .cs-section-counter img {
    max-width: 91%;
    transform: translateX(-2px);
  }

  .cs-section .container {
    padding-left: 120px;
    padding-right: 120px;
  }

  .cs-section .cs-content-left {
    max-width: 41%;
  }

  .cs-section .cs-content-right {
    max-width: 57%;
  }
}

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

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

  .cs-section .cs-section-warper {
    flex-direction: column;
    gap: 36px;
  }

  .cs-section .cs-content-left,
  .cs-section .cs-content-right {
    max-width: 100%;
  }

  .cs-section h2 {
    max-width: 100%;
  }

  .cs-section .cs-content-right {
    border-top: 3px solid;
    border-image-source: linear-gradient(90deg, #FF5200 0%, #FFB154 101.77%);
    border-image-slice: 1;
    border-left: 0;
    padding-left: 0;
    padding-top: 35px;
  }

  .cs-section .cs-section-counter {
    display: none;
  }
}

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

  .cs-section .container {
    max-width: 500px;
    padding: 20px 20px 14px 20px;
  }

  .cs-section .cs-content-left {
    padding-top: 13px;
    margin-bottom: 35px;
  }

  .cs-section h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 9px;
  }

  .cs-section p {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 140% !important;
  }

  .cs-section .cs-section-warper {
    gap: 0px;
  }

  .cs-section .cs-content-right {
    padding-top: 35px;
  }

  .cs-section .cs-content-right p {
    margin-bottom: 28px;
  }
}

/* Video Section */
.video-section {
  padding: 23px 0 96px;
  position: relative;
  overflow: visible;
}

.video-section .container {}

.video-section h2 {
  color: #111;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
  max-width: 558px;
  margin-top: 13px;
}

.video-section h2 span {
  color: #FF5200;
}

.video-section .video-content-warper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 45px;
  gap: 29px;
}

.video-section p {
  color: #111;
  font-size: 38.655px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.945px;
  padding-top: 4px;
}

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

.video-section .video-content-right p {
  color: #111;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.video-section .video-content-right p strong {
  font-weight: 700;
}

.video-section .video-block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.video-section .video-wrapper .thumbnail-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-section .video-wrapper .thumbnail-wrapper img {
  max-width: 100%;
}

.video-section .video-wrapper {
  object-fit: cover;
  border-radius: 10px;
  background: linear-gradient(180deg, #EBEBEB 0%, #BBB 100%);
  -webkit-box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 98px 201px 61px;
}

.video-section .video-wrapper .thumbnail-wrapper svg {
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 18px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 100px;
  height: 100px;
  backdrop-filter: blur(26.55500030517578px);
  border-radius: 100%;
}

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

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

@media(max-width:1199.98px) {
  .video-section {
    padding: 19px 0 57px;
  }

  .video-section .video-wrapper {
    padding: 59px 114px 28px;
  }

  .video-section .video-wrapper .thumbnail-wrapper svg {
    top: calc(50% - 10px);
  }

  .video-section .container {
    max-width: 768px;
  }

  .video-section .video-content-warper {
    flex-direction: column;
    margin: 0 auto 41px;
    gap: 24px;
  }

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

  .video-section h2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .video-section .video-content-right {
    text-align: center;
  }

  .video-section .video-wrapper .thumbnail-wrapper svg {
    width: 61.17px;
    height: 61.17px;
  }
}

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

  .video-section .container {
    max-width: 500px;
  }

  .video-section .video-wrapper {
    padding: 35px 37px 21px 30px;
    border-radius: 5.912px;
  }

  .video-section .video-wrapper.play-video iframe {
    height: auto;
  }

  .video-section .video-content-left {
    padding-top: 0;
    margin-bottom: 19px;
  }

  .video-section h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-right: 0;
  }

  .video-section p {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 140% !important;
  }

  .video-section .video-content-warper {
    gap: 0;
    margin: 0 auto 24px;
  }

  .video-section .video-wrapper .thumbnail-wrapper svg {
    width: 38.605px;
    height: 38.605px;
  }
}

/* Risk Section */
.risk-section {
  padding: 101px 0 26px;
  position: relative;
  overflow: visible;
}

section.risk-section::before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='970' height='972' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse opacity='.8' cx='485' cy='485.877' rx='485' ry='485.5' fill='url(%23a)'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 485.5 -485 0 485 485.877)'%3E%3Cstop stop-color='%23FFB154'/%3E%3Cstop offset='1' stop-color='%23EEEFF5'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 970px;
  height: 971px;
  border-radius: 971px;
  opacity: 0.8;
  right: -595px;
  top: 294px;
}

@media(max-width:1600px) {
  section.risk-section::before {
    top: 294px;
    right: -48%;
  }
}

@media(max-width:1350px) {
  section.risk-section::before {
    right: -61%;
  }
}

@media(max-width:1199.98px) {
  section.risk-section::before {
    display: none;
  }
}

.risk-section .container {
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
}

.risk-section h2 {
  color: #111;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 473px;
}

.risk-section h2 span {
  color: #FF5200;
}

.risk-section .risk-section-warper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 50px;
  flex-direction: row-reverse;
}

.risk-section p {
  color: #111;
  font-size: 38.655px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.945px;
}

.risk-section .risk-content-right,
.risk-section .risk-content-left {
  max-width: 50%;
  width: 100%;
}

.risk-section .risk-content-left{
   border-left: 3px solid #FF5200;
    border-image-source: linear-gradient(180deg, #FF5200, #FFB154);
    border-image-slice: 1;
    padding-left: 56px;
    padding-top: 3px;
        max-width: 55.7%;
    padding-right: 52px;
}

.risk-section .risk-content-left p {
  color: #111;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 21px;
}

.risk-section .risk-content-left p:nth-child(3) {
  margin-bottom: 0;
}

.risk-section .risk-content-left p strong {
  font-weight: 700;
}

.risk-section .risk-content-left p span {
  color: #FF5200;
  font-weight: 700;
}

.risk-section .risk-content-right {
  padding-top: 3px;
  max-width: 38%;
}

.risk-section .risk-section-counter {
  position: absolute;
  top: 204px;
}

.risk-section .risk-section-counter img {
  max-width: 100%;
  transform: translateX(-8px);
}

@media(min-width:1600px) {
  .risk-section {
    padding: 101px 0 100px;
  }
}

@media(max-width:1599.99px) {
  .risk-section .risk-section-counter img {
    max-width: 91%;
    transform: translateX(-2px);
  }

  .risk-section .container {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media(max-width:1199.98px) {
  .risk-section {
    padding: 70px 0 23px;
  }

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

  .risk-section .risk-section-warper {
    flex-direction: column-reverse;
    gap: 46px;
  }

  .risk-section .risk-content-right {
    border: unset;
    padding-left: 0;
  }

  .risk-section .risk-content-right,
  .risk-section .risk-content-left {
    max-width: 100%;
  }

  .risk-section h2 {
    max-width: 100%;
  }

  .risk-section .risk-content-left {
    border-top: 3px solid;
    border-image-source: linear-gradient(90deg, #FF5200 0%, #FFB154 101.77%);
    border-image-slice: 1;
    border-left: 0;
    padding-left: 0;
    padding-top: 33px;
    padding-right: 0;
  }

  .risk-section .risk-section-counter {
    display: none;
  }
}

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

  .risk-section .container {
    max-width: 500px;
    padding: 20px 20px 14px 20px;
  }

  .risk-section .risk-content-right {
    border-left: unset;
    padding-left: 0;
    padding-top: 3px;
  }

  .risk-section h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 9px;
    margin-bottom: 39px;
  }

  .risk-section p {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 140% !important;
  }

  .risk-section .risk-section-warper {
    gap: 0px;
  }

  .risk-section .risk-content-left {
    padding-top: 36px;
    margin-bottom: 27px;
  }
}

/* threat section started */
.threat-section {
  background: radial-gradient(50% 100% at 50% 100%, #992201 0%, var(--off-black, #111) 100%);
}

.threat-section .title {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 59px;
  color: #EEEFF5;
  text-align: center;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

.threat-section .threat_row {
  padding: 101px 40px 100px;
  border-radius: 60px;
}

.threat-section .cta-request-demo {
  max-width: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  width: 100%;
  height: 56px;
  padding: 16px 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  background: #FF5200;
  border-radius: 40px;
  	padding: 0 34px;
	max-width: fit-content;
}

@media (hover: hover) {
  .threat-section .cta-request-demo:hover {
    background: #E1340A;
    color: #fff;
  }
}

.threat-section .cta-request-demo:active {
  background: #E1340A;
  color: #fff;
}

@media(max-width:1199.98px) {
  .threat-section .threat_row {
    padding: 108px 0px 108px;
  }

  .threat-section .title {
    font-size: 36px;
  }

  .threat-section .title {
    font-size: 36px;
    max-width: 678px;
    line-height: 120%;
    margin-bottom: 56px;
  }
}

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

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

  .threat-section .title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
  }

  .threat-section .threat_row {
    padding: 79px 0 79px;
  }
}

/* threat ended */

/* Testimonial Started */
.testimonial-section {
  padding: 125px 0 69px;
}

.testimonial-section h2 {
  margin: 0 auto 60px;
  max-width: 760px;
  width: 100%;
  color: #111;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.testimonial-section .swiper-slide-item {
  display: flex;
  height: 600px;
  padding: 100px 276px 80px 278px;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #FFF;
  opacity: 0.8;
  background: linear-gradient(204deg, var(--White, rgba(255, 255, 255, 0.50)) 54.77%, rgba(185, 194, 200, 0.50) 104.42%);
  backdrop-filter: blur(10px);
}

.testimonial-section .swiper-slide-item .quote {
  color: #111;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 41px;
}

.testimonial-section .swiper-slide-item .author-box {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  max-width: 297px;
  width: 100%;
}

.testimonial-section .swiper-slide-item .slide-indicator {
  position: absolute;
  right: 248px;
  bottom: 46px;
}

.testimonial-section .testimonial-swiper .swiper-pagination {
  margin-left: 273px;
  bottom: 76px;
  text-align: start;
}

.testimonial-section .testimonial-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #6C7982;
  opacity: 0.4;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.testimonial-section .testimonial-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #FF5200;
  opacity: 1;
}

.testimonial-section .testimonial-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF5200;
  opacity: 1;
}

@media(max-width:1600px) {
  .testimonial-section .swiper-slide-item {
    padding: 100px 100px 73px 99px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  .testimonial-section .swiper-slide-item .quote {
    margin-bottom: 37px;
  }

  .testimonial-section .swiper-slide-item .slide-indicator {
    right: 95px;
    bottom: 47px;
  }

  .testimonial-section .testimonial-swiper .swiper-pagination {
    margin-left: 95px;
    bottom: 77px;
    text-align: start;
  }
}

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

  .testimonial-section h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;
    padding: 0 50px;
  }

  .testimonial-section .swiper-slide-item {
    padding: 45px 51px 55px 50px;
    height: 670px;
  }

  .testimonial-section .swiper-slide-item .quote {
    margin-bottom: 39px;
  }

  .testimonial-section .testimonial-swiper .swiper-pagination {
    margin-left: 50px;
    bottom: 54px;
  }

  .testimonial-section .swiper-slide-item .slide-indicator {
    right: 42px;
    bottom: 29px;
  }
}

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

  .testimonial-section h2 {
    font-size: 32px;
    font-style: normal;
    line-height: 120%;
    margin: 0 auto 51px;
    padding: 0;
  }

  .testimonial-section .swiper-slide-item {
    padding: 27px 32px 31px 29px;
  }

  .testimonial-section .swiper-slide-item .quote {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 42px;
  }

  .testimonial-section .swiper-slide-item .slide-indicator {
    right: 21px;
    bottom: 7px;
  }

  .testimonial-section .swiper-slide-item .slide-indicator img {
    max-width: 125px;
  }

  .testimonial-section .testimonial-swiper .swiper-pagination {
    margin-left: 25px;
    bottom: 27px;
  }
}

/* Testimonial ended */

/* Result section started */
.result-section {
  position: relative;
  overflow: clip;
}

.result-section::before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='970' height='972' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse opacity='.8' cx='485' cy='485.877' rx='485' ry='485.5' fill='url(%23a)'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 485.5 -485 0 485 485.877)'%3E%3Cstop stop-color='%23FFB154'/%3E%3Cstop offset='1' stop-color='%23EEEFF5'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 970px;
  height: 971px;
  border-radius: 971px;
  opacity: 0.8;
  left: -519px;
  top: 250px;
  z-index: -1;
}

@media(max-width:1199.98px) {
  .result-section::before {
    display: none;
  }
}

.result-section .title {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 30px;
  color: #EEEFF5;
  text-align: center;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

.result-section .result-content {
  padding: 12px 40px 76px;
  border-radius: 60px;
  text-align: center;
}

.result-section .result-content h3 {
  color: #111;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 auto 15px;
}

.result-section .result-content p {
  color: #111;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
	max-width: 830px;
  width: 100%;
  margin: 0 auto 49px;
  line-height: 150%;
  /* 30px */
}

.result-section .result-content .result-content-img img {
  max-width: 85%;
}

@media(max-width:1199.98px) {
  .result-section .result-content {
    padding: 12px 0px 67px;
  }

  .result-section .result-content h3 {
    margin-bottom: 15px;
  }

  .result-section .result-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 38px;
    padding: 0 5px;
  }

  .result-section .result-content .result-content-img img {
    max-width: 99%;
  }
}

@media(max-width: 767.98px) {
  .result-section .result-content h3 {
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
  }

  .result-section .result-content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .result-section .result-content {
    padding: 12px 0px 38px;
  }

  .result-section .result-content .result-content-img img {
    max-width: 100%;
  }
}

/* Bottom Footer Section Starts */
.bottom-footer-section {
  background: radial-gradient(50% 100% at 50% 100%, #992201 0%, var(--off-black, #111) 100%);
  padding: 82px 0 79px;
}

.bottom-footer-section .container {
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
}

.bottom-footer-section .bottom-footer-warper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 60px;
}

.bottom-footer-section .bottom-footer-content-left h2 {
  color: #EEEFF5;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  line-height: 120%;
}

.bottom-footer-section .bottom-footer-content-left>p {
  color: #EEEFF5;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
  max-width: 560px;
  width: 100%;
}

.bottom-footer-section .bottom-footer-content-left,
.bottom-footer-section .bottom-footer-content-right {
  max-width: 100%;
  width: 100%;
}

.bottom-footer-section .bottom-footer-content-left .b-footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 567px;
  width: 100%;
}

.bottom-footer-section .bottom-footer-content-left .b-footer-inner .content strong,
.bottom-footer-section .bottom-footer-content-left .b-footer-inner .content p {
  color: #EEEFF5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.bottom-footer-section .bottom-footer-content-left .b-footer-inner .content strong {
  font-weight: 700;
}

.bottom-footer-section .bottom-footer-content-left .b-footer-inner a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FF5200;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.bottom-footer-section .bottom-footer-content-left .b-footer-inner a:hover svg path,
.bottom-footer-section .bottom-footer-content-left .b-footer-inner a:active svg path {
  fill: #FF5200;
}

.bottom-footer-section .bottom-footer-content-right {
  padding-left: 21px;
}

.bottom-footer-section .bottom-footer-content-left .bottom-footer-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 58px;
}

.bottom-footer-section .bottom-footer-content-left .cta-rd {
  display: flex;
  justify-content: center;
  height: 56px;
  min-width: 204px;
  min-height: 46px;
  border-radius: 40px;
  background: #FF5200;
  display: flex;
  padding: 4px 0px;
  align-items: center;
  gap: 5px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
  padding: 0 34px;
	max-width: fit-content;
}

.bottom-footer-section .bottom-footer-content-left .cta-rd:hover,
.bottom-footer-section .bottom-footer-content-left .cta-rd:active {
  background: #E1340A;
}

.bottom-footer-section .bottom-footer-content-left .cta-watch {
  display: flex;
  height: 56px;
  min-width: 206px;
  min-height: 56px;
  padding: 0px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border-radius: 40px;
  border: 1.5px solid #FFF;
  line-height: 120%;
  cursor: pointer;
}

.bottom-footer-section .bottom-footer-content-left .cta-watch:hover,
.bottom-footer-section .bottom-footer-content-left .cta-watch:active {
  color: var(--Tenable-Orange, #FF5200);
  border: 1.5px solid #FF5200;
}

.bottom-footer-section .bottom-footer-content-left .cta-watch:hover svg path,
.bottom-footer-section .bottom-footer-content-left .cta-watch:active svg path {
  fill: #FF5200;
}

@media(max-width:1599.98px) {
  .bottom-footer-section .container {
    padding-left: 120px;
    padding-right: 120px;
  }

  .bottom-footer-section .bottom-footer-content-left h2 {
    max-width: 500px;
  }
}

@media(max-width:1199.98px) {
  .bottom-footer-section .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bottom-footer-section {
    padding: 82px 0 80px;
  }

  .bottom-footer-content-left {
    margin-left: 13px;
  }

  .bottom-footer-section .bottom-footer-content-left>p {
    max-width: 658px;
    margin-bottom: 38px;
  }

  .bottom-footer-section .bottom-footer-content-left .b-footer-inner {
    max-width: 678px;
  }
}

@media(max-width:767.98px) {
  .bottom-footer-section {
    padding: 58px 0 58px;
  }

  .bottom-footer-section .container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-footer-content-left {
    margin-left: 0;
  }

  .bottom-footer-section .bottom-footer-content-left h2 {
    color: var(--Basic-White, #EEEFF5);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 310px;
  }

  .bottom-footer-section .bottom-footer-content-left>p {
    margin-bottom: 23px;
  }

  .bottom-footer-section .bottom-footer-content-left .b-footer-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }

  .bottom-footer-section .bottom-footer-content-left,
  .bottom-footer-section .bottom-footer-content-right {
    margin-left: 0 !important;
  }

  .bottom-footer-section .bottom-footer-content-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

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

  .bottom-footer-cta {
    flex-direction: column;
    gap: 20px;
  }

  .bottom-footer-section .bottom-footer-content-left .bottom-footer-cta {
    margin-top: 60px;
    gap: 24px;
  }
}

/* Bottom Footer Section Ends*/

/* form start */
.hero-section .form-content {
  max-width: 529px;
  width: 100%;
  padding: 35px 40px 28px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  border-radius: 20px;
  background: linear-gradient(239deg, var(--White, rgba(255, 255, 255, 0.98)) 86.1%, rgba(185, 194, 200, 0.98) 122.66%);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
}

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

.hero-section .form-content p {
  color: #041E42;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 22px;
  padding: 0 70px;
  max-width: 100%;
  width: 100%;
}

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

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

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

.hero-section .form-content .mktoFormRow[input-name="parent-Comments__c"] {
  display: none;
}

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

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

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

.hero-section .form-content .mktoForm .mktoFormRow input[name="triggerGDPR"] {
  /* display: none; */
  position: absolute;
  height: 63px;
}

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

.hero-section .form-content .mktoForm input[name="FirstName"],
.hero-section .form-content .mktoForm input[name="LastName"],
.hero-section .form-content .mktoForm input[name="Title"],
.hero-section .form-content .mktoForm input[name="Email"],
.hero-section .form-content .mktoForm input[name="Phone"],
.hero-section .form-content .mktoForm input[name="Company"],
.hero-section .form-content .mktoForm select[name="Employee_Range__c"],
.hero-section .form-content .mktoForm textarea[name="Comments__c"] {
  color: #041E42;
  text-overflow: ellipsis;
  font-family: "Aeonik Pro",
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9px;
  border: 1.5px solid #041e42 !important;
  height: 50px;
  line-height: 125%;
  padding: 16px 16px 16px;
}

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

  .hero-section .form-content .mktoForm input[name="FirstName"],
  .hero-section .form-content .mktoForm input[name="LastName"],
  .hero-section .form-content .mktoForm input[name="Title"],
  .hero-section .form-content .mktoForm input[name="Email"],
  .hero-section .form-content .mktoForm input[name="Phone"],
  .hero-section .form-content .mktoForm input[name="Company"],
  .hero-section .form-content .mktoForm select[name="Employee_Range__c"],
  .hero-section .form-content .mktoForm textarea[name="Comments__c"] {
    /* font-weight: 700 !important; */
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-footer-section .mktoForm .mktoFormRow[input-name="parent-Employee_Range__c"] select {
  background: #ffffff url("https://www.tenable.com/lp/cloud/fiveminutes/img/Dropdown.svg") no-repeat No-repeat right 20px top 24px / 11px auto;
  padding-right: 25px;
}

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

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

.bottom-footer-section .mktoRequiredField.focused .mktoLabel {
  color: #64748b !important;
}

.bottom-footer-section .mktoRequiredField.filled .mktoLabel {
  color: #6C7982;
}

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

.bottom-footer-section .mktoForm .mktoError .mktoErrorMsg {
  background-color: rgba(4, 30, 66, 0.7) !important;
  border: none !important;
  width: 187px;
  height: 44px;

  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  margin-top: 5px;
  padding: 6px;
  outline: none;
}

.mktoForm .mktoError .mktoErrorMsg {
  margin-top: 5px !important;
  font-family: "Aeonik Pro" !important;
}

.hero-section .mktoForm .mktoError #ValidMsgEmail.mktoErrorMsg {
  padding: 9px 7px 4px 7px;
}

.hero-section .mktoForm .mktoError .mktoErrorMsg .mktoErrorMsg-icon {
  margin-right: 4px;
}

.hero-section .mktoForm .mktoError .mktoErrorMsg .mktoErrorMsg-msg {
  text-align: start;
}

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

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

.hero-section .form-content .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  display: flex !important;
  height: 56px;
  max-width: 150px !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
  border-radius: 100px;
  background: transparent;
  color: #111;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  margin-top: 8px !important;
  border: 1.5px solid #111;
  padding: 13.5px 0;
  box-shadow: none;
}

@media screen and (max-width: 1600px) {
  .hero-section .form-content .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
    margin-top: 9px !important;
  }
}

.hero-section .form-content .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover {
  background: #111 !important;
  color: #fff;
}

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

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

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

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

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

.hero-section .mktoForm .mktoFormRow[input-name="parent-noinput"] .gdpr-text small a {
  color: #0087F5;
  padding: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

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

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

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

.hero-section .mktoForm .focused input.mktoField,
.hero-section .mktoForm .focused select.mktoField,
.hero-section .mktoForm .focused textarea.mktoField {
  color: #041E42 !important;
  border: 1px solid #0079dd !important;
}

.hero-section .mktoForm .mktoFieldWrap input.mktoField:focus {
  border: 1.5px solid #041E42 !important;
  ;
  color: #041E42;
  border-radius: 9px;
}

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

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

.hero-section .mktoForm label {
  font-family: "Aeonik Pro",
    sans-serif;
  position: absolute;
  top: 16px;
  left: 11px;
  z-index: 2;
  display: block !important;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  color: #041e42;
  text-overflow: ellipsis;
  cursor: text;
  pointer-events: none;
  font-style: normal;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 0 5px;
  padding-bottom: 0 !important;
  width: auto !important;
}

/* .mktoForm .mktoRequiredField label.mktoLabel {
  color: #E94A6F !important;
} */

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

@media screen and (max-width: 991.98px) {
  .hero-section .mktoForm label {
    padding: 0px 8px;
  }

  .hero-section .form-content p {
    padding: 0 150px;
  }
}

.hero-section .mktoForm label#LblComments__c {
  width: 171px !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-section p.gdpr-text {
  margin: 0;
  padding: 0 !important;
  text-align: left !important;
}

.hero-section .mktoForm .focused label,
.hero-section .mktoForm .error.focused label,
.hero-section .mktoForm .filled label {
  color: #041E42;
  background-color: rgb(255, 255, 255) !important;
  z-index: 3;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400 !important;
  /* left: 8px; */
  top: -10px;
}

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

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

.hero-section .mktoForm .mktoError .mktoErrorMsg span {
  /* text-align: center; */
  font-family: "Aeonik Pro", sans-serif !important;
}

.hero-section .mktoForm textarea.mktoField:focus:focus {
  border-radius: 5px;
  border: 1.5px solid #041E42 !important;
  ;
  padding: 19px 20px 9px;
}

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

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

.hero-section .mktoForm .focused input.mktoField,
.hero-section .mktoForm .focused select.mktoField,
.hero-section .mktoForm .focused textarea.mktoField,
.hero-section .mktoForm .focused div.mktoLogicalField {
  border: 1.5px solid #0079dd !important;
}

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

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

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

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

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

/* form end */

@media(max-width:1600px) {
  .bottom-footer-section .bottom-footer-content-right {
    padding-left: 17px;
  }
}

@media(max-width:1199.98px) {
  .bottom-footer-section .bottom-footer-warper {
    flex-direction: column;
    gap: 8px;
  }

  .bottom-footer-section .bottom-footer-content-left,
  .bottom-footer-section .bottom-footer-content-right {
    max-width: 100%;
    margin-left: 0;
  }

  .bottom-footer-section .bottom-footer-content-right {
    padding-left: 0px;
    padding-right: 11px;
  }
}

@media(max-width:767.98px) {
  .hero-section .form-content p {
    padding: 0;
    font-size: 16px;
    margin-bottom: 23px;
  }

  .hero-section .form-content .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
    max-width: 100% !important;
  }

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

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

  .hero-section .form-content .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
    margin: 8px 0 0 0 !important;
  }

  .hero-section .form-content .mktoForm .mktoFormRow input[name="triggerGDPR"] {
    height: 90px;
  }

  .hero-section .form-content h3 {
    margin-bottom: 6px;
  }

  .hero-section .form-content {
    max-width: 337px !important;
    padding: 35px 19px 28px;
  }
}

/* footer section */
.footer {
  background: #111;
  color: #fff;
  padding: 60px 0 60px;
}

.footer .footer-top {
  margin-bottom: 39px;
}

.footer .footer-top img {
  display: block;
  margin-bottom: 20px;
}

.footer .footer-top a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transform: translateX(-8px);
}

.footer .footer-top a:hover,
.footer .footer-top a:active {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer .footer-divider {
  max-width: 1386px;
  width: 100%;
  height: 1px;
  background: #6C7982;
}

.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.footer .footer-bottom .footer-links-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 22px;
}

.footer .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer-links a:hover {
  color: var(--Blueish-off-white, #EEEFF5);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer .social-icons {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.footer .social-icons img {
  width: 21.255px;
  height: 21.208px;
}

.footer .copyright {
  color: #6C7982;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .footer-links,
  .social-icons {
    margin-bottom: 0;
  }
}

@media(max-width:1199.98px) {
  .footer {
    padding: 40px 0 60px;
  }

  .footer .footer-top {
    margin-bottom: 26px;
  }

  .footer .footer-top img {
    margin-bottom: 27px;
  }

  .footer .footer-top a {
    transform: translateX(-1px);
  }

  .footer .footer-bottom {
    flex-direction: column;
    margin-top: 28px;
  }

  .footer .footer-bottom .footer-links-inner {
    gap: 42px;
    margin-bottom: 28px;
  }

  .footer .social-icons {
    align-self: flex-end;
    margin-top: -21px;
  }
}

@media(max-width:767.98px) {
  .footer .footer-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer .footer-bottom {
    margin-top: 49px;
  }

  .footer .footer-bottom .footer-links-inner {
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .footer .footer-bottom .footer-links {
    order: 1;
  }

  .footer .social-icons {
    order: 0;
    align-self: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }

  .footer .copyright {
    text-align: center;
  }
}
