@import url("https://fonts.googleapis.com/css2?family=Inter&family=Sora:wght@400;500;600;700&display=swap");

.sb-link {
    color: #012a38;
    font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    display: inline-block;
    line-height: 20px;
}
@media (max-width: 767px) {
    .sb-link {
        max-width: 300px;
    }
}
.sb-link:hover,
.sb-link:focus {
    color: #012a38;
    text-decoration: none;
    opacity: 0.7;
}
.sb-link--icon:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 8px;
    background: url("/static/website/version/images/home/jan-2019/arrow/arrow.svg") center/contain no-repeat;
}

.sb-btn {
    color: #ffffff;
    font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    background-color: #012a38;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.3s ease;
    position: relative;
}
@media (max-width: 767px) {
    .sb-btn {
        display: block;
        width: 100%;
        white-space: nowrap;
        text-align: center;
        max-width: 310px;
        margin: auto;
    }
}
.sb-btn:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-left: 8px;
    transition: 0.3s ease;
    background: url("/static/website/version/images/home/jan-2019/arrow/button-arrow.svg") center/contain no-repeat;
}
.sb-btn:hover,
.sb-btn:focus {
    color: #ffffff;
    transition: 0.3s ease;
    text-decoration: none;
    border-color: transparent;
}
.sb-btn:hover:after,
.sb-btn:focus:after {
    transform: translateX(4px);
}
.sb-btn--ghost {
    color: #012a38;
    background: transparent;
    box-shadow: 0px 0px 0px 1px #012a38 inset;
}
.sb-btn--ghost:hover,
.sb-btn--ghost:focus {
    color: #ffffff;
    background-color: #012a38;
}
/* .sb-btn--ghost:after {
    background: url("/static/website/version/images/home/jan-2019/arrow/button-arrow.svg") center/contain no-repeat;
} */

.l-row:not(:first-child) {
    margin-top: 120px;
}
.l-row:not(:last-child) {
    margin-bottom: 120px;
}

.sb-main {
    padding-top: 120px;
}
@media (max-width: 767px) {
    .sb-main {
        overflow: hidden;
    }
}

.sb-hero {
    padding: 0 60px;
    text-align: center;
    font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    color: #012a38;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
    .sb-hero {
        border: 1px solid #e0e0e4;
        padding: 60px;
    }
}
@media (min-width: 992px) {
    .sb-hero {
        min-height: calc(100vh - 240px);
    }
}
.sb-hero__header {
    max-width: 480px;
}
.sb-hero__content {
    margin-top: 12px;
    margin-bottom: 24px;
}
@media (max-width: 374px) {
    .sb-hero__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.sb-hero__title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1.4px;
    line-height: 32px;
    margin-bottom: 18px;
}
@media (min-width: 375px) {
    .sb-hero__title {
        font-size: 32px;
        line-height: 38px;
    }
}
@media (min-width: 768px) {
    .sb-hero__title {
        font-size: 42px;
        line-height: 48px;
    }
}
.sb-hero__highlight {
    transition: background-size 0.3s ease;
    background: linear-gradient(to bottom, transparent 62%, #ffe6ab 0) center center/100% 90% no-repeat;
    padding: 0 4px;
}
.sb-hero__desc {
    font-size: 16px;
    line-height: 26px;
    font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (min-width: 768px) {
    .sb-hero__desc {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 374px) {
    .sb-hero__desc {
        max-width: 280px;
        line-height: 24px;
    }
}
.sb-hero__label {
    font-size: 14px;
    line-height: 16px;
    background-color: #e8dbfc;
    padding: 4px 24px;
    color: #1d0046;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
}
.sb-hero__label:before,
.sb-hero__label:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    margin-top: -2px;
}
.sb-hero__label:before {
    left: 0;
    border-left-color: #ffffff;
}
.sb-hero__label:after {
    right: 0;
    border-right-color: #ffffff;
}
@media (min-width: 768px) {
    .sb-hero__actions {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .sb-hero__action {
        flex: 1;
        margin-bottom: 24px;
    }
}
@media (min-width: 768px) {
    .sb-hero__action:not(:first-child) {
        margin-left: 24px;
    }
}

@media (max-width: 991px) {
    .sb-article__content {
        margin-top: 32px;
    }
}
.sb-article__title {
    color: #012a38;
    font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.45px;
    line-height: 32px;
    margin-bottom: 12px;
}
.sb-article__desc {
    color: #4f6169;
    font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
}
.sb-article__list {
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .sb-article__list {
        display: flex;
        flex-wrap: wrap;
    }
}
.sb-article__item {
    flex: 1 1 50%;
    position: relative;
    padding-left: 24px;
    display: block;
    margin-bottom: 12px;
    color: #4f6169;
}
.sb-article__item:before,
.sb-article__item:after {
    content: "";
    position: absolute;
    padding: 1px;
    left: 0;
    top: 12px;
    transition: 0.3s all;
    background-color: #0ba011;
    transform: rotate(-45deg);
}
.sb-article__item:before {
    height: 6px;
}
.sb-article__item:after {
    width: 12px;
}
.sb-article__label {
    font-size: 14px;
    line-height: 16px;
    background-color: #e8dbfc;
    padding: 4px 24px 4px 12px;
    color: #1d0046;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
}
.sb-article__label:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    margin-top: -2px;
}
.sb-article__label:after {
    right: 0;
    border-right-color: #ffffff;
}
.sb-article--center {
    text-align: center;
}
.sb-article--space {
    margin-top: 12px;
}
@media (min-width: 992px) {
    .sb-article--space {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .sb-article--space {
        margin-top: 50px;
    }
}

.sb-glow {
    background-color: #ffffff;
    padding: 16px 24px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 650px;
    margin: 0 auto 32px;
    transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
    .sb-glow {
        box-shadow: 0 3px 0 0 rgba(90, 122, 190, 0.12);
        border: 1px solid rgba(90, 122, 190, 0.08);
    }
}
@media (max-width: 767px) {
    .sb-glow {
        border-radius: 16px;
    }
}
@media (max-width: 991px) {
    .sb-glow {
        display: block;
        text-align: center;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .sb-glow {
        max-width: 660px;
    }
}
.sb-glow:hover,
.sb-glow:focus {
    text-decoration: none;
    color: #d3d9dc;
    box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
}
@media (max-width: 991px) {
    .sb-glow__icon {
        margin: 4px auto;
        display: inline-block;
    }
}
.sb-glow__content {
    color: #012a38;
    font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    margin-left: 24px;
}

.sb-slider {
    text-align: center;
}
.sb-slider__figure {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    max-width: 650px;
    margin: 0 auto 16px;
}
.sb-slider__figure:after,
.sb-slider__figure:before {
    content: "";
    width: 50px;
    height: 40px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 0;
}
.sb-slider__figure:after {
    right: 0;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.sb-slider__figure:before {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.study_bg {
    background: transparent url("/static/website/version/images/home/jan-2019/customers/study.png") no-repeat center;
}

.braintree_bg {
    background: transparent url("/static/website/version/images/home/jan-2019/payment-gateway/braintree.png") no-repeat center;
}

.gocardless_bg {
    background: transparent url("/static/website/version/images/home/jan-2019/payment-gateway/gocardless.png") no-repeat center;
}

.paypal_bg {
    background: transparent url("/static/website/version/images/home/jan-2019/payment-gateway/paypal.png") no-repeat center;
    background-size: 70px !important;
    background-position: center 7px !important;
}

.worldpay_bg {
    background: transparent url("/static/website/version/images/home/jan-2019/payment-gateway/worldpay.png") no-repeat center;
}

.sb-media {
    margin-bottom: 36px;
}
.sb-media__container {
    display: flex;
}
.sb-media__content {
    flex: 1;
}
.sb-media__icon {
    margin-right: 24px;
    margin-top: 6px;
}
.sb-media__icon > img {
    min-width: 34px;
    max-height: 34px;
}
.sb-media__title {
    color: #012a38;
    font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 4px;
}
.sb-media__title--big {
    color: #012a38;
    font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 32px;
}
@media (min-width: 768px) {
    .sb-media__title--big {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 48px;
        text-align: center;
        margin-top: 40px;
    }
}
.sb-media__desc {
    font-size: 14px;
    color: #4f6169;
}

.sb-panel__header,
.sb-panel__content,
.sb-panel__footer {
    margin-bottom: 100px;
}
.sb-panel__title {
    color: #ffffff;
    font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 36px;
}

.sb-testimonials {
    margin-top: 96px;
    margin-bottom: 120px;
}
.sb-testimonials__content {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 6px 16px 0 #111111;
    position: relative;
    padding: 54px 40px 24px 40px;
    margin-bottom: 16px;
}
/* .sb-testimonials__content:before {
    content: "";
    position: absolute;
    top: -28px;
    right: 30px;
    width: 70px;
    height: 50px;
    background: url("/static/website/version/images/campaigns/saas-subscription-billing/quotes.svg") no-repeat;
} */
.sb-testimonials__actions {
    display: flex;
}
.sb-testimonials__action {
    background: url("/static/website/version/images/home/jan-2019/arrow/button-arrow.svg") no-repeat;
    background-size: 20px;
    background-position: center;
    display: block;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
}
.sb-testimonials__action:first-child {
    transform: rotate(180deg);
}
.sb-testimonial {
    color: #012a38;
    font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
}
.sb-testimonial__header {
    margin-bottom: 30px;
}
.sb-testimonial__header > img {
    max-width: 200px;
}
.sb-testimonial__content {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 32px;
    max-width: 320px;
}
.sb-testimonial__footer {
    display: flex;
    justify-content: space-between;
}
.sb-testimonial__info {
    flex: 1;
}
.sb-testimonial__name {
    font-weight: bold;
    margin-bottom: -3px;
}
.sb-testimonial__figure {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.sb-testimonial__highlight {
    transition: background-size 0.3s ease;
    background: linear-gradient(to bottom, transparent 62%, #ffe6ab 0) center center/100% 90% no-repeat;
    padding: 0 4px;
}

.sb-slider__caption {
    margin-bottom: 8px;
    color: #012a38;
    /* font-style: italic; */
}
/* .sb-slider .slick-arrow {
    width: 30px;
    height: 24px;
    background: url("/static/website/version/images/campaigns/saas-subscription-billing/icon/arrow.svg") center/contain no-repeat;
} */
.sb-slider .slick-arrow:before {
    display: none;
}
/* .sb-slider .slick-arrow:hover,
.sb-slider .slick-arrow:focus {
    background: url("/static/website/version/images/campaigns/saas-subscription-billing/icon/arrow.svg") center/contain no-repeat;
} */
@media (max-width: 767px) {
    .sb-slider .slick-arrow {
        display: none !important;
    }
}
.sb-slider .slick-prev {
    transform: rotate(180deg);
    left: -30px;
}
.sb-slider .slick-dots li {
    margin: 0;
}
.sb-slider .slick-dots li button:before {
    color: #e2e9f9;
    opacity: 1;
}
@media (max-width: 767px) {
    .sb-slider .slick-dots li button:before {
        font-size: 9px;
    }
}
.sb-slider .slick-dots li.slick-active button:before {
    color: #012a38;
    font-size: 18px;
}

.sb-testimonials .slick-arrow {
    display: none !important;
}
.sb-testimonials .slick-dots li {
    margin: 0;
}
.sb-testimonials .slick-dots li button:before {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    font-size: 9px;
}
.sb-testimonials .slick-dots li.slick-active button:before {
    color: #fff;
}
.sb-testimonials .slick-dots {
    bottom: -40px;
    /* left: 10px; */
}

.customer-logos__two .slick-slide div {
    width: inherit;
    height: 50px;
    background-size: contain;
}

.cp-hero__action {
    margin: 0px;
}

.cp-hero__actions {
    display: block;
    max-width: 420px;
    margin: auto;
}

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

form {
    display: grid;
    position: relative;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #00000a;
    border-radius: 4px;
}

form [id^="label-email"] {
    display: none;
}

form .hs-error-msgs {
    color: #e71324;
    list-style-type: none;
    padding: 0;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    margin-top: 60px !important;
    left: 0;
    top: 0;
}

form .hs-error-msgs .hs-error-msg {
    margin-bottom: 0;
}

form .hs-form-field {
    position: relative;
    z-index: 8;
}

form .hs_error_rollup {
    display: none;
}

form input[type="email"] {
    background: #ffffff;
    padding: 14px 16px;
    margin: 0;
    font-size: 14px;
    width: 100%;
    line-height: 16px;
    border-radius: 3px 0 0 3px;
}

form input,
form input:hover,
form input:active,
form input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

form input[type="submit"] {
    background-color: #500ad2;
    margin: 0;
    padding: 8px 36px 8px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    border: none;
    line-height: 28px;
    border-radius: 0 3px 3px 0;
}

@media (max-width: 767px) {
    form input[type="submit"] {
        color: transparent;
        max-width: 40px;
        padding: 22px 24px;
        line-height: 0;
        font-size: 0;
    }
}
form .hs-submit .actions {
    position: relative;
    display: inline-block;
}

form .hs-submit .actions:after {
    content: "";
    transition: 0.3s ease;
    background: url("/static/website/version/images/micro-site/white-arrow.svg") no-repeat;
    position: absolute;
    background-size: 10px 10px;
    background-position: 50%;
    right: 0;
    top: 50%;
    margin-top: -5px;
    margin-right: 20px;
    padding: 6px 6px;
}

form .hs-submit .actions:hover:after {
    margin-right: 15px;
    transform: scale(1.2);
}

@media (max-width: 767px) {
    form .hs-submit .actions:after {
        margin-right: 14px;
    }
}
.submitted-message.hs-main-font-element {
    background-color: #cecef9;
    border-radius: 6px;
    padding: 20px;
    text-align: left;
}
