html {
    overflow-x: hidden;
}

body {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    background: #f4f5f5;
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    body {
        font-size: 17px;
    }
}

.mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}

.container {
    max-width: 1650px;
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

@media (max-width: 1650px) {
    .container {
        max-width: 1320px;
    }
}

.p-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .row.at_home {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.has-text-align-center {
    text-align: center;
}

.white {
    background: #fff;
}

.white-text {
    color: #fff;
}

.blue {
    color: #fff;
    background: #003B75;
}

.blue-text {
    color: #003B75;
}

.pink {
    color: #fff;
    background: #d04a70;
}

.pink-text {
    color: #d04a70;
}

.green {
    background: #5CACAA;
}

.green-text {
    color: #5CACAA;
}

.purple {
    background: #9882BD;
}

.purple-text {
    color: #9882BD;
}

.pho_bg {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.pho_bg .content {
    position: absolute;
    width: 90%;
    font-size: 24px;
}

select {
    padding: 10px 44px 10px 15px;
    border: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    color: #999;
    text-indent: 1px;
    text-overflow: '';
    background-color: white;
    background-image: url(../img/arrow_down.png);
    background-position: right center;
    background-repeat: no-repeat;
}

/* line 14, ../sass/screen.scss */
li:focus,
li:focus-within {
    outline: none !important;
    box-shadow: none !important;
    outline-style: none !important;
    border-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* line 28, ../sass/screen.scss */
.clr {
    clear: both;
}

/* line 36, ../sass/screen.scss */
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* line 42, ../sass/screen.scss */
a,
a:visited {
    color: #be5280;
    text-decoration: none;
    transition: color 0.5s;
}

/* line 49, ../sass/screen.scss */
a:hover {
    color: #be5280;
    text-decoration: none;
}

a.blue-text {
    color: #003B75;
}

a.blue-text:hover {
    color: #be5280;
}

#default_page h2 {
    margin-top: 40px;
}

#default_page h3 {
    margin-top: 40px;
}

#default_page h4 {
    margin-top: 20px;
}

#default_page h5 {
    margin-top: 10px;
}

#default_page p {
    margin-top: 5px;
}

/* line 84, ../sass/screen.scss */
h1 {
    font-weight: 900;
    text-transform: uppercase;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h1 {
    font-size: 60px;
}

/* line 89, ../sass/screen.scss */
h2 {
    font-size: 48px;
}

/* line 95, ../sass/screen.scss */
h3 {
    font-size: 38px;
}

/* line 100, ../sass/screen.scss */
h4 {
    font-size: 28px;
}

@media (max-width: 1200px) {

    /* line 107, ../sass/screen.scss */
    h1 {
        font-size: 40px;
    }

    /* line 112, ../sass/screen.scss */
    h2 {
        font-size: 36px;
    }

    /* line 118, ../sass/screen.scss */
    h3 {
        font-size: 28px;
    }

    /* line 123, ../sass/screen.scss */
    h4 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {

    /* line 131, ../sass/screen.scss */
    h1 {
        font-size: 38px;
    }

    /* line 136, ../sass/screen.scss */
    h2 {
        font-size: 34px;
    }

    /* line 142, ../sass/screen.scss */
    h3 {
        font-size: 28px;
    }

    /* line 147, ../sass/screen.scss */
    h4 {
        font-size: 22px;
    }
}

/* line 153, ../sass/screen.scss */
p {
    margin-top: 10px;
    margin-bottom: 20px;
}

#page430 p,
#single_case p {
    margin-bottom: 40px;
}

/* line 157, ../sass/screen.scss */
b,
strong {
    font-weight: 700;
}

/* line 162, ../sass/screen.scss */
em {
    font-style: italic;
}

pre {
    overflow: hidden;
}

th,
td {
    padding: 6px 12px;
    border: 1px solid;
}

#home_intro {
    padding-top: 120px;
    padding-bottom: 120px;
}

#home_intro h3,
#who_we_are_intro h3,
#team_intro h3 {
    padding-bottom: 5px;
}

#home_intro h4,
#who_we_are_intro h4,
#team_intro h4 {
    padding-top: 20px;
    font-weight: 600;
}

#home_intro p,
#who_we_are_intro p,
#team_intro p {
    padding-top: 10px;
    font-size: 23px;
    font-weight: 300;
}

#home_bottom,
#news_top,
#what_we_do_top {
    padding-top: 270px;
    padding-bottom: 270px;
}

@media (max-width: 768px) {

    #home_intro,
    #home_bottom,
    #news_top,
    #what_we_do_top {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

#team_intro {
    padding-top: 50px;
    padding-bottom: 90px;
}


/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */


.cky-btn-revisit-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 999999;
    cursor: pointer;
}

.cky-revisit-bottom-left {
    bottom: 15px;
    left: 15px;
}

.cky-btn-revisit-wrapper .cky-btn-revisit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
}

button.cky-accordion-btn:not(:hover):not(:active),
button.cky-banner-btn-close:not(:hover):not(:active),
button.cky-btn-close:not(:hover):not(:active),
button.cky-btn-revisit:not(:hover):not(:active) {
    background: transparent;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
    max-width: fit-content;
    margin: 0;
    height: 30px;
    width: 30px;
}


/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */


header .container,
.container.wide {
    width: 95% !important;
    max-width: 95% !important;
}

@media (min-width: 1600px) {

    .container.wide {
        width: 80% !important;
        max-width: 80% !important;
    }

}

.masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 10000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(244, 245, 245, 1);
    transition: top 0.5s ease-out;
}

@media (max-width: 1024px) {
    .masthead {
        padding: 8px 0;
    }
}

.scrollingdown .masthead {
    top: -200px;
}

.masthead .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.masthead__logo a {
    display: none;
}

.masthead:not(.menu-open) .masthead__logo--stand {
    display: block;
}

.masthead__logo a img {
    display: block;
    width: 60px;
    max-width: 60px;
}

@media (max-width: 1024px) {
    .masthead__logo a img {
        width: 30px;
        max-width: 30px;
    }
}

.masthead .masthead__logo a img {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
}

@media (max-width: 1024px) {
    #menu-main-menu-wrapper {
        display: none;
    }
}

#menu-item-273 svg {
    margin-top: -4px;
    width: 21px;
    cursor: pointer;
}

#searchform {
    position: fixed;
    top: 90px;
    right: 60px;
    padding: 10px 10px 10px 15px;
    background: #fff;
    border-radius: 10px;
    display: none;
}

#searchform label,
#searchsubmit {
    display: none;
}

#searchform input {
    padding: 6px 20px;
    width: 320px;
    font-size: 17px;
    border: 1px solid #999;
    border-radius: 4px;
}

#searchform button {
    background: none;
    border: none;
}

#searchform button svg {
    margin-top: -1px;
    width: 38px;
}

.hamburger {
    position: relative;
    margin-top: 0px;
    margin-left: 30px;
    width: 22px;
    height: 17px;
    cursor: pointer;
    display: none;
}

@media (max-width: 1024px) {
    .hamburger {
        display: inline-block;
    }
}

.hamburger .line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all 0.5s ease-out;
}

.hamburger #line1 {
    top: 3px;
}

.hamburger #line2 {
    top: 11px;
}

.hamburger #line3 {
    top: 19px;
}

.hamburger.active #line1 {
    top: 11px;
    transform: rotate(-45deg);
}

.hamburger.active #line2 {
    right: 11px;
    width: 0px;
}

.hamburger.active #line3 {
    top: 11px;
    transform: rotate(45deg);
}


/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */


#menu-main-menu-wrapper {
    float: left;
    margin-right: 4px;
}

#menu-main-menu-wrapper #menu-main-menu ul {
    padding: 0;
    list-style: none;
}

#menu-main-menu-wrapper #menu-main-menu li {
    position: relative;
    display: inline-block;
    margin: 16px 40px 0 0;
    font-size: 17px;
    font-weight: 500;
}

#menu-main-menu-wrapper #menu-main-menu li.current-menu-item {
    font-weight: 800;
}

#menu-main-menu-wrapper #menu-main-menu li ul.sub-menu {
    display: none;
    position: absolute;
    left: -65px;
    padding-top: 33px;
    width: 150px;
    z-index: 9001;
}

#menu-main-menu-wrapper #menu-main-menu li#menu-item-121 ul.sub-menu {
    width: 250px;
}

#menu-main-menu-wrapper #menu-main-menu li ul.sub-menu > div {
    width: auto;
    padding: 1px 18px 15px 18px;
    background: #fff;
    border-radius: 10px;
}

#menu-main-menu-wrapper #menu-main-menu li ul.sub-menu > div#europe_langs_holder {
    margin-top: 2px;
}

#menu-main-menu-wrapper #menu-main-menu li:hover ul.sub-menu {
    display: block;
}

#menu-main-menu-wrapper #menu-main-menu li ul.sub-menu li {
    display: block;
    margin: 16px 0 0 0;
}

#menu-main-menu-wrapper #menu-main-menu li.current-menu-item ul.sub-menu li {
    font-weight: 500;
}

#menu-main-menu-wrapper #menu-main-menu li a,
#menu-main-menu-wrapper #menu-main-menu li a:visited,
.masthead__switcher ul li a,
.masthead__switcher ul li a:visited,
li#menu-item-267 ul li a,
li#menu-item-267 ul li a:visited {
    display: block;
    color: #000;
}

#mobile-cur-lang {
    margin-bottom: 3px;
    width: 20px;
    cursor: pointer;
    display: none;
}

@media (max-width: 1024px) {
    #mobile-cur-lang {
        display: inline-block;
    }
}

#menu-main-menu-wrapper #menu-main-menu li#menu-item-267 {
    top: -2px;
    width: 20px;
    cursor: pointer;
}

#menu-main-menu-wrapper #menu-main-menu li#menu-item-267-en,
#menu-main-menu-wrapper #menu-main-menu li#menu-item-267-es,
#menu-main-menu-wrapper #menu-main-menu li#menu-item-267-it,
#menu-main-menu-wrapper #menu-main-menu li#menu-item-267-fr,
#menu-main-menu-wrapper #menu-main-menu li#menu-item-267-de,
#menu-main-menu-wrapper #menu-main-menu li#menu-item-267-se,
#mobile-languages ul li.lang-item-en,
#mobile-languages ul li.lang-item-es,
#mobile-languages ul li.lang-item-it,
#mobile-languages ul li.lang-item-fr,
#mobile-languages ul li.lang-item-de,
#mobile-languages ul li.lang-item-se {
    display: none;
}

#mobile-languages,
#mobile-main-menu-wrapper {
    position: fixed;
    top: 45px;
    left: -9001px;
    padding: 40px 20px 20px 20px;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    border-top: 0px solid #f5f5f5;
}

#mobile-languages.active,
#mobile-main-menu-wrapper.active {
    left: 0;
}

#mobile-languages ul,
#mobile-main-menu-wrapper ul {
    padding: 0;
    list-style: none;
}

#mobile-languages li a,
#mobile-languages li a:visited,
#mobile-main-menu-wrapper li a,
#mobile-main-menu-wrapper li a:visited {
    display: block;
    padding: 8px 30px;
    font-size: 24px;
    color: #000;
}

#mobile-languages li a:hover,
#mobile-main-menu-wrapper li a:hover {
    color: #888;
}

#searchform-mobile {
    padding: 0 30px;
}

#searchform-mobile label {
    display: none;
}

#searchform-mobile input[type=text] {
    margin-top: 12px;
    padding: 8px 15px 7px 15px;
    font-size: 14px;
    background: none;
    border: 1px solid #999;
    border-radius: 8px;
}

#searchform-mobile button {
    padding: 0;
    background: none;
    border: none;
}

#searchform-mobile button svg {
    margin-top: -1px;
    width: 38px;
}


/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */


main {
    min-height: 480px;
    border-top: 90px solid #f4f5f5;
}


/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */


.top_movie {
    position: relative;
}

.top_movie video {
    display: block;
    width: auto;
    height: 100%;
}

@media (max-width: 768px) {
    .top_movie video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #top_movie_what_we_do.top_movie video {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: auto;
        height: 100%;
    }
}

.dark_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.top_movie_content {
    position: absolute;
    top: calc(50% - 90px);
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1510px) {
    .top_movie_content {
        top: 50%;
    }
}

@media (max-width: 768px) {
    .top_movie_content {
        top: calc(50% - 90px);
    }
}

.top_movie p {
    line-height: 1.25;
}

.svg-on-video {
    width: 90%;
}

@media (min-width: 768px) {
    .svg-on-video {
        width: 420px;
    }
}

@media (min-width: 1024px) {
    .svg-on-video {
        width: 576px;
    }
}

#home_intro h2 {
    font-weight: 900;
}

#home_services {
    padding-top: 90px;
    padding-bottom: 90px;
}

#home_services_intro {
    padding-bottom: 45px;
}

#home_services h4 {
    margin-top: 3px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.90rem;
}

.inner_block {
    position: relative;
    margin: 0px 0px 60px 0px;
    padding: 20px 35px 20px 55px;
    background: #fff;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .inner_block {
        margin: 0px 0px 30px 0px;
        padding: 30px 40px 40px 60px;
    }

    .services_overview .inner_block {
        padding: 30px;
    }
}

@media (max-width: 1200px) {
    .at_home .inner_block {
        margin: 0px 0px 30px 0px;
    }
}

.service_icon {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 21px;
    height: 21px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
}

@media (max-width: 768px) {
    .service_icon {
        top: 36px;
        left: 30px;
    }

    .services_overview .service_icon {
        top: 35px;
        left: 4px;
    }
}

.inner_block p {
    font-size: 17px;
    line-height: 21px;
}

.more_link {
    position: absolute;
    bottom: 30px;
    left: 55px;
    font-size: 17px;
    overflow: visible;
}

@media (max-width: 768px) {
    .more_link {
        left: 60px;
    }
}

.more_link a,
.more_link a:hover,
.more_link a:visited,
p.link {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.33rem;
}

.more_link a svg {
    position: absolute;
    top: 9px;
    right: 2px;
    transition: right 0.5s;
}

.more_link a:hover svg {
    right: -5px;
}

p.link {
    font-size: 17px;
}

#home_projects {
    padding-top: 55px;
    padding-bottom: 80px;
    background: #e3e9ec;
}

#home_projects .more_link {
    bottom: 55px;
    left: calc(50% - 42px);
}

.service_tags_inslider {
    margin-top: 10px;
    padding: 23px 20px 8px 20px;
    background: #fff;
    border-radius: 2px;
}

.service_tags_inslider a {
    position: relative;
    display: block;
    text-align: left;
    color: #000;
}

#case_tags .service_tags_inslider {
    display: flex;
    padding: 23px 0px 5px 0px;
    justify-content: space-evenly;
}

/*
@media (max-width: 1300px) {
    #case_tags .service_tags_inslider {
        display: block;
        padding: 23px 20px 8px 20px;
    }
}
*/

@media (max-width: 1300px) {
    #case_tags .service_tags_inslider {
        display: flex;
        padding: 23px 0px 5px 0px;
    }

    #case_tags .service_tags_inslider a:nth-child(1) {
        width: 114px;
    }

    #case_tags .service_tags_inslider a:nth-child(2) {
        width: 137px;
    }

    #case_tags .service_tags_inslider a:nth-child(3) {
        width: 149px;
    }

    #case_tags .service_tags_inslider a:nth-child(4) {
        width: 132px;
    }
}

@media (max-width: 768px) {
    #case_tags .service_tags_inslider {
        display: block;
        padding: 23px 20px 8px 20px;
    }

    #case_tags .service_tags_inslider a:nth-child(1) {
        width: auto;
    }

    #case_tags .service_tags_inslider a:nth-child(2) {
        width: auto;
    }

    #case_tags .service_tags_inslider a:nth-child(3) {
        width: auto;
    }

    #case_tags .service_tags_inslider a:nth-child(4) {
        width: auto;
    }
}

.service_tags_inslider a.inactive {
    color: #b7b6b9 !important;
}

.service_tags_inslider a .servicetag_icon {
    position: absolute;
    top: -1px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}

.service_tags_inslider a.inactive .servicetag_icon {
    background: #b7b6b9 !important;
}

.service_tags_inslider a h5 {
    padding-left: 26px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}

#case_tags .service_tags_inslider a .h5 {
    /* <-- class = h5 ///////////////////////////////////// */
    padding-left: 26px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}


/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */


.wrapper.relative {
    position: relative;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 2;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    opacity: 1;
}

.slick-prev {
    left: 15px;
    background-image: url(../img/scroll-arrowicon-left.svg);
}

.slick-next {
    right: 15px;
    background-image: url(../img/scroll-arrowicon-right.svg);
}


/* /////////////////////////////////////////////////////////////////// */
/* ///////////////////////// WHO WE ARE ////////////////////////////// */

#who_we_are_intro {
    background: #e3e9ec;
}

.card_deck {
    position: relative;
}

.card {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    border-radius: 0px;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_movie_content h1,
.top_movie_content p,
.content h1,
.content p {
    margin-bottom: 0;
}

.card .content p {
    font-size: 22px;
}

.card_arrow_left {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    cursor: pointer;
    display: none;
}

@media (max-width: 768px) {
    .card_arrow_left {
        left: 10px;
    }

    .card_arrow_left svg {
        width: 20px;
    }
}

.card_arrow_right {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0%, -50%);
    cursor: pointer;
}

@media (max-width: 768px) {
    .card_arrow_right {
        right: 10px;
    }

    .card_arrow_right svg {
        width: 20px;
    }
}

.loopanim {
    animation: loop 0.75s;
    animation-iteration-count: infinite;
}

@keyframes loop {
    from {
        transform: translate(0%, -50%) scale(1);
    }

    to {
        transform: translate(0%, -50%) scale(2);
    }
}

div#team_icons {
    margin-bottom: 90px;
}

.team_icon_image {
    margin-top: 20px;
    min-height: 175px;
}

.team_icon_image img {
    margin: 40px auto 10px auto;
    width: 120px;
    max-width: 120px;
    height: auto;
}

.team_icon_label {
    font-size: 17px;
    /* font-weight: 600; */
}

.office_image {
    margin-top: 20px;
}

.inner_block.career {
    padding: 40px 60px 40px 60px;
}

.inner_block.career h5 {
    margin-bottom: 20px;
    font-weight: 700;
}

.inner_block.career p {
    margin-bottom: 15px;
}

.inner_block.career .more_link {
    position: relative;
    bottom: -10px;
    left: 0;
}

.inner_block.career .more_link a {
    font-size: 17px;
}

.inner_block.career .more_link a svg {
    top: 6px;
}

.more_link.small a {
    font-size: 15px;
}

.more_link.small a svg {
    top: 5px;
}


/* /////////////////////////////////////////////////////////////////// */
/* ///////////////////////// WHAT WE DO ////////////////////////////// */


#what_we_do_top h1 {
    font-size: 8vw;
}

#home_services.services_overview {
    padding-top: 0;
    background: #f4f5f5;
}

#home_services.services_overview .service_icon {
    top: 0px;
    left: -33px;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
}

#home_services.services_overview h4 {
    font-size: 30px;
}

#home_services.services_overview .service_intro {
    margin-top: 40px;
    margin-bottom: 90px;
    line-height: 25px;
}

#home_services.services_overview .service_intro p {
    font-size: 17px;
    line-height: 21px;
}

@media (max-width: 991px) {
    #home_services.services_overview .more_link.offices_button {
        display: none;
    }
}

#home_services.services_overview .more_link.offices_button a {
    font-size: 17px;
    font-weight: 400;
    color: #999;
    letter-spacing: normal;
    text-transform: uppercase;
}

#home_services.services_overview .more_link.offices_button a.active {
    font-weight: 700;
    color: #000;
}

#home_services.services_overview .more_link.offices_button a svg {
    top: 7px;
    fill: none;
}

#home_services.services_overview .more_link.offices_button a.active svg {
    fill: #000;
}

#home_services.services_overview .cases_overview_item {
    padding: 0 5px;
}

#home_services.services_overview .inner_block {
    margin-bottom: 0;
    padding: 30px;
    background: #fff;
    display: none;
}

#home_services.services_overview .inner_block.active {
    display: block;
}

@media (max-width: 991px) {
    #home_services.services_overview .inner_block {
        display: block;
    }
}

#home_services.services_overview .inner_block .image_holder {
    border-radius: 10px;
    overflow: hidden;
}

#home_services.services_overview .inner_block .image_text {
    padding: 20px 0 10px 0;
    width: 90%;
}

#home_services.services_overview .inner_block h3 {
    margin: 12px 0 20px 0;
}

#home_services.services_overview .inner_block p {
    padding-bottom: 0px;
}

#home_services.services_overview .more_link {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 15px;
}

#client_logos {
    margin-top: 120px;
    margin-bottom: 90px;
}

img.client_logo {
    display: inline-block;
    margin: 40px 25px 15px 25px;
    width: auto;
    height: 75px;
}

@media (max-width: 576px) {
    img.client_logo {
        margin: 45px 6px 15px 6px;
    }
}

/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////// CASES OVERVIEW //////////////////////////// */


#page-cases-heading1,
#single_news h1,
h1.default {
    padding-top: 120px;
    padding-bottom: 120px;
}

.cases_overview_item {
    margin-top: 40px;
}

.cases_overview_item.in_slider {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 40px;
}

#home_projects .cases_overview_item.in_slider {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1200px) {
    #home_projects .cases_overview_item.in_slider {
        margin-bottom: 0px;
    }
}

.cases_overview_item .image_holder {
    width: 100%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    overflow: hidden;
}

.bg-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.image_holder .img {
    aspect-ratio: 1 / 1;
    transition: transform 1.5s;
}

@media (max-width: 576px) {
    .image_holder .img {
        transition: transform 1s;
    }
}

.cases_overview_item:hover .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.cases_overview_item.no-scaling:hover .img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.darklayer-on-image-in-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 1s;
    z-index: 2;
}

.cases_overview_item:hover .darklayer-on-image-in-slider {
    opacity: 1;
}

.text-on-image-in-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    opacity: 0;
    transition: opacity 1s;
}

.cases_overview_item:hover .text-on-image-in-slider {
    opacity: 1;
}

.cases_overview_item a,
.cases_overview_item a:hover,
.cases_overview_item a:visited {
    color: #000;
}

.cases_overview_item_title {
    margin: 14px 0;
    font-size: 24px;
    font-size: 23px;
}

.cases_overview_item h5 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.page_nav {
    margin: 90px 0 40px 0;
}

.page_nav .page_nav_link_holder {
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
}

.page_nav_link_holder a,
.page_nav_link_holder a:hover,
.page_nav_link_holder a:visited {
    color: #999;
}

.page_nav_link_holder.active a,
.page_nav_link_holder.active a:hover,
.page_nav_link_holder.active a:visited {
    color: #000;
}


/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// SINGLE CASE //////////////////////////// */


.back_button_holder {
    position: absolute;
    top: 20px;
    left: 40px;
}

.back_button_holder button {
    padding-left: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.12rem;
    text-transform: capitalize;
    background: none;
    border: none;
}

.back_button_holder button svg {
    position: absolute;
    top: 10px;
    left: 2px;
    fill: #fff;
    transform: rotateZ(-180deg);
    transition: left 0.5s;
}

.back_button_holder button:hover svg {
    left: -5px;
}

#case_tags {
    padding: 10px 0 90px 0;
}

.servicetag,
.apstag {
    display: inline-block;
    margin: 5px 2px;
    padding: 5px 15px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
}

.servicetag {
    font-size: 17px;
    font-weight: 700;
}

#apstags {
    margin-top: 30px;
}

.apstag {
    font-size: 14px;
    font-weight: 400;
}

.servicetag_icon {}

#single_case figure:first-of-type {
    margin-top: 90px;
}

#single_case figure:last-of-type {
    margin-bottom: 90px;
}

#single_case video {
    max-width: 100%;
}


/* /////////////////////////////////////////////////////////////////// */
/* //////////////////////// NEWS OVERVIEW //////////////////////////// */


.news_overview_item {
    position: relative;
    margin-top: 40px;
}

.news_overview_item.in_slider {
    margin-right: 15px;
    margin-bottom: 40px;
}

.news_overview_item a,
.news_overview_item a:hover,
.news_overview_item a:visited {
    color: #000;
}

.news_overview_item .image_holder {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.news_overview_item:hover .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.news_overview_item .text_holder {
    padding: 30px 40px 50px 40px;
    background: #fff;
}

.news_overview_item h4 {
    margin-bottom: 20px;
    min-height: 56px;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
}

.news_overview_item p {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 21px;
    /* font-weight: 600; */
    height: 100px;
    overflow: hidden;
}

.news_overview_item .services_overview .more_link {
    margin-top: 20px;
}

.news_overview_item .services_overview .more_link a {
    font-size: 14px;
}

.news_overview_item .services_overview .more_link a svg {
    top: 4px;
}


/* /////////////////////////////////////////////////////////////////// */
/* ///////////////////////// SINGLE NEWS  //////////////////////////// */


#single_news .back_button_holder {
    position: relative;
    opacity: 0.7;
}

#single_news .back_button_holder button {
    color: #000;
}

#single_news .back_button_holder button svg {
    fill: #000;
}

.share_buttons_holder div {
    display: inline-block;
    font-size: 17px;
    /* font-weight: 600; */
}

.share_buttons_holder svg#_LinkedIn {
    margin-top: -5px;
    margin-left: 15px;
    width: 20px;
    height: auto;
}

.share_buttons_holder svg#_Mail {
    margin-top: 0px;
    margin-left: 15px;
    width: 26px;
    height: auto;
}

#single_news video {
    max-width: 100%;
}


/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////// CONTACT /////////////////////////////// */


#contact_top {
    /* font-weight: 600; */
}

#contact_top h1 {
    margin-top: 120px;
    margin-bottom: 60px;
}

#contact_top h2,
#contact_top h3,
#contact_top h4,
#contact_top h5 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
}

.social_icons_wrapper {
    margin-top: 20px;
}

.social_icons_wrapper div {
    display: inline-block;
    margin-right: 20px;
}

#contact_top video {
    width: 100%;
    height: auto;
}

#offices .more_link {
    position: relative;
    top: 0;
    left: 0;
}

#offices .more_link a {
    display: inline-block;
    margin-bottom: 30px;
    padding-right: 20px;
    font-size: 17px;
    font-weight: 400;
    color: #999;
    letter-spacing: normal;
}

#offices .more_link a.active,
#offices .more_link a.active:hover {
    font-weight: 700;
    color: #000;
}

#offices .more_link a svg {
    top: 6px;
    display: none;
}

#offices .more_link a.active svg,
#offices .more_link a.active:hover svg {
    display: inline-block;
}

.offices_button {
    cursor: pointer;
}

#offices_uk,
#offices_usa {
    display: none;
}

.location_inner {
    margin-bottom: 20px;
    padding: 25px 5px 10px 25px;
    border-radius: 10px;
}

.location_inner h5 {
    font-size: 17px;
    font-weight: 700;
}

.address_holder_inner {
    margin-right: 15px;
    padding: 10px;
}

.address_holder_inner.has_border {
    padding-top: 18px;
    border-top: 1px solid #222;
}

.address_holder_inner h4 {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 700;
}

.address_holder_inner p {
    margin: 0 20px 10px 0;
    font-size: 17px;
}


/* /////////////////////////////////////////////////////////////////// */
/* //////////////////// PAGE PLUG-IN AGENCY ////////////////////////// */


.left-50,
.right-50 {
    position: relative;
    float: left;
    width: 50%;
}

@media (max-width: 992px) {

    .left-50,
    .right-50 {
        float: none;
        width: 100%;
    }
}

.left-50 video,
.right-50 video {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

#plugin_video h3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    transform: translate(-50%, -50%);
    font-weight: 900;
}

#plugin_logos {
    margin-bottom: 90px;
}

#plugin_outro p {
    font-size: 28px;
}


/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// SEARCH ///////////////////////////////// */


#search h3 {
    font-weight: 200;
}


/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// FOOTER ///////////////////////////////// */


.home_footer_wrapper .footer__main {
    margin-top: 0;
}

.footer {
    color: white;
    overflow: hidden;
}

.footer__main {
    position: relative;
    border-top-right-radius: 70px 70px;
    padding: 5%;
    margin-top: 5%;
    padding-bottom: 75px;
}

.footer__main.red-bg {
    background: rgb(191, 84, 112);
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 59, 117)), to(rgb(206, 64, 105)));
    background: linear-gradient(90deg, rgb(0, 59, 117) 0%, rgb(206, 64, 105) 100%);
}

.footer__main .container {
    width: 95% !important;
    max-width: 95% !important;
}

.footer__main ul {
    padding: 0;
    list-style: none;
}

.footer__main a,
.footer__main a:hover,
.footer__main a:visited {
    display: block;
    color: #fff;
}

.footer-strapline {
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
}

.footer .col-first img {
    padding-top: 8%;
    width: 50px;
}

.footer .col-second {
    line-height: 33px;
}

.footer a:hover,
.footer a:visited {
    font-weight: 700;
}

.footer a.footer_email,
.footer a.footer_email:hover,
.footer a.footer_email:visited {
    font-weight: 500;
    text-decoration: underline;
}

.footer .social_icon {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.footer .social_icon svg {
    width: 27px;
    height: auto;
}

#menu-footer-menu li,
#menu-footer-menu-2 li {
    margin: 22px 0;
    font-size: 14px;
}

.accreditations {
    margin-top: 50px;
}

@media (min-width: 1024px) {
    .accreditations.first .accreditation-logos {
        display: flex;
        justify-content: space-between;
    }
}

.accreditations .accreditation-logos li {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .accreditations.first .accreditation-logos li {
        display: inline-block;
        margin-right: 40px;
    }
}

.accreditations .accreditation-logos li img {
    max-height: 50px;
    width: auto;
}

@media (max-width: 1200px) {
    .accreditations .accreditation-logos li img {
        max-height: 40px;
    }
}

.footer-logo {
    margin-top: 6px;
}

.accreditations.second {
    margin-top: 0;
}

ul#copy {
    margin-top: 35px;
}


/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */


.lazy {
    margin-top: 90px;
    transition: margin 1s;
}

.lazy.inscreen {
    margin-top: inherit;
}


/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
