@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

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

:focus, :active {
    outline: none
}

a:focus, a:active {
    outline: none
}

aside, nav, footer, header, section {
    display: block
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 320px;
    position: relative;
    width: 100%;
    color: #000
}

body.menu {
    overflow: hidden
}



a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top
}

.clr {
    clear: both;
    display: block
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden
}

.row:after {
    display: block;
    content: '';
    clear: both
}

.container {
    margin: 0 auto;
    position: relative;
    padding: 0
}

@media (max-width: 992px) {
    .container {
        max-width: 768px
    }
}

@media (max-width: 767px) {
    .container {
        max-width: none
    }
}

:root {
    --brpMiddle: 980
}

body {
    counter-reset: my-sec-counter
}

.sticky--active {
    position: fixed !important;
    top: 0;
    left: 0
}

.test-section {
    height: 600px;
    background-color: purple;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 40px;
    font-size: 60px
}

.test-section:nth-of-type(2n) {
    background-color: #deb887
}


#th1 {
    height: 3000px
}

:root {
    --brpMiddle: 980
}

body {
    counter-reset: my-sec-counter
}

.tech-labels div.wrap-for-medium-and-down {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 960px) {
    .tech-labels {
        flex-wrap: wrap;
        text-align: center;
        margin-top: 10px
    }

    .tech-labels__item {
        margin-top: 15px
    }

    .tech-labels__view-all {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width: 978px) {
    .tech-labels .wrap-for-medium-and-down {
        width: 100%
    }
}

.tech-labels__item:after, .tech-labels__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 30px;
    top: 0
}

.tech-labels__item:after {
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #AA076B
}

.tech-labels__item:before {
    left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #AA076B
}

.tech-labels__view-all {
    width: fit-content !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background: unset !important;
    padding: unset !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
    letter-spacing: 0.7px !important;
    text-transform: uppercase !important;
    color: #AA076B !important;
    margin: 0 auto !important;
}

.tech-labels__view-all:hover {
    text-decoration: underline !important;
}

.tech-labels__view-all:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin-right: 12px;
    background-image: url("/wp-content/themes/artelogic/img/icons/career/apply-arrow.svg");
    background-repeat: no-repeat;
}

.our-awards {
    position: relative;
    background-color: #000;
    padding-bottom: 70px
}

.our-awards:before, .our-awards:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 69.5px);
    width: 139.5px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10
}

.our-awards:before {
    background-image: url(../img/elements/bottom-white-one.svg)
}

.our-awards:after {
    background-image: url(../img/icons/white-line.svg)
}

.our-awards:before {
    top: 0
}

.our-awards:after {
    bottom: -1px;
    transform: rotate(180deg)
}

.our-awards__title {
    padding-top: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.our-awards .our-awards__carousel {
    z-index: 10;
    opacity: 1 !important;
    margin-top: 50px
}

.our-awards .our-awards__carousel:after {
    content: "";
    clear: both;
    display: table
}

.our-awards .our-awards__carousel .owl-item {
    float: left;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.our-awards .our-awards__carousel .owl-stage-outer {
    overflow: visible !important
}

.our-awards .our-awards__carousel .our-awards__carousel-item {
    width: 100%;
    max-width: 217px;
    height: 230px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0 10px
}

.our-awards .our-awards__carousel .owl-nav {
    display: none !important
}

.our-awards__list {
    margin-top: 75px;
    margin-bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.our-awards__list-item {
    padding: 0 10px 20px;
    flex: 0 0 190px
}

.section .section__container {
    display: grid;
    grid-gap: 10px 20px;
    grid-template-columns:repeat(2, 450px);
    margin-top: 50px;
    justify-content: center
}

.section .section__container .section__container-item {
    padding: 0 30px;
    display: flex;
    height: 170px;
    align-items: center;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #1e1d25;
    transition: .5s
}

.section .section__container .section__container-item:hover {
    background-color: #fff
}

.section .section__container .section__container-item .section__container-item-icon path {
    fill: #000
}

.section--black .section__container .section__container-item .section__container-item-icon path {
    fill: #fff;
}

.section--black .section__container .section__container-item .section__container-item-icon.cube path:last-child {
    fill: #000;
}

.section--black .section__container .section__container-item:hover .section__container-item-icon path {
    fill: #000;
}

.section--black .section__container .section__container-item:hover .section__container-item-icon.cube path:last-child {
    fill: #fff;
}

.section .section__container .section__container-item:hover .section__container-item-icon.cube path:last-child {
    fill: #fff
}

.section .section__container .section__container-item:hover .section__container-item-content {
    color: #000
}

.section .section__container .section__container-item.section__free-trial {
    box-shadow: 0 0 11px 0 #4990e2
}

.section .section__container .section__container-item .section__container-item-icon {
    position: relative;
    width: 35px;
    height: 50px;
    background-size: cover;
    display: flex;
    flex-shrink: 0
}

.single-services .section .section__container .section__container-item:hover .section__container-item-icon {
    filter: invert(1);
}

.section .section__container .section__container-item .section__container-item-icon.award {
    top: -4px
}

.section .section__container .section__container-item .section__container-item-icon.search {
    top: -11px
}

.section .section__container .section__container-item .section__container-item-icon.hq {
    top: -13px
}

.section .section__container .section__container-item .section__container-item-icon.shield {
    top: -9px
}

.section .section__container .section__container-item .section__container-item-icon.cube {
    top: -11px
}

.section .section__container .section__container-item .section__container-item-icon.bill {
    top: -14px
}

.section .section__container .section__container-item .section__container-item-content {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    color: #fff
}

.section .section__container .section__container-item .section__container-item-content .section__container-item-content-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1.1px;
    text-transform: uppercase
}

.section .section__container .section__container-item .section__container-item-content .section__container-item-content-text {
    font-weight: 100;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .75px
}

.section .section__buttons {
    margin-top: 80px
}

@media all and (max-width: 960px) {
    .section .section__container {
        grid-template-columns:repeat(1, 450px)
    }
}

@media all and (max-width: 690px) {
    .section .section__container {
        grid-template-columns:repeat(1, 100%)
    }
}

.become-part .section-link, .become-part .button {
    font-weight: 600
}

body {
    overflow-y: scroll
}


.casestudiespage .description .wrap:after {
    content: "";
    clear: both;
    display: table
}

.casestudiespage .description__information-block {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.casestudiespage .description__information-block .information-block-cell.last {
    border: none
}

@media only screen and (max-width: 640px) {
    .casestudiespage .description__information-block .information-block-cell {
        width: 50%;
        margin-right: 0
    }
}

@media only screen and (max-width: 359px) {
    .casestudiespage .description__information-block .information-block-cell {
        width: 120px
    }
}

.casestudiespage .description__information-block .information-image-block-cell {
    width: 150px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: absolute;
    right: 0
}

@media only screen and (max-width: 900px) {
    .casestudiespage .description__information-block .information-image-block-cell {
        position: unset
    }
}

.casestudiespage .description__technologies .technologies-title {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 20px;
    display: block
}

.casestudiespage .description__technologies .technologies-block {
    display: flex;
    margin: 0 15px;
    flex-wrap: wrap
}

.casestudiespage .description__technologies .technologies-block__item {
    height: 30px;
    background-color: #2a2933;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30.02px;
    text-transform: uppercase;
    letter-spacing: .72px;
    position: relative;
    margin-right: 39px;
    cursor: default;
    margin-bottom: 15px
}

.casestudiespage .description__technologies .technologies-block__item:nth-last-child(2) {
    margin-right: 48px
}

.casestudiespage .description__technologies .technologies-block__item:after, .casestudiespage .description__technologies .technologies-block__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 30px;
    top: 0
}

.casestudiespage .description__technologies .technologies-block__item:after {
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #2a2933
}

.casestudiespage .description__technologies .technologies-block__item:before {
    left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #2a2933
}

.casestudiespage .description p a, .casestudiespage .description ul a, .casestudiespage .description ol a {
    border-bottom: 2px solid #6ba1e6
}

.casestudiespage .description p a:hover, .casestudiespage .description ul a:hover, .casestudiespage .description ol a:hover {
    color: #4990e2
}

.casestudiespage .service .wrap, .casestudiespage .challenge .wrap, .casestudiespage .solution .wrap {
    position: relative;
    z-index: 15;
    max-width: 944px
}

.casestudiespage .service__text p, .casestudiespage .challenge__text p, .casestudiespage .solution__text p {
    margin-bottom: 23px;
    font-size: 22px;
    line-height: 30px;
}

.casestudiespage .service__text ul, .casestudiespage .challenge__text ul, .casestudiespage .solution__text ul {
    list-style-type: none !important;
    padding-left: 40px;
    margin-bottom: 30px
}

.casestudiespage .service__text ul li, .casestudiespage .challenge__text ul li, .casestudiespage .solution__text ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}

.casestudiespage .service__text ul li:before, .casestudiespage .challenge__text ul li:before, .casestudiespage .solution__text ul li:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
    display: block;
    background-image: url("../img/services/select-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    background-position: top right;
}

.casestudiespage .service p a, .casestudiespage .service ul a, .casestudiespage .service ol a, .casestudiespage .challenge p a, .casestudiespage .challenge ul a, .casestudiespage .challenge ol a, .casestudiespage .solution p a, .casestudiespage .solution ul a, .casestudiespage .solution ol a {
    color: var(--primary--color);
    text-decoration: underline;
}

.casestudiespage .service p a:hover, .casestudiespage .service ul a:hover, .casestudiespage .service ol a:hover, .casestudiespage .challenge p a:hover, .casestudiespage .challenge ul a:hover, .casestudiespage .challenge ol a:hover, .casestudiespage .solution p a:hover, .casestudiespage .solution ul a:hover, .casestudiespage .solution ol a:hover {
    color: var(--primary--color);
}

.casestudiespage .quote {
    margin-top: 70px;
}

.casestudiespage .quote .quote-body {
    padding: 33px 0 0 66px;
    background: url("../img/quotes.svg") no-repeat;
}



.casestudiespage .quote .quote-body .quote-link__author {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
}

.casestudiespage .quote .quote-body .quote-link__link {
    display: block;
    width: 54px;
    height: 23px;
    background-image: url(../img/icons/cs-twitter.png);
    background-repeat: no-repeat;
    background-position: center
}

body.webp .casestudiespage .quote .quote-body .quote-link__link {
    background-image: url(../img/icons/cs-twitter.webp);
}

.casestudiespage .results {
    height: auto;
    background-color: var(--black);
    position: relative;
    overflow: visible
}

.casestudiespage .results:has(.results__carousel) {
    min-height: 790px;
}

.casestudiespage .results__text {

    font-size: 22px;
    font-weight: 400;
    line-height: 30px;

    margin: auto
}

.casestudiespage .results__carousel {
    margin-top: 70px
}

.casestudiespage .results__carousel:after {
    content: "";
    clear: both;
    display: table
}

.casestudiespage .results__carousel .owl-item.active .results__item {
    margin-left: auto;
    margin-right: auto;
    border: none;
    opacity: 1;
    max-width: 944px;
}

.casestudiespage .results__carousel .results__item {
    position: relative;
    max-height: 533px;
    opacity: .3;
    border-radius: 30px;
}

@media (min-width: 800px) {
    .casestudiespage .results__carousel .results__item {
        border: 1px solid rgba(0, 0, 0, .1)
    }
}

.casestudiespage .results__carousel .owl-nav {
    margin: 30px auto 0;
    width: fit-content;
}

.casestudiespage .results__carousel .owl-nav .owl-prev {
    margin-right: 16px;
}

.casestudiespage .results__carousel .owl-dots {
    display: none;
}

.casestudiespage .results__carousel .owl-dots .owl-dot {
    margin-right: 14px;
    width: 6px;
    height: 6px;
    background-color: #e3e3e6;
    border-radius: 50%
}

.casestudiespage .results__carousel .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #AA076B
}

.casestudiespage .results__carousel .owl-dots .owl-dot:last-child {
    margin-right: 2px
}

.casestudiespage .results__carousel .owl-dots .owl-dot:first-child {
    margin-left: 2px
}

.casestudiespage .clients {
    padding-bottom: 0;
    min-height: unset
}

.casestudiespage .clients .clients__title {
    padding-top: 100px
}

.casestudiespage-casesnavigator-item > span {
    display: none
}

.casestudies-padding {
    padding-top: 70px
}

:root {
    --brpMiddle: 980
}

body {
    counter-reset: my-sec-counter
}

.blog-post-info__tags {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .blog-post-info__tags {
        display: block
    }

    .blog-post-info__category {
        font-size: 14px
    }

    .blog-post-info__date-time {
        font-size: 12px
    }
}

@media only screen and (max-width: 425px) {
    .blog-post-info .blog-tags__link {
        font-size: 12px
    }

    .blog-post-info .short-description {
        font-size: 10px;
        word-spacing: 0
    }
}

.jump-button.jump-button--white:hover::after, .home .jump-button:hover::after, .jump-button:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
}
.jump-button.jump-button--white::after, .home .jump-button::after, .jump-button::after {
    background-image: url(../img/icons/arrow-top-inner.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: .4s transform;
}

.jump-button {
    position: absolute;
    bottom: -3px;
    left: 50%;
    background-repeat: no-repeat;
    background-position: bottom center;
    cursor: pointer;
    display: block;
    z-index: 1000;
    width: 331px;
    height: 50px;
    margin-left: -165.5px
}

.jump-button--gray {
    background-image: url(../img/icons/@GrayNotch.svg);
    background-repeat: no-repeat;
}

.jump-button--white {
    background-image: url(../img/icons/@WhiteNotch.svg);
    background-repeat: no-repeat;
}

.jump-button::after {
    content: " ";
    width: 10px;
    height: 10px;
    background-image: url(../img/icons/link-active.svg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: contain;
    position: absolute;
    top: 44%;
    left: 49%
}

.jump-button__white {
    background-image: url(../img/icons/white-tab-big.png)
}

body.webp .jump-button__white {
    background-image: url(../img/icons/white-tab-big.webp)
}

@media only screen and (max-width: 600px) {
    .jump-button {
        bottom: -2px
    }
}

.section {
    background-color: #f5f5f7;
    padding: 100px 0
}

.section__title--small-margin {
    margin-bottom: 50px
}

.section__description {
    max-width: 650px;
    width: 100%;
    color: #413f4d;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .75px;
    margin: 0 auto 25px
}

.section__description svg {
    margin: 0 0 -5px 5px
}

.section__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
    flex-wrap: wrap
}

.section__buttons a + a {
    margin-left: 30px
}

@media only screen and (max-width: 500px) {
    .section__buttons a + a {
        margin-top: 15px;
        margin-left: 0
    }
}

.section--black {
    background-color: #222129
}

.section--black .section-title {
    color: #fff
}

.section--gray {
    background-color: #edecf1
}

.section--white {
    background-color: #fff
}

.section--after-gray:after {
    content: "";
    background-image: url(../img/elements/gray-tab-down-small.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 125px;
    height: 20px;
    position: absolute;
    left: calc(50% - 62.5px);
    bottom: -20px;
    z-index: 10
}

.section--after-white:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -19px;
    left: 50%;
    width: 125px;
    height: 20px;
    margin-left: -62.5px;
    background-image: url(../img/icons/white-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10
}

@media only screen and (max-width: 820px) {
    .section {
        padding: 80px 0 100px
    }

    .section__title--small-margin {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 425px) {
    .section {
        padding: 60px 0 80px
    }
}

:root {
    --brpMiddle: 980
}

body {
    counter-reset: my-sec-counter
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px -20px
}

.card-wrapper {
    padding: 0 10px 20px;
    flex: 0 0 340px
}

@media only screen and (max-width: 690px) {
    .card-wrapper {
        flex: 0 0 100%
    }
}

.card {
    display: block;
    padding: 30px 30px 80px;
    height: 100%;
    position: relative;
    transition: all .3s linear;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.card:before {
    content: "";
    width: 140px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/icons/top-blue-tab.svg);
    opacity: 0;
    transition: all .3s ease-in-out
}

.card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1), 0 4px 8px rgba(0, 0, 0, .1);
    background-color: #fff;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    cursor: pointer
}

.card:hover:before {
    opacity: 1
}

.how-it-works .card:hover img.card__icon {
    filter: brightness(0) saturate(100%) invert(35%) sepia(98%) saturate(1146%) hue-rotate(195deg) brightness(101%) contrast(104%);
}

.card:hover .card__icon path {
    fill: #4990e2 !important
}

.card:hover .card__icon--main {
    display: none
}

.card:hover .card__icon--hovered {
    display: block
}

.card:hover .card__link:before {
    opacity: 1;
    display: block
}

.card--dark {
    background-color: #1e1d25
}

.card--dark .card__title, .card--dark .card__text {
    color: #fff
}

.card--dark:hover {
    background-color: #292831
}

.card--dark:hover .card__title, .card--dark:hover .card__text {
    color: #fff
}

.card__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 30px
}

.card__icon--main {
    display: block
}

.card__icon--hovered {
    display: none
}

.card__icon--big {
    width: 100px
}

.card__icon--custom {
    width: auto
}

.card__icon img, .card__icon svg {
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 767.98px) {
    .card__icon {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 700px) {
    .card__title {
        height: auto
    }
}

@media only screen and (max-width: 320px) {
    .card__title {
        font-size: 20px
    }
}

.card__text {
    color: #413f4d;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .75px
}

.card__link {
    position: absolute;
    bottom: 34px;
    left: 30px;
    color: #4990e2;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .7px;
    text-decoration: none
}

.card__link:before {
    content: "";
    width: 10px;
    height: 10px;
    float: left;
    background-image: url(../img/icons/link-active.svg);
    margin-right: 13px;
    margin-top: 4px;
    opacity: 0;
    transition: all .3s ease-in-out;
    display: none
}

.section--black .card:before {
    background-image: url(../img/icons/white-line.svg)
}

.content-section {
    padding: 140px 0;
}

.content-section .content-wrapper {
    max-width: 960px;
    width: 100%
}

.content-section__title--thin {
    font-weight: 400 !important;
    font-size: 29px !important
}

@media only screen and (max-width: 768px) {
    .content-section {
        padding: 80px 0
    }

    .content-section__title {
        font-size: 34px;
        line-height: 36px
    }
}

@media only screen and (max-width: 425px) {
    .content-section {
        padding: 50px 0
    }

    .content-section__title {
        font-size: 30px;
        line-height: 32px
    }

    .single-industries .how-it-works-industry:last-child {
        margin-bottom: 80px;
    }
}

:root {
    --brpMiddle: 980
}

body {
    counter-reset: my-sec-counter
}

.soc-icon {
    text-align: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center
}

.soc-icon--fb {
    background-image: url(../img/social-icons/facebook-blue.svg)
}

.soc-icon--fb:active, .soc-icon--fb:hover {
    background-color: var(--primary--color);
    background-image: url(../img/social-icons/facebook.svg)
}

.soc-icon--tw {
    background-image: url(../img/social-icons/twitter-blue.svg)
}

.soc-icon--tw:active, .soc-icon--tw:hover {
    background-color: var(--primary--color);
    background-image: url(../img/social-icons/twitter.svg)
}

.soc-icon--li {
    background-image: url(../img/social-icons/linkedin-blue.svg)
}

.soc-icon--li:active, .soc-icon--li:hover {
    background-color: var(--primary--color);
    background-image: url(../img/social-icons/linkedin.svg)
}

.soc-icon--in {
    background-image: url(../img/social-icons/instagram-blue.svg)
}

.soc-icon--in:active, .soc-icon--in:hover {
    background-color: var(--primary--color);
    background-image: url(../img/social-icons/instagram.svg)
}

.btn-loader {
    display: flex;
    align-items: center
}

.btn-loader div {
    margin-left: 12px
}

.soc {
    text-align: center
}

.soc__title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: .7px;
    text-align: center
}

.soc__icon-wrap {
    width: 290px;
    height: 52px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px
}

.soc__icon {
    width: 52px;
    height: 52px;
    background-color: #4990e2;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center
}

.soc__icon--fb {
    background-image: url(../img/social-icons/facebook.svg)
}

.soc__icon--tw {
    background-image: url(../img/social-icons/twitter.svg)
}

.soc__icon--gp {
    background-image: url(../img/social-icons/google-plus.svg)
}

.soc__icon--li {
    background-image: url(../img/social-icons/linkedin.svg)
}

.soc__icon--in {
    background-image: url(../img/social-icons/instagram.svg)
}

.soc__icon--fb:active, .soc__icon--fb:hover {
    background-image: url(../img/social-icons/facebook-blue.svg)
}

.soc__icon--tw:active, .soc__icon--tw:hover {
    background-image: url(../img/social-icons/twitter-blue.svg)
}

.soc__icon--gp:active, .soc__icon--gp:hover {
    background-image: url(../img/social-icons/google-plus-blue.svg)
}

.soc__icon--li:active, .soc__icon--li:hover {
    background-image: url(../img/social-icons/linkedin-blue.svg)
}

.soc__icon--in:active, .soc__icon--in:hover {
    background-image: url(../img/social-icons/instagram-blue.svg)
}

.soc__icon:hover {
    background-color: #fff
}

.soc__icon:active {
    background-color: #ccc
}

.soc__email {
    color: #4990e2;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: underline;
    display: block;
    margin-top: 50px;
    text-align: center
}

.soc__email:before {
    content: "";
    background-image: url(../img/icons/icon-email.svg);
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-right: 14px
}

@media only screen and (max-width: 500px) {
    .soc {
        display: flex;
        flex-direction: column;
        width: 100%
    }
}


.badge-group {
    display: flex;
}

.titles {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 132px
}

.titles a {
    margin: 10px;
    display: inline-block;
    position: relative
}

.titles a span {
    position: absolute;
    top: 27px;
    left: 35px;
    width: 85px;
    color: #F5F5F7;
    font-size: 9px;
    line-height: 20px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
}

.titles a .reviews-block {
    margin-left: .5em;
    margin-right: .5em
}

@media only screen and (max-width: 1030px) {
    .titles {
        margin-top: 55px
    }
}

@media only screen and (max-width: 530px) {
    .titles {
        flex-direction: column
    }
}

.titles .clutch-reviews-link {
    width: 165px;
    height: 80px
}

.titles .clutch-reviews-link .star span.on path {
    fill: #fff !important
}

.titles .cluster-link {
    width: 110px;
    height: 54px
}

.titles .clutch-reviews-link, .titles .cluster-link {
    background-color: #19181f;
    padding: 0 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.titles .clutch-reviews-link img, .titles .cluster-link img {
    cursor: pointer;
    -o-object-fit: contain;
    object-fit: contain
}

.titles .clutch-reviews-link:hover, .titles .cluster-link:hover {
    background-color: #19181f
}

.title, .subtitle {
    font-weight: 100
}

.career-page .card__title {
    font-weight: 700
}

.career-page .card__text {
    font-weight: 400
}

.career-page .card__link {
    font-weight: 400
}

.page-template-contacts .contact-header .development-form:before {
    display: none;
}

.page-template-contacts .contact-header .development-form:after {
    display: none;
}

.page-template-contacts .contact-header .where {
    background-color: unset;
    margin-bottom: unset;
}

.contact-header + .where-we-are {
    padding-top: unset;
}

.page-template-contacts .contact-header .contact-form {
    bottom: unset
}

.page-template-contacts .hero {
    min-height: max-content;
    position: relative;
    z-index: 20;
    overflow: visible;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #141519
}

.page-template-contacts .hero .where {
    margin-bottom: 20px;
    margin-top: 150px
}

.page-template-contacts .hero .where .development-form {
    bottom: unset
}

@media only screen and (max-width: 400px) {
    .page-template-contacts .hero .where {
        width: 95%
    }

    .page-template-contacts .hero .where .wrap {
        width: 100%
    }
}

.page-template-contacts .where {
}

.page-template-contacts .where__map-wrap {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    position: relative
}

.page-template-contacts .where__map-wrap:after {
    display: none
}

.page-template-contacts .where__map {
    width: 100%;
    height: auto
}

@-moz-document url-prefix() {
    .page-template-contacts .hero {
        height: auto
    }
}

:root {
    --brpMiddle: 980
}

body {
    counter-reset: my-sec-counter
}

div[data-role=blog-article] p, div[data-role=blog-article] ul, div[data-role=blog-article] ol {
    visibility: hidden
}

div[data-role=blog-article] .visible {
    visibility: visible
}

div[data-role=blog-article] ul {
    margin: 0 auto 25px;
    max-width: 744px;
    padding: 0 22px
}

@media (max-width: 992px) {
    div[data-role=blog-article] ul {
        max-width: 654px
    }
}

div[data-role=blog-article] ul li {
    padding-bottom: 26px;
    list-style: none;
    position: relative;
    padding-left: 50px;
    line-height: 35px;
    color: #333743;
    font-size: 16px
}

@media (max-width: 768px) {
    div[data-role=blog-article] ul li {
        font-size: 14px;
        line-height: 25px
    }
}

div[data-role=blog-article] ul li:before {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: #4990e2
}

div[data-role=blog-article] ul li:last-child {
    margin-bottom: 0
}

div[data-role=blog-article] ol {
    margin: 0 auto 25px;
    max-width: 744px;
    padding: 0 44px
}

@media (max-width: 992px) {
    div[data-role=blog-article] ol {
        max-width: 654px
    }
}

div[data-role=blog-article] ol li {
    padding-bottom: 26px;
    position: relative;
    padding-left: 50px;
    line-height: 35px;
    color: #333743;
    font-size: 16px
}

@media (max-width: 768px) {
    div[data-role=blog-article] ol li {
        font-size: 14px;
        line-height: 25px
    }
}

div[data-role=blog-article] ol li:last-child {
    margin-bottom: 0
}

.blog-article-content .wrap > h2 {
    color: #33313d;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    margin-top: 40px;
}

@media only screen and (max-width: 425px) {
    .blog-article-content .wrap > h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 28px
    }
}

.blog-article-content .wrap > h1 {
    color: #33313d;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    margin-top: 40px;
}

@media only screen and (max-width: 425px) {
    .blog-article-content .wrap > h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 28px
    }
}

.footer-body-social__link {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 16px;
    border-radius: 100%
}

.footer-body-social__link:last-of-type {
    margin-right: 0
}

.footer-body-social__link .fa {
    font-size: 24px
}

ul li > ul {
    margin-top: 25px
}

ul li > ul li {
    list-style-image: none;
    list-style-type: none
}

ul li > ul li:before {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    right: 1em;
    position: relative;
    display: inline-block;
    border: 2px solid var(--primary--color);
    background-image: none !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
    content: ""
}

.send-request.running {
    position: relative !important
}

#free-copy .send__subtitle a {
    color: #fff
}

.clutch-reviews .clutch-reviews-widget {
    background-color: #fff;
    position: relative;
    padding-top: 149px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 980px) {
    .clutch-reviews .clutch-reviews-widget {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767.98px) {
    .clutch-reviews .clutch-reviews-widget {
        margin-bottom: 52px
    }
}

.clutch-reviews .clutch-reviews-widget .wrap {
    max-width: 960px
}

.clutch-reviews .clutch-reviews-widget__title {
    color: #413f4d;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center
}

.clutch-reviews .clutch-reviews-widget__subtitle {
    color: #413f4d;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: -40px
}

.clutch-reviews .clutch-reviews-widget .clutch-widget {
    background-color: #fff;
    position: relative;
    bottom: -100px;
    z-index: 2
}

.clutch-reviews .clutch-reviews-widget .clutch-widget iframe {
    width: 107%;
    margin: 0 -30px
}

@media only screen and (max-width: 900px) {
    .clutch-reviews .clutch-reviews-widget .clutch-widget iframe {
        width: 108%;
        margin: 0 -4%
    }
}

@media only screen and (max-width: 790px) {
    .clutch-reviews .clutch-reviews-widget .clutch-widget iframe {
        width: 100%;
        margin: 0
    }
}

.terms-of-use-page .blog-article, .policy-page .blog-article {
    padding-bottom: 60px;
    padding-top: 170px;
}

.terms-of-use-page .blog-article .wrap, .policy-page .blog-article .wrap {
    max-width: 944px
}

.terms-of-use-page .blog-article h1, .terms-of-use-page .blog-article h2, .policy-page .blog-article h1, .policy-page .blog-article h2 {
    line-height: 1.1;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    font-size: 40px;
    font-weight: 700;
    text-align: left
}

.terms-of-use-page .blog-article h2, .policy-page .blog-article h2 {
    font-size: 30px
}

.terms-of-use-page .blog-article strong, .policy-page .blog-article strong {
}

.terms-of-use-page .blog-article ul, .policy-page .blog-article ul {
    margin: 25px 0;
    padding: 0 0 0 70px;
}

.terms-of-use-page .blog-article ul li, .policy-page .blog-article ul li {
    margin: 0 0 25px;
    padding: 0 0 0 30px;
    font-size: 20px;
    line-height: 1.8;
}

.terms-of-use-page .blog-article ul li > ul, .policy-page .blog-article ul li > ul {
    list-style-image: url(../img//services/tick.svg)
}

.terms-of-use-page .blog-article ol, .policy-page .blog-article ol {
    margin-left: 0;
    padding-left: 52px
}

.terms-of-use-page .blog-article ol li, .policy-page .blog-article ol li {
    padding-left: 0;
    display: list-item
}

.terms-of-use-page .blog-article ol li > ul, .policy-page .blog-article ol li > ul {
    padding-left: 115px
}

.terms-of-use-page .blog-article ol li > ul li, .policy-page .blog-article ol li > ul li {
    padding-left: 30px;
    margin-bottom: 25px
}

.terms-of-use-page .blog-article ol li > ul li:before, .policy-page .blog-article ol li > ul li:before {
    display: none
}

@media only screen and (max-width: 900px) {
    .terms-of-use-page .blog-article, .policy-page .blog-article {
        padding: 170px 15px 60px
    }

    .terms-of-use-page .blog-article ul, .policy-page .blog-article ul {
        padding-left: 25px
    }

    .terms-of-use-page .blog-article ol, .policy-page .blog-article ol {
        padding-left: 5px
    }

    .terms-of-use-page .blog-article ol li > ul, .policy-page .blog-article ol li > ul {
        padding-left: 70px
    }
}

.outer_wrap {
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    overflow: hidden
}

.wrap {
    max-width: 1370px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 767.98px) {
    .nav-section .wrap {
        padding: 0 20px
    }

    .terms-of-use-page .blog-article ul li, .policy-page .blog-article ul li {
        padding: 0 0 0 8px;
    }
}

section {
    overflow: visible;
    position: relative
}

.where {
    background-color: #fff;
    overflow: visible;
    position: relative
}

.where__map-wrap {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    position: relative
}

.where__map-wrap #map {
    width: 100%;
    height: 100%
}

.where__map-wrap:after {
    content: "";
    display: block;
    width: 110%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: -5%;
    background-size: cover;
    background-image: url(../img/bg-pattern.png);
}

body.webp .where__map-wrap:after {
    background-image: url(../img/bg-pattern.webp);
}

.where__map {
    width: 93%
}

.addr {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap
}

.addr:after {
    content: "";
    clear: both;
    display: table
}

.addr .wrap {
    margin-bottom: 100px
}

.addr__item {
    padding-left: 40px;
    padding-right: 20px;
    border-left: 1px solid #ddddde;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column
}

.addr__item:first-child {
    border-left: 0
}

@media only screen and (max-width: 1176px) {
    .addr__item {
        border-color: transparent
    }
}

@media only screen and (max-width: 1080px) {
    .addr {
        flex-wrap: wrap
    }

    .addr__item {
        margin-bottom: 30px;
        border-left: 0
    }
}

@media only screen and (max-width: 560px) {
    .addr {
        align-items: center;
        flex-direction: column
    }

    .addr__item {
        margin-bottom: 40px;
        border-left: 0;
        padding: 0;
        width: 75%
    }

    .addr__item .addr__street {
        width: 100%
    }
}

.addr__title {
    color: #4990e2;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block
}

.addr__office {
    color: #413f4c;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-top: 10px;
    display: block;
    font-style: normal
}

.addr__street {
    width: 234px;
    color: #413f4d;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: block;
    padding-top: 27px;
    line-height: 20.04px;
    margin-bottom: 0;
    letter-spacing: .8px
}

.addr__phone {
    color: #4990e2;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .8px;
    line-height: 20.04px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-grow: 1;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end
}

.policy {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    padding: 30px 0;
    z-index: 9999;
    width: 100%;
}

.policy__wrap {
    display: flex;
    align-items: center
}

.policy__text {
    max-width: 1112px;
    width: 100%;
    min-height: 35px;
    height: 100%;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .7px;
    margin-right: 45px;
    opacity: 0.9;
}

.policy__link {
    color: #fff;
    letter-spacing: .7px;
    border-bottom: 2px solid #4990e2
}

.policy__link:hover {
    color: #4990e2
}

.policy__buttons-wrap {
    max-width: 248px;
    width: 100%
}

.policy__accept-button {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 52px;
    text-transform: uppercase;
    width: 102px;
    height: 52px;
    border-radius: 4px;
    background-color: #4990e2;
    margin-right: 20px;
    cursor: pointer;
}

.policy__read-more-button {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 52px;
    text-transform: uppercase;
    width: 122px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #000000;
}

@media only screen and (max-width: 900px) {
    .policy__wrap {
        display: block;
        text-align: center
    }

    .policy__text {
        margin-bottom: 25px
    }

    .policy__buttons-wrap {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 400px) {
    .policy__text {
        margin-bottom: 18px
    }
}

.section-title--white {
    color: #fff
}

@media only screen and (max-width: 767.98px) {
    .section-title {
        letter-spacing: normal
    }
}

.button {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .7px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    background-color: #4990e2;
    padding: 15px 20px;
    cursor: pointer
}

.button--arrow {
    position: relative;
    padding-right: 40px
}

.button--arrow:after {
    display: block;
    content: "";
    width: 10px;
    height: 11px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../img/icons/send-request--after.svg)
}

.section-link {
    color: #4990e2;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
    line-height: 20px
}

.scroll-line-block {
    position: absolute;
    height: 82%;
    top: 80px;
    left: 0;
    width: 5px;
    background-color: #e6e6e6
}

.scroll-line-block .scroll-line {
    width: 5px;
    height: 171px;
    border-radius: 3px 3px 0 0;
    background-color: #4990e2;
    position: relative;
    top: 0
}

.g-recaptcha .grecaptcha-badge {
    display: none !important
}

ul li > ul {
    margin-left: 0;
    margin-top: 45px;
    padding-left: 0 !important;
    padding-top: 0 !important
}

ul li > ol {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important
}

ol {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 5px;
    counter-reset: item;
    list-style-position: inside;
}

ol > li {
    counter-increment: item;
    padding-left: 0;
    display: list-item;
}

ol > li > div {
    display: inline;
}

@media only screen and (max-width: 991.98px) {
    ol {
        padding-left: 0;
    }

    ol > li:before {
        margin-right: 27px;
    }
}

@media only screen and (max-width: 767px) {
    ol > li:before {
        margin-right: 10px;
    }
}


ol > li > ul {
    padding-top: 0 !important;
    padding-left: 40px !important
}

ol > li > ul li {
    padding-left: 30px;
    margin-bottom: 25px
}

ol > li > ul li:before {
    display: none
}

.blog-navigation-list ol {
    margin-left: 0;
    padding-left: 0
}

.blog-navigation-list ol li {
    color: var(--primary--color);
    counter-increment: item;
    padding-left: 10px;
    margin-bottom: 24px;
    display: list-item;
    position: relative
}

.blog-navigation-list ol li a.blog-navigation-list-item {
    color: #33313d;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px dotted #4990e2;
    position: relative;
    background: url(../img/icons/blog-scroll-link-icon.png) no-repeat right center;
    padding-right: 37px;
    display: inline-block;
    max-width: 75%
}

body.webp .blog-navigation-list ol li a.blog-navigation-list-item {
    background: url(../img/icons/blog-scroll-link-icon.webp) no-repeat right center;
}

.blog-navigation-list ol li a.blog-navigation-list-item:hover {
    color: #4990e2;
    background: url(../img/icons/blog-scroll-link-icon--hovered.png) no-repeat right center
}

body.webp .blog-navigation-list ol li a.blog-navigation-list-item:hover {
    background: url(../img/icons/blog-scroll-link-icon--hovered.webp) no-repeat right center
}

.blog-navigation-list ol li a.blog-navigation-list-item:hover:after {
    content: 'SCROLL HERE';
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 20.01px;
    text-transform: uppercase;
    letter-spacing: .6px;
    background-color: #33313d;
    position: absolute;
    right: -99px;
    top: 0;
    padding: 0 5px
}

.hiden-temporary {
    display: none !important
}

h3.bserv__title span.inner-span-title {
    height: 60px;
    display: block
}

@media only screen and (max-width: 700px) {
    h3.bserv__title span.inner-span-title {
        display: inline;
        height: unset
    }
}

.d-none {
    display: none !important
}

.pb-0 {
    padding-bottom: 0
}

.link {
    color: #4a90e2;
    text-transform: uppercase;
    font-family: ocr;
    display: inline-block;
    background-color: transparent;
    cursor: pointer
}

button.link {
    font-size: 14px
}

.first-letter {
    width: 78px;
    height: 78px;
    float: left;
    color: #4990e2;
    font-family: ocr;
    font-size: 85px;
    text-align: center;
    position: relative;
    margin-right: 13px;
    line-height: 78px
}

.first-letter i {
    font-style: normal;
    position: relative;
    z-index: 2
}

.first-letter:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/bg-firstletter.png) center repeat
}

body.webp .first-letter:before {
    background: url(../img/bg-firstletter.webp) center repeat
}

.first-letter.dark:before {
    background: url(../img/bg-firstletterdark.png) center repeat
}

body.webp .first-letter.dark:before {
    background: url(../img/bg-firstletterdark.webp) center repeat
}

.title {
    font-family: pt sans caption;
    font-size: 41px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-align: center;
    color: #23222a
}

.subtitle {
    font-family: pt sans caption;
    color: #595462;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center
}

@media (max-width: 992px) {
    .title {
        font-size: 36px;
        line-height: 40px
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 13px
    }

    .subtitle {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    body, p {
        -webkit-text-size-adjust: none
    }
}

.form-group.has-error .form__iput, .form-group.has-error .select-title {
    border-bottom: 1px solid red
}

.form-group.has-error .help-block {
    padding: 0 19px;
    display: inline-block;
    font-size: 12px;
    color: #aa0505;
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 35px;
    text-transform: uppercase;
    display: none
}

@media (max-width: 650px) {
    .form-group.has-error .help-block {
        padding: 5px 13px 0
    }
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border-bottom: 1px solid #9b9b9b;
    -webkit-text-fill-color: #9b9b9b;
    -webkit-box-shadow: 0 0 0 1000px #f5f5f6 inset;
    transition: background-color 5000s ease-in-out 0s
}

.footer-body__it-cluster {
    background: url("../img/it-cluster-logo.png") no-repeat center center/contain;
    width: 113px;
    height: 80px;
    display: table;
    margin: 0 auto
}

body.webp .footer-body__it-cluster {
    background: url("../img/it-cluster-logo.webp") no-repeat center center/contain;
}

p.invisible-element {
    display: none
}

.no-posts-message {
    margin-bottom: 40px;
    text-align: center;
}

.tech-get-in-touch{
    z-index: 1000;
}

@media screen and (max-width:1440px) {
    .page-template-basic-page-template #first-section .wrap,
    .single-technologies #first-section .wrap,
    .single-industries #first-section .wrap{
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
        max-width: 100%;
    }
}

@media screen and (max-width:991.98px) {
    .page-template-basic-page-template #first-section .wrap,
    .single-technologies #first-section .wrap,
    .single-industries #first-section .wrap{
        padding-left: 46px;
        padding-right: 46px;
    }
}

@media screen and (max-width:576px) {
    .page-template-basic-page-template #first-section .wrap,
    .single-technologies #first-section .wrap,
    .single-industries #first-section .wrap{
        padding-left: 24px;
        padding-right: 24px;
    }

    .page-template-basic-page-template footer,
    .single-technologies footer,
    .single-industries footer{
        margin-top: 0;
    }
}

.general-about-section__column .collapsible-about__content{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

#grid.articles {
    display: flex;
    flex-wrap: wrap;
}

.titles .cluster-link:last-child span  {
    left: 26px;
}

.addresses.addr {
    margin-bottom: 200px;
}

.page-template-contacts footer.fo {
    background-image: none;
    padding-top: 30px;
}

.section-subtitle {
    margin: 70px auto 0;
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    color: #413F4D;
    max-width: 750px;
}

.wrap-for-medium-and-down {
    text-align: center;
}

.button {
    background-color: #1D86FF;
}

#case .card__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    text-transform: none;
    letter-spacing: 0;
    margin: 20px 0 15px;
    height: auto;
}

#case .card__link {
    font-weight: 500;
}

#case .card:hover .card__link:before {
    display: none;
}

#case .card {
    padding-top: 60px;
}

.services-cards .section__description {
    max-width: 615px;
    color: #fff;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 105px;
}

.services-cards .card__icon {
    width: 60px;
    height: 60px;
}

.card__icon_technologies {
    width: 100px;
    height: 50px;
    margin-bottom: 30px;
}

.card__icon_technologies img, .card__icon_technologies svg {
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .card__icon_technologies {
        margin-bottom: 10px;
    }
}

.services-cards .card__title {
    width: 200px;
}


.page-template-casestudy .header::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.51) 100%);
}

.navigation-links {
    padding: 40px 0;
}

/* .breadcrumbs {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #AA076B;
}

.breadcrumbs a {
    color: #413F4D;
    text-decoration: underline;
}

.breadcrumbs a:hover {
    color: #AA076B;
}

.breadcrumbs .separator {
    color: #413F4D;
} */

.page-template-casestudy .section-logos {
    padding: 40px 0 120px;
}

.filters-group-wrap {
    background: #F5F5F7;
    border-radius: 5px;
    padding: 0;
}

.searchandfilter ul li.sf-field-taxonomy-case_studies_category ul li label {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    text-transform: uppercase;
    color: #222129;
    padding: 0;
    background: 0 0;
    cursor: pointer;
    margin: 0 25px;
}

.searchandfilter ul li.sf-field-taxonomy-case_studies_category ul li:hover label, .searchandfilter ul li.sf-field-taxonomy-case_studies_category ul li.sf-option-active label {
    color: #1D86FF;
}

.page-template-casestudy .cards {
    justify-content: space-between;
}

.page-template-casestudy .card-wrapper {
    padding: 0;
    flex: 0 0 420px;
    margin-top: 60px;
}

.casestudy-content {
    margin-bottom: 180px;
}

.filters-group {
    max-width: 1370px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.related-cases .section-title {
    font-size: 36px;
    line-height: 49px;
    text-align: left;
}


.related-cards {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    margin-right: auto;
}

.related-cards.two-cards {
    grid-template-columns: repeat(2, 1fr);
}

.related-card-wrapper {
    flex: 0 0 267px;
}

.related-card-wrapper a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.related-card-wrapper.float-right__animation--trigger:hover a {
    column-gap: 0px;
}

.related-card-wrapper a .card__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    flex: 1;
}

.related-card-wrapper a .card__info {
    max-width: 192px;
}

.related-card-wrapper a .card__btn {
    flex: 0 0 43px;
}

.related-card-wrapper a .card__icon {
    width: 10px;
    height: 10px;
    margin-bottom: 0;
}

.related-industries .related-card-wrapper a .card__icon svg rect {
    transition: all .1s ease-in-out;
}

.related-card-wrapper:hover a .card__icon svg path, .related-card-wrapper:hover a .card__icon svg rect {
    fill: #1D86FF;
}

.related-card-wrapper:hover a .card__icon img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(98%) saturate(1146%) hue-rotate(195deg) brightness(101%) contrast(104%);
}

.related-card-wrapper a .card__icon img {
    transition: .1s filter ease-in-out;
}

.related-card-wrapper a .card__icon svg path {
    transition: .1s fill ease-in-out;
}

.challenge__numbers .wrap {
    display: flex;
    justify-content: space-around;
}

.solution__items .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.related-cases {
    padding: 100px 0;
}

.related-cases.casestudy-content {
    margin-bottom: 0;
}

.related-cases .section-title {
    text-align: center;
    margin-bottom: 65px;
}


.chosen-container-single .chosen-search {
    display: none;
}

.searchandfilter ul li.sf-field-tag {
    width: 100%;
}

.blogpage .searchandfilter ul:first-child {
    padding: 0 40px;
}

.searchandfilter ul li.sf-field-tag ul li label {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    text-transform: uppercase;
    color: #222129;
    padding: 0;
    background: 0 0;
    cursor: pointer;
    margin: 0 25px;
}

.searchandfilter ul li.sf-field-tag ul li:first-child label {
    margin-left: 0;
}

.searchandfilter ul li.sf-field-tag ul li:last-child label {
    margin-right: 0;
}

.searchandfilter ul li.sf-field-tag ul li:hover label, .searchandfilter ul li.sf-field-tag ul li.sf-option-active label {
    color: #1D86FF;
}

.chosen-container {
    font-size: 14px;
    width: 261px !important;
    font-weight: 600;
    line-height: 22px;
    padding: 11px 0;
}

.chosen-container-single .chosen-single {
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #222129 !important;
}

.chosen-container-single .chosen-single span {
    color: #222129;
}

.searchandfilter ul li.sf-field-post-meta-article_author, .searchandfilter ul li.sf-field-search {
    padding-bottom: 0;
}

.category-blog .author-articles .blog-post-info__date-time, .category-blog .author-articles .blog-article-info-author__name, .category-blog .author-articles .blog-article-info-author__position, .category-blog .author-articles .card__title {
    color: #222129;
}

.navigation.pagination {
    text-align: center;
    width: 100%;
    padding: 30px 0 0;
}

.navigation.pagination a, .navigation.pagination span {
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    color: #222129;
    margin: 0 15px;
}

.navigation.pagination span.page-numbers.current {
    color: #4990E2;
}

.developers-hire {
    padding: 50px 0 100px;
}

.developers-hire .wrap {
    display: flex;
    justify-content: space-around;
}

.developer-team img {
    margin-bottom: 40px;
}

.dt-years {
    font-weight: bold;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #1D86FF;
}

#typed {
    font-weight: bold;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #413F4D;
}

.description__technologies .wrap {
    padding: 0;
}

.description__technologies .technologies.section--white .tech-labels__item {
    margin: 0;
}

.alm-btn-wrap {
    text-align: center;
}

.alm-load-more-btn.done {
    display: none;
}

.alm-reveal.cards {
    margin-bottom: 50px;
}


.author-title-info {
    display: flex;
    align-items: baseline;
}

.author-title-info a {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    margin-left: 30px;
    color: #AA076B;
    text-transform: uppercase;
}

body .author-articles .cards .card__tags{
	color: #AA076B;
}

.overlay {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.overlay.showed {
    visibility: visible;
    opacity: 1;
}

.popup {
    width: 612px;
    margin: 15vh auto 0;
    transition: all 2s ease-in-out;
}

.popup .close-popup {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/artelogic/img/icons/close_white.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.blog-article-info.row .live-help-link {
    margin-top: 0;
    margin-left: 50px;
}


.blog-article-content .wrap {
    padding-left: 0;
    padding-right: 0;
}

.card--dark .services-card__icon img {
    filter: brightness(0) invert(1);
}

.card--dark:hover .card__title {
    color: #ffffff;
}

.card--dark:hover .card__icon path {
    fill: #ffffff !important;
}

.card--dark:hover .services-card__icon img {
    filter: brightness(0) invert(1) !important;
}

.button.all-cs {
    background: none !important;
    font-size: 18px;
    text-decoration: underline;
    color: #4990E2;
    margin-top: 60px;
}


.single-technologies .tech .wrap-for-medium-and-down, .single-industries .tech .wrap-for-medium-and-down {
    display: none;
}

.single-technologies .tech-description::after, .single-technologies .tech-expertise::after, .single-technologies .related-cases::after, .single-industries .tech-description::after, .single-industries .related-cases::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 69.5px);
    height: 20px;
    width: 139px;
    background-image: url(../img/icons/white-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.single-technologies .tech .tech-labels, .single-industries .tech .tech-labels {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.single-technologies .technologies.section--white .tech-labels__item, .single-industries .technologies.section--white .tech-labels__item {
    margin: 30px 56px;
}


.technologies.section--white .tech-labels__view-all:hover, .button:hover {
    background: #2578D8;
}

.share-block {
    display: flex;
    align-items: center;
}

.blog-article-info-author__info {
    display: flex;
    align-items: center;
}

.blog-article-info-author__links {
    display: flex;
    align-items: center;
}

.widget--fixed {
    left: 1225px;
}

.jump-button--gray2 {
    background-image: url(../img/icons/@Gray2Notch.svg);
    background-repeat: no-repeat;
}

.jump-button--black {
    background-image: url(../img/icons/header-inner-black-notch.svg);
    background-repeat: no-repeat;
}

.related-cases .card-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 420px;
}

.casestudiespage .related-cases.casestudy-content {
    padding-bottom: 0;
}

.single-technologies .navigation-links, .single-industries .navigation-links {
    padding-bottom: 0;
}

.single-technologies footer {
    margin-top: 0;
}

.tech-description .content-section-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.4px;
    color: #413F4D;
    margin-top: 60px;
}

.tech-description .content-section-text p {
    padding-bottom: 30px;
}

.tech-description .content-section-text p:last-child {
    padding-bottom: 0;
}

.tech-description .button, .tech-expertise .button, .tech-expertise .button, .tech_advantages .button {
    text-transform: none;
}

.related-industries::after, .single-technologies .services-cards::after, .single-industries .tech_advantages::after, .single-industries .services-cards::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 65px);
    height: 20px;
    width: 130px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../img/icons/white-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.tech-expertise .content-section-text {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
    color: #413F4D;
    margin-top: 60px;
}

.tech-expertise .content-section-text p {
    padding-bottom: 30px;
}

.tech-expertise .content-section-text p:last-child {
    padding-bottom: 0;
}

.tech-expertise-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tech-expertise-item {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 60px;
}

.tech-expertise-item-info {
    width: 82%;
    color: #413F4D;
    line-height: 25px;
}

.tech-expertise-item-info h4 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.tech-expertise-item-info p {
    font-size: 16px;
}

.tech_advantages .content-section-text {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.4px;
    color: #413F4D;
    margin-top: 60px;
}

.tech_advantage-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tech_advantage-item {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 60px;
}

.tech_advantage-item-info h4 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #4990E2;
}

.tech_advantage-item-info p {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #413F4D;
    padding-top: 20px;
}

.tech-advertising {
    background: #4A90E2;
}

.tech-advertising .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tech-advertising .content-section__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #FFFFFF;
    text-transform: none;
    max-width: 75%;
}

.tech-advertising .button {
    background: #FFFFFF;
    color: #413F4D;
    text-transform: none;
    font-size: 20px;
    line-height: 27px;
}

.single-technologies .tech:before, .single-industries .tech:before {
    display: none;
}

.single-technologies .tech, .single-industries .tech {
    height: auto;
    padding: 100px 0;
}

.coop-models .card-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 475px;
}

.coop-models .card {
    padding-top: 70px;
}

.services-cards.coop-models .card__title {
    width: auto;
    height: auto;
    margin: 50px 0 30px;
    font-size: 18px;
    line-height: 25px;
}

.services-cards.coop-models::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: calc(50% - 65px);
    height: 20px;
    width: 130px;
    background-image: url(../img/icons/white-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.single-industries .industry-solutions::after, .single-industries .how-it-works-industry::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 65px);
    height: 20px;
    width: 130px;
    background-image: url(../img/icons/gray-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.single-industries .industry-solutions .content-section-text, .single-industries .industry-solutions ul.industry-solutions-items li {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #413F4D;
}

.single-industries .industry-solutions .content-section-text p {
    padding-top: 40px;
}

.single-industries .industry-solutions .content-section-text p:first-child {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    color: #4990E2;
}

.single-industries .industry-solutions ul.industry-solutions-items {
    width: 80%;
    margin: 25px auto 0;
    list-style-image: url(../img/icons/link-active.svg)
}

.single-industries .industry-solutions ul.industry-solutions-items li {
    padding-left: 15px;
    padding-top: 25px;
}

.single-industries .tech-advertising .content-section__title {
    max-width: 70%;
}

.industrypage #case {
    margin-bottom: 0;
}

.single-industries .tech_advantages .content-section__title, .single-industries .tech_advantages .content-section-text, .single-industries .tech_advantage-item-info p {
    color: #fff;
}

.single-industries .tech_advantage-items {
    justify-content: start;
}

.single-industries .tech_advantage-item {
    width: 22%;
    margin: 60px 1.5% 0;
}

.how-it-works-industry .content-section-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.4px;
    color: #413F4D;
    padding-top: 60px;
}

.hiwi-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hiwi-item {
    width: 28%;
    background: #fff;
    margin: 50px 0;
    text-align: center;
    padding: 40px 35px;
    position: relative;
}

.hiwi-item .hiwi-icon {
    width: 67px;
    height: 67px;
    margin: 0 auto 20px;
}

.hiwi-item h4 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #413F4D;
}

.hiwi-item p {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #413F4D;
    padding-top: 20px;
}

.hwi-0::after, .hwi-1::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/icons/arrow-right-blue.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
}

.hwi-2::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/icons/arrow-right-blue.svg) no-repeat center center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -60px;
}

.hwi-4::after, .hwi-5::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/icons/arrow-right-blue.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: -60px;
}

.how-it-works-industry .content-section-text:last-child {
    padding-top: 10px;
}

.single-industries .services-cards.coop-models::before {
    display: none;
}

.related-industries .section-title {
    text-align: left;
}

.blogpage .author-articles {
    padding-bottom: 30px;
}

.casestudiespage .solution {
    padding-top: 0;
}

#adminmenu li a.wp-has-current-submenu .update-plugins {
    display: none !important;
}

@media only screen and (max-width: 1439.98px) {
    .card-wrapper {
        flex: 0 0 295px;
    }

    .technologies.section--white .tech-labels__item {
        width: 140px;
        margin: 0px;
    }

    .why-artelogic-main .section__container {
        grid-template-columns: repeat(3, 375px);
    }

    .addr__item {
        padding-left: 27px;
    }

    .filters-group {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-casestudy .card-wrapper {
        flex: 0 0 300px;
    }

    .author-content .author-info {
        max-width: 776px;
    }

    .category-blog .card-wrapper {
        flex: 0 0 370px;
    }

    .bloginnerpage-content .blog-article {
        max-width: 700px;
    }

    .widget--fixed {
        right: 25px;
        left: auto;
    }

    .single-services .technologies.section--white .tech-labels__item, .single-technologies .technologies.section--white .tech-labels__item, .single-industries .technologies.section--white .tech-labels__item {
        margin: 30px 40px;
    }

    .related-cases .card-wrapper {
        flex: 0 0 360px;
    }

    .navigation-links .wrap, .single-authors .author-content .wrap, .single-authors .author-articles .wrap, .single-authors .author-gallery .wrap, .wrap.footer-wrap, .filters-group, .blogpage .author-articles .wrap, .bloginnerpage-content .wrap, .bloginnerpage .author-articles .wrap, .home .main-top .wrap, .same-page-with .wrap, .developers-hire .wrap, .why-artelogic-main .wrap, .casestudieshellopage .casestudy-content .wrap, .single-services .how-it-works .wrap {
        max-width: 1164px;
    }

    .author-articles .cards, .page-template-casestudy .cards {
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
    }

    .author-articles .card-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .author-articles .card {
        padding-left: 25px;
        padding-right: 25px;
    }

    .author-content .wrap, .single-authors .section-logos {
        justify-content: space-between;
    }

    .category-blog .card-wrapper {
        flex: 0 0 358px;
    }

    .description__technologies .technologies.section--white .tech-labels__item {
        width: 155px;
    }

    .single-services .services-cards .card-wrapper, .home .services-cards .card-wrapper {
        flex: 0 0 280px;
    }

    .indtech .header-content {
        max-width: 860px;
    }

    .indtech .navigation-links .wrap, .indtech .tech-description .wrap, .indtech .related-industries .wrap, .indtech .tech-expertise .wrap, .indtech .tech_advantages .wrap, .indtech .tech-advertising .wrap, .industrypage .industry-solutions .wrap, .industrypage .how-it-works-industry .wrap {
        max-width: 940px;
        padding-left: 0;
        padding-right: 0;
    }

    .indtech .tech-description .wrap:first-child, .indtech .tech-expertise .wrap:first-child, .indtech .tech_advantages .wrap:first-child, .industrypage .industry-solutions .wrap:first-child {
        max-width: 1134px;
    }

    .indtech .related-industries .section-title {
        font-size: 36px;
        line-height: 49px;
    }

    .indtech .related-industries .related-cards {
        justify-content: start;
        align-items: center;
    }

    .indtech .related-industries .related-card-wrapper a .card__info {
        width: 210px;
    }

    .indtech .related-industries .related-card-wrapper {
        flex: 0 0 320px;
    }

    .tech-expertise-item-info {
        width: 224px;
    }

    .tech-advertising .content-section__title {
        max-width: 650px;
    }

    .services-cards.tech-services .card-wrapper {
        flex: 0 0 290px;
    }

    .services-cards.tech-services .card__title {
        width: auto;
    }

    .coop-models .card-wrapper {
        flex: 0 0 455px;
    }

    .indtech .author-articles .article-img {
        max-width: 100%;
        height: auto;
    }

    .indtech .author-articles .card-wrapper {
        flex: 0 0 358px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .indtech .author-articles .cards {
        justify-content: center;
    }

    .indtech .author-articles#case .card__title {
        margin-bottom: 0;
    }

    .indtech .author-articles {
        padding-bottom: 30px;
    }

    .single-industries .tech_advantage-item {
        width: 200px;
        margin-left: 23px;
        margin-right: 23px;;
    }

    .single-industries .tech_advantage-items {
        margin: 0 -23px;
    }

    .hiwi-items {
        margin: 0 -30px;
    }

    .hiwi-item {
        width: 260px;
        padding-left: 33px;
        padding-right: 33px;
    }

    .hwi-0::after, .hwi-1::after {
        right: -60px;
    }

    .hwi-4::after, .hwi-5::after {
        left: -60px;
    }
}

@media only screen and (max-width: 1199.98px) {
    #case .card-wrapper img {
        width: 100%;
        height: auto;
    }

    .technologies.section--white .tech-labels__item {
        width: 200px;
        margin: 10px;
    }

    .why-artelogic-main .section__container {
        grid-template-columns: repeat(3, 305px);
    }

    .why-artelogic-main .section__container .section__container-item {
        height: auto;
        padding: 50px 40px;
    }

    .addr__street {
        width: 180px;
    }

    .addr__item {
        padding-left: 15px;
    }

    .fo-blocks__offices {
        width: fit-content;
    }

    .hire-form {
        max-width: 550px;
    }

    .author-content .author-info {
        max-width: 556px;
    }

    .single-authors .section-logos img {
        height: 40px;
        width: auto;
    }

    .category-blog .card-wrapper {
        flex: 0 0 300px;
    }

    .category-blog #case .card-wrapper .card {
        padding-left: 30px;
        padding-right: 30px;
    }

    .category-blog #case .card-wrapper img {
        width: 100%;
    }

    .searchandfilter ul li.sf-field-tag ul li label {
        margin: 0 12px;
    }

    .bloginnerpage-content .blog-article {
        max-width: 500px;
    }

    .single-services .tech .tech-labels, .indtech .tech .tech-labels {
        max-width: 90%;
    }

    .single-services .technologies.section--white .tech-labels__item, .indtech .technologies.section--white .tech-labels__item {
        margin: 30px 0px;
    }

    .related-cases .card-wrapper {
        padding-left: 10px;
        padding-right: 10px;
        flex: 0 0 300px;
    }

    .hwi-0::after, .hwi-1::after {
        right: -47px;
    }

    .hwi-4::after, .hwi-5::after {
        left: -47px;
    }

    .navigation-links .wrap, .single-authors .author-content .wrap, .single-authors .author-articles .wrap, .single-authors .author-gallery .wrap, .wrap.footer-wrap, .blogpage .author-articles .wrap, .filters-group, .bloginnerpage-content .wrap, .bloginnerpage .author-articles .wrap, .home .main-top .wrap, .same-page-with .wrap, .developers-hire .wrap, .why-artelogic-main .wrap, .casestudieshellopage .casestudy-content .wrap, .casestudiespage .service .wrap, .cs-related-services .wrap, .casestudiespage .description .wrap, .casestudiespage .service__text p, .casestudiespage .challenge__text p, .casestudiespage .solution__text p, .casestudiespage .service__text ul, .casestudiespage .challenge__text ul, .casestudiespage .solution__text ul, .single-services .how-it-works .wrap {
        padding-left: 45px;
        padding-right: 45px;
    }

    .author-articles#case .card-wrapper .card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .author-articles#case .card-wrapper img {
        width: 100%;
    }

    .author-articles .card-wrapper {
        flex: 0 0 275px;
    }

    footer .development-form {
        max-width: 840px;
    }

    .fo-blocks__offices {
        width: fit-content;
    }

    .share-block {
        margin-right: 0px;
    }

    .bloginnerpage-content .blog-article-info-author .blog-article-info__label {
        max-width: 100px;
    }

    .home .header-content, .casestudieshellopage .header-content, .casestudiespage .header-content {
        max-width: 860px;
    }

    .home .section-logos img, .casestudieshellopage .section-logos img {
        width: 185px;
    }

    .developer-team img {
        width: 280px;
    }

    .developers-hire .wrap {
        justify-content: space-between;
    }

    .searchandfilter ul li.sf-field-taxonomy-case_studies_category ul li label {
        margin: 0 10px;
    }

    .page-template-casestudy .card-wrapper {
        flex: 0 0 280px;
    }

    .casestudiespage .description__technologies .wrap {
        padding: 0;
    }

    .casestudiespage .related-card-wrapper {
        flex: 0 0 290px;
    }

    .casestudiespage .service .wrap, .casestudiespage .challenge .wrap, .casestudiespage .solution .wrap {
        max-width: 964px;
        padding-left: 45px;
        padding-right: 45px;
    }



    .indtech .author-articles .card-wrapper {
        flex: 0 0 315px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .indtech .related-cases .card-wrapper {
        flex: 0 0 310px;
    }

    .indtech .related-cases#case .card-wrapper .card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hiwi-items {
        margin: 0;
    }

}

@media only screen and (max-width: 991.98px) {
    .related-card-wrapper a .card__info .card__title {
        transition: unset;
    }

    .related-card-wrapper a .card__icon img {
        transition: unset;
    }

    .wpcf7-list-item label:hover input ~ .wpcf7-list-item-label {
        background-color: unset;
    }

    .header-content--main .header-content__title {
        line-height: 65px;
    }

    .author-content .author-photo .a-photo {
        min-height: 241px;
    }

    .home .main-top .wrap {
        flex-direction: column-reverse;
    }

    .home .main-top .wrap .mt-right .mt-blocks {
        justify-content: space-evenly;
    }

    .home .main-top .wrap .mt-right .mt-block {
        width: 35%;
        padding: 0 30px;
    }

    .home .main-top .wrap .mt-right .section__buttons {
        display: none;
    }

    .section-title {
        font-size: 36px;
        line-height: 49px;
    }

    .home .same-page-with .card-wrapper .card__info, .home .services-cards .card__info, .why-artelogic-main.section .section__container .section__container-item .section__container-item-content {
        width: 80%;
        margin-left: 40px;
    }

    .home .same-page-with .card-wrapper .card__title {
        margin-top: 0;
    }

    .section-logos {
        justify-content: center;
        flex-wrap: wrap;
    }

    .section-logos img {
        margin: 10px 0;
    }

    .home .services-cards .card-wrapper {
        flex: 0 0 542px;
    }

    .home .services-cards .card {
        padding: 40px 40px 40px 20px;
        display: flex;
        align-items: center;
    }

    .home .services-cards .card__link {
        left: auto;
        right: 40px;
    }

    .home .services-cards .card__info {
        padding-bottom: 40px;
    }

    .home .services-cards .card__title {
        width: auto;
        height: auto;
    }

    .home .who-we-are .section__description {
        max-width: 650px;
    }

    #case .card-wrapper:last-child {
        display: none;
    }

    #case .card-wrapper .card {
        padding-left: 25px;
        padding-right: 25px;
    }

    #case .card-wrapper .card__link {
        left: 25px;
    }

    .technologies.section--white .tech-labels__item {
        width: 150px;
    }

    .section-subtitle {
        margin-top: 50px;
        max-width: 542px;
    }

    .why-artelogic-main .section__container {
        grid-template-columns: repeat(1, 542px);
        grid-gap: 30px 0;
    }

    .why-artelogic-main .section__container .section__container-item {
        padding: 40px;
        flex-direction: row;
        align-items: center;
    }

    .why-artelogic-main.section .section__container .section__container-item .section__container-item-content .section__container-item-content-title {
        padding-top: 0;
    }

    .addr__street {
        width: 235px;
    }

    .addr__item {
        padding-left: 50px;
        margin-bottom: 50px;
        border-left: 1px solid #CFCFCF;
        width: 330px;
    }

    .addr__item:nth-child(3) {
        border-left: 0;
    }

    .development-form, .candidat-form, .newsletter-from, .free-copy-form {
        max-width: 542px;
    }

    .send-form {
        padding-left: 90px;
        padding-right: 90px;
    }

    .fo-blocks__item--arte {
        width: 100%;
        margin: 0;
    }

    .fo-blocks__offices {
        width: fit-content;
    }

    .fo-blocks__offices {
        margin-top: 95px;
    }

    .addresses.addr {
        margin-bottom: 120px;
    }

    .header-content {
        max-width: 680px;
    }

    .inner #case .card-wrapper:last-child {
        display: block;
    }

    .developers-hire .wrap {
        flex-direction: column;
        align-items: center;
    }

    .hire-form, .home .development-form.hire-form {
        margin-top: 70px;
        max-width: 650px;
    }

    .single-case-studies .header-content .header-content__title {
        margin-bottom: 20px;
    }

    .solution__items .wrap {
        column-gap: 40px;
        row-gap: 40px;
    }

    .cs-solution-item {
        max-width: 45%;
        width: 100%;
    }

    .author-content .author-info {
        max-width: 416px;
    }

    .author-content .author-photo {
        max-width: 241px;
    }

    .author-content .author-photo .author-contacts {
        justify-content: space-between;
    }

    .author-content .author-photo .soc__icon-wrap {
        margin: unset;
    }

    .author-content .author-info .content-section__title {
        font-size: 36px;
        line-height: 49px;
    }

    .single-authors .section-logos img {
        height: 30px;
    }

    .single-authors header {
        height: 70px;
    }

    .blogpage-hero-section .owl-nav {
        display: block;
    }

    .category-blog .card-wrapper {
        flex: 0 0 350px;
    }

    .category-blog #case .card-wrapper .card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-posts-block {
        max-width: 271px;
        width: 100% !important;
    }

    .top-posts-block-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tp-item-img {
        width: 87px;
        height: 87px;
    }

    .tp-item-info {
        width: 125px;
    }

    .tp-item-info .blog-post-info__date-time, .tp-item-info .blog-post-info__category {
        font-size: 10px;
    }

    .tp-item-info .tp-item-title {
        font-size: 13px;
        line-height: 18px;
    }

    .single-technologies .services-cards.tech-services .cards {
        flex-direction: column;
    }

    .single-technologies .services-cards.tech-services .cards .card-wrapper {
        margin: 0 auto 10px;
        max-width: 542px;
    }

    .single-technologies .services-cards.tech-services .cards .card-wrapper .card {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .single-technologies .services-cards.tech-services .cards .card-wrapper .card .card__info {
        width: 80%;
    }

    .single-technologies .services-cards.tech-services .cards .card__title {
        width: auto;
        height: auto;
    }

    .single-technologies .services-cards.tech-services .cards .card__link {
        left: auto;
        right: 30px;
    }

    .single-technologies .services-cards.tech-services .cards .card__icon {
        margin-bottom: 0;
    }

    .services-cards .section__description {
        margin: 0 auto 50px;
    }

    .related-cases .card-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 330px;
    }

    .tech-expertise-item, .tech_advantage-item {
        width: 45%;
    }

    .hwi-0::after {
        right: -60px;
    }

    .hwi-1::after, .hwi-5::after {
        right: auto;
        bottom: -60px;
        top: auto;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    .hwi-2::after {
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        left: -60px;
        right: auto;
    }

    .hwi-4::after {
        right: -60px;
        bottom: auto;
        top: 50%;
        left: auto;
        transform: translateY(-50%) rotate(0deg);
    }

    .hwi-0 {
        order: 1;
    }

    .hwi-1 {
        order: 2;
    }

    .hwi-2 {
        order: 4;
    }

    .hwi-3 {
        order: 6;
    }

    .hwi-4 {
        order: 5;
    }

    .hwi-5 {
        order: 3;
    }

    .single-authors .author-articles .wrap {
        padding-left: 26px;
        padding-right: 26px;
    }

    .author-articles .card-wrapper {
        flex: 0 0 348px;
    }

    .category-blog .author-articles .card-wrapper, .bloginnerpage .author-articles .card-wrapper {
        flex: 0 0 324px;
    }

    .alm-reveal.cards {
        margin-bottom: 0px;
    }

    footer .development-form {
        max-width: 542px;
    }

    .single-authors .author-gallery, .bloginnerpage-content section.author-articles {
        padding-bottom: 0;
    }

    .fo-blocks__offices {
        margin: 95px auto 0;
        width: fit-content;
    }

    .fo-blocks__offices .fo-blocks__item {
        width: 155px;
        margin-right: 20px;
    }

    .home header .wrap, .casestudieshellopage header .wrap, .casestudiespage header .wrap{
        padding-left: 45px;
        padding-right: 45px;
    }

    .badge-group .titles {
        margin-top: 100px;
    }

    .page-template-casestudy .card-wrapper {
        flex: 0 0 328px;
    }

    .single-case-studies .tech-labels {
        row-gap: 20px;
    }

    .single-services .tech .tech-labels, .indtech .tech .tech-labels {
        max-width: 100%;
    }

    .single-services .technologies.section--white .tech-labels__item, .indtech .technologies.section--white .tech-labels__item {
        margin: 30px 15px;
    }

    .single-services .services-cards .card-wrapper .card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .indtech .header-content, .indtech .navigation-links .wrap, .indtech .tech-description .wrap, .indtech .related-industries .wrap, .indtech .tech-expertise .wrap, .indtech .tech_advantages .wrap, .indtech .tech-advertising .wrap, .indtech .tech-description .wrap:first-child, .indtech .tech-expertise .wrap:first-child, .indtech .tech_advantages .wrap:first-child, .industrypage .industry-solutions .wrap:first-child, .industrypage .industry-solutions .wrap, .industrypage .how-it-works-industry .wrap {
        max-width: 680px;
    }

    .indtech .related-industries .related-card-wrapper a .card__info {
        width: 260px;
    }

    .tech-expertise-item-info {
        width: 245px;
    }

    .tech_advantage-item {
        width: 43%;
    }

    .tech-advertising .content-section__title {
        max-width: 430px;
    }

    .indtech .related-cases .card-wrapper {
        flex: 0 0 328px;
    }

    .indtech .author-articles .card-wrapper {
        flex: 0 0 348px;
    }

    .single-industries .tech_advantage-items {
        margin: 0 -19px;
    }

    .single-industries .tech_advantage-item {
        margin-left: 19px;
        margin-right: 19px;
    }

    .hiwi-items {
        display: grid;
        justify-content: center;
        grid-template-columns: auto auto;
        grid-column-gap: 109px;
    }

    .single-industries .tech-advertising .content-section__title {
        max-width: 65%;
    }

    .bloginnerpage .author-articles .cards .card-wrapper:last-child {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .author-content .author-photo .author-contacts {
        justify-content: flex-start;
    }

    #case .card-wrapper {
        flex: 0 0 275px;
    }

    .addr__item {
        padding-left: 30px;
        width: 265px;
    }

    .searchandfilter ul li.sf-field-taxonomy-case_studies_category ul li label {
        margin: 0 13px;
    }

    .page-template-casestudy .section-logos {
        padding: 10px 0 100px;
    }

    .inner .fo, .developers-hire {
        padding-top: 0;
    }

    .developer-team img {
        width: 240px;
    }

    .cs-related-services .services-card__icon {
        display: block;
    }

    .cs-related-services .related-card-wrapper {
        flex: 0 0 270px;
    }

    .casestudiespage .description__information-block {
        row-gap: 20px;
    }

    .author-content .author-photo .a-photo, .author-content .author-photo {
        max-width: 100%;
    }

    .author-content .wrap {
        flex-direction: column;
        align-items: center;
    }

    .author-contacts {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }

    .author-content .author-photo .soc__icon-wrap, .author-content .author-photo .live-help-link {
        margin-top: 0;
    }

    .author-content .author-photo .soc__icon-wrap {
        margin-left: 0;
        margin-right: 0;
        width: auto;
        justify-content: flex-start;
    }

    .author-content .author-info {
        max-width: 100%;
        margin-top: 30px;
    }

    .single-authors .section-logos {
        row-gap: 20px;
    }

    .single-authors .section-logos img {
        height: 40px;
    }

    .popup {
        width: 500px;
    }

    .single-authors header {
        height: 100px;
    }

    .category-blog #case .card-wrapper .card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .searchandfilter ul li.sf-field-search {
        flex: 0 0 220px;
    }

    .category-blog #case .card-wrapper {
        flex: 0 0 250px;
    }

    .author-articles .blog-article-info-author {
        left: 20px;
    }

    .top-posts-block {
        max-width: 328px;
        margin: 0 auto 40px;
        height: auto !important;
    }

    .inner-wrapper-sticky {
        position: static !important;
    }

    .top-posts-block-inner {
        padding: 20px;
    }

    .top-posts-block.hideart a {
        display: none;
    }

    .bloginnerpage-content .blog-article {
        max-width: 100%;
    }

    .bloginnerpage-content table {
        margin: 20px 0;
    }

    .bloginnerpage-content td {
        font-size: 12px;
        line-height: 16px;
        padding: .1em;
    }

    .blog-article-info.row .live-help-link {
        margin-left: 30px;
    }

    .bloginnerpage-content .card-wrapper .blog-article-info-author__image {
        margin-right: 0;
    }

    .single-services .tech .tech-labels, .single-technologies .tech .tech-labels {
        max-width: 100%;
    }

    .related-industries .services-card__icon, .single-technologies .services-cards .cards .services-card__icon {
        display: block;
    }

    .related-cases .card-wrapper {
        padding-left: 10px;
        padding-right: 10px;
        flex: 0 0 280px;
    }

    .related-industries .related-card-wrapper {
        flex: 0 0 270px;
    }

    .tech-expertise-item {
        width: 48%;
    }

    .tech-expertise-item-info {
        width: 77%;
    }

    .tech-advertising .content-section__title {
        max-width: 50%;
    }

    .single-industries .tech-advertising .content-section__title {
        max-width: 65%;
    }

    .single-industries .tech_advantage-item {
        width: 28%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .author-articles#case .card-wrapper {
        flex: 0 0 250px;
    }

    footer .development-form {
        max-width: 442px;
    }

    .category-blog .author-articles#case .card-wrapper, .bloginnerpage .author-articles#case .card-wrapper {
        flex: 0 0 228px;
    }

    .casestudieshellopage .section-logos img {
        width: 175px;
    }

    .page-template-casestudy #case .card-wrapper {
        flex: 0 0 230px;
    }

    .casestudiespage .cs-related-services .related-card-wrapper {
        flex: 0 0 250px;
    }

    .single-services .technologies.section--white .tech-labels__item, .indtech .technologies.section--white .tech-labels__item {
        margin: 30px 5px;
    }

    .indtech .header-content, .indtech .navigation-links .wrap, .indtech .tech-description .wrap, .indtech .related-industries .wrap, .indtech .tech-expertise .wrap, .indtech .tech_advantages .wrap, .indtech .tech-advertising .wrap, .indtech .tech-description .wrap:first-child, .indtech .tech-expertise .wrap:first-child, .indtech .tech_advantages .wrap:first-child, .industrypage .industry-solutions .wrap:first-child, .industrypage .industry-solutions .wrap, .industrypage .how-it-works-industry .wrap {
        max-width: 526px;
    }

    .indtech .related-industries .related-cards {
        justify-content: space-between;
    }

    .indtech .related-industries .related-card-wrapper {
        flex: 0;
        padding-left: 0px;
        padding-right: 0px;
    }

    .indtech .related-industries .related-card-wrapper a .card__info {
        margin-left: 10px;
        width: 190px;
    }

    .tech-advertising .content-section__title {
        max-width: 345px;
    }

    .indtech .author-articles#case .card-wrapper {
        flex: 0 0 265px;
    }

    .indtech .author-articles .cards, .indtech .related-cases .cards {
        justify-content: space-between;
    }

    .blog-post-info__tags {
        display: inline-block;
    }

    .hiwi-items {
        grid-column-gap: 85px;
    }

    .hiwi-item {
        width: 220px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hwi-0::after, .hwi-4::after {
        right: -50px;
    }

    .hwi-2::after {
        left: -50px;
    }

    .bloginnerpage-content .article-wrap {
        flex-direction: column-reverse;
    }

    .top-posts-block.sticksy-dummy-node {
        display: none !important;
    }

    .tp-item-img {
        width: 97px;
        height: 97px;
    }

    .tp-item-info {
        width: 170px;
    }
}

@media only screen and (max-width: 575.98px) {
    .hiwi-items {
        display: flex;
        justify-content: center;
        grid-template-columns: unset;
        grid-column-gap: unset;
        column-gap: unset;
    }

    .section-title {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 28px;
    }

    .home .same-page-with .card-wrapper .card__info, .home .services-cards .card__info, .why-artelogic-main.section .section__container .section__container-item .section__container-item-content {
        width: 100%;
        margin-left: 0;
    }


    .section-logos img {
        width: 180px;
    }

    .who .who__carousel {
        margin-top: 30px;
    }

    #case .card-wrapper {
        flex: 0 0 328px;
    }

    #case .card-wrapper img {
        width: 280px;
    }

    #case .card-wrapper .card {
        padding-bottom: 110px;
    }

    .blogpage #case .card-wrapper .card {
        padding-bottom: 140px;
    }

    #case .card-wrapper .card__link {
        bottom: 25px;
    }

    .our-awards .our-awards__carousel .our-awards__carousel-item {
        max-width: 155px;
        height: 160px;
    }

    .section-subtitle {
        margin-top: 35px;
        max-width: 328px;
    }

    .why-artelogic-main .section__container {
        grid-template-columns: repeat(1, 328px);
    }

    .why-artelogic-main .section__container .section__container-item {
        padding: 45px 35px 70px;
        flex-direction: column;
        align-items: start;
    }

    .why-artelogic-main.section .section__container .section__container-item .section__container-item-content .section__container-item-content-title {
        padding-top: 22px;
    }

    .where__map-wrap {
        width: 100%;
    }

    .addr__item {
        border: unset;
        padding: unset;
    }

    .fo {
        padding-top: 0;
    }

    .development-form, .candidat-form, .newsletter-from, .free-copy-form {
        max-width: 328px;
    }

    .send-form {
        padding-left: 25px;
        padding-right: 25px;
    }

    .page-template-casestudy .section-logos {
        padding: 20px 0 80px;
    }

    .page-template-casestudy .card-wrapper {
        margin: 60px auto 0;
    }

    .hire-form h5.send__title {
        max-width: 280px;
        margin: 30px auto 0;
    }

    .hire-form .send-form {
        width: 280px;
    }

    .cs-related-services .related-card-wrapper {
        flex: 0 0 100%;
    }

    .challenge__numbers .wrap {
        flex-direction: column;
        row-gap: 40px;
    }

    .cs-solution-item {
        max-width: 100%;
    }

    .author-title-info {
        position: relative;
    }

    .author-title-info a {
        margin: unset;
        position: absolute;
        top: 61px;
        right: 0;
    }

    .author-content .author-info .author-info-col-title {
        width: 100px;
    }

    .author-content .author-info .author-info-col-data {
        width: 250px;
    }

    .alm-reveal.cards {
        margin-bottom: 0px;
    }

    .single-authors .section-logos img {
        height: auto;
    }

    .popup {
        width: 328px;
    }

    .blogpage-hero-section .owl-nav {
        display: none;
    }

    .searchandfilter ul li.sf-field-search, .searchandfilter ul li.sf-field-post-meta-article_author {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .category-blog #case .card-wrapper {
        flex: 0 0 100%;
    }

    .category-blog #case .card-wrapper .card {
        padding-top: 20px;
    }

    .bloginnerpage-content .blog-article-info-social {
        margin-bottom: 0;
    }

    .bloginnerpage-content .blog-article-info-author {
        align-items: start;
    }

    .blog-article-info-author__links {
        flex-direction: column;
        text-align: left;
        margin-left: 5px;
        align-items: start;
        max-width: 234px;
    }

    .blog-article-info-author__info {
        align-items: start;
    }

    .blog-article-info.row .live-help-link {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .bloginnerpage-content .author-articles .card-wrapper .blog-article-info-author {
        flex-direction: row;
        text-align: left;
        bottom: 0;
    }

    .bloginnerpage-content .blog-article-info-social {
        margin-right: 0;
    }

    .header--blog-post .header-content .header-content__title {
        font-size: 30px;
        line-height: 41px;
    }

    .single-services .header-content .header-content__title, .indtech .header-content .header-content__title {
        line-height: 49px;
    }

    .single-technologies .services-cards.tech-services .cards .card-wrapper .card .card__info {
        width: 100%;
    }

    .single-technologies .services-cards.tech-services .cards .card-wrapper .card {
        align-items: start;
        flex-direction: column;
    }

    .single-technologies .services-cards.tech-services .cards .card__link {
        left: auto;
        right: auto;
    }

    .related-cases .card-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 328px;
    }

    .tech-description .content-section__title, .tech-expertise .content-section__title, .tech_advantages .content-section__title, .indtech .related-cases .section-title, .single-industries .industry-solutions .content-section__title, .related-industries .section-title, .services-cards.coop-models .section-title {
        font-size: 36px;
        line-height: 49px;
    }

    .tech-description .content-section-text, .tech-expertise .content-section-text, .tech_advantages .content-section-text {
        margin-top: 30px;
    }

    .related-industries .related-card-wrapper {
        flex: 0 0 100%;
    }

    .tech-expertise-item, .tech_advantage-item {
        width: 100%;
    }

    .tech-expertise-item-info {
        width: 80%;
    }

    .tech-advertising .wrap {
        flex-direction: column;
    }

    .tech-advertising .content-section__title {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 38px;
    }

    .coop-models .card-wrapper {
        flex: 0 0 360px;
    }

    .single-industries .industry-solutions ul.industry-solutions-items {
        width: 90%;
    }

    .single-industries .tech-expertise-item-info {
        width: 80%;
    }

    .single-industries .tech-advertising .content-section__title {
        max-width: 100%;
    }

    .single-industries .tech_advantage-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .hiwi-item {
        width: 85.5%;
        padding-left: 33px;
        padding-right: 33px;
    }

    .hwi-0::after, .hwi-1::after, .hwi-2::after, .hwi-3::after, .hwi-4::after {
        right: auto;
        bottom: -60px;
        top: auto;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    .wrap.footer-wrap {
        padding-top: 25px;
    }

    .navigation-links .wrap, .single-authors .author-content .wrap, .single-authors .author-articles .wrap, .single-authors .author-gallery .wrap, .wrap.footer-wrap, .blogpage .author-articles .wrap, .filters-group, .bloginnerpage-content .wrap, .bloginnerpage .author-articles .wrap, .home .main-top .wrap, .same-page-with .wrap, .developers-hire .wrap, .why-artelogic-main .wrap, .casestudieshellopage .casestudy-content .wrap, .casestudiespage header .wrap, .casestudiespage .service .wrap, .cs-related-services .wrap, .casestudiespage .description .wrap, .casestudiespage .service__text p, .casestudiespage .challenge__text p, .casestudiespage .solution__text p, .casestudiespage .service__text ul, .casestudiespage .challenge__text ul, .casestudiespage .solution__text ul, .casestudiespage .challenge .wrap, .casestudiespage .solution .wrap, .single-services .how-it-works .wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

    .author-articles#case .card-wrapper {
        flex: 0 0 328px;
    }

    .author-articles .cards, .single-authors .section-logos {
        justify-content: center;
    }

    .category-blog .author-articles#case .card-wrapper, .bloginnerpage .author-articles#case .card-wrapper {
        flex: 0 0 100%;
        max-width: 350px;
    }

    .blogpage .searchandfilter ul:first-child {
        padding: 0 30px;
    }

    .bloginnerpage-content .blog-article h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .casestudiespage .description__technologies .wrap {
        padding: 0;
    }

    .description__technologies .technologies.section--white .tech-labels__item {
        width: 50%;
    }

    .casestudiespage .service__text img, .casestudiespage .solution__text img {
        margin: 20px 0;
    }

    .casestudiespage .cs-related-services .related-card-wrapper {
        flex: 0 0 100%;
    }

    .casestudiespage .solution {
        padding-bottom: 10px;
    }

    .casestudiespage .results .wrap {
        padding: 0;
    }

    .indtech .header-content, .indtech .navigation-links .wrap, .indtech .tech-description .wrap, .indtech .related-industries .wrap, .indtech .tech-expertise .wrap, .indtech .tech_advantages .wrap, .indtech .tech-advertising .wrap, .indtech .tech-description .wrap:first-child, .indtech .tech-expertise .wrap:first-child, .indtech .tech_advantages .wrap:first-child, .industrypage .industry-solutions .wrap:first-child, .industrypage .industry-solutions .wrap, .industrypage .how-it-works-industry .wrap {
        max-width: 350px;
    }

    .indtech .related-industries .related-card-wrapper {
        flex: 0 0 100%;
    }

    .indtech .related-industries .related-cards {
        margin-left: 0;
        margin-right: 0;
    }

    .indtech .related-industries .related-card-wrapper a .card__info {
        margin-left: 20px;
        width: 100%;
    }

    .indtech .services-cards.tech-services .cards .card__icon {
        margin-bottom: 20px;
        width: 44px;
        height: 44px;
    }

    .indtech .author-articles#case .card-wrapper {
        flex: 0 0 100%;
    }

    .indtech .author-articles .blog-article-info-author {
        bottom: 40px;
    }

    .single-industries .tech_advantage-items {
        margin: 0 0 50px;
    }

    .single-industries .tech_advantages .section__buttons {
        display: none;
    }

    .indtech .author-articles .cards, .indtech .related-cases .cards {
        justify-content: center;
    }

    .how-it-works-industry .content-section-text {
        padding-top: 10px;
    }

    .footer-wrap .fo-blocks__offices {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin: 95px 0 0;
        width: 100%;
    }

    .footer-wrap .fo-blocks__offices .fo-blocks__item {
        margin-right: unset;
        margin-bottom: 20px;
    }

    .footer-wrap .fo-blocks__offices .fo-blocks__item:last-child {
        margin-bottom: unset;
    }

    .footer-wrap .fo-blocks__offices .fo-blocks__item .fo-blocks__number {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 399.98px) {
    .section-logos img {
        width: 160px;
    }

    .technologies.section--white .tech-labels__item {
        width: 140px;
    }

    .soc__icon {
        width: 46px;
        height: 46px;
    }

    .author-articles#case .card-wrapper {
        flex: 0 0 100%;
    }

    .indtech .header-content, .indtech .navigation-links .wrap, .indtech .tech-description .wrap, .indtech .related-industries .wrap, .indtech .tech-expertise .wrap, .indtech .tech_advantages .wrap, .indtech .tech-advertising .wrap, .indtech .tech-description .wrap:first-child, .indtech .tech-expertise .wrap:first-child, .indtech .tech_advantages .wrap:first-child, .industrypage .industry-solutions .wrap:first-child, .industrypage .industry-solutions .wrap, .industrypage .how-it-works-industry .wrap {
        max-width: 328px;
    }

    .coop-models .card-wrapper, .technologypage .author-articles#case .card-wrapper, .indtech .services-cards.tech-services .cards .card-wrapper {
        flex: 0 0 328px;
    }

    .sindtech .author-articles .cards {
        justify-content: center;
    }

    .indtech .related-industries .section-title {
        font-size: 35px;
    }
}


/* Autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: unset;
    -webkit-text-fill-color: #ffffff;
}

.cards_mobile {
    display: none;
}

@media only screen and (max-width: 575px) {
    .services-cards .cards, .same-page-with .cards {
        display: none;
    }

    .services-cards .cards_mobile, .same-page-with .cards_mobile {
        display: block;
    }

    .services-cards .swiper-pagination_services, .same-page-with .swiper-pagination_same-page-with {
        display: flex;
        align-items: center;
        justify-content: center;
        position: initial !important;
        margin-top: 50px;
    }

    .services-cards .swiper-pagination_services .swiper-pagination-bullet-active,
    .same-page-with .swiper-pagination_same-page-with .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background-color: #4990e2;
    }

    .addresses.addr, .where-we-are.where {
        margin-bottom: unset;
    }
}

.wpcf7 .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .validation-on .wpcf7-form-control-wrap > .wpcf7-not-valid-tip:nth-child(2) {
    display: block;
}

.wpcf7-spinner {
    position: absolute;
    bottom: 10px;
}

/* Tab Hover */

._tab-hovered {
    outline: 1px solid white !important;
    outline-offset: 1px;
}

input[type=submit]._tab-hovered {
    background: rgba(255, 255, 255, 0.2) !important;
}

/* -- Career Tab Hover -- */

._tab-hovered_career {
    outline: 1px solid #413F4D !important;
    outline-offset: 1px;
}

input[type=submit].career-form__submit._tab-hovered {
    background: #a7a6aa !important;
}

/* -- Career Tab Hover END -- */

/* -- Vacancy Tab Hover -- */

input[type=submit].vacancy-form__submit._tab-hovered {
    background: #4990E2 !important;
    outline: 1px solid #413F4D !important;
    outline-offset: 1px;
}

/* -- Vacancy Tab Hover END -- */

/* Tab Hover END */

.page-template-basic-page-template .team-slider {
    overflow: hidden;
    background: #fff;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: -100px;
}

.page-template-basic-page-template .case-studies .content {
    padding-bottom: 0;
}

.page-template-basic-page-template .technology-summary .content h2 {
    margin-bottom: 34px;
}

.page-template-basic-page-template .technology-summary .description{
    text-align: center;
}

#industry-cards + #tech-stack .content{
    padding-top: 40px;
}

.industry-cards .wp-block-contact-form-7-contact-form-selector h3{
    line-height: 1.3;
}

.four_items .industry-cards:not(.block-editor-block-list__block) .card_list{
    gap: 20px;
}

.four_items .industry-single-card{
    padding: 48px 28px;
}

.industry-cards .content{
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}
.four_items .industry-cards:after,.four_items  .industry-cards:before{
    display: none;
}
.four_items  .industry-cards{
    box-shadow: none;
    background: #fff;
}

@media only screen and (max-width: 991.98px) {
    .industry-cards .wp-block-contact-form-7-contact-form-selector:nth-child(n) {
        grid-column: 1/3;
    }

    .four_items .industry-cards .content {
        padding-bottom: 120px;
    }
}

.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.5;
}

.single-technologies .related-posts {
    margin-bottom: 120px;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

/*-*/
/*-*/
/*-*/
/*-*/
/*REDESIGN STYLES*/
/*-*/
/*-*/
/*-*/
/*-*/
:root {
    --black: #111;
    --white: #fff;
    --gray: #F6F7F7;
    --tile: #EDF1F4;
    --primary--color: #aa076b;
    --gradient--color--main: #AA076B;
    --gradient--color--secondary: #211F54;
    --desktop--dropdown--color: #310D3A;
    --font--family: 'Yantramanav', 'sans-serif';
}

body {
    color: var(--black);
    font-family: var(--font--family);
}

h2, h3, h4 {
    font-weight: 700;
}

h1 {
    font-weight: 400;
    font-size: 87px;
    line-height: 112px;
}

h2 { font-size: 48px; line-height: 62px; }
h3 { font-size: 36px; line-height: 47px; }
h4 { font-size: 24px; line-height: 31px; }

p, input, div, select {
    font: normal 400 20px/26px var(--font--family);
}

a {
    color: var(--primary--color);
}

input, button, textarea {
    font-family: var(--font--family);
}



mark {
    background: none;
    color: inherit;
}

.btn,
.btn-secondary,
.btn-arrow,
.btn-collapsible,
.btn-linked {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.btn:disabled,
.btn-secondary:disabled,
.btn-arrow:disabled,
.btn-arrow.disabled,
.btn-collapsible:disabled,
.btn-linked:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    -webkit-tap-highlight-color: transparent;
}

.btn {
    position: relative;
    padding: 13px 65px;
    font: normal 400 20px/25px var(--font--family);
    color: var(--white);
    background-color: var(--primary--color);
    border-radius: 100px;
    min-width: max-content;
    border: solid 1px var(--primary--color);
    overflow: hidden;
    transition: background-color .3s cubic-bezier(0.6, 0, 0.2, 1);
}

.btn::before,
.btn::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.btn::before {
    background-image: -webkit-linear-gradient(left, var(--gradient--color--main), var(--gradient--color--secondary));
    z-index: -1;
    transition: opacity .3s cubic-bezier(0.6, 0, 0.2, 1);
    opacity: 0;
}


/* .btn::after {
    content: '';
    height: 150%;
    width: 0px;
    background-color: var(--primary--color);
    box-shadow: 0px 0px 20px 4px var(--primary--color);
    transform: translateX(-1em);
} */

.btn-secondary {
    position: relative;
    display: block;
    padding: 13px 59px;
    font: normal 700 20px/23px var(--font--family);
    color: var(--primary--color);
    background: var(--gray);
    background-clip: padding-box;
    border: 2px solid var(--primary--color);
    border-radius: 100px;
    min-width: max-content;
    width: fit-content;
    text-align:center;
    transition: border-width, border-color .3s cubic-bezier(0.6, 0, 0.2, 1);
    overflow: hidden;
}
@media(max-width: 767px){
    .btn-secondary {
      
        padding: 13px 39px;
     
    }
}

.btn-secondary__animation-border {
    position: relative;
    width: fit-content;
    /* background-image: -webkit-linear-gradient(left, var(--gradient--color--main), var(--gradient--color--secondary)); */
    border-radius: 100px;
    /* transition: opacity .3s cubic-bezier(0.6, 0, 0.2, 1); */
}


.btn-arrow {
    position: relative;
    width: 69px;
    height: 43px;
    padding: 12px 18px;
    border-radius: 32px;
    color: var(--primary--color);
    background-color: var(--gray);
}

.btn-arrow svg {
    position: absolute;
    inset: 0;
    margin: auto;
}

.btn-collapsible {
    position: relative;
    display: block;
    width: 43px;
    height: 43px;
    margin: auto 0;
    background-color: var(--white);
    border: 2px solid var(--black);
    border-radius: 100%;
    transition: border-color,background-color .3s cubic-bezier(0.6, 0, 0.2, 1);
}

.btn-collapsible--arrow,
.btn-collapsible--plus,
.btn-collapsible--minus {
    position: absolute;
    width: 25px;
    height: 25px;
    inset: 0;
    margin: auto;
    color: var(--black);
}

.btn-collapsible__animation--trigger,
.float-right__animation--trigger {
    cursor: pointer;
}

.btn-collapsible--plus {
    display: block;
}

.btn-collapsible--minus {
    display: none;
}

._active .btn-collapsible--plus,
.btn-collapsible.active .btn-collapsible--plus {
    display: none;
}

._active .btn-collapsible--minus,
.btn-collapsible.active .btn-collapsible--minus {
    display: block;
}

.btn-linked {
    position: relative;
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    background-color: var(--primary--color);
}

.btn-linked svg {
    position: absolute;
    inset: 0;
    margin: auto;
}

.wpcf7-submit {
    height: 53px;
}

.divider {
    height: 1px;
    background: var(--black);
}

.divider__animation--cover {
    height: 2px;
    width: 0%;
    opacity: 0%;
    background: var(--black);
    transition: width 500ms ease-in-out 0ms;
}

.float-right {
    transition: margin .3s cubic-bezier(0.6, 0, 0.2, 1);
}

/*THANK YOU PAGE*/
.thank-you {
    display: flex;
    align-items: center;
    height: 100vh;
}

.thank-you .blog-article .wrap {
    max-width: 944px;
}

.thank-you .blog-article h1 {
    text-align: center !important;
    margin: 25px auto;
    width: fit-content;
}

.thank-you.bloginnerpage-content .blog-article {
    margin: 0 auto;
    color: var(--black);
}

@media only screen and (max-width: 991.98px) {
    .thank-you.bloginnerpage-content .blog-article {
         max-width: unset;
    }
}

@media only screen and (max-width: 575.98px) {
    h1 {
        font-size: 48px;
        line-height: 62px;
    }

    .thank-you {
        height: unset;
        padding: 150px 0 0;
    }
}

/*CLUTCH REVIEWS*/
.clutch-reviews-widget .clutch-widget {
    background-color: #fff;
    position: relative;
    bottom: -50px;
    margin-bottom: 200px;
    z-index: 2;
}

.clutch-reviews-widget .wrap {
    max-width: 960px;
}

.clutch-reviews-widget__title {
    margin-top: 100px;
}

.clutch-reviews-widget__title,
.clutch-reviews-widget__subtitle {
    text-align: center;
}

.btn[disabled]:hover {
    animation: none;
    background-image: var(--primary--color);
}

.btn-arrow.disabled:hover {
    animation: none;
    color: var(--primary--color);
    background: var(--gray);
}

.btn:hover {
  color: var(--primary--color) !important;
  background-color: var(--white) !important;
    
}

.btn-secondary:hover {
    /* border-color: transparent; */
    /* border-width: 3px; */
    /* padding: 12px 58px; */
}

.btn:hover::before {
    opacity: 1;
}

.btn:hover::after {
    animation-duration: 300ms;
    animation-name: sweep;
}

.btn-collapsible__animation--trigger:hover .btn-collapsible--arrow,
.btn-collapsible__animation--trigger:hover .btn-collapsible--plus svg,
.btn-collapsible__animation--trigger:hover .btn-collapsible--minus svg {
    color: var(--white);
}

.divider__animation--trigger:hover .divider__animation--cover,
.divider__animation--trigger:hover.divider__animation--cover {
    width: 100%;
    opacity: 1;
}

.btn-collapsible__animation--trigger:hover .btn-collapsible {
    background-color: var(--primary--color);
    border-color: var(--white);
}

.wp-block .float-right__animation--trigger:hover .float-right,
.wp-block .float-right__animation--trigger:hover.float-right {
    margin: 0;
}


.btn-arrow:hover {
    color: var(--white);
    background-color: var(--primary--color);
}

.btn-linked:hover {
    filter: brightness(0.95) saturate(0.99);
}

.btn-linked:hover svg {
    filter: brightness(1.5) saturate(1.5);
}


@keyframes jumpIcon {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(2px);
    }
    75% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes sweep {
    from {
        transform: translateX(-1em)
    }
    to {
        transform: translateX(12.5em);
        animation-timing-function: ease-out;
    }
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary--color);
}