/*
 Theme Name:   Fluxo
 Author:       Fluxo
 Author URI:   https://fluxo.design
*/



@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&amp;display=swap');


.grecaptcha-badge {
    display: none !important;
}


/* COLORS */


:root {
    --color-dark-gray: #1E1E1E;
    --color-green: #6EEB85;
    --color-yellow: #FFB500;
    --color-light-green: #A4E2AF;
    --color-lighter-green: #D1F2D6;
    --color-blue: #00A2FF;
    --color-light-blue: #B7E1FE;
    --color-light-red: #FE8A6F;
    --color-lighter-red: #FFB19F;
    --color-light-purple: #D7A6F4;
    --color-lighter-purple: #F4DEFA;
    --color-light-pink: #F8EAFB;
    --color-light-yellow: #FFEDBF;
    --color-light-gray: #F1ECE3;
    --color-lighter-gray: #FAFAFA;
}

.color-white{
    color: white;
}

html, body {
    margin: 0;
}

html body {
    font-family: 'Merriweather', serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.32vw;
    line-height: 140%;
    color: #000;
    background-color: var(--color-lighter-gray);
}
ul, li {
	margin: 0;
	padding: 0;
}
footer,
header,
menu,
nav,
section,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
    box-sizing: border-box;
}
input:-webkit-autofill,
input:-webkit-autofill::first-line,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
    -webkit-text-fill-color: #000 !important;
    font-weight: 300 !important;
    font-size: 1.32vw !important;
	line-height: 140% !important;
    font-family: 'Merriweather', serif !important;
}
button, input, optgroup, select, textarea {
    font-weight: 300;
}
::placeholder { 
    color: #999999;
}
.hidden {
    display: none;
}
.mobile-view {
    display: none !important;
}
.desktop-view {
    display: flex;
}
:root {
    color-scheme: only light;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: none !important;
    width: 100%;
    height: 100%;
}
tr, td, tbody, table{
    height: auto !important;
}

a {
    text-decoration: underline;
    color: inherit !important;
}
li {
    margin: 0.5vw 0;
}
footer a {
    color: white;
    text-decoration: none;
}

p {
    line-height: 1.3;
    font-weight: 300;
}

img {
    display: block;
}


svg, img, embed, object {
    display: block;
    height: auto;
    max-width: 100%;
}

button, .button, input[type=submit] {
    font-size: 1.4vw;
    border-radius: 10em;
    padding: 1.058vw 2.381vw;
    border: 1px solid black;
    display: inline-flex;
    color: black !important;
    line-height: 100% !important;    
    gap: 1vw;
    align-items: center;
    text-decoration: none;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px !important;
    transition: 0.25s;
    font-family: 'Merriweather';
    font-weight: 300;
}   
p button:hover, p .button:hover {
    text-decoration: underline;
}
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}


.hide {
    display: none !important;
}


#progress-bar {
    --scrollAmount: 0%;
    background-image: linear-gradient(120deg, #6eeb85 0%, #6eeb85 100%);
    width: var(--scrollAmount);
    height: 11px;
    position: fixed;
    top: 5vw;
    z-index: 99;
    display: none;
}
.single-case #progress-bar, .single-insight #progress-bar{
    display: block;
}

.select-container {
    display: flex;
    grid-gap: 0.3em;
    flex-wrap: wrap;
}
ul.select {
    background-color: #FFF;
    border-radius: 0.5em;
    border: solid 1px #000;
    padding: 1em;
    position: absolute;
    left: 0;
    top: 100%;
    width: fit-content;
    min-width: 100%;
    display: none;
    z-index: 10;
    font-size: 0.4em;
    line-height: 1.3;
}
.select-wrapper .chosen:hover ul.select {
    display: block;
}
.select-wrapper .chosen {
    cursor: pointer;
    display: inline-flex;
    grid-gap: 0.2em;
    background: #FAFAFA;
    border-radius: 0.2em;
    padding: 0.1em 0.3em;
    position: relative;
}
ul.select li {
    display: flex;
    align-items: baseline;
    grid-gap: 0.5em;
}
.select-wrapper ul.select li::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 1.5vw;
}
ul.select li {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
ul.select li, ul.select li:hover{
    text-decoration: none;
}
ul.select li:hover{
    font-weight: 500;
}
ul.select li:not(:last-child) {
    margin-bottom: 0.5em;
}






/* ENTRY ANIMATION */

.animate_trigger {
    transform: translate3d(0, 1.5vw, 0);
    opacity: 0;
    transition: all 0.5s ease 0.1s;
    will-change: transform;
}
.animate_trigger.animate_in {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}






/* NEWSLETTER POPUP */


.btn-newsletter {
    cursor: pointer;
}
.newsletter-popup {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
}
.newsletter-popup.active {
    opacity: 1;
    pointer-events: all;
    z-index: 10000;
}
.popup-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}
.btn-close-popup {
    position: absolute;
    z-index: 10;
    right: -2em;
    top: -2em;
}
.btn-close-popup > svg {
    width: 30px;
    cursor: pointer;
}
.newsletter-wrapper {
    background-color: #FAFAFA;
    max-width: 50vw;
    margin: auto;
    padding: 1.5em;
    position: relative;
    z-index: 10;
}
.newsletter-wrapper .subtitle {
    margin-bottom: 1em;
}
.edit-link {
    display: none;
}
.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select {
    border-radius: 8px !important;
    border-width: 1px !important;
    height: 2.85em !important;
    padding: 0.4em 0.8em !important;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    border: solid 1px #000 !important;
    border-radius: 5em !important;
    background-color: #0796FF !important;
    display: inline-flex !important;
    width: auto !important;
    padding: 0.75em 1.5em !important;
    font-size: 1.45vw !important;
    line-height: 100% !important;
    margin-bottom: 0.4em !important;
}
.yikes-easy-mc-success-message, .yikes-easy-mc-error-message {
    color: #49C75A !important;
    background: #D1F2D6 !important;
    border-radius: 8px !important;
    height: 2.8em !important;
    padding: 0.4em 0.8em !important;
    display: flex;
    align-items: center;
}
.yikes-easy-mc-error-message {
    color: #FF6140 !important;
    background: #FFD9CF !important;
}




/* CONTACT FORM */


.contact-form-wrapper .font-45, .contact-form-wrapper .font-22 {
    max-width: 80%;
}
.wpcf7-submit {
    background-color: var(--color-green);
}
input[type=email], input[type=number], input[type=text], input[type=url], select, textarea {
    border-radius: 8px !important;
    border: solid 1px #000 !important;
    min-height: 2.85em !important;
    padding: 0.4em 0.8em !important;
    width: 100% !important;
}
.wpcf7-not-valid-tip {
    font-size: 0.7em;
}
.wpcf7 form .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 2em 0 0;
    font-size: 1.4vw;
}
.offices_block .contact_link img {
    height: 0.9vw;
    max-height: 100%;
    padding-right: 0.2vw;
}
input[type=checkbox]{
    width: 1.2vw;
    height: 1.2vw;
}
.wpcf7-list-item label{
    display: flex;
    gap: 0.6vw;
    align-items: flex-start;
}


/* SCROLLBAR */




/*::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: transparent;
}*/






/* TYPOGRAPHY */


a {
    text-decoration: underline;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
    color: inherit;
    transition: 0.3s;
}
a:hover, a:active, a:focus, .underline, .header .current_page_item a {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
}
.insights-block a.button:hover {
    text-decoration-thickness: 1.5px !important;
}
button a:hover, .tag-buttons a.button:hover{
    text-decoration: none !important;
}
a.liveworker-name, a.tag-link:hover{
    text-decoration: underline !important;
}
a.tag-link:hover{
    text-decoration-thickness: 1px !important;
}
a.liveworker-name:hover, a.tag-link{
    text-decoration: none !important;
}
a.tag-link span.tag{
    cursor: pointer;
}
.add_text_editor a.tag:hover{
    text-decoration: none !important;
}
a.author:hover{
    text-decoration: none !important;
}
.insights-block a.author:hover{
    text-decoration: underline !important;
}
button:hover, .wpcf7-submit:hover{
    text-decoration: underline;
}
a.tilt-circle-g{
    text-decoration: none;
}
.menu-language-menu-container li a{
    text-decoration: none;
}
.tag-buttons a.button:hover{
    background-color: var(--color-light-purple);
    transition: ease-in-out 0.2s;
}
a.font-32, a.font-32:hover {
    text-decoration-thickness: 2px !important;
    text-underline-offset: 3px !important;
}
.alternating-card-section .alternating-card-container a{
    text-decoration: none;
}
.alternating-card-section .alternating-card-container a:hover{
    text-decoration: underline;
}
.cards-section h2{
    padding: 0;
}
.two-col-text table a{
    text-decoration: none;
}
.add_text_editor ol li a u, .add_text_editor ul li a u{
    text-decoration: underline;
}
.add_text_editor ol li a:hover u, .add_text_editor ul li a:hover u{
    text-decoration: none;
}
p > a, .page-wrapper li a {
    background-color: #FFDA81;
    border-radius: 4px;
    padding: 0 0.1em;
    text-decoration: underline;
}
p > a:hover, li > a:hover {
    text-decoration: none !important;
}
p {
    line-height: inherit;
    margin: 0 0 1em 0;
}



/* HEADER */


.menu-wrapper {
    padding: 1.4vw 1.65vw 0;
    position: fixed;
    z-index: 101;
    right: 0;
    top: 0;
    width: 60%;
    justify-content: flex-end;
    align-items: flex-start;
}
.logo-wrapper {
    width: 50%;
}
.logo-fixed {
    overflow: hidden;
    transform: translate3d(0, -5em, 0);
    transform-origin: bottom;
    transition: 0.2s;
    position: fixed;
    z-index: 101;
    left: 1.65vw;
    top: 1.3vw;
}
.logo-fixed img {
    width: 12vw;
}
.scrolled .logo-fixed, body:not(.home) .logo-fixed {
    transform: translate3d(0, 0, 0);
}
.logo-large {
    padding: 0 0 2.31vw;
}
.logo-large img {
    width: 39.4vw;
    max-width: unset;
}
.header .menu-nav ul {
    display: flex;
    grid-gap: 1.8vw;
}
.header .menu-nav a {
    text-transform: lowercase;
    text-underline-offset: 0.2em;
    text-decoration: none;
}
.header #menu-language-menu {
    gap: 0.8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.4vw 1vw 0.8vw;
    background-color: white;
    border-radius: 5px;
    margin-top: 1vw;
    width: 6vw;
}
.header.padding-default::after {
    content: '';
    width: 100%;
    height: 5vw;
    position: fixed;
    top: 0;
    background-color: #fafafa;
    left: 0;
    z-index: 100;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
}
html.scrolled .header.padding-default::after, body:not(.home) .header.padding-default::after {
    opacity: 1;
    pointer-events: all;
}
.btn-regions img {
    width: 1.6vw;
    cursor: pointer;
}
.menu-regions-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-top: 0.25vw;
}
.menu-regions {
    overflow: hidden;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    width: 19.8vw;
    margin-left: -15.8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.menu-regions-wrapper:hover .menu-regions {
    height: auto;
    opacity: 1;
    pointer-events: all;
}
.home-tagline {
    padding: 0 1.65vw;
    width: 100%;
}
.optional-banner.active{
    display: flex;
}
.optional-banner{
    display: none;
    position: fixed;
    z-index: 999;
    max-height: 6.2vw;
    width: 100%;
    padding: 1.8vw;
    justify-content: space-between;
}
.optional-banner .left-text{
    max-width: 60%;
}
.optional-banner .right-infos{
    gap: 2vw;
}
.optional-banner .right-infos a.button{
    font-size: 1.2vw;
    padding: 1.2vw 1.8vw;
}
.optional-banner .right-infos svg{
    cursor: pointer;
}
.optional-banner .close path{
    fill: black;
}
.optional-banner.active ~ header .logo-fixed{
    top: 7.5vw;
}
.optional-banner.active ~ header .menu-wrapper{
    top: 6.3vw;
}
.optional-banner.active ~ header.padding-default::after {
    top: 6.2vw;
}
.optional-banner.active ~ header.padding-default {
    padding: 7.5vw 1.653vw;
}
body:not(.home) .optional-banner.active ~ header.padding-default {
    padding: 5.5vw 1.653vw;
}



/* FOOTER */

.footer_menu_item:first-child {
    margin-left: 0;
}
.footer .tilt-circle {
    color: black !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1px !important;
}



/* Main Desktop - Start */

.circle {
    width: 4.3vw;
    height: 4.3vw;
    border-radius: 2.15vw;
    border: 1px solid black;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6em;
    pointer-events: none;
}
.tilt-circle {
    width: 11.466vw;
    height: 11.466vw;
    border-radius: 10vw;
    transform: rotate(-15deg);
}
.tilt-circle-g {
    width: 10.582vw;
    height: 10.582vw;
    border-radius: 6vw;
    transform: rotate(-15deg) !important;
    border: 1px solid black;
    line-height: 1.4;
    padding: 2vw;
}
.tilt-circle-g a, .tilt-circle-g a:hover{
    text-decoration: none;
}
.client:last-child > span {
    display: none;
}
.tag {
    white-space: nowrap;
    padding: 4px 8px;
    border: 1px solid #000000;
    border-radius: 4px;
    text-decoration: none;
}
.tag:hover {
    text-decoration: none !important;
    background-color: black !important;
    color: white !important;
}
.circle-tag {
    width: auto;
    height: auto; 
    border-radius: 3.5vw;
    align-items: baseline;
    margin-top: -0.9em;
}
.circle-tag img {
    width: 5vw;
    margin: 0;
}
.client-tag {
    display: flex;
    align-items: flex-end;
    height: 3vw;
    width: 5vw;
}
.client-tag img {
    max-width: 5vw;
    max-height: 3vw;
    width: auto !important;
}
.alternating-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.alternating-card-container .text-img-card:nth-child(2) {
    margin-top: 36vw;
}
.alternating-card-container .text-img-card:nth-child(3){
    margin-top: -10vw;
/*  width: 30vw; */
}/*
.alternating-card-container .text-img-card:nth-child(3) img {
    height: 25vw;
}*/
.alternating-card-container > div > .margin-t-20 {
    flex-wrap: wrap;
    grid-gap: 0.5em;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.text-img-card {
    width: 38.6vw;
    display: flex;
    flex-direction: column;
}
.alternating-card-container .text-img-card:nth-child(1) {
    max-height: 50vw;
}
.alternating-card-container .text-img-card:nth-child(1) > .relative {
    max-height: 42vw;
}
.cursor-pointer {
    cursor: pointer;
}
.video-img-card.active img, .video-img-card.active .circle {
    opacity: 0;
    pointer-events: none;
}
.video-img-card .circle svg {
    width: 1.6vw;
}
.video-img-card img.desktop-view, .text-img-card img.desktop-view {
    transition: transform 0.3s ease 0s;
}
.video-img-card img.desktop-view:hover {
    transform: scale(1.03);
}
.text-img-card > .relative img.desktop-view:hover {
    transform: scale(1.03);
}
.video-img-card > .relative, .text-img-card > .relative {
    border-radius: 2.116vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-img-card > .relative {
    border-radius: 0.9em;
}
.text-img-card > .relative > a {
    display: block;
    width: 100%;
}
.video-img-card a.title:hover, .text-img-card a.title:hover {
    text-decoration: underline;
}
.tag-wrapper {
    gap: 0.5em;
}
.tag-wrapper a {
    transition: 0.2s;
}
.tag-wrapper a:hover {
    text-decoration: none;
    background-color: black;
    color: white !important;
}
.flex-center {
    display: flex;
    align-items: center;
}
.video-img-card img{
    height: 45vw;
    object-fit: cover;
}
.text-img-card img{
    height: 32vw;
    object-fit: cover;
}
.filter-block .text-img-card .client-tag img{
    object-fit: contain;
}
.video-img-card img, .text-img-card img {
    width: 100%;
    position: relative;
    z-index: 2;
}
.chart-container {
    border: 1px solid black;
}
.cards-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.8vw;
}
.cards-grid.filter-block{
    position: relative;
    z-index: 2;
    margin-bottom: -5vw;
}
.cards-grid.filter-block a{
    text-decoration: none;
}
.filter-block .padding-default-l {
    padding-top: 0vw;
    padding-bottom: 2vw;
}
.cards-grid a.button:hover {
    background-color: #FFF !important;
}
.custom .cards-grid-container{
    display: flex;
    gap: 1.5vw;
    justify-content: flex-start;
}
.cards-grid .text-img-card {
    width: 19vw;
    justify-content: space-between;
    grid-gap: 1em;
}
.cards-grid.img-card-type .text-img-card{
    justify-content: flex-start;
}
.cards-grid-container .text-img-card a > img{
    height: auto;
    object-fit: cover;
    height: 17vw;
    transform: scale(1);
    transition: 0.4s;
}
.cards-grid-container .text-img-card:hover a > img{
    transform: scale(1.05);
}
.cards-grid .text-img-card a.tag {
    text-decoration: none !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
}
.cards-grid .text-img-card a.tag:hover {
    text-decoration: none !important;
    background-color: black !important;
    color: white !important;
}
.cards-grid .text-img-card a {
    text-decoration: none !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px !important;
}
.cards-grid .text-img-card:hover > a {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px !important;
}
.cards-section .flex-bet.middle {
    gap: 2vw;
    justify-content: space-between;
    margin: 0 0 2em;
}
.cards-section .card-item { 
    border: 1px solid black;
    display: block;
    transition: 0.3s;
    will-change: transform;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    width: 24.148vw;
    text-decoration: none;
}
.cards-section .services-card .card-item {
    width: 19vw;
}
/*.cards-section:hover .card-item {
    opacity: 0.5;
}
.cards-section:hover .card-item:hover {
    opacity: 1;
}*/
.cards-section .card-item:hover {
    transform:  translateY(-4%);
    text-decoration: none !important;
}
.cards-section .card-item:hover, .cards-section .card-item:hover * {
    text-decoration: none;
}
.cards-section .card-item span {
    display: inline-flex;
    width: fit-content;
}
.cards-section .card-item:hover span:hover {
    text-decoration: none !important;   
}
.cards-section .card-item .font-32 {
    text-decoration: none !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 2px !important;
}
.cards-section .card-item:hover .font-32 {
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 2px !important;
}
/*
.cards-section .card-item:nth-child(1), .cards-section .card-item:nth-child(4n+1) {
    background-color: var(--color-lighter-red);
    color: black;
}
.cards-section .card-item:nth-child(2), .cards-section .card-item:nth-child(4n+2) {
    background-color: var(--color-light-green);
    color: black;
}
.cards-section .card-item:nth-child(3), .cards-section .card-item:nth-child(4n+3) {
    background-color: var(--color-lighter-purple);
    color: black;
}
.cards-section .card-item:nth-child(4), .cards-section .card-item:nth-child(4n+4) {
    background-color: var(--color-yellow);
    color: black;
}*/
.card-grid-container>div {
    flex-wrap: wrap;
    gap: 1vw;
    padding: 0 7vw;
}
.tilt-circle-m {
    position: absolute;
    width: 9.259vw;
    height: 9.259vw;
    border-radius: 4.5vw;
    border: 1px solid black;
    padding: 2vw 1.5vw;
    line-height: 1.4;
    text-align: center;
}
.lw-sao-paulo {
    top: 15.9vw;
    left: 24vw;
    transform: rotate(-15deg);
}
.lw-london {
    top: 0vw;
    left: 32.226vw;
    transform: rotate(-25deg);
}
.lw-rotterdam {
    top: 3.63vw;
    left: 39.394vw;
    transform: rotate(25deg);
}
.menu-mobile {
    display: none;
}
.embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.embed iframe {
    width: 100%;
    height: 45vw;
}
.the_content {
    margin-bottom: 1.3em;
}
.big-numbers{
    height: 21vw;
}
.big-numbers-row .font-80 {
    font-weight: 300;
}
.big-numbers span{
    text-align: center;
}
.hotspot{
    width: auto;
    position: absolute;
    margin-top: -0.5vw;
    margin-left: -0.4vw;
    z-index: 5;
  }
.number-wrap{
    padding: 3.307vw 6vw;    
    position: absolute;
    width: 78.5vw;
    gap: 6vw;
}
.number-wrap.counter-1, .number-wrap.counter-2{
    width: auto !important;
}
.accordion .border-top-black{
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.accordion .accordion-item{
    display: none;
}
.accordion .accordion-1, .accordion .accordion-2, .accordion .accordion-3 {
    display: block;
}
.accordion.view .accordion-item{
    display: block !important;
}
.section-accordion .container-fluid{
    padding: 0 7.5vw;
}
.accordion-title{
    cursor: pointer;
}
.accordion-title div.font-32{
    width: 100%;
}
.accordion-title svg{
    transition: 0.3s ease-out;
}
.accordion-title.active svg{
    transform: rotate(90deg);
    transition: 0.3s ease-out;
}
.panel.active{
    max-height: fit-content !important;
    transition: 0.4s ease-out !important;
}
.accordion .panel {
    padding: 1em 0 0;
    background-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    display: none;
}
.accordion .panel p:last-child {
    margin-bottom: 0;
}

.video-section.centered .padding-default {
    padding: 1.5vw 10vw;
}

.page-services .page-head .padding-default-l{
    padding: 16vw 9.788vw 4vw;
}
.single-service .page-head .padding-default-l, .single-case .page-head .padding-default-l, .page-work .page-head .padding-default-l, .page-work .page-head .padding-default-l, .page-academy .page-head .padding-default-l, .page-contact .page-head .padding-default-l, .page-insights .page-head .padding-default-l, .page-employees .page-head .padding-default-l {
    padding: 9vw 9.788vw 3vw;
}
.single-service #menu-item-111 a, .single-case #menu-item-114 a {
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 0.09em;
}
.single-service .add_text_editor:first-child img, .single-service .add_text_editor:nth-child(2) img, .page-insights .two-col-text:first-child img, .page-work .two-col-text:first-child img{
    border-radius: 0;
}
.insights-block a{
    text-decoration: none;
}
.insights-block .authors {
    white-space: nowrap;
    overflow-x: inherit;
}
.page-culture .page-head {
    margin-top: -4vw;
    padding-top: 6vw;
}

.page-template-default .page-wrapper {
    padding: 9vw 9.788vw;
}
.add_text_editor ul, .two-col-text ul, .text-box ul{
    margin-left: 1.4vw;
}

.image-item{
    display: block;
}
.switch-content{
    display: none;
}
.switch-content.active{
    display: block;
}

.single .hero-section img {
    max-width: 80vw;
    max-height: 30vw;
    object-fit: contain;
}
.single-topic .hero-section img {
    max-width: 40vw;
    max-height: 30vw;
    object-fit: contain;
}

.hero img{
    max-height: 38vw;
    object-fit: contain;
}

.text-switcher{
    display: none;
}
.text-switcher.active{
    display: block;
    opacity: 1;
}

.text-item{
    opacity: 0.5;
    cursor: pointer;
}
.text-item.active{
    opacity: 1;
}

.item{
    opacity: 0.5;
    cursor: pointer;
}
.item.active{
    opacity: 1;
}
.image-item.active{
    display: block;
}

/* HOMEPAGE */

.home .ornament svg {
    margin: 0 auto 4vw;
}


/* INDUSTRIES */

.single-industry .title-img-section {
    margin-top: -5.6vw;
    padding-top: 5.6vw;
}


.two-col-img-text img{    
    transform: scale(1.03);
}
.two-col-img-text img{    
    height: auto;
    object-fit: contain;
}
.two-col-img-text .container-fluid{
    padding: 0;
}
.two-col-img-text .col-sm-6 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.two-col-img-text .col-sm-6:not(:first-child){
    padding-left: 4vw;
}
.two-col-img-text .flex-reverse .col-sm-6:not(:first-child) {
    padding-left: 0;
}
.two-col-img-text .flex-reverse .col-sm-6{
    align-items: flex-start;
}
.center-button .button{
    transform: translate(-50%, 0);
    margin-left: 50%;
}
.btn-light-purple .button{
    background-color: var(--color-light-purple) !important;
    color: black;
}
.row.slick-slide{
    margin: 0;
    justify-content: flex-start;
    gap: 1vw;
    width: 40% !important;
    display: flex !important;
}
.row.slick-slide > div{
    height: 8vw;
    width: 13vw;
    display: flex;
}
.clients-carousel{
    width: 100% !important;
}
.clients-carousel .slick-list{
    z-index: 2;
}
.clients-carousel .slick-track{
    display: flex;
    align-items: center;
}
.clients-carousel .row.slick-slide > div {
    justify-content: center;
    align-items: center;
}
.clients-carousel .next-arrow{
    width: 72%;
    height: 14vw;
    position: absolute;
    top: -34%;
    cursor: pointer;
    z-index: 1;
}
.w-100{
    width: 100%;
}
.img-zoom .slick-slide{
    padding: 3vw;
}
.img-zoom .slick-track{
    display: flex;
    align-items: center;
}
.img-zoom .prev-arrow{
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjU5IiB2aWV3Qm94PSIwIDAgMTI4IDU5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI5LjkwNyA1Ny43MDcxQzI5LjUxNjUgNTguMDk3NiAyOC44ODMzIDU4LjA5NzYgMjguNDkyOCA1Ny43MDcxTDAuODkyNzkzIDMwLjEwNzFDMC44NDM5OCAzMC4wNTgzIDAuODAxMjYzIDMwLjAwNTcgMC43NjQ2NSAyOS45NTAyQzAuNTA4MzcxIDI5LjU2MjEgMC41NTEwOCAyOS4wMzQ2IDAuODkyNzkzIDI4LjY5MjlMMjguNDkyOCAxLjA5Mjg5QzI4Ljg4MzMgMC43MDIzNzEgMjkuNTE2NSAwLjcwMjM3MSAyOS45MDcgMS4wOTI4OUMzMC4yOTc1IDEuNDgzNDIgMzAuMjk3NSAyLjExNjU5IDI5LjkwNyAyLjUwNzExTDQuMDE0MTIgMjguNEgxMjYuNEMxMjYuOTUyIDI4LjQgMTI3LjQgMjguODQ3NyAxMjcuNCAyOS40QzEyNy40IDI5Ljk1MjMgMTI2Ljk1MiAzMC40IDEyNi40IDMwLjRINC4wMTQxMkwyOS45MDcgNTYuMjkyOUMzMC4yOTc1IDU2LjY4MzQgMzAuMjk3NSA1Ny4zMTY2IDI5LjkwNyA1Ny43MDcxWiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTI4LjQ5MjggNTcuNzA3MUwyOC4zMTYgNTcuODgzOUwyOC4zMTYgNTcuODgzOUwyOC40OTI4IDU3LjcwNzFaTTAuODkyNzkzIDMwLjEwNzFMMC43MTYwMTMgMzAuMjgzOUwwLjcxNjAxNyAzMC4yODM5TDAuODkyNzkzIDMwLjEwNzFaTTAuNzY0NjUgMjkuOTUwMkwwLjU1NjAyMiAzMC4wODhMMC41NTYwMjYgMzAuMDg4TDAuNzY0NjUgMjkuOTUwMlpNMC44OTI3OTMgMjguNjkyOUwxLjA2OTU3IDI4Ljg2OTdMMS4wNjk1NyAyOC44Njk3TDAuODkyNzkzIDI4LjY5MjlaTTI4LjQ5MjggMS4wOTI4OUwyOC4zMTYgMC45MTYxMTZMMjguMzE2IDAuOTE2MTE3TDI4LjQ5MjggMS4wOTI4OVpNMjkuOTA3IDEuMDkyODlMMzAuMDgzOCAwLjkxNjExN0wzMC4wODM4IDAuOTE2MTE2TDI5LjkwNyAxLjA5Mjg5Wk0yOS45MDcgMi41MDcxMUwyOS43MzAyIDIuMzMwMzNMMjkuNzMwMiAyLjMzMDMzTDI5LjkwNyAyLjUwNzExWk00LjAxNDEyIDI4LjRMMy44MzczNCAyOC4yMjMyTDMuNDEwNTYgMjguNjVINC4wMTQxMlYyOC40Wk00LjAxNDEyIDMwLjRWMzAuMTVIMy40MTA1NkwzLjgzNzM0IDMwLjU3NjhMNC4wMTQxMiAzMC40Wk0yOS45MDcgNTYuMjkyOUwyOS43MzAyIDU2LjQ2OTdMMjkuNzMwMiA1Ni40Njk3TDI5LjkwNyA1Ni4yOTI5Wk0yOC4zMTYgNTcuODgzOUMyOC44MDQyIDU4LjM3MiAyOS41OTU2IDU4LjM3MiAzMC4wODM4IDU3Ljg4MzlMMjkuNzMwMiA1Ny41MzAzQzI5LjQzNzMgNTcuODIzMiAyOC45NjI1IDU3LjgyMzIgMjguNjY5NiA1Ny41MzAzTDI4LjMxNiA1Ny44ODM5Wk0wLjcxNjAxNyAzMC4yODM5TDI4LjMxNiA1Ny44ODM5TDI4LjY2OTYgNTcuNTMwM0wxLjA2OTU3IDI5LjkzMDNMMC43MTYwMTcgMzAuMjgzOVpNMC41NTYwMjYgMzAuMDg4QzAuNjAxODY0IDMwLjE1NzQgMC42NTUyMzYgMzAuMjIzMSAwLjcxNjAxMyAzMC4yODM5TDEuMDY5NTcgMjkuOTMwM0MxLjAzMjczIDI5Ljg5MzUgMS4wMDA2NiAyOS44NTQgMC45NzMyNzQgMjkuODEyNUwwLjU1NjAyNiAzMC4wODhaTTAuNzE2MDE4IDI4LjUxNjFDMC4yODg2NjggMjguOTQzNSAwLjIzNTYxOCAyOS42MDI3IDAuNTU2MDIyIDMwLjA4OEwwLjk3MzI3OCAyOS44MTI1QzAuNzgxMTI0IDI5LjUyMTUgMC44MTM0OTIgMjkuMTI1NyAxLjA2OTU3IDI4Ljg2OTdMMC43MTYwMTggMjguNTE2MVpNMjguMzE2IDAuOTE2MTE3TDAuNzE2MDE3IDI4LjUxNjFMMS4wNjk1NyAyOC44Njk3TDI4LjY2OTYgMS4yNjk2N0wyOC4zMTYgMC45MTYxMTdaTTMwLjA4MzggMC45MTYxMTZDMjkuNTk1NiAwLjQyNzk2NCAyOC44MDQyIDAuNDI3OTY0IDI4LjMxNiAwLjkxNjExNkwyOC42Njk2IDEuMjY5NjdDMjguOTYyNSAwLjk3Njc3OSAyOS40MzczIDAuOTc2Nzc5IDI5LjczMDIgMS4yNjk2N0wzMC4wODM4IDAuOTE2MTE2Wk0zMC4wODM4IDIuNjgzODlDMzAuNTcxOSAyLjE5NTczIDMwLjU3MTkgMS40MDQyNyAzMC4wODM4IDAuOTE2MTE3TDI5LjczMDIgMS4yNjk2N0MzMC4wMjMxIDEuNTYyNTcgMzAuMDIzMSAyLjAzNzQ0IDI5LjczMDIgMi4zMzAzM0wzMC4wODM4IDIuNjgzODlaTTQuMTkwODkgMjguNTc2OEwzMC4wODM4IDIuNjgzODlMMjkuNzMwMiAyLjMzMDMzTDMuODM3MzQgMjguMjIzMkw0LjE5MDg5IDI4LjU3NjhaTTEyNi40IDI4LjE1SDQuMDE0MTJWMjguNjVIMTI2LjRWMjguMTVaTTEyNy42NSAyOS40QzEyNy42NSAyOC43MDk2IDEyNy4wOSAyOC4xNSAxMjYuNCAyOC4xNVYyOC42NUMxMjYuODE0IDI4LjY1IDEyNy4xNSAyOC45ODU4IDEyNy4xNSAyOS40SDEyNy42NVpNMTI2LjQgMzAuNjVDMTI3LjA5IDMwLjY1IDEyNy42NSAzMC4wOTA0IDEyNy42NSAyOS40SDEyNy4xNUMxMjcuMTUgMjkuODE0MiAxMjYuODE0IDMwLjE1IDEyNi40IDMwLjE1VjMwLjY1Wk00LjAxNDEyIDMwLjY1SDEyNi40VjMwLjE1SDQuMDE0MTJWMzAuNjVaTTMwLjA4MzggNTYuMTE2MUw0LjE5MDg5IDMwLjIyMzJMMy44MzczNCAzMC41NzY4TDI5LjczMDIgNTYuNDY5N0wzMC4wODM4IDU2LjExNjFaTTMwLjA4MzggNTcuODgzOUMzMC41NzE5IDU3LjM5NTcgMzAuNTcxOSA1Ni42MDQzIDMwLjA4MzggNTYuMTE2MUwyOS43MzAyIDU2LjQ2OTdDMzAuMDIzMSA1Ni43NjI2IDMwLjAyMzEgNTcuMjM3NCAyOS43MzAyIDU3LjUzMDNMMzAuMDgzOCA1Ny44ODM5WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==) 10 10, pointer;
    background: none !important;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 9;
}
.img-zoom .next-arrow{
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjU5IiB2aWV3Qm94PSIwIDAgMTI4IDU5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk4LjA5MyAxLjI5Mjg5Qzk4LjQ4MzUgMC45MDIzNjkgOTkuMTE2NyAwLjkwMjM2OSA5OS41MDcyIDEuMjkyODlMMTI3LjEwNyAyOC44OTI5QzEyNy4xNTYgMjguOTQxNyAxMjcuMTk5IDI4Ljk5NDMgMTI3LjIzNSAyOS4wNDk4QzEyNy40OTIgMjkuNDM3OSAxMjcuNDQ5IDI5Ljk2NTQgMTI3LjEwNyAzMC4zMDcxTDk5LjUwNzIgNTcuOTA3MUM5OS4xMTY3IDU4LjI5NzYgOTguNDgzNSA1OC4yOTc2IDk4LjA5MyA1Ny45MDcxQzk3LjcwMjUgNTcuNTE2NiA5Ny43MDI1IDU2Ljg4MzQgOTguMDkzIDU2LjQ5MjlMMTIzLjk4NiAzMC42SDEuNjAwMUMxLjA0NzgxIDMwLjYgMC42MDAwOTggMzAuMTUyMyAwLjYwMDA5OCAyOS42QzAuNjAwMDk4IDI5LjA0NzcgMS4wNDc4MSAyOC42IDEuNjAwMSAyOC42SDEyMy45ODZMOTguMDkzIDIuNzA3MTFDOTcuNzAyNSAyLjMxNjU4IDk3LjcwMjUgMS42ODM0MiA5OC4wOTMgMS4yOTI4OVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik05OS41MDcyIDEuMjkyODlMOTkuNjg0IDEuMTE2MTJMOTkuNjg0IDEuMTE2MTJMOTkuNTA3MiAxLjI5Mjg5Wk0xMjcuMTA3IDI4Ljg5MjlMMTI3LjI4NCAyOC43MTYxTDEyNy4yODQgMjguNzE2MUwxMjcuMTA3IDI4Ljg5MjlaTTEyNy4yMzUgMjkuMDQ5OEwxMjcuNDQ0IDI4LjkxMkwxMjcuNDQ0IDI4LjkxMkwxMjcuMjM1IDI5LjA0OThaTTEyNy4xMDcgMzAuMzA3MUwxMjYuOTMgMzAuMTMwM0wxMjYuOTMgMzAuMTMwM0wxMjcuMTA3IDMwLjMwNzFaTTk5LjUwNzIgNTcuOTA3MUw5OS42ODQgNTguMDgzOUw5OS42ODQgNTguMDgzOUw5OS41MDcyIDU3LjkwNzFaTTk4LjA5MyA1Ny45MDcxTDk3LjkxNjIgNTguMDgzOUw5Ny45MTYyIDU4LjA4MzlMOTguMDkzIDU3LjkwNzFaTTk4LjA5MyA1Ni40OTI5TDk4LjI2OTggNTYuNjY5N0w5OC4yNjk4IDU2LjY2OTdMOTguMDkzIDU2LjQ5MjlaTTEyMy45ODYgMzAuNkwxMjQuMTYzIDMwLjc3NjhMMTI0LjU4OSAzMC4zNUgxMjMuOTg2VjMwLjZaTTEyMy45ODYgMjguNlYyOC44NUgxMjQuNTg5TDEyNC4xNjMgMjguNDIzMkwxMjMuOTg2IDI4LjZaTTk4LjA5MyAyLjcwNzExTDk4LjI2OTggMi41MzAzM0w5OC4yNjk4IDIuNTMwMzNMOTguMDkzIDIuNzA3MTFaTTk5LjY4NCAxLjExNjEyQzk5LjE5NTggMC42Mjc5NjEgOTguNDA0NCAwLjYyNzk2MSA5Ny45MTYyIDEuMTE2MTJMOTguMjY5OCAxLjQ2OTY3Qzk4LjU2MjcgMS4xNzY3OCA5OS4wMzc1IDEuMTc2NzggOTkuMzMwNCAxLjQ2OTY3TDk5LjY4NCAxLjExNjEyWk0xMjcuMjg0IDI4LjcxNjFMOTkuNjg0IDEuMTE2MTJMOTkuMzMwNCAxLjQ2OTY3TDEyNi45MyAyOS4wNjk3TDEyNy4yODQgMjguNzE2MVpNMTI3LjQ0NCAyOC45MTJDMTI3LjM5OCAyOC44NDI2IDEyNy4zNDUgMjguNzc2OSAxMjcuMjg0IDI4LjcxNjFMMTI2LjkzIDI5LjA2OTdDMTI2Ljk2NyAyOS4xMDY1IDEyNi45OTkgMjkuMTQ2IDEyNy4wMjcgMjkuMTg3NUwxMjcuNDQ0IDI4LjkxMlpNMTI3LjI4NCAzMC40ODM5QzEyNy43MTEgMzAuMDU2NSAxMjcuNzY0IDI5LjM5NzMgMTI3LjQ0NCAyOC45MTJMMTI3LjAyNyAyOS4xODc1QzEyNy4yMTkgMjkuNDc4NSAxMjcuMTg3IDI5Ljg3NDMgMTI2LjkzIDMwLjEzMDNMMTI3LjI4NCAzMC40ODM5Wk05OS42ODQgNTguMDgzOUwxMjcuMjg0IDMwLjQ4MzlMMTI2LjkzIDMwLjEzMDNMOTkuMzMwNCA1Ny43MzAzTDk5LjY4NCA1OC4wODM5Wk05Ny45MTYyIDU4LjA4MzlDOTguNDA0NCA1OC41NzIgOTkuMTk1OCA1OC41NzIgOTkuNjg0IDU4LjA4MzlMOTkuMzMwNCA1Ny43MzAzQzk5LjAzNzUgNTguMDIzMiA5OC41NjI3IDU4LjAyMzIgOTguMjY5OCA1Ny43MzAzTDk3LjkxNjIgNTguMDgzOVpNOTcuOTE2MiA1Ni4zMTYxQzk3LjQyODEgNTYuODA0MyA5Ny40MjgxIDU3LjU5NTcgOTcuOTE2MiA1OC4wODM5TDk4LjI2OTggNTcuNzMwM0M5Ny45NzY5IDU3LjQzNzQgOTcuOTc2OSA1Ni45NjI2IDk4LjI2OTggNTYuNjY5N0w5Ny45MTYyIDU2LjMxNjFaTTEyMy44MDkgMzAuNDIzMkw5Ny45MTYyIDU2LjMxNjFMOTguMjY5OCA1Ni42Njk3TDEyNC4xNjMgMzAuNzc2OEwxMjMuODA5IDMwLjQyMzJaTTEuNjAwMSAzMC44NUgxMjMuOTg2VjMwLjM1SDEuNjAwMVYzMC44NVpNMC4zNTAwOTggMjkuNkMwLjM1MDA5OCAzMC4yOTA0IDAuOTA5NzQyIDMwLjg1IDEuNjAwMSAzMC44NVYzMC4zNUMxLjE4NTg4IDMwLjM1IDAuODUwMDk4IDMwLjAxNDIgMC44NTAwOTggMjkuNkgwLjM1MDA5OFpNMS42MDAxIDI4LjM1QzAuOTA5NzQyIDI4LjM1IDAuMzUwMDk4IDI4LjkwOTYgMC4zNTAwOTggMjkuNkgwLjg1MDA5OEMwLjg1MDA5OCAyOS4xODU4IDEuMTg1ODggMjguODUgMS42MDAxIDI4Ljg1VjI4LjM1Wk0xMjMuOTg2IDI4LjM1SDEuNjAwMVYyOC44NUgxMjMuOTg2VjI4LjM1Wk05Ny45MTYyIDIuODgzODhMMTIzLjgwOSAyOC43NzY4TDEyNC4xNjMgMjguNDIzMkw5OC4yNjk4IDIuNTMwMzNMOTcuOTE2MiAyLjg4Mzg4Wk05Ny45MTYyIDEuMTE2MTJDOTcuNDI4MSAxLjYwNDI3IDk3LjQyODEgMi4zOTU3MyA5Ny45MTYyIDIuODgzODhMOTguMjY5OCAyLjUzMDMzQzk3Ljk3NjkgMi4yMzc0NCA5Ny45NzY5IDEuNzYyNTYgOTguMjY5OCAxLjQ2OTY3TDk3LjkxNjIgMS4xMTYxMloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=) 10 10, pointer;
    background: none !important;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 9;
}
.img-zoom .text-size img{
    margin-bottom: 0.5vw;
}
.add_quote h2{
    margin: 0;
}
.add_quote .margin-v-150{
    margin-top: 3.921vw;
    margin-bottom: 3.921vw;
}
.ornament {
    max-width: 8vw;
    border-radius: 0 !important;
}
.footer{
    margin-top: 5vw;
}
.address-container address{
    width: 14vw;
}

/* image switcher */

.image-switcher .col-sm-8 {
    width: 50%;
}
.image-switcher .col-sm-4.flex-col {
    max-height: 52vw;
    overflow-y: scroll;
    width: 50%;
}
.image-switcher .col-sm-4.flex-col .text-box{
    width: 70%;
}
.image-switcher .switcher-images img{
    max-height: 80vh;
    width: 100%;
    object-fit: contain;
}



/* Office filter */

.employee-card.active{
    display: block;
}
.employee-card:not(.active){
    display: none;
}
.employee-card img{
    height: 23vw;
    object-fit: cover;
    transform: scale(1.0);
    transition: 0.25s;
}
.employee-card:hover img {
    transform: scale(1.02);
}


.liveworker-block-img{
    height: 11vw;
    object-fit: cover;
}
.load-more-button.w ~ .alm-btn-wrap .alm-load-more-btn.done, .load-more-button.w ~ .alm-btn-wrap .alm-load-more-btn{
    background-color: var(--color-light-gray) !important;

}

.single-liveworker .add_text_editor:first-child .container-fluid .row .col .width-90vw p strong{
    font-size: 4.6vw !important;
}

button.load-more-button{
    height: 49px !important;
    color: black !important;
    font-size: 1.32vw !important;    
    border-radius: 3.704vw !important;
    padding: 1.058vw 2.381vw !important;
    border: 1px solid black !important;
    display: inline-flex;
    color: black !important;
    line-height: 100% !important;
    background-color: var(--color-green) !important;
    height: auto;
}

button.load-more-button:before{  
    opacity: 0;
}
.alm-btn-wrap .alm-load-more-btn.loading:before{
    opacity: 0;
}


.text-img-card.border-black a h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.text-img-card a h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4; 
    -webkit-box-orient: vertical;
 }

.cards-grid-container .text-img-card .tags {
    margin-bottom: -0.5vw;
}
span.tag{
    cursor: default;
}
.author .by{
    display: none;
}
.author .and{
    display: none;
}
.author:first-child .by{
    display: block;
}
.author:not(:first-child) .and{
    display: block;
}
.authors .comma {
    display: inline-flex;
    margin-left: -0.2em;
}

.image-zoom-block .buttons{
    display: flex;
    gap: 1vw;
    max-width: 9vw;
    float: right;
    margin-top: -7vw;
    right: 12vw;
    /* z-index: 1; */
    position: absolute;
}
.image-zoom-block .buttons{
    cursor: pointer;
}

.filter-title{
    display: none;
}
.filter-title.active{
    display: block;
}

.page-employees .alm-reveal{
    display: flex;
    flex-wrap: wrap;
    gap: 1.35vw;
}
.employees-gallery{
    flex-wrap: wrap;
    gap: 0.83vw;
}
.page-employees .filters span:hover{
    cursor: pointer;
    opacity: 0.8;
}
.employee-card a{
    text-decoration: none;
}
.text-switcher-block .text-box{
    width: 18vw;
}
.text-switcher-block .switchers{
    width: 36vw;
}
.add_text_editor{
    max-width: 100%;
}
.hero-section{
    height: 54.5vw;
}
.single-insight .add_text_editor .width-80-vw {
    width: 50.5vw !important;
}
.single-insight .add_text_editor blockquote{
    width: 78vw;
    margin-left: -14vw;
}
.single-insight .add_text_editor blockquote ~ p{
    width: 78vw;
    margin-left: -14vw;
}
.single-insight section:not(.video-section) h2.font-32{
    margin: 0 auto;
    width: 50vw;
}
.add_text_editor a{
    text-decoration: underline;
}
.add_text_editor a:hover{
    text-decoration: none !important;
}
.add_text_editor a.button:hover{
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
}
.add_text_editor a.button{
    text-decoration: unset;
}
span.yikes-mailchimp-submit-button-span-text:hover{
    text-decoration: underline;
}
.compress-text .width-80-vw {
    width: 50.5vw !important;
}
.padding-text .width-80-vw{
    width: 100%;
}

.button.center{
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 2vw 0;
}
.button.right {
    position: absolute;
    right: 9%;
}

.liveworker-block a:hover{
    text-decoration: none;
}
.liveworker-block a:hover span{
    transition: 0.2s ease-in;
    background-color: #e2a102;
}

.img-zoom .col.border-black{
    height: 80vh;
}

.filter-block .circle-tag {
    width: auto;
    max-width: 5vw;
    height: auto;
    background-color: var(--color-light-gray);
    padding-top: 0;
    border: 1px solid #000000;
    border-radius: 0.9em;
    align-items: baseline;
    z-index: 4;
    object-fit: cover;
    display: flex;
    justify-content: center;
}
.filter-block .text-img-card .circle-tag img {
    padding: 0.7em;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 4.5vw;
    object-fit: contain;
    mix-blend-mode: darken;
}
.tags-wrapper > div > .flex {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.4em;
    justify-content: flex-start;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em 0;/*
    font-size: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    text-transform: unset !important;*/
}
.our-clients .width-6-vw{
    width: 8vw;
    max-height: 6vw;
    object-fit: contain;
    z-index: 4;
}



/* COOKIES */

#cookie-notice .cn-button:not(.cn-button-custom) {
    color: #000 !important;
    border-radius: 10em !important;
    padding: 0.7em 1.3em !important;
}
.menu-nav{
    margin-top: -0.4vw;
}
iframe{
    border-radius: 1.056vw;
}
.privacy-policy-check{
    font-size: 1.2vw;
}

.page-template .flexible-content .add_text_editor:first-child img{
    max-height: 32vw;
    object-fit: contain;
}

.form-row select{
    color: #999999;
}
.form-row select.active{
    color: black;
}



@media only screen and (max-width: 2560px) {
/*************** ADD RESPONSIVE CSS HERE  ***************/



}


@media only screen and (max-width: 1920px) {
/*************** ADD RESPONSIVE CSS HERE  ***************/





}



@media only screen and (max-width: 1680px) {
/*************** ADD RESPONSIVE CSS HERE  ***************/




}



@media only screen and (max-width: 1440px) {
/*************** ADD RESPONSIVE CSS HERE  ***************/

    .employees-gallery {
        flex-wrap: wrap;
        gap: 2.6vw;
    }


}



@media only screen and (max-width: 1366px) and (min-height: 680px) and (max-height: 690px) {
/*************** ADD RESPONSIVE CSS HERE  ***************/


}



@media only screen and (max-width: 768px) {
/*************** ADD RESPONSIVE CSS HERE  ***************/


.hero-section {
    height: auto;
}

}



@media only screen and (max-width: 1024px) {
/*************** ADD RESPONSIVE CSS HERE  ***************/

.big-numbers {
    height: auto;
    margin: 0;
}
.big-numbers .number-wrap{
    display: flex;
    flex-direction: column;
    padding: 5.307vw 6vw;
    gap: 6vw;
}
.number-wrap {
    position: relative;
}


}





@media only screen and (max-width: 768px) {
/*************** ADD RESPONSIVE CSS HERE  ***************/

.privacy-policy-check{
    font-size: 3.6vw;
    margin-bottom: 6vw;
}

input[type=checkbox] {
    width: 3.6vw;
    height: 3.6vw;
}

.page-work .flexible-content{
    margin-top: 0;
}
.mobile-view {
	display: block !important;
}
.desktop-view {
	display: none !important;
}
html{
    overflow-wrap: break-word;
}
ul, ol{    
    margin: 4vw 0 4vw;
}
li {
    margin: 2vw 0;
}

.ornament {
    max-width: 40vw !important;
    border-radius: 0 !important;
    width: 26vw;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 2px;
}
.hamburguer{
    padding: 6px 12px;
}
.wp-image-141{
    margin: -14vw 0;
}
.hero-section {
    height: auto;
}
.hero-section img{
    max-width: 80vw !important;
    max-height: 72vw !important;
    width: 100% !important;
}
.single section.tag-buttons {
    margin: 0 0 24vw;
}
.single .page-head{
    margin-top: 14vw;
}
.margin-negative-mobile-b{
    margin-bottom: -12vw;
}
.cards-section .col.flex-bet.flex-wrap.services-card {
    flex-direction: column;
}
.cards-section .services-card .card-item {
    width: 100%;
}
.image-switcher .col-sm-4.flex-col {
    max-height: none;
    overflow-y: scroll;
    width: 108%;
}
.single-industry .big-text-and-link table td{
    width: 0 !important;
}
.btn-regions img {
    width: 5.6vw;
    cursor: pointer;
}
.menu-regions-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
ul#menu-language-menu-1{
    flex-direction: row;
    gap: 4vw;
}
html .header .menu-regions a {
    margin-top: 3vw;
    font-size: 4.2vw;
    line-height: 140%;
}
.menu-regions {
    overflow: hidden;
    pointer-events: none;
    transition: 0.3s;
    width: 69.8vw;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    height: 5vw !important;
    opacity: 1;
    align-items: center;
    pointer-events: all;
}
.select-wrapper .chosen:hover ul.select{
    display: none;
}
.select-wrapper .chosen ul.select{
    display: none;
}
.select-wrapper.active .chosen ul.select{
    display: block;
}
.select-wrapper.active.post_type-select-wrapper .chosen ul.select {
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    left: 123%;
    margin-top: 0vw;
}
.select-wrapper.active.theme-select-wrapper .chosen ul.select {
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    margin-top: 0vw;
    left: 60%;
}
.select-wrapper.active.industry-select-wrapper .chosen ul.select {
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    left: 54%;
    margin-top: 0vw;
}
section.tag-buttons{
    margin: 0 0 10vw;
}
section.tag-buttons a{
    margin: 1vw 0;
}
header.header.padding-default::after {
    content: '';
    width: 100vw;
    height: 20vw;
    background-color: #fafafa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.single-service .page-head .padding-default-l, .single-case .page-head .padding-default-l, .page-work .page-head .padding-default-l, .page-work .page-head .padding-default-l, .page-academy .page-head .padding-default-l, .page-contact .page-head .padding-default-l, .page-insights .page-head .padding-default-l, .page-employees .page-head .padding-default-l {
    padding: 16vw 4vw 3vw;
}
.add_text_editor ul, .two-col-text ul, .text-box ul{
    margin-left: 6vw;
}
.optional-banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    height: fit-content;
    padding: 7vw 4vw;

    max-height: fit-content;
}
.optional-banner .left-text {
    max-width: 72%;
    font-size: 3.6vw;
    padding-top: 0;
    text-align: center;
}
.optional-banner .right-infos a.button {
    padding: 2.2vw 3.8vw;
}
.optional-banner .close-icon{
    width: 100%;
}
.optional-banner .close-icon{
    display: flex;
    justify-content: flex-end;
}
.optional-banner.active ~ header .logo-fixed {
    top: 78.5vw;
}
.optional-banner.active ~ header.padding-default {
    padding: 68.5vw 1.653vw 1vw;
}

.optional-banner.active ~ header .hamburger-box{
    width: 5.8vw;
    height: 79.8vw !important ;
}
.optional-banner.active ~ header .menu-mobile .menu {
    margin-top: 28em;
}
body:not(.home) .optional-banner.active ~ main {
    padding: 86vw 0;
}


.cards-grid .text-img-card:hover a:hover, .cards-grid .text-img-card:hover a:active {
    text-decoration: underline !important;
}
p {
    font-size: 3.6vw;
    line-height: 143%;
}
.padding-default, .padding-default-l {
    padding: 8vw 5.333vw;
}
.margin-b-20 {
    margin-bottom: 5.323vw;
}
.big-text-and-link .text-box{
    margin-top: 4vw;
}
.text-img-card img {
    height: 70vw;
}
.circle {
    width: 14.733vw;
    height: 14.733vw;
    border-radius: 8.866vw;
}
.alternating-card-container .text-img-card:last-child img {
    margin-top: 0;
    height: 56vw;
}
.cards-grid-container .text-img-card {
    margin-bottom: 4vw;
}
.two-col-text .row.padding-default-l{
    flex-direction: column;
}
.border-top-black {
    border-top: 1px solid black;
    padding-top: 6vw;
    padding-bottom: 10vw;
}

p {
    font-size: 3.6vw;
    line-height: 143%;
}
.padding-default, .padding-default-l {
    padding: 12vw 5.333vw;
}
.filter-block .padding-default-l {
    padding-top: 0vw;
    padding-bottom: 8vw;
}
.margin-b-20 {
    margin-bottom: 5.323vw;
}
.big-text-and-link .text-box{
    margin-top: 4vw;
}
.text-img-card img {
    height: 70vw;
}
.circle {
    width: 14.733vw;
    height: 14.733vw;
    border-radius: 8.866vw;
}
.alternating-card-container .text-img-card:last-child img {
    margin-top: 0;
    height: 56vw;
}
.cards-grid-container .text-img-card {
    margin-bottom: 4vw;
}
.two-col-text .row.padding-default-l{
    flex-direction: column;
}
.border-top-black {
    border-top: 1px solid black;
    padding-top: 6vw;
    padding-bottom: 10vw;
}

.cards-grid .flex-start-m{
    justify-content: center;
}
.cards-grid-container .text-img-card img {
    height: 38vw;
    max-width: 100%;
    max-height: 52vw;
}
.cards-grid .text-img-card:hover > a{
    text-decoration: none !important;
}
.image-switcher .container-fluid .row.margin-t-100-m{
    display: flex;
    margin: 1vw 0vw 11vw !important;
    flex-direction: column !important;
}
.clients-carousel .slick-slide img {
    display: block;
    position: absolute;
    margin-left: -7vw;
}
.item{
    margin-bottom: 3vw;
}
.row.slick-slide{
    height: 19vw;
    width: 100% !important;
    display: flex !important;
    gap: 2vw;
    margin-left: -2vw;
}
.row.slick-slide > div {
    width: 14vw;
}
.clients-carousel .row.slick-slide:not(:first-child) {
    margin-left: 0vw;
    gap: 2vw;
}/*
.big-text-and-link{
    padding: 6vw 0 0 !important;
}*/
.big-numbers .col.flex-col-center{
    margin-left: 0;
}
.our-clients .width-6-vw {
    width: 13vw;
    max-height: 10vw;
    object-fit: contain;
    z-index: 4;
}
.row.slick-slide > div {
    height: 18vw;
    width: 15vw;
    display: flex;
    align-items: flex-start !important;
}
.two-col-img-text .flex.row{
    flex-direction: column;
}
.two-col-img-text .col-sm-6:last-child {
    padding: 5vw 0;
}
.alternating-card-container {
    gap: 6vw;
}
.alternating-card-container > div > .margin-t-20 {
    grid-gap: 1em;
}
.alternating-card-container .tag-wrapper {
    width: auto;
    flex-wrap: wrap;
}
.menu-mobile{   
    padding: 20vw 0 0 !important;
}
.flexible-content {
    margin: 0;
}
.our-clients .font-30-m{
    text-align: center;
}
.text-img-card {
    width: 100%;
}
.card-grid-section .width-100-m {
    width: 33vw;
}

.card-grid-section h2{
    white-space: nowrap;
}
.page-employees .card-grid-section h2 {
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
}
.page-employees .card-grid-section .flex-wrap{
    justify-content: space-between !important;
}
.page-employees .card-grid-section .width-100-m {
    margin: 0;
    width: 100%;
}
.employee-card.active {
    display: block;
    width: 46%;
    margin: 4vw 0;
}
.employee-card img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
}
.card-grid-section .margin-b-30-m {
    margin-bottom: 6vw;
}
.card-grid-section .container-fluid .row:first-child .flex-col-center{
    align-items: flex-start;
}

.cards-grid-container .text-img-card > div.margin-t-10{
    display: flex;
    overflow: hidden; 
    gap: 3vw;
}

/* Menu-mobile */

.hamburger-box{
    width: 5.8vw;
    height: 4.8vw;
}
body:not(.home) .header {
    padding: 80px 16px;
    align-items: flex-start;
}
.scrolled .header {
    padding: 4.1vw 4.9vw;
}
.header.padding-default::after {
    height: 0;
}
.logo-large {
    display: none;
}
.logo-fixed {
    left: 16px;
    z-index: 999;
    top: 14px;
    transform: translate3d(0, 0, 0) !important;
    margin-left: 1.5vw;
}
.logo-fixed img {
    width: 65.6vw;
    transition: 0.4s ease-in-out;
}
.logo-fixed.scrolled img {
    width: 52.6vw;
    margin-top: 1.2vw;
    transition: 0.4s ease-in-out;
    margin-left: 0;
}
.mobile-tagline {
    margin-top: 15vw;
}
.menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 108vh;
    z-index: 100;
    padding: 8.3vw 0;
    z-index: 998;
    overflow: unset;
    pointer-events: all;
}
.mobile-view > .btn-menu {
    position: fixed;
    top: 5.4vw;
    right: 4.267vw;
    z-index: 100;
}
.menu-mobile.active {
    display: flex;
}
.menu-mobile .globe {
    display: block;
    margin-left: 5.333vw;
}
.menu-mobile .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    gap: 0vw;
    padding: 0 5.333vw;
}
.menu-mobile #menu-menu-2{
    margin-top: -4vw;
}

.menu-mobile .menu li{
    margin: 1vw 0;
}
.menu-mobile .menu-menu-1-container ul.menu li a{
    text-transform: lowercase;
}
.menu-mobile .menu a {
    display: block;
    font-weight: 300;
}

.menu-mobile .btn-menu {
    position: absolute;
    top: 5.4vw;
    right: 4.267vw;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 4.8vw;
    height: 1px;
}
.hamburger--collapse .hamburger-inner::after {
    top: -3vw;
}
.hamburger-inner::before {
    top: -1.6vw;
}

/* */
main {
    padding: 0;
}

main section {
    margin: 0;
}

button, .button {
    font-size: 4.333vw !important;
    border-radius: 6.5vw;
    padding: 4.267vw 9.6vw;
    border: 1px solid black;
    text-align: center;
    margin-top: 6vw;
}
.video-img-card img,
.text-img-card img {
    border-radius: 8.533vw;
}
.circle {
    width: 15.733vw;
    height: 15.733vw;
    border-radius: 8.866vw;
    border: 1px solid black;
}
a.line-height-125.font-32.margin-t-10.margin-t-10-vw-m{
    max-width: 70.5% !important;
}
.circle.read{
    width: 16.733vw;
    height: 16.733vw;
    border-radius: 8.866vw;
    margin: 0;
    z-index: 2;
    border: 1px solid black;
}
.single-case .circle{
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-10%, 7%);
}
.video-img-card .circle{
    transform: translate(-50%, -50%);
}
.tilt-circle {
    width: 33.467vw;
    height: 33.467vw;
    border-radius: 26.733vw;
    padding: 6vw;
}
.tilt-circle-g {
    width: 39.333vw;
    height: 39.333vw;
    border-radius: 35vw;
    transform: rotate(-15deg);
    border: 1px solid black;
    line-height: 1.4;
    padding: 4vw;
    top: -51vw;
    font-size: 5vw !important;
    right: -1vw;
}
.page-contact .img-zoom .padding-default-l{
    padding: 5vw 0;
}
.offices_block .row.padding-default-l{
    padding: 14vw 5.333vw;
}
.wpcf7-form span{
    font-size: 14px;
}
.offices_block .contact_link img {
    height: 3.9vw;
    max-height: 100%;
    padding-right: 0.2vw;
}
.offices_block .flex-v-center.margin-v-20{
    gap: 2vw;
    padding: 2vw 0px;
}
.single .circle-tag {
    width: 18.4vw;
}
.single .circle-tag.mobile-view {
    display: flex !important;
}
article .flex-v-center{
    gap: 2vw !important;
    flex-direction: column;   
    align-items: flex-start;
}
article .flex-v-center > .flex{
    gap: 2vw !important;
}
.circle-tag {
    width: 18.4vw;
    height: 18.4vw;
    border-radius: 9.2vw;
    padding-top: 0;

    display: flex;
    padding-top: 0;
    justify-content: flex-start;
}
.single-case .page-head .flex-bottom{
    display: flex;
    align-items: center;
    gap: 1vw;
    flex-wrap: wrap;
}
#progress-bar{
    top: 0;
}
.circle-tag img {
    width: 15vw;
    align-self: center;
}
.alternating-card-container .text-img-card:nth-child(2) {
    margin-top: 10.667vw;
}
.alternating-card-container .text-img-card:last-child {
    margin-top: 10.667vw;
    width: 100%;
}
.alternating-card-container .text-img-card {
    gap: 2vw;
}
.cards-grid-container .text-img-card {
    width: 42.133vw;
}
.card-grid-container>div {
    flex-wrap: nowrap;
    gap: 4vw;
}
.two-col-img-text .col-sm-6 {
    width: 100%;
}
.two-col-text .flex-bet {
    flex-direction: column;
    width: 100%;
    margin: 0;
    gap: 6vw;
}
.panel {
    margin-bottom: 45px;
}
.panel.active p{
    margin-top: 14vw;
}
.accordion button{
    margin-top: 7vw;
}
footer .row-1 {
    flex-direction: column-reverse;
}
.address-container {
    padding: 0 5.333vw;
}

.address-container>div {
    width: auto;
    gap: 2vw;
    margin-top: 3vw;
}


header address {
    width: 34.133vw;
    margin-right: 5.333vw;
}

footer address {
    width: 34.133vw;
}

footer .row-1 .tilt-circle {
    top: 160vw;
}

footer .row-2 .flex-full-center {
    flex-wrap: wrap;
    gap: 3vw;
    width: 100%;
}
footer .row-2 .flex-full-center .margin-b-10-m{
    flex-wrap: wrap;
    gap: 3vw;
    width: 100%;
    display: flex;
}
footer .row-2 .flex-full-center .font-11 {
    margin: 0;

}

.address-container address {
    width: 100%;
}

footer nav {
    text-transform: capitalize;
}

.contact-form-wrapper .font-22 {
    margin: 0 0 12vw;
}

.logo-large {
    padding: 0;
    margin-bottom: 7.5vw;
}
.logo-large img {
    width: 65.6vw;
}
.home .ornament svg {
    width: 25vw;
}

.alternating-card-container .text-img-card:nth-child(1), .alternating-card-container .text-img-card:nth-child(1) > .relative {
    max-height: unset;
}
.video-img-card .circle svg {
    width: 4.2vw;
}

.cards-section .card-item{
    width: 100%;
    padding: 6vw 5vw 4vw;
}

.two-col-text.section-accordion .margin-b-50-m{
    margin-bottom: 0;
}
.two-col-text.section-accordion .accordion .font-28 p {
    margin: 3vw 0;
}

.image-switcher .switcher-images img {
    max-height: 40vh;
}
.button-section .container-fluid{
    height: 15vw;
}/*
.big-text-and-link.bg-color{
    padding: 12vw 8vw 18vw;
}*/
.cards-grid-container .text-img-card a > img {
    height: 68vw;
}
.cards-grid .text-img-card{
    width: 100%;
    gap: 3.6vw;
    margin-bottom: 10vw;
}
.cards-grid .text-img-card .tags .flex{
    gap: 2.5vw;
}
.cards-grid-container {
    margin-top: 14vw;
}
.filter-block .text-img-card .circle-tag img{
    max-height: 12vw;
    min-width: 12vw;
    border-radius: 0;
    position: relative;
    width: auto;
}
.insights-block .col-sm-4 .margin-b-50-m{
    margin-bottom: 4vw;
}
.insights-block .col-sm-7 .border-top-black .flex-bet{
    align-items: center;
    flex-direction: row !important;
}
.accordion-title{
    padding: 1vw 0;
}
.accordion .panel {
    padding: 0em 0 0;
}
.accordion-title svg{
    width: 2vw;
}
.two-col-img-text .row.flex-reverse{
    flex-direction: column;
}
.two-col-img-text .row.flex {
    flex-direction: column;
}
.team-block .card-grid-section .margin-b-30-m {
    margin-bottom: 6vw;
    width: 100%;
}
.team-block .card-grid-section .width-100-m {
    width: 38vw;
}
.team-block .flex-bet::after {
    content: '';
    width: 28vw;
    height: 89vw;
    background-color: gradient;
    position: absolute;
    right: -3px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(248,234,251,1) 100%);
    pointer-events: none;
}
.cards-grid.filter-block .text-img-card .circle-tag {
    height: 12vw;
    width: auto;
    object-fit: contain;
    max-height: 25vw;
    max-width: none;
    min-width: fit-content !important;
}
.cards-grid.filter-block  .client-tag {
    display: flex;
    align-items: flex-end;
    height: auto;
    width: 23vw;
}
.cards-section .flex-bet.middle {
    gap: 2vw;
    flex-direction: column;
    justify-content: space-between;
    margin: 0em 0 2em;
}
a.waffle-rich-text-link{
    text-decoration: none;
}
.filter-block .text-img-card .padding-20 {
    padding: 4vw 4vw 2vw;
}
.team-block.card-grid-section .margin-b-30-m {
    margin-bottom: 2vw;
    width: 100%;
}
.cards-grid-section{
    margin-top: 12vw;
}
input[type=submit] {
    font-size: 5.323vw;
    padding: 3vw 4vw !important;
}
section.image-switcher{
    margin: 0 !important;
}
.liveworker-block span.font-42{
    margin-top: 4vw;
}
.tag-wrapper{
    width: 100%;
    flex-wrap: wrap;
}
.image-switcher .col-sm-8{
    width: 100%;
}
.tag-buttons .row .flex-wrap-start {
    gap: 2vw;
}
p.font-45.text-align-center.width-50-vw.margin-b-50.font-22-m.width-100-m.margin-b-30-m.text-align-left-m {
    margin-left: 6vw;
    width: 76vw;
}
.select-wrapper{
    font-size: 6vw;
    line-height: 148%;
}
.tag {
    margin: 1vw 0;
    font-size: 3.782vw;
}
.single-case .tag{
    margin: 0 0 1.5vw;
    font-size: 3.782vw;
}
.single-case .two-col-text table{
    margin: 0 0 8vw;
}
.select-wrapper span{
    font-size: 6vw;
    line-height: 148%;
}
.insights-block .flex-v-center{
    flex-wrap: wrap;
    gap: 2vw !important;
}
.authors.margin-l-10 {
    margin-left: 0;
}
div{
    font-size: 3.6vw;
    line-height: 143%;
}
.img-zoom .width-80-vw{
    width: 100%;
}
header.active{
    height: 100vh;
    pointer-events: all;
    z-index: 999;
    position: fixed;
}

.img-zoom .width-80-vw img{
    margin-bottom: 2vw;
}

.liveworker-block .margin-b-50-m {
    margin-bottom: 7.333vw;
    gap: 2vw;
}

.liveworker-block-img {
    height: 21vw;
    width: 24vw;
    object-fit: cover;
}
.liveworker-block .col-sm-6 .margin-l-20 div{
    margin-top: 4vw;
}


.newsletter-wrapper {
    background-color: #FAFAFA;
    max-width: 90vw;
    margin: auto;
    padding: 1.5em;
    border-radius: 4vw;
    position: relative;
    z-index: 34;
}
.btn-close-popup {
    position: absolute;
    z-index: 10;
    right: 2em;
    width: 5vw;
    top: 2em;
}
.btn-close-popup path{
    stroke: black;
}
.newsletter-wrapper button span{
    font-size: 3vw !important;
    padding: 0 2vw;
}
.newsletter-wrapper input{
    font-size: 3.4vw;
    border-radius: 27vw !important;
}

.optional-banner.flex.bg-light-yellow.active::after {
    content: '';
    width: 100vw;
    height: 70vh;
    top: 72vw;
    position: fixed;
    background-color: black;
    opacity: 20%;
    z-index: -1;
}

.mobile-tagline img{
    margin-right: 0 !important;
}

.margin-b-30 {
    margin-bottom: 4.984vw;
}
.big-text-and-link{
    margin: 0 !important;
}

.footer .container-fluid{
    padding: 0;
}

.section-accordion .accordion-item img{
    width: 10vw;
}
.accordion-title div.font-32 {
    padding-left: 2vw;
}

.page-services .flexible-content .two-col-text:last-child .padding-default-l{
    margin-top: -8vw;
    padding: 0 5.333vw 4vw;
}
a:hover, a:active, a:focus{
    text-decoration: none;
}

.single-insight section:not(.video-section) h2.font-32 {
    padding-top: 4vw;
    margin: 0 auto;
    width: auto !important;
}
.font-42 h3, body h3 {
    font-size: 6vw;
    line-height: 125%;
}
.single-insight .add_text_editor .width-80-vw {
    width: 80vw !important;
}

.single-liveworker section .width-80-vw strong{
    line-height: 100%;
}

ul.select { 
    width: 68vw;
    font-size: 4vw;
    line-height: 1.3;
}
ul.select li:not(:last-child) {
    margin-bottom: 1em;
}


.single-liveworker .two-col-img-text img{
    width: 100% !important;
    height: 90vw !important;
    object-fit: cover !important;
}
.single-liveworker .two-col-img-text p{
    text-align: left !important;
}
.section-accordion div, .section-accordion td{
    font-size: 5.973vw;
    line-height: 125%;
}

a.liveworker-name, a.tag-link:hover {
    text-decoration: none !important;
}

}




@media only screen and (max-width: 514px) {
    .menu-mobile{   
        padding: 25vw 0 0 !important;
    }
}
@media only screen and (max-width: 414px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    body:not(.home) .header {
        padding: 50px 16px;
        align-items: flex-start;
    }
        
    .hamburger-box{
        width: 5.8vw;
        height: 6.8vw;
    }

    
}





@media only screen and (max-width: 321px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}









@media only screen and (max-width: 376px) {
/*************** ADD RESPONSIVE CSS HERE  ***************/


}





@media only screen and (max-width: 321px) {
/*************** ADD RESPONSIVE CSS HERE  ***************/


}






