@font-face {
    font-family: 'OPPOSans';
    src: url('../fonts/OPPOSans-H.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OPPOSans';
    src: url('../fonts/OPPOSans-L.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Cormorant-Regular.ttf') format('truetype');
    font-style: normal;
}



/* 针对中文的字体设置 */
:lang(en) {
    font-family: 'Cormorant', sans-serif;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s,-webkit-transform .2s;
	transition: top .2s,-webkit-transform .2s;
	-o-transition: .2s transform,.2s top;
	transition: transform .2s,top .2s;
	transition: transform .2s,top .2s,-webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s,-webkit-transform .2s;
	transition: left .2s,-webkit-transform .2s;
	-o-transition: .2s transform,.2s left;
	transition: transform .2s,left .2s;
	transition: transform .2s,left .2s,-webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s,-webkit-transform .2s;
	transition: right .2s,-webkit-transform .2s;
	-o-transition: .2s transform,.2s right;
	transition: transform .2s,right .2s;
	transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0,0%,100%,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.is-virtual-scroll {
	overflow: hidden
}

.is-native-scroll.y-scroll {
	overflow-y: scroll;
	overflow-x: hidden
}

.is-native-scroll.x-scroll {
	overflow-y: hidden;
	overflow-x: scroll
}

.rolly-view {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: auto
}

.rolly-scroll-bar {
	display: block;
	position: absolute;
	transition: transform .6s ease-out;
	background: #efefef
}

.rolly-scroll-bar.is-hidden {
	display: none
}

.rolly-scroll-bar.y-scroll {
	top: 0;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 100%;
	transform: scaleX(.5);
	transform-origin: right
}

.rolly-scroll-bar.x-scroll {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 12px;
	transform: scaleY(.5);
	transform-origin: bottom
}

.is-dragging-scroll-bar .rolly-scroll-bar,.rolly-scroll-bar:hover {
	transform: none
}

.rolly-scroll-bar-thumb {
	width: 100%;
	height: auto;
	background: #ccc
}

.rolly-scroll-view {
	position: absolute;
	top: 0;
	width: 1px
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

.background-red {
	background-color: #eb4926!important
}

.background-pink {
	background-color: #f19ef7!important
}

.background-pantong179c {
	background-color: #E43D30!important
}

.background-pantong2945c {
	background-color: #004A98!important
}

.background-greendark {
	background-color: #0d6256!important
}

.background-greenmid {
	background-color: #2bdb9f!important
}

.background-greenlight {
	background-color: #b0dad2!important
}

.background-peachlight {
	background-color: #f8cacc!important
}

.background-peachmid {
	background-color: #f3bcb3!important
}

.background-blue {
	background-color: #145df5!important
}

.background-orange {
	background-color: #f56d3c!important
}

.background-brown {
	background-color: #72662f!important
}

.background-black {
	background-color: #000!important
}

.background-grey {
	background-color: #dfd5d3!important
}

.background-orangelight {
	background-color: #eeb58a!important
}

.background-mustard {
	background-color: #c69d3a!important
}

.background-redbrown {
	background-color: #a74a2e!important
}

.background-pinklight {
	background-color: #ebbbb3!important
}

.background-orangedark {
	background-color: #ef643a!important
}

.background-pinkmid {
	background-color: #e5cadd!important
}

.background-greypink {
	background-color: #dbcabe!important
}

.background-cyan {
	background-color: #53e0ef!important
}

.background-purple {
	background-color: #8f6af0!important
}

.background-aqua {
	background-color: #b1e8ee!important
}

.text-red {
	color: #eb4926
}

.text-pink {
	color: #f19ef7
}

.text-greendark {
	color: #0d6256
}

.text-greenmid {
	color: #2bdb9f
}

.text-greenlight {
	color: #b0dad2
}

.text-peachlight {
	color: #f8cacc
}

.text-peachmid {
	color: #f3bcb3
}

.text-blue {
	color: #145df5
}

.text-orange {
	color: #f56d3c
}

.text-white {
	color: #ffffff
}

.text-brown {
	color: #72662f
}

.text-black {
	color: #000
}

.text-grey {
	color: #dfd5d3
}

.text-orangelight {
	color: #eeb58a
}

.text-mustard {
	color: #c69d3a
}

.text-redbrown {
	color: #a74a2e
}

.text-pinklight {
	color: #ebbbb3
}

.text-orangedark {
	color: #ef643a
}

.text-pinkmid {
	color: #e5cadd
}

.text-greypink {
	color: #dbcabe
}

.text-cyan {
	color: #53e0ef
}

.text-purple {
	color: #8f6af0
}

.text-aqua {
	color: #b1e8ee
}

.fill-red {
	fill: #eb4926
}

.fill-pink {
	fill: #f19ef7
}

.fill-greendark {
	fill: #0d6256
}

.fill-greenmid {
	fill: #2bdb9f
}

.fill-greenlight {
	fill: #b0dad2
}

.fill-peachlight {
	fill: #f8cacc
}

.fill-peachmid {
	fill: #f3bcb3
}

.fill-blue {
	fill: #145df5
}

.fill-orange {
	fill: #f56d3c
}

.fill-brown {
	fill: #72662f
}

.fill-black {
	fill: #000
}

.fill-grey {
	fill: #dfd5d3
}

.fill-orangelight {
	fill: #eeb58a
}

.fill-white {
	fill: #ffffff
}

.fill-mustard {
	fill: #c69d3a
}

.fill-redbrown {
	fill: #a74a2e
}

.fill-pinklight {
	fill: #ebbbb3
}

.fill-orangedark {
	fill: #ef643a
}

.fill-pinkmid {
	fill: #e5cadd
}

.fill-greypink {
	fill: #dbcabe
}

.fill-cyan {
	fill: #53e0ef
}

.fill-purple {
	fill: #8f6af0
}

.fill-aqua {
	fill: #b1e8ee
}

@-webkit-keyframes plyr-progress {
	to {
		background-position: 25px 0;
		background-position: var(--plyr-progress-loading-size,25px) 0
	}
}

@-o-keyframes plyr-progress {
	to {
		background-position: 25px 0;
		background-position: var(--plyr-progress-loading-size,25px) 0
	}
}

@keyframes plyr-progress {
	to {
		background-position: 25px 0;
		background-position: var(--plyr-progress-loading-size,25px) 0
	}
}

@-webkit-keyframes plyr-popup {
	0% {
		opacity: .5;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes plyr-popup {
	0% {
		opacity: .5;
		-o-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes plyr-popup {
	0% {
		opacity: .5;
		-webkit-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes plyr-fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-o-keyframes plyr-fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes plyr-fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.plyr {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	direction: ltr;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: inherit;
	font-family: var(--plyr-font-family,inherit);
	font-variant-numeric: tabular-nums;
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular,400);
	height: 100%;
	line-height: 1.7;
	line-height: var(--plyr-line-height,1.7);
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
	z-index: 0
}

.plyr audio,.plyr iframe,.plyr video {
	display: block;
	height: 100%;
	width: 100%
}

.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto
}

.plyr:focus {
	outline: 0
}

.plyr--full-ui {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

.plyr__badge {
	background: #4a5464;
	background: var(--plyr-badge-background,#4a5464);
	border-radius: 2px;
	border-radius: var(--plyr-badge-border-radius,2px);
	color: #fff;
	color: var(--plyr-badge-text-color,#fff);
	font-size: 9px;
	font-size: var(--plyr-font-size-badge,9px);
	line-height: 1;
	padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
	display: none
}

.plyr__captions {
	-webkit-animation: plyr-fade-in .3s ease;
	-o-animation: plyr-fade-in .3s ease;
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	display: none;
	font-size: 13px;
	font-size: var(--plyr-font-size-small,13px);
	left: 0;
	padding: 10px;
	padding: var(--plyr-control-spacing,10px);
	position: absolute;
	text-align: center;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out;
	-o-transition: -o-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out,-o-transform .4s ease-in-out;
	width: 100%
}

.plyr__captions span:empty {
	display: none
}

@media (min-width:480px) {
	.plyr__captions {
		font-size: 15px;
		font-size: var(--plyr-font-size-base,15px);
		padding: 20px;
		padding: calc(var(--plyr-control-spacing,10px)*2)
	}
}

@media (min-width:768px) {
	.plyr__captions {
		font-size: 18px;
		font-size: var(--plyr-font-size-large,18px)
	}
}

.plyr--captions-active .plyr__captions {
	display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
	-webkit-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transform: translateY(calc(var(--plyr-control-spacing,10px)*-4));
	-o-transform: translateY(calc(var(--plyr-control-spacing,10px)*-4));
	transform: translateY(calc(var(--plyr-control-spacing,10px)*-4))
}

.plyr__caption {
	background: rgba(0,0,0,.8);
	background: var(--plyr-captions-background,rgba(0,0,0,.8));
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #fff;
	color: var(--plyr-captions-text-color,#fff);
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap
}

.plyr__caption div {
	display: inline
}

.plyr__control {
	background: 0 0;
	border: 0;
	border-radius: 3px;
	border-radius: var(--plyr-control-radius,3px);
	color: inherit;
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: visible;
	padding: 7px;
	padding: calc(var(--plyr-control-spacing,10px)*0.7);
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.plyr__control svg {
	display: block;
	fill: currentColor;
	height: 18px;
	height: var(--plyr-control-icon-size,18px);
	pointer-events: none;
	width: 18px;
	width: var(--plyr-control-icon-size,18px)
}

.plyr__control:focus {
	outline: 0
}

.plyr__control.plyr__tab-focus {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}

a.plyr__control {
	text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before {
	display: none
}

.plyr--full-ui ::-webkit-media-controls {
	display: none
}

.plyr__controls {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: center
}

.plyr__controls .plyr__progress__container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

.plyr__controls .plyr__controls__item {
	margin-left: 2.5px;
	margin-left: calc(var(--plyr-control-spacing,10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: 2.5px;
	padding-left: calc(var(--plyr-control-spacing,10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 5px;
	padding: 0 calc(var(--plyr-control-spacing,10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child {
	padding-left: 0
}

.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty {
	display: none
}

.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip] {
	display: inline-block
}

.plyr__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.plyr__menu .plyr__control svg {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none
}

.plyr__menu__container {
	-webkit-animation: plyr-popup .2s ease;
	-o-animation: plyr-popup .2s ease;
	animation: plyr-popup .2s ease;
	background: hsla(0,0%,100%,.9);
	background: var(--plyr-menu-background,hsla(0,0%,100%,.9));
	border-radius: 4px;
	bottom: 100%;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-webkit-box-shadow: var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));
	box-shadow: var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));
	color: #4a5464;
	color: var(--plyr-menu-color,#4a5464);
	font-size: 15px;
	font-size: var(--plyr-font-size-base,15px);
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3
}

.plyr__menu__container>div {
	overflow: hidden;
	-webkit-transition: height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);
	-o-transition: height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);
	transition: height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)
}

.plyr__menu__container:after {
	border: 4px solid transparent;
	border-width: var(--plyr-menu-arrow-size,4px);
	border-top: var(--plyr-menu-arrow-size,4px) solid hsla(0,0%,100%,.9);
	content: "";
	height: 0;
	position: absolute;
	right: 14px;
	right: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*0.7 - var(--plyr-menu-arrow-size,4px)/2);
	top: 100%;
	width: 0
}

.plyr__menu__container [role=menu] {
	padding: 7px;
	padding: calc(var(--plyr-control-spacing,10px)*0.7)
}

.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio] {
	margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0
}

.plyr__menu__container .plyr__control {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #4a5464;
	color: var(--plyr-menu-color,#4a5464);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));
	padding: 4.66667px 10.5px;
	padding: calc(var(--plyr-control-spacing,10px)*0.7/1.5) calc(var(--plyr-control-spacing,10px)*0.7*1.5);
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%
}

.plyr__menu__container .plyr__control>span {
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.plyr__menu__container .plyr__control:after {
	border: 4px solid transparent;
	border: var(--plyr-menu-item-arrow-size,4px) solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
	padding-right: 28px;
	padding-right: calc(var(--plyr-control-spacing,10px)*0.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
	border-left-color: #728197;
	border-left-color: var(--plyr-menu-arrow-color,#728197);
	right: 6.5px;
	right: calc(var(--plyr-control-spacing,10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size,4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after {
	border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular,400);
	margin: 7px;
	margin: calc(var(--plyr-control-spacing,10px)*0.7);
	margin-bottom: 3.5px;
	margin-bottom: calc(var(--plyr-control-spacing,10px)*0.7/2);
	padding-left: 28px;
	padding-left: calc(var(--plyr-control-spacing,10px)*0.7*4);
	position: relative;
	width: calc(100% - 14px);
	width: calc(100% - var(--plyr-control-spacing,10px)*0.7*2)
}

.plyr__menu__container .plyr__control--back:after {
	border-right-color: #728197;
	border-right-color: var(--plyr-menu-arrow-color,#728197);
	left: 6.5px;
	left: calc(var(--plyr-control-spacing,10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size,4px))
}

.plyr__menu__container .plyr__control--back:before {
	background: #dcdfe5;
	background: var(--plyr-menu-back-border-color,#dcdfe5);
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);
	box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);
	content: "";
	height: 1px;
	left: 0;
	margin-top: 3.5px;
	margin-top: calc(var(--plyr-control-spacing,10px)*0.7/2);
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after {
	border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: 7px;
	padding-left: calc(var(--plyr-control-spacing,10px)*0.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before {
	border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
	background: rgba(0,0,0,.1);
	content: "";
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 16px;
	margin-right: 10px;
	margin-right: var(--plyr-control-spacing,10px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	-o-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,-webkit-transform .3s ease;
	-o-transition: opacity .3s ease,-o-transform .3s ease;
	transition: transform .3s ease,opacity .3s ease;
	transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;
	width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
	background: #00b3ff;
	background: var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
	background: rgba(35,40,47,.1)
}

.plyr__menu__container .plyr__menu__value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: -5px;
	margin-right: calc((var(--plyr-control-spacing,10px)*0.7 - 2)*-1);
	overflow: hidden;
	padding-left: 24.5px;
	padding-left: calc(var(--plyr-control-spacing,10px)*0.7*3.5);
	pointer-events: none
}

.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 26px;
	border-radius: calc(var(--plyr-range-thumb-height,13px)*2);
	color: #00b3ff;
	color: var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
	display: block;
	height: 19px;
	height: calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));
	margin: 0;
	padding: 0;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
	width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	border-radius: calc(var(--plyr-range-track-height,5px)/2);
	height: 5px;
	height: var(--plyr-range-track-height,5px);
	-webkit-transition: box-shadow .3s ease;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
	-webkit-user-select: none;
	user-select: none;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0,currentColor),color-stop(0,transparent));
	background-image: -webkit-linear-gradient(left,currentColor,transparent 0);
	background-image: linear-gradient(90deg,currentColor,transparent 0);
	background-image: -webkit-gradient(linear,left top,right top,from(currentColor),to(transparent));
	background-image: -webkit-linear-gradient(left,currentColor var(--value,0),transparent var(--value,0));
	background-image: linear-gradient(90deg,currentColor var(--value,0),transparent var(--value,0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background,#fff);
	border: 0;
	border-radius: 100%;
	-webkit-box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);
	box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);
	-webkit-box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));
	box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));
	height: 13px;
	height: var(--plyr-range-thumb-height,13px);
	position: relative;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height,13px);
	-webkit-appearance: none;
	margin-top: -4px;
	margin-top: calc((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/2*-1)
}

.plyr--full-ui input[type=range]::-moz-range-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	border-radius: calc(var(--plyr-range-track-height,5px)/2);
	height: 5px;
	height: var(--plyr-range-track-height,5px);
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
	-moz-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background,#fff);
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);
	box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));
	height: 13px;
	height: var(--plyr-range-thumb-height,13px);
	position: relative;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height,13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: 2.5px;
	border-radius: calc(var(--plyr-range-track-height,5px)/2);
	height: 5px;
	height: var(--plyr-range-track-height,5px)
}

.plyr--full-ui input[type=range]::-ms-track {
	color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	border-radius: calc(var(--plyr-range-track-height,5px)/2);
	height: 5px;
	height: var(--plyr-range-track-height,5px);
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	border-radius: calc(var(--plyr-range-track-height,5px)/2);
	height: 5px;
	height: var(--plyr-range-track-height,5px);
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background,#fff);
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);
	box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));
	height: 13px;
	height: var(--plyr-range-thumb-height,13px);
	position: relative;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height,13px);
	margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none
}

.plyr--full-ui input[type=range]:focus {
	outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}

.plyr__poster {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1
}

.plyr__time {
	font-size: 13px;
	font-size: var(--plyr-font-size-time,var(--plyr-font-size-small,13px))
}

.plyr__time+.plyr__time:before {
	content: "\2044";
	margin-right: 10px;
	margin-right: var(--plyr-control-spacing,10px)
}

@media (max-width:calc(768px - 1)) {
	.plyr__time+.plyr__time {
		display: none
	}
}

.plyr__tooltip {
	background: hsla(0,0%,100%,.9);
	background: var(--plyr-tooltip-background,hsla(0,0%,100%,.9));
	border-radius: 3px;
	border-radius: var(--plyr-tooltip-radius,3px);
	bottom: 100%;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-webkit-box-shadow: var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));
	box-shadow: var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));
	color: #4a5464;
	color: var(--plyr-tooltip-color,#4a5464);
	font-size: 13px;
	font-size: var(--plyr-font-size-small,13px);
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular,400);
	left: 50%;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-bottom: calc(var(--plyr-control-spacing,10px)/2*2);
	opacity: 0;
	padding: 5px 7.5px;
	padding: calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate(-50%,10px) scale(.8);
	-o-transform: translate(-50%,10px) scale(.8);
	transform: translate(-50%,10px) scale(.8);
	-webkit-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
	transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
	-o-transition: opacity .2s ease .1s,-o-transform .2s ease .1s;
	transition: transform .2s ease .1s,opacity .2s ease .1s;
	transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s,-o-transform .2s ease .1s;
	white-space: nowrap;
	z-index: 2
}

.plyr__tooltip:before {
	border-left: 4px solid transparent;
	border-left: var(--plyr-tooltip-arrow-size,4px) solid transparent;
	border-right: 4px solid transparent;
	border-right: var(--plyr-tooltip-arrow-size,4px) solid transparent;
	border-top: 4px solid hsla(0,0%,100%,.9);
	border-top: var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));
	bottom: -4px;
	bottom: calc(var(--plyr-tooltip-arrow-size,4px)*-1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible {
	opacity: 1;
	-webkit-transform: translate(-50%) scale(1);
	-o-transform: translate(-50%) scale(1);
	transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip {
	left: 0;
	-webkit-transform: translateY(10px) scale(.8);
	-o-transform: translateY(10px) scale(.8);
	transform: translateY(10px) scale(.8);
	-webkit-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before {
	left: 16px;
	left: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*0.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	-webkit-transform: translateY(10px) scale(.8);
	-o-transform: translateY(10px) scale(.8);
	transform: translateY(10px) scale(.8);
	-webkit-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
	left: auto;
	right: 16px;
	right: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*0.7);
	-webkit-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
	-webkit-transform: translate(0) scale(1);
	-o-transform: translate(0) scale(1);
	transform: translate(0) scale(1)
}

.plyr__progress {
	left: 6.5px;
	left: calc(var(--plyr-range-thumb-height,13px)*0.5);
	margin-right: 13px;
	margin-right: var(--plyr-range-thumb-height,13px);
	position: relative
}

.plyr__progress__buffer,.plyr__progress input[type=range] {
	margin-left: -6.5px;
	margin-left: calc(var(--plyr-range-thumb-height,13px)*-0.5);
	margin-right: -6.5px;
	margin-right: calc(var(--plyr-range-thumb-height,13px)*-0.5);
	width: calc(100% + 13px);
	width: calc(100% + var(--plyr-range-thumb-height,13px))
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}

.plyr__progress .plyr__tooltip {
	font-size: 13px;
	font-size: var(--plyr-font-size-time,var(--plyr-font-size-small,13px));
	left: 0
}

.plyr__progress__buffer {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 100px;
	height: 5px;
	height: var(--plyr-range-track-height,5px);
	left: 0;
	margin-top: -2.5px;
	margin-top: calc(var(--plyr-range-track-height,5px)/2*-1);
	padding: 0;
	position: absolute;
	top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
	background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	min-width: var(--plyr-range-track-height,5px);
	-webkit-transition: width .2s ease;
	-o-transition: width .2s ease;
	transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	min-width: var(--plyr-range-track-height,5px);
	-webkit-transition: width .2s ease;
	-o-transition: width .2s ease;
	transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
	border-radius: 100px;
	-webkit-transition: width .2s ease;
	-o-transition: width .2s ease;
	transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
	-webkit-animation: plyr-progress 1s linear infinite;
	-o-animation: plyr-progress 1s linear infinite;
	animation: plyr-progress 1s linear infinite;
	background-image: -webkit-linear-gradient(135deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);
	background-image: -o-linear-gradient(135deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);
	background-image: linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);
	background-image: -webkit-linear-gradient(135deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 0,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 0,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 0,transparent);
	background-image: -o-linear-gradient(135deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 0,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 0,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 0,transparent);
	background-image: linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 0,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 0,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 0,transparent);
	background-repeat: repeat-x;
	background-size: 25px 25px;
	background-size: var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);
	color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: hsla(0,0%,100%,.25);
	background-color: var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: rgba(193,200,209,.6);
	background-color: var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))
}

.plyr__volume {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 110px;
	min-width: 80px;
	position: relative;
	width: 20%
}

.plyr__volume input[type=range] {
	margin-left: 5px;
	margin-left: calc(var(--plyr-control-spacing,10px)/2);
	margin-right: 5px;
	margin-right: calc(var(--plyr-control-spacing,10px)/2);
	position: relative;
	z-index: 2
}

.plyr--is-ios .plyr__volume {
	min-width: 0;
	width: auto
}

.plyr--audio {
	display: block
}

.plyr--audio .plyr__controls {
	background: #fff;
	background: var(--plyr-audio-controls-background,#fff);
	border-radius: inherit;
	color: #4a5464;
	color: var(--plyr-audio-control-color,#4a5464);
	padding: 10px;
	padding: var(--plyr-control-spacing,10px)
}

.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	background: var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
	color: #fff;
	color: var(--plyr-audio-control-color-hover,#fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(193,200,209,.6);
	background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: rgba(193,200,209,.6);
	background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: rgba(193,200,209,.6);
	background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	-webkit-box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);
	box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);
	-webkit-box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1));
	box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);
	box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);
	box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))
}

.plyr--audio .plyr__progress__buffer {
	color: rgba(193,200,209,.6);
	color: var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))
}

.plyr--video {
	background: #000;
	overflow: hidden
}

.plyr--video.plyr--menu-open {
	overflow: visible
}

.plyr__video-wrapper {
	background: #000;
	height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%
}

.plyr__video-embed,.plyr__video-wrapper--fixed-ratio {
	height: 0;
	padding-bottom: 56.25%
}

.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video {
	border: 0;
	left: 0;
	position: absolute;
	top: 0
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	-webkit-transform: translateY(-38.28125%);
	-o-transform: translateY(-38.28125%);
	transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.75)));
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,.75));
	background: -o-linear-gradient(transparent,rgba(0,0,0,.75));
	background: linear-gradient(transparent,rgba(0,0,0,.75));
	background: var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: #fff;
	color: var(--plyr-video-control-color,#fff);
	left: 0;
	padding: 5px;
	padding: calc(var(--plyr-control-spacing,10px)/2);
	padding-top: 20px;
	padding-top: calc(var(--plyr-control-spacing,10px)*2);
	position: absolute;
	right: 0;
	-webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
	transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out,-o-transform .4s ease-in-out;
	transition: opacity .4s ease-in-out,transform .4s ease-in-out;
	transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out,-o-transform .4s ease-in-out;
	z-index: 3
}

@media (min-width:480px) {
	.plyr--video .plyr__controls {
		padding: 10px;
		padding: var(--plyr-control-spacing,10px);
		padding-top: 35px;
		padding-top: calc(var(--plyr-control-spacing,10px)*3.5)
	}
}

.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
	color: #fff;
	color: var(--plyr-video-control-color-hover,#fff)
}

.plyr__control--overlaid {
	background: #00b3ff;
	background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
	border: 0;
	border-radius: 100%;
	color: #fff;
	color: var(--plyr-video-control-color,#fff);
	display: none;
	left: 50%;
	opacity: .9;
	padding: 15px;
	padding: calc(var(--plyr-control-spacing,10px)*1.5);
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 2
}

.plyr__control--overlaid svg {
	left: 2px;
	position: relative
}

.plyr__control--overlaid:focus,.plyr__control--overlaid:hover {
	opacity: 1
}

.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: hsla(0,0%,100%,.25);
	background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: hsla(0,0%,100%,.25);
	background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: hsla(0,0%,100%,.25);
	background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	-webkit-box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);
	box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);
	-webkit-box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5));
	box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);
	box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);
	box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))
}

.plyr--video .plyr__progress__buffer {
	color: hsla(0,0%,100%,.25);
	color: var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))
}

.plyr:fullscreen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:fullscreen video {
	height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:fullscreen.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge,21px)
	}

	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge,21px)
	}

	.plyr:fullscreen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge,21px)
	}
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-webkit-full-screen video {
	height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge,21px)
	}
}

.plyr:-moz-full-screen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-moz-full-screen video {
	height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr:-moz-full-screen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge,21px)
	}
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-ms-fullscreen video {
	height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge,21px)
	}
}

.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000
}

.plyr--fullscreen-fallback video {
	height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr--fullscreen-fallback .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge,21px)
	}
}

.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.plyr__ads>div,.plyr__ads>div iframe {
	height: 100%;
	position: absolute;
	width: 100%
}

.plyr__ads:after {
	background: #23282f;
	border-radius: 2px;
	bottom: 10px;
	bottom: var(--plyr-control-spacing,10px);
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	right: var(--plyr-control-spacing,10px);
	z-index: 3
}

.plyr__ads:after:empty {
	display: none
}

.plyr__cues {
	background: currentColor;
	display: block;
	height: 5px;
	height: var(--plyr-range-track-height,5px);
	left: 0;
	margin: -var(--plyr-range-track-height,5px)/2 0 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3
}

.plyr__preview-thumb {
	background-color: hsla(0,0%,100%,.9);
	background-color: var(--plyr-tooltip-background,hsla(0,0%,100%,.9));
	border-radius: 3px;
	bottom: 100%;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-webkit-box-shadow: var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));
	box-shadow: var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));
	margin-bottom: 10px;
	margin-bottom: calc(var(--plyr-control-spacing,10px)/2*2);
	opacity: 0;
	padding: 3px;
	padding: var(--plyr-tooltip-radius,3px);
	pointer-events: none;
	position: absolute;
	-webkit-transform: translateY(10px) scale(.8);
	-o-transform: translateY(10px) scale(.8);
	transform: translateY(10px) scale(.8);
	-webkit-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
	transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
	-o-transition: opacity .2s ease .1s,-o-transform .2s ease .1s;
	transition: transform .2s ease .1s,opacity .2s ease .1s;
	transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s,-o-transform .2s ease .1s;
	z-index: 2
}

.plyr__preview-thumb--is-shown {
	opacity: 1;
	-webkit-transform: translate(0) scale(1);
	-o-transform: translate(0) scale(1);
	transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
	border-left: 4px solid transparent;
	border-left: var(--plyr-tooltip-arrow-size,4px) solid transparent;
	border-right: 4px solid transparent;
	border-right: var(--plyr-tooltip-arrow-size,4px) solid transparent;
	border-top: 4px solid hsla(0,0%,100%,.9);
	border-top: var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));
	bottom: -4px;
	bottom: calc(var(--plyr-tooltip-arrow-size,4px)*-1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr__preview-thumb__image-container {
	background: #c1c8d1;
	border-radius: 2px;
	border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
	overflow: hidden;
	position: relative;
	z-index: 0
}

.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3
}

.plyr__preview-thumb__time-container span {
	background-color: rgba(0,0,0,.55);
	border-radius: 2px;
	border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
	color: #fff;
	font-size: 13px;
	font-size: var(--plyr-font-size-time,var(--plyr-font-size-small,13px));
	padding: 3px 6px
}

.plyr__preview-scrubbing {
	bottom: 0;
	-webkit-filter: blur(1px);
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 1
}

.plyr__preview-scrubbing--is-shown {
	opacity: 1
}

.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr--no-transition {
	-webkit-transition: none!important;
	-o-transition: none!important;
	transition: none!important
}

.plyr__sr-only {
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
	border: 0!important;
	height: 1px!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.plyr [hidden] {
	display: none!important
}

.inner {
	position: relative;
	max-width: 1640px;
	margin: 0 auto
}

@media (max-width:1680px) {
	.inner {
		padding: 0 30px
	}
}

.embed-map-container {
	position: relative;
	padding-bottom: 342px;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px
}

.embed-map-container embed,.embed-map-container iframe,.embed-map-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.embed-container {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	margin-bottom: 20px
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.cta {
	display: inline-block;
	position: relative;
	color: #000;
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 3px solid #000;
	cursor: pointer;
	margin: 25px auto;
	padding: 0 0 10px;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	text-decoration: none;
	font-size: 12px
}

@media screen and (min-width:650px) {
	.cta {
		font-size: calc(12px + 2*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.cta {
		font-size: 14px
	}
}

@media (max-width:950px) {
	.cta {
		border-bottom: 1px solid #000
	}
}

.cta:hover {
	opacity: .8;
	color: #000
}

#scroll-container {
	overflow: hidden
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html.disable-scroll {
	margin: 0;
	height: 100%;
	overflow: hidden
}

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

body:not(#tinymce) {
	font: 400 16px/20px Brown,sans-serif;
	cursor: none!important
}

body:not(#tinymce).disable-scroll {
	margin: 0;
	height: 100%;
	overflow: hidden
}

pre {
	margin: 200px 0;
	padding: 0 30px;
	width: 100%
}

h1 {
	font: 300 72px/72px Brown,sans-serif;
	color: #000;
	margin: 0
}

@media (max-width:1320px) {
	h1 {
		font: 300 60px/60px Brown,sans-serif
	}
}

@media (max-width:800px) {
	h1 {
		font: 300 36px/36px Brown,sans-serif
	}
}

h2 {
	font: 300 38px/42px Brown,sans-serif;
	color: #000;
	margin: 0 0 20px
}

@media (max-width:1320px) {
	h2 {
		font: 300 30px/36px Brown,sans-serif
	}
}

@media (max-width:800px) {
	h2 {
		font: 300 26px/30px Brown,sans-serif
	}
}

h3 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.66;
	font-size: 24px
}

@media screen and (min-width:650px) {
	h3 {
		font-size: calc(24px + 6*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	h3 {
		font-size: 30px
	}
}

h4 {
	font: 300 18px/100% Brown,sans-serif;
	color: #000;
	margin-bottom: 30px
}

a {
	cursor: none!important;
	color: inherit
}

p {
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 15px;
	font-size: 16px
}

@media screen and (min-width:650px) {
	p {
		font-size: calc(16px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	p {
		font-size: 16px
	}
}

p b,p strong {
	font-weight: 700
}

p a {
	color: #000
}

p a:hover {
	text-decoration: none
}

img {
	max-width: 100%;
	height: auto
}

ol,ul {
	padding-left: 18px
}

li {
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 16px
}

@media screen and (min-width:650px) {
	li {
		font-size: calc(16px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	li {
		font-size: 16px
	}
}

li a {
	color: #000
}

li a:hover {
	text-decoration: none
}

table {
	font: 300 18px/23px Brown,sans-serif;
	color: #000;
	table-layout: fixed;
	width: 100%;
	margin: 20px 0
}

table tr {
	border-bottom: 1px solid #eee
}

table tr:nth-child(2n) {
	background-color: #fff
}

table tr:nth-child(odd) {
	background-color: #000
}

table tr:last-child {
	border-bottom: 0
}

table tr td {
	padding: 5px;
	vertical-align: top
}

blockquote {
	border-left: 2px solid #145df5;
	margin-left: 0;
	padding-left: 20px
}

@font-face {
	font-family:Superior;src:url(../fonts/SuperiorTitle-Bold_cbc56109.woff2) format("woff2"),url(../fonts/SuperiorTitle-Bold_4f48f5c2.woff) format("woff");font-style:normal;font-weight:400
}

@font-face {
	font-family:Superior;src:url(../fonts/SuperiorTitle-Black_b795981a.woff2) format("woff2"),url(../fonts/SuperiorTitle-Black_1fab8cb2.woff) format("woff");font-style:bold;font-weight:700
}

@font-face {
	font-family:Brown;src:url(../fonts/brown-regular-webfont_07e70f1e.woff2) format("woff2"),url(../fonts/brown-regular-webfont_93d3f7bf.woff) format("woff");font-style:normal;font-weight:400
}

@font-face {
	font-family:Brown;src:url(../fonts/brown-bold-webfont_d2993656.woff2) format("woff2"),url(../fonts/brown-bold-webfont_b431ef5b.woff) format("woff");font-style:bold;font-weight:700
}

.about-intro__image-bottom .content,.about-intro__image-bottom .image,.about-intro__image-top .content,.about-intro__image-top .image,.carousel__image,.contact-details__image .image,.contact-form__image .image,.director-photo .content,.home-intro__lazy,.home-news .image,.home-thought .image,.home-work .images .image,.home-work .images>*,.image-anim.background-image .image-anim__inner,.image-anim__background,.news-blog-post__wrap-img .lazy,.process-slider .swiper-container .swiper-slide-active .slide-image,.process-slider .swiper-container .swiper-slide-duplicate .slide-image,.process-slider .swiper-container .swiper-slide .slide-image,.related__image.masked .image,.service-intro-image__container .content,.subscribe-intro__image-top .content,.subscribe-intro__image-top .image,.team-hero__image .image,.two-column-text-image__image .image,.two-images-text .image-bottom-right .image,.two-images-text .image-bottom-right__inner .content,.two-images-text .image-top-left .image,.work-header__image,.work-insight .bottom-images>*,.work-insight .carousel__image,.work-realisation .images-with-text .image-bottom-right .lazy,.work-realisation .images-with-text .image-bottom-right .lazy .content,.work-realisation .images-with-text .image-top-left .lazy,.work-realisation .images-with-text .image-top-left .lazy .content,.work-slider__image,.work-testimonial .image {
	background-size: cover;
	background-position: 50%
}

.about-intro__image-bottom .image,.about-intro__image-top .image,.contact-details__image .image,.contact-form__image .image,.home-intro__lazy,.home-news .mask,.home-news .overlay,.home-news .text,.home-thought .image,.home-thought .overlay,.home-thought .text,.home-work .images .image,.home-work .images .mask,.image-anim.background-image .image-anim__inner,.image-anim.background-image .image-anim__outer,.image-anim__background,.news-blog-post__wrap-img .lazy,.related .overlay,.related__image,.related__image.masked .image,.subscribe-intro__image-top .image,.team-hero__image .image,.two-column-text-image__image .image,.two-images-text .image-bottom-right .image,.two-images-text .image-top-left .image,.two-images-text .image-top-left .image-top-left__inner,.work-header .overlay,.work-slider .overlay,.work-slider__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

form {
	position: relative
}

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

input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: none
}

input[type=checkbox]+label {
	position: relative;
	padding: 0 0 0 25px;
	cursor: none!important;
	top: -10px
}

input[type=checkbox]+label:before {
	content: "";
	position: relative;
	margin-right: 10px;
	display: block;
	top: 20px;
	left: -25px;
	width: 15px;
	height: 15px;
	background: transparent;
	border: 1px solid #000
}

input[type=checkbox]:disabled+label {
	color: #b8b8b8
}

input[type=checkbox]:disabled+label:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #ddd
}

input[type=checkbox]:checked+label:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 26px;
	background: #000;
	width: 2px;
	height: 2px;
	-webkit-box-shadow: 2px 0 0 #000,4px 0 0 #000,4px -2px 0 #000,4px -4px 0 #000,4px -6px 0 #000,4px -8px 0 #000;
	box-shadow: 2px 0 0 #000,4px 0 0 #000,4px -2px 0 #000,4px -4px 0 #000,4px -6px 0 #000,4px -8px 0 #000;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

input[type=text] {
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%!important;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	padding: 10px 0!important;
	margin-bottom: 5px!important;
	font-size: 16px
}

@media screen and (min-width:650px) {
	input[type=text] {
		font-size: calc(16px + -2*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	input[type=text] {
		font-size: 14px
	}
}

input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: transparent;
	border: 0;
	color: #000;
	margin: 0!important;
	padding: 0!important;
	cursor: none;
	font-size: 16px
}

@media screen and (min-width:650px) {
	input[type=submit] {
		font-size: calc(16px + -2*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	input[type=submit] {
		font-size: 14px
	}
}

.gform_footer {
	position: absolute;
	width: 100px;
	height: 30px;
	bottom: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important
}

@media (max-width:650px) {
	.gform_footer {
		bottom: -50px
	}
}

.gfield {
	margin: 0!important;
	padding: 0!important
}

.gfield_label {
	display: none!important
}

.gfield_checkbox {
	padding: 0
}

.gfield_checkbox li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.gfield_checkbox label {
	font-family: Brown,sans-serif;
	font-weight: 400!important;
	line-height: 1;
	max-width: 70%!important;
	font-size: 10px
}

@media screen and (min-width:650px) {
	.gfield_checkbox label {
		font-size: calc(10px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.gfield_checkbox label {
		font-size: 10px
	}
}

@media (max-width:650px) {
	.gfield_checkbox label {
		max-width: 100%!important
	}
}

.gfield_checkbox input {
	margin: 0 15px 0 0!important
}

.gform_wrapper textarea {
	padding: 0;
	border: 0;
	border-bottom: 1px solid #000;
	resize: vertical;
	min-height: 60px;
	width: 100%
}

input[type=submit]:focus,input[type=text]:focus,textarea:focus {
	outline: 0;
	border-bottom: 1px solid var(--focus)
}

input[type=checkbox]:focus+label:before {
	border: 1px solid var(--focus)
}

.validation_error,.validation_message {
	color: #eb4926
}

.validation_error {
	padding-bottom: 1rem
}

.gfield_error input,.gfield_error textarea {
	border-color: #eb4926
}

.gform_validation_container {
	display: none!important;
	position: absolute!important;
	left: -9000px
}

::-webkit-input-placeholder {
	color: #000
}

::-moz-placeholder {
	color: #000
}

:-ms-input-placeholder {
	color: #000
}

:-moz-placeholder {
	color: #000
}

.lazy {
	min-height: 100px;
	min-width: 100px
}

.single-news .lazy,.single-thoughts .lazy,.template-news-and-blog .lazy,.template-thought .lazy {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease
}

.single-news .lazy[data-loaded],.single-thoughts .lazy[data-loaded],.template-news-and-blog .lazy[data-loaded],.template-thought .lazy[data-loaded] {
	opacity: 1
}

.image-anim {
	position: relative;
	overflow: hidden;
	-webkit-transition: -webkit-transform .8s linear;
	transition: -webkit-transform .8s linear;
	-o-transition: -o-transform .8s linear;
	transition: transform .8s linear;
	transition: transform .8s linear,-webkit-transform .8s linear,-o-transform .8s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: flat;
	transform-style: flat
}

.image-anim__outer {
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	-o-transition: -o-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease,-webkit-transform 1s ease,-o-transform 1s ease
}

.image-anim__outer.active {
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.image-anim__inner {
	-webkit-transition: opacity 1s ease,-webkit-transform 1s;
	transition: opacity 1s ease,-webkit-transform 1s;
	-o-transition: opacity 1s ease,-o-transform 1s;
	transition: transform 1s,opacity 1s ease;
	transition: transform 1s,opacity 1s ease,-webkit-transform 1s,-o-transform 1s
}

.rotate {
	display: block;
	-webkit-animation: spin 10s linear infinite;
	-o-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite
}

.rotate svg {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-o-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		-o-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.masked {
	position: relative;
	overflow: hidden
}

.masked .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 20
}

.masked .image {
	position: relative;
	opacity: 0;
	z-index: 10
}

.fade-in-up {
	opacity: 0;
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px)
}

.fade-in-side {
	opacity: 0
}

.fade-in-side--right {
	-webkit-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px)
}

.fade-in-side--left {
	-webkit-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px)
}

.text-in span {
	display: block;
	opacity: 0
}

.text-in--right span {
	-webkit-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px)
}

.text-in--left span {
	-webkit-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px)
}

.fade-in {
	opacity: 0
}

.subscribe {
	position: relative;
	padding: 140px 0 140px;
	z-index: 10
}

@media (max-width:1000px) {
	.subscribe {
		padding: 50px 0 40px
	}
}

.subscribe__heading {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	font-size: 23px
}

@media screen and (min-width:650px) {
	.subscribe__heading {
		font-size: calc(23px + 7*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.subscribe__heading {
		font-size: 30px
	}
}

.subscribe .gform_footer {
	bottom: 28px
}

.subscribe .inner {
	max-width: 466px
}

.subscribe .to-top {
	position: absolute;
	right: 100px;
	top: 50%;
	width: 30px;
	height: 57px;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:850px) {
	.subscribe .to-top {
		display: none
	}
}

.page-header {
	padding: 75px 0
}

@media (max-width:650px) {
	.page-header {
		padding: 120px 0 30px
	}
}

.page-header h1 {
	display: inline-block;
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.page-header h1 {
		font-size: calc(40px + 48*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.page-header h1 {
		font-size: 88px
	}
}

.page-header h2 {
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-size: 20px
}

@media screen and (min-width:650px) {
	.page-header h2 {
		font-size: calc(20px + 10*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.page-header h2 {
		font-size: 30px
	}
}

.page-header .inner {
	text-align: center
}

.page-number {
	position: absolute;
	top: -15px;
	right: -60px;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: 23px
}

@media screen and (min-width:650px) {
	.page-number {
		font-size: calc(23px + 7*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.page-number {
		font-size: 30px
	}
}

@media (max-width:650px) {
	.page-number {
		top: -20px;
		right: -25px
	}
}

.carousel {
	position: relative;
	padding: 150px 0 200px;
	overflow: hidden
}

@media (max-width:750px) {
	.carousel {
		padding: 60px 0 180px
	}
}

.carousel__image-container {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 50%
}

.carousel__image {
	width: 100%;
	height: 0;
	padding-bottom: 60%
}

.carousel__outline-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: -40px 0 40px
}

.carousel__outline-text p {
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	-webkit-transform: translateX(5%);
	-o-transform: translateX(5%);
	transform: translateX(5%);
	font-size: 45px
}

@media screen and (min-width:650px) {
	.carousel__outline-text p {
		font-size: calc(45px + 75*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.carousel__outline-text p {
		font-size: 120px
	}
}

.carousel__heading-container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateX(calc(-25% - 100px));
	-o-transform: translateX(calc(-25% - 100px));
	transform: translateX(calc(-25% - 100px))
}

@media (max-width:750px) {
	.carousel__heading-container {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-transform: translateX(0) translateY(-40px);
		-o-transform: translateX(0) translateY(-40px);
		transform: translateX(0) translateY(-40px)
	}
}

@media (max-width:750px) {
	.carousel__heading-container.desktop-only {
		display: none
	}
}

@media (min-width:750px) {
	.carousel__heading-container.mobile-only {
		display: none
	}
}

.carousel__heading {
	width: 30%;
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media (max-width:750px) {
	.carousel__heading {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		width: 100%;
		text-align: center
	}
}

.carousel .swiper-slide {
	width: 50%!important
}

@media (max-width:750px) {
	.carousel .swiper-slide {
		width: 80%!important
	}
}

.carousel .swiper-scrollbar {
	width: 46%;
	height: 1px;
	margin: 0 auto;
	bottom: -95px;
	background: #000
}

@media (max-width:750px) {
	.carousel .swiper-scrollbar {
		width: calc(100% - 60px);
		bottom: -50px
	}
}

.carousel .swiper-scrollbar-drag {
	height: 3px;
	background: #000;
	top: -1px;
	border-radius: 0;
	cursor: pointer
}

.share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px 0
}

@media (max-width:850px) {
	.share {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 40px 0 80px
	}
}

.share .share-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin: 0 15px
}

@media (max-width:850px) {
	.share .share-icon {
		width: 25px;
		height: 25px
	}
}

.share .share-icon:hover {
	z-index: 500
}

.share .share-icon:first-child {
	margin-left: 0
}

.share .share-icon:last-child {
	margin-right: 0
}

.share .share-icon svg {
	height: 100%
}

.cursor-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	opacity: 1;
	width: 100px;
	height: 100px;
	left: -50px;
	top: -50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 300;
	pointer-events: none
}

@media (pointer:coarse) {
	.cursor-wrapper {
		display: none
	}
}

.cursor-wrapper.link {
	mix-blend-mode: multiply
}

.cursor-wrapper.link .custom-cursor {
	background-color: #000
}

.cursor-wrapper.work {
	mix-blend-mode: lighten!important
}

.cursor-wrapper.work .custom-cursor {
	background-color: #ddd
}

.cursor-wrapper.footer {
	mix-blend-mode: exclusion
}

.cursor-wrapper .read-on {
	opacity: 0;
	position: absolute;
	color: #000;
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: .1rem
}

.cursor-wrapper .wrap-grab {
	width: 50%;
	height: 50%;
	top: 50%;
	position: absolute
}

.cursor-wrapper .wrap-grab svg {
	width: 100%;
	position: absolute;
	top: -5px;
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0
}

.custom-cursor {
	position: absloute;
	left: -100px;
	top: -100px;
	width: 30px;
	height: 30px;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	background-color: #ddd;
	border-radius: 50%
}

.post-builder>* {
	padding: 0 0 7vh
}

.post-builder .inner {
	max-width: 1400px
}

.post-builder .two-images .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.post-builder .two-images .inner>* {
	width: calc(50% - 1vw)
}

@media (max-width:550px) {
	.post-builder .two-images .inner>* {
		width: 100%
	}

	.post-builder .two-images .inner>:first-child {
		margin-bottom: 30px
	}
}

.post-builder .two-images img {
	display: block
}

.post-builder .text-with-quote .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:1000px) {
	.post-builder .text-with-quote .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.post-builder .text-with-quote .inner>* {
	width: calc(50% - 1vw)
}

@media (max-width:1000px) {
	.post-builder .text-with-quote .inner>* {
		width: 100%;
		margin: 0 auto
	}

	.post-builder .text-with-quote .inner>:first-child {
		margin-bottom: 30px
	}
}

.post-builder .text-with-quote .main-text {
	padding-top: 10vw
}

@media (max-width:1000px) {
	.post-builder .text-with-quote .main-text {
		max-width: 550px
	}
}

.post-builder .text-with-quote .quote-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

@media (max-width:1000px) {
	.post-builder .text-with-quote .quote-text {
		max-width: 650px
	}
}

.post-builder .text-with-quote blockquote {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.15;
	color: #000;
	border: 0;
	padding: 4vw 0 3vw;
	margin: 0;
	font-size: 50px
}

@media screen and (min-width:1200px) {
	.post-builder .text-with-quote blockquote {
		font-size: calc(50px + 30*(100vw - 1200px)/450)
	}
}

@media screen and (min-width:1650px) {
	.post-builder .text-with-quote blockquote {
		font-size: 80px
	}
}

@media (max-width:750px) {
	.post-builder .text-with-quote blockquote {
		padding: 0 0 8vw
	}
}

.post-builder .text-with-quote .quote-mark {
	width: 4vw;
	max-width: 55px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:750px) {
	.post-builder .text-with-quote .quote-mark {
		display: none
	}
}

.post-builder .text-with-quote .quote-mark svg {
	width: 100%
}

.post-builder .text-with-quote .quote-close {
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

@media (max-width:1000px) {
	.post-builder .text-with-quote .quote-close {
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.post-builder .full-width-image img {
	display: block;
	width: 100%
}

.post-builder .image-with-text .flex-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.post-builder .image-with-text .flex-wrapper.reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media (max-width:800px) {
	.post-builder .image-with-text .flex-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.post-builder .image-with-text .image-wrapper {
	width: 50%
}

@media (max-width:800px) {
	.post-builder .image-with-text .image-wrapper {
		width: 80%;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin-bottom: 10vw
	}
}

.post-builder .image-with-text .image-wrapper img {
	display: block;
	width: 100%
}

.post-builder .image-with-text .text-wrapper {
	width: 50%;
	padding: 0 30px
}

@media (max-width:800px) {
	.post-builder .image-with-text .text-wrapper {
		width: 100%
	}
}

.post-builder .image-with-text .text-inner {
	max-width: 670px;
	margin: 0 auto
}

.post-builder .image-with-text .text-inner>:last-child {
	margin-bottom: 0
}

.post-builder .image-with-text .text-inner>:first-child {
	margin-top: 0
}

.post-builder .post-carousel {
	position: relative;
	overflow: hidden
}

@media (max-width:750px) {
	.post-builder .post-carousel {
		padding: 60px 0 180px
	}
}

.post-builder .post-carousel__image {
	width: 100%;
	height: auto
}

.post-builder .post-carousel__heading {
	width: 30%;
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media (max-width:750px) {
	.post-builder .post-carousel__heading {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

.post-builder .post-carousel .swiper-slide {
	width: 30%!important
}

@media (max-width:750px) {
	.post-builder .post-carousel .swiper-slide {
		width: 80%!important
	}
}

.post-builder .post-carousel .swiper-scrollbar {
	width: 46%;
	height: 1px;
	margin: 0 auto;
	bottom: -95px;
	background: #000
}

@media (max-width:750px) {
	.post-builder .post-carousel .swiper-scrollbar {
		width: calc(100% - 60px);
		bottom: -50px
	}
}

.post-builder .post-carousel .swiper-scrollbar-drag {
	height: 3px;
	background: #000;
	top: -1px;
	border-radius: 0;
	cursor: pointer
}

.post-builder .text-only__container {
	width: 48%
}

@media (max-width:900px) {
	.post-builder .text-only__container {
		width: 100%
	}
}

.post-builder .text-only .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.post-builder .text-only .inner.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.post-builder .text-center__container {
	margin: 0 auto
}

.related {
	margin: 5vw 0 8vw
}

.related__title {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.15;
	margin-bottom: 4vw;
	font-size: 30px
}

@media screen and (min-width:650px) {
	.related__title {
		font-size: calc(30px + 10*(100vw - 650px)/1000)
	}
}

@media screen and (min-width:1650px) {
	.related__title {
		font-size: 40px
	}
}

@media (max-width:850px) {
	.related__title {
		margin-bottom: 40px
	}
}

.related__posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.related__post {
	position: relative;
	display: block;
	width: 45%
}

.related__post:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 50%
}

.related__post>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:1000px) {
	.related__post {
		width: 48%
	}
}

@media (max-width:850px) {
	.related__post {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 100%
	}

	.related__post:first-child {
		margin-bottom: 40px
	}

	.related__post:before {
		display: none
	}
}

.related__image {
	z-index: 1
}

@media (max-width:850px) {
	.related__image {
		position: relative
	}

	.related__image:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 100%
	}

	.related__image>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

@media (min-width:850px) {
	.related__image.masked {
		position: absolute!important
	}
}

.related__hover {
	position: absolute;
	bottom: 2vw;
	left: 2.5vw;
	text-decoration: none;
	z-index: 10
}

@media (max-width:850px) {
	.related__hover {
		bottom: 0;
		left: 0;
		padding: 20px
	}
}

.related__hover span {
	display: block;
	opacity: 0
}

@media (max-width:850px) {
	.related__hover span {
		visibility: visible!important
	}

	.related__hover span,.related__hover span:hover {
		-webkit-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
		opacity: 1!important
	}
}

.related__hover .small-heading {
	display: inline-block;
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 30px;
	color: #fff;
	overflow: hidden;
	font-size: 14px
}

@media screen and (min-width:650px) {
	.related__hover .small-heading {
		font-size: calc(14px + 4*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.related__hover .small-heading {
		font-size: 18px
	}
}

@media (max-width:850px) {
	.related__hover .small-heading {
		margin-bottom: 15px
	}
}

.related__hover .post-title {
	display: inline-block;
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	color: #fff;
	overflow: hidden;
	font-size: 30px
}

@media screen and (min-width:800px) {
	.related__hover .post-title {
		font-size: calc(30px + 0*(100vw - 800px)/800)
	}
}

@media screen and (min-width:1600px) {
	.related__hover .post-title {
		font-size: 30px
	}
}

.related__hover .subtitle {
	display: inline-block;
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 0;
	overflow: hidden;
	font-size: 20px
}

@media screen and (min-width:1000px) {
	.related__hover .subtitle {
		font-size: calc(20px + 0*(100vw - 1000px)/600)
	}
}

@media screen and (min-width:1600px) {
	.related__hover .subtitle {
		font-size: 20px
	}
}

.related .overlay {
	opacity: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 5
}

@media (max-width:850px) {
	.related .overlay {
		display: block;
		visibility: visible!important;
		opacity: 1!important
	}
}

.team-careers {
	margin: 150px 0 0;
	padding: 5vw;
	overflow: hidden
}

@media (max-width:1000px) {
	.team-careers {
		margin: 50px 0 0
	}
}

@media (max-width:850px) {
	.team-careers {
		padding: 100px 0 50px
	}
}

.team-careers h2 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	color: #000;
	margin-bottom: 100px;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.team-careers h2 {
		font-size: calc(40px + 48*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.team-careers h2 {
		font-size: 88px
	}
}

.team-careers .inner {
	max-width: 1120px
}

@media (max-width:1000px) {
	.team-careers .inner {
		max-width: 500px
	}
}

.team-careers .rotate {
	position: absolute;
	top: -50px;
	right: -200px;
	width: 135px
}

@media (max-width:1440px) {
	.team-careers .rotate {
		top: 0;
		right: -50px;
		width: 95px
	}
}

@media (max-width:1000px) {
	.team-careers .rotate {
		top: -20px
	}
}

@media (max-width:650px) {
	.team-careers .rotate {
		right: -20px
	}
}

.team-careers-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.team-careers-columns>* {
	width: 42%
}

@media (max-width:1000px) {
	.team-careers-columns>* {
		width: 100%
	}
}

.team-careers-columns p {
	color: #000
}

@media (max-width:1000px) {
	.team-careers-columns .jobs {
		margin-bottom: 10vw
	}
}

.careers-heading {
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .4rem;
	font-size: 20px
}

@media screen and (min-width:650px) {
	.careers-heading {
		font-size: calc(20px + 10*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.careers-heading {
		font-size: 30px
	}
}

.careers-link {
	display: block;
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 3vw;
	text-decoration: none;
	font-size: 16px
}

@media screen and (min-width:650px) {
	.careers-link {
		font-size: calc(16px + 4*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.careers-link {
		font-size: 20px
	}
}

@media (max-width:650px) {
	.careers-link {
		margin-top: 6vw
	}
}

.careers-cta-container {
	margin-top: 6vw;
	text-align: center
}

@media (max-width:650px) {
	.careers-cta-container {
		margin-top: 8vw
	}
}

.careers-cta-container a {
	color: #000;
	border-bottom: 3px solid #000
}

@media (max-width:950px) {
	.careers-cta-container a {
		border-bottom: 1px solid #000
	}
}

.careers-cta-container a:hover {
	color: #000
}

.g-notification {
	position: fixed;
	width: 100%;
	max-width: 500px;
	background: #000;
	z-index: 999;
	right: 200px;
	border-radius: 10px 10px 0 0;
	z-index: 280;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease
}

@media only screen and (max-width:812px) {
	.g-notification {
		right: 0;
		left: 0;
		margin: auto;
		width: 95%
	}
}

@media only screen and (max-width:1024px) {
	.g-notification {
		right: 0;
		left: 0;
		margin: auto
	}
}

.g-notification.show {
	bottom: 0;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease
}

.g-notification__notifications {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.g-notification__notification {
	color: #fff;
	margin: 10px;
	width: 100%
}

.g-notification__notification p {
	text-align: center;
	margin: 5px 15px 0;
	padding: 10px 10px 0
}

.g-notification__notification a {
	color: #000;
	background: #fff;
	display: block;
	margin: 15px 0 0;
	padding: 10px;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.g-notification__notification a:hover {
	text-decoration: none;
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.g-notification__image {
	margin: 15px 15px 0;
	padding: 10px 10px 0
}

.g-notification__close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px
}

.g-notification__close a {
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: .3;
	margin: auto;
	text-decoration: none
}

.g-notification__close a:hover {
	opacity: 1
}

.g-notification__close a:after,.g-notification__close a:before {
	position: absolute;
	left: 15px;
	content: " ";
	height: 23px;
	width: 3px;
	background-color: #fff
}

.g-notification__close a:after {
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.g-notification__close a:before {
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.slick-slider {
	-webkit-box-sizing: border-box;
	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,.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(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
}

.slick-slide div:first-of-type {
	width: 100%
}

.slick-slide div:first-of-type .g-notification__notification {
	margin: 0;
	padding: 0 15px
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: 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 {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	border: none;
	background: none;
	z-index: 250
}

.slick-prev {
	left: 15px
}

.slick-prev:before {
	content: " ";
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
	display: block;
	opacity: .3
}

.slick-next {
	right: 15px
}

.slick-next:before {
	content: " ";
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
	display: block;
	opacity: .3
}

.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.slick-track .slick-slide {
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.navigation-bar,.slick-track .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navigation-bar {
	position: fixed;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	top: 50px;
	left: 0;
	width: 100%;
	height: 75px;
	padding: 0 45px;
	z-index: 2000
}

@media (max-width:1000px) {
	.navigation-bar {
		height: 60px;
		padding: 0 30px;
		top: 30px
	}
}

@media (max-width:650px) {
	.navigation-bar {
		height: 40px;
		top: 25px;
		padding: 0 20px
	}
}

.navigation-bar__logo {
	position: fixed;
	top: 50px;
	right: 45px;
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70px;
	margin-left: 74px;
	z-index: 200
}

@media (max-width:1000px) {
	.navigation-bar__logo {
		width: 55px;
		right: 30px;
		top: 30px
	}
}

@media (max-width:650px) {
	.navigation-bar__logo {
		height: 40px;
		right: 20px;
		top: 25px
	}
}

.navigation-bar__logo a,.navigation-bar__logo img {
	display: block;
	width: 160px;
	height: 60px
}

@media (max-width:650px) {
	.navigation-bar__logo a,.navigation-bar__logo img {
		height: 40px
	}
}

.navigation-bar__logo svg {
	width: 100%;
	height: 100%
}

.navigation-bar__logo #logo-bg {
	fill: #000;
	-webkit-transition: all 2.5s ease;
	-o-transition: all 2.5s ease;
	transition: all 2.5s ease
}

.navigation-bar__logo #logo-star,.navigation-bar__logo #logo-text {
	fill: #fff;
	-webkit-transition: all 2.5s ease;
	-o-transition: all 2.5s ease;
	transition: all 2.5s ease
}

.navigation-bar__logo.active #logo-bg {
	fill: #fff
}

.navigation-bar__logo.active #logo-star,.navigation-bar__logo.active #logo-text {
	fill: #000
}

.menu-trigger {
	position: fixed;
	width: 52px;
	height: 25px;
	left: 45px;
	top: 60px;
	z-index: 200
}

@media (max-width:1000px) {
	.menu-trigger {
		top: 50px
	}
}

@media (max-width:650px) {
	.menu-trigger {
		top: 35px;
		left: 30px;
		width: 43px;
		height: 20px
	}
}

.menu-trigger .line {
	width: 36px;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background: #000;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.menu-trigger .line.line-1 {
	-webkit-transition: all .2s .2s,-webkit-transform .2s 0s;
	transition: all .2s .2s,-webkit-transform .2s 0s;
	-o-transition: all .2s .2s,-o-transform .2s 0s;
	transition: all .2s .2s,transform .2s 0s;
	transition: all .2s .2s,transform .2s 0s,-webkit-transform .2s 0s,-o-transform .2s 0s
}

.menu-trigger .line.line-2 {
	top: 50%;
	margin-top: -1px;
	left: 0;
	-webkit-transition: all .2s .2s;
	-o-transition: all .2s .2s;
	transition: all .2s .2s;
	width: 100%
}

.menu-trigger .line.line-3 {
	bottom: 0;
	top: auto;
	left: 0;
	-webkit-transition: all .2s .2s,-webkit-transform .2s 0s;
	transition: all .2s .2s,-webkit-transform .2s 0s;
	-o-transition: all .2s .2s,-o-transform .2s 0s;
	transition: all .2s .2s,transform .2s 0s;
	transition: all .2s .2s,transform .2s 0s,-webkit-transform .2s 0s,-o-transform .2s 0s
}

.menu-trigger.active .line {
	background: #fff
}

.menu-trigger.active .line-1 {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s,-webkit-transform .2s .2s;
	transition: all .2s,-webkit-transform .2s .2s;
	-o-transition: all .2s,-o-transform .2s .2s;
	transition: all .2s,transform .2s .2s;
	transition: all .2s,transform .2s .2s,-webkit-transform .2s .2s,-o-transform .2s .2s
}

.menu-trigger.active .line-2 {
	opacity: 0;
	-webkit-transition: all .2s,opacity .2s 0s;
	-o-transition: all .2s,opacity .2s 0s;
	transition: all .2s,opacity .2s 0s
}

.menu-trigger.active .line-3 {
	bottom: 50%;
	margin-bottom: -1px;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .2s,-webkit-transform .2s .2s;
	transition: all .2s,-webkit-transform .2s .2s;
	-o-transition: all .2s,-o-transform .2s .2s;
	transition: all .2s,transform .2s .2s;
	transition: all .2s,transform .2s .2s,-webkit-transform .2s .2s,-o-transform .2s .2s
}

.nav-button__wrap {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 50px;
	left: 50px;
	z-index: 1000
}

.primary-navigation {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	z-index: 100;
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	overflow: hidden
}

@media only screen and (max-width:800px) {
	.primary-navigation {
		max-height: 100%;
		overflow-y: auto
	}
}

.primary-navigation .line {
	width: 0;
	height: 1px;
	background-color: #707070;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width:1000px) {
	.primary-navigation .line {
		display: none
	}
}

.primary-navigation .line .line-marker {
	position: absolute;
	height: 3px;
	background-color: #707070;
	top: -1px;
	opacity: 0
}

.nav__bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute
}

@media only screen and (max-width:800px) {
	.nav__bg {
		height: 100%
	}
}

.nav__watermark {
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: translateX(18%) translateY(8%);
	-o-transform: translateX(18%) translateY(8%);
	transform: translateX(18%) translateY(8%);
	z-index: 1
}

@media (max-width:850px) {
	.nav__watermark {
		display: none
	}
}

.nav__container {
	position: absolute;
	width: 80%;
	height: 60%;
	top: 20%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #797979;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:1600px) {
	.nav__container {
		height: 70%;
		top: 16vh;
		clear: both
	}
}

@media only screen and (max-width:1000px) {
	.nav__container {
		position: relative;
		top: 47%;
		height: auto;
		width: 100%;
		-webkit-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}
}

.nav__container .nav__item.active {
	color: #fff
}

.nav__container .nav__item.active .number {
	color: #fff;
	display: none
}

@media only screen and (max-width:1000px) {
	.nav__container .nav__item.active .number {
		opacity: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		margin-top: -8px
	}
}

.nav__container .nav__item.active .number:before {
	display: none
}

@media only screen and (max-width:1000px) {
	.nav__container .nav__item.active .number:before {
		content: " ";
		display: block;
		border-bottom: 1px solid #fff;
		height: 1px;
		width: 45px;
		position: absolute;
		top: 69%;
		left: 0
	}
}

.nav__container .nav__item.active .title {
	color: #fff;
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4)
}

@media only screen and (max-width:1000px) {
	.nav__container .nav__item.active .title {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.nav__container .nav__item.active .number-hidden {
	opacity: 1;
	-webkit-transform: translate(-50%,-50%) scale(18);
	-o-transform: translate(-50%,-50%) scale(18);
	transform: translate(-50%,-50%) scale(18)
}

@media only screen and (max-width:1600px) {
	.nav__container .nav__item.active .number-hidden {
		-webkit-transform: translate(-50%,-50%) scale(14);
		-o-transform: translate(-50%,-50%) scale(14);
		transform: translate(-50%,-50%) scale(14)
	}
}

@media only screen and (max-width:1200px) {
	.nav__container .nav__item.active .number-hidden {
		-webkit-transform: translate(-50%,-50%) scale(12);
		-o-transform: translate(-50%,-50%) scale(12);
		transform: translate(-50%,-50%) scale(12)
	}
}

@media only screen and (max-width:100px) {
	.nav__container .nav__item.active .number-hidden {
		display: none
	}
}

.nav__container .nav__item.active .discover {
	display: none
}

.nav__container .nav__item {
	width: 25%;
	height: 280px;
	position: relative;
	opacity: 0;
	color: #797979;
	text-decoration: none
}

@media (max-height:780px) {
	.nav__container .nav__item {
		height: 200px
	}
}

@media only screen and (max-width:1000px) {
	.nav__container .nav__item {
		width: 100%;
		height: 100px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media only screen and (max-width:767px) {
	.nav__container .nav__item {
		height: 50px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media only screen and (max-width:320px) {
	.nav__container .nav__item {
		height: 40px
	}
}

.nav__container .nav__item .overflow {
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.nav__container .nav__item .number {
	font-size: 30px;
	letter-spacing: -.02rem;
	color: hsla(0,0%,100%,.2);
	position: absolute;
	top: -50px;
	margin-top: -8px
}

@media only screen and (max-width:1000px) {
	.nav__container .nav__item .number {
		margin-right: 20px;
		font-size: 23px;
		padding-left: 20px;
		width: auto;
		position: inherit
	}
}

.nav__container .nav__item .title-wrap {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.nav__container .nav__item .title {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	line-height: .9;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	z-index: 10;
	font-size: 28px
}

@media screen and (min-width:1001px) {
	.nav__container .nav__item .title {
		font-size: calc(28px + 12*(100vw - 1001px)/599)
	}
}

@media screen and (min-width:1600px) {
	.nav__container .nav__item .title {
		font-size: 40px
	}
}

@media only screen and (max-width:1000px) {
	.nav__container .nav__item .title {
		position: static;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 7vw;
		height: 100%;
		width: 100%;
		line-height: 9vw
	}
}

@media only screen and (max-width:320px) {
	.nav__container .nav__item .title {
		position: static;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 30px;
		width: 100%;
		line-height: 20px
	}
}

.nav__container .nav__item .number-hidden {
	position: absolute;
	top: 40%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%,-50%) scale(22);
	-o-transform: translate(-50%,-50%) scale(22);
	transform: translate(-50%,-50%) scale(22);
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
	color: rgba(54,54,54,.44)
}

@media screen and (max-width:1600px) {
	.nav__container .nav__item .number-hidden {
		-webkit-transform: translate(-50%,-50%) scale(18);
		-o-transform: translate(-50%,-50%) scale(18);
		transform: translate(-50%,-50%) scale(18)
	}
}

@media screen and (max-width:1200px) {
	.nav__container .nav__item .number-hidden {
		-webkit-transform: translate(-50%,-50%) scale(15);
		-o-transform: translate(-50%,-50%) scale(15);
		transform: translate(-50%,-50%) scale(15)
	}
}

@media screen and (max-width:1000px) {
	.nav__container .nav__item .number-hidden {
		-webkit-transform: translate(-50%,-50%) scale(1);
		-o-transform: translate(-50%,-50%) scale(1);
		transform: translate(-50%,-50%) scale(1);
		display: none
	}
}

.nav__container .nav__item .discover {
	font-family: Brown,sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .2rem;
	color: #fff;
	position: absolute;
	top: 72%;
	opacity: 0
}

@media screen and (max-width:1000px) {
	.nav__container .nav__item .discover {
		display: none
	}
}

.nav__social-contact {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	bottom: 8%;
	left: 0;
	z-index: 1
}

@media (max-width:1000px) {
	.nav__social-contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		bottom: 5%;
		margin-top: 50px;
		width: 100%
	}
}

@media only screen and (max-width:320px) {
	.nav__social-contact {
		top: 70%
	}
}

.nav__social-contact svg {
	fill: #fff;
	width: 18px;
	height: 18px;
	margin: 0 15px
}

.nav__social-contact p {
	color: #fff;
	margin: 0 0 0 30px;
	padding-left: 30px;
	border-left: 1px solid #fff;
	line-height: 1
}

@media screen and (max-width:1000px) {
	.nav__social-contact p {
		border-left: none;
		padding-left: 0;
		margin: 0
	}
}

@media (max-width:400px) {
	.nav__social-contact p {
		font-size: 12px
	}
}

.nav__social-contact a {
	color: #fff;
	text-decoration: none
}

@media (max-width:1000px) {
	.nav__social-contact a:first-child {
		margin-right: 5px
	}
}

.nav__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 16px
}

@media screen and (max-width:1000px) {
	.nav__social {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 20px
	}
}

@media screen and (max-width:320px) {
	.nav__social {
		margin-top: 20px
	}
}

.nav__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:1000px) {
	.nav__contact {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto
	}
}

@media screen and (max-width:1000px) {
	.nav__contact p:nth-child(2) {
		display: none
	}
}

.page-footer {
	position: relative;
	padding: 140px 0 100px;
	background-color: #000;
	z-index: 10
}

@media (max-width:1000px) {
	.page-footer {
		padding: 80px 0 50px
	}
}

@media (max-width:700px) {
	.page-footer {
		padding: 60px 0 20px
	}
}

.page-footer p {
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	font-size: 14px
}

@media screen and (min-width:650px) {
	.page-footer p {
		font-size: calc(14px + 2*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.page-footer p {
		font-size: 16px
	}
}

.page-footer a {
	color: #fff;
	text-decoration: none
}

.page-footer .inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-navigation,.page-footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-end;
}

.footer-navigation {
	width: 33.33%;
/*	margin-bottom: 30px*/
}

@media (max-width:1000px) {
	.footer-navigation {
		width: 50%
	}
}

@media (max-width:700px) {
	.footer-navigation {
		width: 100%;
		margin-bottom: 90px
	}
}

@media (max-width:350px) {
	.footer-navigation {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.footer-navigation ul {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0
}

@media (max-width:350px) {
	.footer-navigation ul.footer-navigation__right {
		margin-top: 15px
	}
}

.footer-navigation li {
	margin-bottom: 12.5px
}

@media (max-width:700px) {
	.footer-navigation li {
		margin-bottom: 20px
	}
}

.footer-navigation li:last-child {
	margin-bottom: 0
}

.footer-contact {
	width: 33.33%;
	text-align: center
}

@media (max-width:1000px) {
	.footer-contact {
		width: 50%;
		text-align: right
	}
}

@media (max-width:700px) {
	.footer-contact {
		width: 100%!important;
		text-align: left
	}
}

.footer-contact p {
	margin-bottom: 35px
}

@media (max-width:700px) {
	.footer-contact p {
		margin-bottom: 15px
	}
}

.footer-social {
	margin-top: 75px
}

@media (max-width:700px) {
	.footer-social {
		margin-top: 80px
	}
}

.footer-social a {
	margin: 0 30px
}

@media (max-width:1200px) {
	.footer-social a {
		margin: 20px
	}
}

@media (max-width:700px) {
	.footer-social a {
		margin: 15px
	}
}

@media (max-width:360px) {
	.footer-social a {
		margin: 10px
	}
}

.footer-social a:first-child {
	margin-left: 0
}

.footer-social a:last-child {
	margin-right: 0
}

.footer-social svg {
	height: 20px;
	fill: #fff
}

@media (max-width:1200px) {
	.footer-social svg {
		height: 20px
	}
}

.credit-copyright {
	width: 33.33%;
	text-align: right
}

@media (max-width:1000px) {
	.credit-copyright {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		margin-top: 50px
	}

	.credit-copyright>* {
		width: 33.33%
	}
}

@media (max-width:700px) {
	.credit-copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
		-ms-flex-line-pack: start;
		align-content: flex-start
	}
}

@media (max-width:700px) {
	.credit-copyright,.credit-copyright>* {
		width: 100%
	}
}

@media (max-width:1000px) {
	.credit-copyright .credit {
		text-align: center
	}
}

@media (max-width:700px) {
	.credit-copyright .credit {
		text-align: left
	}
}

@media (max-width:1200px) {
	.credit-copyright .copyright {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: right
	}

	.credit-copyright .copyright a {
		width: 100%
	}
}

@media (max-width:1000px) {
	.credit-copyright .copyright {
		text-align: right
	}
}

@media (max-width:700px) {
	.credit-copyright .copyright {
		text-align: left
	}
}

.credit-copyright .copyright span {
	position: relative;
	display: inline-block;
	top: 2px;
	width: 1px;
	height: 14px;
	background-color: #fff;
	margin: 0 10px
}

@media (max-width:1200px) {
	.credit-copyright .copyright span {
		display: none
	}
}

.credit-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

@media (max-width:700px) {
	.credit-text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.green-web {
	max-width: 40%;
	height: auto
}

.footer-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0 40px
}

@media (max-width:1000px) {
	.footer-logos {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media (max-width:700px) {
	.footer-logos {
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 0 15px
	}
}

.footer-logos img {
	margin-left: 25px;
	max-width: 60px;
	min-width: 0;
	min-height: 0
}

@media (max-width:1000px) {
	.footer-logos img {
		max-width: 40px
	}

	.footer-logos img:first-child {
		margin-left: 0
	}
}

body#tinymce {
	margin: 12px!important
}[data-name=primary] label input+div {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}[data-name=primary] label input+div:after,[data-name=primary] label input+div:before {
	content: "";
	display: block;
	width: 30px;
	height: 25px
}[data-name=primary] label input[value=red-pink]+div:before {
	background-color: #eb4926
}[data-name=primary] label input[value=red-pink]+div:after {
	background-color: #f19ef7
}[data-name=primary] label input[value=greendark-peachlight]+div:before {
	background-color: #0d6256
}[data-name=primary] label input[value=greendark-peachlight]+div:after {
	background-color: #f8cacc
}[data-name=primary] label input[value=greenmid-blue]+div:before {
	background-color: #2bdb9f
}[data-name=primary] label input[value=greenmid-blue]+div:after {
	background-color: #145df5
}[data-name=primary] label input[value=orange-greenlight]+div:before {
	background-color: #f56d3c
}[data-name=primary] label input[value=orange-greenlight]+div:after {
	background-color: #b0dad2
}[data-name=secondary] label input+div {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}[data-name=secondary] label input+div:after,[data-name=secondary] label input+div:before {
	content: "";
	display: block;
	width: 30px;
	height: 25px
}[data-name=secondary] label input[value=grey-orangelight]+div:before {
	background-color: #dfd5d3
}[data-name=secondary] label input[value=grey-orangelight]+div:after {
	background-color: #eeb58a
}[data-name=secondary] label input[value=mustard-orangelight]+div:before {
	background-color: #c69d3a
}[data-name=secondary] label input[value=mustard-orangelight]+div:after {
	background-color: #eeb58a
}[data-name=secondary] label input[value=redbrown-pinklight]+div:before {
	background-color: #a74a2e
}[data-name=secondary] label input[value=redbrown-pinklight]+div:after {
	background-color: #ebbbb3
}[data-name=secondary] label input[value=orangedark-pinkmid]+div:before {
	background-color: #ef643a
}[data-name=secondary] label input[value=orangedark-pinkmid]+div:after {
	background-color: #e5cadd
}[data-name=secondary] label input[value=brown-peachmid]+div:before {
	background-color: #72662f
}[data-name=secondary] label input[value=brown-peachmid]+div:after {
	background-color: #f3bcb3
}[data-name=secondary] label input[value=greypink-cyan]+div:before {
	background-color: #dbcabe
}[data-name=secondary] label input[value=greypink-cyan]+div:after {
	background-color: #53e0ef
}[data-name=secondary] label input[value=greenlight-purple]+div:before {
	background-color: #b0dad2
}[data-name=secondary] label input[value=greenlight-purple]+div:after {
	background-color: #8f6af0
}[data-name=secondary] label input[value=mustard-pinklight]+div:before {
	background-color: #c69d3a
}[data-name=secondary] label input[value=mustard-pinklight]+div:after {
	background-color: #ebbbb3
}[data-name=secondary] label input[value=peachlight-orangedark]+div:before {
	background-color: #f8cacc
}[data-name=secondary] label input[value=peachlight-orangedark]+div:after {
	background-color: #ef643a
}[data-name=secondary] label input[value=brown-aqua]+div:before {
	background-color: #72662f
}[data-name=secondary] label input[value=brown-aqua]+div:after {
	background-color: #b1e8ee
}

.home-hero {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 1
}

.home-hero .rotate {
	position: absolute;
	width: 100px;
	height: 100px;
	top: -30px;
	right: 0;
	z-index: 10
}

@media (max-width:1440px) {
	.home-hero .rotate {
		width: 140px;
		height: 140px
	}
}

@media (max-width:1250px) {
	.home-hero .rotate {
		width: 120px;
		height: 120px
	}
}

@media (max-width:1000px) {
	.home-hero .rotate {
		width: 95px;
		height: 95px
	}
}

@media (max-width:650px) {
	.home-hero .rotate {
		width: 120px;
		height: 120px;
		top: -120px;
		right: -50px
	}
}

.home-hero__wrap {
	position: absolute;
	width: 100%;
	height: 200%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.home-hero__wrap .home-hero__wrap-title {
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translate(-50%,-47%);
	-o-transform: translate(-50%,-47%);
	transform: translate(-50%,-47%)
}

.home-hero__wrap--title-line {
	height: auto;
	overflow: hidden;
	width: 100%;
	padding: 5% 0;
	margin: -18% 0
}

.home-hero__wrap--title-line:first-child {
	margin-top: 0
}

.home-hero__wrap--title-line.no-overflow {
	overflow: visible
}

.home-hero__wrap--title-line p {
	font-family: 'Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	line-height: 1.2;
	font-weight: bolder;
	display: block;
	width: 100%;
	margin: 0;
	opacity: 0;
	font-size: 80px
}

@media screen and (min-width:650px) {
	.home-hero__wrap--title-line p {
		font-size: calc(80px + 150*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.home-hero__wrap--title-line p {
		font-size: 230px
	}
}

.home-hero-spacer {
	margin-top: 100vh;
	background-color: #fff;
	position: relative;
	z-index: 50
}

.home-hero-spacer img {
	width: 100%
}

.home-intro {
	position: relative;
	overflow: hidden;
	z-index: 10;
	background: #fff
}

@media (max-width:750px) {
	.home-intro {
		text-align: center
	}
}

@media (max-width:650px) {
	.home-intro {
		text-align: left
	}
}

.home-intro__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:750px) {
	.home-intro__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.home-intro__black {
	width: 12%;
	background-color: #000
}

@media (max-width:1000px) {
	.home-intro__black {
		display: none
	}
}

.home-intro__text {
	position: relative;
	width: 40%;
	overflow: visible;
	z-index: 10
}

@media (max-width:1000px) {
	.home-intro__text {
		width: 45%
	}
}

@media (max-width:750px) {
	.home-intro__text {
		width: 100%
	}
}

.home-intro__text-wrapper {
	position: relative;
	margin: 12vh auto;
	z-index: 10
}

@media (max-width:1350px) {
	.home-intro__text-wrapper {
		margin: 150px auto 120px
	}
}

@media (max-width:1200px) {
	.home-intro__text-wrapper {
		margin: 100px auto 80px
	}
}

@media (max-width:950px) {
	.home-intro__text-wrapper {
		padding: 0 30px
	}
}

@media (max-width:850px) {
	.home-intro__text-wrapper {
		margin: 60px 0 30px
	}
}

.home-intro__image {
	position: relative;
	width: 60%;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	z-index: 5
}

@media (max-width:1500px) {
	.home-intro__image {
		width: 45%
	}
}

@media (max-width:1000px) {
	.home-intro__image {
		width: 55%
	}
}

@media (max-width:750px) {
	.home-intro__image {
		width: 100%;
		height: 450px
	}
}

.home-intro__image p {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: .35;
	color: hsla(0,0%,100%,.5);
	z-index: 50;
	margin: 0;
	font-size: 100px
}

@media screen and (min-width:1000px) {
	.home-intro__image p {
		font-size: calc(100px + 300*(100vw - 1000px)/1000)
	}
}

@media screen and (min-width:2000px) {
	.home-intro__image p {
		font-size: 400px
	}
}

@media (max-width:750px) {
	.home-intro__image p {
		font-size: 100px
	}
}

@media screen and (max-width:750px) and (min-width:300px) {
	.home-intro__image p {
		font-size: calc(100px + 200*(100vw - 300px)/450)
	}
}

@media screen and (max-width:750px) and (min-width:750px) {
	.home-intro__image p {
		font-size: 300px
	}
}

@media (max-width:650px) {
	.home-intro__image p {
		line-height: .55
	}
}

.home-intro h1 {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
	margin: 0 0 5vh;
	max-width: 550px;
	-webkit-transform: translateX(-15%);
	-o-transform: translateX(-15%);
	transform: translateX(-15%);
	font-size: 40px
}

@media screen and (min-width:650px) {
	.home-intro h1 {
		font-size: calc(40px + 48*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.home-intro h1 {
		font-size: 88px
	}
}

@media (max-width:950px) {
	.home-intro h1 {
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@media (max-width:750px) {
	.home-intro h1 {
		margin: 0 auto 2.5rem;
		max-width: 80%
	}
}

@media (max-width:650px) {
	.home-intro h1 {
		margin: 0 0 2.5rem
	}
}

.home-intro h2 {
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin: 0 auto 2.5rem;
	max-width: 324px;
	font-size: 16px
}

@media screen and (min-width:650px) {
	.home-intro h2 {
		font-size: calc(16px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.home-intro h2 {
		font-size: 16px
	}
}

@media (max-width:850px) {
	.home-intro h2 {
		margin-bottom: 1.875rem
	}
}

@media (max-width:750px) {
	.home-intro h2 {
		max-width: 100%
	}
}

.home-intro .cta-wrapper {
	position: relative;
	width: 100%;
	max-width: 324px;
	margin: 0 auto
}

.home-intro .cta-wrapper:hover {
	z-index: 400
}

@media (max-width:650px) {
	.home-intro .cta-wrapper {
		margin: 0
	}
}

.home-intro .cta-wrapper .cta {
	margin-top: 0!important;
	margin-bottom: 0!important
}

@media (max-width:650px) {
	.home-intro .cta {
		text-align: center
	}
}

.home-intro .rotate {
	position: absolute;
	bottom: 15%;
	right: -20px;
	width: 135px;
	height: 135px;
	z-index: 20
}

.home-intro .rotate svg {
	width: 100%;
	height: 100%
}

@media (max-width:1200px) {
	.home-intro .rotate {
		bottom: 10%
	}
}

@media (max-width:1000px) {
	.home-intro .rotate {
		width: 95px;
		height: 95px
	}
}

@media (max-width:850px) {
	.home-intro .rotate {
		bottom: 0
	}
}

@media (max-width:750px) {
	.home-intro .rotate {
		top: 30px;
		right: -25px
	}
}

.home-intro .masked-intro {
	position: relative
}

.home-intro .masked-intro .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 20
}

.home-intro .masked-intro .image {
	position: relative;
	opacity: 0;
	z-index: 10
}

.home-work {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background-color: #fff;
	z-index: 10
}

@media (max-width:950px) {
	.home-work {
		padding: 100px 0 150px
	}
}

.home-work .heading {
	font: 700 18px/1 Brown,sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .4rem
}

.home-work .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -30px
}

@media (max-width:950px) {
	.home-work .slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 50px
	}
}

.home-work .text {
	position: absolute;
	top: 50%;
	left: 14%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
	background: hsla(0,0%,100%,.5);
	padding: 20px 20px 20px 0;
	max-width: 650px
}

@media (max-width:950px) {
	.home-work .text {
		position: relative;
		top: auto;
		left: 0;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		text-align: center;
		padding: 0
	}
}

.home-work .text__small-heading {
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 30px;
	font-size: 14px
}

@media screen and (min-width:650px) {
	.home-work .text__small-heading {
		font-size: calc(14px + 4*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.home-work .text__small-heading {
		font-size: 18px
	}
}

@media (max-width:950px) {
	.home-work .text__small-heading {
		text-align: left;
		margin-bottom: 10px
	}
}

.home-work .text__title {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0px;
	overflow: hidden;
	font-size: 14px
}

@media screen and (min-width:800px) {
	.home-work .text__title {
		font-size: calc(14px + 24*(100vw - 800px)/800)
	}
}

@media screen and (min-width:1600px) {
	.home-work .text__title {
		font-size: 24px
	}
}

@media (max-width:950px) {
	.home-work .text__title {
		text-align: left
	}
}

.home-work .text__subtitle {
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 0;
	font-size: 40px
}

@media screen and (min-width:1000px) {
	.home-work .text__subtitle {
		font-size: calc(40px + 20*(100vw - 1000px)/600)
	}
}

@media screen and (min-width:1600px) {
	.home-work .text__subtitle {
		font-size: 60px
	}
}

@media (max-width:950px) {
	.home-work .text__subtitle {
		text-align: left
	}
}

.home-work .images {
	position: relative;
	width: 66.25%;
	height: 0;
	padding-bottom: 51.6%;
	z-index: 1
}

@media (max-width:950px) {
	.home-work .images {
		width: 100%;
		padding-bottom: 70%;
		margin: 0 auto
	}
}

.home-work .images>* {
	position: absolute
}

.home-work .images .work-masked {
	overflow: hidden
}

.home-work .images .mask {
	background: #fff;
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	z-index: 50
}

.home-work .images .image {
	z-index: 10
}

.home-work .images .image-top {
	top: 0;
	right: 0;
	width: 40%;
	height: 47%;
	z-index: 1
}

.home-work .images .image-middle {
	bottom: 10%;
	right: 0;
	left: 0;
	width: 85%;
	height: 73%;
	margin: 0 auto;
	z-index: 30
}

.home-work .images .image-bottom {
	bottom: 0;
	left: 0;
	width: 30%;
	height: 35%;
	z-index: 20
}

.home-work .line {
	position: absolute;
	width: 1px;
	height: 150%;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #000;
	opacity: .3
}

@media (max-width:950px) {
	.home-work .line {
		opacity: .05
	}
}

.home-work .cta {
	margin-top: 50px;
	margin-bottom: 0
}

.home-work .cta:hover {
	z-index: 300
}

@media (max-width:950px) {
	.home-work .cta {
		margin: 30px 0
	}
}

.home-work .rotate {
	position: absolute;
	width: 140px;
	height: 140px;
	top: 20%;
	left: 0
}

@media (max-width:1400px) {
	.home-work .rotate {
		width: 95px;
		height: 95px
	}
}

@media (max-width:1200px) {
	.home-work .rotate {
		top: auto;
		left: auto;
		bottom: -50px;
		right: -10px
	}
}

@media (max-width:950px) {
	.home-work .rotate {
		bottom: -90px
	}
}

.home-work .rotate svg {
	width: 100%;
	height: 100%
}

.home-work .arrows {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 180px;
	bottom: -20px;
	left: calc(34% - 20px)
}

.home-work .arrows>* {
	margin: 0 20px;
	padding: 20px
}

@media (max-width:950px) {
	.home-work .arrows {
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -60px
	}
}

.home-work .arrows svg {
	width: 10px;
	height: 20px
}

.home-work .pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 4px;
	font-size: 14px
}

@media screen and (min-width:650px) {
	.home-work .pagination {
		font-size: calc(14px + 4*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.home-work .pagination {
		font-size: 18px
	}
}

@media (max-width:1680px) {
	.home-work .pagination {
		left: 20px
	}
}

@media (max-width:950px) {
	.home-work .pagination {
		left: 40px;
		bottom: -90px
	}
}

.home-work .pagination .current {
	font-weight: 700
}

.home-thought {
	position: relative;
	z-index: 10;
	padding: 8vw 0 0;
	margin-bottom: -3vw
}

@media (max-width:1000px) {
	.home-thought {
		padding: 8vw 0 60px;
		margin-bottom: 0;
		overflow: hidden
	}
}

@media (max-width:1000px) {
	.home-thought__carousel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.home-thought .heading,.home-thought .inner {
	text-align: center;
	padding: 0 30px
}

.home-thought .heading {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.home-thought .heading {
		font-size: calc(40px + 48*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.home-thought .heading {
		font-size: 88px
	}
}

.home-thought .slide {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transform: translateY(3vw);
	-o-transform: translateY(3vw);
	transform: translateY(3vw)
}

@media (max-width:1000px) {
	.home-thought .slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

.home-thought .slide>* {
	width: 49%
}

@media (max-width:1000px) {
	.home-thought .slide>* {
		width: 100%;
		max-width: 700px
	}
}

.home-thought .post-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	padding-left: 7vw;
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0
}

@media (max-width:1000px) {
	.home-thought .post-left {
		padding: 0 30px 30px
	}
}

.home-thought .post-left .post-inner {
	position: relative;
	width: 100%
}

.home-thought .post-left .post-inner:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 65.4321%
}

.home-thought .post-left .post-inner>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:1000px) {
	.home-thought .post-left .post-inner {
		position: relative
	}

	.home-thought .post-left .post-inner:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 67.1875%
	}

	.home-thought .post-left .post-inner>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.home-thought .post-right {
	position: relative;
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0
}

@media (max-width:1000px) {
	.home-thought .post-right {
		padding: 0 30px
	}
}

.home-thought .post-right .post-inner {
	position: relative;
	width: 100%
}

.home-thought .post-right .post-inner:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 82.7957%
}

.home-thought .post-right .post-inner>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:1000px) {
	.home-thought .post-right .post-inner {
		position: relative
	}

	.home-thought .post-right .post-inner:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 67.1875%
	}

	.home-thought .post-right .post-inner>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.home-thought .text {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10
}

.home-thought .text__title {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	overflow: hidden;
	font-size: 24px
}

@media screen and (min-width:650px) {
	.home-thought .text__title {
		font-size: calc(24px + 6*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.home-thought .text__title {
		font-size: 30px
	}
}

.home-thought .text__title span {
	display: block;
	opacity: 0
}

.home-thought .cta {
	color: #fff;
	border-bottom: 0 solid #fff;
	margin-bottom: 0;
	overflow: hidden
}

@media (max-width:850px) {
	.home-thought .cta {
		padding-bottom: 0!important
	}
}

.home-thought .cta span {
	display: block;
	border-bottom: 3px solid #fff;
	padding: 0 0 10px;
	opacity: 0
}

@media (max-width:850px) {
	.home-thought .cta span {
		opacity: 1!important;
		-webkit-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
		visibility: visible!important;
		text-align: center!important
	}
}

.home-thought .image {
	z-index: 1
}

.home-thought .overlay {
	opacity: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 5
}

@media (max-width:850px) {
	.home-thought .overlay {
		background-color: rgba(0,0,0,.5);
		display: block!important;
		-webkit-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
		opacity: 1!important;
		visibility: visible!important
	}
}

.home-thought .arrows {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 30px;
	margin-bottom: -2vw
}

@media (max-width:1000px) {
	.home-thought .arrows {
		margin: 2vw auto 0
	}
}

.home-thought .arrows>* {
	margin: 0 20px;
	padding: 20px
}

.home-thought .arrows svg {
	width: 10px;
	height: 20px
}

.home-thought .rotate {
	position: absolute;
	top: -67.5px;
	left: 135px;
	width: 135px;
	height: 135px;
	z-index: 20
}

.home-thought .rotate svg {
	width: 100%;
	height: 100%
}

@media (max-width:1000px) {
	.home-thought .rotate {
		width: 95px;
		height: 95px;
		top: auto;
		left: auto;
		right: -20px;
		bottom: -110px
	}
}

@media (max-width:850px) {
	.home-thought .image-anim__outer .image-anim__outer .overlay {
		display: none!important
	}
}

.home-news {
	position: relative;
	background: #fff;
	padding: 12vw 0;
	z-index: 5;
	background-image: url(data:image/svg+xml;
	base64,PHN2ZyBoZWlnaHQ9Ijc0OC44NDEiIHZpZXdCb3g9IjAgMCAxIDc0OC44NDEiIHdpZHRoPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0tMTM4MjAuNTY2LTE1NTkyLjUwOXY3NDguODQxIiBmaWxsPSJub25lIiBvcGFjaXR5PSIuMyIgc3Ryb2tlPSIjNzA3MDcwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzgyMS4wNjYgMTU1OTIuNTA5KSIvPjwvc3ZnPg==);background-repeat: no-repeat;
	background-position: top;
	background-size: 1px 80%
}

@media (max-width:1000px) {
	.home-news {
		padding-bottom: 4vw
	}
}

.home-news .inner {
	text-align: center;
	padding: 0 30px
}

.home-news .heading {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
	padding: 4vw 0;
	text-align: right;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.home-news .heading {
		font-size: calc(40px + 48*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.home-news .heading {
		font-size: 88px
	}
}

.home-news .heading.mobile-only {
	display: none;
	text-align: center
}

@media (max-width:1000px) {
	.home-news .heading.desktop-only {
		display: none
	}

	.home-news .heading.mobile-only {
		display: block
	}
}

.home-news .slide {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transform: translateY(3vw);
	-o-transform: translateY(3vw);
	transform: translateY(3vw)
}

@media (max-width:1000px) {
	.home-news .slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.home-news .slide>* {
	width: 49%
}

@media (max-width:1000px) {
	.home-news .slide>* {
		width: 100%;
		max-width: 700px
	}
}

.home-news .post-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	padding-right: 6vw
}

@media (max-width:1000px) {
	.home-news .post-left {
		margin-bottom: 30px;
		padding-right: 0
	}
}

.home-news .post-left .post-inner {
	position: relative;
	max-width: 680px;
	width: 100%
}

.home-news .post-left .post-inner:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 109.55882%
}

.home-news .post-left .post-inner>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.home-news .post-left .image-top {
	position: relative;
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	overflow: hidden;
	z-index: 20
}

.home-news .post-left .image-top:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 140.81633%
}

.home-news .post-left .image-top>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.home-news .post-left .image-bottom {
	position: relative;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
	overflow: hidden;
	z-index: 10
}

.home-news .post-left .image-bottom:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%
}

.home-news .post-left .image-bottom>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.home-news .post-right {
	position: relative;
	overflow: hidden
}

.home-news .post-right .post-inner {
	position: relative;
	display: block;
	width: 100%
}

.home-news .post-right .post-inner:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 65.03067%
}

.home-news .post-right .post-inner>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:850px) {
	.home-news .post-right .post-inner:before {
		padding-top: 100%
	}
}

.home-news .mask {
	background: #fff;
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	z-index: 50
}

.home-news .text {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10
}

.home-news .text__title {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	overflow: hidden;
	font-size: 24px
}

@media screen and (min-width:650px) {
	.home-news .text__title {
		font-size: calc(24px + 6*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.home-news .text__title {
		font-size: 30px
	}
}

@media (max-width:850px) {
	.home-news .text__title {
		padding-left: 10px;
		padding-right: 10px
	}
}

.home-news .text__title span {
	display: block;
	opacity: 0
}

@media (max-width:850px) {
	.home-news .text__title span {
		opacity: 1!important;
		-webkit-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
		visibility: visible!important;
		text-align: center!important
	}
}

.home-news .cta {
	color: #fff;
	border-bottom: 0 solid #fff;
	margin-bottom: 0;
	overflow: hidden
}

@media (max-width:850px) {
	.home-news .cta {
		padding-bottom: 0!important
	}
}

.home-news .cta span {
	display: block;
	border-bottom: 3px solid #fff;
	padding: 0 0 10px;
	opacity: 0
}

@media (max-width:850px) {
	.home-news .cta span {
		opacity: 1!important;
		-webkit-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
		visibility: visible!important;
		text-align: center!important
	}
}

.home-news .image {
	position: absolute;
	height: calc(100% - 2px);
	width: 100%;
	top: 1px;
	left: 0;
	z-index: 1
}

.home-news .overlay {
	opacity: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 5
}

@media (max-width:850px) {
	.home-news .overlay {
		display: block!important;
		-webkit-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
		opacity: 1!important;
		visibility: visible!important;
		background-color: rgba(0,0,0,.5)
	}
}

.home-news .arrows {
	position: absolute;
	bottom: -22px;
	right: -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	z-index: 30
}

@media (max-width:1000px) {
	.home-news .arrows {
		position: relative;
		bottom: auto;
		right: auto;
		padding: 4vw 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.home-news .arrows>* {
	margin: 0 20px;
	padding: 20px
}

.home-news .arrows svg {
	width: 10px;
	height: 20px
}

.home-news .rotate {
	position: absolute;
	top: 11vw;
	left: 3vw;
	width: 135px;
	height: 135px;
	z-index: 60
}

@media (max-width:1000px) {
	.home-news .rotate.desktop-only {
		display: none
	}
}

.home-news .rotate.mobile-only {
	display: none;
	top: 0;
	left: -50px
}

@media (max-width:1000px) {
	.home-news .rotate.mobile-only {
		display: block
	}
}

.home-news .rotate svg {
	width: 100%;
	height: 100%
}

@media (max-width:1200px) {
	.home-news .rotate {
		bottom: 10%
	}
}

@media (max-width:1000px) {
	.home-news .rotate {
		width: 95px;
		height: 95px
	}
}

@media (max-width:850px) {
	.home-news .rotate {
		bottom: 0
	}
}

@media (max-width:750px) {
	.home-news .rotate {
		top: 30px;
		right: -25px
	}
}

.news-data,.thought-data,.work-data {
	display: none
}

.sitemap {
	padding: 50px 0
}

.sitemap h1 {
	margin-bottom: 30px
}

.sitemap .inner>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0
}

@supports (display:grid) {
	.sitemap .inner>ul {
		display: grid;
		grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
		grid-gap: 20px
	}
}

.sitemap .inner>ul>li {
	list-style-type: none;
	background: #000;
	padding: 50px;
	border-radius: 10px;
	-ms-flex-preferred-size: 24%;
	flex-basis: 24%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 10px
}

@supports (display:grid) {
	.sitemap .inner>ul>li {
		margin: 0
	}
}

.sitemap .inner>ul>li>a {
	display: block;
	font: 400 24px/26px Brown,sans-serif;
	margin-bottom: 20px
}

.sitemap .inner>ul>li>ul li {
	list-style-type: disc!important
}

.about-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:650px) {
	.about-intro {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.about-intro__images {
	position: relative;
	width: 36%
}

.about-intro__images:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 166.99029%
}

.about-intro__images>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:650px) {
	.about-intro__images {
		position: relative;
		width: calc(100% - 60px);
		max-width: 400px
	}

	.about-intro__images:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 131.25%
	}

	.about-intro__images>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.about-intro__image-top {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.about-intro__image-top:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 131.15942%
}

.about-intro__image-top>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:650px) {
	.about-intro__image-top {
		position: relative
	}

	.about-intro__image-top:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 100%
	}

	.about-intro__image-top>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.about-intro__image-top .image {
	position: absolute
}

.about-intro__image-bottom {
	position: relative;
	position: absolute;
	top: 66%;
	right: 15%;
	width: 60%
}

.about-intro__image-bottom:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%
}

.about-intro__image-bottom>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:1350px) {
	.about-intro__image-bottom {
		top: 60%
	}
}

@media (max-width:1150px) {
	.about-intro__image-bottom {
		top: 50%
	}
}

@media (max-width:1000px) {
	.about-intro__image-bottom {
		top: 45%
	}
}

@media (max-width:850px) {
	.about-intro__image-bottom {
		top: 40%
	}
}

@media (max-width:800px) {
	.about-intro__image-bottom {
		top: 30%
	}
}

@media (max-width:650px) {
	.about-intro__image-bottom {
		top: 50%;
		right: 0
	}
}

.about-intro__image-bottom .image {
	position: absolute
}

.about-intro__text {
	width: 64%
}

@media (max-width:650px) {
	.about-intro__text {
		width: 100%
	}
}

.about-intro__text .inner {
	max-width: 800px
}

@media (max-width:1400px) {
	.about-intro__text .inner {
		padding: 0 30px
	}
}

@media (min-width:1800px) {
	.about-intro__text .inner {
		-webkit-transform: translateX(-10%);
		-o-transform: translateX(-10%);
		transform: translateX(-10%)
	}
}

@media (min-width:2050px) {
	.about-intro__text .inner {
		-webkit-transform: translateX(-20%);
		-o-transform: translateX(-20%);
		transform: translateX(-20%)
	}
}

.about-intro h3 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.66;
	margin-bottom: 50px;
	font-size: 20px
}

@media screen and (min-width:650px) {
	.about-intro h3 {
		font-size: calc(20px + 10*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.about-intro h3 {
		font-size: 30px
	}
}

.about-intro .columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px
}

@media (max-width:1300px) {
	.about-intro .columns {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
}

@media (max-width:1150px) {
	.about-intro .columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.our-services {
	margin-top: 8vw
}

@media (max-width:1700px) {
	.our-services {
		margin-top: 4vw
	}
}

@media (max-width:1500px) {
	.our-services {
		margin-top: 60px
	}
}

.our-services h2 {
	display: inline-block;
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	-webkit-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%);
	font-size: 40px
}

@media screen and (min-width:650px) {
	.our-services h2 {
		font-size: calc(40px + 48*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.our-services h2 {
		font-size: 88px
	}
}

@media (max-width:1400px) {
	.our-services h2 {
		-webkit-transform: translateX(-20%);
		-o-transform: translateX(-20%);
		transform: translateX(-20%)
	}
}

@media (max-width:650px) {
	.our-services h2 {
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		margin-bottom: 40px
	}
}

.service-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.service-links a {
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 2.5;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .4rem;
	color: #000;
	font-size: 16px
}

@media screen and (min-width:650px) {
	.service-links a {
		font-size: calc(16px + 14*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.service-links a {
		font-size: 30px
	}
}

.service-links a:hover {
	text-decoration: underline
}

.about-process {
	position: relative;
	margin-top: 5vw
}

@media (max-width:1680px) {
	.about-process {
		margin-top: 15vw
	}
}

@media (max-width:1200px) {
	.about-process {
		margin-top: 20vw
	}
}

@media (max-width:900px) {
	.about-process {
		margin-top: 25vw
	}
}

@media (max-width:650px) {
	.about-process {
		margin-top: 50px
	}
}

.about-process:before {
	content: "";
	position: absolute;
	top: -250px;
	left: 0;
	right: 0;
	height: 260px;
	width: 1px;
	margin: 0 auto;
	background-color: rgba(0,0,0,.3)
}

@media (max-width:1850px) {
	.about-process:before {
		top: -180px;
		height: 150px
	}
}

@media (max-width:650px) {
	.about-process:before {
		display: none
	}
}

.about-process h2 {
	display: inline-block;
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.about-process h2 {
		font-size: calc(40px + 48*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.about-process h2 {
		font-size: 88px
	}
}

.about-process .inner {
	max-width: 1400px
}

.about-process .process-intro {
	max-width: 350px;
	-webkit-transform: translateX(130px);
	-o-transform: translateX(130px);
	transform: translateX(130px)
}

@media (max-width:650px) {
	.about-process .process-intro {
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.process-slider {
	position: relative;
	margin: 0 0 200px
}

@media (max-width:1000px) {
	.process-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.process-slider .swiper-container {
	height: 600px;
	margin: 50px 0 150px
}

@media (min-height:7000px) {
	.process-slider .swiper-container {
		height: 850px
	}
}

@media (max-width:1700px) {
	.process-slider .swiper-container {
		height: 500px
	}
}

@media (max-width:1000px) {
	.process-slider .swiper-container {
		height: auto;
		padding: 50px 0 40px
	}
}

@media (max-width:1440px) {
	.process-slider .swiper-container {
		height: 380px
	}
}

@media (max-width:1000px) {
	.process-slider .swiper-container {
		margin-bottom: 50px
	}
}

@media (max-width:650px) {
	.process-slider .swiper-container {
		height: 250px
	}
}

.process-slider .swiper-container .swiper-slide,.process-slider .swiper-container .swiper-slide-duplicate {
	-webkit-transform: scale(.4);
	-o-transform: scale(.4);
	transform: scale(.4);
	width: 60%
}

.process-slider .swiper-container .swiper-slide-duplicate .slide-image,.process-slider .swiper-container .swiper-slide .slide-image {
	width: 66%;
	height: 450px
}

@media (max-width:1700px) {
	.process-slider .swiper-container .swiper-slide-duplicate .slide-image,.process-slider .swiper-container .swiper-slide .slide-image {
		height: 400px
	}
}

@media (max-width:1300px) {
	.process-slider .swiper-container .swiper-slide-duplicate .slide-image,.process-slider .swiper-container .swiper-slide .slide-image {
		width: 80%
	}
}

@media (max-width:650px) {
	.process-slider .swiper-container .swiper-slide-duplicate .slide-image,.process-slider .swiper-container .swiper-slide .slide-image {
		width: 100%;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.process-slider .swiper-container .swiper-slide-duplicate img,.process-slider .swiper-container .swiper-slide img {
	width: 66%
}

.process-slider .swiper-container .swiper-slide {
	-webkit-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

@media (max-width:650px) {
	.process-slider .swiper-container .swiper-slide {
		width: 100%;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.process-slider .swiper-container .swiper-slide-duplicate-next,.process-slider .swiper-container .swiper-slide-duplicate-prev,.process-slider .swiper-container .swiper-slide-next,.process-slider .swiper-container .swiper-slide-prev {
	opacity: .5;
	-webkit-transition: opacity .6s,-webkit-transform .6s ease-in-out;
	transition: opacity .6s,-webkit-transform .6s ease-in-out;
	-o-transition: opacity .6s,-o-transform .6s ease-in-out;
	transition: opacity .6s,transform .6s ease-in-out;
	transition: opacity .6s,transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out
}

@media (max-width:1000px) {
	.process-slider .swiper-container .swiper-slide-duplicate-next,.process-slider .swiper-container .swiper-slide-duplicate-prev,.process-slider .swiper-container .swiper-slide-next,.process-slider .swiper-container .swiper-slide-prev {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.process-slider .swiper-container .swiper-slide-active {
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 60%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:650px) {
	.process-slider .swiper-container .swiper-slide-active {
		width: 100%
	}
}

.process-slider .swiper-container .swiper-slide-active .slide-image {
	width: 72%;
	height: 600px
}

@media (max-width:1700px) {
	.process-slider .swiper-container .swiper-slide-active .slide-image {
		height: 500px
	}
}

@media (max-width:1440px) {
	.process-slider .swiper-container .swiper-slide-active .slide-image {
		width: 65%;
		height: 380px
	}
}

@media (max-width:1000px) {
	.process-slider .swiper-container .swiper-slide-active .slide-image {
		width: 100%
	}
}

@media (max-width:650px) {
	.process-slider .swiper-container .swiper-slide-active .slide-image {
		height: 250px
	}
}

.process-slider .swiper-container .swiper-slide-active img {
	width: 66%;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

@media (max-width:1440px) {
	.process-slider .swiper-container .swiper-slide-active img {
		width: 75%
	}
}

@media (max-width:1250px) {
	.process-slider .swiper-container .swiper-slide-active img {
		width: 85%
	}
}

@media (max-width:1000px) {
	.process-slider .swiper-container .swiper-slide-active img {
		width: 100%;
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.process-slider .slider__text-block {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 70px 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 375px;
	top: 52%;
	left: 35%;
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 50
}

@media (max-width:1440px) {
	.process-slider .slider__text-block {
		width: 325px;
		top: 45%
	}
}

@media (max-width:1000px) {
	.process-slider .slider__text-block {
		position: relative;
		width: 100%;
		max-width: 60%;
		margin: 0 auto;
		height: auto;
		min-height: 0;
		max-height: 9999px;
		-webkit-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		left: auto;
		top: auto;
		padding: 30px 0;
		overflow: hidden
	}
}

@media (max-width:650px) {
	.process-slider .slider__text-block {
		max-width: 100%
	}
}

.process-slider .slider__text-block h3 {
	position: absolute;
	top: -150px;
	left: -100px;
	font-family: Brown,sans-serif;
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase;
	line-height: 1;
	font-size: 20px
}

@media screen and (min-width:650px) {
	.process-slider .slider__text-block h3 {
		font-size: calc(20px + 10*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.process-slider .slider__text-block h3 {
		font-size: 30px
	}
}

.process-slider .slider__text-block h4 {
/*	line-height: 1.35;*/
	padding-bottom: 25px;
	font-weight: bold;
	margin: 0;
	width: auto
}

.process-slider .slider__text-block p {
	line-height: 1.5;
	margin-bottom: 0
}

.process-slider .slider__text-block .sep-line {
	height: 1px;
	background-color: #000;
	margin-bottom: 25px
}

.process-slider .text-block__wrap {
	width: calc(100% - 100px);
	height: calc(100% - 100px)
}

@media (max-width:1440px) {
	.process-slider .text-block__wrap {
		width: calc(100% - 50px);
		height: calc(100% - 50px)
	}
}

.process-slider .wrap_pagination {
	position: relative;
	height: auto;
	margin-top: 25px
}

@media (max-width:1000px) {
	.process-slider .wrap_pagination {
		display: none
	}
}

.process-slider .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.process-slider .swiper-pagination {
	position: relative;
	width: 100%;
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	z-index: 50
}

.process-slider .swiper-pagination .swiper-pagination-bullet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	opacity: 1
}

.process-slider .swiper-pagination .swiper-pagination-bullet:focus {
	outline: none
}

.process-slider .swiper-pagination .swiper-pagination-bullet p {
	color: #000
}

.process-slider .swiper-pagination p {
	width: 160px;
	font-family: Brown,sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0 0 30px;
	color: #000;
	-webkit-transform: translateX(-49%);
	-o-transform: translateX(-49%);
	transform: translateX(-49%);
	font-size: 12px
}

@media screen and (min-width:1000px) {
	.process-slider .swiper-pagination p {
		font-size: calc(12px + 6*(100vw - 1000px)/600)
	}
}

@media screen and (min-width:1600px) {
	.process-slider .swiper-pagination p {
		font-size: 18px
	}
}

.process-slider .swiper-pagination.colour-red .swiper-pagination-bullet-active p {
	color: #eb4926
}

.process-slider .swiper-pagination.colour-red .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-red .swiper-pagination-bullet.active {
	background-color: #eb4926
}

.process-slider .swiper-pagination.colour-red .swiper-pagination-bullet.active p {
	color: #eb4926
}

.process-slider .swiper-pagination.colour-pink .swiper-pagination-bullet-active p {
	color: #f19ef7
}

.process-slider .swiper-pagination.colour-pink .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-pink .swiper-pagination-bullet.active {
	background-color: #f19ef7
}

.process-slider .swiper-pagination.colour-pink .swiper-pagination-bullet.active p {
	color: #f19ef7
}

.process-slider .swiper-pagination.colour-greendark .swiper-pagination-bullet-active p {
	color: #0d6256
}

.process-slider .swiper-pagination.colour-greendark .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-greendark .swiper-pagination-bullet.active {
	background-color: #0d6256
}

.process-slider .swiper-pagination.colour-greendark .swiper-pagination-bullet.active p {
	color: #0d6256
}

.process-slider .swiper-pagination.colour-greenmid .swiper-pagination-bullet-active p {
	color: #2bdb9f
}

.process-slider .swiper-pagination.colour-greenmid .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-greenmid .swiper-pagination-bullet.active {
	background-color: #2bdb9f
}

.process-slider .swiper-pagination.colour-greenmid .swiper-pagination-bullet.active p {
	color: #2bdb9f
}

.process-slider .swiper-pagination.colour-greenlight .swiper-pagination-bullet-active p {
	color: #b0dad2
}

.process-slider .swiper-pagination.colour-greenlight .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-greenlight .swiper-pagination-bullet.active {
	background-color: #b0dad2
}

.process-slider .swiper-pagination.colour-greenlight .swiper-pagination-bullet.active p {
	color: #b0dad2
}

.process-slider .swiper-pagination.colour-peachlight .swiper-pagination-bullet-active p {
	color: #f8cacc
}

.process-slider .swiper-pagination.colour-peachlight .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-peachlight .swiper-pagination-bullet.active {
	background-color: #f8cacc
}

.process-slider .swiper-pagination.colour-peachlight .swiper-pagination-bullet.active p {
	color: #f8cacc
}

.process-slider .swiper-pagination.colour-peachmid .swiper-pagination-bullet-active p {
	color: #f3bcb3
}

.process-slider .swiper-pagination.colour-peachmid .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-peachmid .swiper-pagination-bullet.active {
	background-color: #f3bcb3
}

.process-slider .swiper-pagination.colour-peachmid .swiper-pagination-bullet.active p {
	color: #f3bcb3
}

.process-slider .swiper-pagination.colour-blue .swiper-pagination-bullet-active p {
	color: #145df5
}

.process-slider .swiper-pagination.colour-blue .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-blue .swiper-pagination-bullet.active {
	background-color: #145df5
}

.process-slider .swiper-pagination.colour-blue .swiper-pagination-bullet.active p {
	color: #145df5
}

.process-slider .swiper-pagination.colour-orange .swiper-pagination-bullet-active p {
	color: #f56d3c
}

.process-slider .swiper-pagination.colour-orange .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-orange .swiper-pagination-bullet.active {
	background-color: #f56d3c
}

.process-slider .swiper-pagination.colour-orange .swiper-pagination-bullet.active p {
	color: #f56d3c
}

.process-slider .swiper-pagination.colour-brown .swiper-pagination-bullet-active p {
	color: #72662f
}

.process-slider .swiper-pagination.colour-brown .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-brown .swiper-pagination-bullet.active {
	background-color: #72662f
}

.process-slider .swiper-pagination.colour-brown .swiper-pagination-bullet.active p {
	color: #72662f
}

.process-slider .swiper-pagination.colour-black .swiper-pagination-bullet-active p {
	color: #000
}

.process-slider .swiper-pagination.colour-black .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-black .swiper-pagination-bullet.active {
	background-color: #000
}

.process-slider .swiper-pagination.colour-black .swiper-pagination-bullet.active p {
	color: #000
}

.process-slider .swiper-pagination.colour-grey .swiper-pagination-bullet-active p {
	color: #dfd5d3
}

.process-slider .swiper-pagination.colour-grey .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-grey .swiper-pagination-bullet.active {
	background-color: #dfd5d3
}

.process-slider .swiper-pagination.colour-grey .swiper-pagination-bullet.active p {
	color: #dfd5d3
}

.process-slider .swiper-pagination.colour-orangelight .swiper-pagination-bullet-active p {
	color: #eeb58a
}

.process-slider .swiper-pagination.colour-orangelight .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-orangelight .swiper-pagination-bullet.active {
	background-color: #eeb58a
}

.process-slider .swiper-pagination.colour-orangelight .swiper-pagination-bullet.active p {
	color: #eeb58a
}

.process-slider .swiper-pagination.colour-mustard .swiper-pagination-bullet-active p {
	color: #c69d3a
}

.process-slider .swiper-pagination.colour-mustard .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-mustard .swiper-pagination-bullet.active {
	background-color: #c69d3a
}

.process-slider .swiper-pagination.colour-mustard .swiper-pagination-bullet.active p {
	color: #c69d3a
}

.process-slider .swiper-pagination.colour-redbrown .swiper-pagination-bullet-active p {
	color: #a74a2e
}

.process-slider .swiper-pagination.colour-redbrown .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-redbrown .swiper-pagination-bullet.active {
	background-color: #a74a2e
}

.process-slider .swiper-pagination.colour-redbrown .swiper-pagination-bullet.active p {
	color: #a74a2e
}

.process-slider .swiper-pagination.colour-pinklight .swiper-pagination-bullet-active p {
	color: #ebbbb3
}

.process-slider .swiper-pagination.colour-pinklight .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-pinklight .swiper-pagination-bullet.active {
	background-color: #ebbbb3
}

.process-slider .swiper-pagination.colour-pinklight .swiper-pagination-bullet.active p {
	color: #ebbbb3
}

.process-slider .swiper-pagination.colour-orangedark .swiper-pagination-bullet-active p {
	color: #ef643a
}

.process-slider .swiper-pagination.colour-orangedark .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-orangedark .swiper-pagination-bullet.active {
	background-color: #ef643a
}

.process-slider .swiper-pagination.colour-orangedark .swiper-pagination-bullet.active p {
	color: #ef643a
}

.process-slider .swiper-pagination.colour-pinkmid .swiper-pagination-bullet-active p {
	color: #e5cadd
}

.process-slider .swiper-pagination.colour-pinkmid .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-pinkmid .swiper-pagination-bullet.active {
	background-color: #e5cadd
}

.process-slider .swiper-pagination.colour-pinkmid .swiper-pagination-bullet.active p {
	color: #e5cadd
}

.process-slider .swiper-pagination.colour-greypink .swiper-pagination-bullet-active p {
	color: #dbcabe
}

.process-slider .swiper-pagination.colour-greypink .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-greypink .swiper-pagination-bullet.active {
	background-color: #dbcabe
}

.process-slider .swiper-pagination.colour-greypink .swiper-pagination-bullet.active p {
	color: #dbcabe
}

.process-slider .swiper-pagination.colour-cyan .swiper-pagination-bullet-active p {
	color: #53e0ef
}

.process-slider .swiper-pagination.colour-cyan .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-cyan .swiper-pagination-bullet.active {
	background-color: #53e0ef
}

.process-slider .swiper-pagination.colour-cyan .swiper-pagination-bullet.active p {
	color: #53e0ef
}

.process-slider .swiper-pagination.colour-purple .swiper-pagination-bullet-active p {
	color: #8f6af0
}

.process-slider .swiper-pagination.colour-purple .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-purple .swiper-pagination-bullet.active {
	background-color: #8f6af0
}

.process-slider .swiper-pagination.colour-purple .swiper-pagination-bullet.active p {
	color: #8f6af0
}

.process-slider .swiper-pagination.colour-aqua .swiper-pagination-bullet-active p {
	color: #b1e8ee
}

.process-slider .swiper-pagination.colour-aqua .swiper-pagination-bullet-active,.process-slider .swiper-pagination.colour-aqua .swiper-pagination-bullet.active {
	background-color: #b1e8ee
}

.process-slider .swiper-pagination.colour-aqua .swiper-pagination-bullet.active p {
	color: #b1e8ee
}

.process-slider .shadow-progress {
	width: 100%;
	background-color: #eee
}

.process-slider .custom-progress,.process-slider .shadow-progress {
	position: absolute;
	top: 3px;
	left: 0;
	height: 2px
}

.process-slider .wrap_pagination-fraction {
	position: absolute;
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 6px;
	bottom: 15%;
	left: 10%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 14px
}

@media screen and (min-width:650px) {
	.process-slider .wrap_pagination-fraction {
		font-size: calc(14px + 4*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.process-slider .wrap_pagination-fraction {
		font-size: 18px
	}
}

@media (max-width:1000px) {
	.process-slider .wrap_pagination-fraction {
		position: relative;
		bottom: auto;
		left: auto;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		text-align: center;
		margin-bottom: 40px
	}
}

.process-slider .current-slide {
	font-weight: 700
}

.process-slider .swiper-button-next {
	background-image: url(data:image/svg+xml;
	base64,PHN2ZyBoZWlnaHQ9IjQwLjcyNyIgdmlld0JveD0iMCAwIDIwLjY2NSA0MC43MjciIHdpZHRoPSIyMC42NjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAtMSAxOS45NTggNDAuMDE5KSI+PHBhdGggZD0ibTAgMTkuMjk0IDE5LjI1MS0xOS4yOTQiLz48cGF0aCBkPSJtMCAxOS4yOTQgMTkuMDQxIDIwLjAxNyIvPjwvZz48L3N2Zz4=);right: 12%
}

@media (hover:hover) {
	.process-slider .swiper-button-next {
		display: none
	}
}

@media (max-width:650px) {
	.process-slider .swiper-button-next {
		display: block;
		width: 24px;
		height: 28px;
		margin-top: -8px;
		right: 5%;
		background-image: url(data:image/svg+xml;
		base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMSAyMS4xIiB2aWV3Qm94PSIwIDAgMTEgMjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIC0xIDIwMi41MzIgODEuOTE4KSI+PHBhdGggZD0ibTE5Mi4yIDcxLjIgOS42LTkuNyIvPjxwYXRoIGQ9Im0xOTIuMiA3MS4yIDkuNSAxMCIvPjwvZz48L3N2Zz4=)
	}
}

.process-slider .swiper-button-prev {
	background-image: url(data:image/svg+xml;
	base64,PHN2ZyBoZWlnaHQ9IjQwLjcyNyIgdmlld0JveD0iMCAwIDIwLjY2NiA0MC43MjciIHdpZHRoPSIyMC42NjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxwYXRoIGQ9Im0uNzA3IDIwLjAwMSAxOS4yNTEtMTkuMjk0Ii8+PHBhdGggZD0ibS43MDcgMjAuMDAxIDE5LjA0MSAyMC4wMTciLz48L2c+PC9zdmc+);left: 12%
}

@media (hover:hover) {
	.process-slider .swiper-button-prev {
		display: none
	}
}

@media (max-width:650px) {
	.process-slider .swiper-button-prev {
		display: block;
		width: 24px;
		height: 28px;
		margin-top: -8px;
		left: 5%;
		background-image: url(data:image/svg+xml;
		base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMSAyMS4xIiB2aWV3Qm94PSIwIDAgMTEgMjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibS43MTIgMTAuMzU4IDkuNi05LjciLz48cGF0aCBkPSJtLjcxMiAxMC4zNTggOS41IDEwIi8+PC9nPjwvc3ZnPg==)
	}
}

.process-slider .swiper-button-next,.process-slider .swiper-button-prev,.process-slider .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: none
}

@media (min-width:650px) {
	.about .process-slider .slider__text-block h3 {
		top: -170px;
		white-space: nowrap;
		background: hsla(0,0%,100%,.5);
		padding: 10px
	}
}

@media (max-width:650px) {
	.about .process-slider .slider__text-block h3 {
		position: static;
		line-height: 1.45
	}
}

.clients {
	margin-top: 0vw
}

@media (max-width:1000px) {
	.clients {
		margin-top: 0vw
	}
}

@media (max-width:650px) {
	.clients {
		margin-top: 0vw
	}
}

@media (max-width:500px) {
	.clients {
		margin-top: 0vw
	}
}

.clients h2 {
	display: inline-block;
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 12% 55px 0;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.clients h2 {
		font-size: calc(40px + 48*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.clients h2 {
		font-size: 88px
	}
}

.clients .inner {
	text-align: right
}

@media (max-width:650px) {
	.clients .inner {
		text-align: left
	}
}

.client-list {
	padding: 100px 0
}

@media (max-width:1000px) {
	.client-list {
		padding: 30px 0
	}
}

.client-list .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1400px
}

@supports (display:grid) {
	.client-list .inner {
		display: grid;
		grid-template-columns: repeat(8,1fr);
		grid-gap: 10px 50px
	}@	media (max-width:1000px) {
		.client-list .inner{grid-template-columns: repeat(6,1fr)
	}
}

@media (max-width:750px) {
	.client-list .inner {
		grid-template-columns: repeat(4,1fr)
	}
}

@media (max-width:450px) {
	.client-list .inner {
		grid-template-columns: repeat(3,1fr)
	}
}}

.client-list .inner>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 8.5%;
	flex-basis: 8.5%;
	margin: 30px 2%
}

@media (max-width:1000px) {
	.client-list .inner>* {
		margin: 30px 4%
	}
}

@media (max-width:850px) {
	.client-list .inner>* {
		margin: 20px 4%
	}
}

@media (max-width:450px) {
	.client-list .inner>* {
		margin: 20px 5%;
		padding: 0
	}
}

.client-list .inner img {
	max-height: 72px;
	opacity: 0
}

.client-list .inner img.lazy[data-loaded] {
	opacity: 0
}

.client-list .inner .lazy {
	min-width: auto;
	min-height: auto
}

.work-slider {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 150px
}

@media (max-width:850px) {
	.work-slider {
		position: relative;
		height: auto;
		margin-bottom: 50px
	}
}

.work-slider__content-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 90px);
	height: calc(100% - 45px);
	z-index: 10
}

@media (min-width:850px) {
	.work-slider__content-wrap {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto
	}
}

@media (max-width:850px) {
	.work-slider__content-wrap {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.work-slider__text {
	position: relative;
	z-index: 10
}

@media (max-width:850px) {
	.work-slider__text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 50px;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

.work-slider__image {
	z-index: 1
}

@media (max-width:850px) {
	.work-slider__image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: relative;
		height: auto
	}

	.work-slider__image:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 57.8125%
	}

	.work-slider__image>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.work-slider__image.image-anim {
	position: absolute
}

@media (max-width:850px) {
	.work-slider__image.image-anim {
		position: relative
	}
}

.work-slider__colour {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 45px);
	-webkit-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	z-index: 1
}

@media (max-width:850px) {
	.work-slider__colour {
		position: relative;
		position: absolute;
		top: 20px;
		left: -15px;
		height: 0;
		width: calc(100% + 30px)
	}

	.work-slider__colour:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 54.6875%
	}

	.work-slider__colour>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}

	.work-slider__colour:before {
		background-color: inherit
	}
}

@media (max-width:600px) {
	.work-slider__colour {
		position: relative;
		position: absolute
	}

	.work-slider__colour:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 53.125%
	}

	.work-slider__colour>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

@media (max-width:500px) {
	.work-slider__colour {
		position: relative;
		position: absolute
	}

	.work-slider__colour:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 51.5625%
	}

	.work-slider__colour>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.work-slider .swiper-container {
	width: 100%
}

@media (max-width:850px) {
	.work-slider .swiper-container {
		padding-bottom: 40px
	}
}

.work-slider .swiper-slide {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 60%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	outline: 1px solid transparent!important
}

.work-slider .swiper-slide:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 57.14286%
}

.work-slider .swiper-slide>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:850px) {
	.work-slider .swiper-slide {
		height: auto;
		width: 80%
	}
}

.work-slider .swiper-slide:before {
	width: 1px
}

.work-slider .swiper-slide-active {
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.work-slider .swiper-slide-duplicate-next,.work-slider .swiper-slide-duplicate-prev,.work-slider .swiper-slide-next,.work-slider .swiper-slide-prev {
	-webkit-transform: scale(.6);
	-o-transform: scale(.6);
	transform: scale(.6);
	opacity: .25
}

@media (max-width:850px) {
	.work-slider .swiper-slide-duplicate-next,.work-slider .swiper-slide-duplicate-prev,.work-slider .swiper-slide-next,.work-slider .swiper-slide-prev {
		-webkit-transform: scale(.85);
		-o-transform: scale(.85);
		transform: scale(.85)
	}
}

.work-slider .arrows {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 50
}

@media (max-width:850px) {
	.work-slider .arrows {
		position: relative;
		top: auto;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 40px
	}
}

.work-slider .arrow {
	background: none;
	width: 40px;
	height: 40px
}

.work-slider .arrow:focus {
	outline: 0
}

@media (max-width:850px) {
	.work-slider .arrow {
		width: 20px;
		height: 20px
	}
}

.work-slider .arrow svg {
	width: 100%;
	height: 100%
}

.work-slider .arrow-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

@media (max-width:850px) {
	.work-slider .arrow-container {
		width: 33%
	}
}

.work-slider .arrow-container:first-child {
	-webkit-transform: translateX(-18%);
	-o-transform: translateX(-18%);
	transform: translateX(-18%)
}

@media (max-width:850px) {
	.work-slider .arrow-container:first-child {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.work-slider .arrow-container:last-child {
	-webkit-transform: translateX(18%);
	-o-transform: translateX(18%);
	transform: translateX(18%)
}

@media (max-width:850px) {
	.work-slider .arrow-container:last-child {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.work-slider .swiper-pagination {
	position: relative;
	display: none
}

@media (max-width:850px) {
	.work-slider .swiper-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		bottom: auto;
		width: 33%
	}
}

.work-slider .swiper-pagination span {
	opacity: 1;
	margin: 0 10px
}

.work-slider span {
	display: block;
	opacity: 0
}

.work-slider .small-heading {
	display: inline-block;
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 30px;
	color: #fff;
	overflow: hidden;
	font-size: 14px
}

@media screen and (min-width:650px) {
	.work-slider .small-heading {
		font-size: calc(14px + 4*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.work-slider .small-heading {
		font-size: 18px
	}
}

@media (max-width:850px) {
	.work-slider .small-heading {
		margin-bottom: 5px;
		color: #000
	}
}

.work-slider h2 {
	display: inline-block;
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	color: #fff;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	width: 100%;
}

@media screen and (min-width:800px) {
	.work-slider h2 {
		font-size: calc(16px + 16*(100vw - 800px)/800)
	}
}

@media screen and (min-width:1600px) {
	.work-slider h2 {
		font-size: 36px
	}
}

@media (max-width:850px) {
	.work-slider h2 {
		margin-bottom: 10px;
		color: #000
	}
}

.work-slider .subtitle {
	display: inline-block;
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	overflow: hidden;
	font-size: 40px;
	text-align: center;
}

@media screen and (min-width:1000px) {
	.work-slider .subtitle {
		font-size: calc(40px + 20*(100vw - 1000px)/600)
	}
}

@media screen and (min-width:1600px) {
	.work-slider .subtitle {
		font-size: 60px
	}
}

@media (max-width:850px) {
	.work-slider .subtitle {
		color: #000
	}
}

.work-slider .discover {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-family: Brown,sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	z-index: 10;
	overflow: hidden
}

@media (max-width:1400px) {
	.work-slider .discover {
		bottom: 30px
	}
}

@media (max-width:850px) {
	.work-slider .discover {
		display: none
	}
}

.work-slider .discover span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 3px solid #fff
}

.work-slider .overlay {
	opacity: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 5
}

@media (max-width:850px) {
	.work-slider .overlay {
		display: none
	}
}

.work-final-image--video iframe {
	width: 100%;
	height: 100%
}

.team-hero {
	margin-bottom: 200px
}

@media (max-width:1000px) {
	.team-hero {
		margin-bottom: 100px
	}
}

.team-hero__image {
	position: relative;
	width: calc(100% - 90px);
	margin: 0 auto;
	z-index: 10
}

.team-hero__image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 45.625%
}

.team-hero__image>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:1000px) {
	.team-hero__image {
		width: calc(100% - 45px);
		width: calc(100% - 20px)
	}
}

.team-hero__video {
	position: relative;
	width: calc(100% - 90px);
	margin: 0 auto;
	z-index: 10
}

.team-hero__video video {
	display: block;
	width: 100%;
	max-width: 100%
}

.team-hero__video .plyr--full-ui input[type=range] {
	color: #000
}

.team-hero__video .plyr--video .plyr__control.plyr__tab-focus,.team-hero__video .plyr--video .plyr__control:hover,.team-hero__video .plyr--video .plyr__control[aria-expanded=true],.team-hero__video .plyr__control--overlaid {
	background: #000
}

.team-hero__colour {
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
	z-index: 1
}

@media (max-width:1680px) {
	.team-hero__colour {
		width: calc(100% - 60px)
	}
}

@media (max-width:1000px) {
	.team-hero__colour {
		top: 10px
	}
}

.team-intro {
	margin-bottom: 3vw
}

@media (max-width:1000px) {
	.team-intro {
		margin-bottom: 80px
	}
}

@media (max-width:850px) {
	.team-intro {
		padding-top: 60px;
		margin-top: -60px;
		overflow: hidden
	}
}

@media (max-width:650px) {
	.team-intro {
		padding-top: 30px;
		margin-top: -60px
	}
}

.team-intro__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.team-intro__columns>* {
	width: 45%
}

@media (max-width:1000px) {
	.team-intro__columns>* {
		width: 100%
	}
}

.team-intro h2 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin-bottom: 100px;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.team-intro h2 {
		font-size: calc(40px + 48*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.team-intro h2 {
		font-size: 88px
	}
}

@media (max-width:650px) {
	.team-intro h2 {
		margin-bottom: 30px
	}
}

.team-intro h3 {
	margin-top: 0
}

.team-intro .inner {
	max-width: 1300px
}

@media (max-width:1000px) {
	.team-intro .inner {
		max-width: 650px
	}
}

.team-intro .rotate {
	position: absolute;
	top: 0;
	right: 0;
	width: 135px;
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}

@media (max-width:1400px) {
	.team-intro .rotate {
		top: -50px;
		right: 30px
	}
}

@media (max-width:1000px) {
	.team-intro .rotate {
		right: -20px;
		width: 95px
	}
}

@media (max-width:650px) {
	.team-intro .rotate {
		top: 0;
		width: 70px
	}
}

.team-intro .rotate svg {
	width: 100%
}

.team-directors {
	position: relative;
	z-index: 10
}

.team-directors h2 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 3vw;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.team-directors h2 {
		font-size: calc(40px + 48*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.team-directors h2 {
		font-size: 88px
	}
}

@media (max-width:1000px) {
	.team-directors h2 {
		margin-bottom: 50px
	}
}

.team-directors .inner {
	max-width: 1150px
}

.masked-directors {
	position: relative;
	overflow: hidden
}

.masked-directors .mask {
	position: absolute;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px;
	background-color: #fff;
	z-index: 20
}

.masked-directors .image {
	position: relative;
	opacity: 0;
	z-index: 10
}

.team-directors-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:650px) {
	.team-directors-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.director {
	position: relative;
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
	text-align: center;
	z-index: 1
}

@media (max-width:1500px) {
	.director:nth-child(3) .director-bio {
		right: 30px;
		left: auto
	}
}

@media (max-width:1500px) and (max-width:650px) {
	.director:nth-child(3) .director-bio {
		left: -30px
	}
}

@media (max-width:1500px) and (max-width:400px) {
	.director:nth-child(3) .director-bio {
		left: auto;
		right: auto
	}
}

@media (max-width:650px) {
	.director {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 300px
	}
}

.director.top {
	z-index: 10
}

.director-photo {
	position: relative
}

.director-photo:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 133.13953%
}

.director-photo>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.director-photo .content {
	height: calc(100% - 2px);
	top: 1px
}

.director-title {
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1;
	margin-top: 50px;
	font-size: 20px
}

@media screen and (min-width:650px) {
	.director-title {
		font-size: calc(20px + 10*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.director-title {
		font-size: 30px
	}
}

@media (max-width:650px) {
	.director-title {
		margin: 20px 0 50px
	}
}

.director-bio {
	position: absolute;
	top: 45px;
	left: 30px;
	width: 140%;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	padding: 50px 55px 30px;
	text-align: left;
	pointer-events: all;
	z-index: 99
}

@media (max-width:1000px) {
	.director-bio {
		width: 50vw
	}
}

@media (max-width:650px) {
	.director-bio {
		width: calc(100% + 60px);
		left: -30px;
		right: 0;
		margin: 0;
		top: 90%;
		padding: 50px 15px 15px
	}
}

@media (max-width:400px) {
	.director-bio {
		width: 100%;
		left: auto
	}
}

.director-bio .arrow {
	display: none;
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0 10px
}

@media (max-width:650px) {
	.director-bio .arrow {
		display: block
	}
}

.director-bio .arrow-red {
	border-bottom: 10px solid #eb4926
}

.director-bio .arrow-pink {
	border-bottom: 10px solid #f19ef7
}

.director-bio .arrow-greendark {
	border-bottom: 10px solid #0d6256
}

.director-bio .arrow-greenmid {
	border-bottom: 10px solid #2bdb9f
}

.director-bio .arrow-greenlight {
	border-bottom: 10px solid #b0dad2
}

.director-bio .arrow-peachlight {
	border-bottom: 10px solid #f8cacc
}

.director-bio .arrow-peachmid {
	border-bottom: 10px solid #f3bcb3
}

.director-bio .arrow-blue {
	border-bottom: 10px solid #145df5
}

.director-bio .arrow-orange {
	border-bottom: 10px solid #f56d3c
}

.director-bio .arrow-brown {
	border-bottom: 10px solid #72662f
}

.director-bio .arrow-black {
	border-bottom: 10px solid #000
}

.director-bio .arrow-grey {
	border-bottom: 10px solid #dfd5d3
}

.director-bio .arrow-orangelight {
	border-bottom: 10px solid #eeb58a
}

.director-bio .arrow-mustard {
	border-bottom: 10px solid #c69d3a
}

.director-bio .arrow-redbrown {
	border-bottom: 10px solid #a74a2e
}

.director-bio .arrow-pinklight {
	border-bottom: 10px solid #ebbbb3
}

.director-bio .arrow-orangedark {
	border-bottom: 10px solid #ef643a
}

.director-bio .arrow-pinkmid {
	border-bottom: 10px solid #e5cadd
}

.director-bio .arrow-greypink {
	border-bottom: 10px solid #dbcabe
}

.director-bio .arrow-cyan {
	border-bottom: 10px solid #53e0ef
}

.director-bio .arrow-purple {
	border-bottom: 10px solid #8f6af0
}

.director-bio .arrow-aqua {
	border-bottom: 10px solid #b1e8ee
}

.director-bio__close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
	background: transparent;
	border: 0;
	padding: 0;
	font-size: 14px
}

@media screen and (min-width:650px) {
	.director-bio__close {
		font-size: calc(14px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.director-bio__close {
		font-size: 14px
	}
}

@media (max-width:650px) {
	.director-bio__close {
		top: 15px;
		right: 10px
	}
}

.director-bio.hidden {
	opacity: 0;
	pointer-events: none
}

.director-bio button {
	cursor: pointer
}

.director-bio p {
	line-height: 1.9
}

@media (max-width:650px) {
	.director-bio p {
		line-height: 1.6
	}
}

.director-bio .director-title {
	margin: 0 0 30px;
	text-align: center
}

.team-slider {
	position: relative;
	padding: 100px 0 0;
	overflow: hidden;
	z-index: 1
}

.team-slider .outline-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width:1000px) {
	.team-slider .outline-text {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.team-slider .outline-text h2 {
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	-webkit-transform: translateX(4%);
	-o-transform: translateX(4%);
	transform: translateX(4%);
	font-size: 45px
}

@media screen and (min-width:650px) {
	.team-slider .outline-text h2 {
		font-size: calc(45px + 75*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.team-slider .outline-text h2 {
		font-size: 120px
	}
}

@media (max-width:1000px) {
	.team-slider .outline-text h2 {
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@media (max-width:1000px) {
	.team-slider .process-slider {
		margin-bottom: 0
	}
}

.team-slider .process-slider .slider__text-block {
	top: 35%;
	left: 28%;
	max-height: 9999px;
	min-height: 0;
	width: 15%;
	overflow: visible
}

@media (max-width:1000px) {
	.team-slider .process-slider .slider__text-block {
		width: 100%;
		left: 0;
		top: auto
	}
}

.team-slider .process-slider .slider__text-block h3 {
	position: relative;
	top: auto;
	left: auto;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	text-transform: none;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid black;
	padding-right: 1rem;
	background: hsla(0,0%,100%,.5);
	font-size: 30px
}

@media screen and (min-width:100px) {
	.team-slider .process-slider .slider__text-block h3 {
		font-size: calc(30px + 58*(100vw - 100px)/1900)
	}
}

@media screen and (min-width:2000px) {
	.team-slider .process-slider .slider__text-block h3 {
		font-size: 88px
	}
}

.team-slider .process-slider .text-block__wrap {
	width: 100%;
	height: 100%;
	overflow: visible
}

@media (max-width:1000px) {
	.team-slider .process-slider .text-block__wrap {
		max-width: 60%
	}
}

@media (max-width:650px) {
	.team-slider .process-slider .text-block__wrap {
		max-width: 100%;
		width: calc(100% - 60px);
		margin: 0 auto
	}
}

.team-slider .process-slider .wrap_pagination-fraction {
	display: none
}

@media (max-width:850px) {
	.team-slider .process-slider .swiper-container {
		margin: 0;
		padding: 0
	}
}

.team-slider .process-slider .swiper-container .swiper-slide-active .slide-image {
	position: relative;
	height: auto
}

.team-slider .process-slider .swiper-container .swiper-slide-active .slide-image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 59.46237%
}

.team-slider .process-slider .swiper-container .swiper-slide-active .slide-image>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.team-slider .process-slider .swiper-container .swiper-slide-duplicate .slide-image,.team-slider .process-slider .swiper-container .swiper-slide .slide-image {
	position: relative;
	height: auto
}

.team-slider .process-slider .swiper-container .swiper-slide-duplicate .slide-image:before,.team-slider .process-slider .swiper-container .swiper-slide .slide-image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 59.46237%
}

.team-slider .process-slider .swiper-container .swiper-slide-duplicate .slide-image>.content,.team-slider .process-slider .swiper-container .swiper-slide .slide-image>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.template-team .team-careers {
	margin-top: 0
}

.contact-details {
	position: relative;
	margin-top: 25px
}

.contact-details__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:750px) {
	.contact-details__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.contact-details__black {
	width: 12%;
	background-color: #000
}

@media (max-width:1000px) {
	.contact-details__black {
		display: none
	}
}

.contact-details__text-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44%
}

@media (max-width:750px) {
	.contact-details__text-outer {
		padding: 50px 0 0;
		width: 100%
	}
}

.contact-details__text {
	position: relative;
	width: 100%;
	max-width: 560px;
	margin: 120px 0 150px;
	z-index: 10
}

@media (max-width:1440px) {
	.contact-details__text {
		margin: 80px 0;
		width: calc(100% - 60px)
	}
}

@media (max-width:1000px) {
	.contact-details__text {
		margin: 0
	}
}

.contact-details__image {
	position: relative;
	width: 47.5%;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	z-index: 5
}

@media (max-width:1500px) {
	.contact-details__image {
		width: 45%
	}
}

@media (max-width:1000px) {
	.contact-details__image {
		width: 55%
	}
}

@media (max-width:750px) {
	.contact-details__image {
		width: 100%;
		height: 450px
	}
}

.contact-details__background {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.contact-details__background>* {
	width: 50%
}

.contact-details__background .background-black {
	background-color: #000
}

@media (max-width:1500px) {
	.contact-details__background .background-black {
		background-color: transparent
	}
}

.contact-details__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1200px) {
	.contact-details__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.contact-details__item {
	width: 45%;
	margin-bottom: 40px
}

@media (max-width:1200px) {
	.contact-details__item {
		margin-bottom: 10px;
		width: 100%
	}
}

.contact-details h2 {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	margin-bottom: 50px;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.contact-details h2 {
		font-size: calc(40px + 25*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.contact-details h2 {
		font-size: 65px
	}
}

.contact-details p strong {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-size: 24px
}

@media screen and (min-width:650px) {
	.contact-details p strong {
		font-size: calc(24px + 6*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.contact-details p strong {
		font-size: 30px
	}
}

.contact-details a {
	color: #000;
	text-decoration: none
}

.offices {
	padding: 110px 0 0
}

@media (max-width:750px) {
	.offices {
		padding: 30px 0 0
	}
}

.offices__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.offices__office {
	width: 46%
}

@media (max-width:750px) {
	.offices__office {
		width: 100%;
		margin-bottom: 50px
	}

	.offices__office:last-child {
		margin-bottom: 0
	}
}

.offices__address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 45px
}

@media (max-width:950px) {
	.offices__address {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.offices__address p {
	margin: 0;
	font-size: 16px
}

@media screen and (min-width:650px) {
	.offices__address p {
		font-size: calc(16px + 4*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.offices__address p {
		font-size: 20px
	}
}

.offices__address a {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	padding-bottom: 4px
}

@media (max-width:950px) {
	.offices__address a {
		margin-top: 30px
	}
}

.offices h2 {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.offices h2 {
		font-size: calc(40px + 25*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.offices h2 {
		font-size: 65px
	}
}

.offices iframe {
	width: 100%;
	height: 300px
}

.contact-social {
	padding: 90px 0 0
}

.contact-social__links {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contact-social__link,.contact-social__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contact-social__link {
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 130px;
	height: 130px
}

.contact-social__link:hover {
	z-index: 500
}

@media (max-width:850px) {
	.contact-social__link {
		width: 90px;
		height: 90px;
		width: 28px;
		height: 28px
	}
}

.contact-social__link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	opacity: 0
}

.contact-social__link svg {
	width: 32px;
	height: 32px;
	fill: #000
}

@media (max-width:850px) {
	.contact-social__link svg {
		width: 28px;
		height: 28px
	}
}

.contact-social__name {
	text-align: center;
	margin-top: 10px;
	color: #fff
}

.contact-social h2 {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.contact-social h2 {
		font-size: calc(40px + 25*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.contact-social h2 {
		font-size: 65px
	}
}

.contact-form {
	position: relative;
	margin-top: 25px
}

.contact-form .gform_footer {
	bottom: -30px
}

.contact-form .contact-form__heading {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	margin-bottom: 50px;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.contact-form .contact-form__heading {
		font-size: calc(40px + 25*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.contact-form .contact-form__heading {
		font-size: 65px
	}
}

.contact-form__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:750px) {
	.contact-form__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.contact-form__black {
	width: 12%;
	background-color: #000
}

@media (max-width:1000px) {
	.contact-form__black {
		display: none
	}
}

.contact-form__form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44%
}

@media (max-width:750px) {
	.contact-form__form-wrap {
		padding: 50px 0 0;
		width: 100%
	}
}

.contact-form__form {
	position: relative;
	width: 100%;
	max-width: 560px;
	margin: 120px 0 150px;
	z-index: 10
}

@media (max-width:1440px) {
	.contact-form__form {
		margin: 80px 0;
		width: calc(100% - 60px)
	}
}

@media (max-width:1000px) {
	.contact-form__form {
		margin: 0
	}
}

.contact-form__image {
	position: relative;
	width: 47.5%;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	z-index: 5
}

@media (max-width:1500px) {
	.contact-form__image {
		width: 45%
	}
}

@media (max-width:1000px) {
	.contact-form__image {
		width: 55%
	}
}

@media (max-width:750px) {
	.contact-form__image {
		width: 100%;
		height: 450px
	}
}

.four-oh-four {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	background-color: #145df5;
	text-align: center;
	overflow: hidden
}

.four-oh-four h1 {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 700;
	line-height: 1.5;
	color: #2bdb9f;
	z-index: 10;
	font-size: 80px
}

@media screen and (min-width:1000px) {
	.four-oh-four h1 {
		font-size: calc(80px + 150*(100vw - 1000px)/600)
	}
}

@media screen and (min-width:1600px) {
	.four-oh-four h1 {
		font-size: 230px
	}
}

.four-oh-four h2 {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #2bdb9f;
	max-width: 900px;
	margin: 0 auto;
	z-index: 10;
	font-size: 40px
}

@media screen and (min-width:1000px) {
	.four-oh-four h2 {
		font-size: calc(40px + 48*(100vw - 1000px)/600)
	}
}

@media screen and (min-width:1600px) {
	.four-oh-four h2 {
		font-size: 88px
	}
}

.four-oh-four .cta {
	position: relative;
	margin-top: 80px;
	z-index: 10
}

.four-oh-four .big-background {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 700;
	line-height: .7;
	color: #000;
	opacity: .05;
	z-index: 1;
	font-size: 220px
}

@media screen and (min-width:1000px) {
	.four-oh-four .big-background {
		font-size: calc(220px + 780*(100vw - 1000px)/600)
	}
}

@media screen and (min-width:1600px) {
	.four-oh-four .big-background {
		font-size: 1000px
	}
}

.template-policy h1 {
	margin-top: 80px
}

.policy-sections {
	padding-bottom: 100px
}

.policy-sections .divider {
	width: 100%;
	height: 1px;
	background-color: #000;
	margin-bottom: 80px
}

.policy-sections .section-divider {
	width: 100%;
	height: 1px;
	background-color: #000;
	margin: 65px 0 70px
}

@media (max-width:1000px) {
	.policy-sections .section-divider {
		margin: 50px 0 60px
	}
}

.policy-sections .section-divider:last-child {
	display: none
}

.policy-sections .inner {
	max-width: 1400px
}

.policy-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.policy-section__content {
	width: 50%;
	padding-top: 20px
}

@media (max-width:1000px) {
	.policy-section__content {
		width: 100%
	}
}

.policy-section__title {
	width: 45%
}

@media (max-width:1000px) {
	.policy-section__title {
		width: 100%
	}
}

@media (max-width:650px) {
	.policy-section__title {
		text-align: center
	}
}

.policy-section h2 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.66;
	max-width: 400px;
	font-size: 30px
}

@media screen and (min-width:650px) {
	.policy-section h2 {
		font-size: calc(30px + 6*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.policy-section h2 {
		font-size: 36px
	}
}

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

.policy-section li {
	padding-left: 1.3em
}

.policy-section li:before {
	position: relative;
	content: "\2013";
	display: inline-block;
	top: -1px;
	margin-left: -1.3em;
	width: 1.3em
}

.vacancy-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vacancy-container>* {
	width: 50%
}

.vacancy-overview {
	position: relative;
	padding-bottom: 50px
}

@media (max-width:1600px) {
	.vacancy-overview {
		width: 40%
	}
}

@media (max-width:1000px) {
	.vacancy-overview {
		padding: 80px 0;
		width: 100%
	}
}

@media (max-width:650px) {
	.vacancy-overview {
		display: none
	}
}

.vacancy-overview__wrapper {
	position: sticky;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 150px;
	width: 100%
}

.vacancy-overview a {
	font-family: Brown,sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-decoration: none;
	font-size: 14px
}

@media screen and (min-width:650px) {
	.vacancy-overview a {
		font-size: calc(14px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.vacancy-overview a {
		font-size: 14px
	}
}

.vacancy-overview .sticky-shim {
	height: 20%
}

.vacancy-overview .back-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-bottom: 3px
}

.vacancy-overview .back-link__underline {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: calc(100% - 3px)
}

.vacancy-overview .rotate {
	position: sticky;
	width: 135px;
	height: 135px;
	top: calc(100vh - 185px);
	left: 50px
}

@media (max-width:1000px) {
	.vacancy-overview .rotate {
		display: none;
		width: 95px;
		height: 95px
	}
}

.vacancy-overview .job-title {
	position: relative;
	display: inline-block;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.3;
	font-size: 30px
}

@media screen and (min-width:650px) {
	.vacancy-overview .job-title {
		font-size: calc(30px + 35*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.vacancy-overview .job-title {
		font-size: 65px
	}
}

.vacancy-wrap {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
	padding: 0 0 150px;
	z-index: 10
}

@media (max-width:1300px) {
	.vacancy-wrap {
		padding: 0 30px
	}
}

.vacancy-content {
	position: relative;
	overflow: hidden
}

@media (max-width:1600px) {
	.vacancy-content {
		width: 60%
	}
}

@media (max-width:1000px) {
	.vacancy-content {
		width: 100%
	}
}

@media (max-width:650px) {
	.vacancy-content {
		margin-top: 120px
	}
}

.vacancy-content h1 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 0;
	font-size: 30px
}

@media screen and (min-width:650px) {
	.vacancy-content h1 {
		font-size: calc(30px + 10*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.vacancy-content h1 {
		font-size: 40px
	}
}

.vacancy-content h2 {
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px
}

@media screen and (min-width:650px) {
	.vacancy-content h2 {
		font-size: calc(16px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.vacancy-content h2 {
		font-size: 16px
	}
}

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

.vacancy-content li {
	padding-left: 1em
}

.vacancy-content li:before {
	position: relative;
	content: "_";
	display: inline-block;
	top: -1px;
	margin-left: -1em;
	width: 1em
}

.job-description {
	border-top: 1px solid #000;
	margin-top: 30px;
	padding-top: 30px
}

.share-top {
	position: relative;
	margin: 50px 0 120px;
	z-index: 50
}

@media (max-width:1000px) {
	.share-top {
		margin: 50px 0
	}
}

@media (max-width:650px) {
	.share-top {
		display: none
	}
}

.share-top .share {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vacancy-outline-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

@media (max-width:650px) {
	.vacancy-outline-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		top: auto;
		left: auto;
		height: 50vw;
		padding-top: 13%
	}
}

.vacancy-outline-text__rotate {
	position: absolute;
	bottom: 15%;
	right: 0;
	-webkit-transform: rotate(-90deg) translate(20%,130%);
	-o-transform: rotate(-90deg) translate(20%,130%);
	transform: rotate(-90deg) translate(20%,130%)
}

@media (max-width:650px) {
	.vacancy-outline-text__rotate {
		position: relative;
		bottom: auto;
		right: auto
	}
}

.vacancy-outline-text p {
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	font-size: 45px
}

@media screen and (min-width:1000px) {
	.vacancy-outline-text p {
		font-size: calc(45px + 75*(100vw - 1000px)/650)
	}
}

@media screen and (min-width:1650px) {
	.vacancy-outline-text p {
		font-size: 120px
	}
}

.vacancies-posts {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 0 100px;
	overflow: hidden;
	min-height: calc(25vw + (7500vw - 75000px)/650)
}

@media (max-width:650px) {
	.vacancies-posts {
		padding-top: 50px
	}
}

.vacancies-posts .rotate {
	position: absolute;
	width: 135px;
	height: 135px;
	bottom: 50px;
	left: 50px;
	z-index: 10
}

@media (max-width:1000px) {
	.vacancies-posts .rotate {
		width: 95px;
		height: 95px
	}
}

@media (max-width:650px) {
	.vacancies-posts .rotate {
		display: none
	}
}

.vacancy-post {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-bottom: 1rem;
	z-index: 10
}

@media (max-width:650px) {
	.vacancy-post {
		margin-bottom: 2rem
	}
}

.vacancy-post a {
	color: #000;
	text-decoration: none
}

.vacancy-post .job-title {
	font-size: 20px
}

@media screen and (min-width:650px) {
	.vacancy-post .job-title {
		font-size: calc(20px + 10*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.vacancy-post .job-title {
		font-size: 30px
	}
}

.vacancy-post .job-title h2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:650px) {
	.vacancy-post .job-title h2 {
		padding: 0 30px
	}
}

.vacancy-post .job-title__start {
	position: absolute;
	bottom: 0;
	font-family: Brown,sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 3px;
	margin-left: 45%;
	opacity: 1;
	font-size: 20px
}

@media screen and (min-width:650px) {
	.vacancy-post .job-title__start {
		font-size: calc(20px + 10*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.vacancy-post .job-title__start {
		font-size: 30px
	}
}

@media (max-width:650px) {
	.vacancy-post .job-title__start {
		margin-left: 0
	}
}

.vacancy-post .job-title__hover {
	opacity: 0;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1;
	width: 100%;
	text-align: center;
	font-size: 30px
}

@media screen and (min-width:650px) {
	.vacancy-post .job-title__hover {
		font-size: calc(30px + 35*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.vacancy-post .job-title__hover {
		font-size: 65px
	}
}

.vacancy-post .discover-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-bottom: 3px;
	width: 50%;
	font-family: Brown,sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	opacity: 0;
	font-size: 14px
}

@media screen and (min-width:650px) {
	.vacancy-post .discover-link {
		font-size: calc(14px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.vacancy-post .discover-link {
		font-size: 14px
	}
}

.vacancy-post .discover-link__underline {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: calc(100% - 3px);
	background: #000
}

.empty-vacancies {
	padding: 12vw 0
}

@media (max-width:1200px) {
	.empty-vacancies {
		padding: 0 0 20vw
	}
}

.empty-vacancies .inner {
	max-width: 1000px
}

@media (max-width:1200px) {
	.empty-vacancies .inner {
		max-width: 650px
	}
}

.empty-vacancies p {
	font-family: Brown,sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #000;
	font-size: 20px
}

@media screen and (min-width:1000px) {
	.empty-vacancies p {
		font-size: calc(20px + 10*(100vw - 1000px)/650)
	}
}

@media screen and (min-width:1650px) {
	.empty-vacancies p {
		font-size: 30px
	}
}

.service-intro {
	margin-bottom: 100px
}

@media (max-width:850px) {
	.service-intro {
		margin-bottom: 30px
	}
}

@media (max-width:650px) {
	.service-intro {
		margin-bottom: 0
	}
}

.service-intro .inner {
	max-width: 1120px
}

.service-intro-text {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px
}

@media (max-width:1000px) {
	.service-intro-text {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px
	}
}

@media (max-width:900px) {
	.service-intro-text {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}
}

@media (max-width:650px) {
	.service-intro-text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.service-intro-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 150px 0 0
}

@media (max-width:1000px) {
	.service-intro-image {
		padding: 100px 0 0
	}
}

@media (max-width:650px) {
	.service-intro-image {
		padding: 50px 0 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.service-intro-image__container {
	position: relative;
	width: 80%
}

.service-intro-image__container:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 46.20462%
}

.service-intro-image__container>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:1000px) {
	.service-intro-image__container {
		width: 70%
	}
}

@media (max-width:650px) {
	.service-intro-image__container {
		width: 100%
	}
}

.rotate-container {
	position: relative;
	width: 17%
}

@media (max-width:650px) {
	.rotate-container {
		width: 100%;
		height: 140px
	}
}

.rotate-container .rotate {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px
}

@media (max-width:650px) {
	.rotate-container .rotate {
		top: auto;
		bottom: 0;
		right: auto;
		left: -30px
	}
}

@media (max-width:1400px) {
	.rotate-container .rotate {
		width: 95px;
		height: 95px
	}
}

.two-images-text {
	padding-top: 40px
}

.two-images-text .inner {
	position: relative;
	max-width: 1360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:1050px) {
	.two-images-text .inner {
		max-width: 80%;
		margin: 0
	}
}

@media (max-width:850px) {
	.two-images-text .inner {
		max-width: 100%
	}
}

.two-images-text .text-container {
	top: -40px;
	right: 30px;
	max-width: 440px;
	background: hsla(0,0%,100%,.5);
	z-index: 20;
	position: absolute;
	padding: 0 15px
}

@media (max-width:1050px) {
	.two-images-text .text-container {
		right: -15%
	}
}

@media (max-width:850px) {
	.two-images-text .text-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: relative;
		width: 100%;
		max-width: 100%;
		right: auto;
		top: auto;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		margin: 0 0 50px -15px
	}
}

@media (max-width:650px) {
	.two-images-text .text-container {
		margin: 0 0 50px
	}
}

@media (max-width:850px) {
	.two-images-text .text-container p {
		width: 70%
	}
}

@media (max-width:650px) {
	.two-images-text .text-container p {
		width: 100%;
		margin: 0 auto;
		max-width: 500px
	}
}

.two-images-text .image-top-left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	padding-left: 30px;
	z-index: 1
}

@media (max-width:850px) {
	.two-images-text .image-top-left {
		padding-left: 20px
	}
}

.two-images-text .image-top-left__wrapper {
	position: relative;
	width: 60%
}

.two-images-text .image-top-left__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 66.4557%
}

.two-images-text .image-top-left__wrapper>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:650px) {
	.two-images-text .image-top-left__wrapper {
		width: 85%
	}
}

.two-images-text .image-top-left .background-colour {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 30px;
	left: -30px;
	z-index: 1
}

@media (max-width:850px) {
	.two-images-text .image-top-left .background-colour {
		top: 20px;
		left: -20px
	}
}

.two-images-text .image-bottom-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	-webkit-transform: translateY(-35%);
	-o-transform: translateY(-35%);
	transform: translateY(-35%);
	z-index: 10
}

@media (max-width:1050px) {
	.two-images-text .image-bottom-right {
		-webkit-transform: translateY(-15%);
		-o-transform: translateY(-15%);
		transform: translateY(-15%)
	}
}

@media (max-width:650px) {
	.two-images-text .image-bottom-right {
		-webkit-transform: translateY(-30%);
		-o-transform: translateY(-30%);
		transform: translateY(-30%)
	}
}

.two-images-text .image-bottom-right__inner {
	position: relative;
	width: 60%;
	justify-self: flex-end
}

.two-images-text .image-bottom-right__inner:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 66.4557%
}

.two-images-text .image-bottom-right__inner>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:650px) {
	.two-images-text .image-bottom-right__inner {
		width: 85%
	}
}

.two-column-text-image {
	margin-bottom: 150px
}

@media (max-width:1250px) {
	.two-column-text-image {
		margin-bottom: 100px
	}
}

@media (max-width:1000px) {
	.two-column-text-image {
		margin-bottom: 30px
	}
}

.two-column-text-image__image {
	position: relative;
	width: 46.5%
}

.two-column-text-image__image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 58.82353%
}

.two-column-text-image__image>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:1350px) {
	.two-column-text-image__image {
		width: 45%
	}
}

@media (max-width:1000px) {
	.two-column-text-image__image {
		width: 100%;
		max-width: 550px;
		margin-bottom: 60px
	}
}

.two-column-text-image__image .content,.two-column-text-image__image .image {
	z-index: 10
}

.two-column-text-image__text {
	width: 46.5%
}

@media (max-width:1350px) {
	.two-column-text-image__text {
		width: 45%
	}
}

@media (max-width:1000px) {
	.two-column-text-image__text {
		width: 100%;
		max-width: 550px;
		margin-bottom: 60px
	}
}

.two-column-text-image h2 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.two-column-text-image h2 {
		font-size: calc(40px + 25*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.two-column-text-image h2 {
		font-size: 65px
	}
}

.two-column-text-image p {
	max-width: 550px
}

.two-column-text-image .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1500px
}

@media (max-width:1680px) {
	.two-column-text-image .inner {
		padding: 0 70px
	}
}

@media (max-width:1200px) {
	.two-column-text-image .inner {
		padding: 0 60px
	}
}

@media (max-width:1000px) {
	.two-column-text-image .inner {
		padding: 0 50px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.two-column-text-image .inner.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.two-column-text-image .image-colour {
	position: absolute;
	z-index: 1
}

.two-column-text-image .image-colour.bottom-centred {
	width: calc(100% + 80px);
	height: 80%;
	bottom: -40px;
	left: -40px
}

@media (max-width:1200px) {
	.two-column-text-image .image-colour.bottom-centred {
		width: calc(100% + 60px);
		left: -30px;
		bottom: -30px
	}
}

@media (max-width:1000px) {
	.two-column-text-image .image-colour.bottom-centred {
		width: calc(100% + 40px);
		left: -20px;
		bottom: -20px
	}
}

.two-column-text-image .image-colour.top-left {
	width: 100%;
	height: calc(100% + 80px);
	top: -40px;
	left: -40px
}

@media (max-width:1200px) {
	.two-column-text-image .image-colour.top-left {
		height: calc(100% + 60px);
		top: -30px;
		left: -30px
	}
}

@media (max-width:1000px) {
	.two-column-text-image .image-colour.top-left {
		height: calc(100% + 40px);
		top: -20px;
		left: -20px
	}
}

.case-studies-link {
	padding: 0 0 100px;
	text-align: center
}

.service-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 60%;
	margin: 60px auto 20px;
	z-index: 10
}

@media (max-width:1000px) {
	.service-nav {
		display: none
	}
}

.service-nav__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	border-bottom: 1px solid #000
}

@media (max-width:650px) {
	.service-nav__container {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.service-nav a {
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	color: #000;
	margin: 0 30px;
	padding: 0 10px;
	font-size: 16px
}

@media screen and (min-width:650px) {
	.service-nav a {
		font-size: calc(16px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.service-nav a {
		font-size: 16px
	}
}

@media (max-width:1300px) {
	.service-nav a {
		margin: 0 10px;
		padding: 0
	}
}

@media (max-width:650px) {
	.service-nav a {
		margin: 0
	}
}

.service-nav a:first-child {
	margin: 0 50px 0 0
}

@media (max-width:900px) {
	.service-nav a:first-child {
		margin-right: 10px
	}
}

@media (max-width:650px) {
	.service-nav a:first-child {
		margin: 0
	}
}

.service-nav a:last-child {
	margin: 0 0 0 50px
}

@media (max-width:900px) {
	.service-nav a:last-child {
		margin-left: 10px
	}
}

@media (max-width:650px) {
	.service-nav a:last-child {
		margin: 0
	}
}

.service-nav a.active {
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
	margin-bottom: -2px
}

.service-arrows {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 60%;
	margin: 0 auto;
	z-index: 10
}

@media (max-width:1000px) {
	.service-arrows {
		display: none
	}
}

.service-arrows__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.service-arrows a {
	display: block;
	width: 10px;
	height: 20px;
	padding: 15px;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
	margin: 0 25px
}

.service-arrows a:focus {
	outline: 0
}

.service-arrows a:hover {
	opacity: .4
}

.service-arrows a.disabled {
	opacity: .3
}

.service-arrows svg {
	width: 10px;
	height: 20px
}

.work-header {
	position: relative;
	height: 100vh
}

.work-header__text {
	position: absolute;
	width: 100%;
	bottom: 20%;
	z-index: 10
}

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

@media (max-width:1000px) {
	.work-header__image {
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		top: 15px;
		left: 15px
	}
}

@media (max-width:650px) {
	.work-header__image {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0
	}
}

.work-header .inner {
	max-width: 1460px
}

@media (max-width:1525px) {
	.work-header .inner {
		padding: 0 60px
	}
}

@media (max-width:1000px) {
	.work-header .inner {
		padding: 0 30px
	}
}

.work-header .small-heading {
	position: relative;
	display: inline-block;
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 30px;
	color: #fff;
	overflow: hidden;
	z-index: 5;
	font-size: 14px
}

@media screen and (min-width:650px) {
	.work-header .small-heading {
		font-size: calc(14px + 4*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.work-header .small-heading {
		font-size: 18px
	}
}

@media (max-width:650px) {
	.work-header .small-heading {
		margin-bottom: 5px
	}
}

.work-header h1 {
	display: inline-block;
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	color: #fff;
	overflow: hidden;
	font-size: 16px
}

@media screen and (min-width:800px) {
	.work-header h1 {
		font-size: calc(16px + 16*(100vw - 800px)/800)
	}
}

@media screen and (min-width:1600px) {
	.work-header h1 {
		font-size: 32px
	}
}

@media (max-width:650px) {
	.work-header h1 {
		margin-bottom: 5px
	}
}


.work-header .subtitle {
	display: inline-block;
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	overflow: hidden;
	font-size: 40px
}

@media screen and (min-width:1000px) {
	.work-header .subtitle {
		font-size: calc(40px + 20*(100vw - 1000px)/600)
	}
}

@media screen and (min-width:1600px) {
	.work-header .subtitle {
		font-size: 60px
	}
}

.work-header .overlay {
	background-color: #000;
	z-index: 5
}

.work-subnav {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 60%;
	margin: 60px auto 20px;
	z-index: 50
}

@media (max-width:650px) {
	.work-subnav {
		display: none;
		margin-top: 90px;
		max-width: calc(100% - 60px)
	}
}

.work-subnav.white a {
	color: #fff
}

.work-subnav.white a.active {
	border-bottom: 3px solid #fff
}

.work-subnav.white .work-subnav__container {
	border-bottom: 1px solid #fff
}

.work-subnav.black a {
	color: #000
}

.work-subnav.black a.active {
	border-bottom: 3px solid #000
}

.work-subnav.black .work-subnav__container {
	border-bottom: 1px solid #000
}

.work-subnav__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media (max-width:650px) {
	.work-subnav__container {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.work-subnav a {
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	margin: 0 30px;
	padding: 0 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 16px
}

@media screen and (min-width:650px) {
	.work-subnav a {
		font-size: calc(16px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.work-subnav a {
		font-size: 16px
	}
}

@media (max-width:900px) {
	.work-subnav a {
		margin: 0 10px
	}
}

@media (max-width:650px) {
	.work-subnav a {
		margin: 0
	}
}

.work-subnav a:first-child {
	margin: 0 30px 0 0
}

@media (max-width:900px) {
	.work-subnav a:first-child {
		margin: 0 10px 0 0
	}
}

@media (max-width:650px) {
	.work-subnav a:first-child {
		margin: 0
	}
}

.work-subnav a:last-child {
	margin: 0 0 0 30px
}

@media (max-width:900px) {
	.work-subnav a:last-child {
		margin: 0 0 0 10px
	}
}

@media (max-width:650px) {
	.work-subnav a:last-child {
		margin: 0
	}
}

.work-subnav a.active {
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
	margin-bottom: -7px
}

.work-intro {
	padding: 3rem 0 4rem
}

@media (max-width:1000px) {
	.work-intro {
		padding-bottom: 0
	}
}

.work-intro__services {
	width: 20%
}

@media (max-width:850px) {
	.work-intro__services {
		width: 10%
	}
}

@media (max-width:650px) {
	.work-intro__services {
		width: 60%;
		margin-left: 50%;
		-webkit-transform: translateX(-25%);
		-o-transform: translateX(-25%);
		transform: translateX(-25%)
	}
}

.work-intro .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1460px
}

@media (max-width:650px) {
	.work-intro .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.work-intro h2 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.6;
	width: 52%;
	margin-right: 20%;
	font-size: 24px
}

@media screen and (min-width:650px) {
	.work-intro h2 {
		font-size: calc(24px + 6*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.work-intro h2 {
		font-size: 30px
	}
}

@media (max-width:850px) {
	.work-intro h2 {
		width: 70%;
		margin-right: 10%
	}
}

@media (max-width:650px) {
	.work-intro h2 {
		width: 100%;
		margin: 0 0 5vw
	}
}

.work-intro-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 2rem
}

.work-intro-image img {
	width: 60%
}

@media (max-width:1000px) {
	.work-intro-image img {
		width: 100%
	}
}

.work-idea {
	padding: 5rem 0 0;
	background: #000
}

.work-idea__text-container {
	max-width: 750px
}

.work-idea h2 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.work-idea h2 {
		font-size: calc(40px + 48*(100vw - 650px)/750)
	}
}

@media screen and (min-width:1400px) {
	.work-idea h2 {
		font-size: 88px
	}
}

.work-idea p {
	color: #fff
}

.work-idea .main-text {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
	margin-bottom: 5rem
}

@media (max-width:1300px) {
	.work-idea .main-text {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
}

@media (max-width:1150px) {
	.work-idea .main-text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.work-idea .top-images {
	padding-bottom: 6rem
}

@media (max-width:750px) {
	.work-idea .top-images {
		padding-bottom: 5rem
	}
}

.work-idea .top-images__two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width:1000px) {
	.work-idea .top-images__two {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.work-idea .top-images__two>* {
	width: calc(50% - 10px)
}

@media (max-width:1000px) {
	.work-idea .top-images__two>* {
		width: 85%
	}
}

.work-idea .top-images__one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.work-idea .top-images__one .image.half-width {
	width: 55%
}

.work-idea .top-images__one .image.full-width {
	width: 90%;
	margin-left: 5%
}

.work-idea .top-images .lazy {
	min-width: 200px
}

.work-idea .top-images .image-right {
	-ms-flex-item-align: end;
	align-self: flex-end;
	padding-top: 7rem
}

@media (max-width:1000px) {
	.work-idea .top-images .image-right {
		padding-top: 30px
	}
}

.work-idea .quote {
	margin-bottom: 6rem
}

.work-idea .quote .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1350px
}

@media (max-width:750px) {
	.work-idea .quote .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.work-idea .quote .inner.right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.work-idea .quote .quote-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 37.77%
}

@media (max-width:1400px) {
	.work-idea .quote .quote-container {
		width: 45%
	}
}

@media (max-width:750px) {
	.work-idea .quote .quote-container {
		-ms-flex-item-align: center;
		align-self: center;
		width: 80%;
		max-width: 450px
	}
}

.work-idea .quote blockquote {
	position: relative;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.15;
	color: #fff;
	border: 0;
	padding: 1vw 2vw;
	margin: 0;
	font-size: 50px
}

@media screen and (min-width:1000px) {
	.work-idea .quote blockquote {
		font-size: calc(50px + 50*(100vw - 1000px)/650)
	}
}

@media screen and (min-width:1650px) {
	.work-idea .quote blockquote {
		font-size: 100px
	}
}

@media (max-width:750px) {
	.work-idea .quote blockquote {
		padding: 0 0 8vw
	}
}

.work-idea .quote .quote-mark {
	width: 4vw;
	max-width: 55px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:750px) {
	.work-idea .quote .quote-mark {
		position: relative;
		top: -5px
	}
}

.work-idea .quote .quote-mark svg {
	width: 100%
}

.work-idea .quote .quote-close {
	-ms-flex-item-align: end;
	align-self: flex-end
}

@media (max-width:760px) {
	.work-idea .quote .quote-close {
		padding-bottom: 6vw
	}
}

.work-idea .quote .quote-image {
	width: 51%
}

@media (max-width:1400px) {
	.work-idea .quote .quote-image {
		width: 45%
	}
}

@media (max-width:750px) {
	.work-idea .quote .quote-image {
		-ms-flex-item-align: center;
		align-self: center;
		width: 80%;
		max-width: 450px
	}
}

.work-idea .quote .quote-image.masked .mask {
	background-color: #000
}

.work-idea .bottom-images.single-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 20%;
	margin-bottom: 11rem
}

@media (max-width:1000px) {
	.work-idea .bottom-images.single-image {
		padding-bottom: 0;
		margin-bottom: 0
	}
}

.work-idea .bottom-images.single-image .image {
	width: 60%;
	margin-bottom: -40%
}

@media (max-width:1000px) {
	.work-idea .bottom-images.single-image .image {
		width: 100%;
		margin-bottom: 0
	}
}

.work-idea .bottom-images.two-images .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1425px;
	margin-bottom: 3rem
}

@media (max-width:1150px) {
	.work-idea .bottom-images.two-images .inner {
		margin-bottom: 2rem
	}
}

@media (max-width:900px) {
	.work-idea .bottom-images.two-images .inner {
		margin-bottom: 2rem
	}
}

@media (max-width:650px) {
	.work-idea .bottom-images.two-images .inner {
		max-width: 400px;
		padding-bottom: 175px;
		margin-bottom: 3rem
	}
}

.work-idea .bottom-images.two-images .image {
	width: calc(50% - 20px);
	margin-bottom: -175px
}

@media (max-width:650px) {
	.work-idea .bottom-images.two-images .image {
		width: 100%;
		margin-bottom: -300px
	}

	.work-idea .bottom-images.two-images .image:first-child {
		margin-bottom: 30px
	}
}

.work-idea .bottom-images .lazy {
	min-width: 200px;
	min-height: 200px
}

.work-insight {
	padding: 5rem 0 0
}

.work-insight__text-container {
	max-width: 915px
}

.work-insight h2 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #000;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.work-insight h2 {
		font-size: calc(40px + 48*(100vw - 650px)/750)
	}
}

@media screen and (min-width:1400px) {
	.work-insight h2 {
		font-size: 88px
	}
}

.work-insight p {
	color: #000
}

.work-insight .main-text {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
	margin-bottom: 5rem
}

@media (max-width:1300px) {
	.work-insight .main-text {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
}

@media (max-width:1150px) {
	.work-insight .main-text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.work-insight .insight-top-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.work-insight .insight-top-image.full-width,.work-insight .insight-top-image.full-width .image {
	width: 100%
}

.work-insight .insight-top-image.full-width img {
	display: block;
	width: 100%
}

.work-insight .carousel {
	position: relative;
	padding: 6rem 0 5rem;
	overflow: hidden
}

.work-insight .carousel__text {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	left: 5%;
	width: 30%
}

@media (max-width:1000px) {
	.work-insight .carousel__text {
		position: relative;
		padding: 0 0 5rem;
		margin: 0 auto;
		width: 80%;
		max-width: 450px
	}
}

.work-insight .carousel__text blockquote {
	position: relative;
	width: calc(100% - 5rem);
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.15;
	color: #000;
	border: 0;
	padding: 1vw 2vw;
	margin: 0;
	font-size: 50px
}

@media screen and (min-width:1200px) {
	.work-insight .carousel__text blockquote {
		font-size: calc(50px + 50*(100vw - 1200px)/800)
	}
}

@media screen and (min-width:2000px) {
	.work-insight .carousel__text blockquote {
		font-size: 100px
	}
}

.work-insight .carousel__text .quote-mark {
	width: 4vw;
	max-width: 55px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:750px) {
	.work-insight .carousel__text .quote-mark {
		position: relative;
		top: -15px
	}
}

.work-insight .carousel__text .quote-mark svg {
	width: 100%
}

.work-insight .carousel__text .quote-close {
	justify-self: flex-start;
	-ms-flex-item-align: end;
	align-self: flex-end
}

@media (max-width:750px) {
	.work-insight .carousel__text .quote-close {
		position: relative;
		top: 5px
	}
}

.work-insight .carousel__image-container {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 50%
}

.work-insight .carousel__image {
	width: 100%;
	height: 0;
	padding-bottom: 65%
}

.work-insight .carousel .swiper-slide {
	width: 65%!important;
	-webkit-transform: translateX(calc(25% + 30px));
	-o-transform: translateX(calc(25% + 30px));
	transform: translateX(calc(25% + 30px))
}

@media (max-width:1000px) {
	.work-insight .carousel .swiper-slide {
		width: 90%!important;
		-webkit-transform: translateX(calc(2% + 30px));
		-o-transform: translateX(calc(2% + 30px));
		transform: translateX(calc(2% + 30px))
	}
}

.work-insight .carousel .swiper-scrollbar {
	width: 46%;
	height: 1px;
	margin: 0 auto;
	bottom: -95px;
	background: #000
}

@media (max-width:750px) {
	.work-insight .carousel .swiper-scrollbar {
		width: calc(100% - 60px);
		bottom: -50px
	}
}

.work-insight .carousel .swiper-scrollbar-drag {
	height: 3px;
	background: #000;
	top: -1px;
	border-radius: 0;
	cursor: none
}

.work-insight .bottom-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1400px;
	margin: 80px auto -10%
}

@media (max-width:650px) {
	.work-insight .bottom-images {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.work-insight .bottom-images>* {
	position: relative;
	width: calc(50% - 15px)
}

.work-insight .bottom-images>:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 128.57143%
}

.work-insight .bottom-images>*>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:650px) {
	.work-insight .bottom-images>* {
		width: 100%;
		max-width: 350px;
		-ms-flex-item-align: center;
		align-self: center
	}

	.work-insight .bottom-images>:first-child {
		margin-bottom: 3vh
	}
}

.work-realisation {
	padding: 5rem 0 0
}

.work-realisation.extra-margin {
	padding-top: 15rem
}

.work-realisation__text-container {
	max-width: 915px
}

.work-realisation h2 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #000;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.work-realisation h2 {
		font-size: calc(40px + 48*(100vw - 650px)/750)
	}
}

@media screen and (min-width:1400px) {
	.work-realisation h2 {
		font-size: 88px
	}
}

.work-realisation p {
	color: #000
}

.work-realisation .main-text {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	margin-bottom: 3rem
}

@media (max-width:850px) {
	.work-realisation .main-text {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}
}

@media (max-width:650px) {
	.work-realisation .main-text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.work-realisation .top-image {
	max-width: 1300px;
	margin-bottom: 5rem
}

.work-realisation .top-image img {
	display: block;
	min-width: 200px;
	min-height: 200px
}

.work-realisation .images-with-text {
	padding-top: 40px
}

.work-realisation .images-with-text .inner {
	position: relative;
	max-width: 1560px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:850px) {
	.work-realisation .images-with-text .inner {
		padding: 0
	}
}

.work-realisation .images-with-text .text-container {
	position: absolute;
	top: 10%;
	left: 70%;
	max-width: 340px;
	z-index: 20
}

@media (max-width:850px) {
	.work-realisation .images-with-text .text-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: relative;
		width: 100%;
		max-width: 100%;
		left: auto;
		top: auto;
		margin: 0 0 5rem;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.work-realisation .images-with-text .text-container p {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #000;
	font-size: 50px
}

@media screen and (min-width:650px) {
	.work-realisation .images-with-text .text-container p {
		font-size: calc(50px + 50*(100vw - 650px)/1000)
	}
}

@media screen and (min-width:1650px) {
	.work-realisation .images-with-text .text-container p {
		font-size: 100px
	}
}

@media (max-width:850px) {
	.work-realisation .images-with-text .text-container p {
		width: 100%;
		max-width: 500px;
		padding: 0 30px;
		margin: 0 0 5rem
	}
}

.work-realisation .images-with-text .image-top-left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	z-index: 10
}

.work-realisation .images-with-text .image-top-left .lazy {
	position: relative;
	width: 60%
}

.work-realisation .images-with-text .image-top-left .lazy:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 66.4557%
}

.work-realisation .images-with-text .image-top-left .lazy>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:650px) {
	.work-realisation .images-with-text .image-top-left .lazy {
		width: 85%
	}
}

.work-realisation .images-with-text .image-top-left .lazy .content {
	z-index: 10
}

.work-realisation .images-with-text .image-bottom-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	-webkit-transform: translateY(-45%);
	-o-transform: translateY(-45%);
	transform: translateY(-45%);
	margin-bottom: -9rem;
	z-index: 1
}

@media (max-width:1050px) {
	.work-realisation .images-with-text .image-bottom-right {
		-webkit-transform: translateY(-15%);
		-o-transform: translateY(-15%);
		transform: translateY(-15%)
	}
}

@media (max-width:650px) {
	.work-realisation .images-with-text .image-bottom-right {
		-webkit-transform: translateY(-30%);
		-o-transform: translateY(-30%);
		transform: translateY(-30%)
	}
}

.work-realisation .images-with-text .image-bottom-right .lazy {
	position: relative;
	width: 60%;
	justify-self: flex-end
}

.work-realisation .images-with-text .image-bottom-right .lazy:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 66.4557%
}

.work-realisation .images-with-text .image-bottom-right .lazy>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:650px) {
	.work-realisation .images-with-text .image-bottom-right .lazy {
		width: 85%
	}
}

.work-realisation .bottom-image img {
	display: block;
	width: 100%
}

.work-testimonial {
	position: relative;
	padding: 11rem 0 0;
	overflow: hidden
}

@media (max-width:1300px) {
	.work-testimonial {
		padding: 6.5vw 0 0
	}
}

@media (max-width:1150px) {
	.work-testimonial {
		padding: 7.5vw 0 0
	}
}

@media (max-width:1000px) {
	.work-testimonial {
		padding: 0
	}
}

.work-testimonial h2 {
	position: absolute;
	top: -15rem;
	left: 0;
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #000;
	font-size: 40px
}

@media screen and (min-width:650px) {
	.work-testimonial h2 {
		font-size: calc(40px + 48*(100vw - 650px)/1000)
	}
}

@media screen and (min-width:1650px) {
	.work-testimonial h2 {
		font-size: 88px
	}
}

@media (max-width:1000px) {
	.work-testimonial h2 {
		position: relative;
		top: 0;
		margin-top: 3rem
	}
}

.work-testimonial p {
	color: #000;
	font-weight: 700;
	line-height: 1.875
}

.work-testimonial .testimonial-author {
	text-align: right;
	line-height: 1.35;
	margin-top: 5rem;
	font-size: 20px
}

@media screen and (min-width:650px) {
	.work-testimonial .testimonial-author {
		font-size: calc(20px + 10*(100vw - 650px)/1000)
	}
}

@media screen and (min-width:1650px) {
	.work-testimonial .testimonial-author {
		font-size: 30px
	}
}

@media (max-width:1200px) {
	.work-testimonial .testimonial-author {
		margin-top: 2.5rempx
	}
}

@media (max-width:1000px) {
	.work-testimonial .testimonial-author {
		text-align: center
	}
}

.work-testimonial .image-text-wrappper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width:1000px) {
	.work-testimonial .image-text-wrappper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: -250px
	}
}

@media (max-width:750px) {
	.work-testimonial .image-text-wrappper {
		margin-bottom: -200px
	}
}

@media (max-width:650px) {
	.work-testimonial .image-text-wrappper {
		margin-bottom: -150px
	}
}

.work-testimonial .image {
	position: absolute;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 50%;
	-ms-flex-item-align: center;
	align-self: center;
	top: -15%;
	z-index: 10
}

@media (max-width:1000px) {
	.work-testimonial .image {
		position: relative;
		display: block;
		bottom: 250px;
		left: 0;
		width: 85%;
		height: 500px;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@media (max-width:750px) {
	.work-testimonial .image {
		height: 400px;
		bottom: 200px
	}
}

@media (max-width:650px) {
	.work-testimonial .image {
		height: 300px;
		bottom: 150px
	}
}

.work-testimonial .testimonial-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 75%;
	padding: 100px 0;
	z-index: 1
}

@media (max-width:1200px) {
	.work-testimonial .testimonial-wrapper {
		padding: 5vw 0
	}
}

@media (max-width:1000px) {
	.work-testimonial .testimonial-wrapper {
		width: 100%;
		padding-bottom: 350px
	}
}

@media (max-width:750px) {
	.work-testimonial .testimonial-wrapper {
		padding-bottom: 250px
	}
}

@media (max-width:650px) {
	.work-testimonial .testimonial-wrapper {
		padding-bottom: 200px
	}
}

.work-testimonial .testimonial-text {
	position: relative;
	left: 65%;
	width: 100%;
	max-width: 540px;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width:1200px) {
	.work-testimonial .testimonial-text {
		max-width: 460px
	}
}

@media (max-width:1000px) {
	.work-testimonial .testimonial-text {
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0 30px;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.work-first-image {
	padding-top: 5rem
}

.work-vimeo-video {
	height: 100vh;
	background: #000
}

@media only screen and (max-width:820px) {
	.work-vimeo-video {
		height: 50vh
	}
}

.work-final-image--video,.work-first-image--video {
	margin-top: 5rem
}

.work-final-image--video video,.work-first-image--video video {
	width: 100%;
	max-width: 100%
}

.work-final-image .plyr--full-ui input[type=range],.work-first-image .plyr--full-ui input[type=range] {
	color: #000
}

.work-final-image .plyr--video .plyr__control.plyr__tab-focus,.work-final-image .plyr--video .plyr__control:hover,.work-final-image .plyr--video .plyr__control[aria-expanded=true],.work-final-image .plyr__control--overlaid,.work-first-image .plyr--video .plyr__control.plyr__tab-focus,.work-first-image .plyr--video .plyr__control:hover,.work-first-image .plyr--video .plyr__control[aria-expanded=true],.work-first-image .plyr__control--overlaid {
	background: #000
}

.work-final-image p,.work-first-image p {
	position: relative;
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	color: #000;
	padding: 6rem 0;
	text-align: center;
	font-size: 25px
}

@media screen and (min-width:650px) {
	.work-final-image p,.work-first-image p {
		font-size: calc(25px + 87*(100vw - 650px)/1000)
	}
}

@media screen and (min-width:1650px) {
	.work-final-image p,.work-first-image p {
		font-size: 112px
	}
}

.work-final-image img,.work-first-image img {
	display: block;
	width: 100%
}

.work-final-image .inner,.work-first-image .inner {
	position: relative
}

.work-final-image .work-to-top,.work-first-image .work-to-top {
	position: absolute;
	right: 100px;
	top: 50%;
	width: 30px;
	height: 57px;
	-webkit-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%)
}

@media (max-width:1000px) {
	.work-final-image .work-to-top,.work-first-image .work-to-top {
		width: 20px;
		height: 36px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media (max-width:650px) {
	.work-final-image .work-to-top,.work-first-image .work-to-top {
		display: none
	}
}

.work-final-image .work-to-top svg,.work-first-image .work-to-top svg {
	width: 100%
}

.work-pagination {
	padding: 2rem 0
}

.work-pagination .next-prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.work-pagination .nav-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 25%;
	font-family: Brown,sans-serif;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(10%);
	-o-transform: translateY(10%);
	transform: translateY(10%);
	font-size: 50px
}

@media screen and (min-width:800px) {
	.work-pagination .nav-link {
		font-size: calc(50px + 38*(100vw - 800px)/800)
	}
}

@media screen and (min-width:1600px) {
	.work-pagination .nav-link {
		font-size: 88px
	}
}

@media (max-width:750px) {
	.work-pagination .nav-link {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 45%
	}
}

@media (max-width:750px) {
	.work-pagination .nav-link:last-child {
		text-align: right
	}
}

.work-pagination .nav-link:hover {
	-webkit-text-stroke-width: 0;
	color: #000
}

.work-pagination .nav-link.disabled {
	opacity: .2
}

.work-pagination .nav-link.disabled:hover {
	-webkit-text-stroke-width: 1px;
	color: #fff
}

.work-pagination .nav-link span {
	position: relative;
	left: 5px;
	opacity: 0
}

.work-pagination .nav-link .title {
	display: block;
	font-family: Brown,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	-webkit-text-stroke-width: 0;
	font-size: 16px
}

@media screen and (min-width:650px) {
	.work-pagination .nav-link .title {
		font-size: calc(16px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.work-pagination .nav-link .title {
		font-size: 16px
	}
}

@media (max-width:500px) {
	.work-pagination .nav-link .title {
		display: none
	}
}

.work-pagination .nav-link .line {
	width: 100%;
	height: 1px;
	background: #000;
	margin: 20px 0 15px;
	-webkit-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px)
}

@media (max-width:500px) {
	.work-pagination .nav-link .line {
		display: none
	}
}

.work-pagination .back-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px
}

@media screen and (min-width:650px) {
	.work-pagination .back-link {
		font-size: calc(12px + 2*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.work-pagination .back-link {
		font-size: 14px
	}
}

@media (max-width:750px) {
	.work-pagination .back-link {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin-bottom: 40px
	}
}

.work-spacer {
	margin-top: 10rem;
	margin-bottom: 10rem
}

.news-blog-top-filters .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.news-blog-filter-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:650px) {
	.news-blog-filter-type {
		display: none
	}
}

.news-blog-filter-type .facetwp-facet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0
}

.news-blog-filter-type .facetwp-counter {
	display: none
}

.news-blog-filter-type .facetwp-radio {
	background: none;
	margin: 0 40px;
	padding: 0 4px 4px;
	cursor: none
}

.news-blog-filter-type .facetwp-radio:last-child {
	margin-right: 0
}

.news-blog-filter-type .facetwp-radio.checked {
	background: none;
	border-bottom: 2px solid #000
}

.news-blog-filter-type button {
	background: none;
	border: none;
	padding: 0 4px 4px;
	margin: 0 42px 0 0;
	line-height: 1;
	cursor: none
}

.news-blog-filter-type button.active {
	border-bottom: 2px solid #000
}

.news-blog-filter-type button:focus {
	outline: none
}

.news-blog-filter-search {
	width: 100%;
	max-width: 300px;
	margin: 3vw 0
}

@media (max-width:650px) {
	.news-blog-filter-search {
		max-width: 100%
	}
}

.news-blog-filter-search i {
	display: none
}

.news-blog-filter-search input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	padding: 0 0 10px;
	cursor: none
}

.news-blog-filter-search input::-webkit-input-placeholder {
	color: #000
}

.news-blog-filter-search input::-moz-placeholder {
	color: #000
}

.news-blog-filter-search input::-ms-input-placeholder {
	color: #000
}

.news-blog-filter-search input::placeholder {
	color: #000
}

.news-blog-filter-search input:focus {
	outline: 0
}

.news-blog-posts {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 5vw
}

.news-blog-posts .vertical-line {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	background-color: #e4e4e4;
	z-index: 1
}

@media only screen and (max-width:800px) {
	.news-blog-posts .vertical-line {
		display: none
	}
}

.news-blog-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	margin-top: -160px;
	text-decoration: none;
	color: #000
}

@media only screen and (max-width:2000px) {
	.news-blog-post {
		margin-top: -80px
	}
}

@media only screen and (max-width:1600px) {
	.news-blog-post {
		margin-top: -50px
	}
}

@media only screen and (max-width:1200px) {
	.news-blog-post {
		margin-top: -20px
	}
}

@media only screen and (max-width:800px) {
	.news-blog-post {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0
	}
}

.news-blog-post__wrap-text {
	background-color: #fff;
	-ms-flex-preferred-size: 60.5%;
	flex-basis: 60.5%;
	z-index: 2;
	padding: 50px 0
}

@media only screen and (max-width:800px) {
	.news-blog-post__wrap-text {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 10px 0 20px
	}
}

.news-blog-post__wrap-text p {
	margin: 0
}

.news-blog-post__type {
	font-family: Brown,sans-serif;
	font-weight: 600;
	letter-spacing: .2rem;
	text-transform: uppercase;
	font-size: 14px
}

@media screen and (min-width:600px) {
	.news-blog-post__type {
		font-size: calc(14px + 4*(100vw - 600px)/1400)
	}
}

@media screen and (min-width:2000px) {
	.news-blog-post__type {
		font-size: 18px
	}
}

.news-blog-post h3 {
	line-height: 1;
	font-family: Superior;
	margin: 20px 0;
	font-size: 30px
}

@media screen and (min-width:600px) {
	.news-blog-post h3 {
		font-size: calc(30px + 35*(100vw - 600px)/1400)
	}
}

@media screen and (min-width:2000px) {
	.news-blog-post h3 {
		font-size: 65px
	}
}

.news-blog-post .subtitle {
	font-family: Brown,sans-serif;
	font-size: 20px
}

@media screen and (min-width:600px) {
	.news-blog-post .subtitle {
		font-size: calc(20px + 10*(100vw - 600px)/1400)
	}
}

@media screen and (min-width:2000px) {
	.news-blog-post .subtitle {
		font-size: 30px
	}
}

.news-blog-post__wrap-img {
	-ms-flex-preferred-size: 39.5%;
	flex-basis: 39.5%;
	position: relative
}

@media only screen and (max-width:800px) {
	.news-blog-post__wrap-img {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0 25px 50px
	}
}

.news-blog-post__wrap-img .outer-img {
	overflow: hidden
}

.news-blog-post__wrap-img .inner-img {
	position: relative;
	background-position: 50%;
	background-size: cover;
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(.4,.01,.36,1);
	transition: -webkit-transform 1.5s cubic-bezier(.4,.01,.36,1);
	-o-transition: -o-transform 1.5s cubic-bezier(.4,.01,.36,1);
	transition: transform 1.5s cubic-bezier(.4,.01,.36,1);
	transition: transform 1.5s cubic-bezier(.4,.01,.36,1),-webkit-transform 1.5s cubic-bezier(.4,.01,.36,1),-o-transform 1.5s cubic-bezier(.4,.01,.36,1);
	z-index: 2
}

.news-blog-post__wrap-img .inner-img:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 98.06452%
}

.news-blog-post__wrap-img .inner-img>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.news-blog-post__wrap-img:hover .inner-img {
	background-position: 50%;
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.news-blog-post:nth-of-type(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.news-blog-post:nth-of-type(2n) .news-blog-post__wrap-text {
	margin-left: 70px
}

@media only screen and (max-width:800px) {
	.news-blog-post:nth-of-type(2n) .news-blog-post__wrap-text {
		margin-left: 25px
	}
}

.news-blog-post:nth-of-type(2n):hover .background-color {
	-webkit-transform: translateX(28px) translateY(28px);
	-o-transform: translateX(28px) translateY(28px);
	transform: translateX(28px) translateY(28px)
}

.news-blog-post:nth-of-type(odd) .news-blog-post__wrap-text {
	text-align: right;
	margin-right: 70px
}

@media only screen and (max-width:800px) {
	.news-blog-post:nth-of-type(odd) .news-blog-post__wrap-text {
		text-align: left;
		margin-left: 25px
	}
}

.news-blog-post:nth-of-type(odd):hover .background-color {
	-webkit-transform: translateX(28px) translateY(28px);
	-o-transform: translateX(28px) translateY(28px);
	transform: translateX(28px) translateY(28px)
}

.news-blog-post .background-color {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.4,.01,.36,1);
	transition: -webkit-transform .5s cubic-bezier(.4,.01,.36,1);
	-o-transition: -o-transform .5s cubic-bezier(.4,.01,.36,1);
	transition: transform .5s cubic-bezier(.4,.01,.36,1);
	transition: transform .5s cubic-bezier(.4,.01,.36,1),-webkit-transform .5s cubic-bezier(.4,.01,.36,1),-o-transform .5s cubic-bezier(.4,.01,.36,1);
	z-index: 1
}

.news-blog-bottom-filter {
	margin: 0 0 2vw
}

.news-blog-bottom-filter button {
	border-left: none;
	border-top: none;
	border-right: none;
	background: none
}

.news-blog-bottom-filter button:focus {
	outline: none
}

.news-blog-bottom-filter .news-blog-load-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.news-blog-bottom-filter .news-blog-filter-search {
	width: 100%;
	max-width: 100%
}

.news-blog-bottom-filter .news-blog-filter-search .facetwp-facet,.news-blog-bottom-filter .news-blog-filter-search input {
	width: 100%
}

.news-header .cta-container {
	padding: 40px 0 0;
	text-align: center
}

@media (max-width:1000px) {
	.news-header .cta-container {
		padding: 30px 0 0
	}
}

@media (max-width:650px) {
	.news-header .cta-container {
		padding: 12px 0 0
	}
}

.news-header .cta {
	border: 0
}

@media (max-width:650px) {
	.news-header .page-header {
		padding-top: 30px
	}
}

.news-hero__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2.5vw 0
}

.news-hero__date {
	margin-right: 8vw
}

.news-hero p {
	margin-bottom: 0
}

.news-hero img {
	width: 100%;
	display: block
}

.news-hero .inner {
	max-width: 1360px
}

@media (max-width:800px) {
	.news-hero .inner {
		max-width: 560px
	}
}

.news-intro {
	padding: 4vw 0 8vw
}

.news-intro .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1360px
}

@media (max-width:800px) {
	.news-intro .inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.news-intro__large-text {
	width: 40%
}

@media (max-width:800px) {
	.news-intro__large-text {
		width: 100%;
		max-width: 500px;
		margin-bottom: 3vw
	}
}

.news-intro__large-text h3 {
	margin: 0
}

.news-intro__main-text {
	width: 50%
}

@media (max-width:800px) {
	.news-intro__main-text {
		width: 100%;
		max-width: 500px
	}
}

.thoughts-header .cta-container {
	padding: 40px 0 0;
	text-align: center
}

@media (max-width:1000px) {
	.thoughts-header .cta-container {
		padding: 30px 0 0
	}
}

@media (max-width:650px) {
	.thoughts-header .cta-container {
		padding: 12px 0 0
	}
}

.thoughts-header .cta {
	border: 0
}

.thoughts-header .page-header {
	padding: 65px 0 30px
}

.thoughts-header .inner {
	max-width: 1380px;
	text-align: left
}

.thoughts-hero__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-top: 1px solid #000;
	padding: 15px 0 0
}

@media (max-width:650px) {
	.thoughts-hero__meta {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.thoughts-hero__date {
	margin-right: 8vw
}

.thoughts-hero__type {
	font-family: Brown,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: auto;
	font-size: 16px
}

@media screen and (min-width:650px) {
	.thoughts-hero__type {
		font-size: calc(16px + 0*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.thoughts-hero__type {
		font-size: 16px
	}
}

@media (max-width:650px) {
	.thoughts-hero__type {
		display: none
	}
}

.thoughts-hero img {
	display: block;
	width: 100%;
	padding: 60px 0 0
}

.thoughts-hero .inner {
	max-width: 1380px
}

.single-thoughts .share {
	border-top: 1px solid #000
}

.article-request {
	padding: 5vw 0 0
}

@media (max-width:650px) {
	.article-request {
		padding-bottom: 3vw
	}
}

.article-request__heading {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 22px
}

@media screen and (min-width:650px) {
	.article-request__heading {
		font-size: calc(22px + 8*(100vw - 650px)/950)
	}
}

@media screen and (min-width:1600px) {
	.article-request__heading {
		font-size: 30px
	}
}

.article-request form {
	max-width: 340px;
	margin: 0
}

.thought-filter-search {
	width: 100%;
	margin: 0 0 5vw
}

.thought-filter-search i {
	display: none
}

.thought-filter-search input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	padding: 0 0 10px;
	cursor: none
}

.thought-filter-search input::-webkit-input-placeholder {
	color: #000
}

.thought-filter-search input::-moz-placeholder {
	color: #000
}

.thought-filter-search input::-ms-input-placeholder {
	color: #000
}

.thought-filter-search input::placeholder {
	color: #000
}

.thought-filter-search input:focus {
	outline: 0
}

.wrap-title {
	width: 100%;
	text-align: center;
	margin-bottom: 160px
}

@media only screen and (max-width:767px) {
	.wrap-title {
		margin-bottom: 75px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.wrap-title {
		margin-bottom: 125px
	}
}

.wrap-title .page-title {
	margin: 1rem 0;
	font-size: 40px
}

@media screen and (min-width:600px) {
	.wrap-title .page-title {
		font-size: calc(40px + 48*(100vw - 600px)/1400)
	}
}

@media screen and (min-width:2000px) {
	.wrap-title .page-title {
		font-size: 88px
	}
}

.wrap-title h2,.wrap-title p {
	opacity: 0;
	z-index: 30;
	display: block
}

.wrap-title h2 {
	margin: 0;
	font-size: 30px
}

@media screen and (min-width:600px) {
	.wrap-title h2 {
		font-size: calc(30px + 35*(100vw - 600px)/1400)
	}
}

@media screen and (min-width:2000px) {
	.wrap-title h2 {
		font-size: 65px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.wrap-title h2 {
		font-size: 25px
	}
}

.wrap-title .subtitle {
	font-family: Brown,sans-serif;
	font-size: 20px
}

@media (max-width:950px) {
	.wrap-title .subtitle {
		color: #000!important
	}
}

@media (orientation:portrait) {
	.wrap-title .subtitle {
		color: #000!important
	}
}

.wrap-thought-post {
	width: 100%;
	height: 100%;
	position: relative
}

.wrap-thought-post .thought-item h2 {
	font-family: 'OPPOSans','Cormorant',Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Hiragino Sans GB,Segoe UI,Roboto,sans-serif
}

@media (max-width:950px) {
	.wrap-thought-post .thought-item h2 {
		color: #000!important
	}
}

@media (orientation:portrait) {
	.wrap-thought-post .thought-item h2 {
		color: #000!important
	}
}

@media (max-width:950px) {
	.wrap-thought-post .subtitle {
		color: #000!important
	}
}

@media (orientation:portrait) {
	.wrap-thought-post .subtitle {
		color: #000!important
	}
}

.wrap-thought-post .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.65);
	opacity: 0;
	z-index: 20
}

.thought-item__type {
	font-family: Brown,sans-serif;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: 14px
}

@media (max-width:950px) {
	.thought-item__type {
		color: #000!important;
		margin-top: 20px
	}
}

@media (orientation:portrait) {
	.thought-item__type {
		color: #000!important;
		margin-top: 20px
	}
}

.thought-wrap__row-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 535px;
	margin-bottom: 90px
}

@media only screen and (min-width:2050px) {
	.thought-wrap__row-one {
		height: 650px
	}
}

@media only screen and (min-width:2300px) {
	.thought-wrap__row-one {
		height: 700px
	}
}

@media only screen and (min-width:1441px) and (max-width:1620px) {
	.thought-wrap__row-one {
		height: 450px
	}
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
	.thought-wrap__row-one {
		height: 400px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-one {
		height: auto;
		margin-bottom: 50px
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-one {
		width: 100%;
		height: 100%;
		display: block;
		margin-bottom: 0
	}
}

.thought-wrap__row-one h2,.thought-wrap__row-one p {
	text-align: right;
	opacity: 0
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-one h2,.thought-wrap__row-one p {
		text-align: left;
		opacity: 1
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-one h2,.thought-wrap__row-one p {
		text-align: left;
		margin-left: 25px;
		opacity: 1
	}
}

.thought-wrap__row-one .thought-item {
	position: relative;
	width: 21%;
	height: 100%;
	text-decoration: none
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-one .thought-item {
		width: 25%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-one .thought-item {
		width: 100%!important;
		height: 100%!important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse wrap;
		flex-flow: column-reverse wrap
	}
}

.thought-wrap__row-one .thought-item .thought-item__wrap-text {
	position: absolute;
	top: 50%;
	right: 100px;
	width: 80%;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-one .thought-item .thought-item__wrap-text {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		color: #000;
		padding-left: 20px;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-one .thought-item .thought-item__wrap-text {
		width: 80%;
		right: 100px;
		position: static;
		color: #000;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin: 10px 0 50px
	}
}

.thought-wrap__row-one .thought-item .thought-item__wrap-text .subtitle {
	margin-bottom: 0
}

.thought-wrap__row-one .thought-item .thought-item__wrap-img {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-one .thought-item .thought-item__wrap-img {
		height: 325px;
		position: relative
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-one .thought-item .thought-item__wrap-img {
		position: relative;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.thought-wrap__row-one .thought-item .thought-item__wrap-img .inner-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-one .thought-item .thought-item__wrap-img .inner-img {
		position: relative;
		width: 80%
	}

	.thought-wrap__row-one .thought-item .thought-item__wrap-img .inner-img:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 132%
	}

	.thought-wrap__row-one .thought-item .thought-item__wrap-img .inner-img>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.thought-wrap__row-one .thought-item:nth-child(2) {
	width: 45%;
	margin-left: 150px
}

@media only screen and (min-width:1441px) and (max-width:1620px) {
	.thought-wrap__row-one .thought-item:nth-child(2) {
		margin-left: 125px
	}
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
	.thought-wrap__row-one .thought-item:nth-child(2) {
		margin-left: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-one .thought-item:nth-child(2) {
		width: 50%;
		margin-left: 75px
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-one .thought-item:nth-child(2) {
		width: 100%;
		margin-left: 0
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-one .thought-item:nth-child(2),.thought-wrap__row-one .thought-item:nth-child(2) .thought-item__wrap-img {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.thought-wrap__row-one .thought-item:nth-child(2) .thought-item__wrap-img {
		height: auto;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

.thought-wrap__row-one .thought-item:nth-child(2) .thought-item__wrap-img .inner-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-one .thought-item:nth-child(2) .thought-item__wrap-img .inner-img {
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-one .thought-item:nth-child(2) .thought-item__wrap-img .inner-img {
		position: relative;
		width: 80%
	}

	.thought-wrap__row-one .thought-item:nth-child(2) .thought-item__wrap-img .inner-img:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 132%
	}

	.thought-wrap__row-one .thought-item:nth-child(2) .thought-item__wrap-img .inner-img>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.thought-wrap__row-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 535px;
	margin-bottom: 90px
}

@media only screen and (min-width:2050px) {
	.thought-wrap__row-two {
		height: 650px
	}
}

@media only screen and (min-width:2300px) {
	.thought-wrap__row-two {
		height: 700px
	}
}

@media only screen and (min-width:1441px) and (max-width:1620px) {
	.thought-wrap__row-two {
		height: 450px
	}
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
	.thought-wrap__row-two {
		height: 400px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-two {
		height: auto;
		margin-bottom: 50px
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-two {
		width: 100%;
		height: 100%;
		margin-bottom: 0
	}
}

.thought-wrap__row-two .thought-item {
	position: relative;
	width: 21%;
	height: 100%;
	text-decoration: none
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-two .thought-item {
		width: 25%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-two .thought-item {
		width: 100%!important;
		height: 100%!important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse wrap;
		flex-flow: column-reverse wrap
	}
}

.thought-wrap__row-two .thought-item .thought-item__wrap-text {
	position: absolute;
	top: 50%;
	left: 100px;
	width: 80%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-two .thought-item .thought-item__wrap-text {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		color: #000;
		padding-left: 20px;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-two .thought-item .thought-item__wrap-text {
		position: inherit;
		top: 0;
		left: 25px;
		width: 80%;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		color: #000;
		margin: 10px 0 50px
	}
}

.thought-wrap__row-two .thought-item .thought-item__wrap-text .subtitle {
	margin-bottom: 0
}

.thought-wrap__row-two .thought-item h2,.thought-wrap__row-two .thought-item p {
	opacity: 0
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-two .thought-item h2,.thought-wrap__row-two .thought-item p {
		opacity: 1!important
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-two .thought-item h2,.thought-wrap__row-two .thought-item p {
		opacity: 1!important
	}
}

.thought-wrap__row-two .thought-item .thought-item__wrap-img {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-two .thought-item .thought-item__wrap-img {
		height: 325px;
		position: relative
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-two .thought-item .thought-item__wrap-img {
		position: relative;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.thought-wrap__row-two .thought-item .thought-item__wrap-img .inner-img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-two .thought-item .thought-item__wrap-img .inner-img {
		position: relative;
		width: 80%
	}

	.thought-wrap__row-two .thought-item .thought-item__wrap-img .inner-img:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 132%
	}

	.thought-wrap__row-two .thought-item .thought-item__wrap-img .inner-img>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.thought-wrap__row-two .thought-item:nth-child(2) {
	width: 45%;
	margin-left: 150px
}

@media only screen and (min-width:1441px) and (max-width:1620px) {
	.thought-wrap__row-two .thought-item:nth-child(2) {
		margin-left: 125px
	}
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
	.thought-wrap__row-two .thought-item:nth-child(2) {
		margin-left: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-two .thought-item:nth-child(2) {
		width: 50%;
		margin-left: 75px
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-two .thought-item:nth-child(2) {
		margin-left: 0;
		width: 100%;
		height: 100%
	}
}

.thought-wrap__row-two .thought-item:nth-child(2) .thought-item__wrap-img {
	position: absolute;
	width: 100%;
	height: 100%
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-two .thought-item:nth-child(2) .thought-item__wrap-img {
		position: relative;
		height: 325px
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-two .thought-item:nth-child(2) .thought-item__wrap-img {
		position: relative;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.thought-wrap__row-two .thought-item:nth-child(2) .thought-item__wrap-img .inner-img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-two .thought-item:nth-child(2) .thought-item__wrap-img .inner-img {
		position: relative;
		width: 80%
	}

	.thought-wrap__row-two .thought-item:nth-child(2) .thought-item__wrap-img .inner-img:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 132%
	}

	.thought-wrap__row-two .thought-item:nth-child(2) .thought-item__wrap-img .inner-img>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.thought-wrap__row-three {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 535px;
	margin-bottom: 90px
}

@media only screen and (min-width:2050px) {
	.thought-wrap__row-three {
		height: 650px
	}
}

@media only screen and (min-width:2300px) {
	.thought-wrap__row-three {
		height: 700px
	}
}

@media only screen and (min-width:1441px) and (max-width:1620px) {
	.thought-wrap__row-three {
		height: 450px
	}
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
	.thought-wrap__row-three {
		height: 400px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-three {
		height: auto;
		margin-bottom: 50px
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-three {
		width: 100%;
		height: 100%;
		margin-bottom: 0
	}
}

.thought-wrap__row-three .thought-item {
	position: relative;
	width: 45%;
	height: 100%;
	text-decoration: none
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-three .thought-item {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-three .thought-item {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse wrap;
		flex-flow: column-reverse wrap
	}
}

.thought-wrap__row-three .thought-item h2,.thought-wrap__row-three .thought-item p {
	opacity: 0
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-three .thought-item h2,.thought-wrap__row-three .thought-item p {
		opacity: 1!important
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-three .thought-item h2,.thought-wrap__row-three .thought-item p {
		opacity: 1!important
	}
}

.thought-wrap__row-three .thought-item .thought-item__wrap-text {
	position: absolute;
	top: 50%;
	left: 100px;
	width: auto;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-three .thought-item .thought-item__wrap-text {
		position: relative;
		top: 0;
		left: 0;
		color: #000;
		padding-left: 20px;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-three .thought-item .thought-item__wrap-text {
		position: inherit;
		top: 0;
		left: 25px;
		width: 80%;
		color: #000;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin: 10px 0 50px
	}
}

.thought-wrap__row-three .thought-item .thought-item__wrap-text .subtitle {
	margin-bottom: 0
}

.thought-wrap__row-three .thought-item .thought-item__wrap-img {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-three .thought-item .thought-item__wrap-img {
		position: relative;
		height: 325px
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-three .thought-item .thought-item__wrap-img {
		position: relative;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

.thought-wrap__row-three .thought-item .thought-item__wrap-img .inner-img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-three .thought-item .thought-item__wrap-img .inner-img {
		position: relative;
		width: 80%
	}

	.thought-wrap__row-three .thought-item .thought-item__wrap-img .inner-img:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 132%
	}

	.thought-wrap__row-three .thought-item .thought-item__wrap-img .inner-img>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.thought-wrap__row-three .thought-item:nth-child(2) {
	width: 21%;
	height: 100%;
	margin-left: 150px
}

@media only screen and (min-width:1441px) and (max-width:1620px) {
	.thought-wrap__row-three .thought-item:nth-child(2) {
		margin-left: 125px
	}
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
	.thought-wrap__row-three .thought-item:nth-child(2) {
		margin-left: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-three .thought-item:nth-child(2) {
		margin-left: 75px;
		width: 25%
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-three .thought-item:nth-child(2) {
		width: 100%!important;
		height: 100%!important;
		margin-left: 0
	}
}

.thought-wrap__row-three .thought-item:nth-child(2) .thought-item__wrap-img {
	position: absolute;
	width: 100%;
	height: 100%
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.thought-wrap__row-three .thought-item:nth-child(2) .thought-item__wrap-img {
		position: relative;
		height: 325px
	}
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-three .thought-item:nth-child(2) .thought-item__wrap-img {
		position: relative;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.thought-wrap__row-three .thought-item:nth-child(2) .thought-item__wrap-img .inner-img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

@media only screen and (max-width:767px) {
	.thought-wrap__row-three .thought-item:nth-child(2) .thought-item__wrap-img .inner-img {
		position: relative;
		width: 80%
	}

	.thought-wrap__row-three .thought-item:nth-child(2) .thought-item__wrap-img .inner-img:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 132%
	}

	.thought-wrap__row-three .thought-item:nth-child(2) .thought-item__wrap-img .inner-img>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.subscribe-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:650px) {
	.subscribe-intro {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.subscribe-intro__images {
	position: relative;
	width: 36%
}

.subscribe-intro__images:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%
}

.subscribe-intro__images>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:650px) {
	.subscribe-intro__images {
		position: relative;
		width: calc(100% - 60px);
		max-width: 400px
	}

	.subscribe-intro__images:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 100%
	}

	.subscribe-intro__images>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.subscribe-intro__image-top {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.subscribe-intro__image-top:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%
}

.subscribe-intro__image-top>.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (max-width:650px) {
	.subscribe-intro__image-top {
		position: relative
	}

	.subscribe-intro__image-top:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 100%
	}

	.subscribe-intro__image-top>.content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.subscribe-intro__image-top .image {
	position: absolute
}

.subscribe-inner {
	max-width: 466px;
	margin: 0 auto
}

@media (max-width:1400px) {
	.subscribe-inner {
		padding: 0 30px
	}
}

@media (min-width:1800px) {
	.subscribe-inner {
		-webkit-transform: translateX(-10%);
		-o-transform: translateX(-10%);
		transform: translateX(-10%)
	}
}

@media (min-width:2050px) {
	.subscribe-inner {
		-webkit-transform: translateX(-20%);
		-o-transform: translateX(-20%);
		transform: translateX(-20%)
	}
}