html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Muli', 'Helvetica Neue LT', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 27px;
	color: #111216;
	background-image: url('../images/background.jpg');
	background-color: #C2CDCD;
	overflow-x: hidden;
}

.clear:before, .container:before, .container:after, .row:after, .bg-white:before, .bg-white:after, .bg-light:before, .bg-light:after, .bg-dark:before, .bg-dark:after {
    content: '';
    display: table;
}

.container:after, .row:after, .bg-white:after, .bg-light:after, .bg-dark:after {
    clear: both;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header, footer, main, nav, article, form, .footer, .scroller {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	box-sizing: border-box;
}

div {
	box-sizing: border-box;
}

h1, .h1 {
	margin: 0;
	padding: 0.5em 0;
	font-family: 'Sora';
	font-weight: 800;
	font-size: 60px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

h2, .h2 {
	margin: 0;
	padding: 0.5em 0;
	font-family: 'Sora';
	font-weight: 800;
	font-size: 48px;
	line-height: 1.333;
	letter-spacing: 0;
	text-transform: uppercase;	
}

h3, .h3 {
	margin: 0;
	padding: 0.5em 0;
	font-family: 'Muli';
	font-weight: 800;
	font-size: 27px;
	line-height: 1.333;
	letter-spacing: 0;
	text-transform: none;
}

h4, .h4 {
	margin: 0;
	padding: 0.5em 0;
	font-size: 20px;
	line-height: 1.333;
	letter-spacing: 0;
	text-transform: uppercase;	
}

h5, .h5 {
	margin: 0;
	padding: 0.5em 0;
	font-size: 27px;
	line-height: 1;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0;	
}

.title {
	font-size: 1.1em;
}

p {
	margin: 0;
	padding: 0.5em 0;
	line-height: 1.77;
}

ul, ol {
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	line-height: 1.77;
}

a {
	color: #111216;
	text-decoration: none;
}

a:hover {
	color: #73A282;
}

strong, b {
	font-weight: 700;
}

hr {
	margin: 0;
	padding: 0;
	height: 1px;
	border: none;
	background-color: #707070;
}

.logo {
	width: 200px;
	float: left;
	position: relative;
}

.logo-mark, .logo-word {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	transition: opacity 200ms;
}

.logo-mark svg, .logo-word svg {
	max-width: 100%;
	height: auto;
	fill: white;
}

.logo-mark {
	margin-top: -18px;
	width: 60px;
	height: auto;
	display: inline-block;
	position: relative;
	left: -30px;
	opacity: 0;
	transition: all 250ms;
}

.logo-mark.show {
	opacity: 1;
	left: 0;
}

.logo-word {
	margin-top: 8px;
	max-width: 100%;
	height: auto;
	opacity: 1;
	transition: opacity 250ms;
}

.logo-word.hide {
	opacity: 0;
}

.main-nav {
	width: 100%;
	padding-top: 57px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;	 
	pointer-events: none;
	mix-blend-mode: difference;
}

.main-nav a, .main-nav button, .main-nav img {
	pointer-events: all;
}

.main-nav.cases {
	mix-blend-mode: normal;
}

.main-nav.cases svg {
	fill: #111216;
}

.navigation {
	display: inline-block;
	list-style: none;
	text-align: right;
	display: none;
	float: right;
	clear: both;
}

.navigation li a {
	text-transform: uppercase;
	font-family: 'Sora';
	font-weight: 800;
	font-size: 21px;
	line-height: 1.76;
	color: #fff;
	opacity: 1;
}

.navigation li a:hover {
	color: #fff;
}

.main-nav.cases .navigation li a {
	color: #111216;
}

.site-switcher {
	margin: 0 7px;
	padding: 0 3px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	float: right;
	background-color: #978E8E;
	border-radius: 38px;
}

.site-switcher li {
	margin: 4px;
	float: left;
}

.site-switcher li a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
}

.site-switcher li a svg {
	width: 18px;
	height: auto;
	fill: #000;
}

.site-switcher li a.active {
	background-color: #000;
}

.site-switcher li a.active svg {
	fill: #FFF;
}

.header {
	position: relative;
	color: #fff;
	background-color: #111216;
	overflow: hidden;
}

.header-home {
	height: 100vh;
	display: flex;
	justify-content: center;
}

.header-text {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}

.header-video, .header-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.header-video {
	z-index: 2;
}

.header-video video, .case-block-video video, .case-block-image img, .header-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.case-block-video video {
	border-radius: 15px;
}

.header-page {
	padding-top: 200px;
}

.header-case {
	padding-top: 200px;
	color: #111216;
}

.scroll-indicator {
	padding: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.scroll-indicator-text {
	font-family: 'Sora';
	font-weight: 400;
	text-transform: uppercase;
}

.scroll-indicator-icon {
	margin: 0 auto 20px auto;
	width: 63px;
	height: 38px;
	position: relative;
	display: block;
	background-image: url(../images/icon-scroll-indicator.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.scroll-indicator-icon-arrow {
	width: 17px;
	height: 20px;
	position: absolute;
	top: 9px;
	left: 23px;
	background-image: url(../images/icon-scroll-indicator-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation-name: indicatorArrow;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes indicatorArrow {
	0%   {top: 9px;}
	25%  {top: 12px;}
	50%  {top: 9px;}
}

.container {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
}

.row {
	margin-left: -16px;
	margin-right: -16px;
	width: 100%;
	width: calc(100% + 32px);
	clear: both;
}

.row-lg {
	margin-left: -32px;
	margin-right: -32px;
	width: 100%;
	width: calc(100% + 64px);
}

.row-sm {
	margin-left: -5px;
	margin-right: -5px;
	width: 100%;
	width: calc(100% + 10px);
}

.row-equal-height {
	display: flex;
	flex-wrap: wrap;
}

.equal-height {
	display: flex;
    flex-direction: column;
}

.equal-height-align-middle {
	justify-content: center;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	padding: 0 16px;
	min-height: 1px;
	width: 100%;
	float: left;
}

.col-lg {
	padding-left: 32px;
	padding-right: 32px;
}

.col-sm {
	padding-left: 5px;
	padding-right: 5px;
}

.col-11 {
	width: 91.666%;
}

.col-10 {
	width: 83.333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.666%;
}

.col-7 {
	width: 58.333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.666%;
}

.col-4 {
	width: 33.333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.666%;
}

.col-1 {
	width: 8.333%;
}

.col-0 {
	width: 0;
}

.case-block {
	display: block;
}

.case-block-title {
	font-size: 24px;
}

.case-block-caption {
	padding: 0;
	font-size: 18px;
	color: #839292;
}


.case-block-description {
	font-size: 18px;
}

.case-block-frame {
	padding-top: 125%;
	position: relative;
}

.case-block-image {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
}

.case-block-image img {
	transition: all 2s;
}

.case-block-video {
	width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.case-block:hover .case-block-video {
	display: block;
}

.case-block:hover .case-block-image img {
	width: 115%;
	height: 115%;
	top: -7.5%;
}

.case-block-text {
	padding: 15px 30px 0 30px;
}

.case-header-image {
	position: relative;
	clear: both;
}

.case-header-image:before {
	content: '';
	width: 100%;
	height: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: currentColor;
	z-index: 0;
}

.case-header-image img {
	position: relative;
	z-index: 1;
}

.case-images-col {
	padding-top: 16px;
	padding-bottom: 16px;
}

.case-client-name {
	font-weight: 800;
	display: inline-block;
	position: relative;
}

.case-client-name:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0.25em;
	left: 0;
	background-color: currentColor;
}

.quote {
	padding-top: 80px;
	color: #576565;
	position: relative;
}

.quote-heading {
	text-transform: uppercase;
}

.quote-icon {
	font-weight: 800px;
	font-size: 120px;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
}

.block {
	padding-top: 16px;
	padding-bottom: 16px;
}

.block-offset-md {
	margin-top: 100px;
}

.block-offset-sm {
	margin-top: 50px;
}

.block-inset-md {
	margin-top: -100px;
}

.img-responsive {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.rounded {
	border-radius: 15px;
	overflow: hidden;
}

.bg-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.bg-padding-bottom {
	padding-bottom: 100px;
}

.bg-padding-top {
	padding-top: 100px;
}

.bg-padding-top-sm {
	padding-top: 50px;
}

.bg-padding-sm {
	padding-top: 50px;
	padding-bottom: 50px;
}

.bg-padding-bottom-sm {
	padding-bottom: 50px;
}

.bg-padding-xs {
	padding-top: 8px;
	padding-bottom: 8px;
}

.bg-white, .bg-light, .bg-medium, .bg-dark {
	clear: both;
}

.bg-white {
	background-color: #fff;
}

.bg-light {
	background-color: rgba(255, 255, 255, 0.67);
}

.bg-medium {
	background-color: #C2CDCD;
}

.bg-dark {
	color: #C2CDCD;
	background-color: #324B4B;
}

.bg-dark h1, .bg-dark .h1, .bg-dark h2, .bg-dark .h2, .bg-dark h3, .bg-dark .h3, .bg-dark h4, .bg-dark .h4, .bg-dark h5, .bg-dark .h5 {
	color: #fff;
}

.bg-dark a {
	color: #C2CDCD;
}

.bg-dark a:hover {
	color: #fff;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.text-md {
	font-size: 20px;
}

.text-sm {
	font-size: 16px;
}

.text-xs {
	font-size: 14px;
}

.text-medium {
	color: #839292;
}

.text-medium a, a.text-medium {
	color: #839292;
}

.text-medium a:hover, a.text-medium:hover {
	color: #111216;
}

.bg-dark .text-medium a:hover, .bg-dark a.text-medium:hover {
	color: #C2CDCD;
}

.input {
	margin: 0;
	padding: 10px 0;
	display: block;
    width: 100%;
    max-width: 100%;
    font-family: 'Muli', 'Helvetica Neue LT', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	background-color: transparent;
	border: none;
	border-bottom: solid #707070 1px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.input:focus {
	outline: none;
	border-color: #111216;
}

.btn {
	font-size: inherit;
	font-family: inherit;
	font-weight: bold;
	display: inline-block;
	position: relative;
	cursor: pointer;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
}

.btn-sm {
	font-size: 20px;
}

.btn-xs {
	font-size: 16px;
}

.btn-form {
	padding: 1em 3em 1em 2em;
	color: #FFF;
	background-image: url('../images/icon-arrow-right-white.svg');
	background-repeat: no-repeat;
	background-position: 90% center;
	background-position: calc(100% - 1em) center;
	background-size: 1em 0.5em;
	background-color: #324B4B;
	border-radius: 6em;
}

.btn-form:hover {
	background-color: #111216;
}

.btn-round {
	margin: 0 auto;
	width: 130px;
	height: 146px;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #111216;
	background-image: url('../images/btn-round.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: 250ms;
}

.btn-round:hover {
	color: #fff;
	background-image: url('../images/btn-round-filled.svg');
}

.btn-round .btn-text {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	display: block;
	position: absolute;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
}

.btn-round .btn-icon {
	margin: 0 auto;
	width: 57px;
	display: block;
}

.btn-icon .icon-grid-square {
	margin: 4px;
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	background-color: #111216;
}

.btn-round:hover .icon-grid-square {
	background-color: #fff;
}

.btn-arrow {
	padding: 5px 0;
	padding-right: 32px;
	color: #111216;
	background-image: url('../images/icon-arrow-right.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 20px 12px;
}

.btn-arrow:hover {
	color: #111216;	
}

.btn-arrow:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #576565;
	transition: ease-in bottom 200ms;
}

.btn-arrow:hover:before {
	bottom: -5px;
}

.btn-horizontal {
	padding: 0;
	padding-right: 50px;
	background-image: url('../images/icon-button-arrow-right.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}

.btn-horizontal:hover {
	color: #111216;
	background-image: url('../images/icon-button-arrow-right-white.svg');
}

.btn-nav {
	margin-left: 4px;
	width: 38px;
	height: 38px;
	position: relative;
	display: block;
	float: right;
	color: #C2CDCD;
	background-image: url('../images/icon-bars.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	background-color: #978E8E;
	border-radius: 50%;
}

.main-nav.cases .btn-nav:hover {
	background-image: url('../images/icon-bars.svg');	
}

.btn-header {
	margin: 0 7px;
	width: 38px;
	height: 38px;
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	background-color: #C2CDCD;
	border-radius: 50%;
}

.btn-header:hover {
	background-color: #111216;
}

.btn-instagram {
	background-image: url('../images/icon-instagram.svg');
}

.btn-instagram:hover {
	background-image: url('../images/icon-instagram-gray.svg');
}

.main-nav.cases .btn-instagram {
	background-image: url('../images/icon-instagram-white.svg');
	background-color: #111216;
}

.main-nav.cases .btn-instagram:hover {
	background-image: url('../images/icon-instagram.svg');
	background-color: #f2fcf7;
}

.btn-linkedin {
	background-image: url('../images/icon-linkedin.svg');
}

.btn-linkedin:hover {
	background-image: url('../images/icon-linkedin-gray.svg');
}

.main-nav.cases .btn-linkedin {
	background-image: url('../images/icon-linkedin-white.svg');
	background-color: #111216;
}

.main-nav.cases .btn-linkedin:hover {
	background-image: url('../images/icon-linkedin.svg');
	background-color: #f2fcf7;
}

.btn-social-media {
	width: 38px;
	height: 38px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	background-color: #111216;
	border-radius: 50%;
}

.btn-social-media:hover {
	background-color: #707070;
}

.btn-social-media.btn-linkedin {
	background-image: url('../images/icon-linkedin-white.svg');
}

.btn-social-media.btn-instagram {
	background-image: url('../images/icon-instagram-white.svg');
}

.btn-social-media.btn-phone {
	background-image: url('../images/icon-phone-white.svg');
}

.btn-social-media.btn-email {
	background-image: url('../images/icon-email-white.svg');
}

.page-title {
	padding-top: 0;
}

.page-subtitle {
	font-weight: 800;
}

.partners {
	position: relative;
	z-index: 1;
}

.partners-row {
	width: 100%;
	width: calc(100% + 10px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

.partners-row .partner {
	opacity: 0;
	pointer-events: none;
}

.partner.visible {
	opacity: 1;
	pointer-events: all;
}

.partner {
	margin-top: 10px;
	position: relative;
	background-color: #324B4B;
	overflow: hidden;
	pointer-events: all;
	transition: opacity 250ms;
}

.partner:after {
	content: '';
	display: block;
	padding-top: 100%;
}

.partner-logo {
	width: 50%;
	height: 100%;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
}

.partner-logo img, .partner-image img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}

.partner-image {
	width: 0%;
	height: 0%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	z-index: 2;
	transition: ease-in all 200ms;
}

.partner:hover .partner-image {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.embed-container {
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
	overflow: hidden;
}

.embed-container.instagram {
	padding-bottom: 180%;
	padding-bottom: calc(125% + 190px);
}

.embed-container.spotify {
	border-radius: 12px;
	padding-bottom: 152px;
}

.embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.about-quote {
	font-size: 1.8em;
	font-family: 'Sora';
	color: #324B4B;
}

.service {
	padding-top: 8px;
	padding-bottom: 8px;
}

.service-title {
	margin-bottom: 0.25em;
	padding-right: 2em;
	font-size: 22px;
	position: relative;
	border-bottom: solid 1px #859494;
}

.service-title-caption {
	position: absolute;
	bottom: 0.75em;
	right: 0;
	font-size: 0.75em;
}

.scroller-container {
	overflow: hidden;
}

.scroller {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	display: grid;
	gap: 16px;
	grid-auto-flow: column;
	grid-auto-columns: 21%;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	scroll-padding-inline: 16px;
	scrollbar-width: none;
}

.scroller::-webkit-scrollbar {
    display: none;
}

.scroller-item {
	display: flex;
    flex-direction: column;
    pointer-events: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.scroller-item:nth-child(3n+1) img {
	margin-top: 60px;
}

.scroller-item:nth-child(2n+1) img {
	margin-top: 30px;
}

.link-block {
	padding: 40px 0;
	height: 100%;
	border-bottom: solid 1px #c2cdcd;
}

.link-block-top {
	border-top: solid 1px #c2cdcd;	
}

.link-block-text {
	font-size: 16px;
	color: #576565;
}

.link-block-title {
	padding-bottom: 0;
}

.clear {
	clear: both;
}

.footer {
	padding: 30px;
}

.footer p {
	padding: 8px 0;
}

.footer .text-xs p {
	font-size: inherit;
}

.footer-marquee {
	height: 6em;
	position: relative;
	overflow: hidden;
}

.footer-marquee-title {
	position: absolute;
	top: 30px;
	left: 0;
	opacity: 0;
	transition: all 500ms;
}

.footer-marquee-title.visible {
	top: 0;
	opacity: 1;
}

.copyright {
	padding: 12px 0;
}

.cursor {
	width: 90px;
	height: 90px;
	position: fixed;
	display: flex;
	align-items: center;
	font-size: 60px;
	text-align: center;
	cursor: none;
	pointer-events: none;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color 100ms;
	z-index: 5;
}

.cursor.visible {
	background-color: rgba(194, 205, 205, 0.9);
}

.cursor .text {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Sora';
	font-size: 16px;
	font-weight: 600;
}

.animate {
	opacity: 0;
	transition: all 750ms;
	position: relative;
    left: -30px;
}

.animate-enter {
	opacity: 1;
	left: 0;
}

.team-member {
	padding: 0 0 11px 0;
	background-color: #FFF;
	border-radius: 14px;
	overflow: hidden;
}

.team-image {
	position: relative;
}

.slide-margin-top {
	margin-top: 4em;
}

.slide-margin-top-sm {
	margin-top: 1.5em;
}

.podcast, a.podcast {
	padding: 2em 1.5em 1em 1.5em;
	display: block;
	border-radius: 15px;
}

a.podcast:hover {
	color: #FFF;
}

.podcast-title {
	padding: 0 0 11px 0;
	font-weight: 800;
	font-size: 27px;
	line-height: 1;
}

.podcast-caption {
	padding: 0 0 1px 0;
	font-weight: 800;
	font-size: 23px;
	line-height: 1.13;
}

.podcast-image {
	padding-top: 3em;
	padding-bottom: 3em;
}

.podcast-season-title {
	display: flex;
	align-items: center;
}

.podcast-season-change {
	margin-left: 30px;
	width: 25px;
	height: 17px;
	background-image: url('../images/icon-chevron-down.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 110%;
	cursor: pointer;
}

.podcast-season-change.rotated {
	transform: rotate(180deg);
}

.podcast-season-description {
	display: none;
}

.podcast-season-description.show {
	display: block;
}

.podcast-change-season-list {
	margin: 0 0 2em 0;
	padding: 0;
	display: none;
	list-style: none;
}

.podcast-change-season-list li {
	font-weight: bold;
	color: #575757;
	cursor: pointer;
	clear: both;
}

.podcast-change-season-list li:hover {
	color: #EC6607;
}

.podcast-nav-mobile {
	display: none;
}

.podcast-nav-button {
	margin-top: 1em;
	height: 25px;
	width: 17px;
	display: block;
	float: right;
	overflow: hidden;
	text-indent: 999px;
	background-image: url(../images/icon-chevron-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.podcast-nav-next {
	float: left;
	background-image: url(../images/icon-chevron-right.svg);
}

.swiper-slide.podcast-hidden {
	display: none;
}

.team-image {
	position: relative;
}

.team-video {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: 250ms opacity;
}

.team-video-btn {
	width: 38px;
	height: 38px;
	display: none;
	position: absolute;
	bottom: 16px;
	left: 16px;
	background-image: url('../images/icon-play.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px;
	background-color: rgba(0, 0, 0, 0.66);
	border-radius: 50%;
	border: solid 2px #FFF;
	z-index: 3;
}

.team-video-btn-pause {
	background-image: url('../images/icon-pause.svg');
}

.team-role {
	padding: 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
}

.team-name {
	padding: 11px 0;
	font-size: 45px;
	line-height: 1;
}

.team-text {
	padding: 0.5em 1em;
}

.team-description-hidden {
	max-height: 3.1em;
	overflow: hidden;
	position: relative;
}

.team-description-hidden:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.team-description p {
	font-size: 18px;
	line-height: 1.26;
}

.team-description-more {
	height: 9px;
	text-align: center;
	background-image: url('../images/icon-chevron-down.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

.team-description-more.rotated {
	rotate: 180deg;
}

.team-buttons {
	margin-top: 0.5em;
	display: flex;
}

.team-buttons .btn {
	margin-right: 9px;
	flex-shrink: 0;
	flex-grow: 0;
}

.loading-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #C2CDCD;
	z-index: 99999;
}

.loading-overlay.animated {
	top: 100%;
	animation-name: loadingAnimation;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

@keyframes loadingAnimation {
	0%   {top: 0;}
	50%  {top: 0;}
	100% {top: -100%;}
}

.pong {
	margin: 0 auto;
	width: 350px;
	max-width: 80%;
	position: relative;
	top: calc(50% - 148.75px);
	left: 0;
	opacity: 1;
	transition: opacity 250ms;
}

.animated .pong {
	opacity: 0;
}

.pong:after {
	content: '';
	display: block;
	padding-top: 85%;
}

.pong-line {
	width: 0;
	height: 100%;
	left: calc(50% - 2px);
	position: absolute;
	border-right: dashed 2px #111216;
}

.pong-paddle {
	width: 3%;
	height: 20%;
	position: absolute;
	background-color: #111216;
}

.pong-paddle-1 {
	top: 40%;
	left: 3%;
	animation-name: paddle1;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes paddle1 {
	0%   {top: 40%;}
	50%	{top: 60%;}
	100% {top: 40%;}
}

.pong-paddle-2 {
	top: 10%;
	right: 3%;
	animation-name: paddle2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-delay: -500ms;
}

@keyframes paddle2 {
	0%   {top: 10%;}
	50%	{top: 40%;}
	100% {top: 10%;}
}

.pong-ball {
	width: 3%;
	height: 3%;
	position: absolute;
	top: 97%;
	left: 65%;
	background-color: #111216;
	animation-name: pongBall;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: -500ms;
}

@keyframes pongBall {
	0%   {top: 97%; left: 65%;}
	25%  {top: 50%; left: 6%;}
	50%  {top: 0; left: 45%;}
	75%  {top: 40%; left: 92%;}
	100% {top: 97%; left: 65%;}
}

.pong-text {
	margin: 0 auto;
	width: 100%;
	display: block;
	position: absolute;
	top: 75%;
	top: calc(50% + 180px);
	left: 0;
	text-align: center;
	font-family: 'Muli';
    font-weight: 800;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    text-transform: uppercase;
	animation-name: pongText;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes pongText {
	0%   {opacity: 1;}
	50%  {opacity: 0;}
	75%  {opacity: 0;}
	100% {opacity: 1;}
}

.swiper.slideshow.carousel {
	width: 100%;
	height: auto;
}

.slideshow.carousel .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slideshow.carousel .swiper-slide img, .slideshow.carousel .swiper-slide video {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.slideshow.carousel .swiper-slide {
	width: 400px;
	max-width: 80%;
}

.slideshow .swiper-button-next, .slideshow .swiper-button-prev {
	color: white;
}

.slideshow.team {
	background-color: transparent;
	border-radius: 0;
}

.slideshow.team .swiper-slide {
	width: 25%;
}

.slideshow.podcasts .swiper-slide {
	width: 25%;
}

.banner {
	padding: 1em;
	position: fixed;
	left: 0;
	top: 50%;
	top: calc(50% - 56px);
	z-index: 5;
	color: #FFF;
	background-color: #324B4B;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}

.banner p {
	padding: 0;
}

.banner .btn-arrow {
	color: #FFF;
	background-image: url(../images/icon-arrow-right-white.svg);
}

.banner .btn-arrow:before {
	background-color: #839292;
}

.banner-btn-close {
	width: 14px;
	height: 9px;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	background-image: url('../images/icon-close.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: transparent;
}

.contact-links {
	margin-bottom: 1.5em;
}

.pagination {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination li {
	display: inline-block;
}

.pagination li a, .pagination li span {
	margin: 4px;
	padding: 9px;
	min-width: 1.77em;
	display: block;
	text-align: center;
	color: #839292;
	background-color: transparent;
	border-radius: 2em;
}

.pagination li a:hover {
	color: #111217;
}

.pagination li span {
	color: #fff;
	background-color: #111217;
}

@media only screen and (min-width: 1589px) {

	h1, .h1 {
		font-size: 80px;
		letter-spacing: -1px;
	}

	h2, .h2 {
		font-size: 60px;
	}

	.container {
		max-width: 1540px;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.666%;
	}

	.col-lg-10 {
		width: 83.333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.666%;
	}

	.col-lg-7 {
		width: 58.333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.666%;
	}

	.col-lg-4 {
		width: 33.333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.666%;
	}

	.col-lg-1 {
		width: 8.333%;
	}

	.text-sm {
    	font-size: 20px;
	}

	.text-xs {
		font-size: 16px;
	}

	.partner-logo {
		width: calc(100% - 60px);
		height: calc(100% - 60px);
		top: 30px;
		left: 30px;
	}

	.footer p {
		font-size: 20px;
	}

}

@media only screen and (min-width: 1426px) {

	.logo {
		margin-left: -30px;
	}

	.btn-nav, .navigation {
		margin-right: -31.5px;
	}

}

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

	body {
		font-size: 20px;
	}

	h5, .h5 {
		font-size: 20px;
	}

	.footer p {
		font-size: 18px;
	}

	.team-name {
		font-size: 30px;
	}

}

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

	.slideshow.podcasts .swiper-slide {
		width: 33.33%;
	}

	.slideshow.team .swiper-slide {
		width: 330px;
	}

}

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

	body {
		font-size: 20px;
	}

	h1, .h1 {
		font-size: 2em;
		letter-spacing: 0;
	}

	h2, .h2 {
		font-size: 1.8em;
	}

	h3, .h3 {
		font-size: 1.2em;
	}

	h4, .h4 {
		font-size: 0.8em;
	}

	h5, .h5 {
		font-size: 20px;
	}
	
	.main-nav {
		padding-top: 30px;
	}

	.logo-word {
		margin-top: 10px;
	}

	.logo-mark {
		margin-top: -10px;
		width: 46px;
		height: auto;
	}

	.text-md {
		font-size: 18px;
	}

	.text-sm {
		font-size: 16px;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.666%;
	}

	.col-sm-10 {
		width: 83.333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.666%;
	}

	.col-sm-7 {
		width: 58.333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.666%;
	}

	.col-sm-4 {
		width: 33.333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.666%;
	}

	.col-sm-1 {
		width: 8.333%;
	}

	.col-sm-0 {
		display: none;
	}

	.case-block-title {
		font-size: 20px;
	}

	.case-block-caption, .case-block-description {
		font-size: 16px;
	}

	.team-description p {
		font-size: 16px;
	}

	.scroller {
		grid-auto-columns: 25%;
	}

}


@media only screen and (min-width: 768px) {

	.team-member:hover .team-video {
		opacity: 1;
	}

}

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

	body {
		font-size: 18px;
	}

	.logo {
		margin-top: -4px;
		width: 140px;
	}

	.logo-mark {
		margin-top: 0;
		width: auto;
		height: 44px;
	}

	.logo-mark svg {
		max-height: 100%;
		width: auto;
	}

	.header-case, .header-page {
		padding-top: 100px;
	}

	.scroll-indicator-text {
		display: none;
	}

	.main-nav .btn-header {
		display: none;
	}

	.row-lg {
		margin-left: -16px;
		margin-right: -16px;
		width: 100%;
		width: calc(100% + 32px);
	}

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width: 100%;
		float: left;
		clear: none;
	}

	.col-xs-12 {
		float: initial;
		clear: both;
	}

	.col-xs-11 {
		width: 91.666%;
	}

	.col-xs-10 {
		width: 83.333%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-8 {
		width: 66.666%;
	}

	.col-xs-7 {
		width: 58.333%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-5 {
		width: 41.666%;
	}

	.col-xs-4 {
		width: 33.333%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-2 {
		width: 16.666%;
	}

	.col-xs-1 {
		width: 8.333%;
	}

	.col-xs-0 {
		display: none;
	}

	.bg-padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.bg-padding-top {
		padding-top: 40px;
	}

	.bg-padding-bottom {
		padding-bottom: 40px;
	}

	.bg-padding-sm {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.bg-padding-top-sm {
		padding-top: 16px;
	}

	.bg-padding-bottom-sm {
		padding-bottom: 16px;
	}

	.bg-padding-bottom-md {
		padding-bottom: 32px;
	}

	.bg-padding-top-md {
		padding-bottom: 32px;
	}

	.case-title {
		padding-bottom: 20px;
	}

	.case-title h1, .case-title .h1 {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.case-block-text {
		padding: 15px 15px 30px 15px;
	}

	.partner-logo {
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		top: 15px;
		left: 15px;
	}

	.block-offset-md, .block-offset-sm, .block-inset-md {
		margin-top: 0;
	}

	.scroller {
		grid-auto-columns: 80%;
	}

	.scroller-item {
		scroll-snap-align: center;
	}

	.slideshow.podcasts .swiper-slide {
		width: 80%;
	}

	.slideshow.team .swiper-slide {
		width: 285px;
	}

	.podcast-caption {
		font-size: 18px;
	}

	.podcast-title {
		font-size: 23px;
	}

	.link-block-top.second {
		border-top: none;	
	}

	.link-block {
		padding-top: 16px;
		padding-bottom: 16px;
		height: auto;
	}

	.quote {
		padding-top: 65px;
	}

	.about-quote {
		margin-top: 30px;
	}

	.parallax-item {
		transform: translateY(0) !important;
	}

	.home .banner {
		margin-top: 20px;
	}

	.banner {
		margin-bottom: 20px;
		padding: 0.5em 1.5em;
		position: relative;
		border-radius: 8px;
	}

	.banner p, .banner .btn {
		font-size: 14px;
	}

	.footer-marquee {
		height: 5.9em;
	}

	.footer-col {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.pagination li a, .pagination li span {
		margin: 0;
		padding: 6px;
		font-size: 16px;
	}

	.podcast-nav-mobile {
		margin-bottom: 2em;
		display: block;
	}

	.team-member .team-video-show {
		opacity: 1;
	}

	.team-video-btn {
		display: block;
	}

	.hidden-xs {
		display: none;
	}

	.cursor {
		display: none;
	}

}

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

	.pong {
		width: 30%;
		height: 50%;
		top: calc(50% - 93.5px);
	}

	.pong-text {
		top: calc(50% + 120px);
	}

}

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

	.pong {
		max-width: 80%;
		position: absolute;
		left: 10%;
	}

	.pong-text {
		top: calc(50% + 150px);
	}

}

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

	.site-switcher {
		display: none;
	}

}