@font-face {
    font-family: Scto Grotesk A;
    src: url("../fonts/SctoGroteskA-Regular.woff2") format("woff2"), ;
    src: url("../fonts/SctoGroteskA-Regular.woff") format("woff");
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Scto Grotesk A;
    src: url("../fonts/SctoGroteskA-Bold.woff2") format("woff2"), ;
    src: url("../fonts/SctoGroteskA-Bold.woff") format("woff");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Scto Grotesk A;
    src: url("../fonts/SctoGroteskA-Thin.woff2") format("woff2"), ;
    src: url("../fonts/SctoGroteskA-Thin.woff") format("woff");
    font-weight: 100 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jetbrainsmono/v23/tDbV2o-flEEny0FZhsfKu5WU4xD7OwE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: rgba(255, 246, 241, 1);
}

h1 {
    font-family: Scto Grotesk A;
    font-weight: 600;
    font-size: 44px;
    line-height: 36.5px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: Scto Grotesk A;
    font-weight: 600;
}

ol li {
    margin-bottom: 1rem;
}

ol li,
ul li,
p {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
}

.page-wrapper {
    overflow: hidden;
}

.container {
    max-width: 100%;
    padding-inline: 24px;
}


.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    height: 350px;
}

/* body .page-wrapper {
    overflow: hidden;
} */

header.home-v3 {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    /* Fullscreen or any height */

}

body.home header.home-v3 {
    background-color: #c5bdb7
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    /* min-height: 100%; */
    width: 100%;
    /* height: auto; */
    height: 80vh;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
    filter: brightness(0.7);
    /* Optional darkening */
    background: url('../images/poster_mobile.jpeg');
    background-size: cover;
    background-position: center;
}


header.home-v3 .content {
    background-color: rgba(255, 246, 241, .25);
    position: relative;
    z-index: 1;
}

body.home header.home-v3,
body.home header.home-v3 .content {
    height: 80vh;
    /* overflow: hidden; */
}

header.home-v3 .navigation-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(24, 24, 24, 1);
    /* padding-top: 61px; */
}

header.home-v3 .navigation-row .logo-container {
    width: 65px;
    height: 65px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.home-v3 .navigation-row .menu-container {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.home-v3 .navigation-row .menu-container .menu-btn button {
    background: none;
    border: none;
    padding: 0;
    margin-right: 20px;
}

header.home-v3 .navigation-row .menu-container .menu-btn img {
    width: 24px;
    height: 14px;
}

header.home-v3 .mobile-header-content {
    margin-top: 178px;
    max-width: 400px;
    margin: 178px auto 0;
}

header.home-v3 .mobile-header-content .row-one {
    margin-bottom: 14px;
}

header.home-v3 .mobile-header-content .row-one,
header.home-v3 .mobile-header-content .row-three,
header.home-v3 .mobile-header-content .row-four {
    display: flex;
    justify-content: space-between;
}

header.home-v3 .mobile-header-content .row-one .left {
    display: flex;
    flex-direction: column;
    justify-content: end;
}


header.home-v3 .mobile-header-content .row-one .left span {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 27.3px;
    line-height: 25.03px;
    letter-spacing: -5%;
    vertical-align: middle;
    margin-left: 4px;
}

header.home-v3 .mobile-header-content .row-two {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 62.2px;
    line-height: 52.33px;
    letter-spacing: -5%;
    vertical-align: middle;
    text-transform: uppercase;

}

header.home-v3 .mobile-header-content .row-three .right {
    display: flex;
    align-items: center;
}


header.home-v3 .mobile-header-content .row-three .left,
header.home-v3 .mobile-header-content .row-one .right {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 62.2px;
    line-height: 74.64px;
    letter-spacing: -5%;
    vertical-align: middle;
    text-transform: uppercase;

}

header.home-v3 .mobile-header-content .row-one .right {
    line-height: 52.64px;
    display: flex;
    flex-direction: column;
    justify-content: end;

}

header.home-v3 .mobile-header-content .row-four {
    font-family: JetBrains Mono;
    font-weight: 300;
    font-size: 14px;
    line-height: 25.94px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding-bottom: 214px;
}

header.home-v3 .mobile-header-content .row-four a {
    text-decoration: none;
    color: #000;
}

/* 
header.home-v3 .mobile-header-content .row-four .left,
header.home-v3 .mobile-header-content .row-four .right {
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 7px;

}

header.home-v3 .mobile-header-content .row-four .right {
    width: 135px;
    opacity: 0;
    animation: fadeIn 0.3s ease-in forwards;
    animation-delay: 2s;
}

header.home-v3 .mobile-header-content .row-four .left {
    justify-content: flex-start;
    padding-left: 0;
}

header.home-v3 .mobile-header-content .row-four .left,
header.home-v3 .mobile-header-content .row-four .right {
    overflow: hidden;
}

header.home-v3 .mobile-header-content .row-four .right .matrix-type {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 2s steps(12, end) 2s forwards, blink 0.7s step-end infinite 4s;
    animation-delay: 2s;
}

header.home-v3 .mobile-header-content .row-four .left .matrix-type {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: typing2 2s steps(15, end), blink 0.7s step-end infinite;
}


@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 12ch
    }
}

@keyframes typing2 {
    from {
        width: 0
    }

    to {
        width: 15ch
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */

header.home-v3 .mobile-header-content .row-four .left,
header.home-v3 .mobile-header-content .row-four .right {
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 7px;

}

header.home-v3 .mobile-header-content .row-four .left {
    justify-content: flex-end;
    padding-left: 7px;
}

header.home-v3 .mobile-header-content .row-four .left,
header.home-v3 .mobile-header-content .row-four .right {
    overflow: hidden;
}

header.home-v3 .mobile-header-content .row-four .left .text-wrapper {
    display: flex;
    min-width: 150px;
}

header.home-v3 .mobile-header-content .row-four .right .text-wrapper {
    display: flex;
    width: 110px;
}

header.home-v3 .mobile-header-content .row-four .right .matrix-type {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 4s steps(12, end) infinite, blink 0.7s step-end infinite;
}

header.home-v3 .mobile-header-content .row-four .left .matrix-type {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: typing2 4s steps(15, end) infinite, blink 0.7s step-end infinite;

}


@keyframes typing {

    0%,
    20% {
        width: 0
    }

    80%,
    100% {
        width: 12ch
    }
}

@keyframes typing2 {

    0%,
    20% {
        width: 0
    }

    80%,
    100% {
        width: 15ch
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.only-desktop {
    display: none;
}

body.single-case-study .header-wrapper {
    padding-top: 57px;
    padding-bottom: 57px;
}

body.single-case-study h1 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 48px;
    line-height: normal;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}

body.single-case-study .header-wrapper p {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0%;
}

body.single-case-study .parallax-section {
    height: 309px;
    overflow: hidden;
    position: relative;
    background: #aba6a0;
}

body.single-case-study .parallax-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.single-case-study .parallax-image {
    width: auto;
    /* height: 100%; */
    height: 85%;
    position: relative;
    will-change: transform;
}

body.single-case-study .dark-part {
    padding-top: 87px;
    padding-bottom: 111px;
    background-color: #000;
    color: #FFF;
}

body.single-case-study .dark-part .info-items {
    display: flex;
    flex-direction: column;
}

body.single-case-study .dark-part .info-items .info-item:not(:nth-last-child(1))::after {
    content: '';
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    width: 44px;
    display: inline-block;
    margin: 65px calc(50vw - 32px);
    text-align: center;
}

body.single-case-study .dark-part h4 {
    margin: 0 auto 30px;
    font-family: Scto Grotesk A;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

body.single-case-study .dark-part p {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}


body.single-case-study section.success-stories {
    background-color: rgba(255, 244, 238, 1)
}

body.single-case-study section.success-stories .story:has(.accordion-header.active) {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

body.single-case-study section.success-stories .container {
    padding: 0;
}

body.single-case-study section.success-stories .tabs-container {
    margin: 0 auto;
    padding: 0 0 2rem 0;
}

body.single-case-study section.success-stories .accordion-header .left {
    display: flex;
    gap: 16px;
    align-items: center;
}

/* Content section */
body.single-case-study section.success-stories .tab-content {
    display: none;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

body.single-case-study section.success-stories .tab-content.active {
    display: flex;
}

body.single-case-study section.success-stories .tab-image {
    flex: 1 1 50%;
    min-width: 300px;
}

body.single-case-study section.success-stories .tab-image img {
    width: 100%;
    height: auto;
}

body.single-case-study section.success-stories .tab-text {
    flex: 1 1 50%;
    min-width: 300px;
    padding-inline: 25px;
}

body.single-case-study section.success-stories .tab-text h2 {
    margin-top: 0;
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0%;


}

body.single-case-study section.success-stories .tab-text p {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0%;
}

/* Accordion style for mobile */
body.single-case-study section.success-stories .accordion-header {
    padding: 0 2rem;
    align-items: center;
    box-sizing: border-box;

}

body.single-case-study section.success-stories .accordion-header span {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 20px;
    line-height: 58px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

body.single-case-study section.success-stories .accordion-header.active {

    /* background: #fff; */
    /* padding: 1rem; */
    cursor: pointer;

}

body.single-case-study section.success-stories .accordion-header .icon .only-mobile {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: flex-end;
}

body.single-case-study section.success-stories .accordion-header .icon .only-mobile svg.plus {
    display: flex;
}

body.single-case-study section.success-stories .accordion-header .icon .only-mobile svg.minus {
    display: none;
}

body.single-case-study section.success-stories .accordion-header.active .icon .only-mobile svg.minus {
    display: flex;
}

body.single-case-study section.success-stories .accordion-header.active .icon .only-mobile svg.plus {
    display: none;
}


body.single-case-study section.success-stories .tab-logos {
    display: none;
}

body.single-case-study section.success-stories .accordion-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 84px;
    align-items: center;
}

body.single-case-study section.success-stories .accordion-header.active .left svg path {
    fill: rgb(198, 65, 0);

}

body.single-case-study section.success-stories .tab-content {
    display: none;
    flex-direction: column;
}

/* body.single-case-study section.success-stories .tab-content .brand-top {
    display: none;
}

body.single-case-study section.success-stories .tab-content.active {
    display: flex;
} */


body.single-case-study section.success-stories .story {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}


body.single-case-study section.success-stories .tab-content.active .btn-container {
    display: flex;
    width: 100%;
}

body.single-case-study figure.wp-block-image.size-full {
    text-align: center;
    margin: 0;
    padding: 0;
}

body.single-case-study section.success-stories .tab-content.active a {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #000;
    text-transform: uppercase;
}

.blog-slider {
    max-width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.swiper-wrapper {
    max-width: unset;
}

.swiper-slide {
    /* max-width: 300px; */
    display: flex !important;
    align-items: end;
}

.swiper-button-prev,
.swiper-button-next {
    display: none !important;
    position: relative !important;
}

/* .swiper-button-prev{
        left: -60px!important;
    } */
.swiper-button-next {
    right: 0px !important;
}



.swiper {
    overflow: hidden !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}



.hero-container {
    position: relative;
    /* height: 100vh; */
}

#hero-image {
    position: relative;
    /* bottom: -30%; */
    width: 150vw;
    transform: translateY(0%);
    /* z-index: 1; */
    left: -13vw;
    bottom: -50vw;
}


section#home-last {
    padding: 16px 0 0 0;
    /* min-height: 400px; */
    background-color: rgba(107, 85, 74, 1);
    /* height: 100vh; */
    position: relative;
}

/* 
#hero-image {
    position: relative;
    width: 150vw;
    transition: bottom .5s ease-in-out;
    left: -13vw;
    bottom: -50vw;
} */
#hero-image {
    position: relative;
    width: 150vw;
    left: -13vw;
    will-change: transform;
    transform: translateY(0vw);
}



section#home-last h2 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 217px;
    color: #FFF;
    /* transform: translateX(65vw); */

}


section#home-last h2 br.desktop {
    display: none;
}

.square-desktop {
    display: none;
}


#home-strategy.active,
#home-strategy.pinned {
    padding-top: 80px
}

@media screen and (min-width:768px) {

    .bg-video {
        background: url('../images/poster-desktop.jpeg');
        background-size: cover;
        background-position: center;
    }

    header.home-v3 .mobile-header-content .row-three .left,
    header.home-v3 .mobile-header-content .row-one .right {
        font-size: 92.2px;
    }

    header.home-v3 .mobile-header-content .row-two {
        font-size: 92.2px;
        line-height: 92.33px;
    }

    header.home-v3 .mobile-header-content {
        max-width: 600px;
    }

    header.home-v3 .mobile-header-content .row-one .left span {
        font-size: 37.3px;
        line-height: 32.03px;
    }

    header.home-v3 .mobile-header-content .row-four {
        font-size: 16px;
        line-height: 45.94px;
    }

    header.home-v3 .mobile-header-content .row-four .right .text-wrapper {
        width: 120px;
    }

}

@media screen and (min-width:992px) {


    .container {
        padding-inline: 15px;
    }

    header.home-v3 .content .container {
        display: flex;
        align-items: center;
        height: calc(100% - 120px);
        justify-content: center;
    }

    header.home-v3 .mobile-header-content {
        max-width: 1600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: unset;
        margin: 0;
    }

    header.home-v3 .navigation-row {
        border-bottom: 1px solid rgba(24, 24, 24, .4);
        padding-top: 0;
    }

    header.home-v3 .navigation-row .logo-container {
        width: 120px;
        height: 120px;
    }

    header.home-v3 .navigation-row .logo-container a img {
        width: 76px;
        height: 44px;
    }

    header.home-v3 .navigation-row .menu-container {
        width: 180px;
        height: 120px;
        background-color: rgba(107, 85, 74, 1);
    }

    header.home-v3 .mobile-header-content {
        max-width: 1600px;
    }

    header.home-v3 .mobile-header-content .row-one .left span {
        font-size: 32px;
        line-height: 33px;
    }

    header.home-v3 .mobile-header-content .row-one .left span.pr {
        text-transform: uppercase;
    }

    header.home-v3 .mobile-header-content .row-three .left,
    header.home-v3 .mobile-header-content .row-one .right {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 100px;
        line-height: 67px;
    }

    header.home-v3 .mobile-header-content .row-three .right {
        align-items: start;
    }

    header.home-v3 .mobile-header-content .row-three .left {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 54px;
    }

    header.home-v3 .mobile-header-content .row-one .right {
        flex-direction: row;
        justify-content: flex-end;
        gap: 54px;
    }

    header.home-v3 .mobile-header-content .row-two {
        display: none;
    }




    .only-desktop {
        display: block;
    }

    header.home-v3 .navigation-row .menu-container .menu-btn img {
        display: none;
    }

    header.home-v3 .mobile-header-content .row-four {
        flex-direction: row-reverse;
        font-size: 16px;
    }

    header.home-v3 .mobile-header-content .row-four .left a:hover {
        text-decoration: underline;
    }

    header.home-v3 .mobile-header-content .row-four .left,
    header.home-v3 .mobile-header-content .row-four .right {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 15px;
    }

    header.home-v3 .mobile-header-content .row-four .right {
        flex-direction: row;
    }

    header.home-v3 .mobile-header-content .row-four svg {
        width: 12px;
        height: 19px;
    }

    header.home-v3 .mobile-header-content .row-four .right svg {
        transform: scale(-1, 1);
    }

    /* header.home-v3 .mobile-header-content .row-four .right svg path {
        fill: rgba(151, 151, 151, 1)
    } */

    header.home-v3 .mobile-header-content .row-four {
        font-size: 16px;
        line-height: 75.94px;
        padding-bottom: 0;
    }

    header.home-v3 .mobile-header-content .row-three .right svg {
        width: 40px;
        height: 40px;
    }

    header.home-v3 .navigation-row .menu-container {
        align-items: flex-end;
        padding: 0 25px;
        width: 140px;
        justify-content: flex-start;
    }

    header.home-v3 .navigation-row .menu-container .menu-btn button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        margin-bottom: 20px;
        font-size: 27px;
        color: #fff;
        font-weight: 300;
        font-family: 'Scto Grotesk A';
        cursor: pointer;
    }

    header.home-v3 .navigation-row .menu-container .menu-btn button svg {
        transform: rotate(180deg);
    }

    body.single-case-study .content-section {
        display: flex;
    }

    body.single-case-study .content-section .title-section,
    body.single-case-study .content-section .content {
        flex-basis: 50%;
        display: flex;
        align-items: center;
    }

    body.single-case-study .content-section .title-section h1 {
        font-size: 100px;
    }

    body.single-case-study .dark-part .info-items {
        flex-direction: row;
        justify-content: space-between;
        gap: 147px;
    }

    body.single-case-study .dark-part .info-items .info-item {
        max-width: 417px;
    }

    body.single-case-study .dark-part .info-items h4,
    body.single-case-study .dark-part .info-items p {
        text-align: start;
    }

    body.single-case-study .dark-part .info-items .info-item:not(:nth-last-child(1))::after {
        content: none;
    }


    body.single-case-study .parallax-section {
        height: 657px;

    }



    /* 
    header.home-v3 .mobile-header-content .row-four .right {
        width: 142px;
        opacity: 1;
        animation: none;
    }

    header.home-v3 .mobile-header-content .row-four .right .matrix-type {
        animation: typing 2s steps(12, end), blink 0.7s step-end infinite;
    }

    header.home-v3 .mobile-header-content .row-four .left {
        width: 172px;
        justify-content: flex-end;
        align-items: center;
        opacity: 0;
        animation: fadeIn 0.1s ease-in forwards;
        animation-delay: 2s;
        text-align: left;
    }

    header.home-v3 .mobile-header-content .row-four .left .text-wrapper {
        direction: ltr;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        align-items: center;
        width: 172px;
    }

    header.home-v3 .mobile-header-content .row-four .left .matrix-type {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        animation: typing2 3s steps(15, end) 2s forwards, blink 0.7s step-end infinite 4s;
        animation-delay: 2s;
    } */
}



@media screen and (min-width:1200px) {

    .bg-video {
        height: 100vh;
    }

    body.home header.home-v3,
    body.home header.home-v3 .content {
        height: 100vh;
        /* overflow: hidden; */
    }

    header.home-v3 .mobile-header-content .row-three .left,
    header.home-v3 .mobile-header-content .row-one .right {
        font-size: 135px;
        line-height: 94px;
    }

    #home-strategy .img-container.one img {
        width: 382px;
        height: 396px;
        left: 50px;
    }

    #home-strategy .img-container.two img {
        width: 490px;
        height: 275px;
        top: 530px;
    }

    #home-strategy .img-container.three img {
        width: 359px;
        height: 487px;
        top: 460px;
    }

    #home-strategy .img-container.four img {
        width: 368px;
        height: 499px;
        top: 850px
    }

    #home-strategy .img-container.five img {
        width: 493px;
        height: 276px;
        top: 1080px;
    }

    #home-strategy .img-container.six img {
        width: 497px;
        height: 294px;
        top: 1200px;
    }



}

@media screen and (min-width:1400px) {

    header.home-v3 .mobile-header-content .row-three .left,
    header.home-v3 .mobile-header-content .row-one .right {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 164px;
        line-height: 121px;
    }

    body.single-case-study .content-section .title-section h1 {
        font-size: 150px;
    }

    body.single-case-study .header-wrapper p {

        font-size: 24px;
        line-height: 30px;
    }

    header.home-v3 .mobile-header-content .row-three .right svg {
        width: 50px;
        height: 50px;
    }
}


header .nav-container,
header .menu-container .nav-container {
    display: flex;
    height: auto;
    overflow: hidden;
    width: auto;
    right: -100%;
    position: absolute;
    background: rgba(107, 85, 74, 1);
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s;
    min-width: 300px;
    width: 100%;
    max-width: 600px;
    height: 100vh;
}

header .nav-container.show,
header .menu-container .nav-container.show {
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}


header .nav-container .close-icon-row,
header .menu-container .nav-container .close-icon-row {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    /* width: 100%; */
    margin-top: 20px;
    margin-right: 00px;
}

header .nav-container .close-icon-row svg,
header .menu-container .nav-container .close-icon-row svg {
    margin-right: 20px;
    transform: rotate(180deg);
    transform-origin: center;
    transition: transform .5s ease-in-out .5s;
}

header .nav-container.show .close-icon-row svg,
header .menu-container .nav-container.show .close-icon-row svg {
    margin-right: 20px;
    transform: rotate(0deg);
    transform-origin: center;
}


header .nav-container .menu-item-row,
header .menu-container .nav-container .menu-item-row {
    padding: 35px;
}

header .nav-container .menu-item-row ul,
header .menu-container .nav-container .menu-item-row ul {
    padding-inline: 0;
    list-style: none;
}

header .nav-container .menu-item-row ul li,
header .menu-container .nav-container .menu-item-row ul li {
    /* border-bottom: 1px solid #fff; */
    padding: 9px 0;
    text-align: center;
    margin-bottom: 60px;
}

header .nav-container .menu-item-row ul li a,
header .menu-container .nav-container .menu-item-row ul li a {
    font-family: Scto Grotesk A;
    font-weight: 300;
    font-size: 22.39px;
    line-height: 13.43px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;


}

header .nav-container .menu-item-row ul li a:hover,
header .menu-container .nav-container .menu-item-row ul li a:hover {
    font-weight: bold;
}

header .nav-container .menu-item-row ul li.current_page_item a,
header .menu-container .nav-container .menu-item-row ul li.current_page_item a {

    font-weight: bold;
}


header.blog .navigation-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

header.blog .navigation-row .logo-container {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
    width: 83px;
}

header.blog .navigation-row .menu-container {
    padding: 16px;
}

/* Hide submenu by default */
.menu-item .sub-menu {
    display: none;
    position: relative;
    left: 0;
    top: 35px;
    /* color: white; */
    /* z-index: 1000; */
    /* padding: 1rem; */
    box-shadow: none;
    width: 100%;
    list-style: none;
    transition: display 0.3s ease;
}

header .nav-container.show .menu-item-row ul.sub-menu li {
    margin-bottom: 0;
}

.menu-item-has-children>a {
    display: inline-flex;
    /* justify-content: space-between; */
    justify-content: center;
    width: 100%;
}

.menu-item-has-children>a::after {
    content: ' ▼';
    /* Unicode down arrow */
    font-size: 0.8em;
    margin-left: 0.3em;
    transition: transform 0.3s ease;
}

.menu-item-has-children:hover>a::after {
    transform: rotate(180deg);
}

/* Show submenu on hover */
.menu-item:hover>.sub-menu {
    display: block;
    margin-top: -25px;
}

.menu-item {
    position: relative;
}

.menu-item-has-children.current-menu-ancestor>a {
    color: #000 !important;
}

.sub-menu {
    transition: opacity 0.3s ease;
}

section#home-strategy {
    background: linear-gradient(180deg, #7E6C63 0%, #E4C3B3 100%);
    background: #000;
    /* overflow: hidden; */
    height: 1920px;
}


section#home-strategy .parralax {
    position: relative;
    /* height: 1486px; */
    height: 100%;
    /* padding-bottom: 50vh; */
}

section#home-strategy .parralax h2 {
    font-family: "JetBrains Mono";
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;

    position: sticky;
    top: 200px;
    /* top: calc(30vh + 200px); */
    bottom: auto;
    z-index: 10;
    width: 100%;
    pointer-events: none;
    transition: top ease-in-out .3s;
}

/* When active — just switch to fixed */
section#home-strategy.active .parralax h2 {
    position: fixed;
    /* top: calc(30vh + 200px); */
    top: auto;
    bottom: var(--offset-bottom);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

section#home-strategy.pinned .parralax h2 {
    /* transition: bottom ease-in-out .1s ; */
    position: absolute;
    /* top:  30vh; */
    top: unset;
    /* bottom: -300px; */
    bottom: var(--offset-bottom-new);

    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

section#home-strategy.active.pinned .parralax h2 {
    /* transition: bottom ease-in-out .1s ; */
    position: fixed;
    /* top: calc(30vh + 200px); */
    top: auto;
    bottom: var(--offset-bottom);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

#home-strategy .img-container {
    position: absolute;
    display: inline-block;
    /* transform: translateY(0); */
    /* transition: transform 0.5s ease; */
}

.img-container {
    will-change: transform;
    transition: transform 0.1s ease-out;
}


#home-strategy img {
    width: 200px;
    position: relative;
    transition: transform 0.3s ease-out;
    height: 100%;
    object-fit: cover;
    display: block;
}



section#home-makes-it-work {
    padding-top: 55px;
    position: relative;
    background: #fff;
    z-index: 99;
    background-color: rgba(255, 246, 241, .5);
}


section#home-makes-it-work .text-container {
    display: flex;
    flex-direction: column;
    /* padding: 0 9px; */
    gap: 0px;
}

section#home-makes-it-work .text-container .right,
section#home-makes-it-work .text-container .left {
    width: 100%;
}

section#home-makes-it-work .text-container h2 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: uppercase;
    /* transition: transform .5s ease-in-out;
    transform: scale(0); */
    transform-origin: top left;
    margin: 0 0 24px;
}

section#home-makes-it-work .text-container h2 br {
    display: none
}

section#home-makes-it-work.visible .text-container h2 {
    /* transform: scale(1); */
    /* Adjust scale as desired */
}

section#home-makes-it-work .text-container p {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0%;

}

section#home-makes-it-work .text-container p span {
    display: block;
    margin-top: 1rem
}

section#home-makes-it-work .text-container .right p {
    padding-bottom: 55px;
    margin-top: 0;
    margin-bottom: 0;
}

section#home-makes-it-work .logo-carousel-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: rgba(218, 235, 255, 1);
    padding: 20px 0;
    gap: 40px;
    /* Space between fixed text and scrolling logos */
}

section#home-makes-it-work .logo-carousel-container .fixed {
    width: 30%;
    display: none;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #daebff;
    height: 91px;
    z-index: 2;
    border-right: 1px solid #000;
}

section#home-makes-it-work .logo-carousel-container .fixed span {
    font-family: "JetBrains Mono", sans-serif;
    font-weight: 400;
    font-size: 8.36px;
    line-height: 8.36px;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
}

section#home-makes-it-work .logo-carousel-container .scroll-wrapper {
    flex-grow: 1;
    overflow: hidden;
    display: flex;
}

section#home-makes-it-work .logo-carousel-container .scroll {
    display: flex;
    gap: 18px;
    animation: scroll-left 10s linear infinite;
    white-space: nowrap;
    align-items: center;
}

/* Duplicating images for infinite scroll effect */
section#home-makes-it-work .logo-carousel-container .scroll img {
    height: 27px;
    display: inline-block;
}


/* STORIES */
section#home-stories {
    padding: 45px 0 0;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}

section#home-stories .container {
    padding: 0;
}

section#home-stories h2 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    max-width: 328px;
    margin: 0 auto;
    margin-bottom: 45px;
}

section#home-stories .card {
    /* width: 317px; */
    /* margin: 19px auto; */
    height: 540px;
    overflow: hidden;

}

section#home-stories .card svg {
    display: none;
}

section#home-stories .card .card-info {
    /* width: 234px; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(218, 235, 255, 0.7);
    width: 100%;
    height: 100%;
    margin: 0 36px 116px 0;
    background-color: rgba(126, 108, 99, 0.7);

}



section#home-stories .card .card-info a {
    display: block;
    font-family: "JetBrains Mono", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 42.12px;
    letter-spacing: 0%;
    /* text-align: center; */
    text-transform: uppercase;
    color: #fff;
    /* text-decoration: none; */
    /* border: 1px solid #fff; */
    border-radius: 21px;
    width: 183px;
    margin: 24px 20px 40px;
    display: inline-block;
}



section#home-stories .card.zafran {
    background-image: url(../images/zafran-case.jpg);
    background-position: center;
    background-size: cover;
}

section#home-stories .card.decart {
    background-image: url(../images/decart-casae.jpg);
    background-position: center;
    background-size: cover;
}

section#home-stories .card.wiz {
    background-image: url(../images/wiz-case.jpg);
    background-position: center;
    background-size: cover;
}

/* section#home-stories .card.wiz .card-info {
    background-color: rgba(126, 108, 99, 0.7);
}

section#home-stories .card.zafran .card-info {
    background-color: rgba(218, 235, 255, 0.8);
}

section#home-stories .card.decart .card-info {
    background-color: rgba(255, 255, 255, 0.7);
} */

section#home-stories .card.decart .card-info,
section#home-stories .card.zafran .card-info {
    color: #fff;
}

section#home-stories .card.decart .card-info a,
section#home-stories .card.zafran .card-info a {
    color: #fff;
    border-color: none;
}


section#home-stories .card .case-title {
    font-family: Scto Grotesk A;
    font-weight: 500;
    font-size: 32px;
    line-height: 70px;
    letter-spacing: 0%;

    /* text-transform: uppercase; */
    padding-inline-start: 20px;
}

section#home-stories .card .card-info p {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0%;
    margin-top: 0;
    padding-inline: 20px;
    margin-bottom: 0;
    /* max-width: 344px; */
}

section#home-stories .card.active .card-info {
    transition: all 0.3s ease;
    background: #FFF;
    color: #000;
}

section#home-stories .card.active .card-info a {
    color: #000;
}

section#home-ceo {
    background-color: rgba(217, 217, 217, 1);
    padding: 60px 0;
}

section#home-ceo h2 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

    text-align: center;
    margin: 0px auto 23px;
}

/* section#home-ceo .accordion { */
.accordion {
    width: 100%;
    max-width: 600px;
    /* border: 1px solid #ccc; */
}

/* section#home-ceo .accordion .accordion-item img { */
.accordion .accordion-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 346px;
    object-position: top;
}

.accordion .accordion-item img.quotes-img {
    width: 50px;
    height: 50px;
}

/* section#home-ceo .accordion .header { */
.accordion-item .header {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    background: rgba(107, 85, 74, 1);
    margin-top: -4px;
    padding-bottom: 0px;
    color: #fff;
}

/* .accordion-item.active .header {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    background: rgba(218, 235, 255, 1);
    margin-top: -4px;
    padding-bottom: 0px;
} */

/* section#home-ceo .accordion .header .job-title p:first-of-type { */
.accordion .header .job-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
}

.accordion .header .job-title p:first-of-type {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;

    /* text-transform: uppercase; */
    margin-top: 0px;
    margin-bottom: 0px;
}

/* section#home-ceo .accordion .header .job-title p:last-of-type { */
.accordion .header .job-title p:last-of-type {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-transform: uppercase;
    /* font-style: italic; */
    margin: 0;
}

/* section#home-ceo .accordion-item { */
.accordion-item {
    border-bottom: 1px solid #000000;
    margin-bottom: 46px;
}

/* section#home-ceo .accordion-header { */
.accordion-header {
    width: 60px;
    background: none;
    font-size: 20px;
    font-weight: bold;
    font-family: 'JetBrains Mono';
    border: none;
}



/* section#home-ceo .accordion-content { */
.accordion-content {
    padding: 40px 1rem 60px;
    display: none;
    background: #fff;
}

body.page-template-About-us .accordion-content {
    background-image: none;
}

body.page-template-About-us .accordion-content {
    padding: 30px 1rem 30px;
    display: none;
    background: #fff;

}

body.page-template-About-us .accordion-item {
    border-bottom: 1px solid #000000;
    margin-bottom: 46px;
    max-width: 350px;
    margin-inline: auto;
    height: unset;
}

.accordion-content h3 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0%;

    margin: 36px 0 0 0;
    /* text-transform: uppercase; */
}

section#home-ceo .accordion-content h3 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0%;
    margin: 24px 0 0 0;
}

.accordion-content p {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0%;

    /* margin-bottom: 40px; */
}

section#home-ceo .accordion-content p {
    margin-top: 24px;
    margin-bottom: 0;
}

body.page-template-About-us .accordion .accordion-item.active .accordion-content p {
    margin-top: 0;
}

/* section#home-ceo .accordion-item.active .close { */
.accordion-item.active .close {
    display: block;
}

/* section#home-ceo .accordion-item .close { */
.accordion-item .close {
    display: none;
}

/* section#home-ceo .accordion-item.active .open { */
.accordion-item.active .open {
    display: none;
}

/* section#home-ceo .accordion-item .open { */
.accordion-item .open {
    display: block;
}

/* section#home-ceo .accordion-item.active .accordion-content { */
.accordion-item.active .accordion-content {
    display: block;
}

body.single-post section.single-post {
    padding: 45px 0;
    background-color: #FFF;
}

body.single-post section.single-post .featured-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

body.blog .breadcrumbs {
    margin-top: 54px;
}

body.blog .posted-on,
body.single-post.post-template-default .posted-on {
    font-family: JetBrains Mono;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

body.single-post.post-template-default h1 {
    font-family: Scto Grotesk A;
    font-size: 20.34px;
    line-height: 21.06px;
    letter-spacing: 0%;
    text-transform: uppercase;

}

body.single-post.post-template-default .author-container {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
}

body.single-post.post-template-default .author-container .author-name {
    display: none;
}

body.single-post.post-template-default .author-container .posted-on,
body.single-post.post-template-default .author-container .categories a {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin: 0;
}



body.blog {
    background-color: rgba(255, 246, 241, 1);
}

body.blog .blog-items-section h2 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: center;
}

body.blog .blog-items-section .blogposts .blogpost {
    max-width: 100%;
    margin: 0;
    background-color: #fff;
    padding: 0;
    text-align: start;
}

body.blog .blog-items-section .blogposts .blogpost .featured-image {
    width: 100%;
}

body.single-post.post-template-default ul,
body.single-post.post-template-default ul li,
body.single-post.post-template-default p {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0%;
    margin-bottom: 1rem;

}

body.single-post.post-template-default p.subtitle {
    font-family: Scto Grotesk A;
    /* font-weight: 700; */
    font-size: 14px;
    line-height: 20.63px;
    letter-spacing: 0%;
}


.blog-items-section,
.more-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: rgba(218, 235, 255, 1);
    padding: 49px 0;
}

.blog-items-section {
    background-color: transparent;
    overflow: hidden;
}

.blog-items-section .blogposts,
.more-section .blogposts {
    display: flex;
    flex-direction: column;
    gap: 1rem;

}

.more-section h3.title {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 20px;
    line-height: 35.56px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

/* .swiper-slide {
    height: auto !important;
} */

.blogposts .blogpost {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}



.blogposts .blogpost {
    max-width: 300px;
    margin: 0 auto;
    background-color: #fff;
    /* border-bottom: 1px solid #000; */
    padding: 27px;
    text-align: start;
    height: 316px;
}

.blogposts .blogpost .excerpt {
    /* display: none; */
    max-height: 0;
    opacity: 0;
    transition: max-height ease-in-out .3s;
}

body.blog .blogposts .blogpost .excerpt {
    display: block;
    height: 0;
    opacity: 0;
}


/* .swiper-slide.swiper-slide:not(.swiper-slide-active):hover .blogpost .excerpt, */
.swiper-slide.swiper-slide-active .blogpost .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    max-height: 200px;
    opacity: 1;
}

.swiper-slide .blogpost .read-more {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    text-align: start;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration: underline;
    color: #000;
    display: block;
    /* max-height: 0; */
    opacity: 0;
    transition: max-height ease-in-out .3s, opacity .3s ease-in-out;
    transition-delay: .1s;

}

/* .swiper-slide.swiper-slide:not(.swiper-slide-active):hover .blogpost .read-more {
    max-height: 100px;
    opacity: 1;
} */

/* .swiper-slide.swiper-slide:not(.swiper-slide-active):hover .blogpost .read-more, */
.swiper-slide.swiper-slide-active .blogpost .read-more {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    text-align: start;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration: underline;
    color: #000;
    height: 100%;
    opacity: 1;
    display: block;
}

.swiper {
    margin: 0 !important;
}

.swiper-pagination {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.4;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000 !important;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    display: none;
}


.more-section .blogposts .blogpost,
body.blog .blogposts .blogpost {
    height: 100%;
}

.blogposts .blogpost .color-square-container {
    width: 100%;
    text-align: start;
}



body.blog .posted-on,
body.single-post.post-template-default .posted-on {
    font-family: JetBrains Mono;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0%;
    text-transform: uppercase;
    width: 100%;
    text-align: start;
    margin-top: 11px;
}

body.single-post.post-template-default .title-container .title {
    margin-bottom: 0;
}

body.blog .title-container .title a,
body.single-post.post-template-default .title-container .title a {
    font-family: Scto Grotesk A;
    font-weight: 700;
    font-size: 20.34px;
    line-height: 21.06px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

body.blog .title-container .title a:hover,
body.single-post.post-template-default .title-container .title a:hover {
    text-decoration: underline;
}

body.single-post.post-template-default .excerpt-container .excerpt {
    /* font-family: Syne; */
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    margin-top: 1rem;
}

footer {
    background: #000;
    color: #fff;
    padding: 90px 0;
    position: relative;
}


footer .container {
    /* max-width: 100%; */
    /* padding-inline: 38px; */
    padding-inline: 24px;
    display: flex;
}

footer .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
}

footer .content .logo-part {
    grid-column: span 4;

}

footer .content .logo-container {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
}

footer .content .logo-container img {
    width: 39px;
    height: 22px;
}

footer .content .logo-part .site-tag {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 24px;
    line-height: 62px;
    letter-spacing: 0%;
    /* text-transform: uppercase; */

}

footer .content .quotes-part {
    display: flex;
    justify-content: flex-end;
}

footer .content .site-headline-part {
    margin-top: 50px;
    margin-bottom: 50px;
}

footer .content .site-headline-part h3 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 0;
}


footer .content .menu-company,
footer .content .site-headline-part {
    grid-column: span 5;
}

footer .content .menu-company .header,
footer .content .site-headline-part .header {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .content .menu-company h4,
footer .content .site-headline-part h4 {
    font-family: Scto Grotesk A;
    font-weight: 500;
    font-size: 20px;
    line-height: 47px;
    letter-spacing: 0%;
    margin: 0;
}

footer .content .menu-company ul,
footer .content .site-headline-part ul {
    list-style: none;
    padding-inline-start: 0;
}



footer .content .menu-company li,
footer .content .menu-company li a,
footer .content .site-headline-part li a {
    font-family: Scto Grotesk A;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    margin: 5px 0;
    color: #fff;
    text-decoration: none;
}

footer .content .privacy-policy-part,
footer .content .terms-part {
    grid-column: span 2;
}

footer .content .privacy-policy-part a,
footer .content .terms-part a {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 12px;
    line-height: 48.86px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #FFF;

}

footer .content .copyright-part {
    grid-column: span 5;
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0%;

}

.breadcrumbs {
    margin: 1rem 0;
}

.breadcrumbs span,
.breadcrumbs a {
    color: #000;
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

header .menu-container button span {
    /* display: none; */
}



body.blog .btn-container {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
    width: 100%;
}

body.blog .btn-container button#load-more {
    border: none;
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    background: none;
}


body.blog .blog-items-section .blogposts,
.more-section .blogposts {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

body.blog .btn-container button#load-more:hover {
    text-decoration: underline;
}

body.blog .pinned-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    flex-direction: column-reverse;
    overflow: hidden;
}

body.blog .pinned-left,
body.blog .pinned-right {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.blog .pinned-left .date,
body.blog .blog-items-section .date,
body.blog .blog-items-section .categories a,
body.blog .pinned-left .categories a {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 12px;
    /* line-height: 48.86px; */
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

body.blog .blog-items-section .date {
    text-align: end;
}

body.blog .blog-items-section .date,
body.blog .blog-items-section .categories a {
    margin-top: 24px;
    white-space: nowrap;
}

body.blog .pinned-left .title {
    font-family: Scto Grotesk A;
    font-weight: 700;
    font-size: 20.34px;
    line-height: 21.06px;
    letter-spacing: 0%;
    text-transform: uppercase;
}


body.blog .pinned-right {
    padding: 0;
}

body.blog .pinned-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    order: 1;
}

body.blog .meta-row {
    font-size: 0.875rem;
    color: #888;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: self-end;
}

body.blog .excerpt {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 13.75px;
    line-height: 20.63px;
    letter-spacing: 0%;
}

body.blog .read-more {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 14px;
    line-height: 71.89px;
    letter-spacing: 0%;
    text-align: start;
    text-transform: uppercase;
    text-decoration: none;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #000;
}

body.blog .read-more:hover {
    text-decoration: underline;
}

body.blog .blog-items-section {
    background-color: transparent;
    overflow: hidden;
    padding: 24px 0;
}

body.blog .blog-items-section .blogpost .blog-data {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}

/* CAREERS PAGE */

section#careers .breadcrumbs-wrapper {
    margin-top: 60px;
}

section#careers h1 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}

section#careers .content p {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0%;
    margin-bottom: 54px;
}

section#careers .content a {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 20px;
    /* line-height: 85.34px; */
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #000;
    border-left-width: 0;
    border-right-width: 0;
    width: 100%;
    /* max-width: 360px; */
    text-decoration: none;
    color: #000;
    padding: 22px 0;
    margin: 0rem 0px 2rem;
    display: inline-block;
}

section#careers .content a:hover {
    background-color: #DAEBFF;
}


section#careers .decoration {
    display: flex;
    justify-content: center;
    align-items: end;
    background: rgba(255, 244, 238, 1);
    padding: 0px;
    /* overflow: hidden; */
}

section#careers .decoration img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

/* section#careers .band {

    display: flex;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    background-color: rgba(234, 234, 234, 1);
}

section#careers .band p.animated {
    font-family: Syne;
    font-weight: 400;
    font-size: 34.38px;
    line-height: 64.38px;
    letter-spacing: 0%;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    animation: marquee-left 10s linear infinite;
} */

body.page-template-Careers section#careers {
    position: relative
}

/* ABOUT US */

body.page-template-About-us section#aboutus {
    padding-top: 60px;
}

body.page-template-About-us .content-wrapper {
    padding-bottom: 60px;
}

body.page-template-About-us .content-wrapper h1 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}

body.page-template-About-us .content-wrapper p {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0%;

}

body.page-template-About-us .people {
    background: rgba(217, 217, 217, 1);
    padding: 61px 0 83px;
}

body.page-template-About-us .people .accordion-item .header {
    color: #000;
    background-color: #FFF;
    position: relative;
}

body.page-template-About-us .people .accordion-item {
    border-bottom: none;
    cursor: pointer;
}

body.page-template-About-us .people .accordion-item .linkdin_link_container {
    display: flex;
    justify-content: flex-start;
}

body.page-template-About-us .people .accordion-item .linkdin_link_container a:hover svg path {
    fill: #0077B5;
}

body.page-template-About-us .people .accordion-item.active {
    border-bottom: 1px solid #000;
}

body.page-template-About-us .people .accordion-item.active .header {
    background-color: rgba(218, 235, 255, 1);
    border-bottom: none;
}

body.page-template-About-us .people .accordion-item:hover .header {
    background-color: rgba(218, 235, 255, 1);
    border-bottom: none;
}

body.page-template-About-us .people .accordion-item .header .job-title p:first-of-type {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: none;

    margin-top: 0px;
    margin-bottom: 0px;
}

body.page-template-About-us .people .accordion-item .header .job-title p:last-of-type {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: none;
}

body.page-template-About-us .accordion .accordion-item .image-container {
    /* width: 346px; */
    width: 100%;
    height: 323px;
}

body.page-template-About-us .accordion .accordion-item .image-container img {
    /* width: 346px; */
    width: 100%;
    height: auto;

}

body section#home-ceo .item .image-container img.blue,
body section#home-ceo .accordion-item .image-container img.blue {
    /* display: none; */
    filter: grayscale(100%);
    transition: filter .9s ease-in-out;
}

body section#home-ceo .item.active .image-container img.blue,
body section#home-ceo .accordion-item .image-container img.blue {
    /* display: none; */
    filter: grayscale(0);
}

body.page-template-About-us .accordion .accordion-item .image-container img.blue {
    filter: grayscale(0)
}

body section#home-ceo .item.active .image-container img.blue,
body section#home-ceo .accordion-item.active .image-container img.blue,
body section#home-ceo .item .image-container:hover img.blue,
body section#home-ceo .accordion-item .image-container:hover img.blue,

body.page-template-About-us .accordion .accordion-item.active .image-container img.blue,
body.page-template-About-us .accordion .accordion-item .image-container:hover img.blue {
    display: block;
}

body.page-template-About-us .accordion .accordion-item.active .image-container img.blue,
body.page-template-About-us .accordion .accordion-item .image-container:hover img.blue {
    filter: grayscale(0);
}


body section#home-ceo .item.active .image-container img.gray,
body section#home-ceo .accordion-item.active .image-container img.gray,
body section#home-ceo .item .image-container:hover img.gray,
body section#home-ceo .accordion-item .image-container:hover img.gray,

body.page-template-About-us .accordion .accordion-item.active .image-container img.gray,
body.page-template-About-us .accordion .accordion-item .image-container:hover img.gray {
    display: none;
}


section#home-ceo .items-desktop {
    display: none;
}

section#home-blog {
    background-color: rgba(218, 235, 255, 1);
    padding-block-start: 60px;
    padding-block-end: 50px;
}

section#home-blog .blog-items-section .container {
    padding-right: 0;
}


section#home-blog h2 {
    font-family: Scto Grotesk A;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

body.single-post section#home-blog h2 {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 35.56px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;

}

.swiper-pagination {
    position: relative !important;
    bottom: -22px !important;
    left: 0;
    width: 100%;
    text-align: center;
}




section#home-blog .blogposts .posted-on {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 14.4px;
    line-height: 17.09px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    display: flex;
    gap: 25px;
}

section#home-blog .blogposts .posted-on a {
    text-decoration: none;
    color: #000
}

section#home-blog .blogposts .title {
    font-family: Scto Grotesk A;
    font-weight: 700;
    font-size: 16.8px;
    line-height: 15.99px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

section#home-blog .blogposts .title a {
    color: #000;
    text-decoration: none;
}

section#home-blog .blogposts .title a:hover {
    text-decoration: underline;
}

section#home-blog .swiper-slide .blogpost {
    height: 262px;
    transition: height 0.3s ease;
}

section#home-blog .swiper-slide-active .blogpost {
    height: 292px;
}

section#home-blog .swiper-slide .blogpost .square {
    display: none;
}

/* section#home-blog .swiper-slide:hover .blogpost .square, */
section#home-blog .swiper-slide-active .blogpost .square {
    display: block;
}

.swiper-wrapper {

    display: flex !important;
    align-items: end !important;
    transition: height 0s;
    max-width: 450px;
}

.blog-slider {
    overflow: visible;
}

.swiper-wrapper {
    align-items: flex-start;
    /* So taller slides don't push others */
}

.blog-slider {
    overflow: visible;
    /* Let overflowing slides show */
}

section#home-blog .all-container {
    margin-top: 60px;
    text-align: center;
    position: relative;
    z-index: 99999999999999999999;
}

section#home-blog .all-container a {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 15.14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #000;
}

/* 
header.home-v2 .text-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: var(--blinder-bg);
    position: relative;
}

header.home-v2 .text-row .logo-container {
    background: #000;
    width: 158px;
    height: 169px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

header.home-v2 .text-row .text {
    font-family: Syne;
    font-weight: 400;
    font-size: 45px;
    line-height: 106px;
    letter-spacing: 0%;
    padding-inline-end: 16px;
    text-transform: uppercase;
}

header.home-v2 .text-row.two {
    display: flex;
    justify-content: center;
}

header.home-v2 .text-row.three {
    padding-inline-start: 16px;
}

header.home-v2 .text-row .menu-container {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
} */

.text {
    transform: translateY(100%);
    transition: opacity .7s ease-in-out;
    opacity: 0;
    animation: textIn .7s ease-in-out forwards;
    /* animation-delay: 0.5s; */
    position: relative;
    z-index: 10;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

/* Text reveal */
@keyframes textIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



.text {
    position: relative;
    z-index: 2;
}

/* 
header.home-v2 .tellny-container {
    background: var(--background);
}

header.home-v2 .tellny-container svg path {
    fill: var(--quotes-fill);
}

header.home-v2 .tellny-container .powerhouse {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    padding-top: 2rem;
}

header.home-v2 .tellny-container .powerhouse {
    padding: 2rem 2rem 2rem 19px;
}

header.home-v2 .tellny-container .quotes {
    background: var(--highlight);
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    ALIGN-ITEMS: center;
    margin-bottom: 85px;
}

header.home-v2 .tellny-container .powerhouse .phrase {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

header.home-v2 .tellny-container {
    color: var(--highlight);
}



header.home-v2 .tellny-container .marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

header.home-v2 .tellny-container .marquee-wrapper .marquee {
    animation: marquee-left 10s linear infinite;
    font-family: Syne;
    font-weight: 400;
    font-size: 240.11px;
    line-height: 180.91px;
    text-transform: uppercase;
    opacity: .4;
}

header.home-v2 .tellny-container .transition-gradient {
    display: none;
} */

@keyframes blinderUp {
    0% {
        top: 100%;
    }

    100% {
        top: 0%;
    }
}




body.wp-singular.post-template-default.single-post .wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
    max-height: 270px;
    object-fit: cover;
}

/* 
#home-last {
    height: calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0;
}

#home-last .title-container {
    width: 100vw;
    padding: 0;
}

#home-last .hero-container {
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding: 0;
}

h2#headline {
    font-size: 3rem;
    line-height: 1.2;
    /* text-align: center; */
/* position: relative;
    z-index: 1;
} */

/* #hero-image {
    position: absolute;
    bottom: 0;
    width: 1000px;
    left: -45%;
    transform: translateY(90%);
    z-index: 2;
    transition: transform 0.3s ease;
    border-radius: 24px;
}  */
body.single-post.post-template-default .post-wrapper {
    padding-top: 30px;
}

body.single-post.post-template-default .post-wrapper h1 {
    font-weight: 700;
}

#home-strategy .img-container.one img {
    top: 260px;
}

#home-strategy .img-container.two img {
    position: relative;
    /* left: -22%; */
    left: -14%;
    width: 300px;
    top: 510px;
}

#home-strategy .img-container.three img {
    position: relative;
    /* left: 40%; */
    left: 25%;
    top: calc(600px + 120px);
}

#home-strategy .img-container.four img {
    position: relative;
    /* left: -15%; */
    left: -25%;
    top: 920px;
}

#home-strategy .img-container.five img {
    position: relative;
    /* right: -110px; */
    right: -55px;
    width: 300px;
    top: calc(800px + 480px);
}

#home-strategy .img-container.six img {
    position: relative;
    /* left: -25%; */
    left: -13%;
    top: calc(900px + 600px);
    width: 300px;
}



#home-slider {
    background-color: #181818;
    padding: 56px 0 101px;
}

#home-slider h2 {
    font-family: JetBrains Mono;
    font-weight: 300;
    font-style: Regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px;
    max-width: 278px;
    margin-inline: auto;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

#home-slider .hero-slider-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

#home-slider .hero-slider .slider-track {
    display: flex;
    gap: 24px;
    /* Space between slides */
    /* animation: scrollSlider 5s linear infinite; */
    align-items: center !important;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

#home-slider .hero-slider-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home-slider .hero-slide-image.wiz,
#home-slider .hero-slide-image.twj,
#home-slider .hero-slide-image.mehrat {
    height: 378px;
    width: auto;
}

#home-slider video {
    height: 250px;
    width: auto;
}

.hero-slider,
.hero-slider video {
    will-change: transform;
}


@keyframes scrollSlider {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

@media(min-width:500px) {

    .accordion .accordion-item img {
        max-height: 374px;
    }

}

@media(min-width:576px) {

    .container {
        margin: 0 auto;
        max-width: 620px;
    }

}

body.blog .blog-items-section .blogposts .blogpost .blog-data .read-more {
    line-height: normal;
    display: none;
}

@media(min-width:768px) {

    .container {
        margin: 0 auto;
        max-width: 920px;
    }



    body.single-post.post-template-default .post-wrapper {
        margin: 0 auto;
        max-width: 1116px;
        background-color: #fff;
        border-radius: 0;
        padding: 50px 60px 0;
        margin-bottom: 50px;
        box-sizing: border-box;
    }

    body.single-post.post-template-default .post-wrapper h1 {
        font-weight: normal;
    }

    .blog-items-section .blogposts,
    .more-section .blogposts {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        flex-wrap: nowrap;
    }

    /* section#home-strategy.pinned .parralax h2 {
        bottom: 500px;
    } */

    /* header.home .content {
        display: flex;
        flex-wrap: unset;
    }

    header.home .content .logo-container {
        background: #000;
        width: 33%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(.33 * 100vw);
    }

    header.home .content .quotes-container {
        width: 32%;
        background: rgba(217, 217, 217, 1);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header.home .content .quotes-container img {
        transition: all ease-in-out .1s;
    }

    header.home .content .tellny-container {
        height: auto;
        width: 20%;
        overflow: hidden;
        white-space: nowrap;
        padding: 10px 0;
        position: relative;
        background-color: rgba(255, 244, 238, 1);
        display: flex;
        align-items: center;
        order: unset;
    }



    header.home .content .tellny-container .marquee-wrapper {
        display: flex;
        width: max-content;
        animation: marquee 10s linear infinite;
    }

    header.home .content .tellny-container div.marquee {
        font-family: "Syne", sans-serif;
        font-weight: 400;
        font-size: clamp(800px, 50vw, 1830px);
        line-height: 103px;
        letter-spacing: 0%;
        text-transform: uppercase;
        opacity: 10%;
    }


    header.home .content .menu-container {
        height: 100%;
        width: 16%;
        display: flex;
        flex-direction: column;
    }

    header.home .content .menu-container .menu-btn {
        height: calc(.33 * 100vw / 2);
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFF;
        color: #fff;
        position: relative;
        top: unset;
        right: unset;
    }

    header.home .content .menu-container .menu-btn img {
        display: none;
    }

    header.home .content .menu-container .menu-btn span {
        display: block;
    }



    header.home .content .menu-container .under-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(218, 235, 255, 1);
        height: calc(.33 * 100vw / 2);
    } */

    /* header.home .navigation-row .logo {
        width: 60px;
        height: 60px;
    } */

    header.home .menu-container .nav-container {
        display: none;
    }

    header.-container .nav-container.show,
    header.home .menu-container .nav-container.show {
        display: flex;
        position: absolute;
        top: 0;
        left: auto;
        background: #000;
        width: 40%;
        height: 100vh;
        z-index: 20;
        flex-direction: column;
        padding: 36px;
        right: 0;
    }

    header.-container .nav-container.show .close-icon-row,
    header.home .menu-container .nav-container.show .close-icon-row {
        display: flex;
        justify-content: flex-end;
        padding: 15px;
        /* width: 100%; */
        margin-top: 20px;
    }

    header.-container .nav-container.show .close-icon-row svg,
    header.home .menu-container .nav-container.show .close-icon-row svg {
        width: 34px;
        fill: white;
        height: 34px;

    }

    header.-container .nav-container.show .menu-item-row,
    header.home .menu-container .nav-container.show .menu-item-row {
        padding: 35px;
    }

    header.-container .nav-container.show .menu-item-row ul,
    header.home .menu-container .nav-container.show .menu-item-row ul {
        padding-inline: 0;
    }

    header.-container .nav-container.show .menu-item-row ul li,
    header.home .menu-container .nav-container.show .menu-item-row ul li {
        border-bottom: 1px solid #fff;
        padding: 9px 0;
    }

    header.-container .nav-container.show .menu-item-row ul li a,
    header.home .menu-container .nav-container.show .menu-item-row ul li a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 25px;
        font-family: 'Syne', sans-serif;
    }

    header.-container .nav-container.show .menu-item-row ul li.current_page_item a,
    header.home .menu-container .nav-container.show .menu-item-row ul li.current_page_item a {
        color: #000;
    }


    header.home .content .menu-container .menu-btn {
        width: 100%;
        background-color: rgba(251, 137, 81, 1);
    }

    header.home .content .menu-container .menu-btn button {
        background: none;
        color: #fff;
        cursor: pointer;
        border: none;
        /* font-family: "Syne", sans-serif; */
        font-weight: 500;
        font-size: 32px;
        line-height: 214px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }

    header.home .title-container {
        background-image: url(../images/backgound-quotes.png);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 110px 0;
        background-size: 240px;
        background-repeat: no-repeat;
        background-position: top 76px left 42px;
        width: 330px;
        margin: 0 auto;
    }

    header.home .title-container h1 {
        font-family: "JetBrains Mono", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 35px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }

    header.home .title-container h1 span {
        /* font-family: "Syne", sans-serif; */
        font-weight: 800;
        font-size: 40px;
        line-height: 21.81px;
        letter-spacing: -6%;
        text-transform: uppercase;
    }

    /* section#home-strategy {
        background: linear-gradient(180deg, #7E6C63 0%, #E4C3B3 100%);
    } */

    section#home-strategy .contact-part {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* background: black; */
        overflow: hidden;
    }

    section#home-strategy .contact-part .left {
        width: 64%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
    }

    section#home-strategy .contact-part .left p {
        font-family: "Syne", sans-serif;
        font-weight: 400;
        font-size: 100px;
        line-height: 103px;
        letter-spacing: 0%;
        text-transform: uppercase;
        /* position: absolute; */
        width: 100%;
        margin: 0;
    }

    section#home-strategy .contact-part .left p.p1 {
        animation: marquee-left 10s linear infinite;
    }

    section#home-strategy .contact-part .left p.p2 {
        animation: marquee-right 10s linear infinite;
    }

    section#home-strategy .contact-part {
        flex-direction: row;
    }

    /* section#home-strategy .contact-part .right {
        flex-grow: 1;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        height: 206px;
        width: unset;
    } */
    section#home-strategy .contact-part .right {
        flex-grow: 1;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        height: 206px;
        width: unset;
        position: absolute;
        right: 0;
        top: 288px;
    }

    section#home-strategy .contact-part .right div {
        background-color: #000;
        color: #fff;
        font-family: "JetBrains Mono", sans-serif;
        font-weight: 400;
        font-size: 35px;
        line-height: 30px;
        letter-spacing: 0%;
        text-transform: uppercase;
        padding: 40px 28px;
        width: unset;
    }

    section#home-strategy .parralax {
        position: relative;
        /* height: 1119px; */
    }

    section#home-strategy .parralax h2 {
        font-size: 28px;
        line-height: 40px;
        /* margin-top: 440px; */
    }

    section#home-strategy .parralax {
        position: relative;
        /* height: 2359px; */
    }


    section#home-stories {
        padding: 20px 0;
        background-color: #000;
        color: #fff;
    }

    section#home-stories h2 {
        font-family: "Syne", sans-serif;
        font-weight: 500;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
    }


    section#home-stories .card .case-brand {
        font-family: "Syne", sans-serif;
        font-weight: 800;
        font-size: 55px;
        line-height: 66.81px;
        letter-spacing: -6%;
        text-align: center;
        text-transform: uppercase;

    }

    section#home-stories .card .case-rating {
        font-family: "JetBrains Mono", sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }

    .accordion {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1430px;
        margin-inline: auto;
        gap: 65px;
        justify-content: center;
    }

    section#home-ceo .items-mobile {
        width: 100%;
    }

    section#home-ceo .items-mobile .accordion {
        max-width: unset;
        gap: 1%;
    }

    section#home-ceo .items-mobile .accordion .accordion-item {
        flex-basis: 48%;
    }

    section#home-ceo .items-mobile .accordion .accordion-item img {
        /* height: 250px; */
        object-fit: cover;
    }

    section#home-ceo .items-mobile .accordion .accordion-item img.quotes-img {
        width: 50px;
        height: 50px;
    }


    section#home-strategy .contact-part .right {
        top: 382px;
    }


    header .nav-container.show,
    header .menu-container .nav-container.show {
        width: 600px;
        height: auto;
        right: 0;
        max-width: 100%;
        box-shadow: 6px 10px 12px #494949;
    }

    body.page-template-About-us .accordion-item {
        margin-inline: unset;
    }

    header .nav-container.show .menu-item-row ul li a,
    header .menu-container .nav-container.show .menu-item-row ul li a {
        font-size: 35px;
        color: #FFF;
    }

    #home-strategy.active,
    #home-strategy.pinned {
        padding-top: 100px
    }

    header .nav-container,
    header .menu-container .nav-container {
        width: 600px;
        height: unset;
    }
}


@media (min-width:783px) {
    section#home-strategy .contact-part .right {
        top: 336px;
    }
}

@media (min-width:992px) {
    .breadcrumbs {
        margin: 1rem 0;
    }



    body.page-template-Careers .navigation-row {
        margin-bottom: 0;
    }



    body.page-template-Careers section#careers .container {
        margin: 0 0 0 83px;
        padding-inline-start: 0;
        max-width: 50%;
    }



    /* STORIES */
    section#home-stories {
        background-color: #000;
        padding: 141px 0 157px;
        color: #fff;
    }

    section#home-stories h2 {
        text-transform: uppercase;
        max-width: 100%;
    }

    section#home-stories .cards-container {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    section#home-stories .cards-container .card .card-info a {
        /* display: none; */
        margin: 0 10px;
        height: 0;
        opacity: 0;
        transition: all .3s ease-in-out;
    }

    section#home-stories .cards-container .card:hover .card-info a {
        margin: 24px 14px 40px;
        height: auto;
        opacity: 1;
    }

    section#home-stories .cards-container .card .card-info p {
        padding-bottom: 3rem;
    }

    section#home-stories .cards-container .card .card-info {
        transition: all ease-in-out .5s;
    }

    section#home-stories .card.wiz .card-info,
    section#home-stories .card.zafran .card-info,
    section#home-stories .card.decart .card-info {
        position: relative;
        background-color: rgba(107, 85, 74, 0.7);
        color: #fff;
        /* padding-top: 160px; */
        justify-content: flex-end;
    }


    section#home-stories .card.wiz .card-info a,
    section#home-stories .card.decart .card-info a,
    section#home-stories .card.zafran .card-info a {
        color: #000;
        border: none;
    }

    section#home-stories .card.wiz .card-info:hover,
    section#home-stories .card.zafran .card-info:hover,
    section#home-stories .card.decart .card-info:hover {
        background-color: rgba(255, 255, 255, 1);
        color: #000;
        padding-top: 0;
        cursor: pointer;
        justify-content: flex-end;
    }


    section#home-stories .card.wiz .card-info:hover p,
    section#home-stories .card.decart .card-info:hover p,
    section#home-stories .card.zafran .card-info:hover p {
        color: #000;
        border: none;
        display: flex;
        padding-bottom: 0;
    }

    section#home-stories .card.wiz .card-info:hover a,
    section#home-stories .card.decart .card-info:hover a,
    section#home-stories .card.zafran .card-info:hover a {
        color: #000;
        border: none;
        display: flex;
        text-decoration: underline;
    }

    section#home-stories .card .card-info:hover svg {
        display: block;
        position: absolute;
        top: 58px;
        left: 36px;
    }

    /* 
    header.home-v2 .text-row.three {
        padding-inline-start: 32px;
    }

    header.home-v2 .tellny-container .powerhouse {
        padding: 2rem 2rem 2rem 39px;
    }


    header.home-v2 .text-row .menu-container {
        position: absolute;
        top: 32px;
        right: 32px;
        z-index: 5;
    } */

    header.blog .menu-container img {
        width: 36px;
        height: auto;
    }

    section#home-last h2 br.desktop {
        display: block;
    }

    section#home-last h2 br.mobile {
        display: none;
    }

    /* #hero-image {
        position: absolute;
        bottom: 0;
        width: 100vw;
        left: -16px;
        transform: translateY(90%);
        z-index: 2;
        transition: transform 0.3s ease;
        border-radius: 24px;
    } */

    section#careers {
        display: flex;
    }

    section#careers .decoration {
        display: flex;
        justify-content: center;
        align-items: end;
        /* background: rgba(255, 244, 238, 1); */
        padding-bottom: 34px;
        /* overflow: hidden; */
    }

    section#careers .decoration img {
        width: 440px;
        height: 380px;
        object-fit: cover;
    }

    body.blog .pinned-post-wrapper {
        flex-direction: row;
    }

    body.blog .blog-items-section .pinned-image {
        height: 242px;
    }

    body.blog .pinned-image {
        height: 100%;
        max-height: 538px;
    }

    body.blog .blog-items-section h2 {
        font-size: 72px;
        text-transform: none;
        text-align: start;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }

    body.blog .blog-items-section .blogposts {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
        align-items: start;
    }

    body.blog .blog-items-section .blogposts .blogpost {
        width: 280px;
        height: 440px;
        position: relative;
        overflow: hidden;
    }

    body.blog .blog-items-section .blogposts .blogpost .blog-data {
        position: absolute;
        background-color: #fff;
        top: 242px;
        transition: top ease-in-out .2s;
    }

    body.blog .blog-items-section .blogposts .blogpost:hover .blog-data {
        top: 30px
    }

    body.blog .blog-items-section .blogposts .blogpost:hover .blog-data .excerpt {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        height: 100%;
        max-height: 150px;
        opacity: 1;
    }

    body.blog .blog-items-section .blogposts .blogpost:hover .blog-data .read-more {
        line-height: normal;
        display: block;
    }




    body.single-post.post-template-default h1 {
        font-size: 64px;
        line-height: 62px;
        text-transform: none;
    }

    header .nav-container.show,
    header .menu-container .nav-container.show {
        padding: 36px 0;
    }



    header .nav-container.show .close-icon-row,
    header .menu-container .nav-container.show .close-icon-row {
        margin-right: 100px;
    }

    body.blog .pinned-left {
        padding: 104px 46px 72px;
        justify-content: flex-start;
    }

    body.blog .pinned-left .excerpt {
        max-width: 466px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-clamp: 6;
        -webkit-line-clamp: 6;
        margin-block: 21px;
    }

    body.blog .pinned-left a {
        /* margin-top: auto; */
    }

    body.blog .pinned-left .excerpt p {
        margin: 0;
    }

    header .nav-container .menu-item-row ul li a {
        line-height: normal;
    }

    section#home-stories .card .case-title {

        padding-inline-start: 12px;
    }

    section#home-stories .card .card-info p {
        padding-inline: 12px;
    }

    section#home-last .title-container h2 {
        font-size: 100px;
        width: 200vw;
    }
}


@media (min-width:1200px) {
    .container {
        margin: 0 auto;
        max-width: 1100px;
        width: 100%
    }

    footer .content .menu-company li,
    footer .content .menu-company li a,
    footer .content .site-headline-part li a {
        font-family: Scto Grotesk A;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0%;
        margin: 0;
        color: #fff;
    }

    h1 {
        font-weight: 500;
        font-size: 200px;
        line-height: 200px;
        margin-top: 0;
        margin-bottom: 60px;
    }

    body.page-template-default h1 {
        font-weight: 500;
        font-size: 64px;
        line-height: 60px;
        margin-top: 0;
        margin-bottom: 60px;
    }

    /* body`.page-template-Careers .content-wrapper {
        padding: 100px 60px;
    } */
    .breadcrumbs span,
    .breadcrumbs a {

        font-size: 16px;
    }

    body.page-template-Careers section#careers {
        margin: 0 auto;
        max-width: 1100px;
        gap: 80px;
        margin-bottom: 100px;
    }

    body.page-template-Careers section#careers .container {
        margin: unset;
    }

    body.page-template-Careers section#careers h1 {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 110px;
        line-height: normal;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: uppercase;
        letter-spacing: 0%;
        text-transform: uppercase;
        margin-bottom: 0;
        left: -6px;
        position: relative;
    }

    section#careers .decoration img {
        width: 530px;
        height: 410px;
        object-fit: cover;
    }


    header.blog .navigation-row .logo-container {
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 153px;
        width: 153px;
    }

    header.blog .navigation-row .logo-container img {
        width: 105px;
        height: auto;
    }

    section#home-makes-it-work .logo-carousel-container .scroll {
        gap: 77px;
        padding: 15px 0;
        animation: scroll-left 21s linear infinite
    }

    header .menu-container button img {
        /* display: none; */
        width: 36px;
        height: 24px;
    }


    /* .breadcrumbs {
        margin: 74px 0 50px;
    } */

    .blogposts .blogpost .excerpt p {
        font-size: 22.2px;
        line-height: 25.9px;
        letter-spacing: 0%;
    }

    /* .blogposts .blogpost .color-square-container .square {
        width: 34px;
        height: 34px;
    } */

    .blogposts .blogpost {
        height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: rgba(255, 255, 255, 1);
    }

    /* .blogposts .blogpost .excerpt-container {
        height: 70px;
        overflow: hidden;
    } */

    /* .blogposts .blogpost:hover {
        background: rgba(255, 255, 255, .6);
    } */

    .blogposts .blogpost .blog-data {
        transition: all .2s ease-in-out;
    }

    /* .blogposts .blogpost:hover .blog-data {
        margin-top: 16px;
    } */

    #home-strategy .img-container.one img {
        /* top: calc(200px + 220px); */
        top: 300px;

    }

    section#home-strategy {
        height: 2600px;
    }

    #home-strategy .img-container.two img {
        position: relative;
        left: -30%;
        top: calc(700px + 220px);
        width: auto;
    }

    #home-strategy .img-container.three img {
        position: relative;
        left: 40%;
        top: calc(900px + 120px);
        width: auto;
    }

    #home-strategy .img-container.four img {
        position: relative;
        left: -5%;
        width: auto;
        top: calc(1000px + 320px);
    }

    #home-strategy .img-container.five img {
        position: relative;
        left: 40%;
        top: calc(1200px + 480px);
        width: auto;
    }

    #home-strategy .img-container.six img {
        position: relative;
        left: -25%;
        top: calc(1400px + 600px);
        width: auto;
    }


    .blog-items-section .blogposts,
    .more-section .blogposts {
        row-gap: 40px;
    }

    body.blog .blog-items-section .blogposts,
    body.blog .more-section .blogposts {
        row-gap: 40px;
    }

    .more-section .blogposts .blogpost,
    body.blog .blogposts .blogpost {
        height: auto;
        margin: 0;
    }


    body.blog .btn-container {
        margin: 94px 0 0;
    }

    body.blog .btn-container button#load-more {
        font-size: 28px;
        line-height: 71.12px;
        /* padding: 6px 136px; */
        /* border-radius: 106px; */
    }

    body.page-template-Careers section#careers .container {
        /* margin: 0 0 0 153px; */
        padding-inline-start: 0;
    }

    body.page-template-Careers .decoration {
        left: 660px;
    }

    .accordion .header .job-title p:first-of-type {
        font-weight: 500;
        font-size: 25px;

    }



    .accordion .header {
        display: flex;
        justify-content: space-between;
        background: rgba(218, 235, 255, 1);
        margin-top: -4px;
        padding: 0 28px;
    }



    .accordion .header svg {
        width: 28px;
        height: 28px;
    }

    .accordion-content p {
        font-family: 'Scto Grotesk A';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }









    section#home-makes-it-work .text-container h2 {
        font-size: 100px;
        line-height: 94px;
        margin: 0;
    }

    section#home-makes-it-work .text-container h2 br {
        display: block;
    }

    section#home-makes-it-work .text-container p {
        margin-top: 0;
        font-size: 24px;
        line-height: 30px;
    }

    section#home-makes-it-work .text-container .left {
        display: flex;
        align-items: center
    }

    section#home-makes-it-work .text-container .right {
        width: 100%;
        display: flex;
        align-items: center;
    }

    section#home-makes-it-work .text-container .right p {
        padding-bottom: 0;
    }

    section#home-makes-it-work .text-container p span {
        display: inline;
        margin: 0
    }

    section#home-makes-it-work .text-container {
        display: flex;
        padding: 70px 0 142px;
        gap: 80px;
        flex-direction: row;
    }

    section#home-makes-it-work .logo-carousel-container .fixed {
        display: flex;
        height: 122px;
    }

    section#home-makes-it-work .logo-carousel-container .fixed span {
        font-size: 19px;
        line-height: 29px;
        padding: 0 1rem;
    }

    section#home-ceo .items-mobile {
        display: none;
    }

    section#home-ceo .items-desktop {
        display: flex;
        gap: 80px;
    }

    section#home-ceo .items-desktop .tab-people,
    section#home-ceo .items-desktop .tab-data {
        width: 50%;
    }

    section#home-ceo .items-desktop .tab-data {
        /* background-color: rgba(218, 235, 255, 1); */
        display: flex;
        /* justify-content: center; */
        /* align-items: center; */
        padding: 0;
        width: 530px;
    }

    section#home-ceo .items-desktop .tab-people {
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
        row-gap: 40px;
        gap: 25px;
    }

    section#home-ceo .items-desktop .tab-people .item {
        width: 45%;
        border-bottom: 1px solid #000;
        transition: all .4s ease-in-out;
    }

    section#home-ceo .items-desktop .tab-people .item.active {
        background-color: rgba(107, 85, 74, 1);
    }

    section#home-ceo .items-desktop .tab-people .item .image-container {
        height: 240px;
    }

    section#home-ceo .items-desktop .tab-people .item img {
        width: 100%;
        max-height: 374px;
        object-fit: cover;
        object-position: top;
        height: 240px;
    }


    section#home-ceo .items-desktop .tab-people .item .job-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 10px;
    }

    section#home-ceo .items-desktop .tab-people .item p:last-of-type,
    section#home-ceo .items-desktop .tab-people .item p:first-of-type {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 20.27px;
        line-height: 20.68px;
        letter-spacing: 0%;
        text-transform: uppercase;
        margin: 0;
        transition: color .4s ease-in-out;
    }

    section#home-ceo .items-desktop .tab-people .item.active p:last-of-type,
    section#home-ceo .items-desktop .tab-people .item.active p:first-of-type {
        /* font-weight: 500; */
        margin: 0;
        font-size: 20px;
        line-height: normal;
        padding-inline-start: 5px;
        text-transform: uppercase;
        color: #FFF;
        padding-left: 0;
    }

    section#home-ceo .items-desktop .tab-people .item p:last-of-type {
        font-family: JetBrains Mono;
        font-weight: 400;
        font-size: 20.27px;
        /* line-height: 95.56px; */
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: uppercase;
        /* margin-top: 8px; */

    }

    section#home-ceo .items-desktop .tab-people {
        flex-wrap: wrap;
        display: grid;
        justify-content: flex-start;
        row-gap: 40px;
        gap: 25px;
        /* flex-grow: 1; */
        grid-template-columns: 1fr 1fr;
    }

    section#home-ceo .items-desktop .tab-people .item {
        width: auto;
        border-bottom: 1px solid #000;
    }

    section#home-ceo .items-desktop .tab-data .item-content {
        display: none;
    }

    section#home-ceo .items-desktop .tab-data .item-content.active {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
    }


    section#home-ceo .items-desktop .tab-data .brand-top {
        display: flex;
        justify-content: space-between;
    }

    section#home-ceo .items-desktop .tab-data .brand-top img {
        /* opacity: .4; */
        width: auto;
        height: 110px;
    }

    section#home-ceo .items-desktop .tab-data h3 {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 64px;
        line-height: 69px;
        letter-spacing: 0%;
        text-transform: uppercase;

        margin-bottom: 40px;
    }

    section#home-ceo .items-desktop .tab-data p {
        font-family: Scto Grotesk A;
        font-weight: 500;
        font-size: 26px;
        line-height: 33px;
        letter-spacing: 0%;

    }

    section#home-ceo .items-desktop .tab-data .author-container {
        font-family: JetBrains Mono;
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0%;
        text-transform: uppercase;

    }




    /* section#home-stories h2 {
        font-size: 61px;
        line-height: 83px;
    } */
    section#home-stories h2 {
        font-size: 54px;
        line-height: 83px;
    }



    section#home-strategy .contact-part .right {
        top: 524px;
    }

    section#home-strategy .parralax h2 {
        font-size: 32px;
        line-height: 38px;
        /* margin-top: 440px; */
    }

    section#home-ceo {
        padding-top: 70px;
        padding-bottom: 70px;
    }


    section#home-ceo {
        background-color: rgba(255, 246, 241, 1);
        padding: 0;
    }

    section#home-ceo .items-desktop {
        padding: 70px 0 20px;
    }

    section#home-ceo .items-desktop .tab-data .item-content.active {
        padding-inline: 0;
    }

    section#home-ceo .items-desktop .tab-data .item-content.active .text {
        text-align: start;
    }



    section#home-stories {
        padding: 91px 0;
        background-color: #000;
        color: #fff;
    }

    section#home-ceo h2 {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 64px;
        line-height: 113px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        padding: 70px 0;
        width: 100%;
        background-color: rgba(217, 217, 217, 1);
    }

    section#home-blog {
        background-color: rgba(218, 235, 255, 1);
        padding-block-start: 75px;
        padding-block-end: 0;
        position: relative;
        z-index: 2;
    }

    section#home-blog h2 {
        font-size: 64px;
        text-align: center;
        text-transform: uppercase;
    }

    .blog-items-section,
    .more-section {
        padding: 0 0 125px;
        margin-top: 30px;
    }

    body.post-template-default .blog-items-section,
    body.post-template-default .more-section {
        padding: 0 0 125px;
    }

    body.page-template-About-us .content-wrapper {
        display: flex;
    }

    body.page-template-About-us .content-wrapper .title-container,
    body.page-template-About-us .content-wrapper .phrase-wrapper {
        flex-basis: 60%;
        display: flex;
        align-items: center;
    }

    body.page-template-About-us .content-wrapper .phrase-wrapper {
        flex-basis: 40%;
        display: flex;
        align-items: center;
    }



    body.page-template-About-us .content-wrapper .title-container h1 {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 110px;
        line-height: normal;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: uppercase;
        margin: 0;
    }

    body.page-template-About-us .people .accordion .header svg {
        width: 41px;
        height: 41px;
    }

    body.page-template-About-us .people .accordion {
        gap: 36px;
    }

    footer .content {
        grid-template-columns: repeat(12, 1fr);
    }

    footer .content .logo-part {
        grid-column: span 5;
        order: 1;
    }

    footer .content .menu-company {
        order: 2;
        grid-column: span 2;
    }

    footer .content .menu-company.contact {
        order: 3;
        grid-column: span 4;
    }

    footer .content .quotes-part {
        order: 4;
        grid-column: span 1;
        justify-content: flex-start;
    }

    footer .content .site-headline-part {
        grid-column: span 5;
        order: 5;
    }

    footer .content .privacy-policy-part {
        grid-column: span 2;
        order: 6;
    }

    footer .content .terms-part {
        grid-column: span 4;
        order: 7;
    }

    footer .content .copyright-part {
        grid-column: span 1;
        order: 8;
    }

    footer .wrap-menu .footer_menu_company {
        max-height: none !important;
        overflow: visible !important;
    }

    footer .wrap-menu .open,
    footer .wrap-menu .close {
        display: none !important;
    }

    footer .content .logo-container {
        width: 63px;
        height: 63px;
    }

    footer .content .logo-container img {
        width: 46px;
        height: 27px;
    }

    footer .content .menu-company .header,
    footer .content .site-headline-part .header {
        border-bottom: none;
    }



    footer .content .logo-part .site-tag {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 24px;
        line-height: 62px;
        letter-spacing: 0%;
        /* text-transform: uppercase; */
        margin-top: 23px;
    }

    footer .content .menu-company ul li a:hover {
        text-decoration: underline;
    }

    footer .content .site-headline-part {
        margin-top: -40px;
        margin-bottom: 8px;
    }

    footer .content .site-headline-part h3 {
        font-size: 64px;
        line-height: 62px;
    }

    footer .content .privacy-policy-part,
    footer .content .copyright-part,
    footer .content .terms-part {
        display: flex;
        align-items: end;
    }

    .blogposts {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        flex-wrap: nowrap;
    }

    body.blog .blogposts .blogpost {
        height: auto;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
        position: relative !important;
    }

    body.blog .blog-items-section .blogposts .blogpost {
        width: 340px;
        height: auto;
        min-height: 390px;
    }

    body.single-post section.single-post {
        padding: 45px 0 0;
        background-color: transparent;
    }

    body.single-post.post-template-default .post-wrapper {
        margin-top: 90px;
        padding: 98px 77px 90px;
        margin-bottom: 0;
    }

    body.single-post.post-template-default .title-section {
        display: flex;
        flex-direction: column;
    }

    body.single-post.post-template-default .title-section .author-container {
        order: 1;
        margin-bottom: 90px;
    }

    body.single-post.post-template-default .title-section .author-container .author-name {
        display: block;
        font-family: JetBrains Mono;
        font-weight: 500;
        font-size: 16px;
        line-height: 33.01px;
        letter-spacing: 0%;
        text-transform: uppercase;

    }

    body.single-post.post-template-default .title-section .author-container .categories {
        display: none;

    }

    body.single-post.post-template-default .title-section h1 {
        font-size: 64px;
        line-height: 62px;
        text-transform: none;
        order: 2;
    }

    body.single-post.post-template-default .title-section .subtitle {
        order: 3;
        font-weight: 500;
        font-size: 26px;
        line-height: 33px;
        letter-spacing: 0%;
        margin-bottom: 44px;
    }

    body.single-post.post-template-default .title-section .featured-image {
        order: 4;
        margin-bottom: 27px;
    }

    body.single-post.post-template-default .title-section .featured-image img {
        height: 488px;
    }

    body.single-post.post-template-default .title-section .posted-on {
        margin-bottom: 0;
        font-family: JetBrains Mono;
        font-weight: 500;
        font-size: 16px;
        line-height: 33.01px;
        letter-spacing: 0%;
        text-transform: uppercase;
        margin-top: 0;
    }

    body.single-post.post-template-default ul,
    body.single-post.post-template-default ul li,
    body.single-post.post-template-default p {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 1rem;
    }

    footer .content .menu-company ul li,
    footer .content .menu-company ul li a {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0%;
        text-decoration: none;
    }

    #hero-image {
        position: relative;
        /* bottom: -30%; */
        width: 101vw;
        transition: bottom .5s ease-in-out;
        /* z-index: 1; */
        left: 0vw;
        bottom: -50vw;
    }

    section#home-last .title-container {
        width: 200vw;
    }

    /* section#home-last .title-container h2 {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 94.93px;
        line-height: 109px;
        letter-spacing: 0%;
        text-transform: uppercase;
        will-change: transform;
        position: relative;
        transition: left .5s ease-in-out;
        left: 50vw;
    } */

    section#home-last .title-container h2 {
        position: relative;
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 116px;
        line-height: 109px;
        text-transform: uppercase;
        will-change: transform;
        transform: translateX(65vw);
    }

    /* section#home-last.active .title-container h2 {
        left: -50vw;
    } */
    #hero-image {
        transform: translateY(-1vw);
        /* or let GSAP handle this */
    }


    .swiper {
        width: 100%;
        /* margin: 0 auto; */
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: block !important;
        position: relative !important;
    }

    .swiper-button-next {
        right: -30px !important;
    }

    .swiper-button-prev {
        left: -30px !important;
    }

    .blogposts .swiper-slide-active .blogpost .excerpt {
        line-clamp: 8;
        -webkit-line-clamp: 8;
    }

    .swiper-slide.swiper-slide:not(.swiper-slide-active):hover .blogpost .excerpt {
        line-clamp: 6;
        -webkit-line-clamp: 6;

    }

    body.blog h1 {
        font-weight: 500;
        font-size: 150px;
        line-height: 200px;
        margin-top: 0;
        margin-bottom: 60px;
        text-align: center;
    }

    body.single-post section#home-blog h2 {

        font-size: 28px;
        line-height: 35.56px;
        margin: 80px 0 80px;
    }

    .blogposts .blogpost {
        padding: 40px;
    }

    .swiper {
        height: 490px;
    }

    section#home-blog .swiper-slide .blogpost {
        height: 320px;
        transition: height 0.3s ease;
        width: 100%;
        align-items: flex-start;
    }



    /* section#home-blog .swiper-slide:hover .blogpost, */
    section#home-blog .swiper-slide-active .blogpost {
        height: 372px;
    }

    section#home-blog .all-container {
        margin-top: 27px;
        text-align: center;
        display: flex;
        justify-content: flex-end;
        max-width: 1064px;
    }

    .swiper-pagination {
        position: relative !important;
        bottom: -47px !important;
        left: 0;
        width: 100%;
        text-align: center;
    }

    body.single-case-study section.success-stories .accordion-header .icon .only-mobile,
    .only-mobile {
        display: none;
    }


    body.single-case-study .success-stories .tabs-container {
        display: flex;
    }

    body.single-case-study section.success-stories .tabs-container {
        padding: 0;
    }

    body.single-case-study .success-stories .tabs-container .story {
        padding: 60px 24px 67px 24px;
        max-width: 160px;
        transition: max-width .8s ease-in-out;
        border-left: 1px solid rgba(0, 0, 0, 0.4);
    }

    body.single-case-study .success-stories .tabs-container .tab-content {
        transition: all ease-in-out .1s;
    }

    body.single-case-study section.success-stories .accordion-header {
        gap: 12px;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    body.single-case-study section.success-stories .accordion-header .left {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    body.single-case-study section.success-stories .accordion-header span {
        font-family: JetBrains Mono;
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    body.single-case-study .success-stories .tabs-container .story .tab-content .tab-image img {
        display: none;
        width: 466px;
    }

    body.single-case-study section.success-stories .tab-content {
        display: flex;
        overflow: hidden;
        align-items: flex-start;
        opacity: 0;
        gap: 0;
    }

    body.single-case-study section.success-stories .tab-content.active {
        opacity: 1;
    }

    body.single-case-study section.success-stories .accordion-header.active,
    body.single-case-study section.success-stories .accordion-header {
        background: transparent;
        padding: 0;
        cursor: pointer;
        gap: 0;
    }

    body.single-case-study section.success-stories .tab-text {
        flex: 1 1 50%;
        width: 436px;
        padding-inline: 00;
    }

    body.single-case-study .success-stories .tabs-container .story .tab-content .tab-image img {
        display: block;
        width: 466px;
        height: 300px;
        object-fit: cover;
        object-position: top;
    }

    body.single-case-study .success-stories .tabs-container .story .tab-content h2 {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 34px;
        line-height: 35px;
        letter-spacing: 0%;
        text-transform: none;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    body.single-case-study .success-stories .tabs-container .story .tab-content p {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        /* max-width: 390px; */
        margin: 0 0 40px;
    }

    body.single-case-study section.success-stories .tab-content a {
        color: #000;
        font-family: JetBrains Mono;
        font-weight: 400;
        font-size: 16px;
        line-height: 17.78px;
        letter-spacing: 0%;
        text-align: start;
        text-transform: uppercase;
        text-decoration: underline;
        border: none;
        width: auto;
        display: inline-block;
        padding: 0;
        max-width: unset;
    }

    /* body.single-case-study .success-stories .tabs-container .story:has(> .tab-content.active) {
        max-width: 100%;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    } */
    body.single-case-study .success-stories .tabs-container .story:has(> .tab-content.active) {
        max-width: 100%;
        background: linear-gradient(180deg, #fff 0%, rgb(255 239 231) 100%);
    }

    body.single-case-study .success-stories .tabs-container .story:last-of-type {
        border-right: 1px solid rgba(0, 0, 0, 0.4);
    }

    .square-desktop {
        display: flex;
        flex-grow: 1;
        justify-content: flex-end;
    }

    body.blog .blog-items-section {
        padding: 24px 0 90px;
    }

    header.home-v3 .mobile-header-content .row-three .left,
    header.home-v3 .mobile-header-content .row-one .right {
        letter-spacing: -9px;
        gap: 72px;
    }

    header.home-v3 .mobile-header-content .row-three .left {
        margin-right: 10px;
    }

    section#careers .content p {
        font-size: 20px;
        line-height: 25px;
    }

    #home-strategy .img-container.two img {
        position: relative;
        left: -30%;
        top: calc(600px + 220px);
    }

    #home-strategy .img-container.three img {
        position: relative;
        left: 40%;
        top: calc(800px + 120px);
    }

    #home-strategy .img-container.four img {
        position: relative;
        left: -5%;
        top: calc(900px + 320px);
    }

    #home-strategy .img-container.five img {
        position: relative;
        left: 40%;
        top: calc(1200px + 480px);
    }

    #home-strategy .img-container.six img {
        position: relative;
        left: -25%;
        top: calc(1400px + 600px);
    }


    section#home-slider {
        padding: 121px 0 150px;
    }

    #home-slider .hero-slider {
        gap: 60px;
    }

    section#home-slider h2 {
        font-size: 32px;
        line-height: 38px;
        max-width: 928px;
        margin-bottom: 170px;
    }

    section#home-slider img {
        height: 488px;
    }

    section#home-slider video {
        height: 325px;
    }

    body.page-template-About-us .people .accordion-item .header .job-title p:first-of-type {
        font-weight: 700;
        text-transform: uppercase;
    }

    body.page-template-About-us .people .accordion-item .header .job-title p:last-of-type {
        font-family: "JetBrains Mono";
        text-transform: uppercase;
    }

    body.page-template-About-us .accordion .accordion-item .image-container img.blue {
        filter: grayscale(100%)
    }
}


@media (min-width:1400px) {
    .container {
        max-width: 1320px;
        margin: 0 auto;
    }

    .blog-items-section .container {
        width: 100%;
    }

    .swiper {
        width: 100%;
        max-width: 1433px;
    }

    section#home-blog .swiper-slide-active .blogpost {
        height: 412px;
    }

    .swiper-slide {
        max-width: 465px;
    }

    .blogposts .blogpost {
        max-width: unset;
    }

    /* section#home-blog .swiper-slide:hover .blogpost, */
    section#home-blog .swiper-slide-active .blogpost {
        height: 392px;
    }



    .more-section h3.title {
        font-size: 40px;
        line-height: 35.56px;
    }


    body.blog .blog-items-section .blogposts .blogpost {
        width: 420px;
    }

    body.single-post.post-template-default .blogposts .blogpost:hover .blog-data {
        margin-top: 21px;
    }

    header.home .content .menu-container img,
    header.home .content .quotes-container img {
        width: 270px;
        height: auto;
    }

    header.home .content .logo-container img {
        width: 300px;
        height: auto;
    }

    header.home .menu-container .under-menu img {
        width: 100px;
        height: auto;
    }

    section#home-makes-it-work .text-container {
        display: flex;
        gap: 60px;
        flex-direction: row;
        max-width: 1200px;
        margin: 0 auto;
    }


    section#home-stories .cards-container {
        display: flex;
        justify-content: center;
        gap: 38px;
    }

    section#home-stories .cards-container .card {
        margin: unset;
    }

    section#home-stories {
        padding: 75px 0 138px;
        background-color: #000;
        color: #fff;
    }

    section#home-stories .card .case-title {
        font-family: Scto Grotesk A;
        font-weight: 500;
        font-size: 40px;
        line-height: 66.23px;
        padding-inline: 38px;
    }


    section#home-stories .card {
        width: 100%;
        height: 630px;
    }



    section#home-stories .card .card-info p {
        font-size: 18px;
        line-height: 26px;

        padding-inline: 38px;
        max-width: 100%;
    }



    section#home-stories .card .card-info:hover a {
        /* border-radius: 51px; */
        font-size: 15px;
        /* line-height: 71px; */
        /* width: calc(100% - 76px); */
        margin: 22px 38px 45px;
    }

    section#home-stories h2 {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 70px;
    }

    section#home-strategy .parralax {
        position: relative;
        /* height: 3190px; */
    }

    #home-strategy .img-container {
        width: 278px;
    }


    section#home-ceo .items-desktop .tab-people .item {
        max-width: 374px;
    }

    section#home-ceo .items-desktop .tab-people .item.active p:last-of-type,
    section#home-ceo .items-desktop .tab-people .item.active p:first-of-type {
        font-size: 28px;
    }

    section#home-ceo .items-desktop .tab-people .item p:last-of-type,
    section#home-ceo .items-desktop .tab-people .item p:first-of-type {
        font-size: 28px;
        line-height: normal;
    }


    section#home-ceo .items-desktop .tab-people .item.active p:last-of-type,
    section#home-ceo .items-desktop .tab-people .item p:last-of-type {
        font-size: 21px;
    }

    section#home-ceo .items-desktop .tab-people .item .image-container {
        height: auto;
    }

    section#home-ceo .items-desktop .tab-people .item img {
        max-height: 374px;
        height: 374px;
    }


    section#home-ceo .items-desktop .tab-data h3 {
        font-size: 64px;
        line-height: 69px;
        margin-top: 80px;
        margin-bottom: 69px;
    }

    /* section#home-ceo .items-desktop .tab-data p {
        font-size: 28px;
        line-height: 34px;
    } */

    section#home-ceo .items-desktop .tab-people .item {
        /* width: 47%; */
        border-bottom: 1px solid #000;
    }

    section#home-ceo .items-desktop .tab-people {
        gap: 36px;
    }

    .more-section .blogposts .blogpost,
    body.blog .blogposts .blogpost {
        height: 347px;
        margin: 0;
    }


    section#home-makes-it-work .logo-carousel-container {
        display: flex;
        align-items: center;
        padding: 0;
    }

    section#home-makes-it-work .logo-carousel-container .scroll img {
        height: auto;
        display: inline-block;
    }

    section#home-makes-it-work .logo-carousel-container .scroll {
        padding: 32px 0;
    }

    section#home-makes-it-work .logo-carousel-container .fixed {
        display: flex;
        height: 147px;
        max-width: 458px
    }

    body.page-template-About-us .content-wrapper .title-container h1 {
        font-size: 140px;
    }

    body.page-template-About-us .content-wrapper p {
        font-size: 20px;
        line-height: 24px;
    }

    section#home-blog .all-container {
        max-width: 1280px;
    }

    body.page-template-About-us .accordion-item {
        max-width: 450px;
        margin-inline: auto;
    }

    body.page-template-About-us .accordion .accordion-item .image-container {
        width: 450px;
        height: 421px;
    }

    body.page-template-About-us .accordion .accordion-item .image-container img {
        width: 450px;
        height: auto;
        max-height: unset;
    }

    body.blog .pinned-left {
        padding: 104px 46px 72px;
        justify-content: flex-start;
        flex-basis: unset;
        width: 615px;
    }

    section#home-stories h2 {
        font-size: 61px;
        line-height: 83px;
    }

    section#home-ceo .items-desktop .tab-people .item .image-container {
        height: 312px;
    }

    section#home-ceo .items-desktop .tab-people .item img {
        width: 100%;
        max-height: 312px;
        object-fit: cover;
        object-position: top;
        height: 312px
    }

    section#home-last .title-container h2 {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 135.93px;
        line-height: 139px;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    header.home-v3 .mobile-header-content .row-three .left {
        gap: 80px;
    }

    header.home-v3 .mobile-header-content .row-one .right {
        gap: 90px;
    }

    /* section#home-strategy.pinned .parralax h2 {
        bottom: 700px;
    } */

    section#home-stories .cards-container .card .card-info a {
        /* display: none; */
        margin: 0 38px;
        height: 0;
        opacity: 0;
        transition: all .3s ease-in-out;
    }

    section#home-stories .cards-container .card:hover .card-info a {
        margin: 24px 38px 40px;
        height: auto;
        opacity: 1;
    }

    body.single-case-study section.success-stories .story:has(.accordion-header.active) {
        padding: 60px;
    }
}



@media (min-width:1600px) {
    .container {
        max-width: 1520px;
        margin: 0 auto;
    }

    header.home-v3 .mobile-header-content .row-three .right svg {
        width: 70px;
        height: 70px;
    }

    body.page-template-Careers section#careers {
        margin: 0 auto;
        max-width: 1520px;
        gap: 80px;
        margin-bottom: 160px;
    }

    body.page-template-Careers section#careers .content {
        max-width: 700px;
    }

    section#careers .content a {
        margin-top: 110px;
    }

    body.page-template-Careers section#careers h1 {

        font-size: 150px;
    }

    section#careers .decoration {
        overflow: visible;
    }

    section#careers .decoration img {
        width: 749px;
        height: 578px;
        object-fit: cover;
    }


    header.home .content .menu-container img,
    header.home .content .quotes-container img {
        width: 420px;
        height: auto;
    }

    header.home .content .logo-container img {
        width: 421px;
        height: auto;
    }

    header.home .menu-container .under-menu img {
        width: 197px;
        height: auto;
    }

    section#home-makes-it-work {
        padding-top: 0;
    }

    section#home-makes-it-work .text-container {
        display: flex;
        /* padding: 188px 0 181px 0; */
        padding: 128px 0 121px 0;
        gap: 80px;
    }

    /* section#home-makes-it-work .text-container .right,
    section#home-makes-it-work .text-container .left {
        width: 50%;
    } */
    section#home-makes-it-work .text-container h2 {
        font-size: 100px;
        line-height: 94px;
    }

    section#home-makes-it-work .text-container p {
        font-size: 24px;
        line-height: 30px;
    }

    section#home-makes-it-work .text-container {
        display: flex;
        /* padding: 70px 0; */
        gap: 0px;
        flex-direction: row;
        max-width: 1500px;
        margin: 0 auto;
    }

    /* section#home-makes-it-work .text-container .right p {
        padding-bottom: 38px;
    } */

    section#home-makes-it-work .logo-carousel-container {
        display: flex;
        align-items: center;
        overflow: hidden;
        background: rgba(218, 235, 255, 1);
        /* padding: 20px 0; */
        gap: 40px;
        /* Space between fixed text and scrolling logos */
    }


    section#home-ceo .items-desktop .tab-people .item .image-container {
        height: 374px;
    }

    section#home-ceo .items-desktop .tab-people .item img {
        width: 100%;
        max-height: 374px;
        object-fit: cover;
        object-position: top;
        height: 374px
    }


    section#home-makes-it-work .logo-carousel-container .fixed span {
        font-family: "JetBrains Mono", sans-serif;
        font-weight: 400;
        /* font-size: 22.2px; */
        line-height: 22.2px;
        letter-spacing: 0%;
        text-align: right;
        text-transform: uppercase;

    }

    section#home-makes-it-work .logo-carousel-container .scroll-wrapper {
        flex-grow: 1;
        overflow: hidden;
        display: flex;
    }

    section#home-strategy .contact-part .right {
        top: 650px;
    }

    section#home-ceo {
        padding-bottom: 124px;
    }

    body.blog .blog-items-section .blogposts {
        gap: 54px;
    }

    body.blog .blog-items-section .blogposts .blogpost {
        width: 465px;
    }

    body.blog .blog-items-section .blogposts .blogpost:hover .blog-data {
        top: 110px;
    }

    body.single-case-study .success-stories .tabs-container .story .tab-content .tab-image img {
        display: none;
        width: 666px;
        height: 378px;
    }

    body.single-case-study section.success-stories .tab-text {
        flex: 1 1 50%;
        width: 657px;
        padding-inline: 00;
    }

    body.single-case-study .success-stories .tabs-container .story .tab-content.active p {

        width: 100%;
    }

    body.single-case-study .success-stories .tabs-container .story .tab-content.active .tab-image img {
        display: block;
        width: 666px;
    }

    section#home-ceo .items-desktop .tab-people .item {
        width: 374px;
        border-bottom: 1px solid #000;
    }

    section#home-ceo .items-desktop .tab-people {
        gap: 41px 86px;
        width: 834px !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    section#home-ceo .items-desktop {
        display: flex;
        gap: 136px;
    }

    section#home-ceo .items-desktop .tab-people .item .job-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 28px;
    }

    header.home-v3 .mobile-header-content .row-one .right {
        gap: 110px;
    }

    header.home-v3 .mobile-header-content .row-three .left {
        gap: 110px;

    }

    section#careers .content p {
        font-size: 25px;
        line-height: 29px;
    }

    section#home-stories .card .card-info p {
        font-size: 24px;
        line-height: 28px;
    }

    body.single-case-study section.success-stories .story:has(.accordion-header.active) {
        padding: 60px 90px;
    }

    body.single-case-study .success-stories .tabs-container .story .tab-content h2 {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 64px;
        line-height: 57px;
    }
}

@media (min-width:1800px) {
    .container {
        max-width: 1728px;
        margin: 0 auto;
    }

    body.blog .container {
        max-width: 1503px;
        margin: 0 auto;
    }

    body.page-template-Careers section#careers .decoration {
        left: 1190px;
        right: auto;
        bottom: 103px;
    }



    section#home-stories .card {
        width: 542px;
        height: 668px;
    }


    section#home-last .title-container h2 {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 148.93px;
        line-height: 139px;
        letter-spacing: 0%;
        text-transform: uppercase;

    }

    /* body.blog .blogposts .blogpost:hover .blog-data,
    .blogposts .blogpost:hover .blog-data {
        height: 350px;
        margin-top: 16px;
    } */

    /* 
    .blogposts .blogpost .blog-data {
        margin-top: 104px;
        height: 216px;
        overflow: hidden;
    } */

    body.single-post.post-template-default .blogposts .blogpost:hover .blog-data {
        margin-top: 29px;
    }

    body.single-post.post-template-default .excerpt-container .excerpt {
        font-size: 22.2px;
        line-height: 26px;

    }
}

@media (min-width:768px) and (max-width: 1600px) {

    header.home .logo-container img,
    header.home .quotes-container img {
        width: 170px;
        height: auto;
    }

    header.home .logo-container img,
    header.home .quotes-container img {
        width: 170px;
        height: auto;
    }


}

@media (min-width:768px) and (max-width: 1400px) {

    body.page-template-About-us .people .accordion-item .header .job-title p:first-of-type {
        font-size: 21px;
    }

}

@media (max-width:1400px) {




    section#home-makes-it-work .logo-carousel-container .scroll img {
        height: auto;
        display: inline-block;
    }

    section#home-makes-it-work .logo-carousel-container .scroll img.wizz {
        width: 83px;
    }

    section#home-makes-it-work .logo-carousel-container .scroll img.honeycomb {
        width: 135px;
    }

    section#home-makes-it-work .logo-carousel-container .scroll img.armis {
        width: 83px;
    }

    section#home-makes-it-work .logo-carousel-container .scroll img.zafran {
        width: 96px;
    }

    section#home-makes-it-work .logo-carousel-container .scroll img.decart {
        width: 110px;
    }

    section#home-makes-it-work .logo-carousel-container .scroll img.ai21labs {
        width: 90px;
    }

    section#home-makes-it-work .logo-carousel-container .scroll img.advisors {
        width: 164px;
    }
}

@media screen and (min-width:1600px) {


    header.home-v3 .mobile-header-content .row-three .left,
    header.home-v3 .mobile-header-content .row-one .right {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 186px;
        line-height: 131px;
    }

    section#home-blog .all-container {
        max-width: 1480px;
    }

    section#home-last .title-container h2 {
        font-size: 148.93px;
    }

    section#home-strategy {
        height: 2270px;
    }

    #home-strategy .img-container.two img {
        left: -20%;
    }

    #home-strategy .img-container.three img {
        left: 30%;
    }

    #home-strategy .img-container.four img {
        left: -10%;
    }

    #home-strategy .img-container.five img {
        left: 30%;
    }

    #home-strategy .img-container.six img {
        left: -25%;
        top: 1800px;
    }

    /* section#home-strategy.pinned .parralax h2 {
        bottom: 1030px;
    } */
}

@media screen and (min-width:1800px) {
    .container {
        width: 100%;
    }

    header.home-v3 .mobile-header-content .row-three .left,
    header.home-v3 .mobile-header-content .row-one .right {
        font-family: Scto Grotesk A;
        font-weight: 400;
        font-size: 200px;
        line-height: 137px;
    }

    section#home-blog .all-container {
        max-width: 1580px;
    }

    #home-strategy.active,
    #home-strategy.pinned {
        padding-top: 130px
    }
}

@keyframes marquee-left {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Animation for right scrolling text */
@keyframes marquee-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Infinite scrolling animation */
@keyframes scroll-left {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}


#home-strategy {
    position: relative;
    height: 100vh;
    overflow: hidden;
}



#home-strategy .parallax-inner {
    position: relative;
    height: 100%;
}

#home-strategy .parallax-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    font-size: 2rem;
    pointer-events: none;
}

#home-strategy .parallax-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#home-strategy .img-container {
    margin: 3rem auto;
    max-width: 300px;
    will-change: transform;
    max-width: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
}

section#home-ceo .items-desktop .tab-people .item {
    overflow: hidden;
}

section#home-ceo .items-desktop .tab-people .item img {
    transform: scale(1);
    transition: transform ease-in-out .3s;
}

/* section#home-ceo .items-desktop .tab-people .item {
    border-bottom: 0 solid transparent;
} */

section#home-ceo .items-desktop .tab-people .item:not(.active):hover {
    cursor: pointer;
    background-color: rgb(107 85 74 / 23%);
    border-bottom-color: #000;
    transition: transform ease-in-out .3s;
}

section#home-ceo .items-desktop .tab-people .item:hover img {
    /* transform: scale(1.01); */
    transition: transform ease-in-out .3s;
}

section#home-ceo .items-desktop .tab-people .item {
    position: relative;
    cursor: pointer;
}

/* section#home-ceo .items-desktop .tab-people .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #6b554a;
    transition: width 0.4s ease;
} */

section#home-ceo .items-desktop .tab-people .item:not(.active):hover::after {
    width: 100%;
}

body.home .accordion-header svg,
body.single-case-study section.success-stories .accordion-header .icon .only-mobile,
body.page-template-About-us .accordion-icon {
    transform: rotate(140deg);
}

body.home .accordion-header svg,
body.single-case-study section.success-stories .accordion-header .icon .only-mobile,
body.page-template-About-us .accordion-icon {
    transition: transform 0.3s ease;
    transform-origin: center;
}

body.home .accordion-item.active .accordion-header svg,
body.single-case-study section.success-stories .accordion-header.active .icon .only-mobile,
body.page-template-About-us .accordion-item.active .accordion-icon {
    transform: rotate(0deg);
    /* or any angle you like */
}


.category .blogposts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

.category .blogposts .blogpost {
    background-color: #fff;
    /* border-radius: 12px; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: normal;
    padding: 0;
    justify-content: flex-start;
    transition: transform 0.3s ease;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.category .blogposts .blogpost:hover {
    transform: translateY(-4px);
}

.category .featured-image {
    width: 100%;
}

.category .featured-image img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}

.category .blog-data {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.category .meta-row {
    font-size: 0.875rem;
    color: #777;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.category .title-container {
    margin-bottom: 1rem;
}

.category .title a {
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    color: #222;
}

.category .excerpt-container {
    flex-grow: 1;
}

.category .excerpt {
    margin-bottom: 1rem;
    color: #444;
}


.category .posted-on,
.category .categories a {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.category .read-more {
    font-family: JetBrains Mono;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    text-align: start;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration: underline;
    color: #000;
}

@media (min-width:992px) {
    body.single-case-study .dark-part .info-items {
        /* gap: 17px; */
        max-width: 1600px;
        margin: 0 auto;
    }

    body.single-case-study .dark-part .info-items h4 {
        text-align: start;
        min-height: 91px;
        display: flex;
        align-items: center;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    section#home-blog .blogposts .posted-on {
        font-size: 12.4px;
        line-height: 17.09px;
    }
}




/* #home-slider .swiper-wrapper{
    max-width: 100%;
    height:300px
}
.hero-slider-wrap {
  position: relative;
  overflow: visible;
  perspective: 1200px;
}

.hero-slider {
  display: flex;
  overflow: visible;
  transition-timing-function: linear;
}

.hero-slider-item {
  width: 100vw;
  flex-shrink: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.hero-slide-image {
  width: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center;
}

.hero-slider-wrap {
  perspective: 2000px;
  overflow: visible;
  position: relative;
}
.hero-slider {
  transform-style: preserve-3d;
  animation: rotateY360 60s linear infinite;
}
@keyframes rotateY360 {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(200deg);
  }
}

.hero-slider-wrap {
  perspective: 3000px;
  overflow: visible;
  position: relative;
  height: 600px;
}

.hero-slider {
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
  animation: spinCarousel 60s linear infinite;
}

@keyframes spinCarousel {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(-360deg); }
}

.hero-slider-item {
  width: 600px;
  height: auto;
  margin: auto;
  top: 50%;
  left: 50%;
  transform-origin: center center;
}
.hero-slider-item  .swiper-slide{
  width: 600px;
  height: auto;
  margin: auto;
  top: 50%;
  left: 50%;
  transform-origin: center center;
}

.hero-slider-wrap {
    perspective: 2000px;
    perspective-origin: center center;
    overflow: visible;
    height: 100vh;
}

.hero-slider {
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
    animation: spinCarousel 60s linear infinite;
}

@keyframes spinCarousel {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(-360deg); }
}
.hero-slider-wrap {
  perspective: 2000px;
  perspective-origin: center center;
  overflow: visible;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
} */