@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.dg-consent-banner .dg-neutral .dg-right .visible {
    bottom: 0;
}

.dg-consent-banner {
    bottom: 0;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1328px;
  position: relative;
}

.dis-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media(max-width: 1199.98px) {
  .container {
    width: 100%;
    max-width: 768px;
    padding: 0 16px;
  }
}

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

header,
footer,
.osano-cm-widget[title="Cookie Preferences"] {
  display: none !important;
}

body #main-content .container-fluid .dnd_area-row-0-max-width-section-centering {
  padding: 0;
}

body #main-content .container-fluid .dnd_area-row-0-max-width-section-centering .row-fluid {
  width: initial !important;
  max-width: initial !important;
}

/* Hero Section */
.header-nav {
  background-color: #eff1f6;
  padding: 40px 0 33px;
  border-bottom: 1px solid #BEBEBE;
}

.header-nav  .container{
  display: flex;
  align-items: center;
  gap: 20px;
  max-height: 70px;
}

.header-nav  .header-aws-logo img{
  height: 64px
}

.hero-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-content .hero-left-section {
  width: 50%;
  max-width: 566px;
}

.hero-content .hero-right-section {
  width: 50%;
  max-width: 623px;
}

.hero-section {
  background-color: #002536;
}

.hero-section .hero-content .hc-title {
  font-family: 'PP Mori', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
}

.hero-section .hero-content .hc-text-1 {  
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    color: #fff;
}


.hero-section .hero-content .hc-sub-title {  
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    color: #fff;
}

.hero-section .hero-content .hc-title span {
  color: #fff;
}

.hero-section .hero-content .hc-tag {
  margin: 30px 0 24px;
}

.hero-section .hero-content .hc-tag span {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.48px;
  color: #fff;
  padding: 0 16px;
  position: relative;
}

.hero-section .hero-content .hc-tag span::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  background: #BDBDBD;
}

.hero-section .hero-content .hc-tag span:first-child {
  padding-left: 0;
}

.hero-section .hero-content .hc-tag span:last-child {
  padding-right: 0;
}

.hero-section .hero-content .hc-tag span:last-child::after {
  display: none;
}

.hero-section .hero-content .g2-img {
  margin-right: 12px;
}

.hero-section .hero-content .sr-number {
  margin-left: 12px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
}

.hero-section .hero-content .sr-number strong {
  font-weight: 600;
}

.hero-section .list-grp-wrapper .list-group {
  position: relative;
  list-style: none;
  margin: 25px 10px 0 0;
  padding: 0;
}

.hero-section .list-grp-wrapper .list-group .list-item::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("https://try.drata.com/hubfs/Spiralyze/6001-aws/icon_-_checkmark.svg");
  top: 2px;
  left: 0;
}

.hero-section .list-grp-wrapper .list-group .list-item {
  position: relative;
  padding-left: 40px;
  margin: 0 0 24px 0;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #9AA2B1;
}

.hero-section .list-grp-wrapper .list-group .list-item strong {
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 800;
}

.hero-section .form-wrapper-spz {
  position: relative;
  padding: 40px 32px 48px;
  background: #eff1f6;
  border-radius: 8px;
}

.hero-section .form-wrapper-spz::after {
  position: absolute;
  content: "";
  width: 228.3px;
  height: 207.6px;
  bottom: -46.8px;
  left: -45px;
  background: url("https://res.cloudinary.com/spiralyze/image/upload/v1681369354/drata/6001/form-left-ornament.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero-section .form-title-spz {
  font-family: 'PP Mori', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 44px;
  color: #002536;
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: -1px;
}

.hero-section form {
  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;
  border: none;
  background: transparent;
  padding: 0;
  row-gap: 12px;
}

.hero-section form fieldset {
  max-width: unset;
  width: calc(50% - 9px);
}

.hero-section form fieldset.form-columns-0 {
  width: 100%;
}

.hero-section form fieldset.form-columns-0 .hs-richtext.hs-main-font-element {
  /* display: none; */
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.hero-section form fieldset.full-width,
.hero-section form fieldset:nth-child(1n+8) {
  width: 100%;
}

.hero-section form fieldset.form-columns-2 {
  width: 100%;
  max-width: unset;
  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;
}

.hero-section form fieldset .field {
  position: relative;
  margin-bottom: 0;
}

.hero-section form fieldset.form-columns-2 .field {
  width: calc(50% - 9px);
}

.form-wrapper-spz .hbspt-form form fieldset label {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* .form-wrapper-spz .hbspt-form form fieldset label:not(.hs-label-spz):not(.hs-form-checkbox-display) {
  display: none;
} */
.hero-section form fieldset .field .input {
  width: 100%;
  margin: 0 0 24px;
  position: relative;
}

.form-wrapper-spz .hbspt-form form fieldset .field label.hs-label-spz {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a3a3a3;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-section form fieldset .field input,
.hero-section form fieldset .field select {
  width: 100% !important;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
  padding: 22px 16px 8px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #002536;
}

.hero-section form fieldset .field input:hover,
.hero-section form fieldset .field select:hover {
  border-color: #A3A3A3;
}

.hero-section form fieldset .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(//res.cloudinary.com/spiralyze/image/upload/v1681212813/drata/6001/System-Icons.svg) no-repeat calc(100% - 16px) 50%;
}

.hero-section form fieldset .field select:focus {
  background: #fff url(//res.cloudinary.com/spiralyze/image/upload/v1681213191/drata/6001/System-Icons-open.svg) no-repeat calc(100% - 16px) 50%;
}

.hero-section form fieldset .field input,
.hero-section form fieldset .field select.is-placeholder {
  color: transparent !important;
}

.hero-section form fieldset .field input,
.hero-section form fieldset .field select option {
  color: #002536 !important;
}

/* .hero-section form fieldset .hs-fieldtype-checkbox {
  max-width: 368px;
} */

.hero-section form fieldset .hs-fieldtype-checkbox .hs-field-desc {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #002536;
  margin-bottom: 8px;
  padding: 0;
}

.hero-section form fieldset .hs-fieldtype-checkbox .input {
  margin: 0;
}

.hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}

.hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox {
  margin-bottom: 8px;
  /* margin-right: 64px; */
  margin-top: 0;
}

/* .hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 93px;
} */

/* .hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox:nth-child(2) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
} */

/* .hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
} */

/* .hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox:nth-child(4) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
} */

.hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox:nth-child(5) {
  /* -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; */
  margin-right: 0;
}

.hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list input {
  position: absolute;
  width: 0 !important;
  height: 0;
  opacity: 0;
}

.hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #002536;
  padding-left: 24px;
  position: relative;
}

.hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list span::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* background: rgba(255, 255, 255, 0.08); */
  border: 1px solid #002536;
  border-radius: 4px;
  box-sizing: border-box;
}

.hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list input:checked+span::before {
  background: url("https://try.drata.com/hubfs/Spiralyze/6001-aws/Checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}

@media (max-width: 1280px) {
  .hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list span {
      display: inline-block;
  }
}
@media (max-width: 1212px) {
  .hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list span:before {
      top: 12px;
  }
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
  display: none;
  color: transparent;
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
  display: none;
  color: transparent;
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
  display: none;
  color: transparent;
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder {
  display: none;
  color: transparent;
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input:not([type=checkbox]):not([type=radio])::placeholder {
  display: none;
  color: transparent;
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input:not(.is-placeholder):not(:placeholder-shown) {
  border-color: #D0D5DD;
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input.invalid.error {
  border-color: #F97F70;
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input.invalid.error:not(.is-placeholder):not(:placeholder-shown)~label {
  color: #F97F70;
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input:focus {
  outline: none;
  border-color: #002536 !important;
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input:not(.is-placeholder):not(:-moz-placeholder-shown)~label {
  top: 9px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #002536;
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input:not(.is-placeholder):not(:-ms-input-placeholder)~label {
  top: 9px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #002536;
}

.form-wrapper-spz .hbspt-form form fieldset .field .hs-input:focus~label,
.form-wrapper-spz .hbspt-form form fieldset .field .hs-input:not(.is-placeholder):not(:placeholder-shown)~label {
  top: 9px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #727272;
}

.form-wrapper-spz .hbspt-form form fieldset .field.field-focus .input .hs-input:focus~.hs-label-spz {
  color: #002536;
}

.form-wrapper-spz .hbspt-form form fieldset .field select option[value=""] {
  display: none;
}

.hero-section form .hs-submit {
  width: 100%;
}

.form-wrapper-spz .hbspt-form form .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  bottom: 0px;
}

.form-wrapper-spz .hbspt-form form .hs-error-msgs li {
  margin: 0;
}

.form-wrapper-spz .hbspt-form form .hs-error-msgs label.hs-error-msg,
.form-wrapper-spz .hbspt-form form .hs-error-msgs label a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #F97F70;
  text-decoration: none;
  cursor: default;
  word-break: break-word;
}

.hs-input:-webkit-autofill,
.hs-input:-webkit-autofill:hover,
.hs-input:-webkit-autofill:focus,
.hs-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 56px white inset !important;
  -webkit-text-fill-color: #002536 !important;
}

.form-wrapper-spz .hbspt-form form .actions {
  position: relative;
  max-width: initial;
  width: 226px;
  height: 64px;
  margin: 0 auto;
}

.form-wrapper-spz .hbspt-form form .actions .hs-button {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 64px;
  padding: 15px 62px 16px 30px;
  background: #002536;
  border: 1px solid #002536;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.form-wrapper-spz .hbspt-form form .actions::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 50px;
  width: 16px;
  height: 16px;
  background: url("https://res.cloudinary.com/spiralyze/image/upload/v1694419235/drata/6009/arrow_icon.svg") no-repeat;
  z-index: 3;
  pointer-events: none;
}

.hbspt-form .submitted-message {
  background: no-repeat;
  border: none;
  padding: 0;
}

.hbspt-form .submitted-message p {
  margin-bottom: 0;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #fff;
}

.hero-section form .hs_error_rollup {
  width: 100%;
  text-align: center;
}

.hero-section form .hs_error_rollup label.hs-main-font-element {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #F97F70;
}

@media(max-width: 1199.98px) {
  .header-nav {
    border: none;
    padding: 36px 0 33px;
  }

  .header-nav .brand-logo {
    width: 100%;
    max-width: 118.45px;
    margin-left: 6px;
  }

  .hero-content .hero-left-section,
  .hero-content .hero-right-section {
    width: 100%;
    max-width: unset;
    position: relative;
  }

  .hero-content .hero-left-section::before {
    position: absolute;
    content: "";
    width: 440px;
    height: 100px;
    top: -30px;
    right: -330px;
    background: url("//res.cloudinary.com/spiralyze/image/upload/v1682055039/drata/6001/ornament_1_tablet.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .hero-content {
    padding-top: 26px;
    padding-bottom: 96px;
  }

  .hero-section .hero-content .hc-title {
    max-width: 570px;
    letter-spacing: normal;
    padding: 2px 0 2px 25px;
    margin: -5px 0 0 0;
  }

  .hero-section .hero-content .hc-sub-title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #fff;
  }

  .hero-section .hero-content .hero-left-section .hc-text-1 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    color: #fff;
  }

  .hero-section .hero-content .hc-title::before {
    width: 8px;
  }

  .hero-section .hero-content .hc-tag {
    margin: 38px 0 32px;
  }

  .hero-section .list-grp-wrapper .list-group {
    width: 100%;
    max-width: 562px;
    margin: 33px 32px 0 0;
  }

  .hero-section .list-grp-wrapper .list-group::after {
    display: none;
  }

  .hero-section .form-title-spz {
    margin: 0 0 23px;
  }

  .hero-section .form-wrapper-spz {
    margin-top: 39px;
    padding: 41px 32px 40px;
  }

  .hero-section .form-wrapper-spz::before {
    top: -36px;
    right: -71.6px;
  }

  .hero-section .form-wrapper-spz::after {
    width: 200px;
    height: 200px;
    bottom: -61.8px;
    left: -32px;
  }
}

@media(max-width: 767.98px) {
  .header-nav .brand-logo {
    max-width: 101.53px;
    margin-left: 5px;
  }

  .hero-section .hero-content .hc-title {
    font-size: 48px;
    line-height: 40px;
    margin: -4px 0 0 -1px;
    padding: 5px 0 6px 25px;
  }

  .hero-section .hero-content .hc-title::before {
    top: 4px;
    left: 1px;
  }

  .hero-section .hero-content .hc-tag span {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.16px;
    padding: 0 25px;
  }

  .hero-section .hero-content .hc-tag span {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.16px;
    padding: 0 21px 0 16px;
    margin-bottom: 13px;
  }

  .hero-section .hero-content .hc-tag span:nth-child(4) {
    padding-left: 0;
  }

  .hero-section .hero-content .hc-tag {
    margin: 36px 0 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-section .list-grp-wrapper .list-group .list-item {
    padding-left: 36px;
    margin: 0 0 20px 0;
  }

  .hero-section .form-wrapper-spz {
    margin-top: 19px;
    padding: 32px 16px;
  }

  .hero-section .form-title-spz {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 32px;
  }

  .hero-section form fieldset .field .input {
    margin: 0 0 16px;
  }

  .hero-section form fieldset,
  .hero-section form fieldset.form-columns-2 .field {
    width: 100%;
  }

  .hero-section form fieldset .hs-fieldtype-checkbox .hs-field-desc {
    margin: 16px 0;
  }

  .hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox {
    margin-bottom: 12px;
    /* margin-right: 25px; */
  }

  /* .hero-section form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox:nth-child(1) {
    margin-right: 54px;
  } */

  .hero-content .hero-left-section::before {
    width: 220px;
    height: 50px;
    top: 81px;
    right: -169px;
  }

  .hero-section .form-wrapper-spz::before {
    opacity: 0;
  }

  .hero-section .form-wrapper-spz::after {
    width: 200px;
    height: 200px;
    bottom: -85px;
    left: -20px;
  }

  .form-wrapper-spz .hbspt-form form .actions {
    width: 100%;
    margin: 4px auto 0;
  }

  .form-wrapper-spz .hbspt-form form .actions::before {
    right: 75px;
  }

  .hbspt-form .submitted-message {
    font-size: 20px;
    margin-top: -10px;
  }

  .hbspt-form .submitted-message p {
    margin-bottom: 10px;
  }

  .form-wrapper-spz .hbspt-form form .hs-error-msgs {
    bottom: 12px;
  }
}

@media(max-width: 349.98px) {
  .form-wrapper-spz .hbspt-form form .actions::before {
    right: 60px;
  }
}

/* Hero Section */

/* Common Css */
.sec-title {
  font-family: 'PP Mori', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 40px;
  color: #002536;
  margin: 0;
}

.sec-title span {
  color: #002536;
}

.border-title {
  padding-top: 14px;
  position: relative;
}

.sec-sub_title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #444444;
  margin: 5px 0 0;
}

@media(max-width: 1199.98px) {
  .sec-title {
    font-size: 32px;
    line-height: 24px;
  }

  .border-title {
    padding-top: 18px;
  }

  .sec-sub_title {
    margin-top: 8px;
  }
}

@media(max-width: 767.98px) {
  .border-title::before {
    right: 0;
    margin: 0 auto;
  }

  .sec-title {
    line-height: 32px;
  }
}

/* Common Css */

/* Logo Section */
.logo-section {
  margin-top: 72px;
}

.logo-section .ls-logo-group {
  margin: 53px auto 72px;
}

.logo-section .ls-logo-item {
  margin-bottom: 48px;
  height: 48px;
  max-width: 180px;
  display: flex;
  align-items: center;
}

@media(max-width: 1199.98px) {
  .logo-section .ls-logo-group {
    margin: 40px -49px 48px;
  }

  .logo-section .ls-logo-item {
    margin: 0 49px 48px;
  }
}

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

  .logo-section .border-title::before {
    right: auto;
  }

  .logo-section .ls-logo-item img {
    width: 100%;
  }

  .logo-section .ls-logo-item {
    margin: 0 0 40px;
    width: 50%;
    max-width: 150px;
  }

  .logo-section .ls-logo-group {
    margin: 40px 0 32px;
  }
}

/* Logo Section */

/* How it Works Section */
.how-works-section {
  background: #eff1f6;
  padding: 120px 0 119px;
  position: relative;
  overflow: hidden;
}

.how-works-section .work-steps {
  margin-top: 56px;
}

.how-works-section .work-steps .work-step-item {
  width: 33.33%;
  max-width: 320px;
}

.how-works-section .work-step-item .step-img {
  width: 100%;
}

.how-works-section .work-step-item .step-number {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #002536;
  margin: 18px 0 3px;
  display: block;
  width: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.how-works-section .work-step-item .step-title {
  font-family: 'PP Mori', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #002536;
  margin: 0;
}

.how-works-section .work-step-item .step-info {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
  margin: 11px 0 0;
}

@media(max-width: 1199.98px) {
  .how-works-section {
    padding: 96px 0 71px;
  }

  .how-works-section .container::before {
    display: none;
  }

  .how-works-section .work-steps {
    margin-top: 41px;
  }

  .how-works-section .work-steps .work-step-item {
    width: 100%;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .how-works-section .work-steps .work-step-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }

  .how-works-section .work-step-item .step-img {
    max-width: 280px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .how-works-section .work-step-item .step-content {
    width: calc(100% - 320px);
  }

  .how-works-section .work-step-item .step-number {
    margin: 0 0 3px;
  }
}

@media(max-width: 767.98px) {
  .how-works-section .container::before {
    display: block;
    top: -117px;
    left: 159px;
    width: 273px;
    height: 64.5px;
  }

  .how-works-section .sec-title,
  .how-works-section h6 {
    text-align: center;
  }

  .how-works-section .work-step-item .step-content {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    padding: 0 1px;
  }

  .how-works-section .work-step-item .step-number {
    margin: 0 auto 3px;
    text-align: center;
    display: table;
  }

  .how-works-section .work-steps .work-step-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
  }

  .how-works-section .work-steps .work-step-item {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .how-works-section {
    padding: 96px 0 55px;
  }
}

/* How it Works Section */

/* Integrations Section */
.integrations-section {
  padding: 128px 0 132px;
}

.integrations-logo-slider {
  padding: 0 24px;
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 64px;
}

.integrations-logo-slider .logo-slider {
  overflow-x: hidden !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  position: relative;
  width: 100%;
}

.logo-slider::before,
.logo-slider::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  height: 100%;
  width: 200px;
  z-index: 2;
}

.logo-slider::before {
  top: 0;
  left: 0;
}

.logo-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.marquee {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  margin-right: 64px;
  -webkit-animation: scroll 259.84s linear 0s infinite;
  animation: scroll 259.84s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.integrations-logo-slider .logo-slider.slider-1 .marquee,
.integrations-logo-slider .logo-slider.slider-4 .marquee {
  animation-direction: reverse;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.integrations-logo-slider .logo-item {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 3, 11);
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.integrations-logo-slider .logo-item a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-position: center;
  background-position: center;
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  width: 100px;
  height: 100px;
}

.integrations-logo-slider .logo-item .logo-media {
  display: block;
  max-width: 100%;
  aspect-ratio: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0px;
  width: 100%;
  height: 100%;
}

.integrations-section .btn {
  display: none;
  text-align: center;
}

.integrations-section .view-all-btn {
  background: #002536;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 24px;
  border: 3px solid transparent;
}

.integrations-section .view-all-btn:hover {
  border-color: #002536;
}

.integrations-section .view-all-btn:active {
  background: rgba(9, 125, 204, 1);
  border: 2px solid #002536;
}

.integrations-logo-slider .slider-3,
.integrations-logo-slider .slider-4 {
  display: none !important;
}

@media(max-width: 1199.98px) {
  .integrations-section {
    padding: 96px 0 72px;
  }

  .integrations-logo-slider .slider-4 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .marquee {
    -webkit-animation-duration: 209.92s;
    animation-duration: 209.92s;
  }

  .integrations-section .btn {
    /* display: block; */
    margin-top: 34px;
  }

  .integrations-section .view-all-btn {
    padding: 7px 21px;
  }

  .integrations-logo-slider {
    padding: 0 24px;
    margin-top: 45px;
    gap: 32px;
  }

  .marquee {
    -webkit-animation-duration: 144.32s;
    animation-duration: 144.32s;
    gap: 32px;
    margin-right: 32px;
  }

  .integrations-logo-slider .logo-slider.slider-2 .marquee {
    -webkit-animation-duration: 134.32s;
    animation-duration: 134.32s;
  }
}

@media(max-width: 775.98px) {
  .integrations-logo-slider .slider-3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .integrations-logo-slider {
    margin-top: 49px;
    gap: 16px;
  }

  .marquee {
    -webkit-animation-duration: 145s;
    animation-duration: 145s;
    gap: 16px;
    margin-right: 16px;
  }

  .integrations-logo-slider .logo-slider.slider-1 .marquee {
    -webkit-animation-duration: 235s;
    animation-duration: 235s;
  }

  .integrations-logo-slider .logo-slider.slider-2 .marquee {
    -webkit-animation-duration: 195s;
    animation-duration: 195s;
  }

  .integrations-logo-slider .logo-slider.slider-3 .marquee {
    animation-direction: reverse;
  }

  .integrations-logo-slider .logo-slider.slider-4 .marquee {
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 125.86s;
    animation-duration: 125.86s;
  }

  .integrations-section .btn {
    margin-top: 41px;
  }
}

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

  .integrations-section .sec-title {
    text-align: center;
  }
}

@media(max-width: 574.98px) {
  .integrations-logo-slider {
    margin-top: 63px;
  }

  .integrations-section .btn {
    margin-top: 40px;
  }
}

/* Integrations Section */

/* Review Section */
.review-section {
  padding: 120px 0;
  background: #eff1f6;
  position: relative;
  overflow: hidden;
}

.review-section .review-slider {
  margin-top: 53px;
}

.review-slider .review-item-box {
  /* background: #FFFFFF;
  -webkit-box-shadow: -3.31072px 11.5875px 28.1411px rgba(121, 45, 0, 0.07);
  box-shadow: -3.31072px 11.5875px 28.1411px rgba(121, 45, 0, 0.07);
  border-radius: 8px;
  padding: 25px 20px 20px; */
  padding: 0 1.5px;
  width: 25%;
  max-width: 333px;
  height: 240px;
}

.review-slider .review-item-box .review-content {
  position: relative;
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: -3.31072px 11.5875px 28.1411px rgba(121, 45, 0, 0.07);
  box-shadow: -3.31072px 11.5875px 28.1411px rgba(121, 45, 0, 0.07);
  border-radius: 8px;
  padding: 25px 20px 20px;
}

.review-slider .review-item-box.review-info-box {
  max-width: 249px;
  padding: 0;
}

.review-slider .review-item-box.review-info-box .review-content {
  text-align: center;
  padding: 30px 20px 27px;
}

.review-slider .review-info-box .r-title {
  font-family: 'PP Mori', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #002536;
  margin: 0 0 9px;
}

.review-slider .review-info-box .r-numbers {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #002536;
  margin: 10px 0 16px;
}

.review-slider .review-info-box .r-numbers span {
  font-weight: 700;
}

.review-slider .review-item-box .rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review-slider .review-item-box .post-time {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #A3A3A3;
  margin: 0;
}

.review-slider .review-item-box .review {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8A8A8A;
  margin: 0;
  padding: 16px 0 18px;
  position: relative;
}

.review-slider .review-item-box .review::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: #D6D6D6;
}

.review-slider .review-item-box .review-author {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #002536;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media(max-width: 1199.98px) {
  .review-section {
    padding: 97px 0 26px;
  }

  .review-section .sec-title::after {
    display: none;
  }

  .review-section .review-slider {
    margin-top: 0;
    padding: 70px 0;
    max-width: unset;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .review-slider .review-info-box .r-title {
    margin: 10px 0 8px;
  }

  .review-slider .review-info-box .r-numbers {
    margin-top: 11px;
  }

  .review-section .review-slider::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }

  .review-slider .review-item-box,
  .review-slider .review-item-box.review-info-box {
    width: auto;
    min-width: 318px;
    max-width: 318px !important;
    min-height: 259px;
    padding: 0 12px;
  }

  .review-slider .review-item-box.review-info-box {
    padding-left: 16px;
    min-width: 322px;
    max-width: 322px !important;
  }

  .review-slider .review-item-box .review-content {
    -webkit-box-shadow: 0px 12px 32px rgba(1, 18, 32, 0.08);
    box-shadow: 0px 12px 32px rgba(1, 18, 32, 0.08);
  }

  .review-slider .review-item-box:last-child {
    padding-right: 16px;
    min-width: 322px;
    max-width: 322px !important;
  }

  .review-slider .review-item-box .review {
    padding: 17px 0 17px;
  }
}

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

  .review-section .sec-title::after {
    opacity: 0;
  }

  .review-section .border-title::before {
    right: auto;
  }

  .review-slider .review-item-box {
    min-width: 333px;
    max-width: 333px !important;
  }

  .review-slider .review-item-box.review-info-box {
    min-width: 277px;
    max-width: 277px !important;
  }

  .review-section .review-slider {
    padding: 32px 0px;
  }
}

/* Review Section */

/* Footer */
.footer {
  background: #002536;
  position: relative;
  overflow: hidden;
}

.footer-top {
  padding: 120px 0;
  text-align: center;
  position: relative;
  z-index: 99;
  background: #eff1f6;
}

.footer-top::after,
.brand-footer::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background: rgb(68, 68, 68);
  background: -webkit-gradient(linear, left top, right top, from(rgba(68, 68, 68, 1)), to(rgba(68, 68, 68, 0)));
  background: -o-linear-gradient(left, rgba(68, 68, 68, 1) 0%, rgba(68, 68, 68, 0) 100%);
  background: linear-gradient(90deg, rgba(68, 68, 68, 1) 0%, rgba(68, 68, 68, 0) 100%);
}

.footer-top .sec-title {
  color: #002536;
}

.footer-top .border-title::before {
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-top .get-started-btn {
  background: #002536;
  border-radius: 12px;
  padding: 16px 72px 16px 40px;
  margin-top: 37px;
  border: none;
  outline: none;
  width: 226px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.footer-top .get-started-btn::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 50px;
  width: 16px;
  height: 16px;
  background: url("https://res.cloudinary.com/spiralyze/image/upload/v1694419235/drata/6009/arrow_icon.svg") no-repeat;
  z-index: 3;
}

.brand-footer {
  padding: 40px 40px 38px;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 999;
}

.brand-footer::after {
  display: none;
  width: 100vw;
  left: auto;
  right: 0;
}

.brand-footer .footer-brand-info {
  width: 60%;
  max-width: 682px;
}

.brand-footer .footer-brand-info .brand-logo {
  margin-left: -10px;
}

.brand-footer .brand-desc {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 35px 0 0;
}

.brand-footer .brand-social-links {
  width: 20%;
  max-width: 172px;
  margin-bottom: -5px;
}

.footer hr {
  border-color: #5B5B5B;
  width: 100vw;
  margin: 0;
}

.footer .footer-bottom {
  padding: 16px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom .copiright-text {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: initial;
  color: #fff;
  margin: 0;
}

.footer-bottom .footer-legalLinks {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom .footer-legalLinks a {
  text-decoration: none;
  border-left: 2px solid #002536;
  padding-left: 4px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.footer-bottom .footer-legalLinks a:hover {
  color: #002536;
}

@media(max-width: 1199.98px) {
  .footer-top {
    padding: 96px 0;
    z-index: 99;
  }

  .footer::before {
    top: -332px;
    left: -588px;
  }

  .footer::after {
    top: 10px;
    right: -361px;
    width: 500px;
    height: 500px;
  }

  .footer-top .get-started-btn {
    margin-top: 40px;
  }

  .footer-top::after,
  .brand-footer::after {
    opacity: 0.6;
  }

  .footer hr {
    display: none;
  }

  .brand-footer {
    padding: 36px 16px 39px;
  }

  .brand-footer::after {
    display: block;
  }

  .brand-footer .footer-brand-info .brand-logo {
    margin-left: -7px;
    max-width: 165px;
  }

  .brand-footer .brand-desc {
    margin: 31px 0 0;
  }

  .brand-footer .footer-brand-info {
    width: 69%;
  }

  .brand-footer .brand-social-links {
    width: 29%;
    max-width: 181px;
    margin: 0;
  }

  .brand-footer .brand-social-links .social-item {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .footer-bottom {
    padding: 64px 0 32px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bottom .copiright-text {
    margin: 24px 0 0;
  }
}

@media(max-width: 767.98px) {
  .footer::after {
    top: -14px;
    right: -408px;
    width: 500px;
    height: 500px;
  }

  .footer::before {
    top: -134px;
    left: -397px;
    width: 500px;
    height: 500px;
  }

  .footer-top {
    padding: 80px 16px;
  }

  .footer-top .sec-title {
    line-height: 32px;
  }

  .footer-top .border-title::before {
    left: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .brand-footer {
    padding: 36px 16px 40px;
  }

  .brand-footer .footer-brand-info .brand-logo {
    margin-left: -5px;
    max-width: 142px;
  }

  .brand-footer .footer-brand-info {
    width: 100%;
  }

  .brand-footer .brand-desc {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 24px;
  }

  .brand-footer .brand-social-links {
    width: 100%;
    max-width: 100%;
    margin: 24px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand-footer .brand-social-links .social-item {
    margin: 0 26px 0 0;
  }

  .footer .footer-bottom {
    padding: 64px 0 20px 16px;
  }

  .footer-bottom .copiright-text {
    max-width: 40%;
  }
}

/* Footer */

.hero-section form fieldset:has(.hs-form-field[style="display: none;"]) {
  display: none;
}

.field-hidden {
  display: none !important;
}
.hero-section form fieldset .field select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

.hero-section form fieldset .privacy-policy-spz {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  color: #002536 !important;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: 16px;
  margin-bottom: 8px;
  padding: 0 4px;
}

.hero-section form fieldset .privacy-policy-spz a,
.hero-section form fieldset .privacy-policy-spz a span {
  color: #002536 !important;
}

.hero-section form fieldset .partnership-spz {
  color: #002536 !important;
}


.form-wrapper-spz .form-title-spz {
    font-family: "PP Mori", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: '120%';
    text-align: center;
    letter-spacing: 0;
    color: #002536;
    max-width: 428px;
    margin: 0 auto 8px auto;
}

.form-wrapper-spz form .hs-form-field {
    margin-bottom: 0;
    width: 256px;
}

.form-wrapper-spz form .hs-form-field legend{
    font-family: "Inter", sans-serif;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #002536;
}

.form-wrapper-spz form .hs-form-field .inputs-list li{
    margin:0;
}

.form-wrapper-spz form .hs-demo_product_of_interest {
    width: max-content;
}

.form-wrapper-spz form .hs-source__inbound_demo_ {
    width: -webkit-fill-available;
}

.form-wrapper-spz form .hs-source__inbound_demo_ .input input {
    width: -webkit-fill-available !important;
}

.form-wrapper-spz form .hs-form-field .input input {
    height: 64px;
    border-radius: 8px;
    width: 256px;
    border: none;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.0);
    color: #231f20;
    font-size: 16px;
}

.form-wrapper-spz form .hs-form-field .input input::placeholder {
    color: #231f20;
}

.form-wrapper-spz form .hs-form-field .input .multi-container {
    padding-left: 0;
}

.form-wrapper-spz form .hs-form-field .input .multi-container input {
    height: fit-content;
    width: fit-content;
    margin-right: 0.35em;
}

.form-wrapper-spz form .hs-form-field .input .multi-container span {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #231f20;
    font-size: 16px;
}

.form-wrapper-spz form .hs-form-field .input .multi-container li {
    margin-top: 12px;
    margin-bottom: 12px;
}

.form-wrapper-spz form .hs-form-field .input .multi-container li::marker {
    display: none;
    color: transparent;
}

.form-wrapper-spz form .hs-form-field .input .error {
    border: 1px solid #d53641;
    color: #d53641;
}

.form-wrapper-spz form .hs-form-field .input .error::placeholder {
    color: #d53641;
    opacity: 1;
}

.form-wrapper-spz form .hs-form-field .input .error::-webkit-input-placeholder {
    color: #d53641;
    opacity: 1;
}

.form-wrapper-spz form .hs-form-field .input .error::-moz-placeholder {
    color: #d53641;
    opacity: 1;
}

.form-wrapper-spz form .hs-form-field .input .error:-ms-input-placeholder {
    color: #d53641;
    opacity: 1;
}

.form-wrapper-spz form .hs-form-field .input .error::-ms-input-placeholder {
    color: #d53641;
    opacity: 1;
}

.form-wrapper-spz form .hs-form-field .input select {
    height: 64px;
    border-radius: 8px;
    width: 256px;
    border: none;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 0px;
    color: #231f20;
    font-size: 16px;
}

.form-wrapper-spz form .hs-form-field .input select .error {
    color: #d53641;
}

.form-wrapper-spz form .hs-form-field label {
    padding: 0;
    margin: 0;
}

.form-wrapper-spz form .hs-form-field .input .hs-label-spz {
    display: none;
}

.form-wrapper-spz form .hs-form-field label .hs-form-checkbox-display input span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #384050;
}