.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #eee;
    border-bottom-color: #ccc;
    font-family: inherit
}

.pika-single:after,
.pika-single:before {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute
}

.pika-lendar {
    float: left;
    width: 300px;
    margin: 5px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-next,
.pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5
}

.pika-next:hover,
.pika-prev:hover {
    opacity: 1
}

.is-rtl .pika-next,
.pika-prev {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.is-rtl .pika-prev,
.pika-next {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    opacity: .3;
    color: #999
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table td,
.pika-table th {
    width: 14.285714285714286%;
    padding: 5px
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 10px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-disabled .pika-button,
.is-selection-disabled {
    cursor: default;
    pointer-events: none
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-today .pika-button {
    color: #3af;
    font-weight: 700
}

.has-event .pika-button,
.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    border-radius: 3px
}

.has-event .pika-button {
    background: #005da9
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    border-radius: 3px
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #0067f5;
    box-shadow: none;
    border-radius: 3px
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.select2-container--open .select2-dropdown--below {
    margin-top: -15px
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 15px;
    max-width: 100%;
    margin-right: 20px;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 42px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 36px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 7px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.toast {
    display: none;
    width: auto;
    max-width: 250px;
    border-radius: 4px;
    position: fixed;
    top: 50px;
    right: 50px;
    padding: 7px 10px 15px 15px;
    margin: 20px auto;
    z-index: 9999
}

@media screen and (max-width:600px) {
    .toast {
        bottom: 20px;
        top: unset;
        right: 0;
        left: 0;
        margin: 0 auto
    }
}

.toast.active {
    display: block
}

.toast__text {
    color: #fff;
    line-height: 1.4;
    font-size: 1.5rem;
    font-family: "Circular Light", sans-serif
}

.toast__close {
    color: #fff;
    font-weight: 700;
    position: relative;
    float: right;
    bottom: 20px
}

.toast--success {
    background-color: #3bb75e
}

.toast--error {
    background-color: #db504a
}

.toast--info {
    background-color: #0067f5
}

.switch {
    position: relative;
    width: 47px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.switch-checkbox {
    display: none
}

.switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 28px;
    width: 51px;
    padding: 0;
    line-height: 21px;
    border: 2px solid #FFF;
    border-radius: 24px;
    background-color: #ccc;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in
}

.switch-label:before {
    content: "";
    display: block;
    width: 15px;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 4px;
    bottom: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
    right: 23px;
    height: 15px;
    border: 2px solid rgba(0, 0, 0, .09);
    border-radius: 100%;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s
}

.switch-checkbox:checked + .switch-label {
    background-color: rgba(0, 103, 245, .8)
}

.switch-checkbox:checked + .switch-label,
.switch-checkbox:checked + .switch-label:before {
    border-color: #fff
}

.switch-checkbox:checked + .switch-label:before {
    right: 0
}

.fade-in {
    animation: fade-in 1s linear;
    -webkit-animation: fade-in 1s linear
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fade-in--2s {
    -webkit-animation: fade-in-2s 2s linear;
    animation: fade-in-2s 2s linear
}

@-webkit-keyframes fade-in-2s {

    0%,
    85% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in-2s {

    0%,
    85% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fade-in--3s {
    -webkit-animation: fade-in-3s 3s linear;
    animation: fade-in-3s 3s linear
}

@-webkit-keyframes fade-in-3s {

    0%,
    85% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in-3s {

    0%,
    85% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.slide-in {
    overflow: hidden
}

@-webkit-keyframes bottom-to-top {

    0%,
    85% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bottom-to-top {

    0%,
    85% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slide-in--from-bottom .slide-in__element {
    -webkit-animation: bottom-to-top 1s ease-in-out;
    animation: bottom-to-top 1s ease-in-out
}

.slide-in .slide-in__element {
    display: block
}

.slide-in .slide-in__element--2s {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bottom-to-top--with-fade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        transform: translateY(30%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes bottom-to-top--with-fade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        transform: translateY(30%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.slide-in--with-fade {
    -webkit-animation: bottom-to-top--with-fade 3s ease-in-out;
    animation: bottom-to-top--with-fade 3s ease-in-out
}

@-webkit-keyframes scroll-customers {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes scroll-customers {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@-webkit-keyframes scroll-testimonials {

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

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

@keyframes scroll-testimonials {

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

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

@-webkit-keyframes bounce {

    from,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.spinner,
.spinner *,
.spinner :after,
.spinner :before,
.spinner:before {
    box-sizing: border-box
}

.spinner {
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 20px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.spinner span,
.spinner:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.spinner:before {
    border: 5px solid #333;
    border-radius: 50%;
    content: ''
}

.spinner span {
    clip: rect(0, auto, 10px, auto);
    display: block;
    z-index: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: spinner 10s infinite linear;
    animation: spinner 10s infinite linear
}

.spinner span:after,
.spinner span:before {
    background-color: #777;
    border: 5px solid #fff;
    border-radius: 50%;
    clip: rect(0, auto, 10px, auto);
    content: '';
    display: block;
    height: inherit;
    left: inherit;
    position: inherit;
    top: inherit;
    width: inherit
}

.spinner span:before {
    -webkit-animation: firstHalf 10s infinite ease-in;
    animation: firstHalf 10s infinite ease-in
}

.spinner span:after {
    border-color: #fff;
    -webkit-animation: secondHalf 10s infinite ease-out;
    animation: secondHalf 10s infinite ease-out
}

@-webkit-keyframes spinner {

    0%,
    50% {
        clip: rect(0, auto, 10px, auto)
    }

    100%,
    51% {
        clip: rect(0, auto, 20px, auto)
    }
}

@keyframes spinner {

    0%,
    50% {
        clip: rect(0, auto, 10px, auto)
    }

    100%,
    51% {
        clip: rect(0, auto, 20px, auto)
    }
}

@-webkit-keyframes firstHalf {
    0% {
        -webkit-transform: rotate(-180deg)
    }

    50% {
        -webkit-transform: rotate(0)
    }
}

@keyframes firstHalf {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes secondHalf {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: rotate(0)
    }

    51% {
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(180deg)
    }
}

@keyframes secondHalf {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    51% {
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@keyframes wave {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

.checkout {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 350px;
    z-index: 10
}

.checkout--bounce {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.checkout__overlay {
    border-radius: 5px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 20
}

.checkout__overlay.disabled {
    opacity: 0
}

.checkout__trigger {
    background: #fff;
    border: 2px solid;
    border-radius: 20px;
    bottom: 130px;
    color: #180066;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    display: block;
    left: 50%;
    margin-left: -90px;
    padding: 6px 5px 5px;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    width: 180px
}

.checkout__trigger i {
    margin-right: 6px
}

.checkout__trigger:hover {
    box-shadow: 0 0 9px rgba(9, 113, 206, .5)
}

.checkout__form {
    background: #fafafa;
    height: 250px;
    padding: 25px
}

.checkout__played {
    background: #fafafa;
    border-radius: 0 0 4px 4px;
    padding: 20px;
    text-align: center
}

.checkout__played img {
    max-width: 50%
}

.checkout__played h3 {
    color: #44b669
}

.checkout__transaction {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    position: relative
}

.checkout__transaction__logo {
    font-family: "Circular Bold", sans-serif;
    font-size: 14px;
    height: 100px;
    letter-spacing: 1px;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase
}

.checkout__transaction__logo img {
    width: 100%
}

.checkout__transaction__box {
    background: #fff;
    border-top: 1px solid #eee;
    display: inline-block;
    padding: 20px 15px;
    width: 100%
}

.checkout__transaction__email {
    color: #999;
    margin: 0
}

.checkout__transaction__amount {
    color: #44b669;
    display: block;
    font-weight: 700;
    margin: 0
}

.checkout-input-group {
    position: relative
}

.checkout-input-group__field {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #acacac;
    cursor: default;
    height: 45px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    text-indent: 40px;
    width: 100%
}

.checkout-input-group__field__overlay {
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.android-badge,
.iOS-badge {
    background-repeat: no-repeat;
    background-size: 100%
}

.checkout-input-group__field--is-focused {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    outline: 0
}

.checkout-input-group__icon {
    color: #777;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 2
}

.checkout-input-group__button {
    cursor: initial;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: normal;
    padding: 13px 0;
    margin: 0;
    text-transform: capitalize;
    width: 100%
}

.app-store-badges {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: -10px
}

.android-badge {
    height: 70px;
    width: 200px;
    background-image: url(../images/landing/google-play-badge.html)
}

.iOS-badge {
    height: 75px;
    width: 209px;
    cursor: unset;
    background-image: url(../images/landing/appstore-badge.html)
}

.hero-section {
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #5a2bba), to(#1ca4f6));
    background: linear-gradient(to left, #5a2bba 10%, #1ca4f6 100%);
    height: 760px;
    position: relative;
    overflow: hidden
}

.hero-section__background {
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%
}

.hero-section__content {
    bottom: 25%;
    color: #fff;
    float: left;
    left: 0;
    margin: 0 auto;
    max-width: 90%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 580px
}

.features-illustration,
.home-section,
.partner-section {
    position: relative
}

.hero-section__primary-title {
    color: #fff;
    font-family: "Circular Bold", sans-serif;
    font-size: 5.5rem;
    margin: 0;
    overflow: hidden
}

.hero-section__primary-title span {
    display: block
}

.hero-section__secondary-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.3
}

.hero-section__call-to-action.tall {
    bottom: -60px
}

.hero-section__icon {
    height: 72px;
    margin: 0 auto 30px;
    overflow: hidden;
    width: 72px
}

.hero-section__icon img {
    width: 100%
}

.partner-section {
    background: #fafafa;
    height: 85px;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    overflow: hidden
}

.feature-item-grid {
    margin-left: -11%
}

@media screen and (max-width:600px) {
    .feature-item-grid {
        margin-left: 0
    }
}

.feature-item {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 12px -2px rgba(0, 0, 0, .08);
    margin: 10px 10px 30px;
    padding: 30px 25px 25px;
    text-align: center
}

.feature-item--alt {
    background-color: transparent;
    box-shadow: none
}

.feature-item--alt__icon > .svg {
    margin: 0 auto;
    width: 60px;
    height: 60px
}

.feature-item--alt__title {
    color: #180066;
    font-size: 2.3rem;
    margin-bottom: 0;
    margin-top: 20px
}

.feature-item--alt__description {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 10px
}

@media screen and (max-width:600px) {
    .feature-item--alt__description {
        font-size: 1.7rem
    }
}

.feature-item__no-card {
    background-color: transparent;
    box-shadow: none;
    padding: 0
}

.feature-item__no-card__dark-bg .feature-item__title {
    color: #fff;
    opacity: .8;
    font-size: 1.4rem
}

.feature-item__no-card__dark-bg .feature-item__description {
    color: #fff;
    letter-spacing: .5px;
    font-size: 1.77rem;
    font-family: "Circular Light", sans-serif
}

@media screen and (max-width:600px) {
    .feature-item {
        margin-bottom: 10px;
        padding-left: 50px;
        padding-right: 50px
    }
}

.feature-item__icon {
    margin: 0 auto;
    width: 45px;
    height: 45px
}

.feature-item__title {
    color: #180066;
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-top: 20px
}

.feature-item__title small {
    color: #3bb75e
}

.feature-item--dark .feature-item__title,
.home-section--dark .home-section-header__primary-title,
.home-section--gradient .setup-step__message,
.home-section--gradient .setup-step__title {
    color: #fff
}

.feature-item__title a:hover {
    text-decoration: underline
}

.feature-item__description {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 10px
}

.feature-item--dark {
    background: #1a0070
}

.home-section--customers {
    position: relative;
    background-color: #180066
}

.home-section--gradient-2 {
    background: -webkit-gradient(linear, right top, left bottom, color-stop(10%, #0032a7), color-stop(70%, #1ca4f6));
    background: linear-gradient(to left bottom, #0032a7 10%, #1ca4f6 70%)
}

.home-section--blue {
    background-color: #0032a7
}

.home-section--gradient {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #5a2bba), to(#1ca4f6));
    background: linear-gradient(to bottom, #5a2bba 10%, #1ca4f6 100%)
}

.home-section--dark {
    background-color: #180066
}

.home-section__divider {
    background: #efefef;
    height: 1px;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%
}

.home-section--features {
    background-color: #fafafa;
    padding: 80px 0 90px
}

.home-section__checkout-demo {
    margin: 100px 0 0 100px
}

@media screen and (min-width:600px) and (max-width:980px) {
    .home-section__checkout-demo {
        margin: 100px 0 0 30px
    }
}

@media screen and (max-width:600px) {
    .feature-item__description {
        font-size: 1.5rem
    }

    .home-section--features {
        padding: 50px 0
    }

    .home-section__checkout-demo {
        margin: 0
    }
}

.home-section__feature-items {
    margin: 50px 0
}

@media screen and (max-width:600px) {
    .home-section__feature-items {
        margin: 0
    }
}

.home-section--intro {
    padding: 50px 0
}

.home-section--intro:before {
    background: url(../images/lines/right-corner.html) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: 0
}

@media screen and (min-width:600px) and (max-width:980px) {
    .home-section--intro {
        padding: 50px 20px
    }
}

.home-section__setup-steps {
    margin: 40px 0 100px
}

@media screen and (max-width:600px) {
    .home-section__setup-steps {
        margin: 40px 0
    }

    .home-section-header {
        margin: 0
    }
}

.home-section-header--centered {
    margin: 0 auto;
    text-align: center
}

.home-section-header__secondary-title__no-padding {
    padding-right: 0
}

.home-section-header__secondary-title--hero-caption {
    padding-right: 80px;
    padding-left: 80px
}

.home-section--dark .home-section-header__secondary-title {
    color: #c4f0ff
}

.home-section-footer {
    margin-top: 50px;
    text-align: center
}

.home-section-footer--features {
    margin-top: 90px
}

@media screen and (max-width:600px) {
    .home-section-header__secondary-title--hero-caption {
        padding: inherit
    }

    .home-section-header__secondary-title {
        padding: 0 10%
    }

    .home-section-footer--features {
        margin-top: 30px
    }
}

.setup-steps-container {
    margin: 30px 0 0
}

.setup-step {
    position: relative;
    margin-bottom: 40px;
    margin-left: 20px
}

.setup-step::last-child {
    margin-bottom: 0
}

.setup-step__number {
    left: -32px;
    position: absolute;
    top: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.setup-step__number .badge {
    margin: 0
}

.setup-step__number span {
    background: #3bb75e;
    border-radius: 6px;
    display: block;
    height: 3px;
    margin-bottom: 2px;
    width: 14px
}

.setup-step__title {
    font-size: 1.6rem;
    margin: 0
}

.setup-step__title--has__badge {
    font-size: 2.1rem;
    margin-left: 30px
}

.setup-step__message--has__badge {
    opacity: .7;
    margin-left: 30px;
    font-family: "Circular Light", sans-serif
}

.feature-card__name,
.feature-nav,
.feature-section-header__label,
.hero-section--about .hero-section__primary-title,
.testimonials-area .testimonial__overlay > :nth-child(1) {
    font-family: "Circular Bold", sans-serif
}

.setup-step__message {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 5px
}

.customer-plans a.button,
.partners {
    margin-top: 20px
}

.setup-step--list {
    margin-bottom: 12px
}

form.cta-form {
    display: block;
    position: relative
}

.partners,
.partners .partner {
    display: -webkit-box;
    display: -ms-flexbox
}

form.cta-form input[type=email] {
    height: 50px;
    width: 100%;
    padding: 15px 15px 15px 25px;
    background: rgba(255, 255, 255, .15);
    border-radius: 45px;
    border: 0;
    font-size: 1.5rem;
    color: #fff
}

form.cta-form input[type=email]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .75);
    font-size: 1.5rem
}

form.cta-form input[type=email]::-moz-placeholder {
    color: #fff
}

form.cta-form input[type=email]::-ms-input-placeholder {
    color: #828282
}

form.cta-form button[type=submit] {
    text-transform: capitalize;
    position: absolute;
    height: 39px;
    color: rgba(0, 103, 245, .87);
    right: 8px;
    top: -25px
}

.customer-plans .home-section-header__primary-title,
.customer-plans .home-section-header__secondary-title,
.testimonials-area .home-section-header__primary-title {
    color: #fff
}

.partners {
    display: -webkit-box;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}

@media screen and (max-width:600px) {
    .partners .partner {
        flex-basis: 50%
    }
}

.partners .partner {
    /* padding: 20px 40px; */
    /* height: 140px; */
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 33.3333%;
}

.partners .partner img {
    width: 130px;
    height: auto
}

.partners .partner img.flutterwave {
    width: 180px
}

.partners .partner img.verve {
    width: 100px
}

img.partners-2 {
    width: 140px;
    height: auto
}

img.partners-2.flutterwave {
    width: 220px
}

img.partners-2.verve {
    width: 100px
}

.media-showcase {
    background: #fafafa
}

.media-showcase__wrapper {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    padding: 40px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.hero-section--auth .aside__onboarding,
.onboarding-section .onboarding__choice-card label,
.onboarding-section__navigation,
.post-card,
.post-card__content,
.testimonials-area .testimonial,
.testimonials-area .testimonial__overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

@media screen and (max-width:600px) {
    .media-showcase__wrapper {
        height: 315px
    }

    .media-showcase__wrapper .media-showcase__item {
        flex-basis: 50%;
        -webkit-box-align: center;
        align-items: center
    }
}

.media-showcase__item {
    display: inline-block
}

.media-showcase__item span {
    font-weight: 700
}

.media-showcase__item img {
    opacity: .7;
    width: 150px;
    height: auto
}

@media screen and (max-width:400px) {
    .media-showcase__item img {
        width: 120px
    }
}

.customer-plans {
    padding: 100px 0 140px
}

.customer-plans .home-section-header__secondary-title {
    opacity: .7
}

.customer-plans__wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    overflow: hidden
}

@media screen and (max-width:600px) {
    .customer-plans {
        padding: 60px 0
    }

    .customer-plans__wrapper {
        position: relative;
        height: 300px;
        left: 0
    }
}

.customer-plans__wrapper:after,
.customer-plans__wrapper:before {
    position: absolute;
    background-size: contain;
    width: 100%;
    z-index: 1;
    content: ""
}

.customer-plans__wrapper:before {
    top: 0;
    bottom: auto;
    height: 30%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 50, 167, .14)), color-stop(90%, #0032a7));
    background-image: linear-gradient(to top, rgba(0, 50, 167, .14) 0, #0032a7 90%)
}

.customer-plans__wrapper:after {
    bottom: -4px !important;
    left: 0;
    height: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 50, 167, .14)), color-stop(83.7%, #0032a7));
    background-image: linear-gradient(to bottom, rgba(0, 50, 167, .14) 0, #0032a7 83.7%)
}

.customer-plans__bg {
    background-image: url(../images/landing/userplans.html);
    width: 100%;
    opacity: .85;
    height: 500%;
    -webkit-animation: scroll-customers 200s infinite;
    animation: scroll-customers 200s infinite;
    background-size: 100% auto;
    background-repeat: repeat-y
}

.testimonials-area {
    padding-top: 85px
}

.testimonials-area .home-section-header__secondary-title {
    color: rgba(255, 255, 255, .75);
    padding: 0
}

.testimonials-area .testimonial {
    display: -webkit-box;
    display: flex;
    margin: 50px 40px 80px;
    width: 80%;
    height: 440px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0 8px 36px 12px rgba(0, 103, 245, .04), 0 11px 35px 6px rgba(0, 103, 245, .06);
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transition: box-shadow .3s cubic-bezier(.25, .8, .25, 1);
    transition: box-shadow .3s cubic-bezier(.25, .8, .25, 1)
}

@media screen and (max-width:600px) {
    .testimonials-area .testimonial {
        margin: 40px auto;
        width: 90%
    }
}

.testimonials-area .testimonial:hover {
    cursor: -webkit-grab;
    box-shadow: 40px 40px 55px rgba(0, 103, 245, .05), 0 28px 35px 3px rgba(0, 103, 245, .09);
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.testimonials-area .testimonial__overlay {
    height: 398px;
    width: 100%;
    background: #fff;
    padding: 35px 30px 10px;
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 10;
    opacity: 0
}

.testimonials-area .testimonial__overlay:before {
    content: "";
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    top: -15px;
    left: 0
}

.testimonials-area .testimonial__overlay:hover {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px)
}

.testimonials-area .testimonial__overlay > :nth-child(1) {
    font-size: 1.9rem
}

.testimonials-area .testimonial__overlay > :nth-child(2) {
    margin-top: 25px;
    font-size: 1.47rem;
    color: #7D95B6;
    min-height: 115px;
    display: block;
    line-height: 1.6
}

.testimonials-area .testimonial__avatar {
    height: 265px;
    overflow: hidden
}

.testimonials-area .testimonial__avatar img {
    width: 100%;
    height: auto
}

.testimonials-area .testimonial__text {
    padding: 15px 30px 10px
}

.testimonials-area .testimonial__text-name {
    font-weight: 700;
    display: block;
    font-size: 1.7rem;
    margin: 5px 0 10px
}

.testimonials-area .testimonial__text-details {
    font-size: 1.47rem;
    color: #7D95B6;
    min-height: 115px;
    display: block;
    line-height: 1.6
}

.testimonials-area .testimonial__text-read-more {
    margin-top: 5px;
    padding-top: 15px;
    display: block;
    border-top: .4px solid rgba(0, 0, 0, .1);
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #1ca4f6
}

.hero-section--features {
    height: 500px
}

.hero-section--features .hero-section__content {
    bottom: auto;
    top: 35%;
    width: 400px
}

.features-list-section {
    background: #e8e8e8;
    margin-top: -50px;
    padding-bottom: 50px
}

.feature-card {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .14);
    color: #180066;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.175);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.175);
    z-index: 2
}

.feature-card:before {
    background-repeat: no-repeat;
    background-size: 70% auto;
    content: "";
    height: 500px;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 400px;
    z-index: -1
}

.feature-header,
.feature-nav,
.feature-section {
    position: relative
}

.feature-card__text {
    padding: 50px 50px 25px
}

.feature-card__name {
    font-size: 3rem;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width:600px) {
    .feature-card__text {
        padding: 40px 30px 10px
    }

    .feature-card__name {
        font-size: 3rem
    }
}

.feature-card__description {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.feature-card__icon {
    height: 100%;
    width: 70%
}

.feature-card__call-to-action {
    padding: 30px 50px;
    position: relative
}

@media screen and (max-width:600px) {
    .feature-card__call-to-action {
        padding: 20px
    }
}

.feature-header {
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #5a2bba), to(#1ca4f6));
    background: linear-gradient(to left, #5a2bba 10%, #1ca4f6 100%);
    background-size: cover;
    padding: 150px 0 50px;
    overflow: hidden;
    text-align: center
}

.feature-header__has-padding {
    padding-top: 100px
}

.feature-header__primary-title {
    color: #fff;
    padding-top: 60px;
    font-size: 4.5rem;
    margin: 0;
    vertical-align: baseline
}

.feature-header__secondary-title {
    color: #180066;
    font-weight: 400;
    margin: 5px 0 0;
    max-width: 400px
}

.feature-nav {
    box-shadow: 0 1px 14px rgba(0, 0, 0, .1);
    display: none;
    height: 60px;
    text-align: center;
    z-index: 10
}

.feature-nav-menu__item {
    font-size: 1.2rem;
    float: left;
    letter-spacing: 1px;
    line-height: 60px;
    margin-right: 50px;
    text-transform: uppercase
}

.feature-nav-menu__item--action {
    color: #3bb75e;
    font-weight: 700;
    float: right;
    margin-left: 50px;
    margin-right: 0
}

.feature-section--light {
    background: #FAFAFA
}

.feature-section--dark {
    background: #180066;
    color: #c4f0ff
}

@media screen and (max-width:600px) {
    .feature-section--has-padding {
        padding: 50px 0
    }

    .feature-section-illustration {
        display: none
    }
}

.feature-section--has-divider,
.feature-section-header--padded {
    padding-bottom: 100px
}

.feature-section--hide-overflow {
    overflow: hidden
}

.feature-section__call-to-action,
.feature-section__content {
    margin-top: 3.5em
}

.feature-section__divider {
    background: #efefef;
    height: 1px;
    margin-bottom: 100px;
    width: 100%
}

.feature-section-illustration--multicurrency {
    position: absolute;
    right: 20px;
    top: -50px
}

.feature-section-illustration--multicurrency img {
    height: 250px
}

.feature-section-illustration--create-plan {
    left: 20%;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.feature-section-illustration--create-plan img {
    width: 500px
}

.feature-section-illustration--new-transfer {
    opacity: .8;
    margin-top: -20px
}

.feature-section-illustration--new-transfer img {
    width: 70%
}

.feature-section-illustration--dashboard {
    left: -22%;
    position: absolute;
    top: -40px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.feature-section-illustration--dashboard img {
    width: 1200px
}

.feature-section-illustration--background {
    position: absolute;
    overflow: hidden;
    top: -100px;
    bottom: -100px
}

.feature-section-header {
    position: relative
}

@media screen and (max-width:600px) {
    .feature-section-header--padded {
        padding-bottom: 50px
    }
}

.feature-section-header__label {
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase
}

.feature-section-header__primary-title {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 1.75em 0 0
}

.feature-section-header__secondary-title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5
}

.feature-section--dark .feature-section-header__label {
    color: #0067f5
}

.feature-section--dark .feature-section-header__primary-title {
    color: #fff
}

.feature-section-header--title-only .feature-section-header__primary-title {
    margin-top: 0
}

.breakdown-card-group {
    margin-top: 30px
}

.breakdown-card {
    padding: 0 20px 0 0
}

.breakdown-card--spaced {
    padding: 0 20px 20px 0
}

.breakdown-card--padded {
    padding: 30px 50px 0
}

.breakdown-card__icon {
    margin: 0
}

.breakdown-card--no-padding {
    padding: 0
}

.breakdown-card--inline {
    display: -webkit-box;
    display: flex
}

.breakdown-card--inline .breakdown-card__icon {
    padding-top: 10px;
    margin-right: 20px
}

.breakdown-card--inline .breakdown-card__content h3 {
    margin-bottom: 0
}

.breakdown-card--inline .breakdown-card__content p {
    margin-top: 5px
}

@media screen and (max-width:600px) {
    .breakdown-card {
        padding: 20px 30px;
        text-align: center
    }

    .breakdown-card--inline {
        text-align: left
    }
}

.hero-section--about {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #5a2bba), to(#0067f5));
    background: linear-gradient(#5a2bba 20%, #0067f5 100%);
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding-bottom: 130px
}

.hero-section--about hr {
    border: .5px solid rgba(255, 255, 255, .2);
    margin: 50px
}

.hero-section--about .about-section-header {
    margin-bottom: 40px;
    margin-top: 100px;
    padding: 100px 100px 0;
    width: 100%
}

@media screen and (max-width:600px) {
    .hero-section--about .about-section-header {
        padding: 50px 10px 0
    }
}

.hero-section--about .hero-section__primary-title {
    font-size: 4.2rem;
    text-align: center;
    letter-spacing: 1.5px;
    padding: 0 40px;
    line-height: 1.4
}

@media screen and (max-width:600px) {
    .hero-section--about .hero-section__primary-title {
        font-size: 2.7rem;
        padding: 0
    }
}

.hero-section--about .hero-section__secondary-title {
    font-size: 1.9rem;
    line-height: 1.8;
    opacity: .7;
    text-align: center;
    font-family: "Circular Light", sans-serif;
    padding: 0 40px
}

@media screen and (max-width:600px) {
    .hero-section--about .hero-section__secondary-title {
        padding: 0
    }
}

.team-section {
    margin-top: 70px;
    padding: 0 0 100px
}

.team-section .team-member {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 10px
}

@media screen and (max-width:600px) {
    .team-section {
        margin-top: 20px
    }

    .team-section .team-member {
        margin-bottom: 70px
    }
}

.team-section .team-member__photo {
    height: 200px;
    width: 200px;
    margin: 0 auto 20px;
    border-radius: 100%;
    position: relative;
    border: 7px solid rgba(255, 255, 255, .2)
}

.team-section .team-member__photo img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.team-section .team-member__name {
    color: #fff;
    padding: 5px 0 0;
    font-size: 2.6rem
}

.team-section .team-member__position {
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 1.3px;
    font-family: Circular, sans-serif;
    color: rgba(255, 255, 255, .65)
}

.team-section .team-member__bio {
    color: rgba(255, 255, 255, .65);
    font-size: 1.8rem;
    padding: 0 20px;
    font-family: "Circular Light", sans-serif;
    line-height: 1.7
}

.terms-nav,
.terms-section-header__heavy-title {
    font-family: "Circular Bold", sans-serif
}

.home-section-header__secondary-title.join-team {
    padding-right: 0;
    padding-left: 0;
    opacity: .8
}

.terms-section {
    padding: 80px 0 60px;
    position: relative
}

.terms-section__copy {
    font-size: 1.7rem;
    line-height: 1.6
}

.terms-section__divider {
    background: #efefef;
    height: 1px;
    width: 100%
}

@media screen and (max-width:600px) {
    .terms-section__divider {
        margin-bottom: 15px
    }
}

.terms-section__separator {
    margin-top: 30px
}

.terms-section__subtitle {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 30px 0 0;
    color: #180066
}

@media screen and (max-width:750px) {
    .terms-section {
        padding: 30px 0
    }

    .terms-section__subtitle {
        margin-bottom: 10px
    }
}

.terms-section ol,
.terms-section ul {
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    list-style-type: circle
}

.terms-section ol {
    list-style-type: decimal
}

.terms-section li {
    margin-bottom: 2px
}

.terms-section-header__heavy-title {
    font-size: 4rem;
    margin: 15px 0 20px;
    color: #180066;
    font-weight: 700;
    line-height: 1.2;
    padding-right: 30px
}

@media screen and (max-width:980px) {
    .terms-section-header__heavy-title {
        font-size: 3.2rem
    }

    .terms-nav {
        display: none
    }
}

@media screen and (max-width:600px) {
    .terms-section-header__heavy-title {
        font-size: 2.4rem;
        padding-right: 0
    }
}

.terms-nav {
    box-shadow: 0 1px 14px rgba(0, 0, 0, .1);
    height: 60px;
    position: relative;
    z-index: 10
}

.terms-nav--centered {
    margin-left: 12%
}

.terms-nav.is-fixed {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%
}

.terms-nav-menu__item {
    font-size: 1.2rem;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 60px;
    margin-right: 50px;
    text-transform: uppercase
}

.hero-section--auth .sign-in__wrapper {
    width: 100%;
    margin-top: 70px;
    padding: 40px 180px;
    border-radius: 6px
}

@media screen and (max-width:600px) {
    .hero-section--auth .sign-in__wrapper {
        padding: 20px 10px 0
    }
}

.hero-section--auth .sign-in__wrapper .secondary-title {
    color: #576f7f;
    font-family: "Circular Light", sans-serif;
    font-size: 2.8rem;
    font-weight: 100;
    opacity: .5
}

.hero-section--auth .sign-in__wrapper .helper__text {
    padding-top: 20px
}

.hero-section--auth .sign-in__form .message {
    line-height: 1.4;
    font-size: 2.1rem
}

.hero-section--auth .sign-up__wrapper {
    margin-top: 120px;
    padding: 20px 0 0 60px;
    border-radius: 6px;
    border: 1px solid #eee
}

@media screen and (max-width:600px) {
    .hero-section--auth .sign-up__wrapper {
        padding: 20px 10px 0 20px;
        margin-top: 90px;
        border: none
    }
}

.hero-section--auth .primary-title {
    font-size: 2rem;
    font-family: "Circular Bold", sans-serif;
    color: #576f7f
}

.hero-section--auth .aside__onboarding--footer,
.hero-section--auth .helper__text,
.hero-section--auth .legal,
.hero-section--auth .secondary-title {
    font-family: "Circular Light", sans-serif
}

.hero-section--auth .secondary-title {
    color: #576f7f;
    font-size: 2.8rem;
    font-weight: 100;
    opacity: .5
}

.hero-section--auth .secondary-title--small {
    font-size: 1.5rem
}

.hero-section--auth .sign-up__form {
    max-width: 100%;
    padding: 0 100px 20px 0;
    text-align: center
}

.hero-section--auth .sign-up__form .padded > input[type=text] {
    margin-right: 10px
}

@media screen and (max-width:600px) {
    .hero-section--auth .sign-up__form {
        padding: 0 20px;
        margin-bottom: 20px
    }

    .hero-section--auth .sign-up__form .padded > input[type=text] {
        margin-right: 0
    }
}

.hero-section--auth .legal {
    font-size: 12px;
    line-height: 1.5;
    opacity: .9;
    text-align: center
}

.hero-section--auth .legal a {
    color: #0067f5
}

.hero-section--auth hr {
    margin-top: 60px;
    height: 1px;
    background-color: #eee;
    border: none
}

.hero-section--auth .helper__text {
    padding-top: 1px;
    text-align: center;
    font-size: 1.4rem;
    color: #576f7f
}

.hero-section--auth .helper__text a {
    color: #0067f5
}

.hero-section--auth .form__footer {
    padding-top: 20px
}

.hero-section--auth .aside__onboarding {
    border: 1px solid #eee;
    padding: 60px 30px 20px;
    border-radius: 6px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    margin: 120px 0 0 50px;
    position: relative;
    color: #576f7f;
    text-align: center
}

.hero-section--auth .aside__onboarding img.svg--large {
    margin-top: 30%
}

.hero-section--auth .aside__onboarding .primary__title {
    font-size: 2rem;
    color: #576f7f
}

.hero-section--auth .aside__onboarding .secondary__title {
    font-size: 1.4rem;
    opacity: .9
}

.hero-section--auth .aside__onboarding--footer {
    margin-top: auto;
    font-size: 14px;
    font-weight: 300
}

.hero-section--auth .aside__onboarding--footer a {
    color: #0067f5
}

.onboarding-section {
    margin-top: 10px
}

.onboarding-section .section__header {
    margin-top: 30px;
    font-size: 1.1rem;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    font-family: "Circular Bold", sans-serif;
    color: #0067f5;
    letter-spacing: 1px;
    text-transform: uppercase
}

.onboarding-section div.periodic-saving__preference {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 25px
}

.onboarding-section div.periodic-saving__preference input,
.onboarding-section div.periodic-saving__preference span {
    margin-bottom: 0 !important
}

.onboarding-section div.periodic-saving__preference label {
    margin-top: 0;
    opacity: 1
}

.onboarding-section h1,
.onboarding-section h2,
.onboarding-section h3 {
    margin: 0 0 20px;
    padding-bottom: 10px
}

.onboarding-section h1.zero-interest__percent,
.onboarding-section h2.zero-interest__percent,
.onboarding-section h3.zero-interest__percent {
    color: #7D95B6;
    opacity: .9
}

.onboarding-section .onboarding--forms .onboarding--fixed {
    display: -webkit-box;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-content: center;
    -webkit-box-align: center;
    align-items: center
}

.onboarding-section .onboarding--forms .onboarding--fixed .paystack-cards {
    padding: 10px
}

.onboarding-section .onboarding--forms input[type=text],
.onboarding-section .onboarding--forms select,
.onboarding-section .onboarding--forms span {
    margin-bottom: 30px;
    display: block
}

.onboarding-section .onboarding--forms select {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    outline: 0;
    border-bottom: 1px solid #c9c9c9;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.onboarding-section .onboarding--forms__left-margin {
    margin-left: 60px
}

.onboarding-section .onboarding--forms__has-padding {
    padding-left: 6%
}

@media screen and (max-width:600px) {
    .onboarding-section .onboarding--forms__left-margin {
        margin-left: 0
    }

    .onboarding-section .onboarding--forms__has-padding {
        padding-left: 0
    }
}

.onboarding-section button[type=submit] {
    text-transform: capitalize
}

.onboarding-section__primary-title {
    font-size: 3rem;
    text-align: center;
    color: #576f7f
}

.onboarding-section__primary-title__padding {
    padding-bottom: 40px;
    line-height: 1.4
}

.onboarding-section__secondary-title {
    font-size: 1.6rem;
    text-align: center;
    color: #576f7f;
    line-height: 1.7;
    font-weight: 400;
    opacity: .7
}

.onboarding-section__secondary-title__padding {
    padding-bottom: 40px;
    line-height: 1.4
}

.onboarding-section__navigation {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 50px
}

.onboarding-section .onboarding__choice-card {
    padding-top: 10px
}

.onboarding-section .onboarding__choice-card input[type=radio] {
    display: none
}

.onboarding-section .onboarding__choice-card label {
    -webkit-transition: all .5s cubic-bezier(.25, .8, .25, 1);
    transition: all .5s cubic-bezier(.25, .8, .25, 1);
    position: relative;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .16), 0 3px 3px rgba(0, 0, 0, .03);
    padding: 50px 25px 25px 20px;
    margin: 15px;
    border-radius: 10px;
    color: #fff !important;
    background-color: #0067f5;
    font-size: 2.5rem;
    text-align: left;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 220px;
    line-height: 10px;
    box-sizing: border-box
}

.onboarding-section .onboarding__choice-card label.zero-interest-saving {
    background-color: #7D95B6
}

.onboarding-section .onboarding__choice-card label:hover {
    -webkit-transition: all .5s cubic-bezier(.25, .8, .25, 1);
    transition: all .5s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1)
}

.onboarding-section .onboarding__choice-card label p {
    padding-top: 10px;
    opacity: .8;
    line-height: 1.8;
    font-size: 1.35rem
}

.onboarding-section .onboarding__choice-card input:checked + label:after {
    content: "\2713";
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .12), 0 3px 3px rgba(0, 0, 0, .03);
    padding: 5px;
    text-align: center;
    border-radius: 100%;
    background-color: #0032a7;
    z-index: 999;
    position: absolute;
    top: -10px;
    right: -10px
}

.onboarding-section .onboarding__choice-card ul {
    margin-top: 30px
}

.onboarding-section .onboarding__choice-card ul li {
    opacity: .8;
    font-family: "Circular Light", sans-serif;
    margin-bottom: 8px;
    height: unset;
    margin-left: 8px;
    font-size: 1.55rem;
    line-height: 1.3
}

.onboarding-section .onboarding__choice-card ul li:before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
    vertical-align: middle;
    font-size: .95rem;
    padding-right: 4px
}

.onboarding-section__percent-text {
    font-size: 12rem;
    text-align: center;
    font-family: Circular, sans-serif;
    color: #0067f5
}

.onboarding-section__percent-text:after {
    content: "%";
    font-size: 3rem
}

.onboarding-section__footer hr {
    height: 1px;
    margin-top: -20px;
    width: 300px;
    background-color: rgba(0, 0, 0, .03);
    border: none
}

.timeline-section {
    margin-top: 130px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.why-cowrywise--section {
    padding: 80px
}

@media screen and (max-width:600px) {
    .why-cowrywise--section {
        padding: 10px
    }
}

.why-cowrywise__primary-title {
    color: #4E5C6E;
    font-size: 2.5rem;
    text-transform: capitalize;
    line-height: 50px;
    padding-left: 25px;
    border-left: 0 solid #1ca4f6
}

.why-cowrywise--feature-1 .svg {
    float: right
}

.why-cowrywise--feature-2 .svg {
    float: none
}

.why-cowrywise__feature-caption {
    padding-left: 35px;
    line-height: 1.6;
    font-family: "Circular Light", sans-serif
}

.why-cowrywise__feature-detail {
    font-size: 1.7rem;
    line-height: 1.7;
    font-family: Circular, sans-serif;
    padding-left: 27px;
    color: #576f7f
}

.why-cowrywise__feature-illustration .svg {
    max-width: 100%;
    width: calc(50px + 60%);
    height: 300px
}

.why-cowrywise--signup {
    background-color: #fcfcfc
}

.why-cowrywise--signup .button {
    margin-top: 40px
}

.press-header {
    background: url(../images/press/PR-11.html) top center no-repeat;
    background-size: cover
}

.press-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: .8;
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #5a2bba), to(#1ca4f6));
    background: linear-gradient(to left, #5a2bba 10%, #1ca4f6 100%);
    bottom: 0
}

.press-header__primary-title {
    color: #fff;
    padding-top: 20px;
    font-size: 3.8rem;
    margin: 0;
    position: relative;
    vertical-align: baseline
}

.press-header__secondary-title {
    color: rgba(255, 255, 255, .9);
    font-size: 1.8rem;
    font-weight: 400;
    padding-top: 10px;
    opacity: .9;
    line-height: 1.6
}

.press-header__secondary-title a {
    font-weight: 700;
    text-decoration: underline
}

.press-header__cta {
    margin-top: 20px
}

.press-articles-section {
    background: #F4F7FA
}

.press-article {
    background: #fff;
    overflow: hidden;
    height: 405px;
    position: relative;
    width: 97%;
    margin-top: 80px
}

@media screen and (max-width:600px) {
    .press-article {
        width: 100%;
        margin-top: 40px
    }

    .press-article .press-article__image img {
        height: 210px
    }
}

.press-article__header {
    padding: 20px
}

.press-article__header > :nth-child(1) {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    color: #7d95b6;
    font-size: 1.2rem
}

.press-article__header > :nth-child(2) {
    font-size: 2rem;
    display: block;
    margin-top: 20px
}

.press-article__image {
    margin-top: 20px;
    position: absolute;
    bottom: 48px
}

.press-article__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto
}

.press-article__link {
    width: 100%;
    height: 52px;
    display: -webkit-box;
    display: flex;
    position: absolute;
    bottom: -1px;
    padding: 20px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: fill, color, .3s linear;
    transition: fill, color, .3s linear
}

.press-article__link:hover {
    background-color: #0032a7
}

.press-article__link:hover .press-article__link-text {
    color: #fff
}

.press-article__link:hover .press-article__link-icon {
    fill: #fff
}

.press-article__link-text {
    text-transform: uppercase;
    color: #0032a7;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 1px
}

.press-article__link-icon {
    fill: #0032a7;
    width: 1.1em;
    height: 1.1em
}

.tools-mobile-nav-menu {
    animation: fade-in 1s;
    -webkit-animation: fade-in 1s;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .05);
    display: none;
    left: 0;
    padding: 10px 30px 30px;
    position: absolute;
    width: 100%;
    z-index: 1000
}

.tools-mobile-nav-menu__is-visible {
    display: none
}

.tools-input-field-helper {
    color: #cd5c5c;
    font-size: 1.3rem;
    opacity: 0;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.tools-nav {
    background: #fff;
    box-shadow: 0 1px 14px rgba(0, 0, 0, .1);
    -webkit-box-flex: 1;
    flex: 1;
    height: 6rem;
    position: relative;
    width: 100%
}

.tools-nav__nav-header {
    -webkit-box-align: center;
    align-items: center;
    display: none
}

.tools-nav__nav-title {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 4rem;
    text-transform: uppercase;
    width: 100%
}

.tools-nav__nav-trigger {
    cursor: pointer;
    position: relative;
    opacity: 0
}

.tools-nav__nav-trigger:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid rgba(0, 103, 245, .8);
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 4rem
}

.tools-nav__nav-link-group {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    height: 6rem;
    margin: 0 auto;
    width: 70%
}

.tools-nav__nav-links {
    color: rgba(87, 111, 127, .8);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .8px;
    line-height: 3.2rem;
    text-transform: uppercase
}

.tools-nav__nav-links:hover {
    color: #576f7f
}

.tools-nav__nav-link-active {
    color: #0067f5;
    font-weight: 600
}

@media screen and (max-width:980px) {
    .tools-nav__nav {
        background: #fff;
        padding: 2rem 0;
        width: 100%
    }

    .tools-mobile-nav-menu__is-visible {
        display: block
    }

    .tools-nav__nav-header {
        display: -webkit-box;
        display: flex
    }

    .tools-nav__nav-trigger {
        opacity: 1
    }

    .tools-nav__nav-link-group {
        display: none
    }

    .tools-nav__nav-links {
        padding: .5rem
    }
}

.tool-section {
    background: #F5F8FD;
    height: 70rem;
    margin-bottom: 18rem;
    padding-top: 8rem;
    position: relative
}

.tool-section--housing {
    height: 850px;
    margin-bottom: 150px
}

.tool-section--interest {
    height: 70rem;
    margin-bottom: 24rem
}

.tool-section__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.tool-section__share a {
    margin-right: 20px
}

.tool-section__share a:nth-child(3) {
    margin-right: 0
}

.tool-section__main {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: top;
    align-items: top;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.tool-section__input {
    -webkit-box-flex: .8;
    flex: .8
}

.tool-section__form {
    width: 80%
}

.tool-section__output {
    background: #fff;
    border-top: 6px solid #180066;
    border-radius: 6px;
    box-shadow: -6px 6px 24px -6px rgba(0, 103, 245, .15);
    -webkit-box-flex: 1.25;
    flex: 1.25;
    overflow: hidden;
    padding: 80px
}

@media screen and (max-width:600px) {

    .tool-section__input,
    .tool-section__main,
    .tool-section__output,
    .tool-section__top {
        display: block;
        width: 100%
    }

    .tool-section {
        height: auto;
        margin-bottom: 0;
        padding-bottom: 6rem
    }

    .tool-section__input {
        margin-bottom: 60px
    }

    .tool-section__form {
        width: 100%
    }

    .tool-section__output {
        padding: 40px 20px
    }
}

.blog-header__form,
.tool-section__output .top {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.tool-section__output .top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.tool-section__output .caption,
.tool-section__output .main-digit,
.tool-section__output .other-digit {
    letter-spacing: .5px;
    margin-bottom: 10px;
    display: block
}

.tool-section__output .callout {
    -webkit-box-flex: 0;
    flex: 0 60%
}

.tool-section__output .caption {
    color: #180066;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase
}

.tool-section__output .caption--small {
    font-size: 1rem
}

.tool-section__output .caption--blue {
    color: #0067f5
}

.tool-section__output .main-digit {
    color: #0067f5;
    font-size: 4rem;
    font-weight: 600;
    margin-left: 25px;
    position: relative
}

.tool-section__output .main-digit::before {
    content: "\20A6";
    font-size: 2rem;
    font-weight: 700;
    font-family: sans-serif;
    position: absolute;
    left: -25px;
    top: 5px
}

.tool-section__output .main-digit--no-duration::after,
.tool-section__output .main-digit::after {
    font-family: "Circular Light", sans-serif;
    font-weight: 300;
    position: absolute;
    top: 1px
}

.tool-section__output .main-digit::after {
    content: 'annually';
    font-size: 1.4rem
}

.tool-section__output .main-digit--no-duration::after {
    content: '';
    font-size: 1.2rem
}

.tool-section__output .other-digit {
    color: rgba(37, 56, 88, .7);
    font-size: 2rem;
    font-weight: 600;
    position: relative
}

.tool-section__output .summary {
    display: block;
    font-size: 1.4rem;
    color: rgba(37, 56, 88, .6);
    line-height: 22px
}

.tool-section__output .callout-img {
    -webkit-box-flex: 0;
    flex: 0 15%
}

.tool-section__output .callout-img img {
    width: 100%
}

.tool-section__output hr {
    color: rgba(0, 0, 0, .07);
    margin: 8px 8px 50px
}

.tool-section__output .chart {
    position: relative
}

.tool-section__output .extras {
    position: absolute;
    top: 0
}

.tool-section__output .extras-item {
    margin-bottom: 2rem
}

.tool-section__output .chart-holder {
    margin-bottom: 40px
}

.tool-section__output .chart-login {
    text-align: center
}

@media screen and (max-width:600px) {
    .tool-section__output .top {
        display: block
    }

    .tool-section__output .callout-img,
    .tool-section__output hr {
        display: none
    }

    .tool-section__output .extras {
        position: relative;
        text-align: center
    }
}

.how-section {
    padding: 10rem 0
}

.how-section .details {
    display: block;
    font-size: 1.8rem;
    color: #576f7f;
    line-height: 3.2rem;
    width: 82%
}

@media screen and (max-width:600px) {
    .how-section .details {
        width: 100%
    }
}

.how-section .quote {
    color: #0067f5;
    font-size: 1.6rem;
    font-style: italic;
    margin: 0 0 .4rem
}

.how-section .quote p {
    font-style: normal;
    margin: 0
}

.blog-header__head,
.nav-temporary-blue {
    background: #0067f5;
    height: 100px
}

.blog-header__main {
    background-image: url(../images/blog/blog-header.html);
    background-size: cover;
    background-repeat: no-repeat;
    height: 48rem;
    padding: 10rem 0
}

.blog-header__content {
    width: 40%
}

@media screen and (max-width:980px) {
    .blog-header__main {
        background: #EFEFF4
    }

    .blog-header__content {
        margin: 0 auto;
        text-align: center;
        width: 80%
    }
}

.blog-header__heading {
    color: #253858;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 2rem
}

.blog-header__heading span {
    color: #0067f5
}

.blog-header__description {
    font-size: 1.8rem;
    line-height: 2.7rem
}

.blog-header__form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center
}

.blog-header__form * {
    margin-top: 0 !important
}

.blog-header__form input {
    background-color: #fff !important;
    margin-right: 1.2rem
}

.blog-category-nav__block {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(37, 56, 88, .15);
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2rem 0
}

.blog-category-nav__link-item {
    color: #253858;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .4px;
    margin-right: 3.2rem;
    text-transform: uppercase
}

.blog-category-nav__link-item--active {
    color: #0067f5
}

.blog-category-nav__search {
    display: none
}

.blog-posts {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 6rem 0
}

@media screen and (max-width:600px) {
    .blog-posts {
        display: block
    }
}

.post-card,
.post-card__image-link {
    display: -webkit-box;
    display: -ms-flexbox
}

.post-card {
    box-shadow: 0 5px 10px -1px rgba(44, 55, 75, .12);
    border-radius: 2px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 4rem;
    overflow: hidden;
    width: calc((100% - 6%)/ 3);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.post-card:hover {
    box-shadow: 0 2px 5px -1px rgba(44, 55, 75, .12)
}

@media screen and (max-width:980px) {
    .post-card {
        width: calc((100% - 3%)/ 2)
    }
}

@media screen and (max-width:600px) {
    .post-card {
        width: 100%
    }
}

.post-card__image-link {
    display: -webkit-box;
    display: flex;
    position: relative
}

.post-card__image {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
    object-fit: cover
}

.post-card__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.post-card__content-link {
    padding: 2rem 2rem 0%
}

.post-card__category {
    color: rgba(37, 56, 88, .4);
    display: block;
    font-size: 1.2rem;
    letter-spacing: .26px;
    margin-bottom: .8rem;
    text-transform: uppercase
}

.post-card--guide,
.post-card__author {
    display: -webkit-box;
    display: -ms-flexbox
}

.post-card__title {
    color: #253858;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.8rem;
    margin: 0 0 1.6rem
}

.post-card__excerpt p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 4rem
}

.post-card__footer {
    padding: 0 2rem 2rem
}

.post-card__author {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.post-card__author-image {
    border-radius: 100%;
    height: 2.4rem;
    margin-right: 1rem;
    width: 2.4rem
}

.post-card__author-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0067f5;
    letter-spacing: .28px;
    text-transform: uppercase
}

.post-card--headline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100%
}

.blog-guide__marketing,
.post-card--guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

@media screen and (max-width:600px) {
    .post-card--headline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.post-card--headline .post-card__image-link {
    display: block;
    -webkit-box-flex: 1.4;
    flex: 1.4
}

.post-card--headline .post-card__image {
    height: 100%;
    width: 100%
}

.post-card--headline .post-card__content {
    -webkit-box-flex: 1;
    flex: 1
}

.post-card--headline .past-card__content-link {
    padding: 2rem 3.2rem 0
}

.post-card--guide {
    box-shadow: none;
    border-radius: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0;
    overflow: hidden;
    width: 100%
}

.post-card--guide:hover {
    box-shadow: none
}

.blog-subscribe {
    padding: 6rem 2rem;
    border-top: 1px solid rgba(37, 56, 88, .15)
}

.blog-subscribe__content {
    margin: 0 auto;
    text-align: center;
    width: 40%
}

@media screen and (min-width:600px) and (max-width:980px) {
    .blog-subscribe__content {
        width: 60%
    }
}

@media screen and (max-width:600px) {
    .blog-subscribe__content {
        width: 100%
    }
}

.blog-subscribe__title {
    color: #253858;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center
}

.blog-subscribe__description {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin: 0 auto 2rem;
    text-align: center;
    width: 70%
}

@media screen and (max-width:600px) {
    .blog-subscribe__description {
        width: 80%
    }
}

.blog-subscribe__form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.blog-subscribe__form * {
    margin-top: 0 !important
}

.blog-subscribe__form input {
    background-color: #fff !important;
    margin-right: 1.2rem
}

.post-details {
    padding: 8rem 0
}

@media screen and (max-width:980px) {
    .blog-subscribe__description {
        width: 80%
    }

    .post-details {
        padding: 4rem 0
    }
}

.post-details__header {
    margin: 0 auto;
    width: 65%
}

.post-details__title {
    color: #253858;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -.64px;
    line-height: 5.3rem;
    margin-bottom: 1.2rem;
    text-align: center
}

.post-details__subtitle {
    font-size: 2.8rem;
    letter-spacing: -.64px;
    line-height: 4rem;
    text-align: center
}

.post-details__figure {
    margin: 0 0 2rem
}

.post-details__image {
    border-radius: 2px;
    margin-bottom: .8rem;
    width: 100%
}

.post-details__image-caption {
    color: rgba(37, 56, 88, .4);
    font-size: 1.4rem;
    margin: 0;
    text-align: center
}

.post-details__meta {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:600px) {
    .post-details__header {
        width: 100%
    }

    .post-details__meta {
        -webkit-box-pack: center;
        justify-content: center
    }
}

.post-details__meta-data {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (max-width:600px) {
    .post-details__meta-data {
        -webkit-box-pack: center;
        justify-content: center
    }
}

.post-details__writer-image {
    border: 1px solid rgba(37, 56, 88, .1);
    border-radius: 100%;
    height: 4rem;
    margin-right: 2rem;
    width: 4rem
}

.post-details__meta-info {
    color: #253858;
    font-size: 1.6rem;
    margin-right: 2rem
}

.post-details__meta-info span {
    color: rgba(37, 56, 88, .4);
    margin-right: .4rem
}

.post-details__meta-share {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.blog-guide,
.blog-guide__marketing {
    display: -webkit-box;
    display: -ms-flexbox
}

.post-details__content {
    margin: 0 auto;
    width: 55%
}

@media screen and (max-width:980px) {
    .post-details__content {
        width: 65%
    }
}

@media screen and (max-width:600px) {
    .post-details__content {
        width: 90%
    }

    .blog-guide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.post-details__content h2 {
    color: #253858;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 1.2rem
}

.post-details__content p {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 4rem
}

.post-details__content p:last-child {
    margin-bottom: 0
}

.post-details__content ol,
.post-details__content ul {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 4rem
}

.post-details__content ol:last-child,
.post-details__content ul:last-child {
    margin-bottom: 0
}

.post-details__content ul {
    list-style-type: disc
}

.post-details__content ol {
    list-style-type: decimal
}

.post-details__content blockquote {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin: 0 !important;
    padding: 1.6rem 3.2rem;
    border-left: 3px solid #0067f5
}

.post-details__content blockquote p {
    margin: 0 !important
}

.post-details__content figure {
    margin: 0 0 4rem;
    width: 100%
}

.post-details__content figure img {
    border-radius: 2px;
    margin-bottom: .8rem;
    width: 100%
}

.post-details__content figure p {
    color: rgba(37, 56, 88, .4);
    font-size: 1.4rem;
    margin: 0;
    text-align: center
}

.post-details__content a {
    color: #0067f5
}

.blog-guide {
    background: rgba(31, 56, 91, .02);
    border-radius: 2px;
    box-shadow: 0 5px 10px -1px rgba(44, 55, 75, .12);
    display: -webkit-box;
    display: flex;
    margin-bottom: 8rem
}

.blog-guide__marketing {
    background: #0067F5;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 2px 0 6px 0 rgba(37, 56, 88, .2);
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 8rem
}

.blog-advert__content,
.blog-pagination {
    display: -webkit-box;
    display: -ms-flexbox
}

@media screen and (max-width:980px) {
    .blog-guide__marketing {
        padding: 0 3.2rem
    }
}

@media screen and (max-width:600px) {
    .blog-guide__marketing {
        border-radius: 2px 2px 0 0;
        box-shadow: none;
        padding: 3.2rem
    }
}

.blog-guide__message {
    color: rgba(255, 255, 255, .95);
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 4.8rem;
    margin: 0 0 4rem
}

.blog-guide__read-next {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 4rem 7rem
}

@media screen and (max-width:980px) {
    .blog-guide__read-next {
        padding: 3.2rem
    }
}

.blog-guide__read-description {
    color: rgba(37, 56, 88, .4);
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 1.2rem;
    text-transform: uppercase
}

.blog-advert {
    background-image: url(../images/blog/bg-ad-1.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    color: #FFF;
    margin: 6rem 0;
    padding: 4rem 8rem;
    width: 100%
}

.blog-advert__content {
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width:980px) {
    .blog-advert {
        padding: 2.8rem
    }

    .blog-advert__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        text-align: center
    }
}

.blog-advert__copy {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-bottom: 2rem
}

.blog-advert__action {
    -webkit-box-flex: .5;
    flex-grow: .5;
    text-align: right
}

.blog-advert__title {
    color: rgba(255, 255, 255, .95);
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: .8rem
}

.blog-advert__subtitle {
    color: #FFF;
    display: block;
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin-bottom: .8rem
}

.blog-pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 3.2rem 0
}

.blog-pagination__direction {
    color: #0067f5;
    font-size: 1.8rem
}

.blog-pagination__pages {
    display: -webkit-box;
    display: flex;
    margin: 0 2rem
}

.blog-pagination__page-number {
    border: 1px solid rgba(37, 56, 88, .15);
    border-radius: 4px;
    color: rgba(37, 56, 88, .4);
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 600;
    -webkit-box-flex: 1;
    flex-grow: 1;
    letter-spacing: .6px;
    padding: 1.2rem 2rem;
    margin-right: .8rem
}

.blog-pagination__page-number:last-child {
    margin-right: 0
}

.blog-pagination__page-number--active {
    border: 0;
    background: #0067f5;
    color: #FFF
}

.error {
    margin: 8rem 0%
}

.error__content {
    margin: 0 auto;
    text-align: center;
    width: 40%
}

@media screen and (max-width:980px) {
    .error__content {
        width: 60%
    }
}

@media screen and (max-width:600px) {
    .error__content {
        width: 80%
    }
}

.error__illustration {
    display: block;
    margin: 0 auto 3.6rem;
    width: 50%
}

.error__title {
    color: #263858;
    display: block;
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 2rem
}

.error__description {
    display: block;
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 auto;
    width: 65%
}

@media screen and (min-width:600px) and (max-width:980px) {
    .error__description {
        width: 100%
    }
}

.error__links {
    color: #0067f5
}

.npower-app-sample,
.npower-home-image {
    width: 100%
}

.npower-no-bottom-padding {
    padding-bottom: 0
}

.npower-explainer-text {
    font-size: 2rem;
    line-height: 3rem;
    width: 80%
}

.npower-step-item {
    margin-bottom: 4rem
}

@media screen and (max-width:600px) {
    .npower-explainer-text {
        width: 100%
    }

    .npower-center-badge {
        margin: 0 auto
    }
}

.flatpickr-calendar {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 317.88px;
    box-sizing: border-box;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    max-height: 640px
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.hasWeeks {
    width: auto
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-month,
.flatpickr-wrapper {
    position: relative
}

.flatpickr-wrapper,
.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-month {
    background: 0 0;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9);
    height: 39px;
    line-height: 1;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden
}

.flatpickr-next-month,
.flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    line-height: 16px;
    height: 28px;
    padding: 10px calc(3.57% - 1.5px);
    z-index: 3
}

.flatpickr-next-month i,
.flatpickr-prev-month i,
.numInputWrapper {
    position: relative
}

.flatpickr-next-month.flatpickr-prev-month,
.flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-next-month.flatpickr-next-month,
.flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-next-month:hover,
.flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-next-month:hover svg,
.flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-next-month svg,
.flatpickr-prev-month svg {
    width: 14px
}

.flatpickr-next-month svg path,
.flatpickr-prev-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    height: auto
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .05);
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.flatpickr-current-month span.cur-month:hover,
.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
    top: 33%
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6)
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6)
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 115%;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.flatpickr-current-month.slideLeft {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation: fpFadeOut .4s ease, fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeOut .4s ease, fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-current-month.slideLeftNew {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-animation: fpFadeIn .4s ease, fpSlideLeftNew .4s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeIn .4s ease, fpSlideLeftNew .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-current-month.slideRight {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-animation: fpFadeOut .4s ease, fpSlideRight .4s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeOut .4s ease, fpSlideRight .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-current-month.slideRightNew {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: fpFadeIn .4s ease, fpSlideRightNew .4s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeIn .4s ease, fpSlideRightNew .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-current-month span.cur-month {
    font-family: "DIN Regular", sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\9;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    background: 0 0;
    font-family: "DIN Regular", sans-serif;
    box-sizing: border-box;
    color: inherit;
    cursor: default;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    height: initial;
    letter-spacing: 1.5px;
    border: 0;
    border-radius: 0;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, .5);
    background: 0 0;
    pointer-events: none
}

.flatpickr-weekdays {
    background: 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 28px
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: 0 0;
    color: rgba(0, 0, 0, .54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0%
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    width: 307.88px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.88px;
    min-width: 307.88px;
    max-width: 307.88px;
    box-sizing: border-box;
    display: inline-block;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
    -webkit-animation: fpFadeOut .4s cubic-bezier(.23, 1, .32, 1), fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeOut .4s cubic-bezier(.23, 1, .32, 1), fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
    -webkit-animation: fpFadeIn .4s cubic-bezier(.23, 1, .32, 1), fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeIn .4s cubic-bezier(.23, 1, .32, 1), fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.animate .dayContainer.slideRight {
    -webkit-animation: fpFadeOut .4s cubic-bezier(.23, 1, .32, 1), fpSlideRight .4s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeOut .4s cubic-bezier(.23, 1, .32, 1), fpSlideRight .4s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
    -webkit-animation: fpFadeIn .4s cubic-bezier(.23, 1, .32, 1), fpSlideRightNew .4s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeIn .4s cubic-bezier(.23, 1, .32, 1), fpSlideRightNew .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: rgba(0, 103, 245, .8);
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange + .endRange,
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange {
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
    pointer-events: none
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3);
    background: 0 0;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    display: inline-block;
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day {
    display: block;
    width: 100%;
    max-width: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: 0 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    cursor: pointer;
    color: #393939;
    font-size: 14px;
    position: relative;
    box-sizing: border-box
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover {
    background: #f0f0f0
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fpSlideLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fpSlideLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes fpSlideLeftNew {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpSlideLeftNew {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fpSlideRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fpSlideRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes fpSlideRightNew {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpSlideRightNew {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fpFadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fpFadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fpFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fpFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.sb-bounce {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@keyframes bounce {

    from,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@media (min-width: 900px){
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 1em;
        padding-right: 1em;
    }
}

._scrolled,
.alt-nav,
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    font-size: 14px;
    /* box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.05); */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
}

.button,
.grid,
button {
    position: relative
}

.ftco_navbar._scrolled {
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.04);
    /* background: #00093a !important; */
}

.ftco_navbar._scrolled li a {
    /* color: white !important */
}

.ftco_navbar._scrolled li a:hover {
    color: rgba(0, 9, 58, 1) !important;
}

.ftco_navbar._scrolled li span {
    color: white !important
}

.ftco_navbar._scrolled span:hover {
    color: #404e9d !important
}
/* 
.ftco_navbar._scrolled .inverted1 {
    display: none
}


.ftco_navbar .inverted2 {
    display: none
}
 */
.grayback {
    background: #f5f5f5
}

.securealertbox {
    display: table;
    text-align: left;
    max-width: 700px
}

.button,
.grid,
.wave,
audio,
button,
video {
    display: inline-block
}

.content {
    width: 100%;
    height: auto
}

.securealertbox > .imagepart {
    width: 100px
}

.grid,
.securealertbox > .imagepart > img {
    width: 100%
}

.securealertbox > .textpart {
    padding-left: 30px
}

.feature-section--has-padding {
    padding: 30px 0
}

.grid__column--8 {
    width: 66.66667%
}

.grid__column--4 {
    width: 33.33333%
}

.grid__column--12 {
    width: 100%
}

.home-section-header__primary-title.larger-title {
    font-size: 4rem
}

.hero-section__call-to-action {
    margin-top: 22px;
    margin-bottom: 50px
}

.button--accent-2 {
    color: #fff;
    background-color: #404fa6;
    border-color: #404e9d;
    padding: 0 50px
}

.button--rounded {
    border-radius: 100px
}

.button--jumbo img.button--has-icon {
    height: 21px;
    padding-right: 5px;
    padding-top: 2px
}

.button--jumbo {
    height: 55px;
    line-height: 55px;
    font-size: 1rem
}

.device__frame {
    max-width: 100%;
    background-image: url(../images/frame.png);
    background-size: contain;
    height: 550px;
    background-repeat: no-repeat
}

.device__video {
    position: absolute;
    padding-left: 40px;
    padding-right: 42px;
    padding-top: 114px
}

.wave {
    height: 3.5rem;
    width: 3.5rem;
    -webkit-animation: wave 1.5s alternate infinite;
    animation: wave 1.5s alternate infinite;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.home-section-header {
    margin-bottom: 40px;
    margin-top: 80px;
    max-width: 100%;
    width: 600px
}

.home-section-header__secondary-title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    padding-right: 80px
}

.home-section-header__primary-title {
    color: #180066;
    font-family: "Muli", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    text-transform: capitalize
}

.grid__column {
    float: left
}

.securealertbox .textheader {
    font-size: 24px;
    margin-bottom: 5px
}

.bold {
    font-weight: 700
}

.bluecolor {
    color: #144499
}

.container.securealertbox {
    margin: 0 auto;
    width: 980px;
    padding: 40px 0;
    box-sizing: border-box
}

.securealertbox > div {
    display: table-cell;
    vertical-align: middle
}

#myBtn {
    position: fixed;
    bottom: 100px;
    float: right;
    left: calc(100% - 75px);
    max-width: 50px;
    width: 100%;
    height: 50px;
    font-size: 12px;
    border: 1px solid transparent;
    background-color: #404e9d;
    border-radius: 9em;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#myBtn > a {
    top: 3px;
    color: #fff !important;
    position: relative
}

.ScrollTopBtn.hide {
    display: none !important
}

.ScrollTopBtn.show {
    display: block !important
}

.ScrollTop {
    font-size: 2.5em
}

#myBtn:hover {
    opacity: 1;
}

.btn {
    font-size: 1em
}
