@charset "UTF-8";

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.author-info {
    padding: 10px 30px 9px 9px;
    margin-bottom: 24px
}

    .author-info .icon-author {
        margin-right: 16px
    }

    .author-info .author-name {
        font-size: 20px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left
    }

    .author-info .position {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 21px;
        color: #18181d
    }

.author:not(:last-child) {
    margin-right: 24px
}

.progress-header {
    width: 100%;
    position: absolute
}

    .progress-header.fixed {
        position: fixed;
        top: 62px;
        z-index: 1
    }

.progress-bar, .progress-container {
    background: #e5e7eb;
    height: 5px;
    width: 100%
}

.progress-container {
    background: linear-gradient(90deg,#cda71e 0,#efc224 .01%,#a2e126 19.06%,#20d694 39.9%,#82a7ff 59.69%,#df60f3 79.48%,#ff7d7d 100%)
}

.progress-bar {
    margin: 0 0 0 auto
}

.content {
    padding-top: 64px
}

    .content * {
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0;
        text-align: left;
        color: #424242
    }

    .content b, .content strong, .content strong b, .pricing .price-table.table_layout_visual strong {
        font-weight: 700
    }

    .content ul li {
        font-family: "DM Sans","Open Sans",sans-serif
    }

        .content ul li::before {
            color: #424242;
            transform: none
        }

ul.marker_list.marker_list_inner li:last-child {
    margin-bottom: 4px
}

.content ul li a {
    color: #6875f5;
    font-weight: 700
}

ul.marker_list.marker_list_inner li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px
}

.content .table_content_box ul li a {
    color: #424242
}

.content_sub_info {
    margin-bottom: 42px;
    padding-top: 42px
}

    .content_sub_info:not(:last-child) {
        padding-top: 42px
    }

    .content_sub_info:last-child {
        margin-bottom: 20px
    }

    .content_sub_info img {
        margin: 0
    }

.content ol {
    margin-left: 7px;
    padding-left: 20px;
    margin-bottom: 24px
}

.hero-breadcrumbs.hero-breadcrumbs-default.hero-breadcrumbs-single-blog {
    width: fit-content;
    margin-bottom: 20px
}

.articles-title.articles-title-single {
    margin-bottom: 24px;
    font-family: "DM Sans","Open Sans",sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 68px;
    display: flex;
    align-items: center;
    color: #18181d
}

section.section_blog.section_single_blog {
    background: #fff;
    color: #18181d;
    background: #f5f7f8;
    padding-top: 130px
}

body.single-blog {
    overflow: hidden
}

.article_content_container {
    max-width: 100%
}

.article_box {
    padding-bottom: 0
}

.written_by {
    margin-left: 136.02px;
    padding-bottom: 127px;
    max-width: 642.84px
}

    .written_by:not(.article_with_right_table_content .written_by) {
        margin-left: 0
    }

.content_description {
    margin-bottom: 42px
}

.content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    text-align: left;
    color: #424242;
    font-family: "DM Sans","Open Sans",sans-serif
}

    .content p:not(:last-child) {
        margin-bottom: 24px
    }

    .content p.cn-mb-10:not(:last-child) {
        margin-bottom: 10px
    }

.content a {
    font-family: "DM Sans","Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-underline-offset: 3px
}

    .content a, .content a *, .content a b, .content a strong {
        color: #6875f5
    }

        .content a span {
            font-weight: 700 !important;
            color: #6875f5
        }

        .content a:hover {
            text-decoration: underline
        }

.article-sidebar {
    background: #fff;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    margin-left: 43px;
    height: fit-content;
    border-radius: 8px
}

    .article-sidebar a {
        cursor: pointer;
        width: 100%
    }

    .article-sidebar .article-sidebar-box {
        padding: 22px 19.3px
    }

        .article-sidebar .article-sidebar-box .article-sidebar_description, .article-sidebar .article-sidebar-box .article-sidebar_title {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-weight: 500;
            font-size: 22px;
            line-height: 127%;
            color: #18181d;
            margin-bottom: 16px;
            letter-spacing: 0
        }

        .article-sidebar .article-sidebar-box .article-sidebar_description {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px
        }

        .article-sidebar .article-sidebar-box .article-sidebar_button {
            background: #fff;
            width: 100%;
            height: 49px;
            text-align: center;
            cursor: pointer;
            border-radius: 4px;
            font-family: "DM Sans","Open Sans",sans-serif;
            font-weight: 600;
            font-size: 20px;
            line-height: 21px;
            letter-spacing: .396px;
            color: #18181d;
            border: 1px solid #000;
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
            padding: 0 1px 1px 0;
            transition: all .3ms;
            transition-timing-function: ease-in-out
        }

            .article-sidebar .article-sidebar-box .article-sidebar_button:focus {
                padding: 0;
                border: 0
            }

                .article-sidebar .article-sidebar-box .article-sidebar_button:focus .inner_btn {
                    border: 1px solid #000;
                    transform: translateY(1px) translateX(1px);
                    height: calc(100% - 1px);
                    width: calc(100% - 1px);
                    font-family: "DM Sans","Open Sans",sans-serif;
                    font-size: 20px;
                    line-height: 22px;
                    letter-spacing: .3959999979px;
                    text-align: center;
                    font-weight: 600
                }

            .article-sidebar .article-sidebar-box .article-sidebar_button .inner_btn {
                border-bottom: 2px solid #000;
                border-right: 2px solid #000;
                border-radius: 4px;
                height: 100%;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: 600
            }

.table_content_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 36px
}

.table_content_box_title, ul.marker_list li {
    font-family: "DM Sans","Open Sans",sans-serif
}

.table_content_box_title {
    font-size: 32px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    display: flex;
    align-items: center;
    color: #18181d;
    margin-bottom: 24px
}

ul.marker_list {
    list-style: none
}

    ul.marker_list li {
        position: relative;
        padding-left: 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: #424242
    }

        ul.marker_list li:last-child {
            margin-bottom: 0
        }

        ul.marker_list li a {
            color: #424242;
            font-weight: 600;
            text-decoration: none
        }

            ul.marker_list li a:hover {
                text-decoration: underline;
                text-decoration-thickness: 2px
            }

        .table_content_box ul.marker_list li::before, ul.marker_list li::before {
            content: "•";
            color: #424242;
            width: 1em;
            left: 8px;
            position: absolute;
            top: 0;
            transform: none
        }

    ul.marker_list.marker_list_inner {
        padding-left: 20px
    }

        .table_content_box ul.marker_list a, .table_content_box ul.marker_list.marker_list_inner a, ul.marker_list.marker_list_inner li {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 20px;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 0;
            text-align: left;
            color: #424242
        }

            ul.marker_list.marker_list_inner li a {
                color: #424242;
                font-weight: 400
            }

    ul.marker_list.marker_list_mb0 li {
        margin-bottom: 0
    }

.table_content_box ul.marker_list li {
    margin-bottom: 8px;
    padding-left: 30px
}

    .table_content_box ul.marker_list li::before {
        width: 2em;
        left: 15px
    }

.table_content_box ul.marker_list a, .table_content_box ul.marker_list.marker_list_inner a {
    font-size: 16px
}

.content h2, .content_title {
    text-align: left
}

.content_img {
    max-width: 100%;
    margin-bottom: 16px
}

.content_subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #424242;
    margin-bottom: 24px
}

.content h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 16px
}

.content h3 {
    margin-bottom: 24px;
    margin-top: 43px
}

.content div img, .tooltip:hover::after, .tooltip:hover::before {
    display: block
}

.content h3, .content h3 div, .content h4, .content_subtitle, .content_text {
    font-family: "DM Sans","Open Sans",sans-serif
}

    .content h3, .content h3 div, .content h4 {
        font-style: normal;
        display: flex;
        align-items: center;
        color: #424242
    }

        .content h3, .content h3 div {
            font-weight: 700 !important
        }

.content_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 16px
}

.written_by {
    margin-top: 36px
}

    .written_by .author-info {
        margin: 0;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,.1019607843);
        background: #fff;
        border-radius: 8px;
        padding: 30px 30px 30px 28px
    }

        .table_content_box ul.marker_list, .written_by .author-info .written {
            margin-bottom: 8px
        }

        .written_by .author-info .position, .written_by .author-info .written {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            letter-spacing: 0;
            text-align: left;
            color: gray
        }

        .written_by .author-info .author-data {
            flex-direction: column;
            align-items: start
        }

        .written_by .author-info .author-name {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 24px;
            font-weight: 500;
            line-height: 32px;
            letter-spacing: 0;
            text-align: left;
            margin-bottom: 8px
        }

        .written_by .author-info p {
            line-height: 26px;
            text-align: left;
            color: #424242
        }

        .written_by .author-info .icon-author {
            max-width: 84px;
            width: 100%;
            height: 100%;
            margin-right: 24px
        }

            .written_by .author-info .icon-author img {
                width: 100%;
                height: 100%
            }

        .share_buttons .share_title, .written_by .author-info p, ul.list_text_number li {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0
        }

.share_buttons .share_title {
    line-height: 19px;
    text-align: left;
    color: gray;
    margin-bottom: 8px
}

.share_buttons .buttons {
    display: flex
}

.share_buttons a {
    margin-right: 24px
}

.content_info {
    margin-bottom: 20px
}

.content_info_last {
    margin-bottom: 24px
}

ul.list_text_number {
    padding: 0;
    margin: 1em 0 1em 20px;
    list-style-type: none;
    counter-reset: counter
}

    ul.list_text_number li {
        color: #424242;
        line-height: 32px
    }

    ul.list_text_number > li:before {
        display: initial;
        width: 100%;
        text-align: center;
        content: counter(counter) ".";
        counter-increment: counter
    }

    ul.list_mt_null, ul.list_text_number > li + li {
        margin-top: 0
    }

.article-title_share p, .content_middle_title {
    font-family: "DM Sans","Open Sans",sans-serif;
    font-weight: 500
}

.content_middle_title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    color: #18181d;
    margin-bottom: 16px
}

.content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content ul, .content .table_content_box.new_table_content_box ul.ankor_menu, .mb_null {
    margin-bottom: 0
}

.sidebar {
    width: 35%;
    min-height: 259px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-top: 6px
}

.left-sidebar {
    max-width: 271px;
    pointer-events: auto;
    top: calc(50% - 150px);
    transform: translateY(-50%);
    position: fixed;
    margin: 0;
    left: unset;
    right: 95px
}

    .left-sidebar.hidden {
        display: none
    }

    .left-sidebar.stopped {
        position: absolute;
        bottom: 44px;
        left: unset;
        right: 95px;
        top: unset;
        transform: unset
    }

    .left-sidebar .navigation {
        opacity: 1;
        transition: all 1s ease-in-out;
        animation: fadeIn .6s
    }

        .left-sidebar .navigation.opened {
            opacity: 0;
            animation: fadeIn .6s
        }

    .left-sidebar .burger {
        animation: fadeIn .6s
    }

.main, main {
    background: #fff
}

.main {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px
}

.wrapper {
    display: flex;
    justify-content: space-between
}

body {
    box-sizing: border-box;
    overflow: unset
}

.email_on_hover {
    transition: all .6ms;
    opacity: 0;
    width: 0;
    height: 0;
    display: contents
}

.author-email {
    margin: auto 0
}

    .author-email a {
        display: flex;
        align-items: center
    }

    .author-email:hover .email_on_hover {
        opacity: 1;
        width: auto;
        height: auto;
        display: block
    }

    .author-email:hover .email_visible {
        display: none
    }

.author-data {
    flex-direction: column;
    align-items: center
}

.article-media_share {
    margin-top: -20px;
    flex-direction: row;
    padding: 0 0 54px;
    justify-content: start
}

.article-title_share p {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    color: gray
}

.article-media_share, .article-socials, .article-title_share p {
    display: flex;
    align-items: center
}

.article-img_share {
    max-width: 34px;
    margin-right: 16px;
    padding-bottom: 0
}

    .article-img_share:hover, .sma-links a:hover {
        -webkit-filter: grayscale(1) invert(1);
        filter: grayscale(1) invert(1)
    }

.rounded_article {
    max-width: 34px;
    border-radius: 200px
}

.content .mb_36:nth-child(n) {
    margin: 0 0 36px
}

.content .cn_mb_0:nth-child(n) {
    margin-bottom: 0
}

.content .content_info ol li:not(:last-child), .content .content_info ul li:not(:last-child), .content .content_sub_info ol li:not(:last-child), .content .content_sub_info ul li:not(:last-child) {
    margin-bottom: 8px
}

.content .content_info div:not(:last-child), .content .content_info ol:not(:last-child), .content .content_sub_info div:not(:last-child), .content .content_sub_info ul:not(:last-child) {
    margin-bottom: 24px
}

.content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content ul li:last-child, section.highlight_section:last-child .content_text {
    margin-bottom: 0
}

.content {
    position: relative
}

    .content .cta_lime {
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden
    }

        .content .cta_lime .cta_lime_container {
            padding: 30px 183px 30px 40px
        }

            .content .cta_lime .cta_lime_container .cta_lime_title {
                font-weight: 600;
                font-family: "DM Sans","Open Sans",sans-serif;
                font-size: 24px;
                line-height: 29px;
                letter-spacing: -.02em;
                color: #18181d;
                margin-bottom: 25px !important
            }

            .content .cta_lime .cta_lime_container .cta_lime_button {
                background: #fff;
                width: 100%;
                height: 49px;
                text-align: center;
                cursor: pointer;
                border-radius: 4px;
                font-family: "DM Sans","Open Sans",sans-serif;
                font-weight: 600;
                line-height: 21px;
                letter-spacing: .396px;
                color: #18181d;
                border: 1px solid #000;
                border-bottom: 2px solid #000;
                border-right: 2px solid #000;
                transition: all .3ms;
                transition-timing-function: ease-in-out;
                text-decoration: none
            }

.written_by_two_authors.written_by .author-info .icon-author img {
    max-width: 71.25px
}

.written_by_two_authors.written_by .author-info .icon-author {
    max-width: 71.25px;
    margin-right: 16px
}

.written_by_two_authors.written_by .author-info {
    padding: 30px 30px 30px 24px
}

.written_by_two_authors.written_by .author:not(:last-child) {
    margin: 0
}

.written_by_two_authors.written_by .col-author:not(:last-child) {
    padding-right: 36px
}

.author-info.author-info-top.author-info-top-two-authors {
    padding: 10px 30px 9px 0;
    margin-bottom: 15px
}

    .author-info.author-info-top.author-info-top-two-authors .icon-author {
        margin-right: 10px;
        display: flex;
        align-items: center
    }

    .author-info.author-info-top.author-info-top-two-authors .author-name {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        padding-right: 24px;
        border-right: 1px solid #424242
    }

    .author-info.author-info-top.author-info-top-two-authors .position {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 21px;
        color: #18181d;
        padding-left: 24px;
        padding-right: 26px
    }

    .author-info.author-info-top.author-info-top-two-authors .author {
        margin-right: 24px
    }

.cn-mt-32 {
    margin-top: 32px !important
}

.content .content_sub_info .plans_desc div:not(:last-child), .content figure:not(.icon-author):not(.full-icon-author) {
    margin-bottom: 16px
}

    .content figure:not(.icon-author):not(.full-icon-author) figcaption {
        font-family: "Open Sans",sans-serif;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
        color: #888;
        margin-top: 8px
    }

        .content figure:not(.icon-author):not(.full-icon-author) figcaption a {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 16px
        }

.content ul.blue_markered li {
    padding-left: 43px
}

    .content ul.blue_markered li:before {
        content: "";
        background: url(../img/blue_marker.svg);
        color: #424242;
        width: 27px;
        height: 4px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

.content .article-sidebar_table_of_content ul {
    margin: 0
}

    .content .article-sidebar_table_of_content ul li, blockquote p {
        position: relative
    }

        .content .article-sidebar_table_of_content ul li:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 4px;
            height: 100%;
            background: #efefef;
            transform: translateY(-50%);
            border-radius: unset
        }

        .content .article-sidebar_table_of_content ul li:has(>a.active)::before {
            background: #a9a9a9
        }

        .content .article-sidebar_table_of_content ul li a {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 26px;
            display: flex;
            align-items: center;
            color: #424242
        }

            .content .article-sidebar_table_of_content ul li a.active {
                font-weight: 700 !important
            }

            .content .article-sidebar_table_of_content ul li a.lowercase, .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content ul li a.lowercase {
                text-transform: initial
            }

.content .left-sidebar {
    width: 100%
}

    .content .left-sidebar .sidebar-table-content .article-sidebar_title h2 {
        color: #1f1f23;
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: .12px;
        margin-bottom: 24px
    }

    .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content .burger {
        padding: 0 24px;
        background: #fff;
        box-shadow: 0 4px 8px rgba(0,0,0,.1),0 0 1px rgba(0,0,0,.05);
        border-radius: 0 8px 8px 0;
        width: 69px;
        height: 63px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

        .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content .burger svg path {
            fill: #9ca3af
        }

        .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content .burger.opened svg path, .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content .burger:hover svg path, .right-sidebar .burger.opened svg path, .right-sidebar .burger:hover svg path {
            fill: #6875f5
        }

    .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content ul li {
        position: relative;
        padding: 8px 0 8px 20px
    }

        .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content ul li:not(:last-child) {
            margin-bottom: 0
        }

        .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content ul li:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 4px;
            height: 100%;
            background: #efefef;
            transform: translateY(-50%)
        }

        .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content ul li a {
            position: relative;
            color: #424242;
            font-family: "DM Sans";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            transition: transform .2s ease-out;
            display: flex;
            align-items: center;
            text-transform: capitalize;
            text-decoration: none
        }

            .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content ul li a:hover {
                color: #3b3c3d;
                transition: color .2s ease
            }

            .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content ul li a:before {
                content: none;
                transition: all .2s ease-out
            }

        .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content ul li:hover a {
            color: #3b3c3d;
            transition: color .2s ease;
            font-weight: 400
        }

        .content .left-sidebar .sidebar-table-content .article-sidebar_table_of_content ul li:has(>a.active)::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 4px;
            height: 100%;
            background: #a9a9a9;
            transform: translateY(-50%);
            z-index: 1;
            border-radius: inherit
        }

.sidebar-table-content:not(.loaded) {
    pointer-events: none
}

section {
    background: #18181d;
    background: #efeff1
}

blockquote {
    padding: 12px 24px;
    background: #f3f4f6;
    margin-bottom: 20px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left
}

.content .cta_lime.cta_lime_with_desk {
    border-radius: 24px;
    position: relative
}

    .content .cta_lime.cta_lime_with_desk .cta_lime_container .cta_lime_title {
        color: #000
    }

    .content .cta_lime.cta_lime_with_desk .cta_lime_container .cta_lime_description {
        margin-bottom: 40px;
        color: #000
    }

.content .cta_lime .cta_lime_container .cta_lime_button {
    padding: 8px 24px;
    font-size: 18px
}

.content em, .content em a {
    font-size: 18px;
    line-height: 24px
}

.content em {
    display: inherit;
    text-align: center;
    justify-content: center;
    color: #888
}

    .content em a {
        color: #6875f5;
        font-weight: 700;
        font-style: italic;
        font-family: "Open Sans Bold Italic"
    }

        .content em a:hover {
            text-decoration: underline
        }

.content .cta_lime .cta_lime_container .cta_lime_title.big_title {
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -.02em;
    text-align: left
}

.content .cta_lime .cta_lime_container.new_cta_lime_container {
    padding: 26px 172px 26px 30px;
    justify-content: space-between;
    width: auto
}

.big_cta {
    padding-top: 24px;
    padding-bottom: 24px
}

.content ul.ankor_menu {
    margin-bottom: 32px;
    padding-left: 0
}

    .content em, .content ul.ankor_menu a {
        font-family: "DM Sans","Open Sans",sans-serif;
        align-items: center
    }

    .content ul.ankor_menu a {
        color: #6875f5 !important;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 22px !important;
        line-height: 36px !important;
        display: flex;
        text-decoration-line: none;
        text-underline-offset: 5px
    }

        .content ul.ankor_menu a:hover {
            text-underline-offset: 5px;
            text-decoration-thickness: unset
        }

    .content ul.ankor_menu li {
        padding-left: 22px;
        width: fit-content
    }

        .content ul.ankor_menu li:not(:last-child) {
            margin-bottom: 12px
        }

        .content ul.ankor_menu li::before {
            content: "";
            background: #6875f5 !important;
            width: 6px;
            height: 6px;
            left: 0;
            position: absolute;
            top: 20px;
            transform: translateY(-50%);
            border-radius: 50%
        }

blockquote.new_classic {
    background: 0;
    padding: 0 0 0 20px;
    margin-bottom: 16px
}

    blockquote.new_classic p {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 36px;
        color: #424242
    }

        blockquote.new_classic p:before {
            background: #111827
        }

.content em.inline {
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    color: #424242
}

.content .cta_lime.cta_lime_abs_img {
    background: 0;
    box-shadow: none;
    border: 0;
    position: relative;
    margin-top: 18px
}

    .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container {
        padding: 0;
        display: flex;
        justify-content: space-between
    }

        .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container .text {
            padding: 24px 29px 24px 30px;
            max-width: 60%;
            margin-bottom: 0
        }

        .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container .image {
            align-self: flex-end;
            flex: 0 0 216px;
            position: absolute;
            bottom: 0;
            right: -10px
        }

            .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container .image.align-center {
                align-self: center;
                bottom: 50%;
                transform: translateY(50%);
                right: 0
            }

i {
    font-style: italic
}

.article-sidebar_title h2 {
    text-transform: initial !important
}

.content .table_content_box.new_table_content_box {
    padding: 0;
    background: #fff
}

    .content .table_content_box.new_table_content_box .table_content_box_title {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-weight: 500;
        font-size: 32px;
        line-height: 38px;
        display: flex;
        align-items: center;
        color: #18181d;
        margin-bottom: 16px
    }

ul.ankor_menu {
    margin: 0 !important;
    padding-bottom: 38px
}

.blog_left_menu_main .article-title_share {
    margin-right: 16px
}

.blog_left_menu_main .article-container {
    max-width: 840px;
    margin: 0
}

    .blog_left_menu_main .article-container > :not(.popup-plans) {
        display: block
    }

    .blog_left_menu_main .article-container .popup-plans, .top-menu.top-mega-menu.hidden {
        display: none
    }

    .blog_left_menu_main .article-container img {
        width: 100% !important;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        max-width: -webkit-fit-content !important;
        max-width: -moz-fit-content !important;
        max-width: fit-content !important;
        height: auto
    }

.progress-header {
    transition: all 1s
}

    .progress-header.closed {
        max-height: 0;
        opacity: 0;
        min-height: 0
    }

.hidden_blog_headline {
    transition: color .3s,background .3s;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 25px 30px 26px;
    opacity: 1;
    width: max-content
}

    .hidden_blog_headline.hidden {
        width: 0;
        opacity: 0
    }

.content .cta_lime.cta_lime_full_cont {
    display: block;
    margin: 42px auto 42px;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

    .content .cta_lime.cta_lime_full_cont .text {
        max-width: 47.7%;
        flex: 0 0 47.7%;
        margin-bottom: 0
    }

    .content .cta_lime.cta_lime_full_cont .image {
        margin-bottom: 0
    }

        .content .cta_lime.cta_lime_full_cont .image img {
            margin-bottom: 0 !important
        }

    .content .cta_lime.cta_lime_full_cont .cta_lime_title {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 44px;
        color: #111;
        margin-bottom: 24px !important
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_description {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        color: #111;
        margin-bottom: 40px
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_button {
        background: #1f1f23;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        filter: drop-shadow(0 16px 24px rgba(0,0,0,.1)) drop-shadow(0 0 1px rgba(0,0,0,.05));
        font-family: "DM Sans","Open Sans",sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        color: #18181d;
        padding: 14px 34px;
        font-size: 18px;
        transition: all .2s;
        border: 2px solid #1f1f23
    }

    .content .cta_lime.cta_lime_full_cont .fullwidth-inline-link:hover + .cta_lime_container .cta_lime_button, .content .cta_lime.cta_lime_full_cont:hover .cta_lime_button {
        opacity: .9
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_container.new_cta_lime_container {
        padding: 53px;
        display: flex;
        align-items: center
    }

    .content .cta_lime.cta_lime_full_cont .fullwidth-inline-link, .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container a, .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container a {
        z-index: 3
    }

    .content .cta_lime.cta_lime_full_cont .image {
        z-index: 1
    }

    .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container {
        justify-content: flex-end
    }

        .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container.if_padding_null .text, .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .text {
            z-index: 2
        }

    .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container {
        justify-content: space-between
    }

.shadow {
    box-shadow: 0 1px 12px 0 rgba(72,90,111,.2509803922)
}

.content .cta_lime.cta_lime_with_desk .cta_lime_container .cta_lime_title {
    margin-bottom: 24px !important
}

.content .cta_lime.cta_lime_with_desk.no_need_desk .cta_lime_container .cta_lime_title {
    margin-bottom: 40px !important
}

.site, section.highlight_section {
    background: #fff
}

.content .content_info ul, .content .content_info ul:not(:last-child) {
    margin-bottom: 24px
}

.content ul {
    margin-bottom: 24px;
    padding-left: 0
}

    .content ul li {
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0;
        text-align: left;
        color: #424242;
        position: relative;
        padding-left: 30px
    }

        .content ul li::before {
            content: "";
            background: #6875f5;
            width: 6px;
            height: 6px;
            left: 0;
            position: absolute;
            top: 15px;
            border-radius: 50%
        }

        .content ul li:last-child {
            margin-bottom: 4px
        }

        .content ul li a:hover {
            text-decoration: underline;
            text-decoration-thickness: 2px;
            text-underline-offset: 3px
        }

    .content ul.list_text_number li {
        padding-left: 4px
    }

.top-link:hover svg path {
    fill: #b4f00a
}

.content .designers {
    justify-content: space-between;
    margin-bottom: -24px;
    margin-top: 24px
}

    .content .designers .designer {
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #dbe1e6;
        box-shadow: 6px 7px 0 #dbe1e5;
        border-radius: 8px;
        padding: 20px 9px 20px 20px
    }

        .content .designers .designer:nth-child(n) {
            margin-bottom: 24px
        }

        .content .designers .designer .designer-top img {
            width: 64px;
            height: 64px;
            margin-right: 16px
        }

        .content .designers .designer .designer-top .info .name {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            color: #494949;
            margin-bottom: 8px
        }

        .content .designers .designer .designer-top .info .position {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            color: #494949
        }

        .content .designers .designer .desc, .content .designers .designer .desc p, .number {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            color: #494949
        }

.number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    width: 60px;
    height: 60px;
    background: #d6ddec;
    border-radius: 56px;
    margin-right: 24px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #545487;
    box-sizing: border-box;
    flex: none
}

.content_subtitle:not(.content_subtitle_1) {
    margin-top: 84px
}

.content_subtitle.numbered:not(.content_subtitle_1) {
    margin-top: 70px
}

.top-link {
    background: #fff;
    border: 1px solid #d3d3d3
}

.article-header {
    padding: 16.5px 0 105.92px
}

    .article-header .description, .hire_designers .designer.designer-top .hire span {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        color: #424242
    }

    .article-header img {
        margin: 25.42px 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .article-header .hero_digital_button.article_contact_button {
        padding: 18px 40px;
        box-sizing: border-box;
        width: 221.99px;
        height: 64px;
        background: #f5f7fa;
        border: 1px solid #18181d;
        border-radius: 4px;
        font-family: "DM Sans","Open Sans",sans-serif;
        font-weight: 700 !important;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #18181d
    }

        .article-header .hero_digital_button.article_contact_button:hover {
            text-decoration: none
        }

        .article-header .hero_digital_button.article_contact_button svg {
            margin-left: 12px
        }

        .article-header .hero_digital_button.article_contact_button .arrow::before {
            border-bottom: 2px solid #18181d;
            content: "";
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%
        }

        .article-header .hero_digital_button.article_contact_button .arrow::after {
            border-right: 2px solid #18181d;
            border-top: 2px solid #18181d;
            content: "";
            display: block;
            height: 10px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
            width: 10px
        }

.article_btn {
    width: 221.99px;
    height: 64px
}

    .article_btn:hover {
        text-decoration: none !important
    }

.hire_designers {
    background: #fafafc;
    padding: 42px 0;
    margin: 0 -12px
}

    .hire_designers .designers.designers-top {
        margin-bottom: 0;
        margin-top: 24px
    }

        .hire_designers .designers.designers-top a {
            cursor: none
        }

    .hire_designers .designer.designer-top {
        position: relative;
        display: inline-block;
        background: #fff;
        padding: 0;
        box-shadow: unset;
        border: 0;
        filter: drop-shadow(0 4px 11px transparent)
    }

        .hire_designers .designer.designer-top .designer-box {
            border-radius: 8px;
            background: #fff;
            padding: 0;
            box-shadow: unset;
            height: 100%;
            transition: all .2s ease-in-out;
            filter: drop-shadow(0 4px 11px rgba(0,0,0,.15))
        }

        .hire_designers .designer.designer-top.up_top {
            z-index: 1000000000000000000000
        }

            .hire_designers .designer.designer-top.up_top a {
                z-index: 30
            }

            .hire_designers .designer.designer-top.up_top .cursor, .hire_designers .designer.designer-top.up_top .designer-box {
                margin-top: -12px
            }

        .hire_designers .designer.designer-top .top-image {
            background: #f2f6fd;
            width: auto;
            height: 187px;
            border-radius: 8px 8px 0 0;
            overflow: hidden
        }

            .hire_designers .designer.designer-top .top-image img {
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                height: inherit;
                image-rendering: pixelated
            }

        .hire_designers .designer.designer-top .info {
            padding: 16px 0 13px 24px
        }

        .hire_designers .designer.designer-top .d_footer {
            padding: 11px 0 16px 24px
        }

        .hire_designers .designer.designer-top .hire {
            visibility: hidden;
            width: 96px;
            height: 96px;
            box-sizing: border-box;
            background: rgba(180,240,10,.6);
            border-radius: 71px;
            padding: 20px;
            position: absolute;
            top: 55%;
            transform: translateY(-55%);
            right: -21px;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: center;
            z-index: 1
        }

            .hire_designers .designer.designer-top .hire span {
                font-weight: 600;
                line-height: 130%;
                text-transform: uppercase;
                letter-spacing: .005em;
                color: #000
            }

        .hire_designers .designer.designer-top:nth-child(1) .text {
            height: 21px
        }

        .hire_designers .designer.designer-top:nth-child(2) .text {
            height: 29px
        }

        .hire_designers .designer.designer-top:nth-child(3) .text {
            height: 22px
        }

        .hire_designers .designer.designer-top:nth-child(4) .text {
            height: 26px
        }

        .hire_designers .designer.designer-top:hover .designer-box {
            filter: drop-shadow(2px 6px 16px rgba(0,0,0,.25))
        }

        .hire_designers .designer.designer-top:hover .hire {
            visibility: visible
        }

        .hire_designers .designer.designer-top .fullwidth-inline-link {
            z-index: 3
        }

        .hire_designers .designer.designer-top hr {
            border: 0;
            height: 1px;
            background: #dadada
        }

        .hire_designers .designer.designer-top .name {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-weight: 700;
            font-size: 24px;
            line-height: 33px;
            color: #494949;
            margin-bottom: 8px
        }

        .hire_designers .designer.designer-top .position {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-weight: 400;
            font-size: 20px;
            line-height: 27px;
            color: #494949
        }

        .hire_designers .designer.designer-top .text {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            text-transform: uppercase;
            color: #b3b3b3;
            margin-bottom: 8px
        }

.hero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    padding: 60px;
    background: #000;
    color: #fff
}

    .hero-text h1 {
        font-size: 5vw;
        font-weight: 300
    }

        .hero-text h1 span {
            color: #88ce02;
            font-weight: 700
        }

.cursor {
    position: absolute;
    width: 96px;
    height: 96px;
    object-fit: cover;
    transform: translate3d(0,0,0);
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibily: hidden;
    pointer-events: none
}

.cursor-text, .hire {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400
}

    .cursor-text .char {
        position: absolute !important
    }

.hire {
    box-sizing: border-box;
    background: rgba(180,240,10,.6);
    border-radius: 71px;
    padding: 20px;
    transform: translateY(-55%);
    right: -21px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    transform: translate(-50%,-50%);
    object-fit: cover;
    pointer-events: none;
    z-index: 10000000000000000000000;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: .005em;
    color: #000
}

#page {
    background: #fbfbfb;
    background: #fff
}

.content h3:not(.content_subtitle) {
    color: #424242;
    margin-top: 32px
}

.content .sub_sub {
    color: #424242;
    font-family: "DM Sans","Open Sans",sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 36px
}

.social-media-activity {
    display: flex
}

.sma, .sma-links a {
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.sma {
    font-family: "DM Sans","Open Sans",sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    margin-left: 10px
}

    .sma.sma-a {
        background: #ffbe7e;
        border: 1px solid #ffbe7e
    }

    .sma.sma-b {
        background: #ffdf80;
        border: 1px solid #ffdf80
    }

    .sma.sma-s {
        background: #ff7f7e;
        border: 1px solid #ff7f7e
    }

    .sma.sma-c {
        background: #feff7f;
        border: 1px solid #feff7f
    }

    .sma.sma-d {
        background: #beff7f;
        border: 1px solid #beff7f
    }

.sma-links {
    display: flex !important
}

    .sma-links a {
        border: 1px solid #18181d;
        margin-right: 10px
    }

        .sma-links a .article-img_share.sma-article-img_share:hover {
            -webkit-filter: unset;
            filter: unset
        }

.numbered_with_link .simple_number {
    color: #424242;
    margin-right: 11px
}

.numbered_with_link .simple_number, .numbered_with_link a {
    font-family: "DM Sans","Open Sans",sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px
}

.article-footer {
    padding: 84px 0
}

.content ul.ankor_menu .numbered_list {
    padding-left: 0
}

    .content ul.ankor_menu .numbered_list:before {
        content: none
    }

    .content ul.ankor_menu .numbered_list a:hover {
        color: #2c3cd8 !important;
        text-decoration: none
    }

        .content ul.ankor_menu .numbered_list a:hover span {
            color: #2c3cd8 !important
        }

    .content ul.ankor_menu .numbered_list a span.list_number {
        padding-right: 16px;
        width: 35px;
        height: 36px;
        font-family: "DM Sans","Open Sans",sans-serif;
        font-weight: 600 !important;
        font-size: 22px;
        line-height: 36px;
        display: flex;
        align-items: center;
        color: #6875f5
    }

.content ol li {
    padding-left: 6px
}

    .content ol li::marker {
        font-weight: 400;
        margin-right: 24px
    }

.content .sub_title_link, h5 {
    font-family: "DM Sans","Open Sans",sans-serif;
    font-style: normal;
    font-weight: 700
}

h5 {
    font-size: 20px;
    line-height: 36px;
    color: #424242;
    margin-bottom: 10px
}

.content .sub_title_link {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 24px;
    margin-top: 43px
}

.author-info.author-info-top {
    padding: 10px 0 9px;
    margin-bottom: 15px
}

    .author-info.author-info-top .icon-author {
        margin-right: 0;
        display: flex;
        align-items: center;
        max-width: 64px
    }

    .author-info.author-info-top .author-name {
        font-size: 20px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        padding-right: 24px;
        border-right: 1px solid #424242
    }

    .author-info.author-info-top .position {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 21px;
        color: #18181d;
        padding-left: 24px;
        padding-right: 0
    }

    .author-info.author-info-top .author {
        gap: 24px
    }

        .author-info.author-info-top .author .icon {
            margin-right: 0
        }

        .author-info.author-info-top .author .author-data {
            flex-direction: column;
            align-items: start !important
        }

        .author-info.author-info-top .author .author-box-info {
            position: relative
        }

            .author-info.author-info-top .author .author-box-info:not(:last-child) {
                padding-right: 52px
            }

            .author-info.author-info-top .author .author-box-info:not(:first-child) {
                padding-left: 0
            }

            .author-info.author-info-top .author .author-box-info.author-data {
                padding-left: 0
            }

            .author-info.author-info-top .author .author-box-info:not(:last-child):after {
                content: "";
                background: #d1d5db;
                height: calc(100% - 10px);
                width: 1px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%)
            }

            .author-info.author-info-top .author .author-box-info .author-name {
                border: unset;
                padding-right: unset
            }

            .author-info.author-info-top .author .author-box-info label, .written_by.new_style .contributors label {
                font-weight: 400;
                font-size: 14px;
                line-height: 19px;
                color: gray;
                margin-bottom: 8px
            }

            .author-info.author-info-top .author .author-box-info .info {
                font-weight: 500;
                font-size: 18px;
                line-height: 25px;
                color: #0c0b0b
            }

.written_by.new_style {
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    max-width: 100%;
    margin-top: 0;
    border: 1px solid #e5e7eb;
    margin-bottom: 42px;
    border-radius: 8px;
    box-shadow: unset
}

    .written_by.new_style .author-data {
        padding-top: 30px;
        max-width: 392px
    }

        .written_by.new_style .author-data .top-box {
            width: 100%
        }

    .written_by.new_style .contributors .contributors_items .contributor {
        max-width: 42px !important
    }

    .written_by.new_style .author-info {
        margin: 0;
        box-shadow: unset;
        background: #fff;
        border-radius: 8px;
        padding: 0 36px 0 0
    }

        .written_by.new_style .author-info .written {
            margin-bottom: 8px;
            font-family: "DM Sans","Open Sans",sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 19px;
            color: gray
        }

        .written_by.new_style .author-info .position, .written_by.new_style .author-info p {
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            color: gray;
            margin-bottom: 28px
        }

        .written_by.new_style .author-info .author-data {
            flex-direction: column;
            align-items: start
        }

        .written_by.new_style .author-info .author-name {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-weight: 600;
            font-size: 24px;
            line-height: 33px;
            color: #18181d;
            margin-bottom: 8px
        }

        .written_by.new_style .author-info a {
            margin-bottom: 30px;
            height: auto;
            max-height: -webkit-fit-content;
            max-height: -moz-fit-content;
            max-height: fit-content;
            display: flex
        }

            .written_by.new_style .author-info a:hover svg rect {
                fill: #7a808b
            }

        .written_by.new_style .author-info p {
            line-height: 32px;
            color: #424242
        }

        .written_by.new_style .author-info .full-icon-author {
            max-width: 100%;
            width: 100%;
            height: 100%;
            margin-right: 12px;
            align-self: flex-end
        }

            .written_by.new_style .author-info .full-icon-author img {
                width: 100%;
                height: 100%
            }

.tooltip {
    background-color: #fff;
    position: relative;
    max-width: 42px
}

    .card-blog .card_image .card_text, .tooltip::after {
        position: absolute;
        font-family: "DM Sans","Open Sans",sans-serif;
        font-style: normal
    }

    .tooltip::after, .tooltip::before {
        display: none;
        background-color: #fff
    }

    .tooltip::after {
        border-radius: 6px;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        color: #494949;
        padding: 6px 10px;
        text-align: center;
        z-index: 11;
        min-width: 92px;
        border: 1px solid #e5e7eb
    }

    .tooltip::before {
        content: "";
        height: 20px;
        width: 20px;
        position: absolute;
        top: -12px;
        left: 39%;
        border-top: #e5e7eb solid 2px;
        border-left: #e5e7eb solid 2px;
        transform: rotate(45deg)
    }

    .tooltip.top::after {
        content: "top";
        top: 0;
        left: 50%;
        transform: translate(-50%,calc(-100% - 10px))
    }

    .tooltip.top::before {
        top: 0;
        left: 50%;
        transform: translate(-50%,calc(-100% - 5px)) rotate(45deg)
    }

    .tooltip.bottom::before {
        bottom: 0;
        left: 50%;
        transform: translate(-50%,calc(100% + 5px)) rotate(45deg)
    }

    .tooltip.right::after {
        content: "right";
        top: 0;
        right: 0;
        transform: translateX(calc(100% + 10px))
    }

    .tooltip.right::before {
        top: 50%;
        right: 0;
        transform: translate(calc(100% + 5px),-50%) rotate(45deg)
    }

    .tooltip.left::after {
        content: "left";
        top: 0;
        left: 0;
        transform: translateX(calc(-100% - 10px))
    }

    .tooltip.left::before {
        top: 50%;
        left: 0;
        transform: translate(calc(-100% - 5px),-50%) rotate(45deg)
    }

.content .cta_lime.dark_cta_styles .cta_lime_description, .content .cta_lime.dark_cta_styles .cta_lime_title {
    color: #fff !important
}

.big_cta.big_cta_top {
    padding-top: 0 !important
}

.content .big_cta.big_cta_top .cta_lime.cta_lime_full_cont {
    margin-top: 0 !important
}

.card-blog .card_image {
    overflow: hidden;
    position: relative;
    display: flex;
    height: 224px;
    border-radius: 4px
}

    .card-blog .card_image .card_text {
        color: #fff;
        left: 46px;
        bottom: 49px;
        font-weight: 700;
        font-size: 42px;
        line-height: 57px;
        display: flex;
        align-items: center;
        letter-spacing: .005em;
        z-index: 1;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-align: left;
        padding-top: 16px;
        max-width: 87%
    }

        .card-blog .card_image .card_text:before {
            content: "";
            height: 2px;
            width: 50px;
            background: #5ad876;
            position: absolute;
            top: 0;
            left: 0
        }

.top_of_articles {
    margin-bottom: 64px
}

    .top_of_articles .card-blog-outer {
        padding: 0;
        margin: 0;
        max-width: 100%;
        width: initial
    }

        .top_of_articles .card-blog-outer .card-blog {
            max-width: 100%;
            padding: 0
        }

            .top_of_articles .card-blog-outer .card-blog .card_image {
                max-width: 100%;
                width: 100%;
                height: auto;
                margin: 0
            }

    .top_of_articles .article_info {
        margin-bottom: 16px
    }

        .top_of_articles .article_info .category span, .top_of_articles .article_info .date, .top_of_articles .title-blog {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            color: #18181d
        }

        .top_of_articles .article_info .date {
            text-align: right;
            color: gray
        }

    .top_of_articles .title-blog {
        font-weight: 700;
        font-size: 42px;
        line-height: 57px;
        display: flex;
        align-items: center;
        letter-spacing: .005em;
        color: #000;
        margin-bottom: 16px
    }

    .top_of_articles .desc-blog {
        margin-bottom: 37px
    }

        .top_of_articles .blog_top_link, .top_of_articles .desc-blog p {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 32px;
            color: #424242
        }

    .top_of_articles .blog_top_link {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #18181d;
        transition: all .2ms ease-in-out
    }

        .top_of_articles .blog_top_link:hover {
            color: #5f5f5f
        }

.content .cta_lime.dark_cta_styles.set_dark_cta_styles .cta_lime_description, .content .cta_lime.dark_cta_styles.set_dark_cta_styles .cta_lime_title {
    color: #fff !important
}

.set_padding_null {
    padding: 0 !important;
    margin: 0 !important
}

.big_cta.big_cta_top .cta_lime.cta_lime_full_cont {
    margin-bottom: 42px !important
}

.pricing {
    margin-top: 16px
}

    .pricing h3, .pricing h4 {
        font-weight: 600;
        font-size: 22px;
        line-height: 24px;
        text-align: left
    }

    .pricing h4 {
        font-family: "Gilroy";
        font-size: 32px;
        line-height: 39px;
        letter-spacing: -.02em
    }

    .pricing .price-table {
        width: 100%;
        border-collapse: collapse;
        border: 0 solid #e7e7ed;
        border-radius: 4px
    }

        .pricing .price-table tr:not(:last-child) {
            border-bottom: 8px solid #e7e7ed
        }

        .pricing .price-table tr td {
            padding: 12px;
            font-weight: 400;
            font-size: 14px;
            line-height: 160%;
            color: #424242;
            text-align: left;
            vertical-align: initial
        }

            .pricing .price-table tr td a {
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                color: #5850ec
            }

            .pricing .price-table tr td:first-child {
                border-left: 0 none;
                border-right: 8px solid #e5e7eb
            }

        .pricing .price-table.custom_table_styles tr td:first-child {
            border-left: 0 none;
            border-right: 0 solid #e5e7eb
        }

        .pricing .price-table tr td:nth-child(2) {
            border-right: 8px solid #e5e7eb
        }

        .pricing .price-table.custom_table_styles tr td:nth-child(n) {
            border: 0 solid;
            font-weight: 600;
            min-width: 120px
        }

        .pricing .price-table tr td:not(:first-child), .pricing .price-table.custom_table_styles tr td:not(:first-child) {
            text-align: left
        }

        .pricing .price-table.custom_table_styles tr td:first-child {
            text-align: right
        }

        .pricing .price-table tr:nth-child(even) {
            background: #fff
        }

        .pricing .price-table .fa-check {
            color: #5336ca
        }

        .pricing .price-table .fa-times {
            color: #d8d6e3
        }

        .pricing .price-table tr:not(.price-table-head) td:nth-child(3) {
            background: #fff;
            max-width: 228px
        }

        .pricing .price-table tr:not(.price-table-head) td:nth-child(1) {
            background: #fff;
            min-width: 112px;
            max-width: 228px
        }

        .pricing .price-table tr:not(.price-table-head) td:nth-child(2) {
            background: #fff;
            max-width: 230px
        }

        .pricing .price-table tr:not(.price-table-head) td:nth-child(4) {
            background: #fff
        }

        .pricing .price-table tr.price-table-head td {
            font-weight: 700;
            font-size: 20px;
            line-height: 36px;
            padding: 12px;
            border-bottom: 6px solid #e7e7ed;
            text-align: center
        }

        .pricing .price-table.custom_table_styles tr.price-table-head td {
            font-size: 20px;
            line-height: 19.2px;
            padding: 8.5px 6.5px;
            border-bottom: 0 solid #e7e7ed;
            text-align: center;
            font-weight: 600
        }

        .pricing .price-table td.price a {
            max-height: 38px;
            max-width: 124px;
            border-radius: 4px
        }

            .pricing .price-table td.price a.orange {
                color: #ff9910
            }

                .pricing .price-table td.price a.orange:hover {
                    text-decoration: underline;
                    text-underline-offset: 5px
                }

            .pricing .price-table td.price a .button {
                font-family: "Lexend Deca";
                max-height: 38px;
                max-width: 124px;
                min-width: 124px;
                font-size: 16px;
                font-weight: 500;
                line-height: 22px;
                letter-spacing: 0;
                text-align: center;
                padding: 0;
                margin: auto
            }

        .pricing .price-table td.price-table-popular {
            font-family: "Lexend Deca";
            border-top: 3px solid #5336ca;
            color: #5336ca;
            text-transform: uppercase;
            font-size: 12px;
            padding: 12px 48px;
            font-weight: 700
        }

        .pricing .price-table .price-blank {
            background-color: #fafafa;
            border: 0
        }

        .pricing .price-table svg {
            width: 90px;
            fill: #5336ca
        }

        .pricing .price-table.table_layout_visual tr td:nth-child(n) {
            border: 0 solid;
            font-weight: 400;
            min-width: 120px
        }

        .pricing .price-table.table_layout_visual tr td {
            padding: 20px
        }

        .pricing .price-table.table_layout_visual tr.price-table-head td {
            font-size: 16px;
            line-height: 22px;
            padding: 20px
        }

        .pricing .price-table.table_layout_visual tr td:nth-child(n) {
            max-width: 217px;
            border-width: 1px
        }

        .pricing .price-table.table_layout_visual *, .pricing .price-table.table_layout_visual p {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0;
            text-align: left
        }

        .pricing .price-table.table_layout_visual a, .pricing .price-table.table_layout_visual li {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
            text-align: left;
            font-weight: 600
        }

        .pricing .price-table.table_layout_visual li {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-weight: 400;
            line-height: 130%;
            color: #424242;
            padding-left: 17px
        }

        .pricing .price-table.table_layout_visual em {
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            display: contents;
            align-items: center;
            color: #424242
        }

        .pricing .price-table.table_layout_visual li:before {
            top: 10px
        }

.content .faq_content h3 {
    color: #424242;
    margin-top: 0;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    letter-spacing: .3959999979px !important;
    text-align: left
}

.faq-light .faq-singular.active:before, .faq-light .faq-singular:before, .faq-singular.active:before, .faq-singular:before {
    top: 44px;
    transform: none
}

.faq-light .faq-singular, .faq-light .faq-singular::before {
    transition: all .2ms ease-in-out
}

    .faq-light .faq-singular:hover::before {
        filter: contrast(.4)
    }

    .faq-light .faq-singular.active:hover::before {
        filter: contrast(1.4)
    }

    .faq-light .faq-singular .faq-answer h4 {
        margin-bottom: 8px;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 36px
    }

.article-fit-big-cta > div {
    max-width: 100% !important
}

.blog_left_menu_main .article-fit-big-cta img {
    max-width: initial !important
}

.right-sidebar {
    min-width: 305px;
    max-width: 305px;
    pointer-events: auto;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    right: 19px;
    margin: 25.5px 0 0
}

    .right-sidebar.hidden {
        display: none
    }

    .right-sidebar.stopped {
        position: absolute;
        bottom: 44px;
        right: 0;
        top: unset;
        transform: unset
    }

    .right-sidebar .popup-form {
        position: relative;
        min-height: 493px;
        padding-bottom: 60px;
        display: inline-block;
        max-width: 305px;
        width: 100%
    }

    .right-sidebar .right-form-box {
        margin-right: 0;
        opacity: 0;
        transition: all 1s ease-in-out;
        animation: fadeIn .6s;
        border-radius: 8px;
        border: 1px solid #d8d8d8;
        background: #fff;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.05),0 16px 24px 0 rgba(0,0,0,.1)
    }

        .right-sidebar .right-form-box.opened {
            opacity: 1;
            animation: fadeIn .6s
        }

    .right-sidebar img {
        border-radius: 0 8px 8px 0
    }

    .right-sidebar .burger {
        padding: 0 24px;
        background: #fff;
        width: 69px;
        height: 63px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        animation: fadeIn .6s;
        margin: 0 0 26px auto;
        border-radius: 8px 0 0 8px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.1019607843)
    }

        .right-sidebar .burger svg path {
            fill: #9ca3af
        }

    .right-sidebar .right-form {
        padding: 36px 24px;
        box-shadow: 0 16px 24px 0 rgba(0,0,0,.1);
        min-height: 565px;
        position: relative;
        display: table;
        box-sizing: border-box;
        width: 100%
    }

        .right-sidebar .right-form .fake-checkbox {
            display: none
        }

        .right-sidebar .right-form .checkmark {
            height: auto;
            border-radius: initial;
            background: 0;
            padding: 0;
            border: 0;
            position: relative;
            margin-right: 7px;
            box-sizing: border-box;
            width: 19px;
            display: flex;
            justify-content: center
        }

        .right-sidebar .right-form label {
            display: flex;
            align-items: center;
            max-width: 100%;
            width: 100%;
            color: #1f1f23;
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            cursor: pointer
        }

        .right-sidebar .right-form .checkbox-container {
            display: flex;
            align-items: center;
            padding: 0 10px;
            width: 100%;
            min-height: 38px;
            cursor: pointer;
            max-width: max-content;
            min-width: -webkit-fill-available;
            background: #fff;
            outline: 0 solid transparent;
            border-radius: 4px;
            border: 1px solid #e1e5ed;
            transition: .3ms ease;
            max-width: -moz-available;
            min-width: -moz-available
        }

            .redesign-content-web-dev-services.light-theme .section_image_with_description .content ul li:not(:last-child), .right-sidebar .right-form .checkbox-container:not(:last-child) {
                margin-bottom: 10px
            }

            .right-sidebar .right-form .checkbox-container:hover {
                border: 1px solid transparent;
                background: #fff;
                outline: 1px solid #363636
            }

        .right-sidebar .right-form .fake-checkbox:checked + label .checkbox-container {
            border: 1px solid transparent;
            background: #fff;
            outline: 1px solid #363636
        }

        .right-sidebar .right-form .checkbox-name, .right-sidebar .right-form textarea {
            color: #363636;
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal
        }

        .right-sidebar .right-form textarea {
            width: 100%;
            height: 38px;
            padding: 8px 12px;
            border-radius: 4px;
            border: 1px solid #e1e5ed;
            background: #fff;
            color: #6b7280;
            font-size: 12px;
            font-weight: 400;
            resize: vertical !important;
            min-height: 56px;
            max-inline-size: -webkit-fill-available;
            outline: 0 solid transparent;
            caret-color: #9ca3af;
            caret-shape: underscore;
            transition: .3ms ease;
            margin-bottom: 8px;
            max-width: -moz-available
        }

            .right-sidebar .right-form textarea:hover {
                background: #fff;
                color: #1f1f23;
                box-shadow: none;
                outline: 1px solid #1f1f23;
                border: 1px solid transparent
            }

            .right-sidebar .right-form .form-field input ::placeholder, .right-sidebar .right-form textarea ::placeholder {
                color: #6b7280
            }

            .right-sidebar .right-form textarea:focus-visible {
                color: #1f1f23;
                box-shadow: none;
                outline: 1px solid #1f1f23;
                border: 1px solid transparent
            }

            .right-sidebar .right-form textarea:focus {
                color: #1f1f23;
                box-shadow: none;
                outline: 1px solid #1f1f23;
                border: 1px solid transparent
            }

        .right-sidebar .right-form .step-buttons {
            display: flex;
            position: absolute;
            bottom: 0
        }

        .right-sidebar .right-form .step-button, .right-sidebar .right-form h2 {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-style: normal;
            font-weight: 700;
            line-height: normal
        }

        .right-sidebar .right-form .step-button {
            margin-top: 20px;
            cursor: pointer;
            color: #e1e5ed;
            font-size: 16px;
            width: 100%;
            display: flex;
            padding: 6.5px 0;
            justify-content: center;
            align-items: center;
            gap: 12px;
            align-self: stretch;
            border-radius: 54px;
            background: #2d2d32;
            border: 1px solid #2d2d32;
            min-height: 53px;
            box-sizing: border-box;
            display: initial;
            text-align: center;
            overflow: hidden;
            -webkit-transition: .1s;
            -moz-transition: .1s;
            -ms-transition: .1s;
            -o-transition: .1s
        }

        .right-sidebar .right-form .next-button .button-icon, .right-sidebar .right-form .prev-button .button-icon {
            cursor: pointer;
            display: inline-block;
            height: 12px;
            position: relative;
            transition: width .2s ease;
            vertical-align: middle;
            width: 18px
        }

            .right-sidebar .right-form .next-button .button-icon::before {
                border-bottom: 2px solid #e1e5ed;
                content: "";
                left: 0;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 100%
            }

            .right-sidebar .right-form .next-button .button-icon::after {
                border-right: 2px solid #e1e5ed;
                border-top: 2px solid #e1e5ed;
                content: "";
                display: block;
                height: 7px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%) rotate(45deg);
                width: 7px
            }

        .right-sidebar .right-form .next-button:hover .button-icon, .right-sidebar .right-form .prev-button:hover .button-icon {
            width: 25px
        }

        .right-sidebar .right-form .prev-button {
            border: 1px solid #bababb;
            background: #fff;
            color: #2d2d32
        }

            .right-sidebar .right-form .prev-button .button-icon::before {
                border-left: 2px solid #2d2d32;
                border-bottom: 2px solid #2d2d32;
                content: "";
                left: 0;
                position: absolute;
                top: 50%;
                transform: translateY(-50%) rotate(45deg);
                width: 7px;
                height: 7px
            }

            .right-sidebar .right-form .prev-button .button-icon::after {
                background-color: #2d2d32;
                content: "";
                display: block;
                height: 2px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 100%
            }

        .right-sidebar .right-form .step-buttons {
            gap: 8px;
            width: 100%
        }

            .right-sidebar .right-form .finish-button, .right-sidebar .right-form .step-buttons .next-button {
                margin-right: 0
            }

            .right-sidebar .right-form .step-buttons .half-button {
                max-width: calc(50% - 4px)
            }

        .right-sidebar .right-form .finish-button .button-icon {
            display: none
        }

        .right-sidebar .right-form .checkbox-container.checked {
            border: 1px solid transparent;
            background: #fff;
            outline: 1px solid #363636
        }

            .right-sidebar .right-form .checkbox-container.checked .checkbox-name {
                color: #363636
            }

        .right-sidebar .right-form .circle-checkbox-container {
            display: flex;
            align-items: center;
            cursor: pointer;
            padding: 0 10px
        }

            .right-sidebar .right-form .circle-checkbox-container .checkmark-circle {
                display: inline-block;
                width: 16px;
                height: 16px;
                margin-right: 10px;
                border-radius: 50%;
                border: 1px solid rgba(117,124,131,.5019607843);
                background-color: transparent;
                position: relative;
                transition: .3ms ease
            }

                .right-sidebar .right-form .circle-checkbox-container .checkmark-circle:before {
                    transition: .3ms ease
                }

            .right-sidebar .right-form .circle-checkbox-container.checked .checkmark-circle {
                border: 1px solid #363636;
                background: #fff
            }

                .right-sidebar .right-form .circle-checkbox-container.checked .checkmark-circle:before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    background-color: #363636;
                    border-radius: 50%;
                    width: 11px;
                    height: 11px
                }

            .right-sidebar .right-form .circle-checkbox-container input.fake-checkbox {
                opacity: 0;
                height: 0;
                width: 0
            }

        .right-sidebar .right-form h2 {
            color: #363636;
            font-size: 24px;
            margin-bottom: 20px
        }

        .right-sidebar .right-form .form-field input, .right-sidebar .right-form p {
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal
        }

        .right-sidebar .right-form p {
            color: #363636;
            margin-bottom: 12px
        }

        .right-sidebar .right-form .form-field {
            margin-bottom: 24px
        }

            .right-sidebar .right-form .form-field label {
                font-family: "DM Sans","Open Sans",sans-serif;
                color: #2c3339;
                font-size: 14px;
                font-weight: 500;
                line-height: 150%;
                margin-bottom: 6px
            }

            .right-sidebar .right-form .form-field input {
                height: 46px;
                padding: 10px 20px;
                width: 100%;
                display: flex;
                align-items: center;
                color: #6b7280;
                transition: .3ms ease;
                max-width: -webkit-fill-available;
                border-radius: 4px;
                border: 1px solid #e1e5ed;
                outline: 1px solid transparent;
                box-sizing: border-box;
                caret-color: #9ca3af;
                caret-shape: underscore;
                background: #fff
            }

                .right-sidebar .right-form .form-field input:hover {
                    color: #1f1f23;
                    box-shadow: none;
                    outline: 1px solid #1f1f23;
                    border: 1px solid transparent
                }

                .right-sidebar .right-form .form-field input:focus-visible {
                    color: #1f1f23;
                    box-shadow: none;
                    outline: 1px solid #1f1f23;
                    border: 1px solid transparent
                }

                .right-sidebar .right-form .form-field input:focus {
                    color: #1f1f23;
                    box-shadow: none;
                    outline: 1px solid #1f1f23;
                    border: 1px solid transparent
                }

        .right-sidebar .right-form .thanks_title {
            color: #363636;
            text-align: center;
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 20px
        }

        .right-sidebar .right-form .thanks_done, .right-sidebar .right-form .thanks_message {
            color: #1f1f23;
            text-align: center;
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal
        }

        .right-sidebar .right-form .form-step {
            width: 100%;
            display: none;
            min-height: 466px;
            max-width: 305px
        }

            .right-sidebar .right-form .form-step.show {
                display: block
            }

        .right-sidebar .right-form .next-button {
            margin-right: 10px
        }

        .right-sidebar .right-form .thanks {
            padding-bottom: 53px;
            flex-direction: column;
            min-height: 400px
        }

        .right-sidebar .right-form .close-button {
            display: flex;
            padding: 16px 32px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex: 1 0 0;
            align-self: stretch;
            border-radius: 54px;
            background: #2d2d32;
            width: 100%;
            color: #fff;
            text-align: center;
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            position: relative;
            top: initial;
            right: initial;
            margin-top: 20px
        }

        .right-sidebar .right-form .hidden_item {
            display: none;
            opacity: .5;
            text-decoration: line-through
        }

        .right-sidebar .right-form input.filled, .right-sidebar .right-form textarea.filled {
            color: #363636
        }

        .right-sidebar .right-form .validation-message {
            color: red;
            margin-bottom: 0;
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: normal
        }

        .hire-designers-template-hiring-blog .contact-form .form-group-privacy label, .right-sidebar .right-form .terms-text {
            color: #6a768b;
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px
        }

    .right-sidebar .sidebar-table-content {
        pointer-events: auto !important
    }

    .right-sidebar ::-webkit-scrollbar {
        cursor: pointer;
        width: 3px;
        background: #060708;
        height: 1px
    }

    .right-sidebar ::-webkit-scrollbar-thumb {
        background: #5ad876;
        border-radius: 4px;
        height: 1px;
        cursor: pointer
    }

    .right-sidebar ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background: #060708;
        cursor: pointer
    }

.content_info .big_title.big_h2_title {
    margin-top: 26px !important
}

.title_with_tyre h4 {
    color: #424242;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    padding-left: 44px
}

    .title_with_tyre .title_tyre:before, .title_with_tyre h4:before {
        content: "";
        width: 28px;
        height: 2px;
        display: block;
        background: #424242;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

.recent-articles h2 {
    color: #424242
}

.recent-articles .card-blog-outer-left, .recent-articles .card-blog-outer-right {
    box-sizing: border-box;
    display: flex
}

.recent-articles .card-blog-outer {
    align-self: baseline;
    margin-right: 15px;
    margin-bottom: 24px
}

.recent-articles .arrow-box-left, .recent-articles .arrow-box-right {
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 800ms
}

.recent-articles .arrow-box-left {
    margin-right: 24px
}

    .recent-articles .arrow-box-left figure {
        text-align: right
    }

    .recent-articles .arrow-box-left div {
        margin-right: 34px
    }

.recent-articles .arrow-box-right {
    margin-left: 24px
}

    .recent-articles .arrow-box-right figure {
        text-align: left
    }

    .recent-articles .arrow-box-right div {
        margin-left: 34px
    }

.recent-articles a.fullwidth-inline-link {
    z-index: 9999999999999
}

.recent-articles .card-blog .card_image {
    overflow: hidden;
    height: 224px;
    border-radius: 4px;
    margin-bottom: 16px
}

    .recent-articles .card-blog .card_image .card_text {
        color: #fff;
        position: absolute;
        left: 20px;
        bottom: 24px;
        font-family: "DM Sans","Open Sans",sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        display: flex;
        align-items: center;
        letter-spacing: .005em;
        z-index: 1;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-align: left;
        padding-top: 16px;
        max-width: 87%
    }

        .recent-articles .card-blog .card_image .card_text:before {
            content: "";
            height: 2px;
            width: 50px;
            background: #5ad876;
            position: absolute;
            top: 0;
            left: 0
        }

    .recent-articles .card-blog .card_image img, .recent-articles .card-blog .card_image:after {
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s
    }

.recent-articles .card-blog .card_image, .recent-articles a:hover + .card-blog .card_image {
    position: relative;
    display: flex;
    width: 100%
}

    .recent-articles a:hover + .card-blog .card_image img {
        border-radius: 4px;
        scale: 1.05;
        object-fit: contain;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: brightness(.5);
        filter: brightness(.5);
        width: 100%
    }

.recent-articles a:hover + .card-blog img {
    position: relative;
    height: auto
}

.recent-articles .card-blog {
    max-width: 360px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer
}

    .recent-articles .card-blog .article_info {
        margin-bottom: 8px
    }

    .recent-articles .card-blog .category span {
        text-align: left;
        margin-left: 8px;
        color: #18181d
    }

    .recent-articles .card-blog .date {
        color: gray;
        text-align: right
    }

    .recent-articles .card-blog:hover .card_image {
        position: relative
    }

    .recent-articles .card-blog:hover img {
        filter: brightness(.7);
        position: relative;
        border-radius: 4px;
        height: auto
    }

    .recent-articles .card-blog .title-blog {
        color: #18181d;
        font-size: 22px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0;
        text-align: left
    }

.recent-articles .card-blog-link {
    background: #5ad876;
    border-radius: 37px;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #18181d;
    height: 30px;
    width: 150px;
    justify-content: center;
    display: flex
}

.recent-articles .card-blog .card_image img {
    border-radius: 4px;
    height: auto
}

.recent-articles img {
    width: 100% !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important
}

.recent-articles .blog_top_link {
    font-family: "DM Sans","Open Sans",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #18181d;
    transition: all .2ms ease-in-out
}

    .recent-articles .blog_top_link:hover {
        color: #5f5f5f
    }

.recent-articles .top_blog_title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .005em;
    color: #18181d;
    margin-bottom: 80px
}

.recent-articles .articles-title {
    font-family: "DM Sans","Open Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 87px;
    color: #18181d;
    margin-bottom: 24px
}

.recent-articles .top-link {
    background: #fff;
    border: 1px solid #d3d3d3
}

    .recent-articles .top-link:hover svg path {
        fill: #b4f00a
    }

.recent-articles .card-blog .card_image {
    max-width: initial
}

.recent-articles .card-blog .category span, .recent-articles .card-blog .date {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0
}

.recent-articles .swiper_navigation_buttons {
    margin-top: 42px;
    gap: 80px
}

.recent-articles .swiper-button-next, .recent-articles .swiper-button-prev {
    position: relative;
    top: unset;
    width: 40px;
    height: 40px;
    margin-top: unset;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 33px 33px;
    -webkit-background-size: 33px 33px;
    background-size: 33px 33px;
    background-image: url(../img/next_middle.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    opacity: 1;
    filter: invert(53%) sepia(0) saturate(1%) hue-rotate(190deg) brightness(102%) contrast(83%)
}

.recent-articles .swiper-button-prev {
    background-image: url(../img/prev_middle.svg)
}

    .recent-articles .swiper-button-next:hover, .recent-articles .swiper-button-prev:hover {
        filter: brightness(0) saturate(100%) invert(12%) sepia(1%) saturate(3616%) hue-rotate(202deg) brightness(91%) contrast(96%)
    }

.recent-articles .swiper-pagination {
    position: relative;
    top: 4px;
    right: 10px;
    width: auto !important;
    left: auto !important;
    margin: 0
}

.recent-articles .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: default;
    left: 0;
    top: 0;
    opacity: 1;
    border-radius: 13px;
    background: rgba(136,136,136,.3);
    width: 50px;
    height: 4px
}

.recent-articles .swiper-pagination-bullet-active {
    background: #1f1f23;
    filter: brightness(0) saturate(100%) invert(7%) sepia(12%) saturate(622%) hue-rotate(201deg) brightness(93%) contrast(87%)
}

.content .content_sub_info .plans_desc {
    padding-top: 20px
}

    .content .content_sub_info .plans_desc .plans {
        margin: 0
    }

    .content .content_sub_info .plans_desc .card {
        border-radius: 10px;
        position: relative;
        background: #fff;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
        padding: 24px;
        overflow: hidden;
        box-sizing: border-box
    }

        .content .content_sub_info .plans_desc .card:nth-child(3) .sticker {
            right: 0
        }

    .content .content_sub_info .plans_desc .title {
        font-family: "DM Sans";
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        color: #333;
        margin-bottom: 5px !important
    }

    .content .content_sub_info .plans_desc .price {
        font-family: "DM Sans";
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
        letter-spacing: 0;
        text-align: left;
        color: #333;
        margin-bottom: 16px
    }

        .content .content_sub_info .plans_desc .price span {
            font-family: "DM Sans";
            font-size: 14px;
            font-weight: 700;
            line-height: 18px;
            letter-spacing: 0;
            text-align: left;
            color: #333;
            opacity: .5
        }

    .content .content_sub_info .plans_desc .description {
        font-family: "DM Sans";
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0;
        text-align: left;
        padding-bottom: 16px;
        border-bottom: 1px solid #d4d2e3;
        margin-bottom: 16px;
        opacity: .5
    }

    .content .content_sub_info .plans_desc .features {
        flex: 1 0 0;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px
    }

        .content .content_sub_info .plans_desc .features.features-bordered {
            padding-bottom: 16px;
            border-bottom: 1px solid #d4d2e3
        }

        .content .content_sub_info .plans_desc .feature-title, .content .content_sub_info .plans_desc .features, .content .content_sub_info .plans_desc .features p {
            color: #333;
            font-feature-settings: "clig" off,"liga" off;
            font-family: "DM Sans";
            font-style: normal;
            font-weight: 400
        }

    .content .content_sub_info .plans_desc .feature-title {
        align-self: stretch;
        font-size: 13px;
        line-height: 18px;
        opacity: .5;
        margin-bottom: 8px !important
    }

    .content .content_sub_info .plans_desc .features p {
        position: relative;
        padding-left: 22px;
        flex: 1 0 0;
        font-size: 14px;
        line-height: 20px
    }

        .content .content_sub_info .plans_desc .features p::before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            transform: translateY(-50%);
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #c5c9d3
        }

        .content .content_sub_info .plans_desc .features p::after {
            content: "";
            position: absolute;
            left: 2px;
            top: 10px;
            transform: translateY(-50%);
            width: 10px;
            height: 7px;
            fill: none;
            stroke: #fff;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            background-image: url("data:image/svg+xml,%3Csvgwidth='10'height='7'viewBox='00107'fill='none'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M1.832034.05247L3.642245.86268L8.167761.33716'stroke='white'stroke-width='2'stroke-linecap='round'stroke-linejoin='round'/%3E%3C/svg%3E%0A")
        }

    .content .content_sub_info .plans_desc button {
        width: 100%;
        height: 48px;
        display: flex;
        padding: 20px 29px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 40px;
        background: #565656;
        color: #fff;
        text-align: center;
        font-feature-settings: "clig" off,"liga" off;
        font-family: "DM Sans";
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        margin-top: 24px;
        cursor: pointer;
        border: unset;
        transition: .1s;
        -webkit-transition: .1s;
        -moz-transition: .1s;
        -ms-transition: .1s;
        -o-transition: .1s
    }

        .content .content_sub_info .plans_desc button:hover {
            color: #fff;
            background: #333
        }

    .content .content_sub_info .plans_desc .sticker {
        position: absolute;
        top: 12px;
        right: 4px
    }

        .content .content_sub_info .plans_desc .sticker.sticker-corner {
            display: flex;
            justify-content: flex-end;
            position: absolute;
            right: -51.5px;
            top: 16.4px;
            background: rgba(67,133,244,.1);
            transform: rotate(45deg);
            color: #4385f4;
            font-family: "DM Sans",sans-serif;
            font-size: 9px;
            line-height: 150%;
            letter-spacing: .18px;
            padding: 9px 50px 6px;
            margin: 0 !important
        }

    .content .content_sub_info .plans_desc .swiper_navigation_buttons {
        margin-top: 24px;
        gap: 24px
    }

    .content .content_sub_info .plans_desc .swiper-button-next, .content .content_sub_info .plans_desc .swiper-button-prev {
        position: relative;
        top: unset;
        width: 32px;
        height: 32px;
        margin-top: unset;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 33px 33px;
        -webkit-background-size: 33px 33px;
        background-size: 33px 33px;
        background-image: url(../img/next_middle.svg);
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        opacity: 1;
        filter: invert(53%) sepia(0) saturate(1%) hue-rotate(190deg) brightness(102%) contrast(83%)
    }

    .content .content_sub_info .plans_desc .swiper-button-prev {
        background-image: url(../img/prev_middle.svg)
    }

        .content .content_sub_info .plans_desc .swiper-button-next:hover, .content .content_sub_info .plans_desc .swiper-button-prev:hover {
            filter: brightness(0) saturate(100%) invert(12%) sepia(1%) saturate(3616%) hue-rotate(202deg) brightness(91%) contrast(96%)
        }

    .content .content_sub_info .plans_desc .swiper-pagination {
        position: relative;
        top: -7px;
        right: 0;
        width: auto !important;
        left: auto !important;
        margin: 0
    }

    .content .content_sub_info .plans_desc .swiper-pagination-bullet {
        display: inline-block;
        margin: 0 4px;
        padding: 0;
        cursor: default;
        left: 0;
        top: 0;
        opacity: 1;
        border-radius: 13px;
        background: rgba(136,136,136,.3);
        width: 50px;
        height: 4px
    }

    .content .content_sub_info .plans_desc .swiper-pagination-bullet-active {
        background: #1f1f23;
        filter: brightness(0) saturate(100%) invert(7%) sepia(12%) saturate(622%) hue-rotate(201deg) brightness(93%) contrast(87%)
    }

    .content .content_sub_info .plans_desc .plans-slider-cont {
        width: 100%
    }

    .content .content_sub_info .plans_desc p:not(:last-child) {
        margin-bottom: 12px
    }

.popup-plans {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    justify-content: center;
    align-items: center
}

    .popup-plans .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 32px 37px 37px;
        background: #fff;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.05),0 4px 8px 0 rgba(0,0,0,.1);
        border-radius: 12px
    }

        .popup-plans .popup-content .nice-select {
            width: 100%;
            padding: 14px 17px 0 20px;
            border: unset;
            outline: 1px solid #e1e5ed;
            background: #fff;
            color: #6b7280;
            box-sizing: border-box;
            height: 46px;
            font-feature-settings: "clig" off,"liga" off;
            border-radius: 4px
        }

            .popup-plans .popup-content .nice-select, .popup-plans .popup-content .nice-select *, .popup-plans .popup-content .nice-select .list li {
                font-family: "DM Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: normal
            }

                .popup-plans .popup-content .nice-select .list li, .popup-plans .popup-content .nice-select .list li:before {
                    content: none
                }

                .popup-plans .popup-content .nice-select:hover {
                    outline: 1px solid #434349
                }

                .popup-plans .popup-content .nice-select.open .list {
                    margin-top: 8px;
                    width: 100%
                }

                .popup-plans .popup-content .nice-select:after {
                    border-bottom: 3px solid #6a768b;
                    border-right: 3px solid #6a768b;
                    right: 20px;
                    margin-top: -5px
                }

                .popup-plans .popup-content .nice-select .option {
                    cursor: pointer;
                    font-weight: 400;
                    line-height: 40px;
                    list-style: none;
                    min-height: 18px;
                    outline: 0;
                    text-align: left;
                    -webkit-transition: all .2s;
                    transition: all .2s;
                    padding: 12px 29px 12px 18px;
                    margin: 0 !important
                }

        .popup-plans .popup-content .top_info {
            padding: 0 5px
        }

        .popup-plans .popup-content .form-control.form-control-plans {
            color: #6b7280
        }

        .popup-plans .popup-content .close-popup-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            cursor: pointer;
            width: 24px;
            height: 24px;
            z-index: 1000000000000000000000
        }

    .popup-plans .bottom-form {
        padding: 0
    }

    .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode {
        background: #fff
    }

    .popup-plans .bottom-form.bottom-form-default.bottom-form-with-map .form-column-2 {
        flex: 0 0 100%;
        padding: 0
    }

    .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode .form-column-2 .form_box {
        background: #fff !important;
        box-shadow: unset
    }

    .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode .form-column-2 .bottom_contact_form .form-group .btn-angles {
        background: #2d2d32;
        color: #fff;
        min-width: 176px
    }

        .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode .form-column-2 .bottom_contact_form .form-group .btn-angles:hover {
            color: #000;
            background: #fff
        }

    .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode .form-column-2 .bottom_contact_form .form-group .form-control {
        color: #6b7280;
        background: #fff;
        border: unset;
        outline: 1px solid #e1e5ed;
        border-radius: 4px;
        height: 46px;
        box-sizing: border-box
    }

        .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode .form-column-2 .bottom_contact_form .form-group .form-control:hover {
            outline: 1px solid #434349 !important
        }

        .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode .form-column-2 .bottom_contact_form .form-group .form-control::placeholder {
            color: #6b7280;
            background: #fff
        }

        .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode .form-column-2 .bottom_contact_form .form-group .form-control:focus-visible {
            color: #333
        }

    .popup-plans .bottom-form .form-column-2 .form_box {
        padding: 0 5px;
        box-shadow: unset
    }

    .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode .form-column-1 .bottom_account_info .info_account .info_account_name, .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode .privacy_group .orange-file-cta {
        color: #1f1f23 !important;
        font-size: 16px !important
    }

        .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode .privacy_group .orange-file-cta .file-label {
            font-size: 16px !important
        }

    .popup-plans .bottom-form .form-column-2 .bottom_contact_form .form-group:not(:last-child), .redesign-content-web-dev-services.light-theme .section_image_with_description .content p:not(:last-child) {
        margin-bottom: 24px !important
    }

    .popup-plans .bottom-form.bottom-form-default.bottom-form-with-map .half-col {
        margin-bottom: 0
    }

.popup-opened {
    overflow: hidden
}

.logo-container {
    min-height: 147px;
    display: flex;
    justify-content: center
}

.logos {
    display: flex;
    padding: var(--Spacing---2xl,24px) 42px;
    align-items: center;
    gap: 36px;
    border-radius: 24px;
    background: var(--02-dark-color-white,#FFF);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.05),0 4px 8px 0 rgba(0,0,0,.1);
    bottom: -111.949px;
    position: absolute;
    box-sizing: border-box
}

    .logos p.left {
        color: #37373c;
        font-family: "DM Sans","Open Sans",sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: .2px
    }

    .logos .right {
        display: flex;
        gap: 64px
    }

        .logos .right .logo-wrapper {
            width: auto;
            max-width: 127px
        }

            .logos .right .logo-wrapper img {
                width: 100%;
                image-rendering: -webkit-optimize-contrast;
                max-height: 115px
            }

.cta_white {
    padding: 20px 0 40px
}

    .cta_white .cta-content, .logos .right {
        align-items: center
    }

    .cta_white .cta-text {
        margin-right: 76px;
        font-size: 24px;
        font-weight: 400;
        line-height: 50px;
        letter-spacing: 0
    }

    .cta_white .cta-button-white {
        height: 54px;
        display: flex;
        min-width: 159px;
        letter-spacing: .3959999979px;
        padding: 16px 40px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        background: #2d2d32;
        color: #fff;
        text-align: center;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-radius: 54px;
        border: 2px solid #2d2d32;
        box-sizing: border-box
    }

        .cta_white .cta-button-white:hover, .hire-designers-template-hiring-blog .contact-form button:hover {
            opacity: .9
        }

.hire-designers-template-hiring-blog .contact-form {
    display: flex;
    padding: 36px var(--24,24px);
    flex-direction: column;
    align-items: flex-start;
    max-width: 480px;
    border-radius: var(--24,24px);
    background: #fff;
    box-sizing: border-box
}

    .hire-designers-template-hiring-blog .contact-form .title {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 31px;
        letter-spacing: .02em;
        text-align: left;
        color: #1f1f23
    }

    .hire-designers-template-hiring-blog .contact-form .form-group {
        width: 100%;
        display: flex
    }

        .hire-designers-template-hiring-blog .contact-form .form-group:not(:last-of-type) {
            margin-bottom: 24px
        }

.contact-form textarea, textarea {
    height: 86px
}

.hire-designers-template-hiring-blog .contact-form input[type=email], .hire-designers-template-hiring-blog .contact-form input[type=text], .hire-designers-template-hiring-blog .contact-form textarea {
    padding: 14px 20px
}

.hire-designers-template-hiring-blog .contact-form input[type=email], .hire-designers-template-hiring-blog .contact-form input[type=text], .hire-designers-template-hiring-blog .contact-form select, .hire-designers-template-hiring-blog .contact-form textarea {
    width: 100%;
    font-family: "DM Sans","Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #6b7280;
    border-radius: 4px;
    border: 1px solid #e1e5ed;
    height: 46px;
    background: #fff;
    box-sizing: border-box
}

    .hire-designers-template-hiring-blog .contact-form input[type=email]:hover, .hire-designers-template-hiring-blog .contact-form input[type=text]:hover, .hire-designers-template-hiring-blog .contact-form select:hover, .hire-designers-template-hiring-blog .contact-form textarea:hover {
        border: 1px solid #1f1f23;
        outline: 0 !important
    }

    .hire-designers-template-hiring-blog .contact-form input[type=email]:focus-visible, .hire-designers-template-hiring-blog .contact-form input[type=text]:focus-visible, .hire-designers-template-hiring-blog .contact-form select:focus-visible, .hire-designers-template-hiring-blog .contact-form textarea:focus-visible {
        color: #1f1f23;
        border: 1px solid #1f1f23;
        outline: 0 !important
    }

    .hire-designers-template-hiring-blog .contact-form input[type=email]::placeholder, .hire-designers-template-hiring-blog .contact-form input[type=text]::placeholder, .hire-designers-template-hiring-blog .contact-form select::placeholder, .hire-designers-template-hiring-blog .contact-form textarea::placeholder {
        color: #999
    }

.hire-designers-template-hiring-blog .contact-form select {
    appearance: none;
    padding: 12px 20px
}

    .hire-designers-template-hiring-blog .contact-form select option {
        padding: 12px 20px
    }

.hire-designers-template-hiring-blog .contact-form button {
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    border-radius: 54px;
    background: #2d2d32;
    color: var(--white-100,#FFF);
    text-align: center;
    font-family: "DM Sans","Open Sans",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 2px solid #2d2d32
}

.hire-designers-template-hiring-blog .contact-form .form-group-privacy {
    margin-bottom: 30px
}

    .hire-designers-template-hiring-blog .contact-form .form-group-privacy label a {
        text-decoration: underline;
        color: #6a768b
    }

.hire-designers-template-hiring-blog .contact-form .select-container {
    width: 100%
}

    .hire-designers-template-hiring-blog .contact-form .select-container .select-arrow {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 25px;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        cursor: pointer;
        border: 1px solid #e1e5ed
    }

    .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown {
        position: relative;
        width: 100%;
        display: inline-grid
    }

        .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown .selected-options {
            border: 1px solid #e1e5ed;
            border-radius: 4px;
            padding: 12.5px 50px 12px 20px;
            background: #fff;
            cursor: pointer;
            color: #999;
            height: 46px;
            font-size: 14px;
            box-sizing: border-box;
            position: relative;
            z-index: 1;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: normal;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 100%
        }

            .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown .selected-options::after {
                content: "";
                position: absolute;
                border: 0;
                background-image: url("data:image/svg+xml,%3Csvgwidth='20'height='20'viewBox='002020'fill='none'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M156L1011L56L37L1014L177L156Z'fill='%236B7280'/%3E%3C/svg%3E%0A");
                top: 50%;
                transform: translateY(-50%);
                width: 20px;
                height: 20px;
                right: 20px;
                background-position: center;
                background-repeat: no-repeat;
                pointer-events: none;
                margin-top: 0
            }

            .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown .selected-options:hover {
                border: 1px solid #1f1f23
            }

        .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown .options-dropdown {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: #fff;
            padding: 16px 0 8px;
            border-radius: 0 0 4px 4px;
            border: 1px solid #e1e5ed;
            background: #fff;
            z-index: 0;
            margin-top: -7px;
            box-shadow: 0 0 1px 0 rgba(0,0,0,.05),0 4px 8px 0 rgba(0,0,0,.1);
            max-width: -webkit-fill-available
        }

            .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown .options-dropdown .option-group {
                display: flex;
                padding: 8px 20px;
                align-items: center;
                transition: .2s ease;
                cursor: pointer
            }

                .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown .options-dropdown .option-group:hover {
                    background: #f2f4f4
                }

            .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown .options-dropdown label {
                display: block;
                cursor: pointer;
                color: #1f1f23;
                font-family: "DM Sans","Open Sans",sans-serif;
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
                margin-left: 10px
            }

            .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown .options-dropdown input.option-checkbox {
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                width: 18px;
                height: 18px;
                border: 1px solid #aeaebc;
                border-radius: 3.5px;
                outline: 0;
                min-width: 18px;
                min-height: 18px;
                position: relative;
                cursor: pointer;
                transition: none
            }

                .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown .options-dropdown input.option-checkbox:checked {
                    background-image: url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'width='18'height='18'viewBox='001818'fill='none'%3E%3Crectx='0.5'y='0.5'width='17'height='17'rx='3.5'fill='white'stroke='%231F1F23'/%3E%3Cpathd='M58.76923L7.812L136'stroke='%231F1F23'stroke-width='1.5'stroke-linecap='round'/%3E%3C/svg%3E");
                    background-repeat: no-repeat;
                    background-position: center;
                    border: 1px solid transparent
                }

        .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown input.option-checkbox:checked + label {
            font-weight: 500
        }

        .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown.active .options-dropdown {
            display: block
        }

        .hire-designers-template-hiring-blog .contact-form .select-container .custom-dropdown.active .selected-options::after {
            transform: translateY(-50%) rotate(180deg);
            margin-top: 0;
            right: 20px
        }

.hire-designers-template-hiring-blog .contact-form .nice-select {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #e1e5ed;
    height: 46px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #999;
    cursor: pointer
}

    .hire-designers-template-hiring-blog .contact-form .nice-select::after {
        border: 0;
        background-image: url("data:image/svg+xml,%3Csvgwidth='20'height='20'viewBox='002020'fill='none'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M156L1011L56L37L1014L177L156Z'fill='%236B7280'/%3E%3C/svg%3E%0A");
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        right: 20px;
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none;
        margin-top: 0
    }

    .hire-designers-template-hiring-blog .contact-form .nice-select.open::after {
        transform: translateY(-50%) rotate(180deg);
        margin-top: -7px;
        right: 25px
    }

    .hire-designers-template-hiring-blog .contact-form .nice-select .current {
        color: #999
    }

    .hire-designers-template-hiring-blog .contact-form .nice-select .option:not([disabled]):checked {
        color: #1f1f23
    }

    .hire-designers-template-hiring-blog .contact-form .nice-select .option.disabled {
        display: none
    }

    .hire-designers-template-hiring-blog .contact-form .nice-select:hover {
        border: 1px solid #1f1f23
    }

    .hire-designers-template-hiring-blog .contact-form .nice-select:focus-visible {
        color: #1f1f23
    }

    .hire-designers-template-hiring-blog .contact-form .nice-select::placeholder {
        color: #999
    }

    .hire-designers-template-hiring-blog .contact-form .nice-select.open .list {
        width: 100%
    }

    .hire-designers-template-hiring-blog .contact-form .nice-select .option {
        color: #6b7280
    }

        .hire-designers-template-hiring-blog .contact-form .nice-select .option.focus, .hire-designers-template-hiring-blog .contact-form .nice-select .option.selected, .redesign-content-web-dev-services.light-theme .reasonsIndustriesPage .content-head h2 {
            color: #1f1f23
        }

.hire-designers-template-hiring-blog .contact-form .form-control:hover {
    outline: 0
}

.hero.hero-digital {
    position: relative;
    display: block
}

.main, main {
    background: #f5f7f8
}

.hero .hero-body p {
    font-size: 15px;
    font-family: "DM Sans","Open Sans",sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1%;
    max-width: 458px;
    color: #37373c
}

.hero .hero-body .hero-title {
    color: #1f1f23;
    font-family: "DM Sans";
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .22px;
    max-width: 471px
}

.site-header {
    position: relative
}

main {
    padding-top: 0
}

section.highlight_section {
    padding: 22px 0;
    background: #f5f7f8 !important
}

    section.highlight_section:last-child {
        padding-bottom: 0
    }

.article {
    padding-top: 16px
}

.content h2, .content_title {
    margin-bottom: 24px;
    color: #1f1f23;
    font-family: "DM Sans";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: .17px
}

.content h3, .content h3 *, .content h3 div {
    font-size: 24px !important;
    line-height: 36px !important
}

.hero.hero-breadservices-default .hero_center_content {
    max-width: 100%;
    display: flex;
    gap: 36px
}

    .hero.hero-breadservices-default .hero_center_content .hero_content--right {
        max-width: 40%
    }

.hire-designers-template-hiring-ux-designers .contact-form .form-group-privacy label a {
    display: inline-flex
}

.content .title_h3, .content .title_h3 *, .content .title_h4, .content .title_h4 * {
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 42px !important
}

.title_with_tyre .title_tyre {
    color: #424242;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    padding-left: 44px
}

.hiren-cards .hiren-card {
    margin: 0 !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1),0 0 1px 0 rgba(0,0,0,.05) !important
}

    .hiren-cards .hiren-card p:first-child {
        font-size: 20px
    }

    .hiren-cards .hiren-card p {
        font-size: 18px
    }

        .hiren-cards .hiren-card p:not(:last-child) {
            margin-bottom: 16px !important
        }

    .hiren-cards .hiren-card caption {
        max-width: 700px
    }

.hiren-cards.hiren-cards-anime .hiren-card img, .three_cards_items .section_three_cards_items .section_three_cards_item .content-image svg {
    will-change: transform,filter;
    transform-style: preserve-3d;
    transition: transform .5s,filter 0
}

.hiren-cards.hiren-cards-anime .hiren-card:hover img, .three_cards_items .section_three_cards_items .section_three_cards_item:hover .content-image svg {
    transform: scale(1.05);
    filter: brightness(0) saturate(100%) invert(49%) sepia(66%) saturate(3188%) hue-rotate(210deg) brightness(102%) contrast(104%)
}

.section_consultation {
    overflow: hidden
}

    .section_consultation .product_success_list_item_content {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start
    }

        .section_consultation .product_success_list_item_content:not(:last-child) {
            padding-bottom: 64px
        }

    .section_consultation .text p, .section_consultation .title_h3 {
        color: #424242;
        font-family: "DM Sans";
        font-style: normal;
        font-weight: 400
    }

    .section_consultation .title_h3 {
        font-size: 20px !important;
        line-height: 36px !important;
        margin-bottom: 16px
    }

    .section_consultation .text p {
        font-size: 20px;
        line-height: 36px
    }

        .section_consultation .text p a {
            font-weight: 700
        }

    .section_consultation .connect-vertical, .section_consultation .connect-vertical span {
        border-radius: 50%
    }

    .section_consultation .connect-vertical {
        position: absolute;
        top: 8.5px;
        left: 5px;
        width: 14px;
        height: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        align-self: start;
        background-color: #f5f7f8
    }

        .section_consultation .connect-vertical span {
            display: block;
            width: 12px;
            height: 12px;
            border: 2px solid #dce6eb;
            margin: auto
        }

            .section_consultation .connect-vertical span .connect-bg {
                opacity: 0;
                height: 0;
                width: 0;
                max-height: -webkit-fill-available
            }

    .section_consultation .product_success_list_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        position: relative;
        padding-left: 0;
        align-items: center
    }

        .section_consultation .product_success_list_item:not(:last-child) {
            margin-bottom: 64px
        }

    .section_consultation .product_success_list_item_content {
        width: 100%;
        padding-left: 46px;
        display: flex;
        position: relative;
        max-width: 100%
    }

    .section_consultation .product_success_list_item:last-of-type .colored-line, .section_consultation .product_success_list_item:last-of-type .line {
        background: #f5f7f8 !important
    }

    .section_consultation .connect-vertical.is_shown {
        background: #5d81ff;
        border: 1px solid #5d81ff
    }

    .section_consultation .product_success_list_item_content_text {
        max-width: 100%
    }

    .section_consultation .line {
        position: absolute;
        content: "";
        width: 2px;
        background-color: #dce6eb;
        height: calc(100% + 137.5px + var(--line-height));
        top: 16px;
        left: 10.5px
    }

    .section_consultation .colored-line {
        position: absolute;
        content: "";
        width: 2px;
        background: #5d81ff;
        height: 0;
        top: 16px;
        left: 10.5px
    }

    .section_consultation .connect-vertical-hidden.connect-vertical {
        background: 0;
        opacity: 0
    }

        .section_consultation .connect-vertical-hidden.connect-vertical .connect-bg {
            opacity: 1;
            height: 14px;
            width: 14px;
            background: #5d81ff;
            max-width: max-content;
            min-width: 14px;
            border-radius: 50%
        }

        .section_consultation .connect-vertical-hidden.connect-vertical .connect-wrap {
            width: 14px;
            height: 14px;
            border: 5px solid rgba(93,129,255,.2);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%
        }

    .section_consultation .connect-vertical:not(.animate) span {
        max-height: -webkit-fill-available
    }

.cta-section {
    background: #eef0f1;
    padding: 86.5px 0
}

    .cta-section .cta-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        max-width: 650px;
        margin: 0 auto
    }

        .cta-section .cta-container .cta-title {
            align-self: stretch;
            color: #232426;
            text-align: center;
            font-family: "DM Sans";
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 30px
        }

        .cta-section .cta-container .cta-button {
            border-radius: 54px;
            background: #2d2d32;
            display: flex;
            height: 53px;
            padding: 16px 29px;
            justify-content: center;
            align-items: center;
            gap: 12px;
            font-family: "DM Sans","Open Sans",sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 21px;
            letter-spacing: 0;
            text-align: center;
            box-sizing: border-box;
            transition: none;
            border: 2px solid #2d2d32;
            width: 195px;
            color: #e1e5ed;
            min-width: -webkit-max-content
        }

            .cta-section .cta-container .cta-button:hover {
                opacity: .9
            }

.text_image_items .section_text_image_items {
    padding: 8px 0
}

    .text_image_items .section_text_image_items .section_text_image_item {
        padding: 0 0 8px;
        gap: 42px
    }

        .text_image_items .section_text_image_items .section_text_image_item .content {
            margin: 0;
            padding: 0
        }

        .text_image_items .section_text_image_items .section_text_image_item .content-image {
            flex: none;
            max-width: 308px;
            margin: 0
        }

.three_cards_items .section_three_cards_items {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px 0
}

    .three_cards_items .section_three_cards_items .section_three_cards_item {
        gap: 16px;
        max-width: calc(33.33% - 8px);
        background: #fff;
        border-radius: 4px;
        padding: 24px;
        box-sizing: border-box;
        margin-bottom: 0 !important
    }

        .three_cards_items .section_three_cards_items .section_three_cards_item .content {
            margin: 0;
            padding: 0
        }

        .three_cards_items .section_three_cards_items .section_three_cards_item .content-image {
            flex: none;
            max-width: 32px;
            margin: 0
        }

.light-theme .content a {
    color: #6875f5
}

.middle-cta-section .big_cta {
    max-width: 840px
}

.animated_hero_image_wrapper {
    position: absolute;
    right: 0;
    bottom: 0
}

    .animated_hero_image_wrapper .animated_hero_image {
        position: relative;
        width: 590px;
        height: 510px
    }

        .animated_hero_image_wrapper .animated_hero_image .img {
            position: absolute;
            opacity: 0
        }

        .animated_hero_image_wrapper .animated_hero_image .img1 {
            top: 58px;
            left: 37px
        }

            .animated_hero_image_wrapper .animated_hero_image .img1 img {
                height: 301px !important
            }

        .animated_hero_image_wrapper .animated_hero_image .img2 {
            bottom: 136px;
            right: 44px;
            z-index: 2
        }

            .animated_hero_image_wrapper .animated_hero_image .img2 img {
                height: 113px !important
            }

        .animated_hero_image_wrapper .animated_hero_image .img3 {
            bottom: 48px;
            left: calc(50% + 3.5px);
            transform: translateX(-50%)
        }

            .animated_hero_image_wrapper .animated_hero_image .img3 img {
                height: 150px !important
            }

.redesign-content-web-dev-services.light-theme .feedback-columns {
    display: flex;
    gap: 60px
}

.redesign-content-web-dev-services.light-theme .column {
    width: 50%
}

.redesign-content-web-dev-services.light-theme .first-column .testemotianls-box, .redesign-content-web-dev-services.light-theme .second-column .testemotianls-box {
    margin-bottom: 70px
}

.redesign-content-web-dev-services.light-theme .testemotianls-box .comment {
    display: flex;
    flex-direction: column;
    padding: 32px;
    flex-wrap: wrap;
    align-items: start
}

.redesign-content-web-dev-services.light-theme .testemotianls-box .comment-blockquote p {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 28px !important;
    letter-spacing: .02em !important;
    text-align: left;
    color: #37373c
}

.redesign-content-web-dev-services.light-theme .testemotianls-box .comment-blockquote:before {
    content: none
}

.redesign-content-web-dev-services.light-theme .testemotianls-box .comment-blockquote {
    position: relative;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .02em;
    text-align: left;
    padding-left: 0;
    display: initial;
    color: #37373c
}

.redesign-content-web-dev-services.light-theme .author-svg {
    max-width: 72px
}

.redesign-content-web-dev-services.light-theme .testemotianls-box .author {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.44px;
    letter-spacing: .02em;
    text-align: left;
    color: #18181d
}

.redesign-content-web-dev-services.light-theme .testemotianls-box .author-comment {
    margin-bottom: 32px;
    max-width: 100%;
    flex: 0 0 100%
}

.redesign-content-web-dev-services.light-theme .testemotianls-box .author-box {
    padding: 0
}

.redesign-content-web-dev-services.light-theme .testemotianls-box .author-information {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .01em;
    text-align: left;
    color: #888
}

.redesign-content-web-dev-services.light-theme .reasonsIndustriesPage {
    background: #f5f7f8
}

.redesign-content-web-dev-services.light-theme .reasonsIndustriesPage__wrapper.desktop-only {
    display: flex;
    gap: 0 45px;
    justify-content: start
}

.redesign-content-web-dev-services.light-theme .reasonsIndustriesPage__column {
    width: calc(33.33% - 57.3px);
    display: flex;
    flex-direction: column
}

.redesign-content-web-dev-services.light-theme .reasonsIndustriesPage__single {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1019607843);
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-sizing: border-box;
    min-height: 260px
}

    .redesign-content-web-dev-services.light-theme .reasonsIndustriesPage__single:not(:last-child), .redesign-content-web-dev-services.light-theme .services-item:not(:last-child) {
        margin-bottom: 58px
    }

.redesign-content-web-dev-services.light-theme .reasonsIndustriesPage__column_2 {
    margin-top: 64px
}

.redesign-content-web-dev-services.light-theme .reasonsIndustriesPage__column_3 {
    margin-top: 128px
}

.redesign-content-web-dev-services.light-theme .reasonsIndustriesPage__text, .redesign-content-web-dev-services.light-theme .reasonsIndustriesPage__text p, .redesign-content-web-dev-services.light-theme .services-item__description p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .01em;
    text-align: left;
    color: #37373c
}

.redesign-content-web-dev-services.light-theme .reasonsIndustriesPage__icon {
    margin-bottom: 24px;
    min-height: 60px;
    max-width: 60px
}

.redesign-content-web-dev-services.light-theme .mobile-only {
    display: none !important
}

.redesign-content-web-dev-services.light-theme .services-grid {
    display: flex;
    gap: 0 45px
}

.redesign-content-web-dev-services.light-theme .services_column {
    width: calc(33.33% - 57.3px);
    display: flex;
    flex-direction: column
}

.redesign-content-web-dev-services.light-theme .services_column_2 {
    margin-top: 64px
}

.redesign-content-web-dev-services.light-theme .services_column_3 {
    margin-top: 128px
}

.redesign-content-web-dev-services.light-theme .services-item {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1019607843);
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    min-height: 316px;
    box-sizing: border-box
}

.redesign-content-web-dev-services.light-theme .services-item__button {
    margin-top: auto;
    display: flex;
    justify-content: end
}

    .redesign-content-web-dev-services.light-theme .services-item__button a {
        color: #1f1f23;
        font-size: 14px;
        font-weight: 700;
        line-height: 18.23px;
        text-align: left;
        gap: 8px;
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 0;
        max-width: max-content
    }

        .redesign-content-web-dev-services.light-theme .services-item__button a:hover {
            opacity: .9;
            text-decoration: underline;
            text-underline-offset: 3px
        }

.redesign-content-web-dev-services.light-theme .services-item__counter {
    font-size: 44px;
    font-weight: 500;
    line-height: 57.29px;
    letter-spacing: .005em;
    text-align: left;
    margin-bottom: 24px
}

.redesign-content-web-dev-services.light-theme .services_section_1_redesign {
    padding: 64px 0 100px;
    background-color: #f5f7f8
}

.redesign-content-web-dev-services.light-theme .services_section_top_redesign {
    padding: 190px 64px 64px
}

.redesign-content-web-dev-services.light-theme .services_section_top--wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

    .redesign-content-web-dev-services.light-theme .services_section_top--wrapper .content-head {
        max-width: 47%
    }

    .redesign-content-web-dev-services.light-theme .description, .redesign-content-web-dev-services.light-theme .services_section_top--wrapper .description {
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: .01em;
        text-align: left;
        max-width: 50%
    }

.redesign-content-web-dev-services.light-theme .description {
    max-width: 736px
}

.redesign-content-web-dev-services.light-theme .section_image_with_description .content * {
    line-height: 24px !important
}

.redesign-content-web-dev-services.light-theme .section_image_with_description .content h2 {
    font-family: "DM Sans","Open Sans",sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 44.2px !important;
    letter-spacing: .005em;
    text-align: left
}

.redesign-content-web-dev-services.light-theme .section_image_with_description .content li, .redesign-content-web-dev-services.light-theme .section_image_with_description .content p {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 28px !important;
    letter-spacing: .01em !important;
    text-align: left;
    color: #37373c !important
}

.redesign-content-web-dev-services.light-theme .section_image_with_description .content ul li {
    position: relative;
    padding-left: 24px
}

    .redesign-content-web-dev-services.light-theme .section_image_with_description .content ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background: 0;
        background-image: url("data:image/svg+xml,%3Csvgwidth='16'height='16'viewBox='001616'fill='none'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M6.0007510.7801L3.687428.46672C3.562768.342073.39378.272043.217418.27204C3.041138.272042.872078.342072.747418.46672C2.622768.591372.552738.760432.552738.93672C2.552739.0242.569939.110442.603339.19108C2.636739.271722.685699.3452.747419.40672L5.5340812.1934C5.7940812.45346.2140812.45346.4740812.1934L13.52745.14005C13.65215.015413.72214.8463413.72214.67005C13.72214.4937713.65214.324713.52744.20005C13.40284.075413.23374.0053713.05744.00537C12.88114.0053712.71214.075412.58744.20005L6.0007510.7801Z'fill='%232EC24F'stroke='%232EC24F'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat
    }

.redesign-content-web-dev-services.light-theme .section_image_with_description .section_image_with_description .container {
    position: relative;
    max-width: 1142px;
    margin: 0 auto
}

.redesign-content-web-dev-services.light-theme .section_image_with_description .image_with_description--wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative
}

.redesign-content-web-dev-services.light-theme .section_image_with_description .image-desktop-only {
    position: absolute;
    left: -150px;
    top: 164px;
    width: 832px;
    height: auto
}

.redesign-content-web-dev-services.light-theme .section_image_with_description .content {
    position: relative;
    margin-left: 50%;
    max-width: 600px;
    z-index: 1
}

.redesign-content-web-dev-services.light-theme .section_image_with_description .content-head {
    margin-bottom: 32px
}

.redesign-content-web-dev-services.light-theme .section_image_with_description .text {
    margin-top: 16px
}

.redesign-content-web-dev-services.light-theme p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .01em;
    text-align: left
}

.hero_button_link {
    display: flex;
    min-height: 53px;
    box-sizing: border-box
}

    .hero_button_link .button.hero_button {
        background: #2d2d32;
        width: max-content;
        min-width: 197px;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        height: 53px;
        justify-content: center;
        align-items: center;
        color: #e1e5ed;
        display: flex;
        position: relative;
        border-radius: 54px;
        mask-image: unset;
        -webkit-mask-image: unset;
        box-sizing: border-box;
        padding: 16px 32px;
        display: initial
    }

        .hero_button_link .button.hero_button .arrow {
            cursor: pointer;
            display: inline-block;
            height: 12px;
            margin-left: 10px;
            position: relative;
            transition: width .2s ease;
            vertical-align: middle;
            width: 22px
        }

            .hero_button_link .button.hero_button .arrow::before {
                border-bottom: 2px solid #e1e5ed;
                content: "";
                left: 0;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 100%
            }

            .hero_button_link .button.hero_button .arrow::after {
                border-right: 2px solid #e1e5ed;
                border-top: 2px solid #e1e5ed;
                content: "";
                display: block;
                height: 10px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%) rotate(45deg);
                width: 10px
            }

        .hero_button_link .button.hero_button:hover .arrow {
            width: 33px
        }

@media only screen and (min-width:40em) {
    ul.list_text_number {
        list-style: none;
        list-style-type: decimal
    }

        ul.list_text_number > li:before {
            display: none;
            visibility: hidden
        }
}

@media(min-width:768px) {
    .content .content_sub_info .plans_desc .card {
        display: flex;
        flex-direction: column
    }
}

@media screen and (min-width:768px) {
    .hero .navbar.navigation.closed {
        min-height: auto;
        opacity: 1;
        max-height: initial
    }

        .hero .navbar.navigation.closed .nav-menus-wrapper, .hero .navbar.navigation.closed a.navbar-item {
            display: flex;
            z-index: 1
        }
}

@media(min-width:769px) {
    .content .content_sub_info .plans_desc .swiper-container {
        overflow: initial !important
    }

    .content .content_sub_info .plans_desc .plans {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px
    }

    .content .content_sub_info .plans_desc .card {
        width: calc(33.33% - 6.66px)
    }

    .content .content_sub_info .plans_desc .swiper-pagination, .content .content_sub_info .plans_desc .swiper_navigation_buttons {
        display: none
    }
}

@media(min-width:992px) {
    .content .designers .designer {
        flex: 0 0 calc(50% - 8px)
    }

    .article-header .left-content {
        max-width: 54.65%
    }

    .hero.hero-breadservices-default .hero_center_content .hero_content--left {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media(min-width:1200px) {
    .article-sidebar {
        min-width: 282px
    }

    .content .cta_lime.cta_lime_full_cont.cta_lime_right_image .new_cta_lime_container.if_padding_null {
        overflow: hidden
    }

        .content .cta_lime.cta_lime_full_cont.cta_lime_right_image .new_cta_lime_container.if_padding_null .image {
            padding-left: 12px;
            padding-right: 0;
            right: 0;
            margin-right: 0;
            max-width: 52.3%;
            flex: 0 0 52.3%;
            position: absolute;
            bottom: 0;
            max-height: 100%;
            display: flex;
            align-items: center;
            height: 100%;
            border-bottom-right-radius: 8px;
            border-top-right-radius: 8px
        }

            .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container.if_padding_null .image img, .content .cta_lime.cta_lime_full_cont.cta_lime_right_image .new_cta_lime_container.if_padding_null .image img, .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .image img {
                display: flex;
                width: 100%;
                object-fit: cover;
                height: 100%;
                border-bottom-right-radius: 8px;
                border-top-right-radius: 8px;
                margin: -.02px 0 0
            }

    .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container.if_padding_null .image {
        padding-left: 12px;
        padding-right: 0;
        position: absolute;
        right: 0;
        margin-right: 0;
        max-height: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        bottom: 50%;
        transform: translateY(50%);
        max-width: fit-content;
        width: 100%;
        z-index: 1
    }

    .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .image {
        padding-left: 12px;
        padding-right: 0;
        right: 0;
        margin-right: 0;
        max-width: 52.3%;
        flex: 0 0 52.3%;
        position: absolute;
        bottom: 0;
        max-height: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px
    }

        .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .image img {
            height: 101%
        }

    .card-blog-outer {
        align-self: baseline
    }

        .card-blog-outer a.fullwidth-inline-link {
            z-index: 1
        }

    .card-blog {
        margin: 0;
        padding: 0;
        width: fit-content;
        min-width: fit-content
    }

    .container.big-container {
        max-width: 1232px
    }

    .hire_designers .designer.designer-top {
        cursor: none;
        flex: 0 0 calc(25% - 18px);
        border: unset;
        box-shadow: unset;
        filter: unset;
        background: unset
    }

    .article-top {
        padding-bottom: 24px
    }

    .author-info.author-info-top .author .author-data {
        min-width: auto
    }

    .author-info.author-info-top .author .author-box-info.updated_on {
        min-width: 135px
    }

    .top_of_articles .cn-gutter-a-40 {
        margin: -21.5px
    }

        .top_of_articles .cn-gutter-a-40 > * {
            padding: 21.5px
        }

    .top_of_articles .cn-w-5_12 {
        width: 45.99%
    }

    .top_of_articles .cn-w-7_12 {
        width: 53.11%
    }

    .flex_text_right {
        display: flex;
        align-items: flex-start
    }

        .flex_text_right .flex_text_right strong, .flex_text_right strong {
            margin-right: 10px
        }

    .ankor_menu:not(.loaded) {
        display: none
    }

    .ankor_menu.fadeloaded, .fadeloaded, .loaded, .lozad {
        display: block
    }

    @keyframes fade {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .content blockquote a {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0;
        text-align: left;
        color: #424242;
        text-underline-offset: 3px
    }

    .shadow {
        border-radius: 6px
    }

    .article-fit-big-cta > div, .big_cta.fit_cta {
        max-width: 100% !important
    }

    .content .big_cta.fit_cta .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .image {
        right: 0;
        max-width: 50% !important
    }

    .blog_left_menu_main .article-container .big_cta.fit_cta img {
        max-width: unset !important
    }

    .recent-articles .card-blog-outer-left, .recent-articles .card-blog-outer-right {
        margin: 0 15px 24px
    }

    .recent-articles .card-blog .article_info {
        max-height: 19px
    }

    .recent-articles .card-blog-outer a.fullwidth-inline-link {
        z-index: 2
    }

    .recent-articles .card-blog {
        margin: 0;
        padding: 0;
        width: fit-content;
        min-width: fit-content
    }

    .recent-articles .card-blog-outer {
        align-self: baseline;
        margin: 0
    }

    .blog_left_menu_main .article-container.plans-article-container {
        max-width: 818px
    }

    .popup-plans .popup-content {
        max-width: 769px;
        min-width: 769px
    }

    .popup-plans .bottom-form.bottom-form-default.bottom-form-with-map .form-column-2 {
        max-width: 100%
    }

    .logos {
        max-width: 1020px
    }

        .logos p.left {
            max-width: 46.1%
        }

    .hero.hero-breadservices-default .hero_center_content {
        margin-top: auto !important;
        padding-top: 50px
    }

    .light-theme .hero.hero-breadservices-default .hero-breadcrumbs {
        margin-top: 0
    }

    .hero.hero-breadservices-default .hero-body .container {
        margin: auto
    }

    .hero.hero-digital {
        min-height: 700px
    }

    .hero.hero-breadservices-default .hero-content {
        height: 700px
    }

    .hero .hero-body .hero-title {
        font-size: 44px !important
    }

    .hero.hero-breadservices-default .hero_center_content .hero_content--left {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .content_sub_info {
        padding-top: 0
    }

    .hero.hero-breadservices-default .hero_center_content {
        gap: 143px
    }

        .hero.hero-breadservices-default .hero_center_content .hero_content--right {
            max-width: 550px
        }

    .hire-designers-template-hiring-ux-designers .contact-form {
        max-width: 486px
    }

    .article-fit-big-cta > div, .big_cta.fit_cta {
        margin: 0 auto
    }

    .blog_left_menu_main .article-container {
        max-width: 840px;
        margin: 0
    }

        .blog_left_menu_main .article-container > :not(.popup-plans) {
            max-width: 1103.8px;
            padding-right: 0
        }

    .postid-308 .logos .right .logo-wrapper img {
        max-height: 108px
    }

    .full-container {
        max-width: 1142px;
        margin: 0 auto
    }

    .article-container {
        margin: 0
    }

    .content_sub_info:not(:last-child) {
        padding-top: 0
    }

    .hiren-cards .hiren-card {
        max-width: calc(50% - 44px) !important
    }

        .hiren-cards .hiren-card.hiren-cards-full {
            max-width: 100% !important
        }

    .animated_hero_image_wrapper {
        right: 78px
    }

    .redesign-content-web-dev-services.light-theme .testemotianls-box .comment-blockquote p {
        font-size: 16px !important
    }

    .redesign-content-web-dev-services.light-theme .testemotianls-box:first-child {
        margin-right: 16px
    }

    .redesign-content-web-dev-services.light-theme .testemotianls-box:not(:first-child) {
        margin-left: 16px
    }

    .redesign-content-web-dev-services.light-theme .testemotianls-box .author {
        font-size: 18px
    }

    .redesign-content-web-dev-services.light-theme .testemotianls-box .author-information {
        max-width: 100%;
        font-size: 14px
    }
}

@media(min-width:1200px) and (min-width:1200px) {
    .content .big_cta.fit_cta .cta_lime.cta_lime_full_cont .cta_lime_title {
        font-size: 28px !important;
        font-weight: 700 !important;
        margin-bottom: 16px !important;
        line-height: 36px !important
    }

    .content .big_cta.fit_cta .cta_lime.cta_lime_full_cont .cta_lime_description {
        color: #1f1f23 !important;
        font-size: 17px !important;
        line-height: 28px !important;
        margin-bottom: 32px !important
    }

    .content .big_cta.fit_cta .cta_lime.cta_lime_full_cont .cta_lime_button {
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
        color: #fbfbfb !important;
        background: #1f1f23
    }

    .content .big_cta.fit_cta .cta_lime.cta_lime_full_cont .cta_lime_container.new_cta_lime_container {
        padding: 42px !important;
        width: 100% !important
    }
}

@media(min-width:1500px) {
    .animated_hero_image_wrapper {
        right: 135px
    }
}

@media(min-width:1530px) {
    .faq .article-container {
        min-width: initial
    }
}

@media(min-width:1560px) {
    .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container.if_padding_null .text, .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .text {
        max-width: 50.7%;
        flex: 1 1 50.7%
    }

    .content_info.h3 {
        margin-top: 84px
    }

    .content_info .content_sub_info .article-container:first-child h3.ankor_menu_not_added.content_subtitle_1 {
        margin-top: 0
    }

    .big_h2_title {
        margin-bottom: -42px !important
    }
}

@media(min-width:1800px) {
    .content .cta_lime.cta_lime_full_cont .cta_lime_container.new_cta_lime_container, .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container {
        width: fit-content
    }

    .content .cta_lime.cta_lime_with_desk.no_need_desk .cta_lime_container .cta_lime_title {
        font-size: 24px;
        line-height: 42px
    }

    .content .cta_lime {
        display: flex !important
    }
}

@media(min-width:1920px) {
    .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container.if_padding_null .text, .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .text {
        max-width: 54.7%;
        flex: 1 1 54.7%
    }
}

@media(max-width:1800px) {
    .content .cta_lime.cta_lime_full_cont .image, .content .cta_lime.cta_lime_full_cont .text {
        padding-left: 12px;
        padding-right: 12px
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_title {
        font-size: 32px;
        line-height: 44px
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_description {
        font-size: 18px;
        line-height: 38px
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_container.new_cta_lime_container {
        padding: 60px;
        margin: 0 -12px
    }

    .content .cta_lime.cta_lime_with_desk.no_need_desk .cta_lime_container .cta_lime_title {
        font-size: 24px;
        line-height: 42px
    }
}

@media(max-width:1600px) {
    .content .cta_lime.cta_lime_full_cont .cta_lime_container.new_cta_lime_container {
        margin: 0 -3px;
        padding: 40px 24px
    }
}

@media(max-width:1560px) {
    .content .cta_lime .cta_lime_container .cta_lime_button {
        padding: 8px 24px;
        font-size: 18px
    }

    .content_subtitle:not(.content_subtitle_1) {
        margin-top: 42px
    }

    .content_info h3 {
        margin-top: 42px
    }

    .content_info .content_sub_info .article-container:first-child h3.ankor_menu_not_added.content_subtitle_1 {
        margin-top: 0
    }
}

@media(max-width:1450px) {
    .right-sidebar {
        right: 12px;
        max-width: 276px
    }
}

@media(max-width:1400px) {
    .blog_left_menu_main .left-sidebar {
        max-width: 271px
    }

    .blog_left_menu_main .article-container {
        max-width: 736px
    }

    .author-info.author-info-top .author .author-box-info:not(:last-child) {
        padding-right: 35px
    }

    .author-info.author-info-top .author .author-box-info:not(:first-child) {
        padding-left: 0
    }

    .popup-plans .bottom-form .form-column-2 .bottom_contact_form .form-group:not(:last-child) {
        margin-bottom: 18px !important
    }

    .popup-plans .bottom-form .form-column-2 .bottom_contact_form .form-group .form-control.form-control-textarea {
        min-height: 95px
    }
}

@media(max-width:1350px) {
    .content .cta_lime.cta_lime_full_cont .cta_lime_title {
        font-size: 25px;
        line-height: 32px
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_description {
        font-size: 16px;
        line-height: 32px
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_container.new_cta_lime_container {
        padding: 26px 24px
    }
}

@media(max-width:1330px) {
    .right-sidebar {
        display: none
    }
}

@media(max-width:1300px) {
    .blog_left_menu_main .left-sidebar {
        display: none
    }
}

@media(max-width:1216px) {
    .article-container, .hire_designers .designers.designers-top {
        padding: 0 24px
    }
}

@media(max-width:1200px) {
    .article_content_container, .main {
        max-width: 100%
    }

    .main {
        min-width: initial
    }

    .big_cta {
        margin: 0 auto;
        max-width: fit-content
    }

    .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container .image {
        flex: 0 0 150px;
        max-width: 150px
    }

    .blog_left_menu_main .left-sidebar {
        display: none
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_container.new_cta_lime_container {
        padding: 24px 40px
    }

    .hire_designers .designer.designer-top {
        flex: 0 0 calc(50% - 18px)
    }

        .hire_designers .designer.designer-top .position {
            font-size: 17px
        }

    .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .image img {
        margin-top: -.02px;
        height: 101% !important
    }

    .article-fit-big-cta > div {
        max-width: 100% !important
    }

    .content .content_sub_info .plans_desc .sticker:not(.sticker-corner) {
        width: 53px;
        top: 0;
        right: 0
    }

    .content .content_sub_info .plans_desc .sticker svg {
        max-width: 75%
    }

    .popup-plans .popup-content {
        width: calc(100% - 200px);
        max-width: 774px
    }

    .popup-plans .bottom-form.bottom-form-default.bottom-form-with-map .form-column-2 {
        max-width: 100%
    }

    .hiren-cards .hiren-card {
        max-width: 100% !important
    }

    .cta-section {
        padding: 86.5px 0
    }

    .redesign-content-web-dev-services.light-theme .section_image_with_description .image-desktop-only {
        position: relative;
        width: 47%;
        left: 0;
        transform: none;
        top: 0
    }

    .redesign-content-web-dev-services.light-theme .section_image_with_description .content {
        margin-left: 0;
        width: 48%
    }
}

@media(max-width:1024px) {
    .redesign-content-web-dev-services.light-theme .section_image_with_description .image_with_description--wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    .redesign-content-web-dev-services.light-theme .section_image_with_description .content-head h2 {
        font-size: 28px !important;
        line-height: 36.4px !important
    }

    .redesign-content-web-dev-services.light-theme .section_image_with_description .image-desktop-only {
        display: none
    }

    .redesign-content-web-dev-services.light-theme .section_image_with_description .image-mobile-only {
        display: block;
        position: relative;
        max-width: 100%;
        height: auto;
        margin-bottom: 0;
        bottom: -30px
    }

    .redesign-content-web-dev-services.light-theme .section_image_with_description .content {
        width: 100%;
        margin-left: 0
    }
}

@media(max-width:991px) {
    .content h2, .content_title {
        font-size: 38px;
        line-height: 54px
    }

    .content .cta_lime.cta_lime_with_desk .cta_lime_container .cta_lime_description {
        margin-bottom: 20px
    }

    .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container {
        flex-direction: column-reverse;
        padding: 24px 29px;
        gap: 20px;
        background: #fff;
        box-shadow: 0 4px 8px rgba(0,0,0,.1),0 0 1px rgba(0,0,0,.05);
        border-radius: 8px
    }

        .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container .text {
            margin-bottom: 0;
            max-width: 100%;
            padding: 0
        }

            .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container .text .cta_lime_title {
                text-align: center;
                font-weight: 500;
                font-size: 24px;
                line-height: 32px
            }

            .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container .text .cta_lime_description {
                text-align: center;
                font-size: 16px;
                line-height: 28px
            }

            .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container .text .cta_lime_button {
                margin: 0 auto
            }

        .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container .image.align-center {
            max-width: 100%;
            position: relative;
            transform: none;
            right: unset;
            flex: auto
        }

        .content .cta_lime.cta_lime_abs_img .cta_lime_container.new_cta_lime_container .image {
            flex: 0 0 100%;
            max-width: 100%;
            align-self: center;
            position: relative;
            transform: none;
            right: unset;
            padding: 0 17%;
            display: flex
        }

    .content .cta_lime.cta_lime_full_cont .image, .content .cta_lime.cta_lime_full_cont .text {
        padding-left: 12px;
        padding-right: 12px
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_title {
        font-size: 25px;
        line-height: 32px
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_description {
        font-size: 16px;
        line-height: 32px
    }

    .content .cta_lime.cta_lime_full_cont .cta_lime_container.new_cta_lime_container {
        padding: 24px 16px;
        margin: 0 -12px
    }

    .article-header .left-content {
        max-width: 54.65%;
        margin: 0
    }

    .article-header img {
        max-width: 27%;
        margin: 0 0 auto
    }

    .hire_designers .designers.designers-top a {
        cursor: auto
    }

    .article-footer {
        padding: 42px 0
    }

    .content .content_sub_info .plans_desc .card {
        padding-bottom: 72px
    }

    .content .content_sub_info .plans_desc button {
        position: absolute;
        bottom: 24px;
        width: calc(100% - 48px);
        left: 50%;
        transform: translateX(-50%)
    }

    .popup-plans .bottom-form.bottom-form-default.bottom-form-with-map .half-col {
        margin-bottom: 24px
    }

    .logo-container {
        min-height: initial;
        margin-top: 0
    }

    .logos {
        bottom: initial;
        position: relative
    }

    .hero-hire {
        background: 0
    }

    .hero .hero-content.hero-content-auto-h {
        min-height: unset
    }

    .hero.hero-breadservices-default .hero_center_content {
        flex-direction: column;
        gap: 0
    }

        .hero.hero-breadservices-default .hero_center_content .hero_content--right {
            max-width: 100%
        }

    .cta_white .cta-text {
        margin-right: 0;
        line-height: normal
    }

    .cta-section .cta-container {
        flex-direction: column
    }
}

@media screen and (max-width:991px) {
    .section_consultation .product_success_list_item_content_text {
        max-width: 100%;
        padding-right: 0
    }
}

@media(max-width:768px) {
    .progress-header {
        top: 50px
    }

    .content .cta_lime.cta_lime_full_cont .text, .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container.if_padding_null .text {
        margin-bottom: 24px
    }

    .article-container {
        padding: 0 24px
    }

    .article-header .left-content {
        max-width: 100%
    }

    .article-header img {
        max-width: max-content;
        margin: 0 auto 42px
    }

    .hire_designers .designers.designers-top {
        padding: 0 16px
    }

    .content, .popup-plans .bottom-form-default.bottom-form-with-map.bottom-form-light-mode .form-column-2 .form_box {
        padding: 0
    }

    .author-info.author-info-top .author .author-box-info:not(:last-child) {
        padding-right: 24px
    }

    .author-info.author-info-top .author .author-box-info:not(:first-child) {
        padding-left: 0
    }

    .pricing .price-table.custom_table_styles tr td:nth-child(n) {
        min-width: auto
    }

    .recent-articles .card-blog .title-blog {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0;
        text-align: left
    }

    .popup-plans .bottom-form.bottom-form-default.bottom-form-with-map .top_info {
        margin-bottom: 24px
    }

    .logos {
        align-items: self-start;
        padding: 24px
    }

        .logos p.left {
            font-size: 15px;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: .1px
        }

            .logos p.left br {
                display: none
            }

        .logos .right .logo-wrapper {
            transform: initial;
            width: auto;
            max-width: 100%
        }

        .logos .right {
            gap: 16px
        }

    .logos, .redesign-content-web-dev-services.light-theme .feedback-columns {
        flex-direction: column
    }

    .redesign-content-web-dev-services.light-theme .column {
        width: 100%
    }

    .redesign-content-web-dev-services.light-theme .testemotianls-box .author-comment {
        margin-bottom: 32px
    }

    .redesign-content-web-dev-services.light-theme .testemotianls-box .author-info, .redesign-content-web-dev-services.light-theme .testemotianls-box .author-information {
        margin: 0
    }

    .redesign-content-web-dev-services.light-theme .desktop-only {
        display: none !important
    }

    .redesign-content-web-dev-services.light-theme .reasonsIndustriesPage .light-theme .manage-bx.our-testimonials-bx .slick-prev:before, .redesign-content-web-dev-services.light-theme .reasonsIndustriesPage .manage-bx.our-testimonials-bx .slick-next:before, .redesign-content-web-dev-services.light-theme .reasonsIndustriesPage .manage-bx.our-testimonials-bx .slick-prev:before {
        filter: invert(53%) sepia(0) saturate(1%) hue-rotate(190deg) brightness(192%) contrast(83%) !important;
        background-size: 20px auto
    }

    .redesign-content-web-dev-services.light-theme .reasonsIndustriesPage .manage-bx.our-testimonials-bx .slick-dots li {
        border-radius: 13px;
        background: rgba(136,136,136,.3) !important;
        width: 50px;
        height: 4px
    }

        .redesign-content-web-dev-services.light-theme .reasonsIndustriesPage .manage-bx.our-testimonials-bx .slick-dots li.slick-active {
            background: #1f1f23 !important;
            filter: brightness(0) saturate(100%) invert(6%) sepia(10%) saturate(913%) hue-rotate(201deg) brightness(94%) contrast(85%) !important
        }

    .redesign-content-web-dev-services.light-theme .mobile-only {
        display: block !important
    }

    .redesign-content-web-dev-services.light-theme .services-item:not(:last-child) {
        margin-bottom: 32px
    }

    .redesign-content-web-dev-services.light-theme .services-item__button {
        margin-top: 64px;
        justify-content: center
    }

    .redesign-content-web-dev-services.light-theme .services_section_1_redesign {
        padding: 64px 0
    }

    .redesign-content-web-dev-services.light-theme .services_section_top_redesign {
        padding: 32px 0 64px
    }

    .redesign-content-web-dev-services.light-theme .description, .redesign-content-web-dev-services.light-theme .services_section_top--wrapper .content-head, .redesign-content-web-dev-services.light-theme .services_section_top--wrapper .description {
        max-width: 100%
    }

    .redesign-content-web-dev-services.light-theme .section_image_with_description {
        padding-top: 0
    }

    .hero_button_link .button.hero_button {
        margin: 0 auto 30px
    }
}

@media screen and (max-width:768px) {
    .section_consultation .product_success_list_item_content_text {
        max-width: 100%;
        padding-right: 0
    }
}

@media(max-width:680px) {
    .article, .article_box {
        padding-bottom: 0
    }

    .progress-header.fixed {
        top: 50px
    }

    .written_by {
        padding-bottom: 40px;
        margin-left: 0
    }

    .sidebar {
        width: 100%;
        position: relative;
        max-width: 320px;
        min-height: fit-content;
        margin: 0 auto 50px;
        top: auto;
        display: none
    }

    .main {
        max-width: 100%
    }

    .wrapper {
        flex-direction: column-reverse
    }

    .article-media_share {
        padding: 42px 0 84px;
        flex-direction: row;
        justify-content: space-between
    }

    .content .cta_lime .cta_lime_container {
        padding: 24px
    }

    .author-info.author-info-top.author-info-top-two-authors .author-name {
        font-size: 14px
    }

    .author-info.author-info-top.author-info-top-two-authors .author {
        margin-right: 13px
    }

    .author-info.author-info-top.author-info-top-two-authors img.email {
        width: 100%;
        min-width: fit-content
    }

    img.email {
        min-width: fit-content
    }

    .author-info.author-info-top .position {
        font-family: "DM Sans","Open Sans",sans-serif;
        font-size: 15px;
        line-height: 14px;
        padding-left: 20px;
        padding-right: 9px
    }

    .author-info.author-info-top {
        padding: 10px 12px 9px 0
    }

        .author-info.author-info-top .author {
            margin-right: 1px
        }

    .content .cta_lime .cta_lime_container.new_cta_lime_container {
        padding: 24px
    }

    .big_cta {
        padding-top: 0;
        padding-bottom: 0
    }

    .content .cta_lime.cta_lime_full_cont .text {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 24px
    }

    .content .cta_lime.cta_lime_full_cont .image {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 24px !important
    }

        .content .cta_lime.cta_lime_full_cont .image img {
            margin-bottom: 0
        }

    .content .cta_lime.cta_lime_full_cont .cta_lime_container.new_cta_lime_container {
        padding: 32px 24px;
        margin: 0;
        flex-direction: column
    }

    .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container {
        flex-direction: column
    }

    .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container {
        flex-direction: column-reverse
    }

    .article-header .left-content {
        max-width: 100%
    }

    .article-header img {
        max-width: 60%;
        margin: 0 auto 24px
    }

    .hire_designers .designer.designer-top {
        flex: 0 0 100%
    }

    .content {
        padding: 0
    }

    .author-info.author-info-top .author {
        flex-wrap: wrap
    }

    .written_by.new_style .author {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .written_by.new_style .author-info {
        padding: 24px 16px
    }

        .written_by.new_style .author-info .full-icon-author {
            margin-right: 0;
            margin-bottom: 16px
        }

            .written_by.new_style .author-info .full-icon-author img {
                margin: 0 auto
            }

    .card-blog .card_image .card_text {
        left: 20px;
        bottom: 24px;
        font-size: 25px;
        line-height: 32px
    }

    .pricing {
        overflow: auto
    }

        .pricing h3, .pricing h4 {
            font-size: 32px;
            font-weight: 600;
            line-height: 40px;
            letter-spacing: -.02em;
            text-align: left
        }

        .pricing h4 {
            font-size: 24px;
            line-height: 29px
        }

        .pricing .price-table tr:not(.price-table-head) td:nth-child(n) {
            min-width: 228px
        }

    .right-sidebar .right-form textarea {
        overflow: hidden
    }

    .recent-articles .articles-title {
        font-size: 48px
    }

    .content .content_sub_info .plans_desc .swiper-pagination-bullet, .recent-articles .swiper-pagination-bullet {
        max-width: 20px
    }

    .popup-plans {
        overflow-y: auto
    }

        .popup-plans .popup-content {
            width: calc(100% - 32px);
            padding: 80px 10px 30px
        }

            .popup-plans .popup-content .close-popup-btn {
                top: 10px;
                right: 10px
            }

    section.section_blog.section_single_blog {
        padding-top: 50px
    }

    .section_consultation .product_success_list_item {
        padding-left: 0
    }

    .cta-section .cta-container .cta-title {
        font-size: 24px
    }

    .section_consultation .product_success_list_item_content, .three_cards_items .section_three_cards_items .section_three_cards_item {
        max-width: 100%
    }

    .middle-cta-section .big_cta {
        display: none
    }
}

@media(max-width:599px) {
    .recent-articles .card-blog-outer, .recent-articles .card-blog-outer .card-blog, .recent-articles .card-blog-outer .card-blog .card_image, .recent-articles .card-blog-outer .card-blog .card_image img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        min-width: auto !important
    }
}

@media(max-width:550px) {
    .articles-title.articles-title-single {
        font-size: 38px;
        line-height: 54px
    }

    .content {
        padding: 0
    }

    .faq-light .faq-singular.active:before, .faq-light .faq-singular:before, .faq-singular.active:before, .faq-singular:before {
        top: 25px
    }

    .faq-light .faq-singular h3, .faq-singular h3 {
        margin-bottom: 0;
        line-height: 32px !important
    }
}

@media(max-width:375px) {
    .author-info.author-info-top.author-info-top-two-authors img.email {
        width: auto;
        min-width: fit-content
    }
}

@media(max-width:350px) {
    .author-info.author-info-top.author-info-top-two-authors {
        flex-wrap: wrap
    }

        .author-info.author-info-top.author-info-top-two-authors .author {
            margin-bottom: 13px
        }
}

@media(min-width:1200px) and (max-width:1560px) {
    .content .cta_lime.cta_lime_full_cont .cta_lime_container.new_cta_lime_container .text {
        padding-left: 24px
    }

    .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container.if_padding_null .text {
        max-width: 54.7%;
        flex: 1 1 54.7%;
        padding-left: 24px
    }

    .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container.if_padding_null .image {
        bottom: 50%;
        max-width: fit-content;
        flex: 0 0 100%;
        width: 100%;
        right: -14%
    }

    .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .text {
        max-width: 54.7%;
        flex: 1 1 54.7%;
        padding-left: 24px
    }

    .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .image {
        bottom: 0;
        max-width: fit-content;
        flex: 0 0 100%;
        width: 100%;
        right: -14%
    }
}

@media(min-width:1200px) and (min-width:680px) and (max-width:1200px) {
    .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container.if_padding_null .image {
        padding-left: 12px;
        padding-right: 0;
        position: absolute;
        right: 0;
        margin-right: 0;
        max-height: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        bottom: 50%;
        transform: translateY(50%);
        max-width: fit-content;
        width: 100%;
        z-index: 1
    }

        .content .cta_lime.cta_lime_full_cont.cta_lime_left_image .new_cta_lime_container.if_padding_null .image img {
            margin: 0;
            display: flex;
            width: 100%;
            object-fit: cover;
            height: 100%;
            border-bottom-right-radius: 8px;
            border-top-right-radius: 8px
        }
}

@media(min-width:680px) and (max-width:1200px) {
    .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .image {
        padding-left: 12px;
        padding-right: 0;
        right: 0;
        margin-right: 0;
        max-width: 52.3%;
        flex: 0 0 52.3%;
        position: absolute;
        bottom: 0;
        max-height: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px
    }

        .content .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .image img {
            margin: 0;
            display: flex;
            width: 100%;
            object-fit: cover;
            height: 100%;
            border-bottom-right-radius: 8px;
            border-top-right-radius: 8px
        }
}

@media(min-width:1200px) and (max-width:1200px) {
    .big_cta.fit_cta {
        max-width: 100% !important
    }
}

@media(min-width:1200px) and (min-width:1200px) and (max-width:1560px) {
    .content .big_cta.fit_cta .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .text {
        padding-left: 0 !important
    }

    .content .big_cta.fit_cta .cta_lime.cta_lime_full_cont.cta_lime_rigt_image .new_cta_lime_container.if_padding_null .image {
        max-width: fit-content;
        right: 0
    }
}

@media(min-width:769px) and (max-width:1400px) {
    .popup-plans .popup-content {
        padding: 9px 37px 32px
    }
}

@media(min-width:680px) and (max-width:991px) {
    .hero.hero-breadservices-default .hero-content {
        height: auto !important
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .hero.hero-digital {
        min-height: 700px
    }

    .hero.hero-breadservices-default .hero-content {
        height: 700px
    }
}
