@import url("../../../../../css2");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
.m-editorial__text ol,
.m-editorial__text ul {
	list-style-type: square;
	padding-left: 40px;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: none !important;
}
a {
	text-decoration: none;
	color: inherit;
}
[js-reveal="clip-in"] {
	opacity: 0;
	transform: translateY(60px);
	transform-origin: top left;
	clip-path: inset(0 100% 0 0);
	transition: all 0.5s ease;
}
[js-reveal="clip-in"].is-loaded {
	opacity: 1;
	clip-path: inset(0 0 0 0);
	transform: translateY(0);
}
[js-reveal="fade-in"] {
	opacity: 0;
	transform: translateY(60px);
	transform-origin: top left;
	transition: opacity 0.5s ease, transform 0.5s ease;
}
[js-reveal="fade-in"].is-loaded {
	opacity: 1;
	transform: translateY(0);
}
html {
	font-size: 10px;
	overscroll-behavior: contain;
}
html ::-webkit-scrollbar {
	display: none;
}
body {
	font-family: "Lato", sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 400;
	color: #fff;
	overscroll-behavior: none;
	background: #31354b;
	transition: background-color 0.2s;
}
@media (min-width: 768px) {
	body {
		font-size: 1.8rem;
	}
}
body.-menu-open {
	background: #0b123a;
}
body.-loading {
	cursor: progress;
}
.-wrapper {
	width: 100%;
	display: flex;
	padding: 0 calc(2 / 24 * 100vw);
}
@media (min-width: 1024px) {
	.-wrapper {
		padding: 0 calc(1 / 24 * 100vw);
	}
}
.l-site__bg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: 0.2;
	pointer-events: none;
}
.l-site__bg img,
.l-site__bg video {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.l-site__header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	height: 10rem;
}
.l-page {
	overflow: hidden;
	position: relative;
	z-index: 9;
	opacity: 0;
}
@media (min-width: 1024px) {
	.l-page {
		display: flex;
	}
}
.l-page--full {
	display: block;
}
.l-page__image {
	overflow: hidden;
	position: relative;
	height: 50%;
	padding-bottom: 70%;
}
.l-page__image:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #31354b;
	opacity: 0.8;
	will-change: transform;
	transform: scale(1.01);
}
@media (min-width: 1024px) {
	.l-page__image {
		padding-bottom: 0;
		position: fixed;
		left: 0;
		top: 0;
		height: calc(100vh - var(--vh-offset, 0px));
		width: 30%;
	}
}
.l-page__image img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 1024px) {
	.l-page__sidebar {
		position: fixed;
		left: 0;
		top: 0;
		height: calc(100vh - var(--vh-offset, 0px));
		width: 30%;
	}
}
.l-page__text {
	width: 100%;
	padding: calc(1 / 24 * 100vw) calc(2 / 24 * 100vw);
}
@media (min-width: 1024px) {
	.l-page__text {
		padding-top: 15rem;
		padding-right: calc(2 / 24 * 100vw);
		padding-left: calc(30% + calc(1 / 24 * 100vw));
	}
}
.-menu-open .l-page {
	opacity: 0 !important;
	pointer-events: none;
}
@media (min-width: 1024px) {
	.l-page--sidebar .l-page__sidebar {
		width: 25%;
	}
}
@media (min-width: 1024px) {
	.l-page--sidebar .l-page__text {
		padding-left: calc(25% + calc(1 / 24 * 100vw));
	}
}
.m-header {
	height: 100%;
}
.m-header__logo {
	width: 50vw;
	max-width: 35rem;
}
@media (min-width: 1024px) {
	.m-header__logo {
		width: 20vw;
		max-width: none;
		min-width: 25rem;
	}
}
.m-header__logo a {
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 12.11073%;
}
.m-header__logo a > picture,
.m-header__logo a > picture > img,
.m-header__logo a > img,
.m-header__logo a > svg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	
	height: 100%;
	object-fit: cover;
}
.m-header__logo svg {
	display: block;
	fill: #fff;
	transition: 0.2s;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.-menu-open .m-header__logo svg {
	fill: #cda434;
}
.m-header__wrapper {
	position: relative;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(
		to bottom,
		rgba(49, 53, 75, 0.65) 0,
		rgba(0, 0, 0, 0) 100%
	);
}
.m-header__service {
	display: flex;
	align-items: center;
}
.m-header__lang {
	font-family: "Lato", sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 400;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.4rem;
	padding-bottom: 0.8rem;
	line-height: 1;
	margin-right: 2rem;
	display: none;
	transition: color 0.2s;
	display: none;
	text-transform: uppercase;
}
@media (min-width: 1024px) {
	.m-header__lang {
		display: flex;
	}
}
.m-header__lang li {
	margin-left: 0.8rem;
}
.m-header__lang a.-active {
	pointer-events: none;
	color: #cda434;
}
.m-header__lang.-mobile {
	position: absolute;
	bottom: 8vh;
	right: calc(1 / 24 * 100vw);
	height: auto;
	z-index: 4;
	padding: 0;
	margin: 0;
	display: flex;
}
@media (min-width: 1024px) {
	.m-header__lang.-mobile {
		display: none !important;
	}
}
.m-header__lang.-mobile a {
	color: white;
}
.m-header__lang.-mobile a.-active {
	pointer-events: none;
	color: #cda434;
}
.m-header__lang.-mobile:before {
	display: none;
}
.m-header__btn {
	margin-right: -0.8rem;
}
.-menu-open .m-header__btn .m-cta {
	color: #fff;
}
.-menu-open .m-header__btn svg {
	fill: #fff;
}
.-menu-open .m-header__btn:hover svg path {
	fill: #fff !important;
}
.m-header__menu {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	font-family: "Prata", serif;
	font-size: 2.4rem;
	line-height: 1.4;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.3s;
}
.-menu-open .m-header__menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.m-header__menu-wrapper > ul {
	height: 100%;
	overflow: auto;
	position: relative;
	padding-bottom: 5rem;
}
.m-header__menu-wrapper > ul:before {
	content: "";
	display: block;
	height: 20vh;
	min-height: 12rem;
}
.m-header__menu-wrapper > ul > li {
	margin-bottom: 1.6rem;
	opacity: 0;
	transform: translateY(-50px);
	transition: none;
	position: relative;
}
.m-header__menu-wrapper > ul > li > span {
	display: inline-block;
	position: relative;
}
.m-header__menu-wrapper > ul > li > span > a {
	display: inline-block;
	padding: 0 1rem;
	transition: 0.2s;
}
.m-header__menu-wrapper > ul > li > span > a:hover {
	color: #cda434;
}
.m-header__menu-wrapper > ul > li > span > ul {
	margin: 1.6rem 0;
	white-space: nowrap;
	padding-left: 3.2rem;
	display: none;
}
@media (min-width: 1024px) {
	.m-header__menu-wrapper > ul > li > span > ul {
		margin: 0;
		margin-left: 22rem;
		margin-top: -2.4rem;
		border-left: 1px solid rgba(255, 255, 255, 0.5);
	}
}
.m-header__menu-wrapper > ul > li > span > ul li {
	font-family: "Lato", sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	color: #cda434;
	font-size: 2rem;
}
.no-touch .m-header__menu-wrapper > ul > li > span > ul li a:hover {
	text-decoration: underline;
}
.m-header__menu-wrapper > ul > li.-open ul {
	display: block;
}
.m-header__menu-wrapper > ul > li.-open .m-cta span {
	transform: rotate(45deg);
}
@media (min-width: 1024px) {
	.m-header__menu-wrapper > ul > li {
		margin-bottom: 3.2rem;
	}
}
.-menu-open .m-header__menu-wrapper > ul > li {
	opacity: 1;
	transform: translateY(0);
	transition: 0.2s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(1) {
	transition-delay: 0.04s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(2) {
	transition-delay: 0.08s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(3) {
	transition-delay: 0.12s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(4) {
	transition-delay: 0.16s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(5) {
	transition-delay: 0.2s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(6) {
	transition-delay: 0.24s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(7) {
	transition-delay: 0.28s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(8) {
	transition-delay: 0.32s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(9) {
	transition-delay: 0.36s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(10) {
	transition-delay: 0.4s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(11) {
	transition-delay: 0.44s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(12) {
	transition-delay: 0.48s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(13) {
	transition-delay: 0.52s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(14) {
	transition-delay: 0.56s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(15) {
	transition-delay: 0.6s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(16) {
	transition-delay: 0.64s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(17) {
	transition-delay: 0.68s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(18) {
	transition-delay: 0.72s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(19) {
	transition-delay: 0.76s;
}
.-menu-open .m-header__menu-wrapper > ul > li:nth-child(20) {
	transition-delay: 0.8s;
}
.m-header__copy {
	margin-top: auto;
	padding: 0 1rem;
	position: relative;
	z-index: 3;
	font-family: "Lato", sans-serif;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 400;
	line-height: 1.5;
}
@media (min-width: 1024px) {
	.m-header__copy br {
		display: none;
	}
}
.m-header__copy a {
	color: #cda434;
	transition: 0.2s;
	display: block;
	margin-top: 0.5rem;
}
@media (min-width: 768px) {
	.m-header__copy a {
		margin: 0;
		display: inline-block;
		margin-left: 0.8rem;
	}
}
.m-header__copy a:hover {
	opacity: 0.8;
}
.m-header__menu-wrapper {
	flex-direction: column;
	padding-bottom: 8vh;
	height: 100%;
}
.m-header__menu-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 15vh;
	min-height: 15rem;
	pointer-events: none;
	z-index: 2;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0) 0,
		#0b123a 43%,
		#0b123a 99%
	);
}
.m-header__menu-wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25vh;
	min-height: 15rem;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0,
		#0b123a 43%,
		#0b123a 99%
	);
}
.m-sidebar {
	height: 100%;
	padding-bottom: 1.6rem;
	padding-left: calc(2 / 24 * 100vw);
	padding-top: 10rem;
}
@media (min-width: 1024px) {
	.m-sidebar {
		padding-top: 15rem;
		height: auto;
		display: block;
		padding-left: calc(1 / 24 * 100vw);
		padding-bottom: 0;
	}
}
.m-sidebar__item {
	font-family: "Prata", serif;
	font-size: 2.4rem;
	line-height: 1.4;
	font-size: 3.2rem;
	color: #cda434;
}
@media (min-width: 1024px) {
	.m-sidebar__item {
		font-size: 3.2rem;
	}
}
.m-sidebar__item br {
	display: none;
}
.m-sidebar__item a {
	transition: color 0.2s;
}
.m-sidebar__item a:hover {
	color: #cda434;
}
.m-sidebar__item + li {
	margin-top: calc(0.5 / 24 * 100vw);
}
.m-sidebar__card-cta {
	display: none;
}
@media (min-width: 1024px) {
	.m-sidebar__card-cta {
		display: flex;
		justify-content: flex-end;
		padding-bottom: 3.2rem;
	}
}
.m-sidebar__card-title {
	font-family: "Prata", serif;
	font-size: 3.6rem;
	line-height: 1.2;
	color: #cda434;
}
@media (min-width: 1024px) {
	.m-sidebar__card-title {
		font-size: 4.8rem;
	}
}
@media (min-width: 1024px) {
	.m-sidebar__card-title {
		display: none;
	}
}
.m-sidebar__card-image {
	padding-bottom: 100%;
	display: none;
}
.m-sidebar__card-image > picture,
.m-sidebar__card-image > picture > img,
.m-sidebar__card-image > svg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m-sidebar__card-image > img {
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 1024px) {
	.m-sidebar__card-image {
		display: block;
	}
}
.m-sidebar > .m-cta {
	position: absolute;
	bottom: calc(0.5 / 24 * 100vw);
	right: 3.2rem;
	transform: rotate(90deg);
	transform-origin: 100% 0;
	pointer-events: none;
	display: none;
	opacity: 0;
	transition: opacity 0.2s;
}
.-loaded .m-sidebar > .m-cta {
	opacity: 1;
}
@media (min-width: 1024px) {
	.m-sidebar > .m-cta {
		display: flex;
	}
}
.m-sidebar__filters {
	font-size: 1.6rem;
	margin-top: 3.2rem;
	max-width: 30rem;
}
.m-sidebar__filters > strong {
	display: flex;
	align-items: center;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 1.2rem;
}
.m-sidebar__filters > strong span {
	text-transform: none;
	font-weight: 500;
	color: #cda434;
	margin-left: 0.5rem;
	max-width: 15rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-sidebar__filters .m-cta {
	margin-left: 1rem;
}
@media (min-width: 1024px) {
	.m-sidebar__filters .m-cta {
		display: none;
	}
}
.m-sidebar__filters.-open .m-cta span {
	transform: rotate(45deg);
}
.m-sidebar__filters-tabs {
	display: none;
}
@media (min-width: 1024px) {
	.m-sidebar__filters-tabs {
		display: flex;
	}
}
.-open .m-sidebar__filters-tabs {
	display: flex;
}
.m-sidebar__filters-tabs strong {
	display: block;
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.3rem;
	opacity: 0.5;
	cursor: pointer;
}
.m-sidebar__filters-tabs ul {
	opacity: 0.4;
	display: none;
	pointer-events: none;
	padding: 1rem;
}
.m-sidebar__filters-tabs ul li {
	cursor: pointer;
	white-space: nowrap;
}
.m-sidebar__filters-tabs ul li.-active {
	color: #cda434;
}
.m-sidebar__filter {
	width: 50%;
}
.m-sidebar__filter.-active strong {
	color: #cda434;
	opacity: 1;
}
.m-sidebar__filter.-active ul {
	opacity: 1;
	pointer-events: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}
[data-filter="-1"] {
	order: 2;
}
.m-bar {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: calc(1 / 24 * 100vw);
	width: 0.5rem;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: 0 0;
	display: none;
}
@media (min-width: 1024px) {
	.m-bar {
		display: block;
	}
}
.-loaded .m-bar {
	transform: scaleY(1);
}
.m-bar:before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	background: #fff;
	top: 2px;
	bottom: 2px;
	left: 2px;
}
.m-bar__progress {
	border-radius: 3px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	background: #cda434;
	height: 0;
	transition: 0.1s;
}
.m-bar.-horizontal {
	display: block;
	left: 0;
	bottom: 0;
	top: auto;
	height: 0.5rem;
	width: 100%;
	transform: scaleX(0);
	transform-origin: 100% 50%;
}
@media (min-width: 1024px) {
	.m-bar.-horizontal {
		display: none;
	}
}
.m-bar.-horizontal:before {
	content: "";
	width: 100%;
	height: 1px;
	top: 2px;
	bottom: auto;
	right: 2px;
}
.m-bar.-horizontal .m-bar__progress {
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
}
.m-homepage {
	padding-bottom: calc(2 / 24 * 100vw);
}
.m-homepage__content {
	font-family: "Prata", serif;
	font-size: 2.4rem;
	line-height: 1.4;
	color: #262424;
}
@media (min-width: 1024px) {
	.m-homepage__content {
		padding-top: 0;
		font-size: 4.2rem;
		line-height: 1.3;
	}
}
.m-homepage__cta {
	padding-top: calc(1 / 24 * 100vw);
	display: flex;
	justify-content: flex-end;
}
.m-editorial {
	padding-bottom: calc(2 / 24 * 100vw);
	margin-bottom: calc(2 / 24 * 100vw);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1024px) {
	.m-editorial {
		padding-bottom: calc(0.5 / 24 * 100vw);
		margin-bottom: calc(0.5 / 24 * 100vw);
		max-width: 70rem;
	}
}
.m-editorial__text h2 {
	font-family: "Prata", serif;
	font-size: 2.4rem;
	line-height: 1.4;
	color: #cda434;
	margin-bottom: 2.4rem;
}
.m-editorial__text a {
	color: #cda434;
}
.no-touch .m-editorial__text a:hover {
	text-decoration: underline;
}
.m-editorial__text p + p {
	margin-top: 3.2rem;
}
.m-editorial__text em {
	font-style: italic;
}
.m-editorial__text strong {
	font-weight: 700;
}
.m-editorial__text small,
.m-editorial__text h6 {
	font-size: 1rem;
	line-height: 1.3;
	display: block;
}
.m-editorial__caption {
	text-transform: uppercase;
	display: block;
	margin-bottom: 0.8rem;
	font-weight: 300;
}
.m-editorial__cta {
	padding-top: 3.2rem;
	display: flex;
	justify-content: flex-end;
}
.m-editorial__cta .m-cta {
	margin-left: -1.6rem;
}
.m-editorial__back {
	padding-bottom: 3.2rem;
}
@media (min-width: 1024px) {
	.m-editorial__back {
		display: none;
	}
}
.m-editorial__image {
	margin-bottom: 3.2rem;
	max-width: 400px;
}
.m-editorial__image img {
	display: block;
	width: 100%;
}
.m-editorial-team {
	padding-top: calc(0.7 / 24 * 100vw);
}
.m-editorial-team__title {
	font-family: "Prata", serif;
	font-size: 3.6rem;
	line-height: 1.2;
	font-size: 3.2rem;
	margin-bottom: 1.6rem;
	color: #cda434;
}
@media (min-width: 1024px) {
	.m-editorial-team__title {
		font-size: 4.8rem;
	}
}
@media (min-width: 1024px) {
	.m-editorial-team__title {
		font-size: 3.2rem;
	}
}
.m-editorial-team .m-editorial__content {
	max-width: 80rem;
}
.m-editorial-team__company {
	display: block;
	margin-bottom: 0.6rem;
	font-family: "Lato", sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 400;
	font-weight: 300;
	text-transform: uppercase;
}
.m-editorial-team__role {
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 400;
	font-weight: 300;
	margin-bottom: 3.2rem;
}
.m-editorial-team__back {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 3.2rem;
	margin-top: 3.2rem;
}
@media (min-width: 1024px) {
	.m-editorial-team__back {
		display: none;
	}
}
.m-editorial-team .m-editorial__cta {
	padding-top: 6.4rem;
}
.m-cta {
	display: inline-flex;
	align-items: center;
	color: #cda434;
	cursor: pointer;
	font-family: "Lato", sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 400;
	padding: 0.5rem;
	background: 0;
	border: 0;
	padding: 0;
}
.m-cta svg {
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	fill: #cda434;
	transition: transform 0.2s;
}
.m-cta svg.-left {
	width: 2.8rem;
}
.m-cta svg.-left path {
	transition: 0.2s;
	fill: rgba(255, 255, 255, 0.2);
}
.m-cta svg.-left path:nth-child(2) {
	transition-delay: 0.05s;
}
.m-cta svg.-left path:nth-child(3) {
	transition-delay: 0.1s;
}
.m-cta span {
	display: block;
	margin: 0 0.4rem;
	padding-bottom: 0.2rem;
}
.no-touch .m-cta:hover svg.-left path {
	transform: translateX(-3px);
}
.no-touch .m-cta:hover svg.-left path:nth-child(2) {
	transform: translateX(-5px);
}
.no-touch .m-cta:hover svg.-left path:nth-child(3) {
	transform: translateX(-7px);
}
.no-touch .m-cta:hover svg.-right {
	transform: translateX(3px);
}
.no-touch .m-cta:hover svg.-left path {
	fill: #cda434;
}
.l-team {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 1024px) {
	.l-team {
		max-width: 50vw;
		width: auto;
		margin-left: -1.6rem;
	}
}
.m-person {
	margin-bottom: 6.4rem;
	width: 100%;
}
.color_gold {
	color: #cda434;
}
.gallery_list img {
	width: 100%;
}
.gallery_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}
.gallery_list .single_img_gallery {
	margin-top: 5rem;
}
.single_img_gallery a {
	display: block;
}
.m-gallery__container.about-us .gallery_list .single_img_gallery {
	width: 100%;
}
.m-gallery__container.about-us .gallery_list .single_img_gallery:nth-child(2),
.m-gallery__container.about-us .gallery_list .single_img_gallery:nth-child(4) {
	width: 60%;
	margin: 5rem auto auto auto;
}
@media (min-width: 768px) {
	.m-gallery__container.about-us .gallery_list .single_img_gallery {
		width: 70%;
	}
	.m-gallery__container.about-us .gallery_list .single_img_gallery:nth-child(2),
	.m-gallery__container.about-us
		.gallery_list
		.single_img_gallery:nth-child(4) {
		width: 50%;
	}
	.m-person {
		margin-bottom: calc(0.5 / 24 * 100vw);
		padding: 1.6rem;
		width: 50%;
	}
}
@media (min-width: 1440px) {
	.m-person {
		width: 33.3%;
	}
}
.m-person__image > picture,
.m-person__image > picture > img,
.m-person__image > img,
.m-person__image > svg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m-person__image > a {
	display: block;
	position: relative;
}
.m-person__image {
	position: relative;
}
.m-person__image > a > picture,
.m-person__image > a > picture > img,
.m-person__image > a > img,
.m-person__image > a > svg {
	display: block;
	width: 100%;
	height: 100%;
}
.m-person__name {
	font-family: "Prata", serif;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-top: 2.4rem;
}
@media (min-width: 1024px) {
	.m-person__name {
		font-size: 2.2rem;
	}
}
.m-person__role {
	font-family: "Lato", sans-serif;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	color: #cda434;
	display: block;
	margin-top: 1.6rem;
}
.m-person__cta {
	padding-top: 1rem;
	display: flex;
	justify-content: flex-end;
}
.m-contact__title {
	font-family: "Prata", serif;
	font-size: 2.4rem;
	line-height: 1.4;
	font-size: 3.2rem;
	color: #cda434;
	margin-bottom: 3.2rem;
}
.m-contact__info {
	margin-bottom: 3.2rem;
}
.m-contact__info a {
	color: #cda434;
	font-family: "Lato", sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 400;
}
.no-touch .m-contact__info a:hover {
	text-decoration: underline;
}
.m-contact__division {
	margin-top: 6rem;
}
.m-contact__logo {
	margin-bottom: 3.2rem;
}
.m-contact__logo img {
	max-width: 25rem;
}
@media (min-width: 1024px) {
	.m-contact__offices {
		display: flex;
	}
}
.m-contact__office {
	margin-bottom: 3.2rem;
}
@media (min-width: 1024px) {
	.m-contact__office {
		margin-right: 3.2rem;
		margin-bottom: 0;
	}
}
.m-contact__office strong {
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	color: #cda434;
	margin-bottom: 2.4rem;
}
.m-contact__office a:hover {
	text-decoration: underline;
}
.m-contact__map {
	color: #cda434;
	font-size: 1.4rem;
}
.m-password-form {
	display: flex;
	color: #cda434;
	flex-direction: column;
	max-width: 30rem;
}
.m-password-form label {
	font-family: "Prata", serif;
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: calc(0.5 / 24 * 100vw);
	display: block;
}
.m-password-form input {
	font-family: "Prata", serif;
	font-size: 2.4rem;
	line-height: 1.4;
	color: #fff;
	background: 0;
	border: 0;
	border-bottom: 1px solid #cda434;
	display: block;
	width: 100%;
	padding: 0.5rem 0;
}
.m-password-form__controls {
	margin-top: calc(0.5 / 24 * 100vw);
	display: flex;
	justify-content: flex-end;
}
.m-hp-carousel {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	height: 100vh;
	height: calc(100vh - var(--vh-offset, 0px));
}
.m-hp-carousel__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.m-hp-carousel__slide {
	height: calc(100vh - var(--vh-offset, 0px));
	display: block;
	transform: scale(0.9);
	transition: 0.5s;
}
@media (min-width: 1024px) {
	.m-hp-carousel__slide {
		display: flex;
	}
}
.m-hp-carousel__slide.-active {
	transform: scale(1);
}
.m-hp-carousel__text {
	width: 100%;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: calc(2.5 / 24 * 100vw);
	padding-right: calc(4 / 24 * 100vw);
	max-width: 128rem;
}
.-text-only .m-hp-carousel__text {
	height: 100%;
	justify-content: flex-end;
}
@media (min-width: 1024px) {
	.m-hp-carousel__text {
		height: 100%;
		padding: 0 calc(1 / 24 * 100vw);
		padding-right: calc(3 / 24 * 100vw);
	}
}
.m-hp-carousel__title {
	font-family: "Prata", serif;
	font-size: 3.6rem;
	line-height: 1.2;
	font-size: 2.4rem;
	line-height: 1.4;
	opacity: 0;
}
@media (min-width: 1024px) {
	.m-hp-carousel__title {
		font-size: 4.8rem;
	}
}
@media (min-width: 1024px) {
	.m-hp-carousel__title {
		font-family: "Prata", serif;
		font-size: 3.6rem;
		line-height: 1.2;
		line-height: 1.4;
	}
}
@media (min-width: 1024px) and (min-width: 1024px) {
	.m-hp-carousel__title {
		font-size: 4.8rem;
	}
}
.m-hp-carousel__title > div {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1s, transform 1s;
	will-change: transform;
}
.-active .m-hp-carousel__title > div {
	opacity: 1;
	transition-delay: 0.5s;
	transform: translateY(0);
}
.m-hp-carousel__title br {
	display: none;
}
@media (min-width: 1024px) {
	.m-hp-carousel__title br {
		display: inline;
	}
}
@media (min-width: 1024px) {
	.m-hp-carousel__title {
		font-size: 3.6rem;
	}
}
.-text-only .m-hp-carousel__title {
	font-family: "Prata", serif;
	font-size: 3.6rem;
	line-height: 1.2;
	padding-bottom: calc(1 / 24 * 100vw);
}
@media (min-width: 1024px) {
	.-text-only .m-hp-carousel__title {
		font-size: 4.8rem;
	}
}
@media (min-width: 1024px) {
	.-text-only .m-hp-carousel__title {
		font-size: 4.8rem;
	}
}
@media (min-width: 1440px) {
	.-text-only .m-hp-carousel__title {
		font-size: 5.6rem;
	}
}
.m-hp-carousel__image {
	overflow: hidden;
	position: relative;
	height: 50%;
}
.m-hp-carousel__image:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #31354b;
	opacity: 0.8;
	will-change: transform;
	transform: scale(1.01);
}
@media (min-width: 1024px) {
	.m-hp-carousel__image {
		height: 100%;
		width: 30%;
	}
}
.m-hp-carousel__image img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2);
	transition: transform 2s;
	will-change: transform;
}
.-active .m-hp-carousel__image img {
	transition-delay: 0.3s;
	transform: scale(1);
}
@media (min-width: 1024px) {
	.m-hp-carousel__image + .m-hp-carousel__text {
		width: 70%;
	}
}
.m-hp-carousel__cta {
	margin-top: calc(1 / 24 * 100vw);
	display: flex;
	opacity: 0;
	transform: translateY(10px);
	transition: 0.3s;
}
.-active .m-hp-carousel__cta {
	transition-delay: 0.6s;
	opacity: 1;
	transform: translateY(0);
}
.m-hp-carousel__cta .m-cta {
	margin-left: -0.8rem;
}
.m-hp-carousel__pagination {
	position: absolute;
	height: auto;
	right: calc(2 / 24 * 100vw);
	bottom: calc(2.5 / 24 * 100vw);
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (min-width: 1024px) {
	.m-hp-carousel__pagination {
		height: 100%;
		top: 0;
		bottom: auto;
		right: calc(1 / 24 * 100vw);
	}
}
.m-hp-carousel__pagination ul {
	position: relative;
}
.m-hp-carousel__pagination ul:after,
.m-hp-carousel__pagination ul:before {
	content: "";
	position: absolute;
	display: block;
	height: 50vh;
	top: 100%;
	left: 50%;
	width: 1px;
	background: #cda434;
	opacity: 0.2;
	margin-left: -1px;
	display: none;
}
@media (min-width: 1024px) {
	.m-hp-carousel__pagination ul:after,
	.m-hp-carousel__pagination ul:before {
		display: block;
	}
}
.m-hp-carousel__pagination ul:before {
	z-index: 2;
	opacity: 0.6;
	background: linear-gradient(
		to bottom,
		#cda434 50%,
		rgba(255, 255, 255, 0) 50%
	);
	background-position: 0 -50vh;
	background-size: 100% 200%;
	animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
	height: 50vh;
}
.m-hp-carousel__pagination ul li {
	margin: 1.6rem 0;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: #cda434;
	position: relative;
}
.m-hp-carousel__pagination ul li:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	left: -3px;
	top: -3px;
	border: 1px solid #cda434;
	transform: scale(0);
	transition: transform 0.3s;
}
.m-hp-carousel__pagination ul li.-active:after {
	transform: scale(1);
}
@keyframes scrolldown {
	0% {
		background-position: 0 -50vh;
	}
	75% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 50vh;
	}
}

.image-mobile-only {
	width: 100%;
	overflow: hidden;
	@media screen and (min-width: 1024px) {
		display: none;
	}
}

.image-mobile-only img {
	width: 100%;
}
