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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family:
    Aeonik Pro,
    system-ui,
    -apple-system,
    roboto,
    segoe ui,
    sans-serif;
}

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

select::-ms-expand {
  display: none;
}

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

body {
  font-family: "Aeonik Pro";
  font-style: normal;
  background:
    linear-gradient(
      180deg,
      rgba(0, 121, 221, 0.23) -22.6%,
      rgba(11, 127, 222, 0.23) -22.6%,
      rgba(255, 255, 255, 0.06) 100%
    ),
    #fff;
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 1024px !important;
  }
}

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

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

@media (max-width: 767.98px) {
  .container {
    max-width: 390px !important;
    padding: 0px 20px;
  }

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

/* hero animation start*/
.hero-section .tenable-logo a {
  overflow: hidden;
}

.hero-section .tenable-logo a img {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  height: 36px;
}

.hero-animation .hero-section .tenable-logo a img {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.hero-section .hero-bullet-list {
  -webkit-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  -o-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
}

.hero-animation .hero-section .hero-bullet-list {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.hero-section .hero-form {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  -o-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
}

.hero-animation .hero-section .hero-form {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* header started */
.hero-section {
  padding: 30px 0 114px;
  position: relative;
  overflow-x: clip;
  min-height: 550px;
}

.hero-section::before {
  content: "";
  max-width: 1920px;
  width: 100%;
  height: 646px;
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url(../img/her0-bg-main.svg);
  background-size: 1440px auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media (min-width: 1441px) {
  .hero-section::before {
    background-image: url(../img/hero-bg-1440.svg);
    background-size: 1920px auto;
  }
}

@media (min-width: 1921px) {
  .hero-section::before {
    max-width: 3840px;
    background-image: url(../img/hero-bg-1920.svg);
    background-size: 3840px auto;
  }
}

.hero-section .tenable-logo {
  margin-bottom: 50px;
}

.hero-section .tenable-logo a {
  display: block;
  max-width: 208px;
}

/* header ended */
/* hero start */
.hero-section .hero-title {
  color: #00f0ff;
  font-family: "Radix";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 25px;
}

.hero-section .hero-tagline {
  color: #fff;

  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  margin-bottom: 20px;
}

.hero-content .hero-subtitle p {
  max-width: 543px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.hero-section .hero-content {
  max-width: 603px;
  width: 100%;
  margin-right: 15px;
}

.hero-section .hero-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 27px 0px 0 0;
}

/* @media (min-width: 1024px) {
  body:has(.gdpr-visible) .hero-section .hero-content {
    margin-top: -100px;
  }
} */

/* hero end */

/* form */
.hero-section .hero-form {
  background: linear-gradient(
    180deg,
    #fff 68.91%,
    rgba(255, 255, 255, 0.96) 100%
  );

  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  display: block;
  max-width: 529px;
  width: 100%;
  padding: 34px 40px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 0;
}

.hero-section
  .mktoFormRow.form_triggerGDPR
  + .mktoFormRow
  .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}

.hero-section .hero-form h2 {
  color: #041e42;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 24px;
}

.hero-section .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  display: flex !important;
  height: 56px;
  padding: 0px 2px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: #041e42;
  background-color: transparent !important;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-decoration: none;
  border: 2px solid #041e42;
}

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

.hero-section .mktoForm input,
.hero-section .mktoForm textarea,
.hero-section .mktoForm select {
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 9px !important;
  height: 50px;
  background-color: #fff !important;
  font-family: var(--Font-Family-Main, "Aeonik Pro");
  font-weight: 400;
  font-size: 14px;
  line-height: 125% !important;
  color: #828e99 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.hero-section .mktoForm textarea {
  padding-top: 16px;
  min-height: 101px;
  display: none;
}

.hero-section .mktoForm input[name="Phone"],
.hero-section .mktoForm select[name="Employee_Range__c"],
.hero-section .mktoForm input[name="Title"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.hero-section .mktoForm {
  max-width: 100% !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(3) {
  width: calc(50% - 8px) !important;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(2) {
  width: calc(50% - 8px) !important;
  margin-right: 16px;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(5) {
  width: calc(50% + 1px) !important;
  clear: none !important;
  float: left !important;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(6) {
  width: calc(50% - 0.5px) !important;
  clear: none !important;
  float: left !important;
  margin-left: -1px;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(7) {
  width: calc(50% + 1px) !important;
  margin-left: 0;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(8) {
  width: calc(50% - 1px) !important;
  margin-left: -1px;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(9) {
  width: 100% !important;
  display: none;
}

.hero-section .mktoFormRow.form_Comments__c {
  position: relative;
  display: none;
}

.hero-section .mktoForm .mktoAsterix {
  padding-left: 0;
  color: #041e42 !important;
  font-size: 14px !important;
}

.hero-section .mktoForm .mktoButtonRow {
  width: 100%;
  margin-top: 8px;
}

.hero-section .mktoForm label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  position: absolute;
  top: 17px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block !important;
  width: auto !important;
  left: 11px;
  z-index: 99;
  padding-bottom: 0 !important;
  color: var(--Basic-Midnight-Blue, #041e42);
  font-family: "Aeonik Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 125%;
}

.hero-section .product-get-started__form .mktoCheckboxList,
.hero-section .product-get-started__form .mktoFieldWrap,
.hero-section .product-get-started__form .mktoFormCol,
.hero-section .product-get-started__form .mktoFormRow,
.hero-section .product-get-started__form .mktoLogicalField,
.hero-section .product-get-started__form input,
.hero-section .product-get-started__form select,
.hero-section .product-get-started__form textarea {
  width: 100% !important;
}

.hero-section .mktoForm .focused label,
.hero-section .mktoForm .filled label {
  top: -7px;
  background-color: rgba(255, 255, 255, 0.98) !important;
  z-index: 99;
  font-size: 12px;
  font-weight: 500 !important;
  line-height: 125%;
  left: 12px;
}

.hero-section .mktoForm .mktoFieldWrap.focused label#LblEmployee_Range__c,
.hero-section .mktoForm .mktoFieldWrap.error-in label#LblEmployee_Range__c,
.hero-section .mktoForm .mktoFieldWrap.filled label#LblEmployee_Range__c {
  display: block !important;
}

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

.hero-section .mktoForm label#LbltriggerGDPR.mktoHasWidth {
  display: none !important;
}

.hero-section .form_triggerGDPR .mktoLogicalField {
  padding: 0;
}

.hero-section .mktoForm input[name="triggerGDPR"] {
  width: 16px !important;
  display: inline-block !important;
  height: 16px !important;
  padding: 0 !important;
  position: relative;
  left: -2px;
  cursor: pointer;
  top: 24px;
}

.hero-section .mktoForm select.mktoField {
  background-image: none;
  padding-left: 13px;
}

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

.hero-section .mktoForm .focused input.mktoField,
.hero-section .mktoForm .focused select.mktoField,
.hero-section .mktoForm .focused textarea.mktoField {
  color: #041c3c !important;
}

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

.hero-section .mktoForm .filled label {
  color: #65758c;
}

.hero-section .form_triggerGDPR .mktoLogicalField label {
  position: static;
  left: 0;
  top: 6px;
  margin-left: 0;
  font-size: 16px;
  line-height: 24px;
  padding-left: 23px;
  background: transparent !important;
  color: #828e99 !important;
  padding-right: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
}

.hero-section .mktoForm .typing input.mktoField,
.hero-section .mktoForm .typing select.mktoField,
.hero-section .mktoForm .typing textarea.mktoField {
  color: #041c3c !important;
  border: 1px solid #041e42 !important;
  z-index: 9;
  position: relative;
}

.hero-section .mktoForm .typing label {
  color: #65758c;
}

.hero-section .mktoForm .typing .mktoAsterix {
  color: #65758c !important;
}

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

.hero-section .mktoForm .error-in label,
.hero-section .mktoForm .error-in label .mktoAsterix {
  color: #e94a6f !important;
}

.hero-section .mktoForm input[type="checkbox"] + label:before,
.mktoForm input[type="radio"] + label:before {
  left: 19px;
  top: 24px;
}

.hero-section .mktoForm[id="mktoForm_7469"] label[for="triggerGDPR"] {
  position: relative;
  top: -16px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 16px !important;
  height: 16px !important;
  background-color: transparent !important;
  z-index: 0;
}

.hero-section .mktoForm[id="mktoForm_7469"] input[name="triggerGDPR"] {
  width: 16px !important;
  display: inline-block !important;
  height: 16px !important;
  padding: 0 !important;
  position: relative;
  left: -2px;
  top: 24px;
}

.hero-section .mktoFormRow.form_triggerGDPR {
  margin-top: -16px;
}

.hero-section .mktoForm[id="mktoForm_7469"] label#LbltriggerGDPR.mktoHasWidth {
  display: none !important;
}

.hero-section p.gdpr-text {
  padding-bottom: 0 !important;
  font-family: "Aeonik Pro";
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #828e99;
  max-width: 100% !important;
}

.hero-section p.gdpr-text small {
  font-family: "Aeonik Pro";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #828e99 !important;
  padding: 0;
  width: 100%;
}

.hero-section p.gdpr-text small a {
  color: #041e42 !important;
  padding: 0;
  font-weight: 700;
}

.hero-section p.gdpr-text small a:hover,
.hero-section p.gdpr-text small a:focus {
  color: #041e42 !important;
}

.hero-section p.gdpr-text small a:active {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #041e42 !important;
  font-weight: 400;
}

.hero-section .gdpr-row {
  width: 100% !important;
}

.hero-section .mktoForm select option {
  font-family: "Aeonik Pro", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #828e99 !important;
}

.hero-section
  .product-get-started__form
  .mktoFormRow.form_triggerGDPR
  + .mktoFormRow
  .mktoFormCol {
  padding-left: 0;
}

.hero-section .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover,
.hero-section
  .mktoForm
  .mktoButtonWrap.mktoPurpleCandy
  button.mktoButton:active {
  background: #041e42 !important;
  color: #fff !important;
}

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

.hero-section .mktoForm .mktoError .mktoErrorMsg {
  background-color: rgba(4, 30, 66, 0.7) !important;
  border: none !important;
  width: 187px;
  height: auto;
  min-height: 44px;
  font-family: "Aeonik Pro";
  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;
  flex-wrap: wrap;
  border-radius: 8px;
  margin-top: 5px;
  padding: 6px;
  outline: none;
}

.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 .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 .mktoForm .mktoError {
  right: 0 !important;
  left: calc(50% - 95px);
  width: 190px;
  z-index: 9999;
  bottom: 0px !important;
  top: 100% !important;
}

.hero-section .product-get-started hr {
  display: none;
}

.hero-section .mktoForm input:-webkit-autofill,
.hero-section .mktoForm input[type="text"]:-webkit-autofill,
.hero-section .mktoForm input[type="email"]:-webkit-autofill,
.hero-section .mktoForm input[type="tel"]:-webkit-autofill,
.hero-section .mktoForm input[type="number"]:-webkit-autofill,
.hero-section .mktoForm input[type="date"]:-webkit-autofill,
.hero-section .mktoForm textarea:-webkit-autofill,
.hero-section .mktoForm select.mktoField:-webkit-autofill,
.hero-section .mktoForm input[type="text"]:-webkit-autofill:focus,
.hero-section .mktoForm input[type="url"]:-webkit-autofill:focus,
.hero-section .mktoForm input[type="email"]:-webkit-autofill:focus,
.hero-section .mktoForm input[type="tel"]:-webkit-autofill:focus,
.hero-section .mktoForm input[type="number"]:-webkit-autofill:focus,
.hero-section .mktoForm input[type="date"]:-webkit-autofill:focus,
.hero-section .mktoForm select.mktoField:-webkit-autofill:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #041c3c !important;
}

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

@media (max-width: 1440px) {
  .hero-section::after {
    content: none;
  }
}

@media (max-width: 1199px) {
  .hero-section .tenable-logo {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199.98px) {
  .hero-section {
    padding: 30px 0 48px;
  }

  .hero-section::before {
    background-image: url("../img/hero-bg-tablet.svg");
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
    background-size: 1200px auto;
    background-position: center calc(100% - 152px);
  }

  .hero-section:has(.gdpr-visible)::before {
    background-position: top center;
  }

  .hero-section .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-section .tenable-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .hero-section .hero-form {
    margin: 0 auto;
  }

  .hero-section .hero-content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 59px;
    text-align: center;
    margin-right: 0;
  }

  .hero-content .hero-subtitle p {
    max-width: 100%;
    line-height: 140%;
  }

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

  .hero-section div#tenable-ep-form {
    padding: 36px 30px;
  }

  .hero-section .hero-above-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 31px;
  }

  .hero-section .hero-title {
    font-size: 52px;
    margin-bottom: 2px;
  }

  .hero-section .hero-tagline {
    margin-bottom: 14px;
  }

  .hero-section .hero-title.mobile-only {
    display: block;
  }

  .hero-section .exposure-block-wrap {
    max-width: 704px;
    padding: 0px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hero-section .exposure-block {
    max-width: 180px;
  }

  .hero-section .seperator {
    max-width: 64px;
    overflow: hidden;
  }

  .hero-section .seperator img {
    max-width: 122px;
  }

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

@media (max-width: 767.98px) {
  .hero-section .hero-title .overflow span {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }

  .hero-section .tenable-logo {
    margin-bottom: 10px;
  }

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

  .hero-section .section-title {
    text-align: start;
    margin-bottom: 10px;
  }

  .hero-content .hero-subtitle {
    margin-bottom: 24px;
  }

  .hero-content .hero-subtitle p {
    font-size: 18px;
    line-height: 140%;
  }

  .hero-content .hero-subtitle p:last-child {
    margin-bottom: 0;
  }

  .hero-section .exposure-block-wrap {
    max-width: 328px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
  }

  .hero-section .exposure-block {
    max-width: 328px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }

  .hero-section .exposure-block img {
    margin: 0px;
  }

  .hero-section .exposure-block .exposure-detail {
    padding: 4px 0px 0px 24px;
  }

  .hero-section .block-title {
    margin-bottom: 2px;
    text-align: start;
  }

  .hero-section .seperator {
    padding: 0px;
    margin-bottom: 24px;
  }

  .hero-section .exposure-block .desk-tab-only {
    display: none;
  }

  .hero-section .mob-only {
    display: block;
  }

  .hero-section .hero-above-title {
    margin-bottom: 33px;
    font-size: 20px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section .get-demo-cta {
    max-width: 220px;
  }

  .hero-section div#tenable-ep-form {
    margin-top: 7px;
    margin-bottom: 34px;
    padding: 36px 16px;
  }

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

  .hero-section .mktoForm input,
  .hero-section .mktoForm select {
    height: 50px !important;
  }

  .hero-section .mktoForm textarea {
    height: 100px;
    padding-top: 12px;
  }

  .hero-section .product-get-started__form .form_Comments__c .mktoFormCol {
    margin-bottom: 14px !important;
  }

  .hero-section .product-get-started__form .mktoFormRow:nth-child(4) {
    width: 100% !important;
  }

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

  .hero-section .hero-list {
    padding-left: 47px;
    padding-right: 16px;
  }
}

@media (max-width: 767.98px) {
  .hero-section::before {
    background-image: url("../img/hero-bg-767.svg");
    background-size: 767px auto;
    background-position: top center;
  }

  .hero-section .hero-title {
    font-size: 36px;
    margin-bottom: 11px;
    line-height: 120%;
  }

  .hero-section .hero-tagline {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .hero-content .hero-subtitle {
    margin-bottom: 30px;
  }

  .hero-section .hero-form {
    max-width: 350px;
    padding: 35px 19px 28px;
  }

  .hero-section .hero-content {
    margin-bottom: 8px;
  }

  .hero-section .product-get-started__form .mktoFormRow:nth-child(2) {
    width: calc(100% + 0px) !important;
    margin-right: 0px;
  }

  .hero-section .product-get-started__form .mktoFormRow:nth-child(3) {
    width: calc(100% + 0px) !important;
  }

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

@media (max-width: 390px) {
  .hero-section::before {
    background-image: url("../img/hero-bg-smbl.svg");
    background-size: 390px auto;
    background-position: bottom 196px center;
  }
}

/* hero section ended */

/* attack-section START */
.attack-section {
  padding: 106px 0px 88px;
  overflow-x: clip;
}

.attack-section .section-title {
  max-width: 956px;
  width: 100%;
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 auto 100px;
}

.attack-section .attack-block-wrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
}

.attack-section .attack-block {
  max-width: calc(33% - 76px);
  width: 100%;
}

.attack-section .attack-block .attack-detail {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 28px 0 0 0;
}

.attack-section .attack-block .attack-detail::before {
  content: "";
  position: absolute;
  background-image: url(../img/polygon1.svg);
  width: 416px;
  height: 282.712px;
  top: -86px;
  left: -53px;
  z-index: -1;
}

.attack-section .attack-block .attack-detail img {
  display: block;
  max-width: 42px;
  max-height: 42px;
  margin: 0 auto 24px;
}

.attack-section .attack-block .attack-detail .title {
  margin-bottom: 18px;
}
.attack-section .attack-block .attack-detail .title .main-title {
  color: var(--Basic-Midnight-Blue, #041e42);
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 3px;
}

.attack-section .attack-block .attack-detail .block-subtitle {
  color: var(--Basic-Midnight-Blue, #041e42);
  text-align: center;

  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
}

.attack-section .attack-block .attack-detail .block-text {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 290px;
  margin: 0 auto;
}

.attack-section .get-a-demo {
  width: 150px;
  height: 56px;
  border-radius: 100px;
  background: #0087f5;
  border: 2px solid #0087f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: normal;
  margin: 60px auto 0;
}

.attack-section .get-a-demo:hover,
.attack-section .get-a-demo:active {
  background: #fff;
  color: #0087f5;
}

.attack-section .report-wrapper {
  display: flex;
  padding: 94px 0 40px;
  gap: 90px;
}

.attack-section .report-wrapper .report-right-part {
  max-width: 457px;
  width: 100%;
}

.attack-section .report-wrapper .report-left-part {
  max-width: 590px;
  width: 100%;
}

.attack-section .report-wrapper .report-left-part img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.attack-section .report-right-part p {
  color: #041e42;
  font-family: var(--Fonts-Family-Heading, "Aeonik Pro");
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  margin-top: 104px;
  margin-bottom: 66px;
  line-height: 120%;
}

.attack-section .report-right-part a {
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: 170px;
  width: 100%;
}

.attack-section .report-right-part a span {
  color: var(--Basic-Midnight-Blue, #041e42);
  font-family: var(--Font-Family-Main, "Aeonik Pro");
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 4px;
}

.attack-section .review {
  margin-top: 109px;
}

.attack-section .review .review-block {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 15px;
}

.attack-section .review .review-title {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 2px;
}

.attack-section .review .review-subtitle {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1199.98px) {
  .attack-section .attack-block-wrap {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
  }

  .attack-section .attack-block {
    max-width: 276px;
    padding: 0;
    margin-bottom: 32px;
    text-align: center;
    border-left: none;
  }

  .attack-section .attack-block {
    margin-bottom: 2px;
    max-width: 304px;
  }

  .attack-section .attack-block:not(:last-child) {
    margin-bottom: 25px;
  }

  .attack-section .attack-block .attack-detail {
    margin-bottom: 0px !important;
  }

  .attack-section .attack-block .attack-detail::before {
    background-image: url("../img/polygon1-tablet.svg");
    width: 383px;
    height: 314px;
    top: -83px;
    left: -40px;
  }

  .attack-section .attack-block .attack-detail .title {
    margin-bottom: 20px;
  }

  .attack-section .attack-block .attack-detail .title img {
    margin: 0 0 24px;
  }

  .attack-section .attack-block .attack-detail .block-subtitle {
    font-size: 24px;
  }

  .attack-section .attack-block .attack-detail .block-text {
    position: relative;
    line-height: 150%;
    max-width: 100%;
  }

  .attack-section .attack-block .dotted-line {
    display: none;
  }

  .attack-section .report-wrapper {
    padding: 0 4px;
    gap: 0;
    flex-direction: column;
  }

  .attack-section .report-right-part p {
    margin-top: 40px;
    margin-bottom: 33px;
  }

  .attack-section .report-wrapper .report-left-part {
    max-width: 300px;
  }

  .attack-section .report-wrapper .report-right-part {
    max-width: 100%;
  }

  .attack-section .report-right-part a {
    max-width: 248px;
    background-position: center;
  }

  .attack-section .review {
    margin-top: 98px;
  }

  .attack-section .get-a-demo {
    margin: 16px auto 0;
  }
}

@media (max-width: 1023.98px) {
  .attack-section {
    padding: 14px 0 110px;
  }

  .attack-section .challenge-left-part {
    order: 1;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .attack-section {
    padding: 22px 0 89px;
    overflow: hidden;
  }

  .attack-section .section-title {
    font-size: 34px;
    line-height: 124%;
    text-align: center;
    margin-bottom: 77px;
  }

  .attack-section .report-wrapper {
    padding: 30px 0px 0;
  }

  .attack-section .report-right-part p {
    margin-top: 21px;
    margin-bottom: 33px;
    font-size: 28px;
    line-height: 120%;
  }

  .attack-section .attack-block {
    max-width: 320px;
  }

  .attack-section .attack-block .attack-detail::before {
    background-image: url("../img/polygon1-mobile.svg");
    width: 390px;
    height: 339px;
    top: -80px;
    left: -35px;
  }

  .attack-section .attack-block .attack-detail .block-subtitle {
    font-size: 32px;
  }

  .attack-section .attack-block-wrap {
    gap: 0;
  }

  .attack-section .attack-block:not(:last-child) {
    margin-bottom: 110px;
  }

  .attack-section .attack-block:nth-child(2) {
    margin-bottom: 107px;
  }

  .attack-section .review {
    margin-top: 79px;
  }

  .attack-section .review .review-block {
    font-size: 24px;
  }
}

/* AIS Tools section star */

.ais-tools-section {
  padding: 122px 0 106px;
  max-width: 1200px;
  margin: 0 auto;
}

.ais-tools-container {
  padding: 0 40px 105px;
  text-align: center;
  border-bottom: 1px solid #cbd5e1;
}

/* Heading */
.ais-tools-heading {
  color: #041e42;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 63px;
  padding: 0 180px;
}

.ais-tools-grid {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
}

.ais-tools-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  width: 100%;
}
.ais-tools-card:nth-child(2) p {
  padding: 0 20px;
}

.ais-tools-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ais-tools-title {
  color: #041e42;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

.ais-tools-desc {
  color: #041e42;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 1023.98px) {
  .ais-tools-section {
    padding: 99px 0 45px;
  }

  .ais-tools-container {
    padding: 0 0 106px;
  }

  .ais-tools-heading {
    margin-bottom: 64px;
    padding: 0;
  }

  .ais-tools-grid {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .ais-tools-card {
    max-width: 476px;
  }
}

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

  .ais-tools-container {
    padding: 0 0 58px;
  }

  .ais-tools-heading {
    font-size: 34px;
    margin-bottom: 67px;
  }

  .ais-tools-grid {
    gap: 50px;
  }

  .ais-tools-card {
    max-width: 100%;
  }

  .ais-tools-name {
    font-size: 18px;
  }
}
/* AIS Tools section end */

/*FAQ's section start   */
.fq-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  margin-bottom: 99px;
}

.fq-section .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  color: #041e42;
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
  font-style: normal;
  text-align: center;
  margin-bottom: 62px;
}

.fq-section .fq-section-wrapper {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  padding-bottom: 2px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1023.98px) {
  .fq-section .fq-section-wrapper {
    padding-bottom: 0;
  }
}

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

.fq-section .fq-faq-wrapper {
  max-width: 100%;
  width: 100%;
}

.fq-section .faq-item {
  padding: 25px 0 23px;
  overflow: hidden;
  border-bottom: 1px solid rgba(4, 30, 66, 0.1);
  cursor: pointer;
}

.fq-section .faq-title {
  position: relative;
  cursor: pointer;
  padding-right: 18px;
  color: #041e42;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.fq-section .faq-title:after {
  content: "";
  position: absolute;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_27323_10202)'%3E%3Cpath d='M3.75 12H20.25' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 3.75V20.25' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_27323_10202'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  height: 24px;
  right: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

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

.fq-section .faq-title.open {
  margin-bottom: 21px;
}
@media (max-width: 1023.98px) {
  .fq-section .faq-title br {
    display: none;
  }

  .fq-section .heading {
    margin-bottom: 62px;
  }
}

@media (max-width: 767.98px) {
  .fq-section .faq-title {
    padding-right: 46px;
  }
}

.fq-section .faq-text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  max-width: 100%;
  width: 100%;
  margin-top: 15px;
  transition:
    height 0.3s ease,
    opacity 0.3s ease;
  height: 0;
  opacity: 0;
  pointer-events: none;
  display: block;
}

.fq-section .faq-text.open {
  opacity: 1;
  overflow: visible;
  pointer-events: initial;
}

.fq-section .faq-text p {
  color: #041e42;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-right: 40px;
}

.fq-section .faq-text p a {
  color: #041e42;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.fq-section .faq-text p a:hover {
  text-decoration: none;
}

.fq-section .faq-text p b {
  color: #041e42;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (hover: hover) {
  .fq-section .faq-item a:hover {
    text-decoration: underline;
  }
}
.fq-section .faq-item a:active {
  text-decoration: underline;
}
.fq-section .faq-item a span {
  margin-left: 6px;
}

.fq-section .faq-item a:hover {
  text-decoration: underline;
}

.fq-section .faq-item a:hover:before {
  content: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0087f5;
  bottom: -2px;
  left: 0;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.fq-section .faq-title.pre_built.open {
  color: #0079dd;
}

@media (min-width: 1023.98px) and (max-width: 1919.98px) {
  .fq-section .faq-text {
    font-weight: 700;
  }
}

@media (max-width: 1023.98px) {
  .fq-section {
    padding: 61px 0 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 91px;
  }

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

  .fq-section .container {
    padding: 0 40px;
    max-width: 100%;
  }

  .fq-section .fq-faq-wrapper {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .fq-section .faq-item {
    padding: 24px 0;
    position: relative;
  }

  .fq-section .faq-item:last-child:after {
    content: none;
  }

  .fq-section .faq-item.open {
    padding-top: 24px;
    padding-bottom: 21.5px;
  }

  .fq-section .faq-text p {
    padding-right: 44px;
  }

  .fq-section .faq-title {
    padding-right: 34px;
  }

  .fq-section .faq-title.open {
    margin-bottom: 24px;
  }

  .fq-section .faq-item .faq-img-mbl {
    display: block !important;
    margin-bottom: 13px;
    aspect-ratio: 1276 / 805;
  }

  .fq-section .faq-item .faq-img-mbl img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
  }

  .fq-section .faq-text {
    font-size: 13px;
    line-height: 18px;
    max-width: 100%;
  }

  .fq-section .faq-block .faq-content {
    width: 100%;
  }

  .fq-section .faq-block .faq-content-img {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0;
    margin-top: 18px;
  }

  .fq-section .faq-block .faq-content-img.open {
    opacity: 1;
    transition: opacity 3s ease 0.8s;
  }
}

@media (max-width: 767.98px) {
  .fq-section {
    padding: 23px 0 0px;
    margin-bottom: 0;
  }

  .fq-section .container {
    padding: 0 20px;
    max-width: 390px;
  }

  .fq-section .heading br {
    display: block;
  }

  .fq-section .sub-copy {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: var(--Basic-Midnight-Blue, #041e42);
    margin: 0 auto 40px;
  }

  .fq-section .faq-item {
    padding: 24px 0 23px;
  }

  .fq-section .faq-title {
    font-size: 20px;
    line-height: 150%;
    padding-right: 50px;
  }

  .fq-section .faq-text {
    padding: 0;
    margin-top: 19px;
  }

  .fq-section .faq-item.open {
    padding-top: 19px;
    padding-bottom: 14px;
  }

  .fq-section .faq-text.open {
    margin-bottom: 10px;
  }

  .fq-section .faq-title.open {
    margin-bottom: 0;
  }

  .fq-section .faq-block .faq-content-img {
    max-width: 100%;
    width: 100%;
    margin: auto;
    margin-top: 18px;
  }

  .fq-section .faq-item .faq-img-mbl {
    transform: translate(0, 0);
    aspect-ratio: 35 / 22;
  }

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

  .fq-section .faq-block .faq-content-img.open {
    transition: opacity 0.8s ease 0.8s;
  }

  .fq-section .faq-block .faq-content {
    opacity: 0;
  }

  .fq-section .open .faq-block .faq-content {
    opacity: 1;
    transition: opacity 1.5s ease 0.8s;
  }

  .fq-section .faq-text p {
    margin-top: 1px;
    padding-right: 48px;
  }

  .fq-section .faq-text.open {
    margin-top: 23px !important;
  }

  .testimonial-block .quote {
    display: none;
  }

  .fq-section .faq-block {
    flex-direction: column-reverse;
  }
}

@media (max-width: 359.98px) {
  .fq-section .faq-title {
    padding-right: 64px;
    font-size: 20px;
  }

  .fq-section .faq-text p {
    padding-right: 12px;
  }
}

/*FAQ's section end   */

/* cyber section start  */
.cyber-disrupt-bg {
  position: relative;
  overflow-x: clip;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0;
  margin: calc(701 / 3840 * 100%) 0;
  background: radial-gradient(
    73.59% 49.29% at 50% 49.27%,
    #00005b 0%,
    #000026 42%
  );
}

.cyber-disrupt-bg::after,
.cyber-disrupt-bg::before {
  content: "";
  background-size: 3840px auto;
  background-repeat: no-repeat;
  aspect-ratio: 3840 / 701;
  position: absolute;
  left: 0;
  right: 0;
}
.cyber-disrupt-bg::before {
  background-image: url("data:image/svg+xml,%3Csvg width='3840' height='701' viewBox='0 0 3840 701' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_3)'%3E%3Cpath d='M1960.35 8.49467C2026.12 -6.1432 2099.6 -1.84822 2160.88 21.2629L3954 700.214V3450.78L2160.88 4129.73C2099.6 4152.84 2026.12 4157.14 1960.35 4142.5C1945.62 4139.23 1931.34 4135.07 1917.59 4129.87L114 3450.78V700.214L1917.59 21.1242C1931.34 15.9254 1945.62 11.7691 1960.35 8.49467Z' fill='%2300F0FF'/%3E%3Cpath d='M1846.35 8.49467C1912.12 -6.1432 1985.6 -1.84822 2046.88 21.2629L3840 700.214V3450.78L2046.88 4129.73C1985.6 4152.84 1912.12 4157.14 1846.35 4142.5C1831.62 4139.23 1817.34 4135.07 1803.59 4129.87L0 3450.78V700.214L1803.59 21.1242C1817.34 15.9254 1831.62 11.7691 1846.35 8.49467Z' fill='url(%23paint0_radial_1_3)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1_3' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(1920 2045) rotate(90) scale(2046 2825.81)'%3E%3Cstop stop-color='%2300005B'/%3E%3Cstop offset='0.42' stop-color='%23000026'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_1_3'%3E%3Crect width='3840' height='701' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center top;
  bottom: 100%;
  margin-bottom: -1px;
}

.cyber-disrupt-bg::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='3840' height='701' viewBox='0 0 3840 701' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_3)'%3E%3Cpath d='M1960.35 -3441.51C2026.12 -3456.14 2099.6 -3451.85 2160.88 -3428.74L3954 -2749.79V0.780762L2160.88 679.731C2099.6 702.843 2026.12 707.138 1960.35 692.5C1945.62 689.226 1931.34 685.069 1917.59 679.87L114 0.780762V-2749.79L1917.59 -3428.88C1931.34 -3434.07 1945.62 -3438.23 1960.35 -3441.51Z' fill='%2300F0FF'/%3E%3Cpath d='M1846.35 -3441.51C1912.12 -3456.14 1985.6 -3451.85 2046.88 -3428.74L3840 -2749.79V0.780762L2046.88 679.731C1985.6 702.843 1912.12 707.138 1846.35 692.5C1831.62 689.226 1817.34 685.069 1803.59 679.87L0 0.780762V-2749.79L1803.59 -3428.88C1817.34 -3434.07 1831.62 -3438.23 1846.35 -3441.51Z' fill='url(%23paint0_radial_1_3)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1_3' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(1920 -1405) rotate(90) scale(2046 2825.81)'%3E%3Cstop stop-color='%2300005B'/%3E%3Cstop offset='0.42' stop-color='%23000026'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_1_3'%3E%3Crect width='3840' height='701' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center bottom;
  top: 100%;
  margin-top: -1px;
}

@media (min-width: 3841px) {
  .cyber-disrupt-bg::after,
  .cyber-disrupt-bg::before {
    background-size: cover !important;
  }
}

@media (max-width: 1024px) {
  .cyber-disrupt-bg {
  }
  .cyber-disrupt-bg::before {
    background-image: url("data:image/svg+xml,%3Csvg width='3840' height='701' viewBox='0 0 3840 701' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_0_4)'%3E%3Cpath d='M1959.85 8.49467C2025.62 -6.1432 2099.1 -1.84822 2160.38 21.2629L3953.5 700.214V4639.78L2160.38 5318.73C2099.1 5341.84 2025.62 5346.14 1959.85 5331.5C1945.12 5328.23 1930.84 5324.07 1917.09 5318.87L113.5 4639.78V700.214L1917.09 21.1242C1930.84 15.9254 1945.12 11.7691 1959.85 8.49467Z' fill='%2300F0FF'/%3E%3Cpath d='M1845.85 8.49467C1911.62 -6.1432 1985.1 -1.84822 2046.38 21.2629L3839.5 700.214V4639.78L2046.38 5318.73C1985.1 5341.84 1911.62 5346.14 1845.85 5331.5C1831.12 5328.23 1816.84 5324.07 1803.09 5318.87L-0.5 4639.78V700.214L1803.09 21.1242C1816.84 15.9254 1831.12 11.7691 1845.85 8.49467Z' fill='url(%23paint0_radial_0_4)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_0_4' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(1919.5 2045) rotate(90) scale(2046 2825.81)'%3E%3Cstop stop-color='%2300005B'/%3E%3Cstop offset='0.42' stop-color='%23000026'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_0_4'%3E%3Crect width='3840' height='701' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .cyber-disrupt-bg::after {
    background-image: url("data:image/svg+xml,%3Csvg width='3840' height='701' viewBox='0 0 3840 701' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_0_4)'%3E%3Cpath d='M1959.85 -4630.51C2025.62 -4645.14 2099.1 -4640.85 2160.38 -4617.74L3953.5 -3938.79V0.780762L2160.38 679.731C2099.1 702.843 2025.62 707.138 1959.85 692.5C1945.12 689.226 1930.84 685.069 1917.09 679.87L113.5 0.780762V-3938.79L1917.09 -4617.88C1930.84 -4623.07 1945.12 -4627.23 1959.85 -4630.51Z' fill='%2300F0FF'/%3E%3Cpath d='M1845.85 -4630.51C1911.62 -4645.14 1985.1 -4640.85 2046.38 -4617.74L3839.5 -3938.79V0.780762L2046.38 679.731C1985.1 702.843 1911.62 707.138 1845.85 692.5C1831.12 689.226 1816.84 685.069 1803.09 679.87L-0.5 0.780762V-3938.79L1803.09 -4617.88C1816.84 -4623.07 1831.12 -4627.23 1845.85 -4630.51Z' fill='url(%23paint0_radial_0_4)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_0_4' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(1919.5 -2594) rotate(90) scale(2046 2825.81)'%3E%3Cstop stop-color='%2300005B'/%3E%3Cstop offset='0.42' stop-color='%23000026'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_0_4'%3E%3Crect width='3840' height='701' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 767.98px) {
  .cyber-disrupt-bg {
    margin: calc(394 / 2160 * 100%) 0;
    background: radial-gradient(
      2868.32% 57.73% at 50% 42.27%,
      #00005b 0%,
      #000026 58.88%
    );
  }
  .cyber-disrupt-bg::after,
  .cyber-disrupt-bg::before {
    aspect-ratio: 2160 / 394;
    background-size: 2160px auto;
  }
  .cyber-disrupt-bg::before {
    background-image: url("data:image/svg+xml,%3Csvg width='2160' height='394' viewBox='0 0 2160 394' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_3)'%3E%3Cpath d='M1102.2 4.77825C1139.19 -3.45555 1180.53 -1.03963 1214.99 11.9604L2223.62 393.87V4089.41L1214.99 4471.32C1180.53 4484.32 1139.19 4486.73 1102.2 4478.5C1093.91 4476.66 1085.88 4474.32 1078.15 4471.4L63.625 4089.41V393.87L1078.15 11.8824C1085.88 8.95805 1093.91 6.62013 1102.2 4.77825Z' fill='%2300F0FF'/%3E%3Cpath d='M1038.07 4.77825C1075.07 -3.45555 1116.4 -1.03963 1150.87 11.9604L2159.5 393.87V4089.41L1150.87 4471.32C1116.4 4484.32 1075.07 4486.73 1038.07 4478.5C1029.79 4476.66 1021.75 4474.32 1014.02 4471.4L-0.5 4089.41V393.87L1014.02 11.8824C1021.75 8.95805 1029.79 6.62013 1038.07 4.77825Z' fill='url(%23paint0_radial_1_3)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1_3' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(993.1 622.807) scale(1872.46 1245.24)'%3E%3Cstop offset='0.42' stop-color='%23000026'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_1_3'%3E%3Crect width='2160' height='394' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .cyber-disrupt-bg::after {
    background-image: url("data:image/svg+xml,%3Csvg width='2160' height='394' viewBox='0 0 2160 394' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_3)'%3E%3Cpath d='M1102.2 -4085.22C1139.19 -4093.46 1180.53 -4091.04 1214.99 -4078.04L2223.62 -3696.13V-0.591309L1214.99 381.318C1180.53 394.318 1139.19 396.734 1102.2 388.5C1093.91 386.659 1085.88 384.321 1078.15 381.396L63.625 -0.591309V-3696.13L1078.15 -4078.12C1085.88 -4081.04 1093.91 -4083.38 1102.2 -4085.22Z' fill='%2300F0FF'/%3E%3Cpath d='M1038.07 -4084.22C1075.07 -4092.46 1116.4 -4090.04 1150.87 -4077.04L2159.5 -3695.13V0.408691L1150.87 382.318C1116.4 395.318 1075.07 397.734 1038.07 389.5C1029.79 387.659 1021.75 385.321 1014.02 382.396L-0.5 0.408691V-3695.13L1014.02 -4077.12C1021.75 -4080.04 1029.79 -4082.38 1038.07 -4084.22Z' fill='url(%23paint0_radial_1_3)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1_3' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(993.1 -3466.19) scale(1872.46 1245.24)'%3E%3Cstop offset='0.42' stop-color='%23000026'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_1_3'%3E%3Crect width='2160' height='394' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}

/* .cyber-risk START */
.cyber-risk {
  position: relative;
  z-index: 5;
  padding-bottom: 102px;
}

.cyber-risk .cyber-risk-logo {
  text-align: center;
  margin-bottom: 88px;
}

.cyber-risk .cyber-risk-logo img {
  max-width: 150px;
}

.cyber-risk .address-and-manage h2 {
  color: #fff;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 173px;
}

.cyber-risk .address-and-manage .subtitle {
  color: #fff;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 1018px;
  margin: 0 auto 107px;
}

.cyber-risk .risk-block-wrap .risk-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-items: center;
  gap: 70px;
  margin: 0 11px 205px;
}

.cyber-risk .risk-block-wrap .risk-block.rb-ai {
  margin: 0;
}

.cyber-risk .risk-block-wrap .risk-block:nth-child(5) {
  margin-bottom: 249px;
}

.cyber-risk .risk-block-wrap .risk-block.row-reverse {
  flex-direction: row;
}

.cyber-risk .risk-block .content-wrap {
  width: 100%;
  max-width: 555px;
}

.cyber-risk .risk-block .content-wrap .logo-wrap img {
  max-width: 399.976px;
  width: 100%;
}

.cyber-risk .risk-block:nth-child(2) .content-wrap,
.cyber-risk .risk-block:last-child .content-wrap {
  padding-top: 0;
}

.cyber-risk .risk-block .content-wrap .block-title {
  color: #00f0ff;
  font-size: 34px;
  font-family: "Aeonik Pro";
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  margin-bottom: 18px;
}

.cyber-risk .risk-block.rb-ai .content-wrap .block-title {
  padding-top: 14px;
  margin-bottom: 28px;
}

.cyber-risk .risk-block.rb-ai .content-wrap:last-child {
  margin: 0px 0 27px 0px;
}

.cyber-risk .risk-block .content-wrap .block-subtitle,
.cyber-risk .risk-block .content-wrap p {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cyber-risk .risk-block.rb-ai .content-wrap .block-subtitle a {
  color: #fff;
  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;
}

.cyber-risk .risk-block.rb-ai .content-wrap .block-subtitle a:hover {
  text-decoration: none;
}

.cyber-risk .risk-block .content-wrap p {
  margin: 30px 0 31px;
}
.cyber-risk .risk-block .content-wrap a.learn-more-cta {
  display: flex;
  height: 56px;
  width: 150px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #00f0ff;
  outline: none;
  border: 2px solid #00f0ff;
  margin-top: 16px;
  color: #041e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
}
.cyber-risk .risk-block .content-wrap a.learn-more-cta:hover {
  background: transparent;
  color: #00f0ff;
}

.cyber-risk .risk-block .content-wrap .exposure-list li {
  position: relative;
  list-style: none;
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.cyber-risk .risk-block .content-wrap .exposure-list li::before {
  content: "";
  position: absolute;
  background: var(--Product-Lucid-Blue, #00f0ff);
  width: 10px;
  height: 10px;
  left: 0px;
  top: 9px;
}

.cyber-risk .risk-block .img-wrap {
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.cyber-risk .risk-block .img-wrap::before {
  content: "";
  background-image: url("../img/hex-bg-1-desk.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 615px;
  height: 488px;
  top: -86px;
  left: 168px;
  z-index: -1;
}

.cyber-risk .risk-block.rb-ai .img-wrap::before {
  display: block;
  width: 815px;
  height: 776px;
  top: -239px;
  left: -18px;
  background-image: url("../img/hex-bg-2-desk-rb-ai.webp");
  background-size: cover;
}

.cyber-risk .risk-block.row-reverse .img-wrap::before {
  background-image: url("../img/hex-bg-2-desk.svg");
  left: auto;
  right: 168px;
}

.cyber-risk .risk-block .img-wrap img {
  width: 100%;
  max-width: 720px;
  height: auto;
  border-radius: 10px;
}

.cyber-risk .risk-block.rb-ai .img-wrap img {
  border-radius: unset;
  transform: translate(0, -15px);
}

.cyber-risk .risk-block.row-reverse .img-wrap img {
  transform: translateX(2px);
}

.cyber-disrupt-bg .get-a-demo {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  background: #0087f5;
  border: 2px solid #0087f5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 56px;
  margin: 89px auto 0;
  text-decoration: none;
}

.cyber-disrupt-bg .get-a-demo:hover,
.cyber-disrupt-bg .get-a-demo:active {
  background: #fff;
  color: #0087f5;
}

@media (max-width: 1199.98px) {
  .cyber-risk .risk-block.row-reverse .img-wrap img,
  .cyber-risk .risk-block .img-wrap img {
    transform: none;
  }
}

@media (max-width: 1023.98px) {
  .cyber-risk {
    padding-bottom: 180px;
  }

  .cyber-risk .address-and-manage h2 {
    margin: 0 auto 65px;
  }

  .cyber-risk .address-and-manage .subtitle {
    padding: 0;
    margin: 0 auto 68px;
  }

  .cyber-risk .address-and-manage p {
    padding: 0px 19px;
    margin: 0 auto 64px;
  }

  .cyber-risk .risk-block .content-wrap {
    max-width: 728px;
    margin: 0 auto 56px;
  }

  .cyber-risk .risk-block .img-wrap::before {
    top: -48px;
    left: 380px;
  }

  .cyber-risk .risk-block.rb-ai .img-wrap::before {
    width: 598px;
    height: 584px;
    top: -170px;
    left: 253px;
    background-image: url("../img/hex-bg-2-tablet-rb-ai.webp");
  }

  .cyber-risk .risk-block.row-reverse .img-wrap::before {
    right: 381px;
    top: -58px;
  }

  .cyber-risk .section-subtitle {
    margin-bottom: 95px;
  }

  .cyber-risk .risk-block-wrap .risk-block,
  .cyber-risk .risk-block-wrap .risk-block.row-reverse {
    flex-direction: column-reverse;
    margin-bottom: 123px;
    gap: 0;
    margin: 0 0 126px;
  }

  .cyber-risk .risk-block-wrap .risk-block.rb-ai {
    padding-top: 99px;
  }

  .cyber-risk .risk-block-wrap .risk-block:nth-child(2) {
    margin-bottom: 112px;
  }

  .cyber-risk .risk-block-wrap .risk-block:nth-child(3) {
    margin-bottom: 125px;
  }

  .cyber-risk .risk-block-wrap .risk-block:nth-child(4) {
    margin: 0 0 113px;
  }

  .cyber-risk .risk-block-wrap .risk-block:nth-child(4) .content-wrap {
    margin: 0 auto 46px;
  }

  .cyber-risk .risk-block-wrap .risk-block:nth-child(3) .content-wrap {
    margin: 0 auto 57px;
  }

  .cyber-risk .risk-block .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .cyber-risk .risk-block .img-wrap img {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .cyber-risk .risk-block:nth-child(2) .content-wrap,
  .cyber-risk .risk-block:last-child .content-wrap {
    margin-bottom: 46px;
    padding-top: 0;
  }

  .cyber-risk .risk-block.rb-ai .content-wrap:last-child {
    margin: 0px 0 125px 0px;
  }
}

@media (max-width: 767.98px) {
  .cyber-risk {
    padding: 111px 0 112px;
  }

  .cyber-risk .section-title {
    max-width: 328px;
    margin: 0 auto;
    font-size: 32px;
    text-align: left;
    margin-bottom: 16px;
  }

  .cyber-risk .section-title br {
    display: none;
  }

  .cyber-risk .section-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 96px;
  }

  .cyber-risk .risk-block .img-wrap {
    margin-bottom: 43px;
  }

  .cyber-risk .risk-block.rb-ai .img-wrap::before {
    width: 390px;
    height: 366px;
    top: -109px;
    left: 71px;
    background-image: url("../img/hex-bg-2-mob-rb-ai.webp");
  }

  .cyber-risk .risk-block-wrap .risk-block:last-child .img-wrap {
    margin-bottom: 38px;
  }

  .cyber-risk .risk-block .content-wrap .block-subtitle {
    margin-bottom: 28px;
  }

  .cyber-risk .risk-block .content-wrap p {
    font-size: 16px;
  }

  .cyber-risk .risk-block .content-wrap p {
    margin-bottom: 15px;
  }

  .cyber-risk .risk-block .content-wrap .exposure-list li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #425363;
  }

  .cyber-risk .risk-block .content-wrap .block-title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .cyber-risk .risk-block .content-wrap .block-title br {
    display: none;
  }

  .cyber-risk .risk-block:nth-child(2) .content-wrap,
  .cyber-risk .risk-block:last-child .content-wrap {
    margin-bottom: 0;
  }

  .cyber-risk .risk-block-wrap .risk-block:first-child,
  .cyber-risk .risk-block-wrap .risk-block:nth-child(3) {
    margin-bottom: 60px;
  }

  .cyber-risk .risk-block-wrap .risk-block,
  .cyber-risk .risk-block-wrap .risk-block.row-reverse {
    margin-bottom: 58px;
  }

  .cyber-risk .risk-block-wrap .risk-block:nth-child(2) {
    margin-bottom: 60px;
  }

  .cyber-risk .risk-block-wrap .risk-block:nth-child(3) .content-wrap {
    margin: 0 auto;
  }

  .cyber-risk .risk-block-wrap .risk-block:nth-child(4) .content-wrap {
    margin: 0 auto 2px;
  }

  .cyber-risk .risk-block-wrap .risk-block:nth-child(4) {
    margin: 0 0 59px;
  }

  .cyber-disrupt-bg .get-a-demo {
    margin: 75px auto 0;
  }

  .cyber-risk .address-and-manage h2 {
    font-size: 34px;
    line-height: 124%;
  }

  .cyber-risk .address-and-manage h2 br {
    display: none;
  }

  .cyber-risk .risk-block .content-wrap {
    margin: 0 auto;
  }

  .cyber-risk .risk-block .img-wrap img {
    border-radius: 6px;
  }

  .cyber-risk .risk-block .img-wrap::before {
    background-image: url("../img/hex-bg-1-mob.svg");
    width: 308px;
    height: 244px;
    right: -132px;
    top: 0;
    left: auto;
  }

  .cyber-risk .risk-block.row-reverse .img-wrap::before {
    background-image: url("../img/hex-bg-2-mob.svg");
    right: auto;
    left: -132px;
    top: 0;
  }

  .cyber-risk .risk-block-wrap .risk-block.rb-ai {
    padding-top: 80px;
  }

  .cyber-risk .risk-block .content-wrap .logo-wrap img {
    max-width: 299.982px;
    width: 100%;
    height: 56.565px;
  }

  .cyber-risk .risk-block.rb-ai .content-wrap .block-title {
    padding-top: 14px;
    margin-bottom: 31px;
  }

  .cyber-risk .risk-block.rb-ai .content-wrap .block-subtitle {
    margin-bottom: 0;
  }
}

/* .cyber-risk END */

/*footer form*/
.footer-form {
  margin: 0;
  padding: 120px 0 101px;
  background: linear-gradient(90deg, #000026 0%, #00005b 100%);
  overflow: hidden;
  position: relative;
}

.footer-form::before {
  content: "";
  position: absolute;
  width: 658px;
  height: 771px;
  background-image: url("../img/footer-form-desk.svg");
  left: -516px;
  top: -125px;
}

.footer-form .footer-form-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  max-width: 1060px;
  margin: 0 auto;
}

.footer-form .footer-form-wrap .footer-content {
  max-width: 500px;
  width: 100%;
}

.footer-form .footer-heading {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #eeeff5;
  margin: 0 0 30px;
}

/* form start */
.footer-form .form-content {
  width: 100%;
  position: relative;
  height: max-content;
}

.footer-form .footer-review {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}

.footer-form .footer-review-name {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.footer-form .footer-review-designation {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer-form .form-content.form-popup {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1001;
  padding: 60px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: auto;
  justify-content: center;
}

.footer-form .form-content.form-popup .form-wrap-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 21px 40px 40px;
  width: 514px;
}

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

.footer-form .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: 560px !important;
  width: 100% !important;
}

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

.footer-form .form-content .mktoFormRow.form_Email {
  max-width: 100%;
}

.footer-form .form-content .mktoFormRow.form_Comments__c {
  display: none !important;
}

.footer-form .form-content .mktoForm .mktoRequiredField .mktoAsterix {
  color: #fff !important;
  font-size: 16px !important;
  padding-left: 0 !important;
}

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

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

.footer-form .form-content .mktoForm input[name="FirstName"],
.footer-form .form-content .mktoForm input[name="LastName"],
.footer-form .form-content .mktoForm input[name="Title"],
.footer-form .form-content .mktoForm input[name="Email"],
.footer-form .form-content .mktoForm input[name="Phone"],
.footer-form .form-content .mktoForm input[name="Company"],
.footer-form .form-content .mktoForm select[name="Employee_Range__c"],
.footer-form .form-content .mktoForm textarea[name="Comments__c"] {
  color: #fff;
  text-overflow: ellipsis;
  font-family: "Aeonik Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  height: 50px;
  line-height: 18px;
  padding: 10px 14px 0px;
}

.footer-form .form-content .mktoForm input[name="FirstName"]:hover,
.footer-form .form-content .mktoForm input[name="LastName"]:hover,
.footer-form .form-content .mktoForm input[name="Title"]:hover,
.footer-form .form-content .mktoForm input[name="Email"]:hover,
.footer-form .form-content .mktoForm input[name="Phone"]:hover,
.footer-form .form-content .mktoForm input[name="Company"]:hover,
.footer-form .form-content .mktoForm select[name="Employee_Range__c"]:hover,
.footer-form .form-content .mktoForm textarea[name="Comments__c"]:hover {
  border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
}

.footer-form .form-content.form-popup .mktoForm input[name="FirstName"],
.footer-form .form-content.form-popup .mktoForm input[name="LastName"],
.footer-form .form-content.form-popup .mktoForm input[name="Title"],
.footer-form .form-content.form-popup .mktoForm input[name="Email"],
.footer-form .form-content.form-popup .mktoForm input[name="Phone"],
.footer-form .form-content.form-popup .mktoForm input[name="Company"],
.footer-form
  .form-content.form-popup
  .mktoForm
  select[name="Employee_Range__c"],
.footer-form .form-content.form-popup .mktoForm textarea[name="Comments__c"],
.footer-form .form-content.form-popup .mktoForm input[name="FirstName"]:hover,
.footer-form .form-content.form-popup .mktoForm input[name="LastName"]:hover,
.footer-form .form-content.form-popup .mktoForm input[name="Title"]:hover,
.footer-form .form-content.form-popup .mktoForm input[name="Email"]:hover,
.footer-form .form-content.form-popup .mktoForm input[name="Phone"]:hover,
.footer-form .form-content.form-popup .mktoForm input[name="Company"]:hover,
.footer-form
  .form-content.form-popup
  .mktoForm
  select[name="Employee_Range__c"]:hover,
.footer-form
  .form-content.form-popup
  .mktoForm
  textarea[name="Comments__c"]:hover {
  border: 1.5px solid var(--Cloud-Security-light-grey, #b5bcc1) !important;
  background: #ffffff;
  color: #111 !important;
}

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

.footer-form .form-content .mktoForm textarea[name="Comments__c"] {
  width: 100% !important;
  padding: 22px 14px 0px;
}

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

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

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

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

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

.footer-form .form-content .mktoForm .mktoButton {
  background: #0079dd;
  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;
}

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

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

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

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

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

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

.footer-form .mktoRequiredField.filled .mktoLabel {
  color: #fff;
  opacity: 0.8;
}

.footer-form .mktoRequiredField.focused .mktoLabel {
  color: #fff !important;
  opacity: 1;
}

.footer-form .form-content.form-popup .mktoRequiredField.filled .mktoLabel {
  color: #6c7982 !important;
  opacity: 1;
}

.footer-form .form-content.form-popup .mktoRequiredField.focused .mktoLabel {
  color: #111 !important;
  opacity: 1;
}

.footer-form .mktoRequiredField.error .mktoLabel {
  color: #ff5200;
}

.footer-form .form-content.form-popup .mktoRequiredField.error .mktoLabel {
  color: #ff5200 !important;
}

.footer-form .mktoForm .mktoError .mktoErrorArrow {
  background-color: rgba(17, 17, 17, 0.7) !important;
  border: 1.5px solid rgba(17, 17, 17, 0.7) !important;
  width: 12px;
  height: 12px;
  margin-top: 2px;
}

.footer-form .mktoForm .mktoError .mktoErrorMsg {
  background-color: rgba(17, 17, 17, 0.7) !important;
  border: none !important;
  width: 187px;
  height: auto;
  min-height: 44px;
  font-family: "Aeonik Pro";
  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: 8px;
  padding: 6px;
  outline: none;
}

.footer-form .mktoForm .mktoError .mktoErrorMsg:has(.mktoErrorDetail) {
  flex-direction: column;
}

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

.footer-form .mktoForm .mktoError .mktoErrorMsg .mktoErrorMsg-icon {
  margin-right: 4px;
}

.footer-form .mktoForm .mktoError .mktoErrorMsg .mktoErrorMsg-icon svg {
  padding: 0 !important;
}

.footer-form .mktoForm .mktoError .mktoErrorMsg .mktoErrorMsg-msg {
  text-align: start;
}

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

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

.footer-form
  .form-content
  .mktoForm
  .mktoButtonWrap.mktoPurpleCandy
  button.mktoButton {
  display: flex !important;
  height: 56px;
  max-width: 150px !important;
  width: 100% !important;
  justify-content: center !important;
  gap: 10px;
  border-radius: 100px;
  background: transparent;
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  margin-top: 8px !important;
  border: 2px solid #fff;
  padding: 10.5px 25.5px 10.5px;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 1024.98px) {
  .footer-form .form-content .mktoForm .mktoFormCol {
    margin-bottom: 16px !important;
  }
}

.footer-form
  .form-content
  .mktoForm
  .mktoButtonWrap.mktoPurpleCandy
  button.mktoButton:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #041e42;
}

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

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

.footer-form .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: #ffffff;
  font-weight: 400;
  position: inherit;
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
  margin-left: 20px;
}

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

.footer-form .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: #ffffff;
  padding: 0;
}

.footer-form
  .form-popup
  .mktoForm
  .mktoFormRow[input-name="parent-noinput"]
  small,
.footer-form
  .form-popup
  .mktoForm
  .mktoFormRow[input-name="parent-triggerGDPR"]
  label {
  color: #111;
}

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

.footer-form
  .mktoForm
  .mktoFormRow[input-name="parent-noinput"]
  .gdpr-text
  small
  a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

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

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

.footer-form .mktoForm .focused input.mktoField,
.footer-form .mktoForm .focused select.mktoField,
.footer-form .mktoForm .focused textarea.mktoField {
  color: #fff !important;
  border: 1.5px solid #0079dd !important;
}

.footer-form .mktoForm .mktoFieldWrap input.mktoField:focus {
  border: 1.5px solid #ff5200 !important;
  color: #fff;
}

.footer-form
  .form-content.form-popup
  .mktoForm
  .mktoFieldWrap
  input.mktoField:focus {
  border: 1.5px solid #111 !important;
  color: #111 !important;
}

.footer-form
  .form-content.form-popup
  .mktoForm
  .mktoFieldWrap.error
  input.mktoField:focus {
  border: 1.5px solid #ff5200 !important;
}

.footer-form .mktoForm .error input.mktoField,
.footer-form .mktoForm .error select.mktoField,
.footer-form .mktoForm .error textarea.mktoField {
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  position: relative;
}

.footer-form .mktoForm label {
  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: #fff;
  text-overflow: ellipsis;
  font-family: "Aeonik Pro";
  cursor: text;
  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;
}

.footer-form .form-content.form-popup .mktoForm label {
  color: #363c47;
}

@media screen and (max-width: 1024.98px) {
  .footer-form .mktoForm label {
    top: 16.5px;
  }
}

.footer-form .mktoForm label#LblComments__c {
  width: 171px !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 5px;
  top: 14px;
  background-color: transparent !important;
}

.footer-form .mktoForm .filled label#LblComments__c {
  color: #fff !important;
  opacity: 0.8;
  top: 1px;
}

.footer-form .mktoForm .focused label#LblComments__c {
  color: #fff !important;
  opacity: 1;
  top: 1px;
}

.footer-form .form-content.form-popup .mktoForm .filled label#LblComments__c {
  color: #6c7982 !important;
  opacity: 1;
  top: 1px;
}

.footer-form .form-content.form-popup .mktoForm .focused label#LblComments__c {
  color: #111 !important;
  opacity: 1;
  top: 1px;
}

.footer-form .form-content.form-popup .focused label#LblComments__c {
  color: #111111 !important;
  top: 1px;
}

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

.footer-form .mktoForm .focused label,
.footer-form .mktoForm .error.focused label,
.footer-form .mktoForm .filled label {
  color: #111;
  background-color: transparent !important;
  z-index: 3;
  font-size: 12px;
  line-height: 18px;
  font-family: "Aeonik Pro";
  font-weight: 400 !important;
  left: 10px;
  top: 4px;
  padding: 0 5px;
}

.footer-form .mktoForm .focused label {
  color: #111;
}

.footer-form .mktoForm .mktoError .mktoErrorMsg span {
  text-align: center;
}

.footer-form .mktoForm textarea.mktoField:focus:focus {
  border: 1.5px solid #ff5200 !important;
}

.footer-form .form-content.form-popup .mktoForm textarea.mktoField:focus:focus {
  border: 1.5px solid #041e42 !important;
}

.footer-form .mktoFieldWrap.mktoRequiredField.error.focused label {
  color: #ff5200 !important;
}

.footer-form .mktoForm input.mktoField,
.footer-form .mktoForm select.mktoField,
.footer-form .mktoForm textarea.mktoField,
.footer-form .mktoForm div.mktoLogicalField,
.footer-form .mktoForm input.mktoField.mktoInvalid,
.footer-form .mktoForm select.mktoField.mktoInvalid,
.footer-form .mktoForm textarea.mktoField.mktoInvalid,
.footer-form .mktoForm div.mktoLogicalField.mktoInvalid {
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
}

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

.footer-form .mktoForm .error input.mktoField,
.footer-form .mktoForm .error select.mktoField,
.footer-form .mktoForm .error textarea.mktoField,
.footer-form .mktoForm .error div.mktoLogicalField,
.footer-form .mktoForm .filled.error input.mktoField,
.footer-form .mktoForm .filled.error select.mktoField,
.footer-form .mktoForm .filled.error textarea.mktoField,
.footer-form .mktoForm .filled.error div.mktoLogicalField {
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
}

.footer-form .form-content.form-popup .mktoForm .error input.mktoField,
.footer-form .form-content.form-popup .mktoForm .error select.mktoField,
.footer-form .form-content.form-popup .mktoForm .error textarea.mktoField,
.footer-form .form-content.form-popup .mktoForm .error div.mktoLogicalField,
.footer-form .form-content.form-popup .mktoForm .filled.error input.mktoField,
.footer-form .form-content.form-popup .mktoForm .filled.error select.mktoField,
.footer-form
  .form-content.form-popup
  .mktoForm
  .filled.error
  textarea.mktoField,
.footer-form
  .form-content.form-popup
  .mktoForm
  .filled.error
  div.mktoLogicalField {
  border: 1.5px solid var(--Cloud-Security-orange, #ff5200) !important;
}

.footer-form .mktoForm .filled input.mktoField,
.footer-form .mktoForm .filled select.mktoField,
.footer-form .mktoForm .filled textarea.mktoField,
.footer-form .mktoForm .filled div.mktoLogicalField {
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
}

.footer-form .mktoForm input:-webkit-autofill,
.footer-form .mktoForm input:-webkit-autofill:hover,
.footer-form .mktoForm input:-webkit-autofill:focus,
.footer-form .mktoForm input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #111 !important;
  caret-color: #111 !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

.footer-form .mktoForm .mktoFieldWrap:has(input:-webkit-autofill) label {
  color: #111 !important;
}

.footer-form
  .mktoForm
  .mktoFieldWrap:has(input:-webkit-autofill)
  label
  .mktoAsterix {
  color: #111 !important;
  padding-left: 0;
}

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

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

/* gdpr */
.footer-form .form-content .mktoFormRow.form_triggerGDPR,
.footer-form .form-content .mktoFormRow:has(.gdpr-row) {
  max-width: 100%;
}

.footer-form .form-content .mktoForm .form_triggerGDPR .mktoFormCol {
  margin-bottom: 4px !important;
}

.footer-form .mktoForm .mktoFormRow.form_triggerGDPR label {
  position: static;
  margin-bottom: 0;
  margin-left: 0;
}

.footer-form .mktoForm div.mktoLogicalField {
  width: 100% !important;
  border: none !important;
}

.footer-form .mktoFormRow.form_triggerGDPR .mktoForm label {
  margin-left: 0;
}

.footer-form .mktoForm input[type="checkbox"] + label {
  padding-left: 24px;
}

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

.footer-form .form-content .mktoForm .mktoFormRow input[name="triggerGDPR"] {
  width: 15px !important;
  height: 15px !important;
  left: 0;
  position: absolute;
  top: 5px;
  z-index: 10;
  cursor: pointer;
}

.footer-form .form-content .mktoForm .mktoFormCol:has(.gdpr-row),
.footer-form .gdpr-row {
  width: 100% !important;
}

.footer-form p.gdpr-text,
.footer-form p.gdpr-text small,
.footer-form p.gdpr-text a {
  font-family: "Aeonik Pro";
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #fff !important;
  padding: 0;
  width: 100%;
}

@media (max-width: 1359.98px) {
  .footer-form::before {
    width: 0;
    height: 0;
  }
}

@media (max-width: 1023.98px) {
  .footer-form {
    padding: 61px 0 58px;
  }

  .footer-form .footer-review {
    max-width: 479px;
  }

  .footer-form .footer-form-wrap {
    flex-direction: column;
    padding: 0 40px;
    gap: 0;
  }

  .footer-form .footer-form-wrap .footer-content {
    margin-bottom: 50px;
    max-width: 100%;
  }

  .footer-form .form-content .mktoForm {
    max-width: 100% !important;
  }

  .footer-form
    .form-content
    .mktoForm
    .mktoButtonWrap.mktoPurpleCandy
    button.mktoButton {
    margin-left: 0;
  }

  .footer-form::before {
    width: 656px;
    height: 771px;
    right: -520px;
    top: -260px;
    left: auto;
  }
}

@media (max-width: 767.98px) {
  .footer-form {
    margin: 79px 0 0;
    padding: 62px 0 48px;
  }

  .footer-form .footer-form-wrap {
    padding: 0;
  }

  .footer-form .form-content .mktoForm {
    padding: 10px 0;
  }

  .footer-form .form-content .mktoFormRow {
    max-width: 100% !important;
    width: 100% !important;
  }

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

  .footer-form .form-content.form-popup .form-wrap-wrap {
    max-width: calc(100% - 30px);
    padding: 21px 25px 33px;
  }

  .footer-form .footer-form-wrap .footer-content {
    margin-bottom: 39px;
  }

  .footer-form::before {
    width: 329px;
    height: 385px;
    right: -273px;
    top: -94px;
    background-image: url("../img/footer-form-mob.svg");
  }
}

/* form end */
/* footer form end  */

/* footer start  */
.footer {
  padding: 22px 0 26px;
  background: linear-gradient(90deg, #000026 0%, #00005b 100%);
}

.footer .container {
  max-width: 1008px !important;
}

.footer .footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .footer-content .copyright {
  color: #fff;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer-content .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-content .footer-links a {
  color: #fff;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

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

.footer .footer-content .footer-links span {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 9px;
  background: #c3d3e0;
}

@media (min-width: 992px) and (max-width: 1209.98px) {
  .footer .container {
    padding: 0px 15px;
  }

  .footer .footer-content {
    justify-content: center;
    gap: 60px;
  }
}

@media (max-width: 1023.98px) {
  .footer {
    padding: 24px 0 26px;
  }

  .footer .container {
    padding: 0 80px;
  }

  .footer .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .footer .footer-content .footer-links span {
    margin: 0px 9px;
  }
}

@media (max-width: 767.98px) {
  .footer .container {
    max-width: 390px !important;
    padding: 0 28px;
  }

  .footer .footer-content {
    gap: 16px;
  }

  .footer .footer-content .footer-links {
    flex-wrap: wrap;
  }

  .footer-links a {
    order: 2;
  }

  .footer-links a:nth-child(1) {
    order: 1;
  }

  .footer-links a:nth-child(3) {
    order: 0;
    margin-bottom: 16px;
  }

  .footer-links a + span {
    order: 2;
  }

  .footer-links a:nth-child(1) + span {
    display: none !important;
  }
}
