@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@1,600&family=Lexend:wght@100..900&display=swap');
:root {
    --white: #ffffff;
    --black: #000000;  
    --light-blue: #29EDFD;
    --grey : #E9E9EA;
    --red : #FB0D37;
    --green:#07FEB4;

    --font-family: "Lexend", sans-serif;
    --serif: "Cormorant", serif;

    --two-lines : url('../images/Lines.svg');
}


/* ############ GLOBAL ############ */

html, body {
    font: normal 10px/1.5 arial,sans-serif;
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    cursor: default;
    width:100%;
    height:auto;
    margin:0px;
    padding:0px;
    line-height:1.5;
    color: var(--black);
}
html {
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-padding-top: 10rem;
}
* {
    box-sizing: border-box;
}

.post,
.page {
	margin: 0;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

p{
    font-size:1.7rem;
    margin-bottom: 2rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1.2;
    margin-top:0px;
    margin-bottom:2rem;
    color: var(--black);
}
h1 strong, 
h2 strong, 
h3 strong, 
h4 strong, 
h5 strong, 
h6 strong{
    font-weight: 400;
}
h1{
    font-size: 6rem;
}
h2{
    font-size: 3.6rem;
    position: relative;
    padding-top: 3rem;
    margin-bottom: 3rem;
}
h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0.5rem;
    width: 9rem;
    background-color: var(--light-blue);
}
h3{
    font-size: 3rem;
}
h4{
    font-size: 2.4rem;
}
h5{
    font-size: 2.1rem;
    font-weight: 400;
    line-height:1.5;
}
h6{
    font-size: 1.6rem;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
/* ul, ol {
    margin: 0 0 1.75rem 0; 
    padding-inline-start: 25px; 
} */
a,
a:hover,
a:visited {
    color: inherit;
}
a:hover {
    opacity: 1;
    text-decoration: none;
}
a:focus{
    outline: none;
}

b, strong {
    font-weight: 700;
}

img {
    width: auto;
    height:auto;
    max-width: 100%;
    max-height: 100%;
}
.the-content p img{
    margin-top:2rem;
    margin-bottom:2rem;
}

.container {
    width:100%;
    margin: 0 auto;
    max-width: 1350px;
    padding-left: 4rem;
    padding-right: 4rem;
}
.container-fluid{
    width:100%;
    max-width:100%;
    margin: 0 auto;
    padding-left:4rem;
    padding-right:4rem;
}
.row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}
.row > *{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.row.reverse-order{
    flex-direction: row-reverse !important;
}
.entry-content ol li,
.entry-content ul li{
    font-size: 1.8rem;
    font-weight: 400;
}
body.page-id-121 .featured-posts.container{
    margin-bottom:8rem;
}
body.page-id-121 .posts{
    padding-top:0;
    padding-bottom:3rem;
}
body.page-id-121 .entry-content ul.page-numbers{
    padding:0;
    margin:0rem 0 12rem 0;
    display: flex;
    justify-content: center;
}
body.page-id-121 .entry-content ul.page-numbers li {
    list-style-type: none;
    padding-left: 0rem;
    margin: 0 1.5rem 1rem 1.5rem;
    font-size:2.1rem;
    font-weight:500;
}
body.page-id-121 .entry-content ul.page-numbers li span.current{
    color:var(--light-blue);
}
body.page-id-121 .entry-content ul.page-numbers li a:hover{
    color:var(--light-blue);
    text-decoration:underline;
}
.entry-content ul li a,
.entry-content ol li a{
    color:var(--light-blue);
    font-weight:500;
    text-decoration:underline;
}
.entry-content p a{
    color:var(--light-blue);
    font-weight:500;
    text-decoration:underline;
}
.entry-content ul li a:hover,
.entry-content ol li a:hover,
.entry-content p a:hover{
    color:var(--red);
}
.entry-content .bg-grey ul li a,
.entry-content .bg-grey ol li a,
.entry-content .bg-grey p a{
    color:var(--black);
}
.entry-content .bg-grey ul li a:hover,
.entry-content .bg-grey ol li a:hover,
.entry-content .bg-grey p a:hover{
    color:var(--red);
}

/* HEADER */
.navs-surrounder{
    position: fixed;
    width: 100%;
    z-index: 99;
}
.navs-surrounder .ceiling-nav{
    height: 3.6rem;
    padding: 0 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: var(--light-blue);
}
.navs-surrounder #ceiling-menu{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.navs-surrounder #ceiling-menu li a{
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--black);
}
.navs-surrounder #ceiling-menu li a:hover{
    text-decoration:underline;
}
.navs-surrounder #ceiling-menu li:not(:last-of-type):after{
    content: "|";
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    color: var(--black);
    margin-left: 1.3rem;
    margin-right: 1.3rem;
    font-weight: 600;
    font-style: normal;
}
.site-header{
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    height: auto;
}
.site-header.slim,
.page-no-hero .site-header{
    background: var(--black);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.site-header>.inner{
    position: relative;
    width: 100%;
}
.site-header.slim>.inner{
    max-height: 7.8rem;
}
.site-header>.inner >.container-fluid{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.site-header>.inner >.container-fluid #site-navigation{
    width:auto;
}
.site-header .menu-main-menu-container{
    display: flex;
    justify-content: flex-end;
}
.site-header .menu-main-menu-container #main-menu{
    width: auto;
    justify-content: flex-end;
}
.site-header .menu-main-menu-container #main-menu>li{
    padding-bottom: 0;
    position: initial;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    padding-left: 3rem;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.site-header.slim .menu-main-menu-container #main-menu>li,
.page-no-hero .site-header .menu-main-menu-container #main-menu>li{
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
/*.site-header.slim .menu-main-menu-container #main-menu>li a:hover,
.page-no-hero .site-header .menu-main-menu-container #main-menu>li a:hover{
    color:var(--red);
}*/
/*.site-header.slim .menu-main-menu-container #main-menu>li.menu-item-has-children>a{
    pointer-events: none;
}*/
/*.site-header.slim .menu-main-menu-container #main-menu>li.menu-item-has-children:hover >a{
    color:var(--red);
}*/
.site-header .menu-main-menu-container #main-menu>li:not(:last-of-type):after{
    content: "|";
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    color: var(--white);
    margin-left: 3rem;
    font-weight: 600;
    font-style: normal;
}
.site-header .menu-main-menu-container #main-menu>li.menu-item-has-children>a{
    pointer-events: none;
}
.site-header .menu-main-menu-container #main-menu>li:hover{
    cursor:auto;
}
.site-header .menu-main-menu-container #main-menu>li:last-child{
    padding-right: 3rem;
}
.site-header .menu-main-menu-container #main-menu>li>a{
    color: var(--white);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    font-weight: 400;
    position:relative;
    letter-spacing:0.06em;
}
/*.site-header .menu-main-menu-container #main-menu>li.menu-item-has-children>a:hover,
.site-header .menu-main-menu-container #main-menu>li>a:hover{
    color: var(--light-blue);
    color: var(--red);
    cursor: default;
}*/
.site-header .main-navigation ul ul.sub-menu .menu-tiles .tiles > a:hover .menu-tile button{
    border: 2px var(--red) solid;
    background-color: var(--red);
    opacity:1;
    color:var(--white);
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    cursor: pointer;
}
.site-header .main-navigation .menu-main-menu-container ul ul{
    background-color: var(--white);
    position: absolute;
    width: 100%;
    flex-direction: column;
    padding-bottom: 6.9rem;
}
.site-header .main-navigation .menu-main-menu-container ul li:hover > ul,
.site-header .main-navigation .menu-main-menu-container ul li.focus > ul {
    left: 0;
}
/* Logo */
.site-header .site-branding a.custom-logo-link{
    display: block;
    width: 25.8rem;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    z-index: 99;
    position: relative;
}
.site-header .site-branding a.custom-logo-link:hover{
    opacity: 0.7;
}
.site-header .site-branding a.custom-logo-link img{
    width:100%;
    height:auto;
}
.site-header.slim .site-branding a.custom-logo-link,
.page-no-hero .site-header .site-branding a.custom-logo-link{
    width: 17rem;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.site-header .main-navigation .menu-main-menu-container ul ul.sub-menu .rhs{
    width: 50%;
    left: 50%;
    position: relative;
}
.site-header .main-navigation .menu-main-menu-container ul ul.sub-menu .lhs{
    width: 50%;
    right: 50%;
    position: relative;
}
.site-header .main-navigation ul ul.sub-menu .container{
    display:flex;
/*    max-width:100%;*/
}
.site-header .main-navigation ul ul.sub-menu .megamenu-title{
    width: 100%;
    color: var(--black);
    font-weight: 300;
    font-size: 3rem;
    position: relative;
    margin-bottom: 3.7rem;
    margin-top: 3.5rem;
/*    letter-spacing:0.02em;*/
}
.site-header .main-navigation ul ul.sub-menu .megamenu-title::after{
    content: '';
    width: 100%;
    height: 1px;
    background: var(--black);
    position: absolute;
    bottom: -1.2rem;
    left: 0rem;
}
.site-header .main-navigation ul ul.sub-menu .menu-navigation li{
    padding-bottom: 1rem;
}
.site-header .main-navigation ul ul.sub-menu .menu-navigation li:last-child{
    padding-bottom: 0rem;
}
.site-header .main-navigation .menu-main-menu-container ul#main-menu ul.sub-menu .menu-navigation li a{
    width: auto;
    max-width: 90%;
    font-size: 1.9rem;
    font-weight: 300;
    font-weight: 400;
    color: var(--black);
}
.site-header .main-navigation .menu-main-menu-container ul#main-menu ul.sub-menu .menu-navigation li a:hover{
/*    text-decoration:underline;*/
    color:var(--red);
}
.site-header .main-navigation ul ul.sub-menu .menu-subtitle>a,
.site-header .main-navigation ul ul.sub-menu div.menu-subtitle{
    color: var(--light-blue);
    color: var(--black);
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2rem;
    letter-spacing: 0.15em;
}
.site-header .main-navigation ul ul.sub-menu .menu-tiles .tiles{
    display: flex;
    column-gap: 3rem;
}
.site-header .main-navigation ul ul.sub-menu .menu-tiles .tiles>a{
    width: 50%;
}
.site-header .main-navigation ul ul.sub-menu .menu-tiles .menu-tile .image{
    width: 100%;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}
.site-header .main-navigation ul ul.sub-menu .menu-tiles .menu-tile .image>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.site-header .main-navigation ul ul.sub-menu .menu-tiles .menu-tile .title{
    font-size: 1.9rem;
    font-weight: 300;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: var(--black);
}
.site-header .main-navigation .menu-main-menu-container ul .no-tiles ul.sub-menu .menu-container{
    display: flex;
}
.site-header .main-navigation .menu-main-menu-container ul .no-tiles ul.sub-menu .menu-container>li{
    width: 20%;
}
.site-header .main-navigation ul ul.sub-menu .sub-menu-depth-1{
    position: relative;
    top: initial;
    left: initial;
    box-shadow: none;
    padding-bottom:0;
}
.site-header .main-navigation .menu-main-menu-container ul ul.sub-menu .rhs button{
    min-width: 13rem;
    min-height: 3.1rem;
    padding: 0.5rem 0.5rem;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0em;
    border: 2px var(--light-blue) solid;
    color: var(--black);
    background-color: var(--light-blue);
    border-radius:0.5rem;
}

/* BURGER MENU */
.navigation-container{
    display: flex;
    align-items: center;
}
#site-navigation{
    padding-right: 4rem;
}
.burger-container{
    position: relative;
    height: 5rem;
}
.burger {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 0;
    right: 0rem;
    left: auto;
    z-index: 999999;
}
.burger span {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
}
.burger span, .burger span::before, .burger span::after {
    display: block;
    width: 3.1rem;
    height: 2px;
    background-color: var(--white);
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.burger span::before{
    transition: all .3s;
}
.burger span::before, .burger span::after {
    position: absolute;
    content: "";
}
.burger span::before {
    top: -1rem;  
}
.burger span::after {
    top: 1rem;
}
.burger.clicked span {
    background-color: transparent;
}
.burger.clicked span::before {
    width: 3rem;
    height: 2px;
    top: -7px;
    background-color: var(--white);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.burger.clicked span::after {
    width: 3rem;
    height: 2px;
    top: 7px;
    background-color: var(--white);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}
.burger:hover {
    cursor: pointer;
}
.menu-burger-menu-container {
    background-color: var(--black);
    position: fixed;
    z-index: 999998;
    top: 3.6rem;
    right: 0;
    height: calc(100% - 3.6rem);
    max-width: 45rem;
    width: 100%;
    padding: 10rem 0 0 0;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
body.logged-in .menu-burger-menu-container{
    top: calc(32px + 3.6rem);
    height: calc(100% - 32px - 3.6rem);
}
.menu-burger-menu-container.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.menu-burger-menu-container.show ul#burger-menu li {
    opacity: 1;
}
#burger-menu li .sub-menu{
    position: relative;
    left: auto;
    display: flex;
    border-top: none;
    padding-top: 1rem;
    padding-bottom: 0;
}
.menu-burger-menu-container.show ul#burger-menu li.menu-item-has-children{
    padding-bottom: 0rem;
}

.menu-burger-menu-container ul#burger-menu {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 56.9rem;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
}
.menu-burger-menu-container ul#burger-menu>li {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}
.menu-burger-menu-container ul#burger-menu li:last-of-type {
    margin-bottom: 0px;
}
.menu-burger-menu-container ul#burger-menu li a {
    color: var(--white);
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: 200;
    display: block;
    padding: .5rem 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position:relative;
    opacity:1;
}
.menu-burger-menu-container ul#burger-menu li:hover{
    opacity:1;
}
.menu-burger-menu-container ul#burger-menu li:hover a{
    opacity:1;
    color:var(--red);
}
.menu-burger-menu-container ul#burger-menu li.current_page_item>a{
/*    text-decoration: underline;*/
    color:var(--light-blue);
}
.menu-burger-menu-container ul#burger-menu li.current_page_item>a::before{
    transform: translateX(0%);
}

/* MOBILE MENUS */
.menu-burger-menu-container{
    overflow-y: hidden;
}
.menu-burger-menu-container>.inner{
    height: 100%;
    overflow-y: auto;    
    overflow-x: hidden;
    background-color: var(--black);
    position: relative;
}
.menu-burger-menu-container ul#mobile-main-menu {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100%;
    margin: 0 auto;
    max-width: 48rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.menu-burger-menu-container .burger-menu-top{
    background-color: var(--black);
    padding-bottom: 3rem;
    padding-top: 1rem;
}
.menu-burger-menu-container ul#mobile-main-menu li{
    width: 100%;
}
.menu-burger-menu-container ul#mobile-main-menu li a {
    color: var(--white);
    color: var(--light-blue);
    text-decoration: none;
    font-size: 2.1rem;
    font-weight: 300;
    display: block;
    padding: 1rem 0;
    position: relative;
    width: 100%;
}
.menu-burger-menu-container ul.menu>li.menu-item-has-children > a::after {
    content: url(../images/arrow_right_blue.svg);
    position: absolute;
    right: 1.5rem;    
    height: 0.8rem;
    width: 0.8rem;
}
.menu-burger-menu-container ul#mobile-main-menu>li>ul.sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    margin: 0;
    background-color: var(--black);
    list-style: none;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: all 0.5s ease;
    z-index: 99;
    padding-left: 0;
}
.menu-burger-menu-container ul#mobile-main-menu li ul.sub-menu.active {
    transform: translateX(0%);
}
.menu-burger-menu-container ul.menu .sub-menu h3#back-to-menu{
    font-size: 1.7rem;
    letter-spacing:0.15em;
    color: var(--black);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 1.7rem;
    padding-bottom: 1.6rem;
    padding-left: 7.5rem;
    border-bottom: none;
    margin-bottom: 2.4rem;
    display: block;
    position: relative;
    background-color: var(--light-blue);
}
.menu-burger-menu-container ul.menu .sub-menu h3#back-to-menu::before {
    border: none;
    content: url(../images/arrow_left_black.svg);
    width: 0.7rem;
    margin-right: 1.2rem;
    position: absolute;
    left: 4rem;
}
.menu-burger-menu-container ul.menu .sub-menu li{
    padding-left: 4rem;
}
@media only screen and (max-width: 767px){
    .menu-burger-menu-container ul#burger-menu{
        border-top:1px solid var(--white);
        border-top:1px solid var(--light-blue);
        margin: 0;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 3rem;
    } 
    .menu-burger-menu-container ul#burger-menu li a{
        color: var(--white);
        text-decoration: none;
        font-size: 1.8rem;
        font-weight: 300;
        display: block;
        padding: 0.75rem 0;
        position: relative;
        width: 100%;
    }
    /*.menu-burger-menu-container>.inner{
        background-color: var(--light-blue);
    }*/
    .menu-burger-menu-container{
        padding-top: 7rem;
    }
}
@media only screen and (max-width: 781px){
    body.logged-in .menu-burger-menu-container {
        top: calc(46px + 3.6rem);
        height: calc(100% - 46px - 3.6rem);
    }
}
.enquiry-form-container{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}
.enquiry-form-container.active{
    display: block;
}
.enquiry-form{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    z-index: 9999;
    background-color: var(--white);
    max-width: 60rem;
    padding: 0rem 0rem 9rem 0rem;    
    transition: all 0.5s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    overflow: auto;
}
.enquiry-form.active{
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.enquiry-form .top-area{
    min-height:9rem;
    background-color:var(--light-blue);
    padding: 0 9rem;
    display:flex;
    align-items:center;
}
.enquiry-form .title{
    font-size: 3.6rem;
    font-weight: 300;
    position: relative; 
}
/*.enquiry-form .title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: .5rem;
    width: 9rem;
    background-color: var(--light-blue);
}*/
.enquiry-form #close-modal-form{
    position: absolute;
    top: 2.5rem;
    right: 3.5rem;
    z-index: 999;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    background-image: url(../images/close.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
body.logged-in .enquiry-form{
    top: 32px;
}
.enquiry-form-area{
    padding:3rem 9rem 0rem 9rem;
}
form .row p{
    margin-bottom: 0;
}
form .wpcf7-checkbox>span{
    margin: 0;
}
form .wpcf7-checkbox>span>label{
    display: flex;
    align-items: start;
    margin-top:1rem;
}
form .wpcf7-checkbox>span>label input[type="checkbox"]{
    width:2rem !important;
    height:2rem;
    margin-right:2rem;
}
form .wpcf7-checkbox>span>label>span{
    font-size:1.6rem;
    font-weight:500;
    width:calc(100% - 4rem);
}
.wpcf7-spinner {
    display: none;
}

form input[type="text"],
form input[type="email"]{
    border: none;
    border-bottom: solid 1px var(--black);
    border-radius: 0;
    padding: 0 0 1rem 0;
    outline: none;
    width: 100%;
    background: transparent;
    color: var(--black);
    font-size: 1.8rem;
    position:relative;
}
form ::placeholder {
    color: var(--black);
    opacity: 1;
  }
form label.slide-label{
    transform: translateY(3rem);
    transition: all 0.3s ease;
    pointer-events: none;
    padding-bottom: 0.5rem;
    font-size: 1.7rem;
    font-weight: 400;
    position: absolute;
    top: -3px;
}
form label.slide-label.active{
    transform: translateY(1rem);
    font-size: 1.4rem;
    opacity:0.5;
}
form textarea{
    border: solid 1px var(--black);
    border-radius: 0;
    outline: none;
    width: 100%;
    margin-top: 1rem;
    height: 11rem;
    background: transparent;
    padding:1rem;
}
form .message{
    margin-top: 2.7rem;
}
form .message label{
    font-size: 1.7rem;
    font-weight: 400;
}
form .wpcf7-not-valid-tip {
    color: var(--red);
    font-size: 1.4rem;
    font-weight:500;
    display: block;
    position:absolute;
    margin-top: 0px;
    right:0;
}
form .wpcf7-acceptance .wpcf7-list-item{
    margin: 0;
    margin-top: 4.6rem;
}
form .wpcf7-acceptance .wpcf7-list-item>label{
    display: flex;
    align-items: flex-start;
}
form .wpcf7-acceptance .wpcf7-list-item>label>input[type=checkbox] {
    height: 100%;
    height: 1.8rem;
    width: 1.8rem;
    accent-color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: 0.5rem;
    position: relative;
    z-index: 50;
}
form .wpcf7-acceptance .wpcf7-list-item>label>input[type=checkbox]:before {
    content: "";
    position: absolute;
    height: 100%;
    height: 1.8rem;
    width: 1.8rem;
    top: 0;
    left: 0;
    border: solid 1px var(--black);
    border-radius: 0;
    padding: 1px;
    background-color: var(--white);
}
form .wpcf7-acceptance .wpcf7-list-item>label>input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 9px;
    border: solid var(--black);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -0.2rem;
}
form .wpcf7-acceptance .wpcf7-list-item>label>input[type=checkbox]:checked:before {
    background-color: var(--light-blue);
}
form .wpcf7-acceptance span.wpcf7-list-item-label a{
/*    color:var(--red);*/
    text-decoration:underline;
}
form .wpcf7-acceptance span.wpcf7-list-item-label a:hover{
    color:var(--red);
}
form input[type=submit]{
    background-color: var(--light-blue);
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    border: none;
    outline: none;
    height: 4.9rem;
    width: 100%;
    letter-spacing: 0.15em;
}
form input[type=submit]:hover{
    background-color: var(--red);
    color:var(--white);
}
.wpcf7 form .wpcf7-response-output {
    margin: 3rem 0 0 0;
    padding: 4rem;
    border: none;
    background-color: var(--red);
    color: var(--white);
    font-size: 2.1rem;
    font-weight: 300;
    text-align: center;
}
/* FOOTER */
.site-footer{
    background-color: var(--black);
    color: var(--white);
}
.site-footer .footer-logo{
    padding-top: 7rem;
    padding-bottom: 5.4rem;
    border-bottom: 1px solid var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-footer .footer-logo img{
    width: 25.8rem;
}
.site-footer .footer-logo .cta{
    background-color: var(--light-blue);
    border-radius: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    border: none;
    outline: none;
    height: 4.9rem;
    min-width: 31rem;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.15em;
    padding-left: 3rem;
    padding-right: 3rem;
}
.site-footer .footer-locations{
    padding-top: 5.6rem;
    padding-bottom: 5.4rem;
    border-bottom: 1px solid var(--light-blue);
}
.site-footer .footer-locations .locations h6{
    color: var(--light-blue);
}
.site-footer .footer-locations .locations a:hover h6{
    color: var(--red);
}
.site-footer .footer-locations .locations{
    font-size: 1.7rem;
    font-weight: 300;
}
.site-footer .footer-locations .locations a:hover{
    color:var(--red);
}
.site-footer .map-section{
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-bottom: 1px solid var(--light-blue);
}
.site-footer .map-section .title{
    font-size: 3.6rem;
    color: var(--light-blue);
    font-weight: 300;
    margin-bottom: 5rem;
    position: relative;
    padding-top: 3rem;
    line-height:120%;
}
.site-footer .map-section .title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: .5rem;
    width: 9rem;
    background-color: var(--light-blue);
}
.site-footer .map-section .social-container{
    display: flex;
    column-gap: 2.5rem;
    margin-bottom: 2.9rem;
    align-items: center;
}
.site-footer .map-section .social-container img{
    max-width: 2.4rem;
    max-height: 2.4rem;
    filter: invert(100%) sepia(7%) saturate(2%) hue-rotate(146deg) brightness(114%) contrast(101%);
}
.site-footer .map-section .social-container a:hover img{
    filter: invert(26%) sepia(100%) saturate(7482%) hue-rotate(344deg) brightness(100%) contrast(98%);
}
.site-footer .map-section .certified-links{
    display:flex;
}
.site-footer .map-section .certified-links a.certified-link{
    margin-right:2rem;
}
.site-footer .map-section .certified-links a.certified-link img{
    width:auto;
    height:auto;
    max-width:7rem;
    max-height:7rem;
}
.site-footer .map-section .stores-container{
    display: flex;
    column-gap: 2.1rem;
}
.site-footer .map-section .stores-container img{
    max-width: 15rem;
}
.site-footer .bottom-menu{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    display: flex;
    justify-content: space-between;
}
.site-footer .credits{
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.site-footer .credits a:hover{
    color: var(--red);
}
.site-footer .legal-menu{
    display: flex;
}
.site-footer .legal-menu .copyrights p, 
.site-footer .legal-menu #footer-menu li {
    font-size: 1.2rem;
    padding-bottom: 0;
    list-style: none;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0;
}
.site-footer .legal-menu #footer-menu li a:hover{
/*    text-decoration:underline;*/
    color:var(--red);
}
.site-footer .legal-menu #footer-menu {
    display: flex;
    margin: 0;
    padding: 0;
}
.site-footer .legal-menu #footer-menu li::before {
    content: "|";
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    color: var(--white);
    margin-left: 1.9rem;
    margin-right: 1.9rem;
    font-weight: 500;
    font-style: normal;
}
.contact-form{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.contact-form.white{
    background-color: var(--white);
}
.contact-form.grey{
    background-color: var(--grey);
}
.contact-form .submit-container p{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 0.8rem;
}
.contact-form .submit-container .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    margin-top: 6.6rem;
}
.contact-form .submit-container .wpcf7-acceptance
.contact-form form input[type=submit]{
    width: 28rem;
}
/* HERO */
.site-main{
    padding-top: 3.5rem;
}
.page-no-hero .site-main{
    padding-top: 10.7rem;
}
.home .hero-section.hero-section-big{
    justify-content: center;
    padding-bottom: 0;
}
.hero-section.hero-section-big{
    height: calc(100vh - 3.6rem);
    justify-content: flex-end;
    padding-bottom: 21rem;
}
.hero-section.hero-section-medium{
    min-height: 50rem;
    justify-content: flex-end;
    padding-top:17rem;
    padding-bottom: 9rem;
}
body.logged-in .hero-section.hero-section-big{
    height: calc(100vh - 3.6rem - 32px);
}
.hero-section{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.hero-section>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.hero-section .hero-summary h1{
    color: var(--white);
    font-weight: 200;
    font-size: 7.2rem;
    position: relative;
    padding-top: 3.5rem;
    margin-bottom: 2rem;
    line-height: 100%;
}
body.home .hero-section .hero-summary h1{
    font-size: 8.4rem;
    margin-bottom: 3rem;
}
.hero-section.hero-section-medium .hero-summary h1{
    margin-bottom: 2rem;
}
.hero-section .hero-summary h1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: .5rem;
    width: 12.8rem;
    background-color: var(--light-blue);
}
.hero-section .hero-summary .subtitle{
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom:0;
    letter-spacing: 0.02em;
    position:relative;
}
.hero-section .hero-ctas{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 11rem;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.hero-section .hero-ctas .cta{
    font-size: 1.7rem;
    color: var(--light-blue);
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 6rem;
    letter-spacing:0.15em;
    line-height: 120%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.hero-section .hero-ctas .cta:hover::after,
.hero-section .hero-ctas .cta:hover{
    color: var(--red);
}
.hero-section .hero-ctas .cta::after{
    content: '>>';
    font-size: 2.1rem;
    color: var(--light-blue);
    font-weight: 500;
    padding-left: 1.5rem;
}       
.hero-section .hero-internal-nav{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--black);
}
.hero-section .hero-internal-nav .container{
    padding-top:1.3rem;
    padding-bottom:1.3rem;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
}
.hero-section .hero-internal-nav .nav-item{
    font-size: 1.3rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.06rem;
    white-space: nowrap;
}
.hero-section .hero-internal-nav .nav-item:hover{
    color: var(--light-blue);
}
.hero-section .hero-internal-nav .nav-item:not(:last-of-type):after{
    content: '|';
    font-size: 1.3rem;
    color: var(--white);
    font-weight: 500;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}
header.page-header.no-hero{
    margin-top: 11.6rem;
    margin-bottom: 3rem;

}
.page-id-121 header.page-header.no-hero h1 {
    display: flex;
    align-items: start;
    margin-bottom:4rem;
}
header.page-header.no-hero h1{
    font-size: 7.2rem;
    font-weight: 200;
}
/* POST */
body.single .share-section h6{
    margin-bottom: 3.5rem !important;
}
body.single .share-section .icons{
    margin-bottom: 3.5rem;
}
body.single .share-section .icons a{
    display: flex;
    align-items: center;
    color: var(--black);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-bottom: 2.6rem;
}
body.single .share-section .icons a:hover{
    color: var(--light-blue);
}
body.single .share-section .icons a:hover .social img{
    filter: invert(82%) sepia(83%) saturate(4261%) hue-rotate(117deg) brightness(104%) contrast(105%);
}
body.single .share-section .icons a .social{
    width: 3rem;
    height: 3rem;
    margin-right: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.single .share-section .open-enquire-form{
    margin-top: 5.8rem;
    color: var(--light-blue);
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    cursor: pointer;
}
body.single .share-section .open-enquire-form:hover{
    color: var(--red);
}
body.single .share-section .open-enquire-form span{
    font-size: 2.2rem;
}
.post-hero-section{
    height: 50rem;
    display: flex;
    justify-content: flex-end;
}
.post-hero-section h2{
    margin-bottom: 8.6rem;
    color: var(--white);
    font-size: 7.2rem;
    font-weight: 200;
    display: flex;
    align-items: center;
}
body.single .top-info{
    margin-top: 9.8rem;
    margin-bottom: 3.8rem;
    color: var(--light-blue);
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    display: flex;
}
body.single .top-info .type::before {
    content: "|";
    font-size: 1.4;
    letter-spacing: 0.03em;
    color: var(--light-blue);
    margin-left: 1.3rem;
    margin-right: 1.3rem;
    font-weight: 500;
    font-style: normal;
}
body.single .main-copy .inner{
    max-width:89.5rem;
    padding-right:4.5rem;
}
body.single h1{
    margin-bottom: 2.8rem;
}
body.single .entry-content h2{
    position: relative;
    margin-top: 6rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
}
body.single .entry-content h3{
    margin-top: 4rem;
    margin-bottom: 2rem;
}
body.single .entry-content{
    margin-bottom: 10rem;
}
.entry-content ol,
.entry-content ul{
    margin: 2rem 0 0 0;
    padding: 0rem 0 0 1.5rem;
    margin-bottom: 3rem;
}
.entry-content ol li{   
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.entry-content ul li{
    list-style-type: '>';   
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.entry-content ol li:last-child,
.entry-content ul li:last-child{
    margin-bottom: 0rem;
}
.entry-content ul li::marker {
    color: var(--light-blue);
    font-weight: 500;
    font-size: 2.4rem;
}
.entry-content blockquote{
    background-color: var(--grey);
    padding: 11rem 3rem 5rem 3rem;
    border-radius: 0.5rem;
    background-image: url(../images/66.svg);
    background-size: auto 4.8rem;
    background-position: left 3rem top 3.5rem;
    background-repeat: no-repeat;
    margin: 0rem 0;
}
.entry-content blockquote p{
    font-family:var(--serif);
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom:5rem;
}
.entry-content blockquote h6{
    margin-bottom:0rem;
}
.entry-content figure.wp-caption {
    max-width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.entry-content figure.wp-caption img{
    width:100%;
    max-width:100%;
}
.entry-content figure.wp-caption figcaption.wp-caption-text{
    margin: 0;
    padding:1rem 0;
    font-size:1.4rem;
    border-bottom:1px solid #cccccc;
}
.entry-content p img{
    margin-top:2rem;
    margin-bottom:2rem;
/*    width:100%;*/
    max-width:100%;
}
body.single-post .posts{
    background-color: var(--grey);
}
body.single-post .entry-content .main-copy .inner > *:last-child{
    margin-bottom:0;
}

/* BLOG PAGE */
.posts{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.posts h2{
    margin-bottom: 6rem;
}
.posts .post-tile {
    height: 100%;
    padding-bottom: 10rem;
    position: relative;
}
.posts .post-tile .image{
    height: 0rem;
    width: 100%;
    padding-bottom:68%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    overflow: hidden;
}
.posts .post-tile .image>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.posts .post-tile .info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.posts .post-tile .summary{
    padding-top: 2rem;
}
.posts .post-tile .summary h3{
    margin-bottom:1.5rem;
}
.posts .post-tile .summary p{
    font-size: 1.7rem;
}
.posts .post-tile .cta{
    margin-top: 0rem;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    position: absolute;
    bottom: 7rem;
}
.posts a:hover .post-tile .cta{
    color:var(--red);
}
.posts .post-tile .cta span{
    font-size: 2.1rem;
    padding-left: 0.5rem;
}
.posts .post-tile .date{
    background-color: var(--black);
    color: var(--light-blue);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    width: fit-content;
    padding: 0.4rem 3rem;
    border-top-left-radius: 5px;
    position: relative;
}
.featured-posts .swiper-pagination{
    top: 2.5rem;
    right: 3rem;
    width: fit-content;
    left: auto;
    height: fit-content;
}
.featured-posts .swiper-pagination-bullet{
    background: var(--light-blue);
    width: 1.5rem;
    height: 1.5rem;
}
.featured-posts .swiper-posts .swiper-wrapper .swiper-slide{
    height:auto;
}
.featured-posts .featured-tag{
    background-color: var(--light-blue);
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    width: fit-content;
    padding: 0.4rem 3rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    border-top-left-radius: 0.4rem;
/*    border-bottom-right-radius: 0.5rem;*/
}
.featured-posts .swiper-posts .swiper-slide .tile{
    min-height: 48.2rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    border-radius: 0.5rem;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    position: relative;
    overflow: hidden;
}
.featured-posts .swiper-posts .swiper-slide .tile>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.featured-posts .swiper-posts .swiper-slide .tile .info{
    background-color: var(--white);
    width: 60.6rem;
    max-width: 68%;
    padding: 3.2rem 3rem;
    border-left: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    margin-top:10rem;
    position: relative;
}
.featured-posts .swiper-posts .swiper-slide .tile .info .date{
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}
.featured-posts .swiper-posts .swiper-slide .tile .info h2{
    font-size:4.2rem;
}
.featured-posts .swiper-posts .swiper-slide .tile .info .cta{
    margin-top: 2.8rem;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.featured-posts .swiper-posts .swiper-slide a:hover .tile .info .cta{
    color:var(--red);
}
.featured-posts .swiper-posts .swiper-slide .tile .info .cta span{
    font-size: 2.1rem;
    padding-left: 0.5rem;
}
.filters{
    margin-top: 5rem;
    margin-bottom: 4.4rem;
}
.filters form .row{
    margin-right:-0.75rem;
    margin-left:-0.75rem;
}
.filters form .row > *{
    padding-right:0.75rem;
    padding-left:0.75rem;
}
.filters form select,
.filters form button {
    width: 100%;
    height: 4.9rem;
    border-radius: 5px;
}
.filters form select{
    border: 2px solid var(--light-blue);
    font-size: 1.5rem;
    padding: 0 2.5rem;
    margin-bottom:1rem;
}


/* HOME PAGE - INDIVIDUAL STYLING */
body.home .section-image-text.default-layout .image{
    max-width: 55rem;
}
body.home .services-carousel.section{
    padding-top: 6rem;
}
body.home .section-three-blocks .blocks a h4{
    font-weight:400;
}
body.home .section-image-text .row.reverse-order .image-area,
body.home .section-image-text .row .copy {
    padding-left:1.5rem;
    padding-right:1.5rem;
}
body.home .section-image-text .row .image-area,
body.home .section-image-text .row.reverse-order .copy {
    padding-left:1.5rem;
    padding-right:7.5rem;
}
/* TECHNOLOGY PAGE */
body.page-id-410 .entry-content{
    --light-blue: #07FEB4;
    --two-lines : url('../images/Lines-green.svg');
}
body.page-id-410 .hero-section,
body.page-id-410 .navs-surrounder{
    --light-blue: #07FEB4;
}
body.page-id-410 .entry-content .section-hero-scenario{
    padding-bottom: 6rem
}
body.page-id-410 .section-regional.small :is(h2,h3,h4,h5,h6,p){
    color: var(--green);
}
body.page-id-410 .section-text .infographic-desktop{
    display:block;
}
body.page-id-410 .section-text .infographic-mobile{
    display:none;
}

/* FLEXIBLE CONTENT */
.section{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.section.bg-grey{
    background-color: var(--grey);
}
.space-between{
    margin-top: 10rem;
}
.remove-space-between{
    margin-top: -10rem;
}
/* Service carousel */
.services-carousel .intro{
    margin-bottom: 2.9rem;
}
.services-carousel .cta{
    margin-top: 2.9rem;
    width: fit-content;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 2rem;
}
.services-carousel .cta,
.services-carousel .cta a{
    color: var(--light-blue);
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.services-carousel .cta:hover,
.services-carousel .cta a:hover{
    color: var(--red);
}
.services-carousel .cta::after{
    content: '>>';
    font-size: 2.1rem;
    padding-left: 1rem;
}
.services-carousel .swiper-container{
    position: relative;
    padding-top: 7rem;
}
.services-carousel .swiper-navigation{
    position: absolute;
    top: -1rem;
    right: 0;
    width: 10rem;
    height: 7rem;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 2.6rem;
    right: auto;
}
.services-carousel .swiper-button-next:after, 
.services-carousel .swiper-button-prev:after{
    font-size: 5.6rem;
    font-weight: 600;
    color: var(--light-blue);
    font-family: var(--font-family);
}
.services-carousel .swiper-button-next:hover:after, 
.services-carousel .swiper-button-prev:hover:after{
    color: var(--red);
}
.services-carousel .swiper-button-next:after{
    content: '>';
}
.services-carousel .swiper-button-prev:after{
    content: '<';
}
.services-carousel .swiper-pagination{
    top: 1.4rem;
    right: 0;
    width: fit-content;
    height: fit-content;
    max-width:calc(100% - 10rem);
    text-align:left;
}
.services-carousel .swiper-pagination-bullet{
    width: 5.9rem;
    height: 0.6rem;
    border-radius: 0;
    background-color: var(--black);
    opacity: 1;
}
.services-carousel .swiper-pagination-bullet:hover{
    background-color: var(--red);
}
.services-carousel .swiper-pagination-bullet-active{
    background-color: var(--light-blue);
}
.services-carousel .service-slide{
    border: 3px var(--light-blue) solid;
    border-radius: 5px;
    height: auto;
}
.services-carousel .service-slide a{
    height: 100%;
    display:block;
    position:relative;
    padding-bottom:5rem;
}
.services-carousel .service-slide .title{
    background-color: var(--light-blue);
    font-size: 2.7rem;
    font-weight: 300;
    padding: 1.4rem 2.5rem;
    line-height: 115%;
}
.services-carousel .service-slide .inner{
    padding: 2.5rem;
    font-size: 1.7rem;
}
.services-carousel .service-slide .inner .service-cta{
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-top: 3rem;
    position: absolute;
    bottom: 2.5rem;
}
.services-carousel .service-slide .inner .service-cta span{
    font-size: 1.9rem;
}
.services-carousel .service-slide a:hover .inner .service-cta,
.services-carousel .service-slide a:hover .inner .service-cta span{
    color:var(--red);
}

/* Regional section */
.section-regional{
/*    min-height: 80rem;*/
    display: flex;
    background-position: center;
    background-size: cover;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
.section-regional>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.section-regional.big .inner{
    margin-top:28rem;
    margin-bottom:8.5rem;
}
.section-regional.small .inner{
    margin-top: 14rem;
    margin-bottom: 0;
}
.section-regional h2{
    color: var(--white);
    font-size: 7.2rem;
    font-weight: 200;
    line-height: 1.1;
}
.section-regional.small h2{
    padding-top: 0;
}
.section-regional.small h2::before{
    content: none;
}
.section-regional h4{
    color: var(--white);
    margin-top: 2.8rem;
    letter-spacing: 0.02em;
    margin-bottom: 8rem;
    position: relative;
}
.section-regional .regions{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding:2rem 0 0 0;
    position: relative;
}
.section-regional .regions .row{
    column-gap: 8.2rem;
}
.section-regional .regions .region{
    padding-bottom:2rem;
}
.section-regional .regions .region .open-enquire-form,
.section-regional .regions .region a{
    color: var(--light-blue);
    cursor: pointer;
}
.section-regional .regions .region .title{
    font-size: 2.4rem;
    font-weight: 300;
}
.section-regional .regions .region .cta{
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing:0.15em;
}
.section-regional .regions .region .open-enquire-form:hover,
.section-regional .regions .region a:hover .title,
.section-regional .regions .region a:hover .cta{
    color:var(--red);
}
.section-regional .regions .region .cta span{
    font-size: 2.1rem;
    font-weight: 500;
    padding-left: 1.5rem;
}

/* THREE BLOCKS */
.section-three-blocks .blocks{
    margin: 6rem 0 0 0;
}
.section-three-blocks .blocks a:hover h6{
/*    opacity:0.7;*/
        color:var(--red);
}
.section-three-blocks .blocks a{
    height:100%;
    display:block;
}
.section-three-blocks .blocks.blocks-bg .block{
    background-color: var(--grey);
}
/*.section-three-blocks.bg-white .blocks .block{
    background-color: var(--grey);
}*/
.section-three-blocks .block{
    height:100%;
}
.section-three-blocks .block .image{
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color:var(--black);
    border-radius:0.5rem;
    overflow:hidden;
}
.section-three-blocks .block .image img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.section-three-blocks .block .image::after{
    content: '';
    position: absolute;
    width: 14.3rem;
    height: 2.5rem;
    background-image: var(--two-lines);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
.section-three-blocks .row>div:nth-child(1) .image::after{
    left: 0;
    top: 3.5rem;
}
.section-three-blocks .row>div:nth-child(2) .image::after{
    top: 5.9rem;
    right: -2.9rem;
    transform: rotate(90deg);
}
.section-three-blocks .row>div:nth-child(3) .image::after{
    bottom: 3.5rem;
    right: 0;
    transform: rotate(180deg);
}
.section-three-blocks .blocks-bg .block .bottom{
    padding: 3rem 3.2rem 3.6rem 3.2rem;
}
.section.bg-grey .blocks-bg .block .bottom{
    background-color: var(--white);
}
.section.bg-white .blocks-bg .block .bottom{
    background-color: var(--grey);
}
.section-three-blocks .blocks-no-bg .block .bottom{
    padding-top: 3rem;
}
.section-three-blocks .blocks-no-bg .block .bottom h2,
.section-three-blocks .blocks-no-bg .block .bottom h3,
.section-three-blocks .blocks-no-bg .block .bottom h4{
    margin-bottom:1.5rem;
}
.section-three-blocks .block .bottom .title *:last-child{
    margin-bottom:0;
}
.section-three-blocks .block .bottom .cta{
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing:0.1em;
    margin-top:2rem;
}
.section-three-blocks .block .bottom .cta span{
    font-size: 2.1rem;
    padding-left: 1.5rem;
}
.section-three-blocks .blocks a:hover .block .bottom .cta{
    color:var(--red);
}
.section-three-blocks .suffix *:first-child{
    margin-top:6rem;
}
.section-three-blocks .suffix a.button{
    background-color: var(--light-blue);
    border-radius: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    border: none;
    outline: none;
    height: 4.9rem;
    min-width: 31rem;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.6rem;
    letter-spacing: 0.15em;
    padding-left: 3rem;
    padding-right: 3rem;
}
.section-three-blocks .suffix a.button:hover{
    background-color: var(--red);
    color: var(--white) !important;
}
.section-three-blocks .suffix h6 a,
.section-three-blocks .suffix a{
    font-size:1.7rem;
    font-weight:500;
}
.section-three-blocks .suffix h6 a strong,
.section-three-blocks .suffix a strong{
    font-size:1.9rem;
    font-weight:500;
}
.section-three-blocks .suffix a:hover{
    color:var(--red) !important;
}
.section-three-blocks .suffix h6,
.section-three-blocks .suffix a{
    color: var(--light-blue);
}
.section-three-blocks.bg-grey .suffix h6,
.section-three-blocks.bg-grey .suffix a{
    color: var(--black);
}
.section-three-blocks.bg-grey .suffix a{
    text-decoration: underline;
}
.section-three-blocks .suffix h3{
    margin-top:3rem;
}

/* IMAGE + TEXT */
.section-image-text.bg-white.default-layout + .services-carousel{
    margin-top: -10rem;
}
.section-image-text .row{
    justify-content: space-between;
}
.section-image-text .row.reverse-order .image-area,
.section-image-text .row .copy {
    padding-left:4.5rem;
    padding-right:1.5rem;
}
.section-image-text .row .image-area,
.section-image-text .row.reverse-order .copy {
    padding-left:1.5rem;
    padding-right:4.5rem;
}
.section-image-text .row.reverse-order .image-area {

}
.section-image-text .inner{
    height: 100%;
}
.section-image-text .inner > *:last-child{
    margin-bottom:0;
}
.section-image-text .inner p:last-of-type{
    margin-bottom:3rem;
}
.section-image-text.default-layout .image-area .inner{
    max-height:42rem;
}
.section-image-text.default-layout .image{
    height: 100%;
    min-height: 35rem;
    max-height: 40rem;
    border-radius: 0.5rem;
    overflow:hidden;
}
.section-image-text.default-layout .image img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.section-image-text.banner-layout .row .image-area,
.section-image-text.banner-layout .row.reverse-order .copy {
    padding-left:1.5rem;
    padding-right:0rem;
}
.section-image-text.banner-layout .row .image-area .inner,
.section-image-text.banner-layout .row .image-area .inner .image{
    height:100%;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}
.section-image-text.banner-layout .row .image-area .inner .image img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.section-image-text.banner-layout .row.reverse-order .image-area,
.section-image-text.banner-layout .row .copy {
    padding-left:0rem;
    padding-right:1.5rem;
}
.section-image-text .copy ul{
    margin-bottom: 0;
}
.section-image-text .row .copy h6 a{
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--light-blue);
    margin-top: 3rem;
    letter-spacing: 0.15em;   
}
.section-image-text .row .copy h6 a strong{
    font-size: 1.9rem;
    font-weight: 500;   
}
.section-image-text.bg-white .row .copy h6 a{
    color:var(--light-blue);
}
.section-image-text.bg-grey .row .copy h6 a{
    color:var(--black);
}
.section-image-text.bg-white .row .copy h6 a:hover,
.section-image-text.bg-grey .row .copy h6 a:hover{
    color:var(--red);
}
.section-image-text h6 + h2,
.section-image-text.one-third-layout h2{
    padding-top: 0;
}
.section-image-text h6 + h2::before,
.section-image-text.one-third-layout h2::before{
    content: none;
}
.section-image-text .image{
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 35rem;
    border-radius: 0.5rem;
}
.section-image-text.one-third-layout .image{
    min-height: 25rem;
}
.section-image-text .image::after{
    content: '';
    position: absolute;
    width: 14.3rem;
    height: 2.5rem;
    background-image: var(--two-lines);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.section-image-text .image.lines-top-left::after{
    left: 0;
    top: 3.5rem;
}
.section-image-text .image.lines-top-right::after{
    top: 5.9rem;
    right: -2.3rem;
    transform: rotate(90deg);
}
.section-image-text .image.lines-bottom-right::after{
    bottom: 3.5rem;
    right: 0;
    transform: rotate(180deg);
}
.section-image-text .image.lines-bottom-left::after{
    bottom: 5.9rem;
    left: -2.3rem;
    transform: rotate(-90deg);
}
.section-image-text .cta.arrows{
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--light-blue);
    margin-top: 3rem;
    letter-spacing: 0.15em;
    width: fit-content;
    cursor: pointer;
}
.section-image-text .cta.arrows:hover{
    color: var(--red);
}
.section-image-text .cta.arrows a{
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--light-blue);
    margin-top: 3rem;
    letter-spacing: 0.15em;
}
.section-image-text.bg-grey .cta.arrows a{
    color: var(--black);
}
.section-image-text .cta.arrows a:hover{
    color: var(--red);
}
.section-image-text .cta.arrows span{
    font-size: 2.1rem;
    padding-left: 1.5rem;
}
.section-image-text .cta.button{
    background-color: var(--light-blue);
    border-radius: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    border: none;
    outline: none;
    height: 4.9rem;
    min-width: 31rem;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.6rem;
    letter-spacing:0.15em;
    padding-left: 3rem;
    padding-right: 3rem;
}
.section-image-text .cta.button:hover{
    cursor: pointer;
    background-color:var(--red);
    color:var(--white);
}
/* IMAGE TEXT BANNER */
.section-image-text.banner-layout{
    padding-top: 0;
    padding-bottom: 0;
}
.section-image-text.banner-layout .copy .inner{
    background-color: var(--black);
    padding: 7rem 7rem 8rem 7rem;
}
.section-image-text.banner-layout .copy .inner *:last-child{
    margin-bottom:0;
}
.section-image-text.banner-layout .copy p{
    color: var(--white);
}
.section-image-text.banner-layout .copy :is(h1, h2, h3, h4, h5, h6){
    color: var(--light-blue);
}
.section-image-text.banner-layout .copy h2{
    padding-top: 0;
}
.section-image-text.banner-layout .copy h2::before{
    content: none;
}
.section-image-text .bottom-banner{
    margin-top: 6rem;
    background-color: var(--grey);
    padding: 3.6rem 5rem 3.6rem 5rem;
    border-left: solid 5px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom: -10rem;
}
.section-image-text .bottom-banner.light-blue{
    border-color: var(--light-blue);
}
.section-image-text .bottom-banner.red{
    border-color: var(--red);
}
.section-image-text .bottom-banner .copy{
    padding: 0 !important;
    width:calc(100% - 30.5rem);
}
.section-image-text .bottom-banner .copy.full-width{
    width: 100%;
}
.section-image-text .bottom-banner .image{
    width: 26rem;
    min-height: 18rem;
    max-height: 20rem;
    height:auto;
    position: relative;
    overflow: hidden;
}
.section-image-text .bottom-banner .image>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.section-image-text .bottom-banner .image.desktop{
    display:block;
}
.section-image-text .bottom-banner .image.mobile{
    display:none;
}
.section-image-text .bottom-banner .image::after{
    content: none;
}
.section-image-text .bottom-banner .ctas{
    display: flex;
    flex-wrap: wrap;
    column-gap: 6rem;
    margin-top: 1rem;
}
.section-image-text .bottom-banner .cta{
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing:0.1em;
}
.section-image-text .bottom-banner .cta span{
    font-size: 2.1rem;
    padding-left: 1.5rem;
}
.section-image-text .bottom-banner.red .cta a{
    color: var(--red);
}
.section-image-text .bottom-banner.red .cta a:hover{
    color: var(--black);
}
/* Section text */
.section h6 a{
    color:var(--light-blue);
}
.section h6 a:hover{
    color:var(--red);
}
.section h6 a strong{
    font-weight: 500;
    font-size: 1.8rem;
}

/* STATS BANNER */
.section-stats-banner{
    padding: 10rem 0 4rem 0;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.section-stats-banner>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.section-stats-banner h2{
    color: var(--white);
    margin-bottom: 6.7rem !important;
    margin-top:0 !important;
}
.section-stats-banner h2::before{
    background-color: var(--red);
}
.section-stats-banner .cta{
    background-color: rgba(0, 0, 0, 0.5);
    height: 7.3rem;
    display: flex;
    align-items: center;
}
.section-stats-banner .cta,
.section-stats-banner .cta a{
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    cursor: pointer;
    position: relative;
}
.section-stats-banner .cta:hover,
.section-stats-banner .cta a:hover{
    color: var(--red);
}
.section-stats-banner .cta span{
    font-size: 2.1rem;
    padding-left: 1.5rem;
}
.section-stats-banner .swiper-container{
    margin-bottom: 5.4rem;
    position: relative;
}
.section-stats-banner .swiper .stats-slide{
    color: var(--white);
    padding-left: 4.5rem;
    padding-right: 3rem;
    border-left: 5px solid var(--red);
    height:auto;
}
.section-stats-banner .swiper .stats-slide .stat{
    padding-top:0.5rem;
    font-size: 7.2rem;
    font-weight: 200;
    line-height: 1.3;
}
.section-stats-banner .swiper .stats-slide .stat span{
    font-size: 3.6rem;
    font-weight: 300;
}
.section-stats-banner .swiper .stats-slide .copy{
    font-size: 2.1rem;
    padding-bottom: 1.5rem;
}
.section-stats-banner .swiper-navigation{
    width: 9.3rem;
    height: 8.3rem;
    position: absolute;
    top: -50%;
    right: 0;
}
.section-stats-banner .swiper-navigation .swiper-button-next:after,.section-stats-banner .swiper-navigation .swiper-button-prev:after {
    font-size: 5.6rem;
    font-weight: 600;
    color: var(--red);
    font-family: var(--font-family);
}
.section-stats-banner .swiper-navigation .swiper-button-next:after{
    content: '>';
}
.section-stats-banner .swiper-navigation .swiper-button-prev:after{
    content: '<';
}
.section-stats-banner .quote{
    background-image: url(../images/66.svg);
    background-size: auto 4.8rem;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 11rem;
    min-height: 4.8rem;
    font-family: var(--serif);
    font-weight: 600;
    font-size: 3rem;
    color: var(--white);
    margin-bottom: 6.7rem;
    margin-top: 8rem;
    position: relative;
}
.section-stats-banner .quote h6{
    color: var(--white);
    font-family: var(--font-family);
    margin-top: 1.6rem;
}
/* HERO SCENARIO */
.section-hero-scenario .intro h4{
    line-height:1.4;
}

.section-hero-scenario .scenarios.one-tile{
    margin-top: 6.3rem;
}
.section-hero-scenario .scenarios.one-tile .teaser-scenario{
    height: 51rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.section-hero-scenario .scenarios.one-tile .teaser-scenario>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.section-hero-scenario .scenarios.one-tile .teaser-scenario::after{
    content: '';
    position: absolute;
    width: 14.3rem;
    height: 2.5rem;
    background-image: var(--two-lines);
    background-size: contain;
    background-position: left center;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    top: 3.5rem;
    right: 0;
}
.section-hero-scenario .scenarios.one-tile .teaser-scenario .inner{
    background-color: rgba(256, 256, 256, 0.9);
    width: 100%;
    max-width: 60rem;
    padding: 4rem 5.5rem 3.7rem 5.5rem;
    position: relative;
}
.section-hero-scenario .scenarios.one-tile .teaser-scenario .inner .arrow{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    background-color: var(--light-blue);
    color: var(--white);
    font-size: 4.2rem;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.section-hero-scenario .scenarios.one-tile .teaser-scenario .inner .arrow:hover{
    background-color: var(--red);
}
.section-hero-scenario .scenarios.four-tiles{
    margin-top: 5.1rem;
}
.section-hero-scenario .scenarios.four-tiles .row{
    row-gap: 5rem;
}
.section-hero-scenario .scenarios.four-tiles .col-md-6 .teaser-scenario a:hover .image .arrow{
    background-color: var(--red);
}
.section-hero-scenario .scenarios.four-tiles .col-md-6:nth-child(odd) .teaser-scenario{
    padding-right: 3rem;
}
.section-hero-scenario .scenarios.four-tiles .col-md-6:nth-child(even) .teaser-scenario{
    padding-left: 3rem;
}
.section-hero-scenario .scenarios.four-tiles .image{
    height: 0;
    padding-bottom:68%;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
    overflow: hidden;
}
.section-hero-scenario .scenarios.four-tiles .image>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.section-hero-scenario .scenarios.four-tiles .image::after{
    content: '';
    position: absolute;
    width: 14.3rem;
    height: 2.5rem;
    background-image: var(--two-lines);
    background-size: contain;
    background-position: left center;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}
.section-hero-scenario .scenarios.four-tiles .row .scenario-tile:nth-child(3n + 1) .image::after{
    background-position: left center;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    top: 3.5rem;
    left: 0;
    bottom:auto;
    right:auto;
}
.section-hero-scenario .scenarios.four-tiles .row .scenario-tile:nth-child(3n + 2) .image::after{
    background-position: left top;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    top: 5.9rem;
    right: -2.4rem;
    left:auto;
    bottom:auto;
}
.section-hero-scenario .scenarios.four-tiles .row .scenario-tile:nth-child(3n + 3) .image::after{
    background-position: left center;
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    top: auto;
    left: -2.4rem;
    bottom: 5.9rem;
    right:auto;
}
.section-hero-scenario .scenarios.four-tiles .row .scenario-tile:nth-child(3n + 4) .image::after{
    background-position: left top;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    top: auto;
    right: 0rem;
    bottom: 8.5rem;
    left:auto;
}
.section-hero-scenario .scenarios.four-tiles .row .scenario-tile .image.has-flag::after{
    background-position: left top;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    top: 5.9rem;
    right: -2.4rem;
    left:auto;
    bottom:auto;
}
.section-hero-scenario .scenarios.four-tiles .image .arrow{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    background-color: var(--light-blue);
    color: var(--white);
    font-size: 4.2rem;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.section-hero-scenario .scenarios.four-tiles .image .flag{
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid white;
    z-index: 5;
    overflow: hidden;
}
.section-hero-scenario .scenarios.four-tiles .image .flag>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.section-hero-scenario .scenarios.four-tiles .inner{
    padding-top: 2.7rem;
}
.fancybox-close-small{
    top: 3rem;
    right: 3rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
    border-radius: 0rem;
}
.fancybox-close-small svg path{
    fill: var(--white);
}
.fancybox__slide{
    padding: 0 !important;
}
.logged-in .modal-scenario{
    height: calc(100% - 32px);
    margin-top: 32px;
    overflow: hidden;
    position: relative;
}
.logged-in .modal-scenario>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.fancybox-is-open .modal-scenario{
    display: inline-flex !important;
}
.fancybox-slide--html{
    padding: 0;
}
.modal-scenario{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    position: relative;
    overflow:hidden;
}
.modal-scenario img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.modal-scenario .inner{
    background-color: rgba(256, 256, 256, 0.75);
    width: 100%;
    max-width: 107rem;
    padding: 7.7rem 7rem;
    position: relative;
    max-height: calc(100% - 0rem);
    overflow: auto;
    margin: auto;
}
.modal-scenario .inner h2{
    padding-top: 0;
}
.modal-scenario .inner h2::before{
    content: none;
}
/* .fancybox-slide{
    transition-duration: 1s !important;
} */
.fancybox-button--arrow_right{
    right: 0;
    background-color: var(--light-blue);
    border-radius: 0;
    font-size: 5.6rem;
    font-weight: 600;
    color: var(--white);
    width: 6rem !important;
    height: 6rem !important;
    padding: 0 !important;
}
.fancybox-button--arrow_left{
    left: 0;
    background-color: var(--light-blue);
    border-radius: 0;
    font-size: 5.6rem;
    font-weight: 600;
    color: var(--white);
    width: 6rem;
    height: 6rem;
    width: 6rem !important;
    height: 6rem !important;
    padding: 0 !important;
}
.fancybox-button:hover{
    background-color:var(--red);
}
.fancybox-button--arrow_left>div,
.fancybox-button--arrow_right>div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1.4rem;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 0px;
/*    opacity:1;*/
    background-color:var(--red);
}
.fancybox-close-small{
    background-color:var(--light-blue);
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #ffffff;
    cursor: default;
    outline: none;
    opacity:0.5 !important;
    background-color:var(--light-blue);
}
/* CASE STUDIES SLIDER */
.case-studies-slider .swiper-container{
    position: relative;
}
.case-studies-slider .swiper-navigation{
    width: 12rem;
    position: relative;
    float: right;
}
.case-studies-slider .swiper-button-next, 
.case-studies-slider .swiper-button-prev{
    width: 6rem;
    height: 6rem;
    top: 4.4rem;
    background-color: rgba(0, 0, 0, 0.8);
}
.case-studies-slider .swiper-button-prev{
    left: -1rem;
    right: auto;
}
.case-studies-slider .swiper-button-prev::after{
    content: '<';
    font-family: var(--font-family);
    color: var(--white);
    font-weight: 600;
    font-size: 5.6rem;
    margin-top: -1.3rem;
}
.case-studies-slider .swiper-button-next{
    right: 0px;
    left: 6rem;
}
.case-studies-slider .swiper-button-next::after{
    content: '>';
    font-family: var(--font-family);
    color: var(--white);
    font-weight: 600;
    font-size: 5.6rem;
    margin-top: -1.3rem;
}
.case-studies-slider .swiper-button-prev:hover::after,
.case-studies-slider .swiper-button-next:hover::after{
    color:var(--red);
}
.case-studies-slider .case-study-slide{
    min-height: 76.5rem;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.case-studies-slider .case-study-slide>img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.case-studies-slider .case-study-slide .inner{
    background-color: rgba(0, 0, 0, 0.75);
    color: var(--white);
    border-left: 6px solid var(--red);
    padding: 4.6rem 6rem 4.3rem 5rem;
    margin-top: 21.6rem;
    margin-bottom: 10rem;
}
.case-studies-slider .case-study-slide .inner .logo{
    max-height: 13rem;
    max-width: 18rem;
    margin-bottom: 3rem;
}
.case-studies-slider .case-study-slide .inner .title{
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 1.7rem;
}
.case-studies-slider .case-study-slide .inner .summary{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 3rem;
}
.case-studies-slider .case-study-slide .inner .cta{
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
}
.case-studies-slider .case-study-slide .inner:hover .cta{
    color: var(--red);
}
.case-studies-slider .case-study-slide .inner .cta span{
    font-size: 2.1rem;
    padding-left: 1.5rem;
}
/* TWO TILES SECTION */
.two-tiles-section .tile .inner .logo{

}
.two-tiles-section .intro{
    margin-bottom: 4.1rem;
}
.two-tiles-section .intro h6{
    color: var(--light-blue);
}
.two-tiles-section .tile{
    border: 3px solid var(--light-blue);
    border-radius: 5px;
    height: 100%;
    position:relative;
}
.two-tiles-section .tile .title{
    background-color: var(--light-blue);
    padding: 2rem 3.3rem;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.2;
}
.two-tiles-section .tile .inner{
    padding: 3.2rem 3.3rem 5.6rem 3.3rem;
    display: flex;
    justify-content: space-between;
}
.two-tiles-section .tile .inner .logo.desktop{
    display:block;
}
.two-tiles-section .tile .inner .logo.tablet{
    display:none;
}
.two-tiles-section .tile .inner .logo{
    margin-left:3rem;
    width: 9.8rem;
    min-width: 9.8rem;
}
.two-tiles-section .tile .inner h6{
    margin-bottom: 1rem;
}
.two-tiles-section .tile .inner .cta a{
    color: var(--black);
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    position: absolute;
    bottom: 3rem;
}
.two-tiles-section .tile .inner .cta span{
    font-size: 1.9rem;
    padding-left: 1.5rem;
}
.two-tiles-section .tile .inner .cta:hover a{
    color: var(--red);
}
.two-tiles-section .tile .inner .cta a{
    color: var(--light-blue);
}
.two-tiles-section .tile .inner .cta a:hover{
    color: var(--red);
}
/* Section text */
/*.section-text > .container >*:first-child {
    margin-top: 0rem !important;
}
.section-text h2 {
    margin-top: 5rem;
}*/
/* QUOTES SECTION */
.section-quotes{
    background-size: cover;
    background-position: center;
    min-height: 77rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.section-quotes>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.section-quotes .intro{
    border-left: 5px solid var(--red);
    padding-left: 4.5rem;
    margin-top: 5rem;
    position:relative;
}
.section-quotes .intro h2{
    padding-top: 0;
}
.section-quotes .intro h2::before{
    content: none;
}
.section-quotes .intro :is(h2,h3,h4,h5,h6,p){
    color: var(--white);
    margin-bottom: 1.8rem;
}
.section-quotes .intro .cta a {
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--white);
    margin-top: 3rem;
    letter-spacing: 0.15em;
}
.section-quotes .intro .cta {
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--white);
    margin-top: 3rem;
    letter-spacing: 0.15em;
    cursor: pointer;
}
.section-quotes .intro .cta span {
    font-size: 2.1rem;
    padding-left: 1.5rem;
}
.section-quotes .intro .cta:hover a{
    color: var(--red);
}
.section-quotes .intro .cta:hover {
    color: var(--red);
}
.section-quotes blockquote{
    background-color: rgba(255, 255, 255, 0.80);
    height: 100%;
    position: relative;
}
.section-quotes blockquote p{
    font-size: 3rem;
}
.section-quotes blockquote h6{
    font-size: 1.5rem;
    /*position: absolute;
    bottom: 4rem;*/
}
.section-quotes .swiper-navigation{
    width: 9.3rem;
    height: 8rem;
    position: relative;
    float: right;
}
.section-quotes .swiper-slide{
    height: auto;
}
/*.section-quotes .swiper-slide:hover,
.section-quotes .swiper-slide:hover h6{
    color: var(--red);
}*/
.section-quotes .swiper-button-next:after, 
.section-quotes .swiper-button-prev:after{
    font-size: 5.6rem;
    font-weight: 600;
    color: var(--red);
    font-family: var(--font-family);
}
.section-quotes .swiper-button-next:after{
    content: '>';
}
.section-quotes .swiper-button-prev:after{
    content: '<';
}

/* PALMTREE SECTION */
.section-palmtree{
    border-bottom: 5px solid var(--light-blue);
}
.section-palmtree.no-border{
    border-bottom: none;
}
.section-palmtree .col-md-8>.inner{
    padding-right: 7rem;
}
.section-palmtree .reverse-order .col-md-8>.inner{
    padding-left: 7rem;
    padding-right: 0;
}
.section-palmtree .intro .logo{
    width: 12.4rem;
    min-width: 12.4rem;
    margin-right: 3.4rem;
}
.section-palmtree .intro{
    display: flex;
    margin-bottom: 3rem;
}
.section-palmtree .intro h2{
    padding-top: 0;
    margin-bottom: 1.1rem;
}
.section-palmtree .intro h5{
    margin-bottom: 0;
}
.section-palmtree .intro h2::before{
    content: none;
}
.section-palmtree .copy li h5{
    margin-bottom: 0;
    font-size: 1.9rem;
}
.section-palmtree .cta.arrows{
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--light-blue);
    margin-top: 3rem;
    letter-spacing: 0.15em;
    cursor: pointer;
    width: fit-content;
}
.section-palmtree .cta.arrows:hover{
    color: var(--red);
}
.section-palmtree .cta.arrows a{
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--light-blue);
    margin-top: 3rem;
    letter-spacing: 0.15em;
}
.section-palmtree .cta.arrows a:hover{
    color: var(--red);
}
.section-palmtree .cta.arrows span{
    font-size: 2.1rem;
    padding-left: 1.5rem;
}
.section-palmtree .cta.button{
    background-color: var(--light-blue);
    border-radius: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    border: none;
    outline: none;
    height: 4.9rem;
    min-width: 31rem;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.6rem;
    letter-spacing:0.15em;
    padding-left: 3rem;
    padding-right: 3rem;
}
.section-palmtree .cta.button:hover{
    cursor: pointer;
    background-color:var(--red);
    color:var(--white);
}
.section-palmtree .additional-section{
    border-radius: 0.5rem;
    background-color: var(--grey);
    overflow: hidden;
}
.section-palmtree .additional-section blockquote{
    background-color: transparent;
    border-radius: 0;
    background-image: url(../images/black-quote.svg);
}
.section-palmtree .additional-section blockquote p{
    font-size: 3rem;
}
.section-palmtree .additional-section blockquote h5{
    font-size: 1.5rem;
}
.section-palmtree .additional-section .image{
    min-height: 27rem;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.section-palmtree .additional-section .image>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.section-palmtree .additional-section .image::after{
    content: '';
    position: absolute;
    width: 14.3rem;
    height: 2.5rem;
    background-image: var(--two-lines);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.section-palmtree .additional-section .image.lines-top-left::after{
    left: 0;
    top: 3.5rem;
}
.section-palmtree .additional-section .image.lines-top-right::after{
    top: 5.9rem;
    right: -2.3rem;
    transform: rotate(90deg);
}
.section-palmtree .additional-section .image.lines-bottom-right::after{
    bottom: 3.5rem;
    right: 0;
    transform: rotate(180deg);
}
.section-palmtree .additional-section .image.lines-bottom-left::after{
    bottom: 5.9rem;
    left: -2.3rem;
    transform: rotate(-90deg);
}

/* POSTS CAROUSEL SECTION */
.posts-carousel .swiper-navigation{
    position: absolute;
    top: -1rem;
    right: 0;
    width: 10rem;
    height: 7rem;
}
.posts-carousel .swiper-container {
    position: relative;
    padding-top: 7rem;
}
.posts-carousel .intro{
    margin-bottom: -1rem !important;
}
.posts-carousel .intro > *:last-child{
    margin-bottom: 0rem !important;
}
.posts-carousel .intro h2{
    margin-bottom:3rem;
}
.posts-carousel.posts .post-tile {
    height: auto;
    padding-bottom: 3.5rem;
    position: relative;
}   
.posts-carousel.posts .post-tile .cta{
    bottom:0;
}
.posts-carousel .swiper-button-next:after, .posts-carousel .swiper-button-prev:after {
    font-size: 5.6rem;
    font-weight: 600;
    color: var(--light-blue);
    font-family: var(--font-family);
}
.posts-carousel .swiper-button-next:after {
    content: '>';
}
.posts-carousel .swiper-button-prev:after {
    content: '<';
}
/* CONTACT PAGE */
.contact-page-locations{
    margin-top: 8.9rem;
    font-size: 1.7rem;
}
.contact-page-locations a:hover{
    color: var(--red);
}

/* CASE STUDY SINGLE PAGE */
.single-case-study .entry-content{
    padding-top: 9rem;
}
.single-case-study .entry-content .additional-copy{
    padding-top: 6rem;
}
.single-case-study .entry-content .additional-copy .inner > *:first-child{
    margin-top: 4rem;
}
.single-case-study .entry-content .main-copy{
    margin-bottom: 3.3rem;
}
body.single-case-study .additional-copy .inner,
body.single-case-study .main-copy .inner {
    max-width: 89.5rem;
    padding-right: 4.5rem;
}
body.single-case-study .col-share-section.desktop{
    display:block;
}
body.single-case-study .col-share-section.tablet{
    display:none;
}

/* TEAM PAGE */
.team{
    margin-top: 8.2rem;
    margin-bottom: 13.1rem;
}
.team .member .image{
    padding-bottom: 60%;
    border-radius: 0.5rem;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.team .member .image>img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.team .member .image::after{
    content: '';
    position: absolute;
    width: 14.3rem;
    height: 2.5rem;
    background-image: var(--two-lines);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.team .member .image.lines-top-right::after{
    top: 5.9rem;
    right: -2.3rem;
    transform: rotate(90deg);
}
.team .member .image.lines-bottom-right::after{
    bottom: 3.5rem;
    right: 0;
    transform: rotate(180deg);
}
.team .member .image.lines-bottom-left::after{
    bottom: 5.9rem;
    left: -2.3rem;
    transform: rotate(-90deg);
}
.team .member .inner{
    padding-top: 3rem;
    padding-bottom: 5.2rem;
}
.team .member .inner h6{
    margin-bottom: 0.7rem;
}
.team .member .inner h4{
    margin-bottom: 1.6rem;
}
.team .member .inner p{
    margin-bottom: 1.4rem;
}
.team .member .inner a{
    font-size: 1.5rem;
}
.team .member .inner a:hover{
    color: var(--red);
}
.team .member.show {
	-webkit-animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* 404 page */
.error404 .hero-section{
    background-image:url(../images/driven-worldwide-hero-image-min.jpg)
}
.error404 .hero-section .hero-summary h1{
    line-height: 115%;
    margin-bottom: 3rem;
}
.error404 .hero-section .hero-summary{
    max-width: 95.8rem;
}
.error404 a.button{
    background-color: var(--light-blue);
    border-radius: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    border: none;
    outline: none;
    height: 4.9rem;
    min-width: 31rem;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.4rem;
    letter-spacing: 0.15em;
    padding-left: 3rem;
    padding-right: 3rem;
}
.error404 a.button:hover{
    background-color: var(--red);
    color: var(--white) !important;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.team-filters{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 5.8rem;
    justify-content: center;
    line-height: 1.7;
}
.team-filters .filter{
    font-size: 2.1rem;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}
.team-filters .filter[data-click="true"]{
    color: var(--red);
}
.team-filters .filter:not(:last-of-type):after{
    content: '|';
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: var(--black);
}


/* CONTACT PAGE */

/* ANNOUNCEMENT BAR */
.announcement-bar{
    background-color: var(--grey);
    font-size: 1.5rem;
    color: var(--black);
    font-weight: 400;
    padding-top: 1.7rem;
    padding-bottom: 1.9rem;
    min-height: 6.3rem;
    position: relative;
    display: none;
}
.announcement-bar .container{
    padding-right: 7rem;
}
.announcement-bar #close-announcement-bar{
    position: absolute;
    right: 2.4rem;
    top: 0;
    font-size: 3.8rem;
    font-weight: 200;
    cursor: pointer;
}





/* MEDIA QUERIES */

@media only screen and (max-width: 1400px) {

    .hero-section .hero-ctas .cta {
        margin-right: 4rem;
    }

}

@media only screen and (max-width: 1199px) {

    /* HERO */
    .hero-section .hero-summary h1{
        font-size:6rem;
    }
    body.home .hero-section .hero-summary h1 {
        font-size: 7.2rem;
    }
    header.page-header.no-hero h1 {
        font-size: 6rem;
    }

    /* INTERNAL PAGE NAV */
    .hero-section .hero-internal-nav .nav-item {
        font-size: 1.2rem;
        letter-spacing: 0.05rem;
    }
    .hero-section .hero-internal-nav .nav-item:not(:last-of-type):after {
        font-size: 1.2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* FLEXIBLE CONTENT */
    /* Text - Image */
    body.home .section-image-text .row .image-area, body.home .section-image-text .row.reverse-order .copy {
        padding-right: 4.5rem;
    }
    .section-image-text .row.reverse-order .image-area, .section-image-text .row .copy {
        padding-left: 3rem;
    }
    .section-image-text .row .image-area, .section-image-text .row.reverse-order .copy {
        padding-right: 3rem;
    }
    /* Regional section */
    .section-regional .regions .row {
        column-gap: 4.5rem;
    }
    /* Case studies slider */
    .case-studies-slider .case-study-slide .inner .title {
        font-size: 4.2rem;
    }
    /* Two tiles section */
    .two-tiles-section .tile .inner {
        padding: 2.6rem 3rem 5.6rem 3rem;
    }
    .two-tiles-section .tile .title {
        padding: 2rem 3rem;
    }
    .two-tiles-section .tile .inner .logo {
        margin-left: 2rem;
        width: 7rem;
        min-width: 7rem;
    }
    /* Section quotes */
    .section-quotes .intro {
        padding-left: 4rem;
        margin-bottom: 0rem;
    }
    /* Section palmtree */
    .section-palmtree .col-md-8>.inner {
        padding-right: 5rem;
    }
    .section-palmtree .reverse-order .col-md-8>.inner {
        padding-left: 5rem;
    }


    /* D-BRIEF */
    .page-id-121 header.page-header.no-hero h1 img{
        width:8rem;
    }
    .post-hero-section h2 {
        font-size: 6rem;
    }

    body.single h1 {
        font-size: 5.2rem;
    }


    /* ENQUIRY FORM */
    .enquiry-form .top-area {
        padding: 0 6rem;
    }
    .enquiry-form-area {
        padding: 3rem 6rem 0rem 6rem;
    }

}


@media only screen and (max-width: 991px) {

    html, body {
        font: normal 9px/1.3 arial,sans-serif;
        font-family: var(--font-family);
    }

    .container-fluid,
    .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    /* INTERNAL PAGE NAV */
    /*.hero-section .hero-internal-nav{
        display:none;
    }*/

    /* SPACING */
    .section {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .remove-space-between {
        margin-top: -7rem;
    }
    body.home .services-carousel.section {
        padding-top: 3rem;
    }
    .section-three-blocks .blocks {
        margin: 4rem 0 0 0;
    }

    /* HEADER */
    .site-header .site-branding a.custom-logo-link {
        width: 17rem;
    }
    .site-header .menu-main-menu-container #main-menu>li {
        padding-top: 2.3rem;
        padding-bottom: 2.3rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .site-header .menu-main-menu-container #main-menu>li:not(:last-of-type):after {
        display:none;
    }
    #site-navigation {
        padding-right: 6rem;
    }

    /* HERO */
    .hero-section .hero-summary h1,
    body.home .hero-section .hero-summary h1 {
        font-size: 6rem;
    }
    .hero-section.hero-section-medium {
        padding-top: 17rem;
        padding-bottom: 7rem;
    }
    .hero-section.hero-section-medium {
        min-height: 40rem;
    }

    /* REGION HERO */
    .hero-section.hero-section-big {
        height: calc(100vh - 3.6rem);
        justify-content: flex-end;
        padding-bottom: 19rem;
    }

    /* TECHNOLOGY PAGE */
    body.page-id-410 .entry-content .section-hero-scenario{
        padding-bottom: 3rem
    }

    /* FLEXIBLE CONTENT */
    /* Image - Text */
    body.home .section-image-text .row .image-area, body.home .section-image-text .row.reverse-order .copy {
        padding-right: 3rem;
    }
    .section-image-text .row.reverse-order .image-area, .section-image-text .row .copy {
        padding-left: 2.25rem;
    }
    .section-image-text .row .image-area, .section-image-text .row.reverse-order .copy {
        padding-right: 2.25rem;
    }
    .section-image-text .bottom-banner {
        margin-bottom: -7rem;
    }
    .section-image-text .row.reverse-order .image-area, 
    .section-image-text .row .copy {
        padding-left: 1.5rem;
    }
    /* - banner layout */
    .section-image-text.banner-layout .copy .inner {
        padding: 5rem 4.5rem 5rem 4.5rem;
    }
    /* Three block */
    .section-three-blocks .blocks .row{
        margin-right: -0.75rem;
        margin-left: -0.75rem;
    }
    .section-three-blocks .blocks .row .block-col{
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
    .section-three-blocks .blocks-bg .block .bottom {
        padding: 3rem 2.5rem 3rem 2.5rem;
    }
    /* Stats banner */
    .section-stats-banner .swiper .stats-slide .stat {
        font-size: 6rem;
    }
    .section-stats-banner {
        padding: 7rem 0 4rem 0;
    }
    .section-stats-banner h2 {
        margin-bottom: 7rem !important;
    }
    .section-stats-banner .quote {
        margin-top: 7rem;
    }
    .section-stats-banner .swiper-navigation {
        width: 9.3rem;
        height: 9.3rem;
    }
    /* Regional section */
    .section-regional h4 {
        margin-bottom: 4.5rem;
    }
    .section-regional h2 {
        font-size: 6rem;
    }    
    /* Hero scenario */
    .section-hero-scenario .scenarios.one-tile .teaser-scenario .inner {
        padding: 4rem 4rem 4rem 4rem;
    }
    /* Hero scenarios - Section */
    .section-hero-scenario .scenarios.four-tiles .row {
        row-gap: 3rem;
    }
    .section-hero-scenario .scenarios.four-tiles .col-md-6:nth-child(odd) .teaser-scenario {
        padding-right: 0rem;
    }
    .section-hero-scenario .scenarios.four-tiles .col-md-6:nth-child(even) .teaser-scenario {
        padding-left: 0rem;
    }
    .fancybox__content {
        padding: 3rem;
    }
    .modal-scenario .inner {
        padding: 4rem 3rem;
    }
    /* Case studies slider */
    .case-studies-slider .case-study-slide .inner .title {
        font-size: 3.6rem;
    }
    .case-studies-slider .case-study-slide {
        min-height: auto;
    }
    .case-studies-slider .case-study-slide .inner {
        margin-top: 18rem;
        margin-bottom: 8rem;
    }
    /* Two tiles section */
    .two-tiles-section .tile .inner {
        flex-wrap:wrap;
       padding: 2.6rem 3rem 8rem 3rem;
    }
    .two-tiles-section .tile .inner .cta a {
        position: relative;
        bottom: 0rem;
    }
    .two-tiles-section .tile .inner .logo {
        margin-left: 0rem;
        width: 7rem;
        min-width: 7rem;
        position: absolute;
        right: 3rem;
        bottom: 3rem;
    }
    /* Section quotes */
    .section-quotes .intro {
        margin-bottom: -2rem;
    }
    .section-quotes .intro h2{
        font-size:3rem;
    }
    /* Section palmtree */
    .section-palmtree .col-md-8>.inner {
        padding-right: 1.5rem;
    }
    .section-palmtree .reverse-order .col-md-8>.inner {
        padding-left: 1.5rem;
    }


    /* D-BRIEF OVERVIEW */
    .posts {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    /* INDIVIDUAL D-BRIEF ARTICLE */
    body.single-post .top-info {
        margin-top: 7rem;
        margin-bottom: 3rem;
    }
    body.single .main-copy .inner {
        max-width: 100%;
        padding-right: 0rem;
    }
    body.single .share-section{
        margin-top:4.5rem;
    }
    body.single .share-section .icons {
        display: flex;
    }
    body.single .share-section .icons a .title{
        display:none;
    }
    body.single .share-section h6 {
        margin-bottom: 2.5rem !important;
    }
    body.single .share-section .icons {
        margin-bottom: 0rem;
    }
    body.single .share-section .open-enquire-form {
        margin-top: 2rem;
    }
    body.single-post .entry-content {
        margin-bottom: 7rem;
    }
    body.single-post .posts .col-md-6:nth-child(3){
        display:none;
    }
    body.single .entry-content {
        margin-bottom: 7rem;
    }


    /* TEAM OVERVIEW PAGE */
    .team {
        margin-top: 7rem;
        margin-bottom: 11rem;
    }


    /* CASE STUDY SINGLE PAGE */
    body.single-case-study .col-share-section.desktop{
        display:none;
    }
    body.single-case-study .col-share-section.tablet{
        display:block;
    }
    body.single .additional-copy .inner {
        max-width: 100%;
        padding-right: 0rem;
    }
    .single-case-study .entry-content {
        padding-top: 7rem;
    }
    body.single h1 {
        font-size: 4.8rem;
    }


    /* GLOBAL FOOTER CONTACT FORM */
    .contact-form {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }


    /* CONTACT FORM */
    body.page-id-48 .contact-form {
        padding-top: 8.5rem;
        padding-bottom: 7rem;
    }


}


@media only screen and (max-width: 800px) {


    .site-header .menu-main-menu-container #main-menu>li {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    #site-navigation {
        padding-right: 5rem;
    }

}


@media only screen and (max-width: 767px) {


    .container-fluid,
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .entry-content blockquote p {
        font-size: 3rem;
    }

    /* HEADER */
    .site-header.slim .site-branding a.custom-logo-link, 
    .page-no-hero .site-header .site-branding a.custom-logo-link,
    .site-header .site-branding a.custom-logo-link {
        width: 17rem;
        padding:1rem 0;
    }

    /* HERO AREA */
    .hero-section .hero-summary h1 {
        font-size: 4.8rem;
    }
    body.home .hero-section .hero-summary h1 {
        font-size: 4.8rem;
        margin-bottom: 3rem;
    }
    header.page-header.no-hero h1 {
        font-size: 4.8rem;
    }
    .hero-section .hero-ctas .container{
        display: flex;
        flex-wrap:wrap;
    }
    .hero-section .hero-ctas {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .hero-section .hero-ctas .cta {
        margin-right: 0rem;
        width:100%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }


    /* TECHNOLOGY PAGE */
    body.page-id-410 .section-text .infographic-desktop{
        display:none;
    }
    body.page-id-410 .section-text .infographic-mobile{
        display:block;
    }

    /* FLEXIBLE CONTENT */
    .space-between {
        margin-top: 7rem;
    }
    /* Image / Text */
    article.page .entry-content > :first-of-type.section-image-text .image-area{
        display:none;
    }
    .section-image-text.default-layout .inner {
        height: auto;
    }
    .section-image-text.default-layout .image-area .inner {
        max-height: none;
    }
    .section-image-text.default-layout .image {
        height: 0;
        min-height: auto;
        padding-bottom: 68%;
    }
    .section-image-text.default-layout .image-area{
        margin-bottom:4rem;
    }
    /* - bottom banner */
    .section-image-text .bottom-banner {
/*        padding: 3.6rem 3rem 3.6rem 4rem;*/
        padding:0;
        margin-top: 3rem;
    }    
    .section-image-text .bottom-banner .image.desktop{
        display:none;
    }
    .section-image-text .bottom-banner .image.mobile{
        display:block;
        width:100%;
        max-height: none;
        border-radius: 0 0.5rem 0 0;
    }
    .section-image-text .bottom-banner .copy {
        padding: 3rem 3rem 4rem 3rem !important;
        width: 100%;
    }
    /* - banner layout */
    .section-image-text.banner-layout .copy .inner {
        padding: 5rem 4.5rem 5rem 4.5rem;
    }
    .section-image-text.banner-layout .row .image-area, 
    .section-image-text.banner-layout .row.reverse-order .copy,
    .section-image-text.banner-layout .row.reverse-order .image-area, 
    .section-image-text.banner-layout .row .copy {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .section-image-text.banner-layout .row .image-area .inner, .section-image-text.banner-layout .row .image-area .inner .image {
        height: 0;
        padding-bottom: 68%;
        min-height:0;
    }
    /* - one-third layout */
    .section-image-text.one-third-layout .image {
        min-height: 0;
        height: 0;
        padding-bottom: 68%;
        margin-bottom: 4rem;
    }
    .section-image-text h6 + h2, .section-image-text.one-third-layout h2{
        font-size:3rem;
        margin-bottom:2rem;
    }
    /* Services carousel */
    .services-carousel .swiper-pagination-bullet {
        width: 30px;
        height: 5px;
        border-radius: 0;
        opacity: 1;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
    }
    .services-carousel .swiper-pagination {
        top: 2.4rem;
    }
    /* Three blocks */
    .section-three-blocks .blocks .block-col{
        margin-bottom:4rem;
    }
    .section-three-blocks .blocks .block-col:last-child{
        margin-bottom:0rem;
    }
    /* Regional section */
    .section-regional h2 {
        font-size: 4.8rem;
    }
    .section-regional .inner {
        margin-top: 10rem;
        margin-bottom: 4.5rem;
    }
    /* Case studies slider */
    .case-studies-slider .case-study-slide .inner {
        padding: 7rem 2rem 7rem 2rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .case-studies-slider .case-study-slide .inner .title {
        font-size: 3rem;
    }
    /* Two tiles section */
    .two-tiles-section .row > * {
        margin-bottom: 3rem;
    }
    .two-tiles-section .row > *:last-child {
        margin-bottom: 0rem;
    }
    /* Section palmtree */
    .section-palmtree .col-md-8>.inner {
        padding-right: 0rem;
    }
    .section-palmtree .reverse-order .col-md-8>.inner {
        padding-left: 0rem;
    }
    .section-palmtree .intro {
        flex-wrap: wrap;
        margin-bottom:2rem;
    }
    .section-palmtree .intro .logo {
        width: 9.8rem;
        min-width: 9.8rem;
        margin-right: 3rem;
        margin-bottom:2.5rem;
    }
    .section-palmtree .additional-section{
        margin-top:4.5rem;
    }
    .section-palmtree .additional-section .image {
        min-height: 0rem;
        height: 0;
        padding-bottom: 68%;
    }
    /* Hero scenarios pop-up */
    .modal-scenario {
        padding: 3rem;
    }
    /* Section-stats-banner */
    .section-stats-banner .quote {
        padding-left: 0rem;
        padding-top: 7rem;
    }

    
    /* D-BRIEF */
    .page-id-121 header.page-header.no-hero h1 img{
        width:7rem;
    }
    header.page-header.no-hero {
        margin-top: 7rem;
    }
    .posts .post-tile {
        padding-bottom: 6rem;
    }
    .posts .post-tile .cta {
        position: relative;
        bottom: 0rem;
    }
    .featured-posts .swiper-posts .swiper-slide .tile {
        min-height: 80vh;
    }
    .featured-posts .swiper-posts .swiper-slide .tile .info {
        background-color: rgba(0, 0, 0, 0.6);
        max-width: 100%;
        padding: 3.2rem 3rem;
        border-left: none;
        border-bottom: none;
        margin-top: 0rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border-radius: 0.6rem;
    }
    .featured-posts .swiper-posts .swiper-slide .tile .info .cta,
    .featured-posts .swiper-posts .swiper-slide .tile .info .title h2,
    .featured-posts .swiper-posts .swiper-slide .tile .info .date{
        color:var(--white);
    }
    .featured-posts .swiper-posts .swiper-slide .tile .info .title h2{
        margin-bottom:0;
    }
    .featured-posts .swiper-posts .swiper-slide .tile .info .date {
        margin-top: 8rem;
    }
    /* D-BRIEF INDIVIDUAL */
    .post-hero-section h2 {
        font-size: 4.8rem;
    }
    body.single h1 {
        font-size:4.2rem;
    }


    /* ENQUIRY FORM */
    .enquiry-form .top-area {
        padding: 0 3rem;
    }
    .enquiry-form-area {
        padding: 3rem 3rem 0rem 3rem;
    }


    /* CONTACT PAGE */
    .contact-page-locations .location{
        margin-bottom:4rem;
    }
    body.page-id-48 .contact-form {
        padding-top: 8.5rem;
        padding-bottom: 7rem;
    }


    /* FOOTER */
    .site-footer .footer-locations .locations .location{
        margin-bottom:3rem; 
    }
    .site-footer .footer-locations .locations .col-md-4:last-child .location{
        margin-bottom:0rem; 
    }
    .site-footer .map-section .title {
        font-size: 3rem;
    }
    .site-footer .bottom-menu{
        flex-wrap:wrap;
    }
    .site-footer .legal-menu{
        width:100%;
        flex-wrap:wrap;
        margin-bottom:3rem;
    }
    .site-footer .legal-menu #footer-menu li::before{
        display:none;
    }
    .site-footer .legal-menu > *{
        width:100%;
    }
    .site-footer .legal-menu .copyrights p{
        margin-bottom: 0.7rem;
    }
    .site-footer .legal-menu ul#footer-menu li{
        margin-bottom: 0.7rem;
    }
    .site-footer .legal-menu ul#footer-menu li:last-child{
        margin-bottom: 0rem;
    }
    .site-footer .map-section .map{
        margin-top: 6rem;
    }
    .site-footer .footer-logo {
        display: block;
    }
    .site-footer .footer-logo .cta {
        min-width: 26rem;
        margin-top:4rem;
    }
    .site-footer .map-section .certified-links a.certified-link img {
        max-width: 6rem;
        max-height: 6rem;
    }

}


@media only screen and (max-width: 370px) {

    html, body {
        font: normal 8px/1.3 arial,sans-serif;
        font-family: var(--font-family);
    }

    .hero-section .hero-summary .subtitle {
        font-size: 2.1rem;
    }

}