/* HUBSPOT CONTACT FROM */
.hbspt-form form fieldset {
    max-width: initial;
}

.hbspt-form .form_w label {
    text-align: left;
}

.hbspt-form fieldset .hs-input.hs-fieldtype-textarea {
    width: 100% !important;
}

.hbspt-form ul.no-list.hs-error-msgs.inputs-list, .hbspt-form ul.no-list.hs-error-msgs.inputs-list label {
    color: red;
    text-align: left;
}

.form_w label {
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    font-family: resolve, sans-serif;
    text-align: left;
    margin-bottom: 10px;
    color: #9a9184;
}

.hbspt-form label.hs-error-msg {
    color: red;
}

.form_w .hbspt-form label span {
    font-family: "Manrope", sans-serif, Arial;
    font-size: 12px;
    line-height: 20px;
}

.hs_submit .hs-button {
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15em;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    height: 40px;
    min-height: 40px;
    padding: 8px 20px;
    border-radius: 25px;
    -webkit-transition: all .3s ease;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 7px 20px rgba(204, 73, 0, .32);
    transition: all .3s ease;
    border: none;
    min-width: 285px;
    background-image: linear-gradient(90deg, #bf1a00, #b44000 80%, #b44000);
    background-color: initial;
    margin-top: 20px;
}

.hs_submit .hs-button:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.hs_submit .hs-button:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ef2000;
    background: -webkit-gradient(linear, left top, right top, from(#ef2000), color-stop(80%, #ff7428), to(#ff7428));
    background: linear-gradient(90deg, #ef2000, #ff7428 80%, #ff7428);
}

.hbspt-form .hs-form-field > .input > .hs-input {
    border: 1px solid rgba(51, 51, 51, .1);
    transition: border-color .3s ease;
}

.hbspt-form .hs-form-field.focused > .input > .hs-input {
    border: 1px solid #7b726580;
}

.hs_full_name > .input, .hs_email > .input, .hs_phone > .input, .hs_company > .input {
    position: relative;
}

.hs_full_name > .input::before {
    content: url("../../svg/contact/name-icon.svg");
    display: block;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
}

.hs_full_name.focused > .input::before {
    content: url("../../svg/contact/name-icon-focus.svg");
}

.hs_email > .input::before {
    content: url("../../svg/contact/mail-icon.svg");
    display: block;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
}

.hs_email.focused > .input::before {
    content: url("../../svg/contact/mail-icon-focus.svg");
}

.hs_phone > .input::before {
    content: url("../../svg/contact/phone-icon.svg");
    display: block;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
}

.hs_phone.focused > .input::before {
    content: url("../../svg/contact/phone-icon-focus.svg");
}

.hs_company > .input::before {
    content: url("../../svg/contact/company-icon.svg");
    display: block;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
}

.hs_company.focused > .input::before {
    content: url("../../svg/contact/company-icon-focus.svg");
}

ul.no-list.hs-error-msgs {

}

/* FOOTER HUBSPOT FORM */

.box.newsletter .field__description {
    margin-top: .75rem;
}

.box.newsletter .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    display: none !important;
}

.box.newsletter .hbspt-form > form {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
    column-gap: 10px;
}

.box.newsletter .form_w > p {
    display: flex;
    flex-wrap: wrap;
}

#footer .box.newsletter .hbspt-form input[type=submit] {
    margin-top: 20px;
}

/* NEW CHANGES */

:root {
    --light-theme: #fff;
    --dark-color: #292a2a;
    --gray: #777a83;
    --b-c-gray: #959595;
}

/* GLOBAL */

html {
    scroll-behavior: smooth;
}

html body {
    color: var(--dark-color);
    background-color: var(--light-theme);
}

main {
    overflow: visible !important;
}

body .h2, body .h2 *, body h2 {
    color: var(--dark-color);
}

.bg--gray {
    background-color: #f3f3f3;
    color: var(--dark-color);
}

.component.dark-scheme {
    background: #f3f3f3;
}

.component.light-scheme {
    background: #fff;
}

@media (max-width: 1330px) {
    /*section:not(.whyUs), section:not(.top)*/
    .swiper-container.slider,
    section.component.case_studies,
    section.component.contact_us,
    section.component.our-team,
    section.hero,
    section.with_shape {
        overflow: hidden;
    }
}

/* HEADER */

@media (min-width: 1100px) {
    #header section.bottom .grid--top {
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.2);
        height: 86px;
    }

    .columns--1 {
        column-count: 1;
    }

    .columns--2 {
        column-count: 2;
    }

    .columns--3 {
        column-count: 3;
    }

    .columns--4 {
        column-count: 4;
    }
}

#header section.top .logo__image svg {
    height: 35px;
}

#header .nav--primary ul li .title:not(.is_button) a {
    font-weight: 600;
}

#header .cell--nav {
    /*color: var(--dark-color) !important;*/
}

#header .logo {
    position: relative;
}

.logo__image svg {
    position: absolute;
    top: 10px;
    left: 0;
}

.page--home .hero {
    padding-top: 60px;
}

section.hero .box__subtitle {
    line-height: 1.25;
}

.page--services_single .hero, .page--technologies_single .hero, .page--case_studies_single .hero, .page--blog_single .hero {
    padding-top: 80px;
}

main.page--services, main.page--technologies, main.page--case_studies, main.page--blog, main.page--contact, main.page--404, main.page--text, main.page--search_results {
    padding-top: 60px;
}

@media (min-width: 1100px) {
    main.page--services, main.page--technologies, main.page--case_studies, main.page--blog, main.page--contact, main.page--404, main.page--text {
        padding-top: 87px;
    }
}

[data-scrolled=true] #header section.top .logo__image--dark,
[data-scrolled=false] #header section.top .logo__image--light {
    opacity: 1;
}

[data-scrolled=false] #header section.top .logo__image--dark,
[data-scrolled=true] #header section.top .logo__image--light {
    opacity: 0;
}

.page--services #header section.top .logo__image--dark,
.page--technologies #header section.top .logo__image--dark,
.page--case_studies #header section.top .logo__image--dark,
.page--blog #header section.top .logo__image--dark,
.page--contact #header section.top .logo__image--dark,
.page--text #header section.top .logo__image--dark,
.page--search_results #header section.top .logo__image--dark,
.page--404 #header section.top .logo__image--dark {
    opacity: 1;
}

.page--services #header section.top .logo__image--light,
.page--technologies #header section.top .logo__image--light,
.page--case_studies #header section.top .logo__image--light,
.page--blog #header section.top .logo__image--light,
.page--contact #header section.top .logo__image--light,
.page--text #header section.top .logo__image--light,
.page--404 #header section.top .logo__image--light {
    opacity: 0;
}

[data-scrolled="false"] #header.menu-is_active section.top .logo__image--dark {
    opacity: 1;
}

.page--search_results #pjax_container {
    padding-top: 27px;
}

.page--search_results #main .searchbox__cancel {
    right: 10px;
}

.page--search_results #main .searchbox__submit {
    left: 10px;
}

.page--services,
.page--technologies,
.page--case_studies,
.page--blog,
.page--contact,
.page--404 {
}

[data-scrolled=true] #header .cell--nav,
.page--services #header .cell--nav,
.page--technologies #header .cell--nav,
.page--case_studies #header .cell--nav,
.page--blog #header .cell--nav,
.page--contact #header .cell--nav,
.page--404 #header .cell--nav {
    color: var(--dark-color) !important;
}

.page--text #header .nav--primary .lvl_0 .lvl_0 .title {
    color: #000 !important;
}

@media (max-width: 1099.98px) {
    #header .nav--primary .lvl_0 .lvl_0 .title {
        color: #000 !important;
    }

    #header section.bottom .grid--top {
        background-color: rgba(255, 255, 255, 0.2);
        overflow-y: scroll;
        max-height: 90vh;
    }
}

[data-scrolled=true] #header section.bottom .grid--top {
    background-color: #fff;
}

@media (min-width: 1100px) {
    [data-scrolled=true] #header section.bottom .grid--top {
        height: 60px;
    }

    #header section.top .cell--logo {
        top: 115px;
        transition: .3s top ease-in-out;
    }

    [data-scrolled=true] #header section.top .cell--logo {
        top: 100px;
    }
}

#header .cell nav .lvl_0.title.external svg path {
    fill: var(--dark-color);
}

@media (min-width: 1100px) {
    [data-scrolled=true] #header section.bottom .grid--top .cell nav .lvl_0.title.external svg path {
        fill: var(--dark-color);
    }
}

#header section.bottom .cell nav ul.lvl_0 ul.lvl_1 {
    background-color: #fff;
}

#header section.bottom .cell nav ul.lvl_0 ul.lvl_1 .lvl_1.title a:not(.is_button) {
    color: var(--gray);
}

#header section.bottom .cell nav ul.lvl_0 ul.lvl_1 .lvl_1.title a:not(.is_button):hover {
    color: rgba(17, 19, 19, 1);
}

#header .cell nav li.lvl_1:not(:last-child) a:after {
    background-color: rgba(17, 19, 19, 0.9);
}

#header section.search {
    background-color: #fff;
    color: var(--dark-color);
}

#header section.bottom .grid--top .icon--search svg g g {
    fill: #fff;
}

.page--services #header section.bottom .grid--top .icon--search svg g g,
.page--technologies #header section.bottom .grid--top .icon--search svg g g,
.page--case_studies #header section.bottom .grid--top .icon--search svg g g,
.page--blog #header section.bottom .grid--top .icon--search svg g g,
.page--contact #header section.bottom .grid--top .icon--search svg g g,
.page--text #header section.bottom .grid--top .icon--search svg g g,
.page--404 #header section.bottom .grid--top .icon--search svg g g {
    fill: #000;
}

#header section.search .searchbox__input input {
    color: var(--dark-color);
    border-bottom-color: var(--dark-color);
}

#header section.search .searchbox__submit svg path {
    fill: var(--dark-color);
}

@media (min-width: 1100px) {
    #header section.search .searchbox__close span {
        background-color: #000;
    }
}

.mobile-bg {
    background-color: rgba(255, 255, 255, 0.2);
}

[data-scrolled="true"] .mobile-bg {
    background-color: #fff;
    transition: all .3s ease-in-out;
}

@media (min-width: 1100px) {
    .mobile-bg {
        background-color: #fff;
        transition: all .3s ease-in-out;
    }
}

#header section.top {
    background-color: rgba(255, 255, 255, 0.1);
}

#header section.top .icon--menu .inner span {
    background-color: var(--dark-color);
}

#header section.bottom:before {
    background-color: #fff;
}

/* HI HICRON */

.gshape__bg {
    background-color: #f3f3f3;
}

/* case studies */

.component.related_case_studies .cell--slider {
    overflow: hidden;
}

.s_related_services .service {
    flex-basis: 100%;
}

@media (min-width: 620px) {
    .s_related_services .services {
        gap: 1rem;
    }

    .s_related_services .service {
        flex-basis: 46%;
    }
}

.component.case_studies {
    background-color: #f5f5f5;
}

/* COOKIE BANNER */

.cookies .main-grid-x {
    display: none;
}

/* FOOTER */

#footer {
    color: var(--dark-color);
    background-color: #fff;
}

#footer .link__icon svg path {
    fill: var(--dark-color);
}

#footer section.bottom nav.accordion .lvl_0.link .link__icon span {
    color: var(--dark-color);
    background-color: var(--dark-color);
}

#footer .cell--socials .socials li a svg path {
    fill: var(--dark-color);
}

#footer .cell--socials .socials li a svg polygon {
    fill: var(--dark-color);
}

#footer .newsletter input[type=email], #footer .newsletter input[type=text] {
    color: var(--dark-color);
    background-color: #fff;
}

#footer .newsletter input[type=email]::placeholder, #footer .newsletter input[type=text]::placeholder {
    color: var(--dark-color);
}

#footer .box.newsletter:before {
    background-color: #fff;
}

@media (min-width: 1500px) {
    #footer .grid-container.main-grid-container {
        min-width: 1440px;
    }
}

@media (min-width: 768px) {
    .last-footer-menu ul.lvl_0 {
        column-count: 3;
        padding-top: 40px;
    }

    .last-footer-menu .lvl_0.title {
        position: absolute;
        top: 0;
    }

    #footer section.bottom nav.accordion .lvl_0.link .link__text {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .last-footer-menu ul.lvl_0 {
        column-count: 2;
        padding-top: 40px;
    }
}

@media (min-width: 1200px) {
    .last-footer-menu ul.lvl_0 {
        column-count: 3;
        padding-top: 40px;
    }
}

/* CONTACT FORM */
.component.contact_us .box {
    background-color: #fff;
}

.field input:not([type=checkbox]):not([type=radio]):not([type=submit]), .field textarea {
    background-color: #fff;
    color: var(--dark-color);
    border-color: var(--b-c-gray);
}

.field input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder, .field textarea::placeholder {
    color: var(--dark-color);
}

/* SERVICES TABS */

.component.services {
    padding: 0 16px;
}

.grid-center {
    place-content: center;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.services__tab {
    display: block;
}

.nav-tabs .nav-link {
    position: relative;
    background: #e76737;
    color: var(--dark-color);
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
    padding: 1rem 3rem;
    transition: 0.2s;
    font-weight: 500;
    text-align: center;
    margin: 1rem;
    cursor: pointer;
    border-radius: 12px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
    letter-spacing: 0.2rem;
    padding: 1.1rem 3.1rem;
    background: #e76737;
    color: #e76737;
    animation: box 3s infinite;
}

.nav-tabs .nav-link::before, .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    border-radius: 10px;
}

.nav-tabs .nav-link span {
    position: relative;
    z-index: 1;
}

.nav-tabs .nav-link i {
    position: absolute;
    inset: 0;
    display: block;
}

.nav-tabs .nav-link i::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    left: 80%;
    top: -3px;
    border: 2px solid #e76737;
    background: #fff;
    transition: 0.2s;
}

.nav-tabs .nav-link:hover i::before, .nav-tabs .nav-link.active i::before {
    width: 15px;
    left: 20%;
    animation: move 3s infinite;
}

.nav-tabs .nav-link i::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    left: 20%;
    bottom: -3px;
    border: 2px solid #e76737;
    background: #e76737;
    transition: 0.2s;
}

.nav-tabs .nav-link:hover i::after, .nav-tabs .nav-link.active i::after {
    width: 15px;
    left: 80%;
    animation: move 3s infinite;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes box {
    0% {
        box-shadow: #27272c;
    }
    50% {
        box-shadow: 0 0 10px #e76737;
    }
    100% {
        box-shadow: #27272c;
    }
}

.tab__items {
    display: grid;
    text-align: left;
    grid-gap: 2rem;
}

@media (min-width: 768px) {
    .tab__items.two__col {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 768px) {
    .tab__items.three__col {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .tab__items.three__col {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.tab__item {
    position: relative;
    background-color: #fff;
    box-shadow: 1em 1em 2em #ebebeb;
    height: 100%;
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
}

.tab__itemTitle {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 1rem 0;
    min-height: 58px;
}

.tab__itemText {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.itemAction__link:hover {
    color: #fff;
}

.tab__itemLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.tab__item:hover .box__more:before {
    opacity: 1;
}

.tab__item:hover .box__more:after {
    opacity: 0;
}

.tab__item:hover .itemAction__link {
    transition: color .3s ease-in-out;
    z-index: 3;
    color: #fff;
}

.tab__itemLogo {
    text-align: center;
    min-height: 164px;
}

.tab__itemLogo img {
    max-height: 164px;
    width: auto;
    object-fit: contain;
}

/* VERTICAL TABS */
.vertical-tabs-nav {
    margin-bottom: 2rem;
}

.vertical-nav-tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vertical-nav-link {
    cursor: pointer;
    color: #bdb7af;
    padding: 1rem;
    border-radius: 1rem;
    transition: all .3s ease-in-out;
    text-align: left;
    width: 100%;
}

.vertical-tab-pane {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.vertical-tab-pane.show {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 768px) {
    .vertical-nav-link {
        width: 92%;
    }
}

.vertical-nav-link.active {
    color: #e76737;
    background: #fff;
    transition: all .3s ease-in-out;
}

.vertical-tab-item .description {
    text-align: left;
}

.vertical-tab-item .image {
    max-width: 100%;
    margin: 2rem 0;
}

.tab-counter {
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 0.5rem;
    display: inline-block;
    line-height: 1.5rem;
    border-radius: 50%;
    margin-right: 1rem;
    border: 1px solid #bdb7af;
    transition: all .3s ease-in-out;
    text-align: center;
}

.vertical-nav-link.active .tab-counter {
    border: 1px solid #e76737;
    transition: all .3s ease-in-out;
}

.tab-name {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.5;
}

@media (min-width: 768px) {
    .tab-name {
        font-size: 1.25rem;
    }
}

.vertical-tab-content-action {
    margin-top: 3rem;
}

/* NUMBERS */

.box-number {
    margin: 1.5rem 0 1.5rem 5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-number-content {
    position: relative;
}

.box-number .box-description {
    flex-basis: 100%;
}

.box-number-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -5rem;
    width: 2px;
    height: 100%;
    background: #e55723;
}

.box-number-content {
    flex-basis: 20%;
    font-size: 4rem;
    font-weight: 600;
}

.box-description {
    font-size: 1rem;
}

/* SERVICES SINGLE PAGE */

.component.related_case_studies {
    background-color: #f3f3f3;
}

.page--services section.services .services {
    justify-content: center;
    column-gap: 1rem;
}

@media (min-width: 1100px) {
    .page--services section.services .services {
        justify-content: space-between;
    }
}


.page--services section.services .service {
    background-color: #d3d3d3;
    flex-basis: 46%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 12px;
}

.page--services section.services .service:first-child {
    margin-left: 0;
}

.page--services section.services .service:nth-child(2) {
    margin-right: 0;
}

/* NEWSLETTER SINGLE PAGE SERVICES */

.component.related_articles_newsletter.bg--white .newsletter {
    background-color: #f3f3f3;
}

/* TECHNOLOGIES SINGLE PAGE */

.s_related_services .service {
    background-color: transparent;
}

/* ABOUT US */

.s_sidebar_slides .swiper-slide .inner {
    background-color: #d3d3d3;
}

/* CONTACT PAGE */

section.component.contact_us.contact_us--contact.bg--gray .grid {
    background-color: #fff !important;
}

.field__input .icon svg path {
    fill: var(--dark-color);
}

/* SINGLE BLOG POST */

.page--blog_single h2, .wysiwyg .h2, .wysiwyg h2 {
    font-size: 2rem;
}

/* WYSWIG EDITOR STYLES */

.wysiwyg strong {
    color: var(--dark-color);
}

/* ABOUT US */

.stickyArea {
    padding: 2rem;
}

@media (min-width: 1000px) {
    .stickyArea {
        position: sticky;
        transition: .3s;
        top: 200px;
        padding: 0;
    }
}

.featureItems {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem;
    column-gap: 2rem;
    justify-content: center;
}

@media (min-width: 1000px) {
    .featureItems {
        direction: initial;
        padding: 0 4rem;
    }
}

.featureItems__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2.25rem 3.125rem 0 #ebebeb;
    padding: 1.5rem;
    position: relative;
    margin: 1rem 0;
    flex-basis: 46%;
}

@media (min-width: 1000px) {
    .featureItems__item {
        margin: 2rem 0;
        flex-basis: initial;
    }

    .featureItems__item:nth-child(2n) {
        transform: translateX(4rem);
    }
}

.featureItems__item > img {
    max-width: 5rem;
    margin-bottom: 1rem;
}

.featureItems__item > .h3 {
    margin-bottom: 1rem;
}

.featureItems__item > .text {
    margin-bottom: 1rem;
    font-size: 1rem;
}

/* SERVICES LIST PAGE*/
section.servicesList {
    overflow: visible;
}

.servicesList .stickyArea {
    display: none;
}

@media (min-width: 992px) {
    .servicesList .stickyArea {
        display: block;
    }
}

.serviceItems {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    padding: 2.5rem;
    flex-direction: column-reverse;
    gap: 2rem 1rem;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2.25rem 3.125rem 0 #ebebeb;
    scroll-margin-top: 110px;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .serviceItems {
        flex-direction: row;
    }
}

.stickyArea__title {
    font-size: 1.2rem;
    text-transform: capitalize;
    font-weight: 600;
}

.serviceItems__content--title {
    font-size: 2rem;
    text-transform: capitalize;
    font-family: Manrope, sans-serif;
    font-weight: 600;
}

.serviceItems__content .text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}

.serviceItems__item {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.item__content {
    flex-basis: 100%;
}

@media (min-width: 1200px) {
    .item__content {
        flex-basis: 48%;
    }
}

.item__content .item__content--link {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.serviceItems__content.left-content {
    flex-basis: 70%;
}

.serviceItems__content.right-content {
    max-width: 350px;
    margin: 0 auto;
    flex-basis: 20%;
}

.serviceItems .box__more {
    max-width: 200px;
    order: -1;
}

@media (min-width: 992px) {
    .serviceItems .box__more {
        order: initial;
    }
}

.item__content .item__content--link {
    background-image: linear-gradient(
            to right,
            #ff5b00,
            #ff5b00 50%,
            #000 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.item__content .item__content--link:before {
    content: '';
    background: #ff5b00;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.item__content .item__content--link:hover {
    background-position: 0;
}

.item__content .item__content--link:hover::before {
    width: 100%;
}

.stickyArea__title:hover {
    color: #ff5b00;
}

.stickyArea__title {
    transition: all .3s ease-in-out;
}

.stickyArea__title a {
    background-image: linear-gradient(
            to right,
            #ff5b00,
            #ff5b00 50%,
            #000 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.stickyArea__title a:before {
    content: '';
    background: #ff5b00;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.stickyArea__title.activeSticky__item a {
    background-position: 0;
}

.stickyArea__title.activeSticky__item a::before {
    width: 100%;
}

.page--services section.component.case_studies, .page--services section.component.contact_us {
    overflow: hidden;
}

/* BLOG SINGLE PAGE */
.wysiwyg blockquote {
    background-color: #f3f3f3;
}

.wysiwyg blockquote p {
    color: var(--dark-color);
}

.component.related_articles_newsletter .newsletter {
    background-color: #f3f3f3;
}

/* MEGAMENU */

/* MOBILE */
@media (max-width: 1099.98px) {
    .megamenu {
        width: 100dvw;
        padding: 1rem 2rem;
    }

    #header .mobile-hidden {
        display: none;
    }

    .megamenu__lvl-0-item {
        padding: .875rem 0;
    }

    a.megamenu__lvl-0-item-title-link {
        color: #0a0a0a;
        transition: color .3s ease-in-out;
    }

    a.megamenu__lvl-0-item-title-link:focus {
        color: #feb601;
        transition: color .3s ease-in-out;
    }

    .megamenu__lvl-0-item-title-link .megamenu__external-icon svg g,
    .megamenu__lvl-0-item-title-link .megamenu__external-icon svg g path {
        fill: #000 !important;
    }

    .megamenu__lvl-0-item .megamenu__lvl-0-item-title-link {
        justify-content: flex-start;
        font-size: 1rem;
        color: #0a0a0a;
    }

    .megamenu__lvl-0-item--has-submenu .megamenu__lvl-0-item-title-link {
        justify-content: space-between;
        font-size: 1rem;
        color: #0a0a0a;
    }

    .megamenu__submenu-seeAll {
        padding-top: 1.25rem;
        color: #000;
    }

    .megamenu__submenu {
        position: absolute;
        /*top: -5rem;*/
        left: 100dvw;
        background: #fff;
        z-index: -1;
        width: 100%;
        padding: 1rem 2rem;
        visibility: hidden;
        transition: all .4s ease-in-out;
        top: 0;
        overflow-y: scroll;
        height: 90dvh;
    }

    .megamenu__submenu--visible {
        transition: all .4s ease-in-out;
        left: 0;
        z-index: 99;
        visibility: visible;
    }

    .megamenu__submenu-header {
        border-bottom: 1px solid #ebebeb;
        color: #0a0a0a;
    }

    .megamenu__submenu-header-title {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 2rem;
        margin-top: 1rem;
        font-size: 1rem;
        font-weight: 600;
    }

    .megamenu__submenu-lvl-1-item {
        padding-top: 1rem;
        border-bottom: 1px solid #ebebeb;
    }
}

.mobile-visible {
    display: block;
}

@media (min-width: 1100px) {
    .mobile-visible {
        display: none;
    }
}

.megamenu__lvl-0-item-title-link .mobile-visible.arrow-right svg g,
.megamenu__lvl-0-item-title-link .mobile-visible.arrow-right svg g path {
    fill: #000;
}

@media (min-width: 1100px) {
    .icon.icon--search {
        margin-left: 1rem;
    }

    #header section.top {
        -webkit-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out;
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
    }
}

.megamenu__submenu-lvl-1-item-title {
    align-items: center;
    color: #ff5b00;
    display: flex;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.5rem;
    white-space: normal;
}

ul.megamenu__submenu-list {
    padding: 1rem 0;
    text-align: left;
    font-size: .875rem;
    white-space: normal;
}

li.megamenu__submenu-list-item {
    margin-bottom: 0.5rem;
    transition: all .3s ease-in-out;
    color: #292A2A;
}

li.megamenu__submenu-list-item:hover {
    transition: all .3s ease-in-out;
    color: #ff5b00;
}

.megamenu__lvl-0-item-title-link {
    display: flex;
    align-items: center;
    gap: .5rem;
}

[data-scrolled="false"] .megamenu__lvl-0-item-title-link svg g,
[data-scrolled="false"] .megamenu__lvl-0-item-title-link svg g path {
    fill: #fff;
}

@media (min-width: 1100px) {
    .megamenu__lvl-0-item--has-submenu::after {
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        border-right: 0.3em solid transparent;
        border-top: 0.3em solid;
        content: "";
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        transform: translateY(100%) translateX(50%) rotate(-45deg);
        transition: .3s;

    }

    .megamenu__lvl-0-item--has-submenu:hover::after {
        transform: translateY(50%) translateX(50%) rotate(135deg);
    }

    .megamenu__lvl-0 {
        display: flex;
        /*column-gap: 1rem;*/
    }

    .megamenu__lvl-0-item {
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        height: 5.4rem;
        justify-content: center;
        text-align: center;
        font-size: .875rem;
        font-weight: 600;
        transition: color .3s ease-in-out;
        padding: 13px 15px;
        white-space: nowrap;
    }

    .megamenu__lvl-0-item:hover {
        transition: color .3s ease-in-out;
        color: #ff5b00;
    }

    [data-scrolled="true"] .megamenu__submenu {
        top: 3.7rem;
    }

    .megamenu__submenu {
        position: absolute;
        top: 4.5rem;
        max-height: 0;
        opacity: 0;
        overflow: visible;
        padding: 0;
        visibility: hidden;
        transition: all .4s ease-in-out;
        left: 0;
    }

    /*.megamenu__submenu--visible, */
    .megamenu__lvl-0-item--has-submenu:hover > .megamenu__submenu {
        max-height: 100dvh;
        opacity: 1;
        visibility: visible;
        padding: 2.5rem 0;
        min-width: 10rem;
        transition: all .4s ease-in-out;
    }

    /*.megamenu__submenu::after,*/
    .megamenu__lvl-0-item--has-submenu > .megamenu__submenu::after {
        background: #fff;
        border-top: 1px solid rgba(0, 0, 0, .15);
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .15);
        content: "";
        height: 100%;
        left: -150vw;
        position: absolute;
        top: 0;
        width: 150vw;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

    /*.megamenu__submenu--visible::after,*/
    .megamenu__lvl-0-item--has-submenu:hover > .megamenu__submenu::after {
        transition: all .3s ease-in-out;
        left: -50vw;
    }

    .megamenu__lvl-0-item-title-link.contact__btn {
        position: relative;
        z-index: 1;
        cursor: pointer;
        font-family: Manrope, sans-serif;
        font-size: 14px;
        letter-spacing: .15em;
        text-align: center;
        justify-content: center;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        height: 40px;
        min-height: 40px;
        min-width: 125px;
        padding: 8px 20px;
        border-radius: 25px;
        transition: all .3s ease;
        background: transparent;
        font-weight: 700;
        color: #e55723;
        margin: 7px 0 0 16px;
        border: 1px solid #e55723;
    }

    .megamenu__lvl-0-item-title-link.contact__btn:hover {
        background: #ef2000;
        background: -webkit-gradient(linear, left top, right top, from(#ef2000), color-stop(80%, #ff7428), to(#ff7428));
        background: linear-gradient(90deg, #ef2000, #ff7428 80%, #ff7428);
        color: #fff;
        transition: all .3s ease;
    }

    .megamenu__submenu-lvl-1 {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .width-25 {
        flex-basis: 23%;
    }

    .width-33 {
        flex-basis: 30%;
    }

    .width-50 {
        flex-basis: 47%;
    }

    .width-100 {
        flex-basis: 97%;
    }
}

@media (min-width: 1200px) {
    .megamenu__lvl-0 {
        /*column-gap: 2rem;*/
    }
}

@media (min-width: 1300px) {
    .megamenu__lvl-0 {
        /*column-gap: 3rem;*/
    }
}


/* BUTTONS ANIMATION */
.hs_submit .hs-button, .field button[type=submit]:before, .field input[type=submit]:before {
    background-image: linear-gradient(90deg, #ee1700, #ff7428 80%, #ff8200);
}

.btn--primary:before, .btn:not(.btn--secondary):not(.btn--third):before {
    background-image: linear-gradient(90deg, #ee1700, #ff7428 80%, #ff8200);
}

.box__more:before {
    background-image: linear-gradient(90deg, #ee1700, #ff7428 80%, #ff8200);
}

.btn--secondary:before {
    background-image: linear-gradient(90deg, #ee1700, #ff7428 80%, #ff8200);
}

.tags_list li.is_active .title:before {
    background-image: linear-gradient(90deg, #ee1700, #ff7428 80%, #ff8200);
}

.tags_list .inner .title:hover:before {
    background-image: linear-gradient(90deg, #ee1700, #ff7428 80%, #ff8200);
}

.tags_list li.is_active .title, .tags_list li:not(.is_active) .title:hover {
    background-image: linear-gradient(90deg, #ee1700, #ff7428 80%, #ff8200);
}


/* table of contents */

.table-of-contents__wrapper {
    max-width: 300px; /* Adjust width as needed */
    /*position: sticky;*/
    /*top: 200px;*/
    /*right: 0;*/
    padding: 20px 20px 20px 0;
    background-color: #fff;
    margin-top: 85px;
    /*z-index: 99;*/
}

.newsletter__form {
    position: sticky;
    top: 100px;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(26, 41, 109, .1);
    border-radius: 8px;
    padding: 19px 16px 38px 16px;
}

.newsletter__form .hbspt-form ul.no-list.hs-error-msgs.inputs-list label {
    font-size: 12px;
}

.newsletter__form .hbspt-form .hs-form-field.focused > .input > .hs-input,
.field input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.newsletter__form-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.newsletter__form-short-description {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.newsletter__form .legal-consent-container ~ .hs_recaptcha {
    margin: 0;
}

.newsletter__form .legal-consent-container {
    font-size: 12px;
}

.newsletter__form .legal-consent-container .hs-form-booleancheckbox-display input {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    margin-top: 4px;
}

.newsletter__form .legal-consent-container .hs-form-booleancheckbox-display input:checked::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 10px;
    width: 6px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.newsletter__form .hs-form-booleancheckbox-display {
    position: relative;
}

.newsletter__form .legal-consent-container .hs-form-booleancheckbox-display > span {
    font-size: 12px;
    margin-left: 0;
    padding-left: 20px;
}

.page--blog_single .newsletter__form .share_w .share {
    flex-direction: row;
    gap: 1rem;
    margin-left: 0;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    padding: 2rem 0 0;
}

.table-of-contents__wrapper .toc-h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

.table-of-contents__wrapper .table-of-contents-link {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #292A2A;
    text-decoration: none;
}

.table-of-contents__wrapper .table-of-contents-link.active-link {
    color: #cc7000;
}

.table-of-contents__wrapper .table-of-contents-link:hover {
    color: #cc7000;
}

.table-of-contents__wrapper .table-of-contents-link:hover {
    color: #cc7000;
}

/* Mobile styles */
@media (max-width: 1024px) {
    .table-of-contents__wrapper {
        position: static;
        width: 100%;
        margin-top: 20px; /* Adjust margin as needed */
        box-shadow: none;
        max-width: 100%;
    }

    .toggle-toc-btn {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: #007BFF;
        color: #fff;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }
}

.page--blog_single .share_w .share {
    margin-left: 1.4rem;
}

/* SHARE BLOG POST */
@media (min-width: 1024px) {
    .page--blog_single .share_w .share {
        flex-direction: row;
        gap: 1rem;
        padding-top: 0;
        margin-left: 2.5rem;
    }
}

.pagination ul li.next {
    background: linear-gradient(90deg, #ff5b00, #ff8c00);
}


/* NEWSLETTER HS SIDEBAR SINGLE BLOG POST */

/*.newsletter__form {*/
/*    position: sticky;*/
/*    top: 100px;*/
/*    right: 0;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    background-color: #fff;*/
/*    box-shadow: 0 0 40px rgba(26, 41, 109, .1);*/
/*    border-radius: 8px;*/
/*    padding: 19px 16px 38px 16px;*/
/*}*/

/*.newsletter__form .hbspt-form ul.no-list.hs-error-msgs.inputs-list label {*/
/*    font-size: 12px;*/
/*}*/

/*.newsletter__form .hbspt-form .hs-form-field.focused > .input > .hs-input,*/
/*.field input:not([type=checkbox]):not([type=radio]):not([type=submit]) {*/
/*    border: 0;*/
/*    border-bottom: 1px solid #000;*/
/*    border-radius: 0;*/
/*}*/

/*.newsletter__form-heading {*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.newsletter__form-short-description {*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.newsletter__form .legal-consent-container ~ .hs_recaptcha {*/
/*    margin: 0;*/
/*}*/

/*.newsletter__form .legal-consent-container {*/
/*    font-size: 12px;*/
/*}*/

/*.newsletter__form .legal-consent-container .hs-form-booleancheckbox-display input {*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    border: 1px solid #000;*/
/*    margin-top: 4px;*/
/*}*/

/*.newsletter__form .legal-consent-container .hs-form-booleancheckbox-display input:checked::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -8px;*/
/*    top: 10px;*/
/*    width: 6px;*/
/*    height: 10px;*/
/*    border: solid #000;*/
/*    border-width: 0 2px 2px 0;*/
/*    transform: translate(-50%, -50%) rotate(45deg);*/
/*}*/

/*.newsletter__form .hs-form-booleancheckbox-display {*/
/*    position: relative;*/
/*}*/

/*.newsletter__form .legal-consent-container .hs-form-booleancheckbox-display > span {*/
/*    font-size: 12px;*/
/*    margin-left: 0;*/
/*    padding-left: 20px;*/
/*}*/

/*.page--blog_single .newsletter__form .share_w .share {*/
/*    flex-direction: row;*/
/*    gap: 1rem;*/
/*    margin-left: 0;*/
/*    width: 100%;*/
/*    text-align: left;*/
/*    justify-content: flex-start;*/
/*    padding: 2rem 0 0;*/
/*}*/

.wysiwyg .h4, .wysiwyg h4 {
    font-family: "Manrope", sans-serif;
}

.wysiwyg blockquote pre {
    color: var(--dark-color)
}


/* BUILDER RELATED SERVICES SECTION */

.builder_related_services .box figure {
    width: 85px;
    height: 85px;
}

.builder_related_services .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 30px rgba(38, 42, 43, .09);
    padding: 2rem;
    border-radius: 15px;
}

.builder_related_services .box__title--link {
    transition: color .3s ease-in-out;
    font-size: 22px;
}

.builder_related_services .box__title--link:hover {
    cursor: pointer;
    color: #cc7000;
    transition: color .3s ease-in-out;
}

/* RESOURCES PAGE -- GLOBAL SINGLE */

.page--resources_single .hero.default {
    padding-top: 100px;
}

section.resource {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 1000px) {
    section.resource {
        padding-top: 200px;
    }

    .page--resources_single section.hero.default .main-grid-x {
        min-height: 400px;
    }
}

@media ( min-width: 1000px ) {
    .resource .box__wrapper {
        display: flex;
        gap: 1rem;
        justify-content: space-between;
    }

    .resource .box__image {
        flex-basis: 40%;
        padding-top: 150px;
    }

    .resource .box__content {
        flex-basis: 60%;
        max-width: 600px;
    }
}


.resource .box__content .h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    text-transform: initial;
}

.resource .box__short-description h2 {
    font-family: "Manrope", sans-serif;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    font-size: 21px;
    text-transform: initial;
    font-weight: 500;
    padding-bottom: 2rem;
}

.resource .hbspt-form {
    padding: 45px 45px 45px 45px;
    border-radius: 22px;
    box-shadow: 0 0 40px 0 rgba(26, 41, 109, 0.1);
    margin-bottom: 2rem;
}

.resource .hbspt-form .legal-consent-container p {
    font-size: 14px;
}

.resource .legal-consent-container .hs-form-booleancheckbox-display > span {
    font-size: 14px;
}

.resource .legal-consent-container .hs-form-booleancheckbox-display input {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin-top: 4px;
    appearance: none;
    position: relative;
}

.resource .legal-consent-container .hs-form-booleancheckbox-display input:checked::after {
    content: "\2713";
    color: #000;
    font-size: 12px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.resource .hs-error-msgs {
    font-size: 14px;
}

.resource .box__list-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 28px;
    margin-top: 53px;
}

.resource .box__list-content {
    list-style: none;
}

.resource .box__list-content li {
    margin: 0 0 15px 10px;
    opacity: .9;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    position: relative;
    padding-left: 40px;
}

.resource .box__list-content li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none" viewBox="0 0 40 40"%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath stroke="%23ff7428" d="M31.52 11.646c-.861-.862-2.178-.862-3.04 0L16.334 23.793 11.52 18.98c-.861-.862-2.178-.862-3.04 0-.862.862-.862 2.178 0 3.04l6.333 6.334c.196.196.412.363.672.478.26.116.54.168.849.168.308 0 .587-.052.848-.168.26-.115.476-.282.672-.478L31.52 14.687c.862-.862.862-2.179 0-3.04z"%3E%3C/path%3E%3C/svg%3E');
}

@media (min-width: 1000px) {
    .resources__background {
        position: absolute;
        border-bottom-right-radius: 22px;
        background-color: #f3f3f3;
        width: 30%;
        height: 1000px;
        z-index: -1;
    }
}

.page--resources_single[data-scrolled=false] #header section.top .logo__image--dark,
.page--resources_single[data-scrolled=true] #header section.top .logo__image--light {
    opacity: 1;
}

.page--resources_single[data-scrolled="false"] .megamenu__lvl-0-item-title-link svg g,
.page--resources_single[data-scrolled="false"] .megamenu__lvl-0-item-title-link svg g path {
    fill: #000;
}

.page--resources_single[data-scrolled=true] #header .cell--nav,
.page--resources_single[data-scrolled=false] #header .cell--nav {
    color: var(--dark-color) !important;
}

/* RESOURCES GLOBAL VIEW */

.page--resources[data-scrolled=false] #header section.top .logo__image--dark,
.page--resources[data-scrolled=true] #header section.top .logo__image--light {
    opacity: 1;
}

.page--resources[data-scrolled="false"] .megamenu__lvl-0-item-title-link svg g,
.page--resources[data-scrolled="false"] .megamenu__lvl-0-item-title-link svg g path {
    fill: #000;
}

.page--resources[data-scrolled=true] #header .cell--nav,
.page--resources[data-scrolled=false] #header .cell--nav {
    color: var(--dark-color) !important;
}

.page--resources .component.resources {
    /*background: #f3f3f3;*/
    overflow: hidden;
    position: relative;
}

.page--resources .box__content {
    text-align: center;
}

.page--resources .box__content h1 {
    line-height: 1.4;
    font-size: 76px;
    text-transform: initial;
    max-width: 500px;
    margin: 0 auto;
}

.page--resources .box__content h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    font-size: 26px;
    text-transform: initial;
    max-width: 700px;
    margin: 0 auto;
}

.page--resources .category-block-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: initial;
    text-align: center;
}

.page--resources .category-block-description {
    font-weight: 500;
    text-align: center;
}

.page--resources .resource-item h2 {
    text-align: center;
}

.page--resources .category-posts .resource-item {
    border-bottom: 2px solid #f3f3f3;
}

.page--resources .category-posts {
    border-radius: 22px;
    box-shadow: 0 0 40px 0 rgba(26, 41, 109, .1);
    text-align: center;
}

.page--resources .category-posts .resource-item {
    margin-bottom: 41px;
    padding-bottom: 41px;
    margin-top: 41px;
    padding-top: 41px;
}

.page--resources .category-posts .resource-item h2 {
    text-transform: initial;
    font-size: 42px;
    line-height: 1.2;
    margin: 32px 0;
}

.page--resources .category-posts .resource-thumbnail img {
    min-height: 225px;
    max-height: 350px;
    width: auto;
}

@media (min-width: 768px) {
    .page--resources .category-posts {
        display: flex;
        flex-wrap: wrap;
    }

    .page--resources .category-posts .resource-item {
        width: 50%;
        margin-bottom: 82px;
        margin-top: 82px;
        padding-right: 10%;
        padding-left: 10%;
    }

    .page--resources .category-posts .resource-item:nth-child(odd) {
        border-right: 2px solid #f3f3f3;
        border-bottom: 0;
    }

    .page--resources .category-posts .resource-item {
        border-bottom: 0;
    }
}

.page--blog_single table.t1 {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    text-align: left;
    table-layout: fixed;
}

.page--blog_single table.t1 th,
.page--blog_single table.t1 td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    white-space: initial;
}

.page--blog_single table.t1 th {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}

.page--blog_single table.t1 tr:nth-child(even) {
    background-color: #f2f2f2;
}

.page--blog_single table.t1 tr:hover {
    background-color: #ddd;
}

.page--blog_single table.t1 td {
    padding: 12px;
    vertical-align: top;
    color: #333;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .page--blog_single table.t1 {
        width: 100%;
        display: block;
        overflow-x: auto;
        min-width: initial;
    }
}

.cookieconsent-optout-marketing {
    display: block;
    text-align: center;
    background-color: #f9f9f9;
    color: #333;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}


#main, #header, #footer {
    opacity: 1 !important;
}

body [data-fx] {
    visibility: visible !important;
}

/*FAQ BLOCK */

.faq {
    padding: 60px 0;
    font-family: 'Manrope', sans-serif;
}

@media (max-width: 768px) {
    padding: 30px 0;
}

.faq__container.grid-container.main-grid-container {
    max-width: 1100px;
}

.faq__heading {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #ff5b00;
    background: #ef2000;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ef2000), to(#ff7428));
    background: linear-gradient(90deg, #ef2000, #ff7428);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    margin-bottom: 20px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq__item {
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq__item[open] {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-size: 26px;
    background-color: #fff;
    border: none;
    appearance: none;
}

.faq__questionTitle {
    flex-basis: fit-content;
}

.faq__icon {
    transition: transform 0.3s ease;
    flex-basis: fit-content;
}

.faq__item[open] .faq__icon {
    transform: rotate(180deg);
}

.faq__answer {
    padding: 0 1.25rem 1rem;
    font-size: 20px;
    line-height: 1.5;
}


/* Development Process Component */

.development-process__wrapper {
}

.development-process__inner {
}

.development-process__header {
}

.development-process__heading {
    margin-top: 140px;
    margin-bottom: 80px;
    text-align: center;
}

@media (max-width: 1024px) {
    .development-process__heading {
        margin-top: 70px;
        margin-bottom: 40px;
    }
}

.development-process__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

@media (max-width: 1024px) {
    .development-process__list {
        justify-content: flex-start;
    }
}

.development-process__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 1 calc(33% - 2rem);
    margin-bottom: 2rem;
}

@media (max-width: 1024px) {
    .development-process__card {
        flex: 0 1 calc(50% - 2rem);
    }
}

@media (max-width: 620px) {
    .development-process__card {
        flex: 0 1 calc(100%);
    }
}

.development-process__card-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ef2000;
}

.development-process__card-image img {
    max-width: 75px;
}

.development-process__card-body {
}

.development-process__card-title {
}

.development-process__card-text {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.development-process__card-text ul {
    padding-left: 15px;
    margin-left: 15px;
    list-style: disc;
    font-size: 16px;
}

.development-process__card-cta {
}

/* HERO */

.hero-slider-overlap {
    bottom: 230px;
    z-index: 5 !important;
    float: right;
    max-width: 45%;
    margin-bottom: -230px;
}

.hero__clients-bg {
    text-align: right;
}

.hero__clients-inner {
    text-align: center;
}

.hero__clients-content {
    overflow: hidden;
    position: relative;
}

.hero__clients-inner-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    max-width: 90%;
    margin: auto;
    text-align: center;
    height: fit-content;
}

.hero__clients-heading {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #FF8200;
    font-family: Resolve, sans-serif;
    max-width: fit-content;
    margin: 0 auto;
}

.hero__clients .swiper-slide {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.slide-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.hero__clients .swiper-slide img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    display: block;
}

.swiper-container--clients {
    max-width: 550px!important;
    margin: 0 auto;
}


@media (max-width: 1200px ) {
    .hero__clients .swiper-slide img {
        max-height: 60px;
    }
}

@media (max-width: 1024px) {
    .hero__clients {
        display: none;
    }
}
