[class*=__header][data-v-c3c54dab] {
    font-family: Poppins, Mundial, sans-serif
}

[data-v-c3c54dab] .how-it-works {
    padding-top: 20px
}

[data-v-c3c54dab] .how-it-works__feature-list {
    grid-template-columns: repeat(2, 1fr)
}

.blue-check {
    color: #B13434
}

::selection {
    background: #00E0FF;
    color: #fff;
    text-shadow: none
}

#wp-wrapper {
    position: relative;
    color: #fff;
    font-family: Poppins, Inter, sans-serif;
    font-size: 16px;
    background: #101213;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
    line-height: 1.7;
    margin: 0
}

#wp-wrapper img {
    max-width: 100%;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.blueLink {
    font-size: smaller;
    color: #fff
}

.blueLink a {
    color: inherit;
    font-weight: inherit;
    opacity: inherit;
    text-decoration: inherit
}

.dark .blueLink {
    color: #fff
}

section {
    position: relative;
    display: block
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 65%;
        max-width: 1140px
    }
}

@media only screen and (max-width: 1920px) {
    .container {
        max-width: 1400px
    }
}

.body-content {
    overflow: hidden;
    position: relative
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

* {
    box-sizing: border-box
}

#helpful-tools .fa,
#features .fa,
#security .fa,
#testimonials .fa,
.scrollToTop .fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.span-light-blue {
    background: #2a2a2a;
    padding: 0 5px;
    display: inline-block;
    color: #B13434;
}

.dark .span-light-blue {
    color: #333
}

@media only screen and (min-width: 300px) and (max-height: 649px) {

    .productivity__feature__header,
    .security__subheader {
        font-size: 18px !important
    }
}