/*!
Theme Name: KeyTask
Author: Scend Studio
Author URI: https://www.scend.co.uk
Description: KeyTask 2022 Theme
Version: 1.6
Text Domain: KeyTask
*/

/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}:root{-moz-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'}hr{height:0}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{padding:0}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}

/* Base Styles */
html { scroll-behavior:smooth; scroll-padding-top:120px; outline:none; }
body {
	font:1.125em/1.3 Manrope, sans-serif; font-weight:500; background:#f5f4f1; color:#7e7670; position:relative; right:0;
	text-rendering:optimizeLegibility; -webkit-font-smoothing:subpixel-antialiased; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
	-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }
hr { display:block; height:1px; border:0; border-top:1px solid #d8d2c7; margin:2.5em 0; padding:0 }
audio, canvas, iframe, img, svg, video { vertical-align: middle }
img, svg { max-width:100%; height:auto; outline:none; }
iframe { width:100%; max-width:100% }
nav ul, nav li { margin:0; padding:0; list-style:none; }

header, main, section, article, aside, footer { width:100%; }

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

/* Typography */
h1, h2, h3, h4, h5 { margin:0; font-weight:600; margin-bottom:0.5em; }
h1 { font-size:2.444em; line-height:1.2; }
h2 { font-size:1.444em; line-height:1.2; }
h3 { font-size:1em; line-height:1.3; color:#a59c93; }
h4 { font-size:1em; line-height:1.3; margin-bottom:0.25em; color:#a59c93; }

p+h1, p+h2, p+h3, p+h4, p+h5 { margin-top:2em }
ul+h1, ul+h2, ul+h3, ul+h4, ul+h5 { margin-top:2em }
ol+h1, ol+h2, ol+h3, ol+h4, ol+h5 { margin-top:2em }
h1+p .button, h2+p .button, h3+p .button, h4+p .button, p+p .button { margin-top:1em; }
p.note { font-size:0.889em !important; }

p { margin:0 0 1em 0 }
ul, ol { margin:0 0 1.5em 0; padding:0 0 0 1.5em; }
b, strong { font-weight:700 }
blockquote { font-size:1.444em; line-height:1.2; font-weight:600; margin:1.5em 0; }
p.large { font-size:1.444em; }
p img { margin:1.5em 0 0.5em 0; }

nav ul, nav li { margin:0; padding:0; list-style:none; }
nav li a { text-decoration:none; }

ul.tiles { display:grid; grid-template-columns:repeat(2, 1fr); column-gap:7%; row-gap:50px; padding:0; list-style:none; margin-top:3em; }
ul.tiles li { position:relative; padding:20px 0 20px 30px; border-left:1px solid #a59c93; border-bottom:1px solid #a59c93; }
ul.tiles li p { max-width:280px; font-weight:600; }
ul.tiles li:nth-child(2) p { max-width:240px; }

/* Links and Buttons */
a, a svg, a svg path, button, input[type=submit], .team__member img, .slick-prev, .slick-next {
	-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;
}
a { color:#e2df1e; text-decoration:none; }
a:hover, a:active { color:#e2df1e; }

.button, button, input[type=submit] {
	font-size:26px; line-height:1.4; font-weight:700; background:url(assets/images/icons/arrow-link.svg) no-repeat right top 0.45em; padding-right:30px; border:0; width:auto; color:#e2df1e;
	display:inline-block; cursor:pointer; text-decoration:none; padding:0 30px 0 0;
}
.button+.button, button+button { margin-left:0.5em; }
.button:hover, button:hover, .button:active, button:active, input[type=submit]:hover, input[type=submit]:active { padding-right:40px; }

.link { font-size:26px; font-weight:700; background:url(assets/images/icons/arrow-link.svg) no-repeat right 0.2em top 0.45em;  padding-right:30px; }
.link:hover, .link:active { background-position:right 0 top 0.45em }

/* Structure */
header, section, footer { width:100%; margin:0; }
.container { width:92.86%; max-width:1400px; margin:0 auto }

/* Colours and Backgrounds */
.bgimage { background-size:cover; background-position:center; background-repeat:no-repeat; }
.bgdark { background-color:#7e7670; }
.bgmedium { background-color:#a59c93; }
.bglight { background-color:#d8d2c7; }
.bgextralight { background-color:#f5f4f1; }
.bgwhite { background-color:#fff; }
.bglime {  background-color:#e2df1e; }

svg .bgdark { fill:#7e7670; }
svg .bgmedium { fill:#a59c93; }
svg .bglight { fill:#d8d2c7; }
svg .bgextralight { fill:#f5f4f1; }
svg .bgwhite { fill:#fff; }
svg .bglime { fill:#e2df1e; }

.bgdark, .bgmedium { color:#f5f4f1; }
.bgdark h3, .bgdark h4,
.bgmedium h3, .bgmedium h4 { color:#d8d2c7; }
.bglight { color:#9b9188; }
.bglight a, .bgextralight a, .bgwhite a { color:#696460; }
.bglight a:hover, .bglight a:active,
.bgextralight a:hover, .bgextralight a:active,
.bgwhite a:hover, .bgwhite a:active { color:#9b9188; }
.bglight .link, .bgextralight .link, .bgwhite .link { background-image:url(assets/images/icons/arrow-link-dark.svg); }
.bglight .link:hover, .bgextralight .link:hover, .bgwhite .link:hover { color:#696460; }

.bglight button, .bgextralight button, .bgwhite button { color:#696460; }
.bglight button, .bgextralight button, .bgwhite button { background-image:url(assets/images/icons/arrow-link-dark.svg); }

/* Animation */
@keyframes swipe {
	from {
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
		opacity:0;
	}
	to {
		clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
		opacity:1;
	}
}
@keyframes swipemobile {
	from {
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
		opacity:0;
	}
	to {
		clip-path: polygon(28.5% 0, 100% 0, 100% 100%, 0% 100%);
		opacity:1;
	}
}
@keyframes divider {
	from {
		left:10%;
		opacity:0;
	}
	to {
		left:13.5%;
		opacity:1;
	}
}
@keyframes dividermobile {
	from {
		left:14%;
		opacity:0;
	}
	to {
		left:16%;
		opacity:1;
	}
}

/* Cookie Consent */
.cc_container {
	position:fixed; width:100%; right:0; bottom:0; overflow:hidden;
	padding:20px 160px 20px 20px; font-size:16px; line-height:1.4;
	background:#696460; color:#f5f4f1; box-sizing:border-box; z-index:99999;
}
.cc_container p { margin:0; max-width:980px; }
.cc_container .cc_logo { display:none !important; }
.cc_container .cc_btn {
	position:absolute; bottom:20px; right:20px; display:inline-block; cursor:pointer; font-size:18px; font-weight:700; padding:8px 30px; color:#696460; background:#e2df1e;
	-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;
}
.cc_container .cc_btn:hover {  }
@media print {
	.cc_banner-wrapper,.cc_container { display:none }
}

/* Header */
.header { position:fixed; padding-top:75px; z-index:99; }
.header, .header .logo { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.header .container { display:flex; justify-content:space-between; align-items:flex-end; position:relative; }
.header .logo { margin-bottom:25px; }
.header nav ul { display:flex; font-size:1.222em; }
.header nav ul a { display:block; padding:15px 0 28px 15px; color:#f5f4f1; font-weight:600; }
.header nav ul a::after { content:'.'; color:#e2df1e; }
.header nav ul a:hover, .header nav ul a:active, .header nav ul .current-menu-item a { color:#e2df1e; }

#menubutton {
	display:none; cursor:pointer; padding:0 0 23px 0; z-index:51;
	-webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg);
}
#menubutton div { position:relative; width:35px; height:19px; }
#menubutton span {
	display:block; position:absolute; height:3px; width:100%; background-color:#f5f4f1; opacity:1; left:0;
	-webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg);
	-webkit-transition:0.5s ease-in-out; -moz-transition:0.5s ease-in-out; -o-transition:0.5s ease-in-out; transition:0.5s ease-in-out;
}
#menubutton span:nth-child(1) { top:0; }
#menubutton span:nth-child(2) { top:50%; margin-top:-1.5px; }
#menubutton span:nth-child(3) { bottom:0; }

.menu, .menu nav, .menu__overlay {
	-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;
}
.menu { opacity:0; visibility:hidden; position:fixed; top:0; left:0; width:100%; height:100%; z-index:100; overflow:scroll; }
.menu nav { position:absolute; top:0; right:-400px; width:90%; max-width:460px; height:100%; overflow:scroll; padding:50px 40px; }
.menu nav .logo { width:200px; margin-bottom:50px; }
.menu nav a { display:block; color:#f5f4f1; font-weight:500; }
.menu nav a:hover, .menu nav a:active, .menu nav .current-menu-item a { color:#e2df1e; }
.menu nav ul:nth-of-type(1) { font-size:2.444em; }
.menu nav ul:nth-of-type(1) a { font-weight:700; padding:3px 0; }
.menu nav ul:nth-of-type(1) a::after { content:'.'; color:#e2df1e; }
.menu nav ul:nth-of-type(2) { margin-top:50px; }
.menu nav ul:nth-of-type(2) a { max-width:140px; }
.menu nav a.icon--linkedin { display:block; background:url(assets/images/icons/linkedin-small-light.svg) no-repeat top 0.2em left; padding-top:25px; }

.menu__overlay { position:absolute; top:0; right:0; width:100%; height:100%; background-color:rgba(0,0,0,0.75); opacity:0; cursor:pointer; }

.menuopen { overflow:hidden; right:150px; }
.menuopen .menu { opacity:1; visibility:visible; }
.menuopen .menu__overlay { opacity:1; }
.menuopen .menu nav { right:0; }

.headerscroll .header { padding-top:15px; background-color:rgba(126,118,112,0.9) }
.headerscroll .header .logo { width:200px; margin-bottom:15px; }
.headerscroll .header nav ul a { padding-top:0; padding-bottom:18px; }

/* Main */
main>section:first-of-type { padding-top:190px !important; }

/* Hero */
.hero { padding:50px 0; }
.hero .container { display:flex; align-items:center; justify-content:space-between; }
.hero__text { width:90%; margin-right:-90%; max-width:720px; position:relative; z-index:3; }
.hero__image { width:72%; position:relative; }
.hero__image .overlay { position:absolute; top:0; right:0; width:100%; height:100%; background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 70%); }
.hero__image__mask { animation:swipe 0.4s ease-out 0.4s forwards; opacity:0; }
.hero__image__mask img { width:100%; }
.hero__image__divider {
	position:absolute; z-index:2; top:-8%; left:13.5%; width:1px; height:116%; opacity:0;
	background:#e2df1e; transform: rotate(20deg); animation:divider 0.8s ease-out 0.4s forwards;
}

/* Heading */
.heading { padding:50px 0; }
.heading .container { display:flex; flex-wrap:wrap; flex-direction:row; justify-content:space-between; }
.heading--alt .container { flex-direction:row-reverse; }
.heading__text { width:65.38%; margin-bottom:50px; }
.heading__text p { font-size:1.444em; max-width:850px; }
.heading__side { width:30.77%; max-width:250px; margin:0 0 50px 0; }
.heading__side .link { font-size:18px; font-weight:600; padding-right:25px; background-position:right 0.2em top 0.25em; background-size:18px; }
.heading__side .link:hover, .heading__side .link:active { background-position:right 0 top 0.25em }
.bgdark .heading__side .link { color:#d8d2c7; background-image:url(assets/images/icons/arrow-link-medium.svg); }
.bgdark .heading__side .link:hover { color:#f5f4f1; }
.heading__images { display:flex; justify-content:space-between; width:100%; }
.heading__images__item { width:18.461538461538463%; clip-path:polygon(0 32%, 100% 0, 100% 100%, 0% 100%); }
.heading__images__item:nth-child(even) { clip-path:polygon(0 0, 100% 32%, 100% 100%, 0% 100%); }

.heading--main .container { justify-content:flex-end; }
.heading--main .heading__text { margin-top:2em; }
.heading--main .heading__text h1 { max-width:690px; }

/* Title */
.title { padding:120px 0 25px 0; }
.title .container { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end; }
.title .wrapper { width:100%; padding:0 3.571428571428571%; }
.title h1 { margin-top:2em; max-width:calc(100% - 80px); }
.title h1 span { font-size:0.591em; color:#d8d2c7; margin-left:5px; }
.title h1:last-child, .title--project h1 { margin-bottom:0; }
.title p { font-size:1.444em; width:100%; color:#d8d2c7; }
.title nav { width:100%; }
.title nav ul { display:flex; flex-wrap:wrap; font-size:1.222em; }
.title nav ul a { display:block; padding:5px 15px 5px 0; color:#f5f4f1; font-weight:600; }
.title nav ul a::after { content:'.'; color:#e2df1e; }
.title nav ul a:hover, .title nav ul a:active, .title nav ul .current-cat a { color:#e2df1e; }

/* Content */
.content { padding:50px 0; }
.content--overlap { padding-top:0; position:relative; }
.content--overlap::before { content:''; position:absolute; top:0; left:0; width:100%; height:15vw; background:#7e7670; }
.content .container { display:flex; flex-wrap:wrap; justify-content:space-between; flex-direction:row-reverse; align-items:flex-start; position:relative; }
.content__images { width:100%; margin-bottom:50px; }
.content__text { width:65.38%; margin-bottom:50px; }
.content__text .wrapper { max-width:690px; }
.content__side { width:30.77%; max-width:250px; margin:0 0 50px 0; position:sticky; top:100px; }
.content__side .link { font-size:18px; font-weight:600; padding-right:25px; background-position:right 0.2em top 0.25em; background-size:18px; }
.content__side .link:hover, .content__side .link:active { background-position:right 0 top 0.25em }

/* Article */
.title--article .container { max-width:740px; }
.content--article.content--overlap::before { height:5vw }
.content--article .container { max-width:950px; display:block; }
.content--article .content__text { width:100%; max-width:740px; margin:0 auto; }

/* Services */
.services { padding:50px 0; }
.services .container { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; }
.services__text { width:65.38%; }
.services__text p { font-size:1.444em; max-width:690px; }
.services__text ul { display:grid; grid-template-columns:repeat(3, 1fr); column-gap:7%; row-gap:7%; padding:0; list-style:none; max-width:820px; }
.services__text li { position:relative; padding:30px 0; border-bottom:1px solid #e2df1e; }
.services__text li::before { content:url(assets/images/icons/arrow-link.svg); position:absolute; top:31px; left:-30px; }
.services__image { width:30.77%; position:relative; }
.services__image__mask { clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%); }
.services__image__mask img { width:100%; }
.services__image__divider {
	position:absolute; z-index:2; top:-8%; right:25%; width:1px; height:116%;
	background:#e2df1e; transform:rotate(20deg);
}

/* Team */
.team { padding:50px 0; }
.team .container { display:grid; grid-template-columns:repeat(3, 1fr); column-gap:3.8461538461538463%; row-gap:50px; }
.team__member { padding:0 25px 50px 0; border-right:1px solid #d8d2c7; border-bottom:1px solid #d8d2c7; }
/*.team .container::after { content:""; grid-column:3; grid-row:1; } */
.team__member__image { display:block; width:100%; max-width:250px; margin-bottom:2em; }
.team__member__image img { border-radius:50%; background-color:#f5f4f1; }
.team__member a:hover img { background:#d8d2c7 }
.team__member h2 { color:#696460; margin-bottom:0.2em; }
.team__member p { color:#a59c93; font-weight:600; }
.team__member .link { font-size:18px; padding-right:25px; background-position:right 0.2em top 0.25em; background-size:18px; }
.team__member .link:hover, .team__member .link:active { background-position:right 0 top 0.25em }
.team__member p:last-child { margin-bottom:0; }
.team__member ul { padding:0; list-style:none; }
.team__member li { padding:0 0 0 25px; }
.team__member li.icon--call { background:url(assets/images/icons/call-dark.svg) no-repeat top 0.2em left; background-size:16px; }
.team__member li.icon--email { background:url(assets/images/icons/email-dark.svg) no-repeat top 0.35em left; background-size:16px; }
.team__member li.icon--address { background:url(assets/images/icons/address-dark.svg) no-repeat top 0.2em left; background-size:16px; }

/* Profile */
.profile { padding:50px 0 100px 0; }
.profile .container { max-width:1000px; display:flex; flex-wrap:wrap; }
.profile__image { width:250px; margin-right:50px; }
.profile__image img { border-radius:50%; background-color:#fff; }
.profile__text { flex:1; }
.profile__text__summary { margin:2.5em 0; }
.profile__text__summary h2 { color:#696460; font-size:2.444em; margin-bottom:0.25em; }
.profile__text__summary p { color:#a59c93; font-weight:600; }
.profile__text__summary ul { padding:0; list-style:none; }
.profile__text__summary li { padding:0 0 0 25px; }
.profile__text__summary li.icon--call { background:url(assets/images/icons/call-dark.svg) no-repeat top 0.2em left; background-size:16px; }
.profile__text__summary li.icon--email { background:url(assets/images/icons/email-dark.svg) no-repeat top 0.35em left; background-size:16px; }
.profile__text__summary li.icon--address { background:url(assets/images/icons/address-dark.svg) no-repeat top 0.2em left; background-size:16px; }

/* Projects */
.projects { padding:50px 0; }
.projects--overlap { padding-top:25px; position:relative; }
.projects--overlap::before { content:''; position:absolute; top:0; left:0; width:100%; height:15vw; background:#7e7670; }
.projects .container { display:grid; grid-template-columns:repeat(3, 1fr); column-gap:3.8461538461538463%; row-gap:50px; }
.projects__item { overflow:hidden; position:relative; transition:clip-path 0.5s; }
.projects__item:nth-child(1), .projects__item:nth-child(3) { clip-path:polygon(0 32%, 100% 0, 100% 100%, 0% 100%); }
.projects__item:nth-child(2) { clip-path:polygon(0 0, 100% 32%, 100% 100%, 0% 100%); }
.projects__item:nth-child(1):hover, .projects__item:nth-child(2):hover, .projects__item:nth-child(3):hover { clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
.projects__item::after { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%); }
.projects__item h4 { position:absolute; z-index:1; bottom:25px; left:25px; margin:0; color:#d8d2c7; border-bottom:1px solid #d8d2c7; width:calc(100% - 50px); font-size:0.778em; padding-bottom:0.5em; font-weight:700; }
.projects__item h4 span {
	display:inline-block; background:url(assets/images/icons/arrow-link-small.svg) no-repeat right top 0.4em; padding-right:15px;
	-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;
 }
.projects__item:hover h4 span { padding-right:30px; }
.projects__item img { width:100%; margin:auto; transition:transform 2s ease; }
.projects__item:hover img { transform:scale(1.1); }

/* Client */
.client { padding:50px 0; }
.client .container { display:flex; flex-wrap:wrap; }
.client__text { width:65.38%; }
.client__text p { font-size:1.444em; color:#696460; max-width:850px; }
.client__projects { width:calc(100% + 50px); margin:0 -25px; }
.client__projects .slider { display:flex; width:100%; }
.client__projects .slick-track { display:flex !important; }
.client__projects .slick-slide { height:inherit !important; }
.client__projects__item {
	display:block; overflow:hidden; position:relative; width:400px; margin:0 25px;
	clip-path:polygon(0 32%, 100% 0, 100% 100%, 0% 100%); transition:clip-path 0.5s;
}
.client .team__member { width:400px; margin:0 25px; }
.client__projects__item:nth-child(even) { clip-path:polygon(0 0, 100% 32%, 100% 100%, 0% 100%); }
.client__projects__item:hover { clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
.client__projects__item::after { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%); }
.client__projects__item h4 { position:absolute; z-index:1; bottom:25px; left:25px; margin:0; color:#d8d2c7; border-bottom:1px solid #d8d2c7; width:calc(100% - 50px); font-size:0.778em; padding-bottom:0.5em; font-weight:700; }
.client__projects__item h4 span {
	display:inline-block; background:url(assets/images/icons/arrow-link-small.svg) no-repeat right top 0.4em; padding-right:15px;
	-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;
 }
.client__projects__item:hover h4 span { padding-right:30px; }
.client__projects__item img { width:100%; margin:auto; transition:transform 2s ease; }
.client__projects__item:hover img { transform:scale(1.1); }

.client__logos { padding:40px 0; width:100%; }
.client__logos ul { margin:0; padding:0; list-style:none; display:flex; justify-content:space-between; align-items:center; }
.client__logos li { margin:25px 0; }
.client__logos li+li { margin-left:30px; }

/* Careers */
.careers { padding:50px 0; }
.careers .container { display:flex; flex-wrap:wrap; justify-content:space-between; }
.careers__item { width:48%; padding-top:4%; }
.careers__item:nth-child(1) { display:flex; flex-wrap:wrap; align-content:space-between; }
.careers__item__text { width:100%; padding:0 8% 6% 8%; }
.careers__item__image { width:100%; clip-path:polygon(0 0, 100% 32%, 100% 100%, 0% 100%); }
.careers__item__image img { width:100%; }

/* Contact */
.contact { padding:50px 0; }
.contact .container { display:flex; flex-wrap:wrap; justify-content:space-between; flex-direction:row-reverse; }
.contact__item { width:46.15384615384615%; margin-bottom:100px; }
.contact__item .wrapper { padding:0 8%; }
.contact__item--options ul { font-size:1.444em; padding:0; list-style:none; }
.contact__item--options li { padding:0.25em 0 0.25em 35px; }
.bgdark .contact__item--options a { color:#f5f4f1; }
.bgdark .contact__item--options a:hover, .bgdark .contact__item--options a:active { color:#e2df1e; }
.contact__item--options li.icon--call { background:url(assets/images/icons/call.svg) no-repeat top 0.45em left; }
.contact__item--options li.icon--email { background:url(assets/images/icons/email.svg) no-repeat top 0.6em left; }
.contact__item--options li.icon--address { background:url(assets/images/icons/address.svg) no-repeat top 0.45em left; }
.contact__item__footer { padding-left:35px; font-size:0.889em; line-height:1.4; }
.contact__item__footer p { margin-bottom:0.5em; }
.contact__item__footer p+h3, .contact__item__footer p+h4 { margin-top:1em; }

/* Prompt */
.prompt { padding:50px 0; text-align:center; }
.prompt p { font-size:2.444em; line-height:1.2; font-weight:600; }
.prompt p img { margin:0 5px; display:inline-block; vertical-align: text-bottom; }
.prompt p:last-child { margin-bottom:0; }
.prompt p a { background:url(assets/images/icons/arrow-link-dark.svg) no-repeat right top 0.5em; background-size:28px; padding-right:40px; }
.prompt p a:hover, .prompt p a:active { padding-right:50px; }

/* Call to action */
.callto .container { display:flex; flex-wrap:wrap; justify-content:space-between; }
.callto__action { width:46.15384615384615%; padding:50px 0; }
.callto__action__text { padding:6% 8%; }
.callto__action__text p { font-size:1.444em; max-width:430px; }
.callto__action__images { display:flex; justify-content:space-between; }
.callto__action__images__item { width:47.5%; }
.callto__action:nth-child(1) .callto__action__images__item:nth-child(1),
.callto__action:nth-child(2) .callto__action__images__item:nth-child(2) { clip-path:polygon(0 32%, 100% 0, 100% 100%, 0% 100%); }
.callto__action:nth-child(1) .callto__action__images__item:nth-child(2),
.callto__action:nth-child(2) .callto__action__images__item:nth-child(1) { clip-path:polygon(0 0, 100% 32%, 100% 100%, 0% 100%); }

/* Pagination */
.pagination { padding:30px 0 80px 0; }
.pagination ul { display:flex; justify-content:space-between; }
.pagination li { width:100%; }
.pagination a { font-size:1.444em; font-weight:700; color:#696460; }
.pagination__next { text-align:right; }
.pagination__next a { background:url(assets/images/icons/arrow-nav-right.svg) no-repeat right 10px top 0.45em;  padding-right:40px; background-size:19px; }
.pagination__next a:hover, .pagination__next a:active { background-position:right 0 top 0.45em; }
.pagination__prev a { background:url(assets/images/icons/arrow-nav-left.svg) no-repeat left 10px top 0.45em;  padding-left:40px; background-size:19px; }
.pagination__prev a:hover, .pagination__prev a:active { background-position:left 0 top 0.45em; }

.slider__nav { display:flex; justify-content:flex-end; }
.client .slider__nav { margin:0 25px 25px 0; }
.client--team .slider__nav {  }
.slider__nav a { width:28px; height:28px; cursor:pointer; }
.slider__nav a+a { margin-left:10px; }
.slider__nav .prev { background:url(assets/images/icons/arrow-nav-left.svg) no-repeat center; }
.slider__nav .next { background:url(assets/images/icons/arrow-nav-right.svg) no-repeat center; }
.bgdark .slider__nav .prev { background:url(assets/images/icons/arrow-nav-left-light.svg) no-repeat center; }
.bgdark .slider__nav .next { background:url(assets/images/icons/arrow-nav-right-light.svg) no-repeat center; }
.slider__nav a.slick-disabled { opacity:0.2; }

/* Footer */
.footer { padding:50px 0; }
.footer .container { display:flex; flex-wrap:wrap; justify-content: flex-end; }
.footer__contact { width:46.15384615384615%; margin-right:7.6923076923076925%; }
.footer__contact p { font-size:1.444em; margin-bottom:0.2em; }
.footer__links { width:46.15384615384615%; display:flex; justify-content:space-between; }
.footer__links nav { width:30%; max-width:140px; }
.footer__links nav li { margin-bottom:0.2em; }
.footer__links nav a.icon--linkedin { display:block; background:url(assets/images/icons/linkedin-small.svg) no-repeat top 0.2em left; padding-top:25px; }
.footer__copyright { width:46.15384615384615%; margin-top:160px; }
.footer__copyright p { font-size:0.889em; margin-bottom:0.2em; }

/* Slick */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px;outline:none}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block;outline:none}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none;outline:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}

.slick-next,.slick-prev { font-size:0; line-height:0; display:inline-block; width:28px; height:28px; padding:0; cursor:pointer; border:0; background-color:transparent !important; z-index:99; border-radius:0; min-width:0; opacity:1 }
.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover { color:transparent; outline:none; }
.slick-next.slick-disabled,.slick-prev.slick-disabled { opacity:0.3 }
.slick-next { background:url('assets/images/icons/arrow-nav-left.svg') no-repeat center; }
.slick-prev { background:url('assets/images/icons/arrow-nav-right.svg') no-repeat center; }

.slick-dots { position:absolute; bottom:-40px; display:block; width:100%; padding:0; margin:0; list-style:none; text-align:center; }
.slick-dots li { display:inline-block; line-height:1.4; margin:0; padding:0; }
.slick-dots li button { position:relative; display:inline-block; cursor:pointer; min-width:0; padding:0; min-height:0; line-height:0; margin:0 4px; background:#81b8b1; }
.slick-dots li button { font-size:0; width:16px; height:16px; border-radius:50%; background-color:#81b8b1; transition:background-color .2s ease-out,border .2s ease-out; }
.slick-dots li button:focus, .slick-dots li button:hover { outline:none }
.slick-dots li button:focus:before, .slick-dots li button:hover:before { opacity:1 }
.slick-dots li.slick-active button { background:#2c7373; }
.slick-dots li::before { display:none; }

/* Form */
form { text-align:left; }
form p { margin-bottom:1em; }
form label { display:block; font-size:0.889em; font-weight:600; margin-bottom:0.5em; }
form .control__label { margin:0; font-size:0.889em; font-weight:500; }
form .note { display:block; margin-bottom:10px; font-size:0.778em; }
form .checkbox label { cursor:pointer }
form fieldset { border:0; padding:0; margin:0 }
form textarea { height:150px; resize:vertical }
form .g-recaptcha { margin-top:40px; }
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
	font:1em/1.4 Manrope, sans-serif; font-weight:500; color:#696460;
	display:block; width:100%; padding:10px; margin-top:5px; border:1px solid #d8d2c7;
	background:transparent; border-radius:0; outline:0; resize:vertical;
	-webkit-appearance:none; -moz-appearance:none; appearance:none;
	-webkit-box-sizing:border-box; box-sizing:border-box;
	-webkit-transition:border-color .3s ease; transition:border-color .3s ease
}
.bgdark input[type=text],
.bgdark input[type=tel],
.bgdark input[type=email],
.bgdark input[type=password],
.bgdark textarea,
.bgdark select { color:#f5f4f1; }
.bgmedium input[type=text],
.bgmedium input[type=tel],
.bgmedium input[type=email],
.bgmedium input[type=password],
.bgmedium textarea,
.bgmedium select { color:#f5f4f1; }
.bglight input[type=text],
.bglight input[type=tel],
.bglight input[type=email],
.bglight input[type=password],
.bglight textarea,
.bglight select { border-color:#7e7670; }

.input[disabled] { background-color:#f2f2f2; -webkit-box-shadow:none; box-shadow:none; cursor:not-allowed }
.control { margin:10px 0; -webkit-box-sizing:border-box; box-sizing:border-box; }
.control .option { display:inline-block; min-width:115px; margin:0 15px 10px 0; }
.control__input { position:absolute; opacity:0; pointer-events:none }
.control__label { display:inline-block; position:relative; padding-left:calc(20px + .6rem); will-change:transform; cursor:pointer }
.control__label::before { border:1px solid transparent }
.control__label::after,
.control__label::before { content:''; position:absolute; top:2px; left:0; width:20px; height:20px }
.control__label::after { border:1px solid transparent }
.control__label::before {
		border-color:#e0e1df;
		-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05);
		box-shadow:inset 0 1px 3px rgba(0,0,0,.05);
		background:#fff; background-size:0
}
.control__label::after {
		background-size:60%;
		background-repeat:no-repeat;
		background-position:center;
		-webkit-transform:scale(0);
		transform:scale(0);
		-webkit-transition:-webkit-transform .3s ease;
		transition:transform .3s ease;
		transition:transform .3s ease,-webkit-transform .3s ease;
		will-change:transform
}
.control__input[type=radio]+.control__label::before { border-radius:100% }
.control__input[type=radio]+.control__label::after { background-image:url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%2355C0E9%22%20d%3D%22M256%2C464c114.9%2C0%2C208-93.1%2C208-208c0-114.9-93.1-208-208-208C141.1%2C48%2C48%2C141.1%2C48%2C256C48%2C370.9%2C141.1%2C464%2C256%2C464z%22/%3E%3C/svg%3E) }
.control__input[type=checkbox]+.control__label::after { background-image:url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23232E5B%22%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22/%3E%3C/svg%3E) }
.control__input[type=checkbox][disabled]+.control__label,
.control__input[type=radio][disabled]+.control__label { cursor:not-allowed }
.control__input[type=checkbox][disabled]+.control__label::before,
.control__input[type=radio][disabled]+.control__label::before { background-color:#f2f2f2; -webkit-box-shadow:none; box-shadow:none }
.control__input:checked+.control__label::after { -webkit-transform:scale(1); transform:scale(1) }
select {
	background-image:url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%237f7f7f%22%20d%3D%22M256%2C298.3L256%2C298.3L256%2C298.3l174.2-167.2c4.3-4.2%2C11.4-4.1%2C15.8%2C0.2l30.6%2C29.9c4.4%2C4.3%2C4.5%2C11.3%2C0.2%2C15.5L264.1%2C380.9c-2.2%2C2.2-5.2%2C3.2-8.1%2C3c-3%2C0.1-5.9-0.9-8.1-3L35.2%2C176.7c-4.3-4.2-4.2-11.2%2C0.2-15.5L66%2C131.3c4.4-4.3%2C11.5-4.4%2C15.8-0.2L256%2C298.3z%22/%3E%3C/svg%3E);
	background-size:20px; background-repeat:no-repeat; background-position:calc(100% - .6rem) center;
}
select[disabled] { background-color:#f2f2f2; cursor:not-allowed }
select::-ms-expand { display:none }
.error, .wpcf7-not-valid-tip { display:block; background:red; color:#fff; font-size:0.778em; padding:5px 10px; border:1px solid #d8d2c7; border-top:0; }
.wpcf7 form .wpcf7-response-output { margin:2em 0; font-size:0.778em; padding:5px 10px; border:1px solid #d8d2c7; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border-color:#d8d2c7; background:red; }
.wpcf7 form.sent .wpcf7-response-output { border-color:#d8d2c7;  }
.wpcf7-form.sent .wpcf7-response-output { font-size:1.444em; line-height:1.2; font-weight:600; padding:1em; margin:0.5em 0; }
.wpcf7-form.sent p { display:none; }

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

	/* Typography */
	h1 { font-size:1.778em; line-height:1.3; margin-bottom:0.5em; }
	h2 { font-size:1.222em; line-height:1.2; margin-bottom:0.5em; }
	h3 { font-size:1em; line-height:1.3; margin-bottom:0.5em; color:#a59c93; }
	h4 { font-size:1em; line-height:1.3; color:#a59c93; }

	p.large { font-size:1.222em; }

	ul.tiles li p { font-size:0.889em !important; }
	ul.tiles li p { max-width:260px; }
	ul.tiles li:nth-child(2) p { max-width:220px; }

	/* Buttons and Links */
	.link { font-size:22px; background-size:18px; background-position:right 0.2em top 0.4em; }
	.link:hover, .link:active { background-position:right 0 top 0.4em }

	/* Header */
	.header { padding-top:40px; }
	.header .logo { margin-bottom:15px; }
	.header nav ul { font-size:1em; }
	.header nav ul a { padding:15px 0 20px 15px; }

	/* Main */
	main>section:first-of-type { padding-top:120px !important; }

	/* Hero */
	.hero { padding:40px 0; }
	.hero__text { max-width:540px; }

	/* Heading */
	.heading { padding:40px 0; }
	.heading__text { margin-bottom:40px; }
	.heading__text p { font-size:1.222em; }
	.content__side { margin:0 0 25px 0; }
	.heading--main .heading__text h1 { max-width:520px; }

	/* Title */
	.title h1 { margin-top:1em; }
	.title p { font-size:1.222em; }
	.title nav ul { font-size:1em; }

	/* Content */
	.content { padding:40px 0; }
	.content--overlap { padding-top:0; }
	.content__images { margin-bottom:40px; }
	.content__text { margin-bottom:40px; }
	.content__text .wrapper { max-width:620px; }
	.content__side { margin:0 0 25px 0; }

	/* Services */
	.services { padding:40px 0; }
	.services__text p { font-size:1.222em; max-width:600px; }
	.services__text li { padding:20px 0; font-size:0.889em; }
	.services__text li::before { top:21px; }

	/* Projects */
	.projects { padding:40px 0; }
	.projects--overlap { padding-top:20px; }

	/* Client */
	.client { padding:40px 0; }
	.client__text { width:100%; max-width:750px; }
	.client__text p { font-size:1.222em; }
	.client__projects { width:calc(100% + 30px); margin:0 -15px; }
	.client__projects__item { margin:0 15px; }
	.client .team__member { margin:0 15px; }
	.client .slider__nav { margin:0 15px 15px 0; }
	.clien--team .slider__nav { margin-bottom:25px; }
	.client__logos { padding:30px 0; }

	/* Careers */
	.careers { padding:40px 0; }
	.careers__item { padding-top:0; }
	.careers__item__text { padding:8%; }

	/* Team */
	.team { padding:40px 0; }
	.team .container { row-gap:40px; }
	.team__member { padding:0 20px 40px 0; }
	.team__member__image { max-width:200px; margin-bottom:1.5em; }

	/* Profile */
	.profile { padding:40px 0 80px 0; }
	.profile__text__summary h2 { font-size:1.778em; }

	/* Contact */
	.contact { padding:40px 0; }
	.contact__item { margin-bottom:80px; }
	.contact__item--options ul { font-size:1.222em; }
	.contact__item--options li { padding-left:30px; }
	.contact__item--options li.icon--call { background-size:19px; }
	.contact__item--options li.icon--email { background-size:19px; }
	.contact__item--options li.icon--address { background-size:19px; }
	.contact__item__footer { padding-left:30px; }

	/* Prompt */
	.prompt { padding:40px 0; }

	/* Call to action */
	.callto__action { padding:40px 0; }
	.callto__action__text { padding:6% 8%; }
	.callto__action__text p { font-size:1.222em; max-width:360px; }

	/* Footer */
	.footer { padding:40px 0; }
	.footer__contact p { font-size:1.222em; }
	.footer__links { font-size:0.889em; }

}

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

	/* Heading */
	.heading__images__item { width:23.18840579710145%; }
	.heading__images__item:nth-child(1) { display:none; }

	/* Title */
	.title .wrapper { padding:0; }

	/* Projects */
	.projects--overlap::before { height:24vw }
	.projects .container { grid-template-columns:repeat(2, 1fr); column-gap:3.8461538461538463%; row-gap:40px; }
	.projects__item:nth-child(3) { clip-path:none; }

	/* Services */
	.services__image { display:none; }
	.services__text { width:100%; }
	.services__text ul { grid-template-columns:repeat(3, 1fr); column-gap:7%; row-gap:0; padding-left:30px; }

	/* Client */
	.client__logos { padding:20px 0; }
	.client__logos li:nth-child(5) { display:none; }

	/* Contact */
	.contact__item .wrapper { padding:0; }

	/* Team */
	.team__member h2 { font-size:1em; }
	.team__member p, .team__member ul { font-size:0.889em; }

	/* Profile */
	.profile { padding:30px 0 60px 0; }
	.profile__image { width:200px; margin-right:30px; }
	.profile__text__summary { margin:1.5em 0; }

	/* Call to action */
	.callto__action { padding:40px 0; }
	.callto__action__text { padding:10px 0; }
	.callto__action__text p { font-size:1.222em; max-width:360px; }

}

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

	/* Hero */
	.hero__image { width:90%; }
	.hero__image .overlay { background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); }

	/* Heading */
	.heading { padding-bottom:30px; }
	.hero+.heading { padding-top:20px; }
	.heading .container { flex-direction:row; }
	.heading__text { width:100%; }
	.heading__side { display:none;width:100%; max-width:100%; max-width:620px; }

	/* Title */
	.title h1 span { display:block; margin-left:0; }

	/* Content */
	.content { padding-bottom:30px; }
	.content .container { flex-direction:row; }
	.content__images { margin-bottom:30px; }
	.content__text { width:100%; }
	.content__side { width:100%; margin-bottom:0; max-width:620px; }
	.content__side .link { font-size:24px; font-weight:700; padding-right:30px; background-position:right 0.2em top 0.45em; }
	.content__side .link:hover, .content__side .link:active { background-position:right 0 top 0.45em }

	/* Careers */
	.careers { padding:40px 0; }
	.careers__item { width:100%; }
	.careers__item+.careers__item { margin-top:40px; }

	/* Team */
	.team { padding:30px 0; }
	.team .container { grid-template-columns:repeat(2, 1fr); column-gap:3.8461538461538463%; row-gap:30px; }
	.team .container::after { display:none; }
	.team__member { padding-bottom:25px; }

	/* Profile */
	.profile__image { width:30%; margin-right:30px; }

	/* Contact */
	.contact { padding:30px 0; }
	.contact__item { margin-bottom:50px; }
	.contact__item--options ul { font-size:1em; }
	.contact__item--options li { padding-left:25px; }
	.contact__item--options li.icon--call { background-size:17px; }
	.contact__item--options li.icon--email { background-size:17px; }
	.contact__item--options li.icon--address { background-size:17px; }
	.contact__item__footer { padding-left:25px; }

	/* Prompt */
	.prompt { padding:30px 0; text-align:center; }
	.prompt p { font-size:1.444em; line-height:1.3; }
	.prompt p img { width:42px; }
	.prompt p a { background-position:right top 0.45em; background-size:19px; padding-right:30px; }
	.prompt p a:hover, .prompt p a:active { padding-right:40px; }

	/* Footer */
	.footer { padding:40px 0; }
	.footer .container { justify-content:flex-start; }
	.footer__contact { width:100%; margin:0 0 40px 0; }
	.footer__links { width:100%; max-width:460px; }
	.footer__copyright { width:100%; margin-top:100px; }

}

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

	/* Header */
	.header .logo { width:200px; }
	.header nav ul { display:none; }
	.header nav #menubutton { display:block; }

}

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

	/* Typography */
	body { font-size:1em; }
	h1 { font-weight:700; }

	/* Cookie Consent */
  .cc_container { padding:15px 15px 75px 15px; font-size:15px; }

	/* Structure */
	.container { width:90%; }

	/* Main */
	main>section:first-of-type { padding-top:125px !important; }

	/* Hero */
	.hero { padding:25px 0; }
	.hero__text h1 { font-weight:700; }
	.hero__image { width:100%; }
	.hero__image__mask { animation:swipemobile 0.4s ease-out 0.4s forwards; opacity:0; overflow:hidden; position:relative }
	.hero__image__mask .hero__slider { width:120%; max-width:120%; }
	.hero__image__divider { left:13.5%; animation:dividermobile 0.8s ease-out 0.4s forwards; }

	/* Heading */
	.heading__images__item { width:31.16883116883117%; }
	.heading__images__item:nth-child(2) { display:none; }
	.heading--main .heading__text h1 { max-width:420px; }

	/* Projects */
	.projects__item h4 { font-size:0.875em; }

	/* Services */
	.services__text ul { grid-template-columns:repeat(2, 1fr); column-gap:10%; }
	.services__text li { font-size:1em; }
	.services__text li::before { top:20px; }

	/* Careers */
	.careers { padding:25px 0; }
	.careers__item+.careers__item { margin-top:25px; }

	/* Team */
	.team__member h2 { font-weight:700; }
	.team__member p, .team__member ul, .team__member .link { font-size:1em; }

	/* Client */
	.client__projects { width:100%; margin:0; }
	.client__projects__item { margin:0; }
	.client .team__member { padding:0; border:0; margin:0; display:flex; align-items:center; }
	.client .team__member:last-child { border-bottom:0; }
	.client .team__member__image { width:35%; min-width:100px; margin:0 25px 0 0; }
	.client .team__member__text { flex:1; }

	.client .slider__nav { margin:0 0 15px 0; }
	.client__text+.client__logos { padding-top:0; }
	.client__logos li:nth-child(4) { display:none; }

	/* Contact */
	.contact { padding:25px 0; }
	.contact__item { width:100%; }
	.contact__item--options { border-bottom:1px solid #d8d2c7; padding-bottom:40px; }
	.contact__item--options ul { font-size:1.222em; }

	/* Footer */
	.footer { padding:25px 0; }

}

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

	/* Typography */
	ul.tiles { grid-template-columns:repeat(1, 1fr); column-gap:0; row-gap:25px; }
	ul.tiles li { padding:15px 25px; }
	ul.tiles li p { font-size:1em !important; }

	/* Heading */
	.heading__images__item { width:47.5%; }
	.heading__images__item:nth-child(3) { display:none; }

	/* Title */
	.title { padding-bottom:15px; }

	/* Projects */
	.projects--overlap::before { height:44vw; }
	.projects .container { grid-template-columns:repeat(1, 1fr); column-gap:0; row-gap:25px; }
	.projects__item:nth-child(2) { clip-path:none; }

	/* Call to action */
	.callto__action { padding:25px 0; width:100%; }
	.callto__action__text p { max-width:100%; }

	/* Team */
	.team { padding:25px 0; }
	.team .container { grid-template-columns:repeat(1, 1fr); column-gap:0; row-gap:30px; }
	.team__member { padding:10px 0 40px 0; border-right:0; display:flex; align-items:center; }
	.team__member:last-child { border-bottom:0; }
	.team__member__image { width:35%; min-width:100px; margin:0 25px 0 0; }
	.team__member__text { flex:1; }

	/* Profile */
	.profile { padding:25px 0 50px 0; }
	.profile__image { width:100%; margin:0 0 0.5em 0; }
	.profile__text { width:100%; flex:initial; }


}

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

	/* Typography */
	h1 { font-size:1.444em; }

	/* Services */
	.services__text ul { grid-template-columns:repeat(1, 1fr); max-width:270px; }
	.services__text li { padding:10px 0; border:0; }
	.services__text li::before { top:11px; }

	/* Prompt */
	.prompt p img { display:none }

	/* Team */
	.team__member { align-items:flex-start; }
	.client .team__member { padding-top:25px; align-items:flex-start; }

}
