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

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

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

button,
input,
select,
textarea {
    font: inherit
}

:root {
    --white: #FFFFFF;
    --grey-light: #E5E5E5;
    --blue: #0053E2;
    --dark: #000000
}

.b-wrapper {
    overflow: unset
}

.wrapper {
    display: grid;
    min-height: 150vh;
    grid-template-columns: auto [body]minmax(270px, 1400px) auto;
    grid-template-rows: 1fr auto;
    grid-template-areas: "header header header" "body body body" "footer footer footer"
}

.body {
    grid-area: body
}

.container {
    display: grid;
    grid-template-columns: auto minmax(270px, 1400px) auto;
    grid-template-areas: ". container ."
}

.blog-container {
    display: grid;
    grid-area: container;
    grid-template-columns: 1fr 360px
}

.blog-main {
    margin-top: 100px
}

.blog-main-title {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 40px
}

.blog-search {
    position: relative;
    align-self: center;
    background: #f9f9f9;
    border: 1px solid rgba(63, 77, 94, .25);
    box-sizing: border-box;
    border-radius: 6px;
    height: 42px;
    padding: 12px 20px;
    font-size: .875em;
    line-height: 19px;
    opacity: .5;
    width: 100%
}

.article {
    display: grid;
    grid-template-columns: 1fr;
    grid-area: container
}

.article ol,
.article p,
.article ul {
    margin: 10px 0;
    color: #231f20
}

.article ol,
.article ul {
    list-style: none
}

.article ul li::before {
    content: "\2022";
    color: #0053e2;
    font-weight: 700;
    display: inline-block;
    width: 1em
}

.article ol li,
.article ul li {
    margin: 14px 0;
    color: #231f20;
    font-size: 15px
}

.article ol {
    list-style: none;
    counter-reset: counter
}

.article ol li {
    counter-increment: counter;
    display: flex
}

.article ol li::before {
    content: counter(counter);
    color: #0053e2;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin-right: 22px
}

.article h2,
.article h3,
.article h4,
.article h5 {
    margin: 32px 0 14px 0
}

.article-header {
    position: relative;
    border-radius: 12px;
    min-height: 400px
}

.article-header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .92) 0, rgba(0, 0, 0, 0) 100%)
}

.article-header {
    display: grid;
    grid-template-columns: minmax(270px, 750px);
    position: relative;
    justify-content: center;
    align-items: end
}

.article-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    position: relative;
    margin-bottom: 28px
}

.article-author-content {
    display: flex;
    align-items: center;
    justify-content: start
}

.article-author-image {
    border-radius: 50%;
    margin-right: 12px
}

p.article-read-time {
    position: relative;
    display: flex;
    color: #fff
}

.article-read-time:before {
    content: '';
    display: flex;
    background: url(/static/images/icons/time-blue.svg) no-repeat;
    width: 20px;
    height: 22px;
    margin-right: 12px
}

.article-date {
    position: relative;
    display: flex;
    color: #fff
}

.article-date:before {
    content: '';
    display: flex;
    background: url(/static/images/icons/calendar-blue.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 12px
}

.article-image {
    border-radius: 10px;
    object-fit: contain
}

.article-link:hover,
.article-tag:hover {
    text-decoration: none;
    border: none
}

.article-tag {
    background: #d9f0ff;
    padding: 2px 8px;
    color: #0053e2;
    font-size: .8125em;
    line-height: 18px;
    text-decoration: none
}

.article-content-layout {
    display: flex;
    align-items: stretch;
    gap: 48px;
    margin-top: 54px
}

.article-content {
    flex: 1;
    min-width: 0;
    max-width: 1012px;
    margin-top: 0
}

.article-toc-sidebar {
    width: 340px;
    flex-shrink: 0;
    display: none
}

.article-toc-sidebar.is-visible {
    display: block !important;
    height: min-content !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 160px !important;
    align-self: start !important;
    max-height: calc(100vh - 180px);
    overflow-y: auto
}

.article-toc {
    position: static
}

.article-toc__title {
    font-size: 20px;
    font-weight: 700;
    color: #231f20;
    margin: 0 0 18px !important;
    font-family: 'Open Sans', sans-serif
}

.article-toc__list {
    margin: 0;
    padding: 0;
    border-left: 3px solid #e5e7eb
}

.article-toc__item {
    position: relative;
    margin: 0 !important;
    list-style: none !important;
    padding-bottom: 8px
}

.article-toc__item::before {
    content: none !important
}

.article-toc__item.active::after {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #0053e2
}

.article-toc__link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 8px 16px 0;
    color: #374151;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
    transition: color .2s ease
}

.article-toc .article-toc__link,
.article-toc .article-toc__link:visited {
    color: #374151
}

.article-toc__item.active .article-toc__link {
    color: #0053e2;
    -webkit-text-stroke: .4px #0053e2;
    text-shadow: none !important
}

.article-toc__item.active .article-toc__link:visited {
    color: #0053e2
}

.article-toc .article-toc__link:hover {
    color: #231f20;
    -webkit-text-stroke: .4px #231f20;
    text-decoration: none;
    border-bottom: none
}

.article-toc__item.active .article-toc__link:hover {
    color: #0053e2;
    -webkit-text-stroke: .4px #0053e2
}

.blog-back-link,
.blog-back-link:active,
.blog-back-link:hover,
.blog-back-link:visited {
    color: #0053e2;
    text-decoration: none;
    border-bottom: none
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px
}

.article-tag--ai {
    background: linear-gradient(90deg, #ff36cd 0, #871eff 50%, #31d6ff 100%) !important;
    color: #fff !important
}

.article-title {
    font-size: 2.5em;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000
}

.article a,
.article a:visited,
.blog-container a,
.blog-container a:visited {
    color: #0053e2
}

.article-text a,
.article-text a:visited {
    color: #0053e2;
    text-decoration: underline
}

.article-text {
    font-size: 1.125em;
    margin-bottom: 20px;
    font-weight: 400;
    color: #231f20;
    line-height: 1.6
}

.article-text img {
    border-radius: 24px
}

.article-text h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin: 52px 0 16px;
    scroll-margin-top: 24px
}

.article-text h2:first-child {
    margin-top: 0
}

.article-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    margin: 0 0 18px
}

.article-text ol,
.article-text ul {
    margin: 0 0 20px 24px;
    padding: 0
}

.article-text li {
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 8px
}

.article-actions {
    display: grid;
    grid-template-columns: 1fr;
    font-size: .875em;
    line-height: 19px
}

[hover-color]:hover {
    color: var(--hover-color);
    background: var(--hover-color-rgba)
}

.search-container {
    display: grid;
    grid-area: container
}

.blog-items-search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 70px
}

.search-article {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 220px
}

.blog-form-search {
    position: relative
}

.blog-form-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 42px;
    border: none;
    background: 0 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer
}

.blog-form-search button:before {
    content: "";
    background: url(/static/images/icons/search.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block
}

.mce-intro {
    border-left: 3px solid #0053e2;
    padding: 17px 37px
}

.mce-blockquote-dark {
    position: relative;
    background: #e6f6ff;
    padding: 46px 95px;
    color: #231f20;
    width: 100%;
    border-radius: 20px
}

.mce-cta-dark {
    position: relative;
    background: #e6f6ff;
    padding: 46px 95px;
    color: #231f20;
    width: 100%;
    border-radius: 20px;
    overflow: hidden
}

.mce-blockquote-dark:before {
    content: '';
    display: block;
    position: absolute;
    left: 36px;
    top: -7px;
    background: url(/static/images/icons/quote-dark.svg) no-repeat;
    background-size: contain;
    width: 48px;
    height: 33px
}

.mce-blockquote-light {
    position: relative;
    background: #fff;
    padding: 46px 95px;
    color: #0053e2;
    width: 100%;
    box-shadow: 10px 15px 40px rgba(69, 88, 157, .1);
    border-radius: 20px
}

.mce-blockquote-light:before {
    content: '';
    display: block;
    position: absolute;
    left: 36px;
    top: -7px;
    background: url(/static/images/icons/quote-light.svg) no-repeat;
    background-size: contain;
    width: 48px;
    height: 33px
}

.mce-blockquote-light p {
    color: #0053e2
}

.breadcrumbs-container,
.read-also-container {
    display: grid;
    grid-area: container
}

.read-also-title {
    margin-top: 100px;
    font-size: 1.86em;
    line-height: 40px;
    color: #231f20;
    margin-bottom: 36px;
    font-weight: 600
}

.blog-items-read-also {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 40px
}

.read-also-article {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 220px
}

.read-also-article img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px
}

.read-also-article-title {
    margin-top: 30px;
    font-size: 1.33em;
    line-height: 27px;
    font-weight: 600
}

.read-also-article-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: .875em;
    line-height: 19px;
    margin-top: 20px
}

.read-also-article-date {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-column-gap: 10px;
    justify-self: start
}

.read-also-article-calendar-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/images/icons/calendar-blue.svg) no-repeat;
    background-size: contain
}

.read-also-article-comments {
    display: grid;
    justify-self: end
}

.read-also-article-comment-link {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-column-gap: 10px;
    color: #3f4d5e
}

.read-also-article-comment-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/images/icons/comment.svg) no-repeat;
    background-size: contain
}

.breadcrumbs-container {
    margin-top: 100px
}

@media screen and (max-width:1400px) {
    .article-content-layout {
        flex-direction: column;
        gap: 32px
    }

    .article-toc-sidebar,
    .article-toc-sidebar.is-visible {
        width: 100%;
        position: static !important;
        align-self: auto !important;
        height: auto !important;
        top: auto !important;
        max-height: none !important
    }

    .article-content {
        max-width: 100%
    }
}

@media screen and (max-width:1200px) {
    .container {
        grid-template-columns: auto minmax(320px, 970px) auto
    }

    .articles-container {
        grid-template-columns: 1fr 300px;
        grid-column-gap: 50px
    }

    .blog-items-read-also {
        grid-template-columns: 1fr 1fr
    }

    .read-also-title {
        margin-top: 80px
    }
}

@media screen and (max-width:992px) {
    .container {
        grid-template-columns: auto minmax(320px, 748px) auto
    }

    .sidebar {
        display: none
    }

    .articles-container {
        grid-template-columns: 1fr;
        grid-column-gap: unset
    }

    .article-header-content {
        justify-content: space-around
    }
}

@media screen and (max-width:768px) {
    .container {
        grid-template-columns: 15px minmax(270px, 748px) 15px
    }

    .blog-items {
        grid-template-rows: unset
    }

    .article-content {
        margin-top: 16px
    }

    .read-also-title {
        margin-top: 20px;
        font-size: 1.4em;
        margin-bottom: 24px
    }

    .blog-items-read-also {
        grid-template-columns: 1fr;
        justify-content: center;
        grid-row-gap: 48px
    }

    .read-also-article {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        justify-content: center
    }

    .read-also-article img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px
    }

    .read-also-article-title {
        font-size: 1.1em;
        margin-top: 16px;
        margin-top: 20px
    }
}

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

    .article h2,
    .article h3,
    .article h4,
    .article h5 {
        margin: 18px 0 14px 0
    }

    .blog-container {
        grid-template-columns: 1fr;
        grid-row-gap: 24px
    }

    .article img {
        width: 100%;
        height: auto
    }

    .article .article-author-image {
        height: 48px;
        width: 48px
    }

    .article-header {
        min-height: 200px;
        background-size: cover
    }

    .article-header-content {
        font-size: .933em;
        margin-bottom: 11px
    }

    .article-title {
        font-size: 1.4em;
        line-height: 26px
    }

    .article h3 {
        font-size: 14px;
        line-height: 21px;
    }

    .article-text h2 {
        font-size: 20px;
        margin: 20px 0 14px
    }

    .article-read-time {
        display: none
    }

    .article-date:before {
        display: none
    }

    .mce-blockquote-dark,
    .mce-blockquote-light,
    .mce-cta-dark {
        padding: 40px 20px;
        text-align: center;
        margin-bottom: 15px
    }

    .mce-blockquote-dark:before,
    .mce-blockquote-light:before {
        width: 32px;
        height: 22px
    }
}

@media screen and (max-width:520px) {
    .article-text p {
        font-size: 14px;
        line-height: 1.5
    }

    .read-also-article-title {
        font-size: 1.01em;
        margin-top: 14px;
        margin-top: 15px;
        line-height: 21px
    }

    .read-also-article-actions {
        margin-top: 14px;
        font-size: .85em
    }
}

.carousel_blog {
    border-radius: 15px;
    border: 1px solid #eff0f7;
    background-color: #eaf1fc;
    position: relative
}

.carousel-inner_blog {
    overflow: hidden;
    width: 100%
}

.carousel-item_blog {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    padding: 32px 100px
}

.carousel-open:checked+.carousel-item_blog {
    position: static;
    opacity: 1;
    pointer-events: auto
}

.b-carousel_subtitle_blog {
    color: #272624;
    font-family: 'Open Sans', sans-serif
}

.b-carousel_flex_blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px
}

.b-carousel_flex_blog:before {
    content: '';
    display: block;
    position: absolute;
    left: 36px;
    top: -7px;
    background: url(/static/images/icons/quote-dark.svg) no-repeat;
    background-size: contain;
    width: 48px;
    height: 33px
}

.b-carousel_img_blog {
    max-width: 142px;
    height: auto
}

.b-carousel_name_blog {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #005fcc;
    padding-bottom: 6px
}

.b-carousel_sub_blog {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #272624
}

.b-cta-carousel_blog {
    padding: 17px 52px;
    width: 220px;
    border-radius: 4px;
    border: none;
    background-color: #009eff;
    color: #fff;
    font-size: 16px;
    line-height: 19px
}

@media screen and (max-width:980px) {
    .carousel-item_blog {
        padding: 32px 40px
    }

    .b-carousel_flex_blog {
        display: block;
        padding-top: 24px
    }

    .b-carousel_block_name_blog {
        padding-top: 24px
    }

    .b-carousel_block_btn_blog {
        padding-top: 34px
    }
}

@media screen and (max-width:680px) {
    .carousel-item_blog {
        padding: 32px 20px
    }

    .b-cta-carousel_blog {
        width: 100%;
        text-align: center;
        padding: 14px 20px
    }
}

[class*="300_demo"] {
    display: inline-block;
    background-color: #0056d2;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 60px;
    border-radius: 8px;
    width: fit-content;
    border: 1px solid #0251e2;
    box-shadow: 0 0 10px rgba(0, 83, 226, .6);
    transition: transform .15s, box-shadow .15s
}

[class*="300_demo"]:hover {
    background: #004ca3
}

[class*="100_signup"] {
    display: inline-block;
    background-color: #ffb300;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 8px;
    white-space: nowrap;
    border: 1px solid #febd1f;
    box-shadow: 0 0 10px rgba(254, 189, 31, .6);
    transition: background-color .3s, transform .2s
}

[class*="100_signup"]:hover {
    background-color: #f8a100;
    border: 1px solid #febd1f;
    color: #000
}

@media screen and (max-width:480px) {
    [class*="100_signup"] {
        font-size: 15px;
        padding: 14px 20px !important
    }
}

.b-cta-carousel_blog {
    font-family: 'Open Sans', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 700;
    background-color: #0056d2;
    color: #fff;
    width: fit-content;
    border: 1px solid #0251e2;
    box-shadow: 0 0 10px rgba(0, 83, 226, .6);
    transition: background .3s
}

.b-cta-carousel_blog:hover {
    background: #004ca3;
    border: 1px solid #0251e2;
    color: #fff
}

@media screen and (max-width:480px) {
    .b-cta-carousel_blog {
        font-size: 15px;
        padding: 14px 20px;
        width: 100%
    }
}

.blog-cta {
    font-family: 'Open Sans', sans-serif;
    border-radius: 24px;
    margin: 40px 0;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background-color: #0055d4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: 34px
}

.blog-cta__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.blog-cta__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    display: block;
    margin: 0 0 6px
}

.blog-cta__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin: 0
}

.blog-cta__no-card {
    font-size: 14px;
    font-weight: 600;
    color: #ffb300
}

.blog-cta__btn {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    box-sizing: border-box;
    background-color: #ffb300;
    color: #000;
    border: 1px solid #febd1f;
    box-shadow: 0 0 10px rgba(254, 189, 31, .3)
}

.blog-cta__btn:hover {
    background-color: #f8a100;
    color: #000;
    text-decoration: none;
    border: 1px solid #febd1f
}

.blog-demo {
    font-family: 'Open Sans', sans-serif;
    border-radius: 24px;
    margin: 40px 0;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background-color: #a3e635
}

.blog-demo_green {
    display: flex;
    align-items: stretch;
    padding: 0
}

.blog-demo_green .blog-demo__content {
    padding: 34px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: flex-start
}

.blog-demo__image-wrap {
    width: 42%;
    flex-shrink: 0
}

.blog-demo__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    display: block
}

.blog-demo__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.blog-demo__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    display: block;
    margin: 0 0 6px
}

.blog-demo__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #1a1a1a;
    margin: 0
}

.blog-demo__btn {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    box-sizing: border-box;
    background-color: #0056d2;
    color: #fff;
    border: 1px solid #0251e2;
    box-shadow: 0 0 10px rgba(0, 83, 226, .3);
    margin-top: 8px
}

.blog-demo__btn:hover {
    background-color: #004ca3;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0251e2
}

.blog-review {
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(155deg, #e8f4ff, #d0e9ff);
    border: 1px solid #b8d8f5;
    border-radius: 24px;
    padding: 34px;
    margin: 40px 0;
    box-sizing: border-box;
    width: 100%
}

.blog-review_inline .blog-review__body {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px
}

.blog-review_inline .blog-review__quote-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    margin: 0
}

.blog-review_inline .blog-review__text {
    margin: 0
}

.blog-review__text {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.7;
    color: #272624;
    margin: 0 0 28px
}

.blog-review__logo {
    flex-shrink: 0
}

.blog-review__logo img {
    height: 54px;
    width: auto;
    display: block
}

.blog-review__footer {
    display: flex;
    align-items: center;
    gap: 44px
}

.blog-review__author {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.blog-review__name {
    font-size: 16px;
    font-weight: 700;
    color: #0056d2
}

.blog-review__meta {
    font-size: 14px;
    font-weight: 400;
    color: #272624
}

.blog-review__btn {
    display: inline-block;
    margin-left: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    box-sizing: border-box;
    background-color: #0056d2;
    color: #fff;
    border: 1px solid #0251e2;
    box-shadow: 0 0 10px rgba(0, 83, 226, .3)
}

.blog-review__btn:hover {
    background-color: #004ca3;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0251e2
}

@media screen and (max-width:720px) {
    .blog-cta {
        flex-direction: column;
        text-align: center;
        gap: 14px;
        padding: 28px 20px
    }

    .blog-cta__btn {
        padding: 16px 48px;
        font-size: 16px
    }

    .blog-demo_green .blog-demo__content {
        padding: 28px 20px;
        text-align: center;
        align-items: center
    }

    .blog-demo__image-wrap {
        display: none
    }

    .blog-cta__title,
    .blog-demo__title {
        font-size: 18px !important
    }

    .blog-demo__btn {
        padding: 16px 48px;
        font-size: 16px;
        margin-top: 12px
    }

    .blog-cta__btn {
        margin-top: 4px
    }

    .blog-review {
        padding: 28px 20px
    }

    .blog-review__text {
        font-size: 14px
    }

    .blog-review__footer {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px 16px
    }

    .blog-review__author {
        grid-column: 1;
        grid-row: 1
    }

    .blog-review__logo {
        grid-column: 2;
        grid-row: 1;
        align-self: center
    }

    .blog-review__name {
        font-size: 12px
    }

    .blog-review__meta {
        font-size: 12px
    }

    .blog-review__logo img {
        height: 38px;
        width: auto
    }

    .blog-review__btn {
        grid-column: 1/-1;
        grid-row: 2;
        width: fit-content;
        margin: 12px auto 0;
        padding: 16px 48px;
        font-size: 16px
    }
}

@media screen and (max-width:520px) {
    .blog-review_inline .blog-review__quote-icon {
        width: 24px;
        height: 24px;
        float: left;
        margin-right: 10px;
        margin-bottom: 4px
    }

    .blog-review_inline .blog-review__body {
        display: block
    }

    .blog-review_inline .blog-review__text::after {
        content: '';
        display: table;
        clear: both
    }

    .blog-cta__text {
        font-size: 15px !important
    }

    .blog-cta__btn,
    .blog-demo__btn,
    .blog-review__btn {
        width: 100%;
        text-align: center;
        padding: 14px 20px
    }

    .blog-review__btn {
        margin-left: 0
    }

    .blog-review__footer {
        flex-direction: column;
        align-items: flex-start
    }

    .blog-review_inline .blog-review__body {
        display: block
    }
}

.article .blog-cta__title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 6px
}

.article .blog-cta__text {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

.article .blog-cta__no-card {
    color: #ffb300;
    font-size: 14px;
    font-weight: 600;
    margin: 0
}

.article .blog-demo__title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 6px
}

.article .blog-demo__text {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

.article .blog-cta__btn,
.article .blog-cta__btn:hover,
.article .blog-cta__btn:visited {
    color: #000;
    text-decoration: none;
    border-bottom: none
}

.article .blog-demo__btn,
.article .blog-demo__btn:hover,
.article .blog-demo__btn:visited {
    color: #fff;
    text-decoration: none;
    border-bottom: none
}

.article .blog-review__btn,
.article .blog-review__btn:hover,
.article .blog-review__btn:visited {
    color: #fff;
    text-decoration: none;
    border-bottom: none
}

@media screen and (max-width:520px) {
    .article .blog-demo__text {
        color: #1a1a1a;
        font-size: 15px;
        line-height: 1.5;
        margin: 0
    }
}