*, .row>* {
    box-sizing: border-box;
}
.h1, body, h1 {
    font-family: Poppins, sans-serif;
}
#benefits, #footer {
    background-color: #0a0f33;
}
#benefits h3, #benefits p, #cta .row h2, #cta .row p, #form h3, #subtitle, #title {
    text-align: left;
}
#benefits h2, #benefits h3, #benefits p, #cta .row h2, #cta .row p, #footer, #subtitle, #title {
    color: #fff;
}
#cta {
    position: relative;
}
#copyright p, #footer a {
    color: rgba(255, 255, 255, .7);
}
.container, .container-xl {
    width: 100%;
    padding-right: calc(3rem * .5);
    padding-left: calc(3rem * .5);
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    margin-right: -.75rem;
    margin-left: -.75rem;
    margin-top: 0;
}
[class*=container-] {
    width: 100%;
    padding-right: calc(3rem * .5);
    padding-left: calc(3rem * .5);
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-xl {
        max-width: 1140px;
    }
}
.container.limit-xl {
    max-width: 1140px;
    width: 100%;
}
@media (min-width: 1400px) {
    .container, .container-xl {
        max-width: 1320px;
    }
}
.row>*, img {
    max-width: 100%;
}
.row {
    flex-wrap: wrap;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-top: 0;
}
.col {
    flex: 1 0 0%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
#form, #form img {
    width: 100%;
}
@media (min-width: 576px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}
@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
}
.h1, h1 {
    font-size: 1.25rem;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.875rem;
    }
}
.h2, h2 {
    font-size: 1.25rem;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem;
    }
}
.h3, h3 {
    font-size: 1rem;
    line-height: 1.5;
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.1875rem;
    }
}
.a, .li, .p, a, p, ul>li {
    font-size: .875rem;
    line-height: 1.6;
}
@media (min-width: 1200px) {
    .a, .li, .p, a, p, ul>li {
        font-size: 1rem;
    }
}
span {
    font-size: .75rem;
    line-height: 1.7;
}
@media (min-width: 1200px) {
    span {
        font-size: .875rem;
    }
}
.text-center {
    text-align: center!important;
}
.h1, h1 {
    font-weight: 500;
}
body {
    font-weight: 400;
}
#form h3 {
    font-weight: 700;
}
.d-flex {
    display: flex!important;
}
.d-block {
    display: block!important;
}
#cta .row a, .d-inline-flex {
    display: inline-flex;
}
.flex-column {
    flex-direction: column!important;
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row!important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row!important;
    }
}
.flex-nowrap {
    flex-wrap: nowrap!important;
}
.justify-content-center {
    justify-content: center!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.justify-content-around {
    justify-content: space-around!important;
}
@media (min-width: 768px) {
    .justify-content-md-end {
        justify-content: flex-end!important;
    }
}
@media (min-width: 1200px) {
    .justify-content-xl-center {
        justify-content: center!important;
    }
}
.align-items-center {
    align-items: center!important;
}
.align-items-end {
    align-items: flex-end!important;
}
@media (min-width: 1200px) {
    .align-items-xl-center {
        align-items: center!important;
    }
}
@media (min-width: 1200px) {
    .pt-xl-0 {
        padding-top: 0!important;
    }
}
.px-3 {
    padding-left: .75rem!important;
}
.px-3 {
    padding-right: .75rem!important;
}
#cta .row a, .py-3 {
    padding-top: .75rem!important;
}
#cta .row a, .py-3 {
    padding-bottom: .75rem!important;
}
#cta .row a, .px-4 {
    padding-left: 1.5rem!important;
}
#cta .row a, .px-4 {
    padding-right: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.py-4 {
    padding-bottom: 1.5rem!important;
}
#partners .scroll li, .pt-5, .py-5 {
    padding-top: 3rem!important;
}
#partners .scroll li, .pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
@media (min-width: 1200px) {
    .px-xl-5 {
        padding-left: 3rem!important;
    }
    .px-xl-5 {
        padding-right: 3rem!important;
    }
    .p-xl-5 {
        padding: 3rem!important;
    }
}
.mx-auto {
    margin: 0 auto;
}
.mt-0 {
    margin-top: 0!important;
}
@media (min-width: 1200px) {
    .pt-xl-0 {
        padding-top: 0!important;
    }
}
.mt-3 {
    margin-top: .75rem!important;
}
.my-4 {
    margin-top: 1.5rem!important;
}
.my-4 {
    margin-bottom: 1.5rem!important;
}
@media (min-width: 1400px) {
    .mb-xxl-5 {
        margin-bottom: 3rem!important;
    }
}
.mx-5 {
    margin-left: 3rem!important;
}
.mx-5 {
    margin-right: 3rem!important;
}
#partners .scroll li {
    margin-top: 3rem!important;
}
#partners .scroll li {
    margin-bottom: 3rem!important;
}
.gap-3 {
    gap: .75rem;
}
@media (min-width: 1200px) {
    .gap-xl-5 {
        gap: 3rem;
    }
}
body {
    margin: 0;
    font-style: normal;
}
.list-nostyle {
    list-style-type: none;
}
#deleteme {
    background: url(https://resources.joindeleteme.com/hubfs/free-threat-scan/img/landing.jpg) 50%/cover no-repeat;
}
@media (min-width: 992px) {
    #deleteme {
        height: 520px;
    }
}
#form {
    height: auto;
    margin-bottom: -3rem;
    background-color: #fff;
}
@media (min-width: 768px) {
    #form {
        max-width: 350px;
    }
}
#form h3 {
    font-family: Poppins;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: .25px;
}
#benefits h2, #benefits h3, #cta .row h2 {
    font-weight: 600;
    font-family: Poppins;
}
#logo {
    width: 228px;
    height: 28px;
}
#benefits h2 {
    font-size: 42px;
    line-height: 50.4px;
    letter-spacing: .01em;
}
#benefits h3 {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: .01em;
}
#benefits p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
}
#cta .row h2, #cta h2 {
    font-size: 42px;
    line-height: 54.6px;
}
#cta .row {
    background-color: #1c224a;
}
#cta .row p, #cta p {
    line-height: 25.6px;
}
#cta .row p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}
#cta .row a, #cta h2, #title {
    font-family: Poppins;
    font-weight: 600;
}
#cta .row a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    height: 56px;
    border-radius: 56px;
    align-items: center;
    justify-content: center;
    background-color: #273fd8;
    text-decoration: none;
    display: flex;
}
@media (min-width: 1200px) {
    #cta .row a {
        display: inline-flex;
    }
}
#footer {
    padding-top: 225px;
}
#title {
    font-size: 36px;
    line-height: 45.72px;
    letter-spacing: -.01em;
}
#subtitle {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}
#partners {
    overflow: hidden;
}
#partners .scroll {
    overflow-x: auto;
    margin-bottom: -12px;
    margin-top: -12px;
}
#partners li {
    flex-shrink: 0;
}
#cta {
    margin-bottom: -225px;
    z-index: 10;
}
#cta h2 {
    text-align: left;
}
#cta a, #cta p {
    font-family: Poppins;
    font-size: 16px;
    text-align: left;
}
#cta p {
    font-weight: 400;
}
#cta a {
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
}
#footer a, #footer span {
    font-size: 12px;
    font-weight: 400;
    font-family: Poppins;
}
#footer span {
    line-height: 20.16px;
    text-align: left;
    margin-top: 1rem;
    display: block;
}
#footer a {
    line-height: 27px;
}
#social p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
}
#copyright p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
}
#copyright {
    border-top: 1px solid rgba(255, 255, 255, .2);
}
.px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}
#partners li {
    width: 200px;
}
@media (min-width: 1200px) {
    #partners li {
        width: 300px;
    }
}
.mw-100 {
    min-width: 100%;
}
#links, #links .col-auto, #links .col-auto a {
    line-height: 100%;
}
#links .col-auto {
    margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
    #links .col-auto {
        margin-bottom: 0rem;
    }
}

/* Form Styling */
.hs-form {
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    margin-bottom: .5rem;
}

.hs-form input, .hs-form textarea, .hs-form select {
    width: 100%;
    background-color: #F5F5F5; /* Light grey background for the fields */
    color: #333 !important; /* Ensure the text color is applied */
    padding: 8px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 5px;
    background-color: #fff;
}

.hs-form label {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
    display: block;
}

.hs-form button, .hs-form input[type="submit"] {
    background-color: #0073e6;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.hs-form button:hover, .hs-form input[type="submit"]:hover {
    background-color: #005bb5;
}

.hs-form .field {
    margin-bottom: .25rem;
}

.hs-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.hs-form legend {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hs-form .hs-form-checkbox, .hs-form .hs-form-radio {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.hs-form .hs-form-checkbox input, .hs-form .hs-form-radio input {
    margin-right: 10px;
}

.hs-error-msgs input:invalid, .hs-error-msgs textarea:invalid {
    border-color: #e3342f;
}

.hs-form .hs-error-msg {
    color: #e3342f;
    font-size: 10px;
    margin-top: 0.1rem;
    display: block;
}