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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Aeonik Pro";
  background: radial-gradient(72.22% 72.97% at 52.15% 27.03%, #00005B 0%, #00005B 22.36%, #000026 100%);
}

img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

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

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

.main {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

/* hero started */
.hero-section {
  position: relative;
  padding: 40px 0;
  z-index: 2;
}

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

.hero-section .tenable-logo .mobile-logo {
  display: none;
}

.hero-section .header-logo-container {
  padding-bottom: 64px;
}

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

.hero-section .content-wrap {
  max-width: 558px;
  width: 100%;
  margin-right: 10px;
  position: relative;
}

.hero-section .hero-title {
  color: #FFB900;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 55.2px;
  margin-bottom: 8px;
}

.hero-section .hero-sub-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  margin-bottom: 6px;
}

.hero-section .hero-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  margin-bottom: 11px;
}

.hero-section .hero-text-bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
}

.hero-section .hero-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  max-width: 160px;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: #FFB900;
  border: 2px solid #FFB900;
  text-decoration: none;
  color: #041E42;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 29px;
}

.hero-section .hero-cta:hover,
.hero-section .hero-cta:active {
  background: transparent;
  color: #FFB900;
}

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

.hero-section .try-buy-modal__content p.tbm-sub-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #041E42;
  margin-bottom: 23px;
}

/* form start */
.hero-section .form-content {
  max-width: 529px;
  width: 100%;
  position: relative;
  height: max-content;
  margin-top: 2px;
  padding: 36px 40px 28px;
  border-radius: 20px;
  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);
}

.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 .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"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.hero-section .form-content .gdpr-text {
  max-width: 100% !important;
  margin-top: -8px;
}

.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";
  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 #CBD5E1 !important;
  height: 50px;
  line-height: 18px;
  padding: 10px 15px;
}

.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-Email"],
.hero-section .mktoFormRow[input-name="parent-Title"] {
  margin-right: 16px;
}

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

.hero-section .mktoForm .mktoFormRow[input-name="parent-Employee_Range__c"] {
  max-width: 100%;
  position: relative;
}

.hero-section .mktoForm .mktoFormRow[input-name="parent-Employee_Range__c"] select {
  background: #ffffff url("https://www.tenable.com/lp/campaigns/25/crowdstrike-lawfirm-story1/img/Dropdown.svg") no-repeat No-repeat right 15px top 13px / 24px auto;
  padding-right: 25px;
}

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

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

.hero-section .mktoRequiredField.focused .mktoLabel {
  color: #041E42 !important;
}

.hero-section .mktoRequiredField.filled .mktoLabel {
  color: #65758C;
}

.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: 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: 5px;
  padding: 6px;
  outline: none;
}

.hero-section .mktoForm .mktoError #ValidMsgEmail.mktoErrorMsg,
.hero-section .mktoForm .mktoError #ValidMsgPhone.mktoErrorMsg {
  padding: 9px 7px 19px 7px;
  flex-wrap: wrap;
  height: 52px;
}

.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: 159px !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
  border-radius: 100px;
  background: transparent;
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  margin-top: 8px !important;
  border: 2px solid #041e42;
  padding: 13.5px 0;
  box-shadow: none;
}

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


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

.hero-section .form-content .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:active {
  background: #041e42 !important;
  color: white;
}

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

.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: #2b405a;
  font-weight: 400;
  position: static;
  padding: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.hero-section .mktoForm input[type="checkbox"]+label:before {
  border-radius: 2px;
  top: 12px;
  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: #041e42;
  padding: 0;
}

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

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

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

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

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

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

.hero-section .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: #041e42;
  text-overflow: ellipsis;
  font-family: "Aeonik Pro";
  cursor: text;
  pointer-events: none;
  font-style: normal;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  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;
}

.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: 18px;
  font-family: "Aeonik Pro";
  font-weight: 400 !important;
  left: 11px;
  top: -8px;
}

.hero-section .mktoForm .focused label {
  color: #64748b;
}

.hero-section .mktoForm .mktoError .mktoErrorMsg span {
  text-align: center;
}

.hero-section .mktoForm textarea.mktoField:focus:focus {
  border-radius: 9px;
  border: 1.5px solid #041e42 !important;
}

.hero-section .mktoFieldWrap.mktoRequiredField.error.focused label,
.hero-section .mktoFieldWrap.mktoRequiredField.error 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 #c7ccd5 !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 #94A3B8 !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 #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;
}

.hero-section .hero-img {
  max-width: 662px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}

.hero-section .hero-img img {
  width: 622px;
  -webkit-transform: translate(0, -7px);
  -ms-transform: translate(0, -7px);
  transform: translate(0, -7px);
}

@media(max-width: 1199px) {
  .hero-section .content-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .hero-section .hero-img img {
    width: 532px;
  }
}

@media (max-width: 1150px) {
  .hero-section .content-wrap {
    width: 44%;
    margin-top: 25px;
  }

  .hero-section .form-content {
    width: 52%;
  }
}

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

  .hero-section .header-logo-container {
    padding-bottom: 58px;
  }

  .hero-section .main-wrap {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-section .content-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }

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

  .hero-section .form-content {
    width: 100%;
    max-width: 100%;
    margin-top: 58px;
  }

  .hero-section .content-wrap,
  .hero-section .hero-img {
    max-width: 100%;
    width: 100%;
  }

  .hero-section .hero-img {
    justify-content: center;
  }

  .hero-section .hero-img img {
    width: 622px;
    margin: 0 auto;
    display: block;
  }
}

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

  .hero-section {
    padding: 24px 0 21px;
  }

  .hero-section .header-logo-container {
    padding-bottom: 34px;
  }

  .hero-section .hero-title {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 20px;
  }

  .hero-section .hero-text {
    margin-bottom: 20px;
  }

  .hero-section .hero-cta {
    margin-top: 20px;
  }

  .hero-section .form-content {
    margin-top: 35px;
    padding: 36px 16px 28px;
  }

  .hero-section .form-content h3 {
    font-size: 24px;
  }

  .hero-section .try-buy-modal__content p.tbm-sub-heading {
    font-size: 16px;
  }

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

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

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

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

  .hero-section .hero-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-section .hero-img img {
    width: 327px;
  }
}

/* form end */
/* video section start */
.video-section {
  padding: 71px 0 105px;
  position: relative;
  z-index: 2;
}

.video-section .container {
  max-width: 1269px !important;
}

.video-section .video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.video-section .video-wrapper .video-left-wrapper {
  max-width: 573px;
  width: 100%;
  position: relative;
}

.video-section .video-wrapper .video-left-wrapper .video-wrap {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
}

.video-section .video-wrapper .video-left-wrapper:after {
  content: '';
  width: 583px;
  height: 488px;
  background-image: url("https://www.tenable.com/lp/campaigns/25/crowdstrike-lawfirm-story1/img/video-hexagon.svg");
  position: absolute;
  top: -66px;
  right: 254px;
}

.video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper {
  position: relative;
  z-index: 2;
}

.video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper img {
  object-fit: cover;
  border-radius: 16px;
}

.video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper svg {
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 0px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

@media (hover: hover) {
  .video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper svg:hover {
    width: 93px;
    height: 93px;
    border: 6px solid rgba(255, 185, 0, 0.6);
    border-radius: 100px;
  }
}

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

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

.video-section .video-wrapper .video-right-wrapper {
  max-width: 547px;
  width: 100%;
  margin-left: 20px;
}

.video-section .video-wrapper .video-right-wrapper .video-title {
  font-size: 34px;
  line-height: 124%;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.video-section .video-wrapper .video-right-wrapper .video-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  margin-bottom: 20px;
}

.video-section .video-wrapper .video-right-wrapper .video-list {}

.video-section .video-wrapper .video-right-wrapper .video-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  margin-bottom: 19.5px;
}

.video-section .video-wrapper .video-right-wrapper .video-list li:last-child {
  margin-bottom: 0;
}

.video-section .video-wrapper .video-right-wrapper .video-list li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #FFB900;
  transform: translateY(8px);
}

.video-section .video-wrapper .video-right-wrapper .video-list li span.bold {
  font-weight: 700;
}

@media (min-width: 1600px) {
  .video-section .video-wrapper .video-left-wrapper:after {
    right: 278px;
  }
}

@media (max-width: 1150px) {
  .video-section .video-wrapper {
    column-gap: 6%;
  }

  .video-section .video-wrapper .video-right-wrapper {
    margin-left: 0;
  }

  .video-section .video-wrapper .video-left-wrapper:after {
    width: 524px;
    height: 427px;
    top: -72px;
    right: 256px;
    background-size: cover;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .video-section {
    margin-top: 0;
  }
}

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

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

  .video-section .video-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .video-section .video-wrapper .video-left-wrapper {
    margin-right: 0;
    margin-top: 59px;
  }

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

  .video-section .video-wrapper .video-left-wrapper:after {
    content: none;
  }

  .video-section .video-wrapper .video-right-wrapper {
    padding-top: 0px;
  }

  .video-section .video-wrapper .video-right-wrapper .video-list li {
    margin-bottom: 20px;
  }
}

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

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

  .video-section .video-wrapper .video-left-wrapper {
    margin-right: 0;
  }

  .video-section .video-wrapper .video-left-wrapper .video-wrap {
    border-radius: 10px;
  }

  .video-section .video-wrapper .video-right-wrapper {
    padding: 36px 0 0;
  }

  .video-section .video-wrapper .video-left-wrapper.play-video iframe {
    height: 206px;
  }

  .video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper img {
    border-radius: 9px;
  }

  .video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper svg {
    top: calc(50% - 1px);
    left: 50%;
    width: 46px;
    height: 46px;
  }

  @media (hover: hover) {
    .video-section .video-wrapper .video-left-wrapper .thumbnail-wrapper svg:hover {
      width: 46px !important;
      height: 46px !important;
    }
  }

  .video-section .video-wrapper .video-right-wrapper .video-title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 22px;
  }

  .video-section .video-wrapper .video-right-wrapper .video-subtitle {
    font-size: 18px;
    padding-right: 0px;
  }
}

/* video section end */

/*dw section start */
.dw-section {
  padding-bottom: 67px;
}

.dw-section .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1268px !important;
}

.dw-section .dw-left {
  width: 100%;
  max-width: 547px;
  padding-top: 80px;
}

.dw-section .dw-right {
  width: 100%;
  max-width: 573px;
}

.dw-section .dw-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  color: #fff;
  margin-bottom: 19px;
}

.dw-section .dw-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  margin-bottom: 20px;
}

.dw-section .dw-cta {
  width: 159px;
  height: 56px;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-weight: 700;
  color: #FFB900;
  border: 2px solid var(--Product-Prime-Yellow, #FFB900);
  background-color: transparent;
  border-radius: 100px;
  cursor: pointer;
}

@media (hover: hover) {
  .dw-section .dw-cta:hover {
    background-color: #FFB900;
    color: #041E42;
  }
}

.dw-section .dw-cta:active {
  background-color: #FFB900;
  color: #041E42;
}

.dw-section .dw-right {}

.dw-section .dw-right .img {}

@media (max-width: 1150px) {
  .dw-section .container {
    column-gap: 6%;
  }
}

@media (max-width: 991.98px) {
  .dw-section {
    padding-bottom: 26px;
  }

  .dw-section .container {
    display: block;
    max-width: 768px !important;
  }

  .dw-section .dw-left {
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 0px;
  }

  .dw-section .dw-right {
    max-width: 100%;
    margin: -9px auto 0px;
  }

  .dw-section .dw-title {
    margin-bottom: 20px;
  }

  .dw-section .dw-text {
    text-align: center;
  }

  .dw-section .dw-cta {
    margin: 36px auto 0;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .dw-section .container {
    max-width: 500px !important;
  }

  .dw-section .dw-title {
    font-size: 28px;
    line-height: 120%;
    text-align: center;
  }

  .dw-section .dw-right {
    width: 100%;
    overflow: hidden;
    margin: 8px auto 0px;
  }

  .dw-section .dw-right .img {
    width: calc(100% + 54px);
    margin-left: -27px;
  }
}

/*dw section end */

/* bottom cta section Start */

.bottom-cta-section {
  padding: 17px 0 77px;
}

.bottom-cta-section .wrapper {
  max-width: 805px;
  width: 100%;
  margin: 0 auto;
}

.bottom-cta-section .title {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  margin-bottom: 26px;
}

.bottom-cta-section .subtitle p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}

.bottom-cta-section .download-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  max-width: 160px;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: #FFB900;
  border: 2px solid #FFB900;
  text-decoration: none;
  color: #041E42;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 43px auto 0;
}

.bottom-cta-section .download-cta:hover,
.bottom-cta-section .download-cta:active {
  background: transparent;
  color: #FFB900;
}

@media (max-width: 991.98px) {
  .bottom-cta-section {
    padding: 17px 0 38px;
  }
}

@media (max-width: 767.98px) {
  .bottom-cta-section {
    padding: 17px 0 48px;
  }

  .bottom-cta-section .title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 18px;
  }

  .bottom-cta-section .subtitle p {
    margin-bottom: 20px;
  }

  .bottom-cta-section .download-cta {
    margin: 32px auto 0;
  }
}

/* bottom cta section End */

/*footer start*/
.footer {
  padding: 24px 0;
}

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

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

.footer .footer-content .copyright {
  color: #fff;
  text-align: center;
  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-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: 1.3px;
  height: 18px;
  margin: 0 9px;
  background: #c3d3e0;
}

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

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

  .footer .footer-content {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 0px;

  }

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

  .footer .footer-content .copyright {
    margin-bottom: 17px;
  }
}

@media (max-width: 767.98px) {
  .footer {
    padding: 34px 0 26px;
    max-width: 375px;
    margin: auto;
  }

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

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

  .footer .footer-content .copyright {
    color: #fff;
    margin-bottom: 0;
  }

  .footer .footer-content .footer-links {
    flex-wrap: wrap;
    row-gap: 7px;
  }

  .footer-links a {
    order: 2;
  }

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

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

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

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

/*footer ends*/

/*thankyou wrap*/
.thankyou-wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  align-items: center;
}

.thankyou-wrap .header-logo-container {
  max-width: 1270px;
  width: 100%;
  padding: 30px 15px 0;
  margin: auto;
}

.thankyou-wrap .header-logo-container .mobile-logo {
  display: none;
}

.thankyou-wrap .header-logo-container .desktop-logo {
  display: block;
  width: 435px;
}

.thankyou {
  margin: 120px auto 109px;
  width: 100%;
}

.thankyou .logo-golden {
  width: 56px;
  display: block;
  margin: 0 auto 26px;
}

.thankyou .page-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  text-align: center;
}

.thankyou .sub-heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  text-align: center;
  margin: 15px auto 16px;
}

.thankyou .description {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin: 0 auto 30px;
}

.thankyou .thank-cta {
  width: 120px;
  margin: auto;
  display: block;
  background: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #FFB900;
  cursor: pointer;
  text-decoration: none;
}

@media (hover: hover) {
  .thankyou .thank-cta:hover {
    text-decoration: underline;
  }
}

.thankyou .thank-cta:active {
  text-decoration: underline;
}

.thankyou .email-toggle-wrapper {
  width: 100%;
  max-width: 774px;
  margin: 120px auto 0;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(0deg, rgba(255, 185, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%), rgba(1, 1, 67, 0.50);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(130px);
}

.thankyou .email-toggle-wrapper .email-toggle-header {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  cursor: pointer;
  padding: 32px 32px;
}

.thankyou .email-toggle-wrapper .email-toggle-header p {
  width: 571px;
  max-width: 100%;
}

.thankyou .email-toggle-wrapper .email-toggle-header.active svg {
  transform: rotate(180deg);
}

.thankyou .email-toggle-wrapper .email-toggle-body {
  display: none;
}

.thankyou .email-toggle-wrapper .email-toggle-body.active {
  display: block;
  padding: 0 32px 32px;
  margin: -32px auto -20px;
  z-index: 2;
  position: relative;
}

.thankyou .email-toggle-wrapper .copy-cta {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(1, 1, 67, 0.50);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(130px);
  width: 214px;
  height: 44px;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0 0;
  cursor: pointer;
}

.thankyou .email-toggle-wrapper .copy-cta svg {
  margin-right: 10px;
  transform: translateX(-2px);
}

@media (hover: hover) {
  .thankyou .email-toggle-wrapper .copy-cta:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(1, 1, 67, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(130px);
  }
}

.thankyou .email-toggle-wrapper .copy-cta:active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(1, 1, 67, 0.50);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(130px);
}

.thankyou .email-toggle-wrapper .email-content {
  margin-top: 24px;
  margin-left: -1px;
}

.thankyou .email-toggle-wrapper .email-content p {
  color: #fff;
  margin-bottom: 19.8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.5px;
}

.thankyou .email-toggle-wrapper .email-content ul {
  padding-left: 23px;
}

.thankyou .email-toggle-wrapper .email-content ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.3px;
  color: #fff;
  margin-bottom: 19.8px;
}

.thankyou .email-toggle-wrapper .email-content p.sign {
  margin-top: 77px;
}

@media (max-width: 991.98px) {
  .thankyou {
    margin: 120px auto 195px;
  }

  .thankyou:has(.email-toggle-body.active) {
    margin: 120px auto 30px;
  }

  .thankyou .email-toggle-wrapper .email-content p {
    margin-bottom: 20px;
  }

  .thankyou-wrap .header-logo-container {
    padding: 30px 40px 0;
  }

  .thankyou-wrap .footer .footer-content .copyright {
    margin-bottom: 17px;
  }
}

@media (max-width: 767.98px) {
  .thankyou-wrap .header-logo-container {
    padding: 25px 40px 0;
  }

  .thankyou-wrap .header-logo-container .desktop-logo {
    display: none;
  }

  .thankyou-wrap .header-logo-container .mobile-logo {
    display: block;
    width: 194.18px;
    margin: auto;
  }

  .thankyou .email-toggle-wrapper .email-toggle-header p {
    width: 100%;
  }

  .thankyou .page-title {
    font-size: 34px;
    line-height: 124%;
  }

  .thankyou .sub-heading {
    font-size: 24px;
    line-height: 120%;
  }

  .thankyou .email-toggle-wrapper .email-toggle-header {
    padding: 24px 24px;
    font-size: 18px;
    padding: 26px 24px 22px;
  }

  .thankyou {
    margin: 120px auto 12px;
  }

  .thankyou-wrap .footer .footer-content .copyright {
    margin-bottom: 0px;
  }

  .thankyou .email-toggle-wrapper .email-toggle-body.active {
    padding: 0 24px 31px;
    margin: -25px auto -20px;
  }

  .thankyou .email-toggle-wrapper .copy-cta {
    width: 100%;
    max-width: 279px;
    margin: 26px auto 0;
  }

  .thankyou .email-toggle-wrapper .email-content p {
    margin-bottom: 19px;
    line-height: 19px;
  }

  .thankyou .email-toggle-wrapper .email-content ul li {
    margin-bottom: 19.8px;
    line-height: 19px;
  }

  .thankyou .email-toggle-wrapper .email-content ul li:nth-child(4) {
    margin: -3px 0 19px;
  }

  .thankyou .email-toggle-wrapper .email-toggle-body.active {
    padding: 0 24px 23px;
  }

  .thankyou:has(.email-toggle-body.active) {
    margin: 120px auto 12px;
  }
}

/*thankyou wrap ends*/