html {
	box-sizing: border-box;
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	scroll-behavior: smooth;
}
*,
:after,
:before {
	box-sizing: inherit;
}
@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	margin: 0;
	font-family: Avenir Next, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: #fff;
}
[tabindex='-1']:focus {
	outline: none !important;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
address {
	font-style: normal;
	line-height: inherit;
}
address,
dl,
ol,
ul {
	margin-bottom: 1rem;
}
dl,
ol,
ul {
	margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
dfn {
	font-style: italic;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a,
a:hover {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
[role='button'],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	touch-action: manipulation;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #100e0e;
	caption-side: bottom;
}
caption,
th {
	text-align: left;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
	-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
body {
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
}
*,
:after,
:before {
	box-sizing: border-box;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-scroll {
	overflow: scroll;
}
.flex {
	display: flex;
}
.flex-1 {
	flex: 1;
}
.align-items-center {
	align-items: center;
}
.align-items-end {
	align-items: flex-end;
}
.align-items-start {
	align-items: flex-start;
}
.align-items-stretch {
	align-items: stretch;
}
.flex-wrap-wrap {
	flex-wrap: wrap;
}
.flex-direction-column {
	flex-direction: column;
}
.flex-direction-row {
	flex-direction: row;
}
.flex-direction-row-reverse {
	flex-direction: row-reverse;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-end {
	justify-content: flex-end;
}
.justify-content-start,
.justify-content-stretch {
	justify-content: flex-start;
}
.justify-content-space-between {
	justify-content: space-between;
}
.justify-content-space-around {
	justify-content: space-around;
}
.circle {
	border-radius: 50%;
}
img {
	-webkit-user-drag: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.square {
	position: relative;
}
.square:after {
	content: '';
	padding: 0 0 100%;
	display: block;
}
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.has-padding {
	padding-left: 144px;
	padding-right: 144px;
}
@media (max-width: 768px) {
	.has-padding {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.full-width {
	margin-left: -144px;
	margin-right: -144px;
}
@media (max-width: 768px) {
	.full-width {
		margin-left: -24px;
		margin-right: -24px;
	}
}
.max-width-container {
	max-width: 1128px;
	margin: 0 auto;
}
.max-width-container.small {
	max-width: 722px;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.overlay.up-front {
	z-index: 999;
}
.overlay.fixed {
	position: fixed;
}
.z-index-1 {
	z-index: 1;
}
button {
	background: transparent;
}
.display-block {
	display: block;
}
.display-inline-block {
	display: inline-block;
}
[class*=' app-'],
[class^='app-'] {
	display: block;
}
.transition-ease-out {
	transition: all 0.4s ease-out;
}
.box-shadow {
	box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.1);
}
.has-border-radius {
	border-radius: 8px;
}
.cta,
.cursor-pointer {
	cursor: pointer;
}
.cta {
	padding: 12px 16px;
	background: #6161c1;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s, transform 0.2s;
	border: 1px solid transparent;
}
.cta:hover {
	color: #0f0d17;
	background-color: #fff;
	border-color: #adb5bd;
}
.cta.hover-animation:hover {
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
}
.vpTransition {
	opacity: 0;
	transition: opacity 0.75s;
}
.vpTransition:first-child {
	opacity: 1;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.vpTransition {
		opacity: 1;
	}
}
.vpTransition.in-viewport {
	opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.2;
}
b,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	color: inherit;
}
.font-weight-100 {
	font-weight: 100;
}
.font-weight-300 {
	font-weight: 300;
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-600 {
	font-weight: 600;
}
.font-weight-700 {
	font-weight: 700;
	letter-spacing: 1px;
}
.font-weight-900,
b,
strong {
	font-weight: 600;
}
.greyed {
	opacity: 0.8;
}
.font-family-primary {
	font-family: Avenir Next, Arial, sans-serif;
}
.font-family-secondary {
	font-family: Helvetica Neue, Arial, sans-serif;
}
.font-spaced {
	letter-spacing: 1.5px;
}
a {
	color: inherit;
	text-decoration: none;
}
.uppercase {
	text-transform: uppercase;
}
.text-align-center {
	text-align: center;
}
.text-decoration-underline {
	text-decoration: underline;
}
.sizeXXXL {
	font-size: 72px;
}
.sizeXXL {
	font-size: 32px;
}
.sizeXL {
	font-size: 28px;
	line-height: 48px;
}
.sizeL {
	font-size: 20px;
}
.sizeM {
	font-size: 13px;
}
.sizeS {
	font-size: 12px;
}
.sizeXS {
	font-size: 11px;
}
.sizeXXS {
	font-size: 10px;
}
.reg {
	font-family: GTAmerica-Regular, Arial, Helvetica, sans-serif;
}
.med {
	font-family: GTAmerica-Medium, Arial, Helvetica, sans-serif;
}
.light {
	font-family: GTAmerica-Light, Arial, Helvetica, sans-serif;
}
.bodyText {
	font-family: Graphik-Light, Arial, Helvetica, sans-serif;
}
.headlines {
	text-transform: uppercase;
}
.graphik-reg {
	font-family: Graphik-Regular, Arial, Helvetica, sans-serif;
}
body {
	overflow-x: hidden;
}
li {
	list-style-type: none;
}
.headline_mobile {
	font-size: 28px !important;
	line-height: 32px !important;
	letter-spacing: 0.01em !important;
	text-transform: uppercase !important;
}
#news,
#clients,
#contact .headline_mobile {
	margin-top: 70px;
	margin-left: -1px;
}
@media (min-width: 769px) and (max-width: 1199px) {
	.headline_mobile {
		font-size: 80px !important;
		line-height: 1 !important;
		letter-spacing: -0.01em !important;
	}
	#news,
	#contact .headline_mobile {
		margin-left: -7px;
	}
}
@media (min-width: 1200px) {
	.headline_mobile {
		font-size: 90px !important;
		line-height: 1 !important;
		letter-spacing: -0.01em !important;
	}
	#news {
		margin-left: -9px;
	}
	#clients,
	#contact .headline_mobile {
		margin-left: -5px;
	}
}
@media (min-width: 1024px) {
	#news {
		margin-top: 150px;
	}
}

.commonLayout {
	width: auto;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1600px) {
	.commonLayout {
		margin-left: 100px;
		margin-right: 100px;
	}
}
.bodyText {
	font-size: 16px;
	letter-spacing: 0.02rem;
}

@media (min-width: 1024px) {
	.subtitle.bodyText,
	.rightBlock.bodyText,
	.textarea.bodyText,
	.introduction-text,
	.introduction.bodyText,
	.clientText,
	.perks-block .subtitle.bodyText,
	.clients .description-p,
	.article-text-block .main.bodyText {
		font-size: 18px;
		line-height: 1.8;
	}
}

.selectItem {
	display: flex;
	align-items: center;
}
.selectItem .round {
	width: 6px;
	height: 6px;
	background: #0bdbff;
	border-radius: 50%;
	margin-right: 10px;
	opacity: 0;
	transition: opacity 0.5s;
}
.selectItem.active .round,
.selectItem:hover .round {
	opacity: 1;
}
.list-leave-active {
	transition: 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	transition-property: opacity, transform;
}
.list-move {
	transition: 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	transition-property: opacity, transform;
}
.list-enter-active {
	transition: 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.2s;
	transition-property: opacity, transform;
}
.list-enter {
	opacity: 0;
}
.list-enter-to {
	opacity: 1;
}
.list-leave-active {
	position: absolute;
}
.list-leave-to {
	opacity: 0;
}
.articleItems-leave-active {
	transition: 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	transition-property: opacity, transform;
}
.articleItems-enter-active {
	transition: 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.3s;
	transition-property: opacity, transform;
}
.articleItems-enter {
	opacity: 0;
	transform: translateY(40%);
}
.articleItems-enter-to {
	opacity: 1;
	transform: translateY(0);
}
.articleItems-leave-to {
	opacity: 0;
	transform: translateY(-40%);
}
.swap-leave-active {
	transition: 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	transition-property: opacity, transform;
}
.swap-move {
	transition: 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	transition-property: opacity, transform;
}
.swap-enter-active {
	transition: 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.5s;
	transition-property: opacity, transform;
}
.swap-enter {
	opacity: 0;
}
.swap-enter-to {
	opacity: 1;
	transform: translateY(0);
}
.swap-leave-active {
	position: absolute;
}
.swap-leave-to {
	opacity: 0 !important;
	transform-origin: center top;
}
.swapImg-leave-active {
	transition: 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	transition-property: opacity, transform;
}
.swapImg-move {
	transition: 0.8s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	transition-property: opacity, transform;
}
.swapImg-enter-active {
	transition: 0.8s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.3s;
	transition-property: opacity, transform;
	z-index: 2;
}
.swapImg-enter {
	transform: scale(1.05);
	opacity: 0;
}
.swapImg-enter-to {
	opacity: 1;
	transform: scale(1);
}
.swapImg-leave-active {
	position: absolute !important;
}
.swapImg-leave-to {
	opacity: 0 !important;
	transform: scale(1.01);
	transform-origin: center top;
}
ul {
	padding-left: 0;
}
@font-face {
	font-family: GTAmerica-Regular;
	src: url(/fonts/GTAmerica-Regular/GTAmerica-Regular.eot);
	src: url(/fonts/GTAmerica-Regular/GTAmerica-Regular.eot?#iefix) format('embedded-opentype'), url(/fonts/GTAmerica-Regular/GTAmerica-Regular.woff) format('woff'), url(/fonts/GTAmerica-Regular/GTAmerica-Regular.ttf) format('truetype'),
		url(/fonts/GTAmerica-Regular/GTAmerica-Regular.svg#GTAmerica-Regular) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: GTAmerica-Medium;
	src: url(/fonts/GTAmerica-Medium/GTAmerica-Medium.eot);
	src: url(/fonts/GTAmerica-Medium/GTAmerica-Medium.eot?#iefix) format('embedded-opentype'), url(/fonts/GTAmerica-Medium/GTAmerica-Medium.woff) format('woff'), url(/fonts/GTAmerica-Medium/GTAmerica-Medium.ttf) format('truetype'),
		url(/fonts/GTAmerica-Medium/GTAmerica-Medium.svg#GTAmerica-Medium) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: GTAmerica-Light;
	src: url(/fonts/GTAmerica-Light/GTAmerica-Light.eot);
	src: url(/fonts/GTAmerica-Light/GTAmerica-Light.eot?#iefix) format('embedded-opentype'), url(/fonts/GTAmerica-Light/GTAmerica-Light.woff) format('woff'), url(/fonts/GTAmerica-Light/GTAmerica-Light.ttf) format('truetype'),
		url(/fonts/GTAmerica-Light/GTAmerica-Light.svg#GTAmerica-Light) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Graphik-Regular;
	src: url(/fonts/Graphik-Regular/Graphik-Regular.eot);
	src: url(/fonts/Graphik-Regular/Graphik-Regular.eot?#iefix) format('embedded-opentype'), url(/fonts/Graphik-Regular/Graphik-Regular.woff) format('woff'), url(/fonts/Graphik-Regular/Graphik-Regular.ttf) format('truetype'),
		url(/fonts/Graphik-Regular/Graphik-Regular.svg#Graphik-Regular) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Graphik-Light;
	src: url(/fonts/Graphik-Light/Graphik-Light.eot);
	src: url(/fonts/Graphik-Light/Graphik-Light.eot?#iefix) format('embedded-opentype'), url(/fonts/Graphik-Light/Graphik-Light.woff) format('woff'), url(/fonts/Graphik-Light/Graphik-Light.ttf) format('truetype'), url(/fonts/Graphik-Light/Graphik-Light.svg#Graphik-Light) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	transition: width 0.1s, opacity 0.4s;
	background-color: #fff;
	z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
	transition: none;
}
.nuxt-progress-failed {
	background-color: red;
}
body {
	background: #000;
}
.isArticle {
	background: #fff;
}
.headerBlock {
	opacity: 0;
}
.headerBlock.isLoaded {
	opacity: 1;
}
.scrollArea {
	position: relative;
	transition: opacity 0.2s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.2s;
	opacity: 0;
	pointer-events: none;
}
.scrollArea.isLoaded {
	opacity: 1;
	pointer-events: auto;
}
.scrollArea .scrollbar-track {
	background: hsla(0, 0%, 100%, 0.3);
	visibility: hidden;
}
.scrollArea .scrollbar-track .scrollbar-thumb {
	background: rgba(11, 219, 255, 0.9);
	border-radius: 0;
}
@media (max-width: 768px) {
	.scrollArea .scrollbar-track-y,
	.scrollArea .scrollbar-track-y .scrollbar-thumb-y {
		width: 6px;
	}
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 11;
	transition: opacity 0.5s, transform 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.loading_logo {
	position: relative;
	width: 114px;
	height: 58px;
}
.loading_logo img.bg {
	opacity: 0.3;
	width: 100%;
	height: 100%;
}
.loading_logo_bar {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	transform: translateX(-100%);
}
.loading_logo_bar,
.loading_logo_bar img {
	width: 100%;
	height: 100%;
	transition: transform 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.loading_logo_bar img {
	transform: translateX(100%);
}
.loading.isLoaded {
	pointer-events: none;
	opacity: 0;
	transform: scale(1.2);
}
.loading.isLoading .loading_logo_bar,
.loading.isLoading .loading_logo_bar img {
	transform: translateX(0) !important;
}
.artwork {
	position: fixed;
	top: 0;
	left: 0;
	transition: background 0.5s;
	background-size: cover;
	background-position: 50%;
}
.artwork canvas {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.4s;
}
.artwork .noWebgl {
	background-image: url(/image/nowebgl-bg.jpg);
	background-size: cover;
	background-position: 50%;
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s;
}
.artwork.isImage,
.artwork .noWebgl {
	width: 100%;
	height: 100%;
}
.artwork.isImage .noWebgl {
	opacity: 1;
}
.header-block {
	position: fixed;
	width: 100%;
	padding: 50px 0 20px;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 1;
	transition: transform 0.3s ease-in-out, opacity 0.6s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.8s, background 0.2s;
	background: #000;
	pointer-events: none;
	transform: translateY(-30px);
	transition: top 0.3s ease-in-out;
	color: #fff;
}
@media (max-width: 768px) {
	.header-block:not(.altHeader) {
		transform: translateY(0);
	}
}
.header-block.isBlack {
	background: #fff;
	color: #000;
}
.header-block.isHidden {
	transform: translateY(-100%);
}
.header-block.isTop {
	transform: translateY(0);
	background: transparent;
}
@media (max-width: 768px) {
	.header-block:not(.altHeader) {
		padding-top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		background: none !important;
	}
	.header-block.isHidden {
		transform: translateY(0);
	}
}
.header-block-wrap {
	max-width: 1900px;
	color: #fff;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 80px;
	align-items: center;
	transition: -webkit-filter 0.3s;
	transition: filter 0.3s;
	transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (min-width: 1980px) {
	.header-block-wrap {
		margin: 0 auto !important;
	}
}
.header-block-wrap.isBlack {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
@media (max-width: 768px) {
	.header-block-wrap:not(.altWrap) {
		display: none;
	}
}
.header-block-wrap ul.contact,
.header-block-wrap ul.nav {
	display: flex;
	padding: 0;
	margin-bottom: 0;
	height: 44px;
	align-items: center;
}
@media (max-width: 768px) {
	.header-block-wrap ul.contact,
	.header-block-wrap ul.nav {
		height: auto;
	}
}
.header-block-wrap ul.contact li,
.header-block-wrap ul.nav li {
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-right: 24px;
	cursor: pointer;
	pointer-events: auto;
}
.header-block-wrap ul.contact li:last-child,
.header-block-wrap ul.nav li:last-child {
	margin-right: 0;
}
.header-block-wrap ul.contact li a,
.header-block-wrap ul.nav li a {
	position: relative;
	opacity: 1;
}
.header-block-wrap ul.contact li a:after,
.header-block-wrap ul.nav li a:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scaleX(0.1);
	opacity: 0;
	transition: opacity 0.2s 0.3s, transform 0.4s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.header-block-wrap ul.contact li a:hover:after,
.header-block-wrap ul.nav li a:hover:after {
	transition: opacity 0.1s, transform 0.4s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	opacity: 1;
	transform: scale(1);
}
.header-block-wrap .logo {
	pointer-events: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -44px;
}
.header-block-wrap .logo img {
	width: 88px;
	height: 44px;
}
.header-block-mobileWrap {
	display: none;
	background: #000;
	color: #fff;
	transition: -webkit-filter 0.3s;
	transition: filter 0.3s;
	transition: filter 0.3s, -webkit-filter 0.3s;
}
.header-block-mobileWrap.isBlack {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.header-block-mobileWrap.isHidden {
	visibility: hidden;
}
.header-block-mobileWrap.isTop {
	background: transparent;
}

@media (max-width: 768px) {
	.header-block-mobileWrap {
		visibility: visible;
		display: flex;
		justify-content: space-between;
		align-items: center;
		transition: transform 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98), opacity 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
		padding: 20px;
	}
	.header-block-mobileWrap.isOpen {
		transform: translateY(-100%);
		opacity: 0;
	}
}
.header-block-mobileWrap .logo {
	pointer-events: auto;
}
.header-block-mobileWrap .logo img {
	width: 73px;
	height: 36px;
}
.header-block-mobileWrap .navButton {
	position: relative;
	width: 44px;
	height: 44px;
	pointer-events: auto;
}
.header-block-mobileWrap .navButton-circle {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 50%;
}
.header-block-mobileWrap .navButton-line-1,
.header-block-mobileWrap .navButton-line-2,
.header-block-mobileWrap .navButton-line-3 {
	position: absolute;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: #000;
	top: calc(50% - 1px);
	left: 50%;
	transition: transform 0.3s;
}
.header-block-mobileWrap .navButton-line-1 {
	transform: translate(-50%, -5px);
}
.header-block-mobileWrap .navButton-line-2 {
	transform: translate(-50%);
}
.header-block-mobileWrap .navButton-line-3 {
	transform: translate(-50%, 5px);
}
.header-block .modal {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	pointer-events: auto;
	transform: translateY(-100%);
	transition: transform 0.8s cubic-bezier(0.4, 0.16, 0.19, 0.98), opacity 0.8s;
}
@media (max-width: 768px) {
	.header-block .modal {
		display: flex;
	}
}
.header-block .modal.isOpen {
	transform: translateY(0);
	opacity: 1;
	transition: transform 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98), opacity 0.3s;
}
.header-block .modal.isOpen .modal-close {
	transform: scale(1);
}
.header-block .modal.isOpen .modal-logo,
.header-block .modal.isOpen .modal-nav li {
	color: #fff;
	transform: translateY(0);
	opacity: 1;
}
.header-block .modal-logo {
	margin-top: 42px;
	transform: translateY(-100px);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.55s, opacity 0.5s 0.55s;
}
.header-block .modal-logo img {
	width: 105px;
	height: 53px;
}
.header-block .modal-nav {
	text-align: center;
	margin-bottom: 0;
}
.header-block .modal-nav li {
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.02em;
	transform: translateY(-100px);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98), opacity 0.5s;
}
.header-block .modal-nav li:last-child {
	margin-bottom: 0;
}
.header-block .modal-nav li:first-of-type {
	transition-delay: 0.55s;
}
.header-block .modal-nav li:nth-of-type(2) {
	transition-delay: 0.5s;
}
.header-block .modal-nav li:nth-of-type(3) {
	transition-delay: 0.45s;
}
.header-block .modal-nav li:nth-of-type(4) {
	transition-delay: 0.4s;
}
.header-block .modal-nav li:nth-of-type(5) {
	transition-delay: 0.35s;
}
.header-block .modal-nav li:nth-of-type(6) {
	transition-delay: 0.3s;
}
.header-block .modal-close {
	width: 50px;
	height: 50px;
	position: relative;
	margin-bottom: 60px;
	transform: scale(0);
	transition: transform 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.5s;
}
.header-block .modal-close-circle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	border-radius: 50%;
}
.header-block .modal-close-line-1,
.header-block .modal-close-line-2 {
	position: absolute;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: #000;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
	transition: transform 0.3s;
}
.header-block .modal-close-line-1 {
	transform: rotate(45deg);
}
.header-block .modal-close-line-2 {
	transform: rotate(-45deg);
}
.video-modal {
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translateY(0);
	transition: transform 0.8s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	overflow: hidden;
}
.video-modal-bg {
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, 0.9);
}
.video-modal.isHidden {
	transition: transform 0.8s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.2s;
	transform: translateY(100%);
}
.video-modal.isHidden .video-modal-wrap {
	transition: transform 0.8s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.2s;
	transform: translateY(-80%);
}
.video-modal.isHidden .closeBtn {
	transform: translate(-50%, -50%) scale(0.001);
}
.video-modal.isHidden .closeBtn,
.video-modal.isHidden .closeBtn .line_1,
.video-modal.isHidden .closeBtn .line_2 {
	transition: transform 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0s;
}
.video-modal.isHidden .closeBtn .line_1 {
	transform: translate(-50%) rotate(45deg) scale(0.001);
}
.video-modal.isHidden .closeBtn .line_2 {
	transform: translate(-50%) rotate(-45deg) scale(0.001);
}
.video-modal-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(0);
	transition: transform 0.8s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.video-modal-wrap .video {
	width: 80%;
	height: auto;
}
@media (max-width: 768px) {
	.video-modal-wrap .video {
		width: 100%;
	}
}
.video-modal-wrap .video img {
	width: 100%;
	height: auto;
}
.video-modal-wrap .closeBtn {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.6s;
	cursor: pointer;
}
.video-modal-wrap .closeBtn_circle {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #000;
	background: #fff;
	border-radius: 50%;
	transition: background 0.3s;
}
.video-modal-wrap .closeBtn:hover .closeBtn_circle {
	-webkit-animation: btnHover 0.3s;
	animation: btnHover 0.3s;
	background: #000;
}
.video-modal-wrap .closeBtn:hover .line_1 {
	-webkit-animation: closeBtn1 0.3s;
	animation: closeBtn1 0.3s;
	background: #fff;
}
.video-modal-wrap .closeBtn:hover .line_2 {
	-webkit-animation: closeBtn2 0.3s;
	animation: closeBtn2 0.3s;
	background: #fff;
}
@-webkit-keyframes closeBtn {
	0% {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}
@keyframes closeBtn {
	0% {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}
@-webkit-keyframes closeBtn1 {
	0% {
		transform: translate(-50%) rotate(45deg) scale(1);
	}
	to {
		transform: translate(-50%) rotate(45deg) scale(-1);
	}
}
@keyframes closeBtn1 {
	0% {
		transform: translate(-50%) rotate(45deg) scale(1);
	}
	to {
		transform: translate(-50%) rotate(45deg) scale(-1);
	}
}
@-webkit-keyframes closeBtn2 {
	0% {
		transform: translate(-50%) rotate(-45deg) scale(1);
	}
	to {
		transform: translate(-50%) rotate(-45deg) scale(-1);
	}
}
@keyframes closeBtn2 {
	0% {
		transform: translate(-50%) rotate(-45deg) scale(1);
	}
	to {
		transform: translate(-50%) rotate(-45deg) scale(-1);
	}
}
@media (max-width: 768px) {
	.video-modal-wrap .closeBtn {
		width: 40px;
		height: 40px;
	}
}
.video-modal-wrap .closeBtn .line_1,
.video-modal-wrap .closeBtn .line_2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 1px;
	border-radius: 1px;
	background: #000;
	transition: transform 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98) 0.8s;
}
@media (max-width: 768px) {
	.video-modal-wrap .closeBtn .line_1,
	.video-modal-wrap .closeBtn .line_2 {
		width: 15px;
	}
}
.video-modal-wrap .closeBtn .line_1 {
	transform: translate(-50%) rotate(45deg);
}
.video-modal-wrap .closeBtn .line_2 {
	transform: translate(-50%) rotate(-45deg);
}
.vimeo-block .vid-cont {
	background: #000;
	position: relative !important;
	transition: background-color 0.3s;
}
.vimeo-block .vid-cont .gradient {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	background-size: 2000px 640px;
	pointer-events: none;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vimeo-block .vid-cont .gradient.isHidden {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.vimeo-block .vid-cont .gradient .loaderWrap {
	height: 50px;
	display: flex;
}
.vimeo-block .vid-cont .gradient .loaderWrap span {
	display: block;
	width: 6px;
	border-radius: 2px;
	margin: 0 5px;
	background: #fff;
}
.vimeo-block .vid-cont .gradient .loaderWrap span:first-child {
	-webkit-animation: load 1.5s linear 2.2s infinite;
	animation: load 1.5s linear 2.2s infinite;
}
.vimeo-block .vid-cont .gradient .loaderWrap span:nth-child(2) {
	-webkit-animation: load 1.5s linear 1.8s infinite;
	animation: load 1.5s linear 1.8s infinite;
}
.vimeo-block .vid-cont .gradient .loaderWrap span:nth-child(3) {
	-webkit-animation: load 1.5s linear 1.4s infinite;
	animation: load 1.5s linear 1.4s infinite;
}
.vimeo-block .vid-cont .gradient .loaderWrap span:nth-child(4) {
	-webkit-animation: load 1.5s linear 1s infinite;
	animation: load 1.5s linear 1s infinite;
}
.vimeo-block .vid-cont .gradient .loaderWrap span:nth-child(5) {
	-webkit-animation: load 1.5s linear 0.6s infinite;
	animation: load 1.5s linear 0.6s infinite;
}
@-webkit-keyframes load {
	0% {
		background: #fff;
		margin-top: 25%;
		height: 10%;
	}
	50% {
		background: #fff;
		height: 100%;
		margin-top: 0;
	}
	to {
		background: #fff;
		height: 10%;
		margin-top: 25%;
	}
}
@keyframes load {
	0% {
		background: #fff;
		margin-top: 25%;
		height: 10%;
	}
	50% {
		background: #fff;
		height: 100%;
		margin-top: 0;
	}
	to {
		background: #fff;
		height: 10%;
		margin-top: 25%;
	}
}
.vimeo-block .vid-cont.playerReady {
	background: none;
	background-color: transparent;
}
.vimeo-block .vid-cont.playerReady .video-wrap video {
	opacity: 1;
}
.vimeo-block .vid-cont .controls {
	position: absolute;
	height: 40px;
	width: calc(100% - 20px);
	left: 10px;
	bottom: 10px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	opacity: 0;
	transition: opacity 0.4s;
}
.vimeo-block .vid-cont .controls.isVisible {
	opacity: 1;
}
@media screen and (min-width: 769px) {
	.vimeo-block .vid-cont .controls:hover {
		opacity: 1;
	}
}
@media (max-width: 768px) {
	.vimeo-block .vid-cont .controls:focus,
	.vimeo-block .vid-cont .controls:hover {
		opacity: 1;
	}
}
.vimeo-block .vid-cont .controls .play-pause {
	position: relative;
	width: 20px;
	height: 18px;
	cursor: pointer;
}
.vimeo-block .vid-cont .controls .play-pause .playIcon {
	display: none;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 9px 0 9px 19px;
	box-sizing: border-box;
}
.vimeo-block .vid-cont .controls .play-pause .playIcon.isActive {
	display: block;
}
.vimeo-block .vid-cont .controls .play-pause .pauseIcon {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
.vimeo-block .vid-cont .controls .play-pause .pauseIcon.isActive {
	display: block;
}
.vimeo-block .vid-cont .controls .play-pause .pauseIcon-1,
.vimeo-block .vid-cont .controls .play-pause .pauseIcon-2 {
	position: absolute;
	top: 0;
	width: 4px;
	height: 100%;
	background: #fff;
}
.vimeo-block .vid-cont .controls .play-pause .pauseIcon-1 {
	left: 2px;
}
.vimeo-block .vid-cont .controls .play-pause .pauseIcon-2 {
	right: 2px;
}
.vimeo-block .vid-cont .controls .seekBar {
	margin-left: 20px;
	height: 40px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	opacity: 0.8;
	cursor: pointer;
}
.vimeo-block .vid-cont .controls .seekBar_wrap {
	position: relative;
	width: 100%;
	height: 1px;
	background: #fff;
	border-radius: 2px;
}
.vimeo-block .vid-cont .controls .seekBar_knob {
	position: absolute;
	width: 18px;
	height: 18px;
	margin-top: -8px;
	margin-left: -9px;
	cursor: pointer;
}
.vimeo-block .vid-cont .controls .seekBar_knob:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
}
.vimeo-block .vid-cont .controls .volume {
	margin-left: 20px;
	width: 25px;
	height: 25px;
	background-image: url(/image/volume.svg);
	background-size: 100% 100%;
	cursor: pointer;
}
.vimeo-block .vid-cont .controls .volume.isMuted {
	background-image: url(/image/muted.svg);
}
.vimeo-block .vid-cont .controls .fullscreen {
	margin-left: 20px;
	width: 25px;
	height: 25px;
	background: url(/image/fullscreen.svg);
	background-size: 100% 100%;
	cursor: pointer;
}
.vimeo-block .vid-cont .video-wrap {
	position: relative;
	transition: transform 0.6s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.vimeo-block .vid-cont .video-wrap:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1;
	transition: opacity 0.6s;
}
.vimeo-block .vid-cont .video-wrap video {
	transition: opacity 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	position: relative;
	z-index: 2;
	opacity: 1;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.vimeo-block .vid-cont .video-wrap:hover:before {
	opacity: 0.5;
}
@media (max-width: 768px) {
	.vimeo-block .vid-cont .video-wrap:hover {
		transform: scale(1);
	}
	.vimeo-block .vid-cont .video-wrap:hover:before {
		opacity: 0;
	}
}
.index {
	position: relative;
	overflow: hidden;
	color: #fff;
	max-width: 1920px;
}
@media (min-width: 1920px) {
	.index {
		margin: 0 auto;
	}
}
.index .bigImage2 {
	margin-top: 100px;
	margin-bottom: 220px;
}
@media (max-width: 768px) {
	.index .bigImage2 {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}
@media (min-width: 830px) {
	.index .bigImage2 {
		margin-bottom: 100px;
	}
}
.main-visual {
	position: relative;
	width: 100%;
	will-change: transform, opacity;
}
.main-visual-wrap {
	padding-top: 220px;
	display: flex;
	height: 100%;
	flex-direction: row-reverse;
}
@media (max-width: 768px) {
	.main-visual-wrap {
		padding-top: 100px;
		display: block;
		height: 920px;
	}
}
.main-visual-left {
	position: relative;
	width: 50%;
	margin-top: 40px;
}
@media (max-width: 768px) {
	.main-visual-left {
		width: calc(100% - 96px);
		margin-top: 0;
	}
}
.main-visual-left .image-comp-wrap {
	position: relative;
}
.main-visual-left .image-comp-wrap:after {
	z-index: 2;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(16, 14, 14, 0), rgba(16, 14, 14, 0) 72%, #100e0e);
}
.main-visual-right {
	position: relative;
	width: calc(50% - 80px);
	height: 100%;
	flex-shrink: 1;
	z-index: 2;
	margin-top: 160px;
	margin-left: 80px;
}
@media (max-width: 768px) {
	.main-visual-right {
		width: 100%;
		display: block;
		margin-top: 0;
		margin-left: 0;
	}
}
.main-visual-right .title {
	font-size: 90px;
	line-height: 1;
	letter-spacing: -0.01em;
	white-space: nowrap;
}
@media (max-width: 1200px) {
	.main-visual-right .title {
		font-size: 80px;
	}
}
@media (max-width: 768px) {
	.main-visual-right .title {
		position: relative;
		margin: -60px 0 0 20px;
	}
	.main-visual-right .title span {
		display: inline-block;
		text-align: left;
	}
}
.main-visual-right .subtitle {
	line-height: 29px;
	width: 70%;
	margin-top: 60px;
	max-width: 443px;
	color: #fff;
}
@media (max-width: 768px) {
	.main-visual-right .subtitle {
		font-size: 16px;
		line-height: 23px;
		margin-left: 20px;
		margin-top: 24px;
		max-width: 100%;
		width: auto;
	}
}
.main-visual-right .subtitle .subtitle-list {
	margin-top: 20px;
}
.main-visual-right .subtitle .subtitle-list li {
	padding-left: 1em;
	display: flex;
	align-items: center;
	position: relative;
}
.main-visual-right .subtitle .subtitle-list li .round {
	position: absolute;
	width: 6px;
	height: 6px;
	top: 11px;
	margin-left: -1em;
	background: #0bdbff;
	border-radius: 50%;
}
@media (max-width: 768px) {
	.main-visual-right .subtitle .subtitle-list li .round {
		top: 8px;
	}
}
.main-visual-right .subtitle .subtitle-list li span {
	display: inline-block;
}
.main-visual-right .subtitle .subtitle-list li .source {
	font-size: 12px;
	opacity: 0.5;
}
@media (max-width: 768px) {
	.main-visual .big-image-block {
		margin-bottom: 100px;
	}
}
.image-comp {
	position: relative;
}
.image-comp-wrap {
	will-change: transform;
	width: 100%;
}
.image-comp-wrap .ImgComp {
	width: 100%;
	height: 100%;
}
.image-comp-wrap img {
	width: 100%;
}

.about-block {
	margin: 200px 20px 74px;
}

@media (min-width: 490px) {
	.about-block {
		margin: 200px 20px 74px;
	}
}

@media (min-width: 615px) {
	.about-block {
		margin: 350px 20px 74px;
	}
}

@media (min-width: 700px) {
	.about-block {
		margin: 450px 20px 220px;
	}
}
@media (min-width: 769px) {
	.about-block {
		margin: 200px 80px 150px;
	}
}
/*
@media (min-width: 1450px) {
  .about-block {
    margin: 400px 80px 220px;
  }
}
@media (min-width: 1550px) {
  .about-block {
    margin: 400px 80px 220px;
  }
}
@media (min-width: 1600px) {
  .about-block {
    margin: 500px 80px 220px;
  }
} */
.about-block h2 {
	margin: 0 0 136px;
	font-size: 80px;
}
@media (max-width: 768px) {
	.about-block h2 {
		margin-bottom: 37px;
		font-size: 36px !important;
	}
}
.about-block-content {
	display: flex;
}
@media (max-width: 768px) {
	.about-block-content {
		flex-direction: column-reverse;
	}
}
.about-block-content .leftBlock {
	width: 30%;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.about-block-content .leftBlock {
		width: 100%;
	}
}
.about-block-content .leftBlock .dataItem {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
@media (max-width: 768px) {
	.about-block-content .leftBlock .dataItem {
		margin-bottom: 20px;
	}
}
.about-block-content .leftBlock .dataItem-number {
	font-size: 50px;
	line-height: 69px;
	margin-right: 5px;
}
@media (max-width: 768px) {
	.about-block-content .leftBlock .dataItem-number {
		font-size: 38px;
		line-height: 44px;
		letter-spacing: 0.02em;
	}
}
.about-block-content .leftBlock .dataItem-right .unit {
	font-size: 16px;
	letter-spacing: -0.02em;
}
@media (max-width: 768px) {
	.about-block-content .leftBlock .dataItem-right .unit {
		font-size: 18px;
		line-height: 20px;
		letter-spacing: -0.02em;
		margin-top: 5px;
	}
}
.about-block-content .leftBlock .dataItem-right .sub {
	font-size: 12px;
	line-height: 20px;
	opacity: 0.7;
	letter-spacing: 0.02rem;
}
@media (max-width: 768px) {
	.about-block-content .leftBlock .dataItem-right .sub {
		font-size: 12px;
		line-height: 20px;
	}
}
.about-block-content .rightBlock {
	width: 70%;
	line-height: 32px;
	opacity: 1;
	-moz-column-count: 2;
	column-count: 2;
	grid-column-gap: normal;
	-moz-column-gap: normal;
	column-gap: normal;
}
@media (max-width: 768px) {
	.about-block-content .rightBlock {
		width: 100%;
		-moz-column-count: 1;
		column-count: 1;
		margin-bottom: 130px;
		font-size: 16px;
		line-height: 29px;
	}
}
.big-image-block .imageWrap {
	height: 100%;
	margin-left: 200px;
	width: calc(100% - 200px);
}
@media (max-width: 768px) {
	.big-image-block .imageWrap {
		width: 100%;
		margin-left: 0;
	}
	.big-image-block.bigImage2 {
		margin-bottom: 0;
	}
	.ventures-block.perks-block.perks-block-wrap {
		margin-top: 30px;
	}
}

@media (min-width: 768px) and (max-width: 829px) {
	.ventures-block.perks-block.perks-block-wrap {
		margin-top: 125px;
	}
}

@media (min-width: 1024px) {
	.ventures-block.perks-block.perks-block-wrap {
		margin-top: 200px;
	}
}

.big-image-block .imageWrap-rightSide {
	width: 100%;
	height: 100%;
}
.big-image-block .imageWrap .image-comp-wrap {
	position: relative;
}
.big-image-block.isLeft .imageWrap {
	margin-left: 0;
	margin-right: 200px;
}
@media (max-width: 768px) {
	.big-image-block.isLeft .imageWrap {
		width: 100%;
		margin-right: 0;
	}
}
.career-block {
	margin: 50px 20px 57px;
}
@media (min-width: 768px) {
	.career-block {
		margin: 125px 20px 100px;
	}
}
@media (min-width: 830px) {
	.career-block {
		margin: 188px 80px 220px;
	}
}
@media (min-width: 1024px) {
	.career-block {
		margin: 250px 80px 220px;
	}
}
.career-block h2 {
	margin-bottom: 95px;
}
@media (max-width: 768px) {
	.career-block h2 {
		margin-bottom: 50px;
	}
}
.career-block .opening_nav_title {
	text-transform: uppercase;
}
.career-block-content .textarea {
	margin-left: 30%;
	width: 70%;
	line-height: 32px;
	-moz-column-count: 2;
	column-count: 2;
	grid-column-gap: normal;
	-moz-column-gap: normal;
	column-gap: normal;
}
@media (max-width: 768px) {
	.career-block-content .textarea {
		width: 100%;
		margin-left: 0;
		-moz-column-count: 1;
		column-count: 1;
		font-size: 16px;
		line-height: 29px;
	}
}
.career-block-content .opening {
	padding-top: 50px;
	margin-top: 100px;
}
@media (max-width: 768px) {
	.career-block-content .opening {
		padding-top: 64px;
		margin-top: 0;
	}
}
.career-block-content .opening_nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
@media (max-width: 768px) {
	.career-block-content .opening_nav {
		display: block;
		margin-bottom: 17px;
	}
}
.career-block-content .opening_nav_title {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.career-block-content .opening_nav_title {
		font-size: 13px;
		line-height: 22px;
	}
}
.career-block-content .opening_nav_location {
	display: flex;
}
@media (max-width: 768px) {
	.career-block-content .opening_nav_location {
		flex-wrap: wrap;
	}
}
.career-block-content .opening_nav_location li {
	margin-right: 65px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s;
}
.career-block-content .opening_nav_location li.active,
.career-block-content .opening_nav_location li:hover {
	opacity: 1;
}
.career-block-content .opening_nav_location li:last-child {
	margin-right: 0;
}
@media (max-width: 768px) {
	.career-block-content .opening_nav_location li {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 20px;
		width: calc(50% - 65px);
	}
}
.career-block-content .opening_job {
	position: relative;
	padding: 0;
	margin-bottom: 0;
	transition: height 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.career-block-content .opening_job:hover .item_wrap {
	opacity: 0.5;
}
.career-block-content .opening_job_item {
	cursor: pointer;
	padding-top: 48px;
	width: 100%;
}
.career-block-content .opening_job_item .item_wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 10px;
	transition: opacity 0.5s;
}
.career-block-content .opening_job_item .item_wrap:hover {
	opacity: 1 !important;
}
@media (max-width: 768px) {
	.career-block-content .opening_job_item .item_wrap {
		flex-wrap: wrap;
	}
}
.career-block-content .opening_job_item .item_wrap .title {
	font-size: 34px;
	line-height: 58px;
	width: 50%;
}
@media (max-width: 768px) {
	.career-block-content .opening_job_item .item_wrap .title {
		width: 100%;
		font-size: 16px;
		line-height: 29px;
		margin-bottom: 10px;
	}
}
.career-block-content .opening_job_item .item_wrap .location,
.career-block-content .opening_job_item .item_wrap .sub,
.career-block-content .opening_job_item .item_wrap .view {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.career-block-content .opening_job_item .item_wrap .location,
	.career-block-content .opening_job_item .item_wrap .sub,
	.career-block-content .opening_job_item .item_wrap .view {
		font-size: 10px;
		line-height: 17px;
	}
}
.career-block-content .opening_job_item .item_wrap .sub {
	width: 25%;
}
@media (max-width: 768px) {
	.career-block-content .opening_job_item .item_wrap .sub {
		width: 50%;
	}
}
.career-block-content .opening_job_item .item_wrap .location {
	width: 10%;
}
@media (max-width: 768px) {
	.career-block-content .opening_job_item .item_wrap .location {
		width: 30%;
	}
}
.career-block-content .opening_job_item .line {
	height: 1px;
	width: 100%;
	opacity: 0.1;
	background: #fff;
}
@media (max-width: 768px) {
	.career-block-content .opening_job_item .line {
		opacity: 0.2;
	}
}
.career-block-contact {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.02em;
	font-size: 14px;
	margin-left: auto;
}
@media (max-width: 768px) {
	.career-block-contact {
		margin-top: 50px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}
.career-block-contact p {
	margin-right: 50px;
}
.career-block .contact-1,
.career-block .contact-3 {
	display: flex;
}
@media (max-width: 768px) {
	.career-block .contact-1,
	.career-block .contact-3 {
		width: 100%;
		margin: 10px 0;
	}
}
.career-block .contact-1-title,
.career-block .contact-3-title {
	margin-right: 30px;
}
.career-block .contact .link {
	letter-spacing: 0.02em;
}
.career-block .contact .link a {
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: bottom;
}
.career-block .contact .link a img {
	width: 15px;
}
.typical-day-block {
	background: #fff;
	color: #000;
	padding: 100px 0 80px;
}
@media (max-width: 768px) {
	.typical-day-block {
		padding: 77px 0 36px;
	}
}
.typical-day-block h2 {
	margin: 0 72px;
	font-size: 90px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.typical-day-block h2 {
		font-size: 38px;
		line-height: 41px;
		margin: 0 20px;
	}
}
.typical-day-block-wrap2 {
	margin: 100px 72px 0;
	transition: height 0.5s;
}
@media (max-width: 768px) {
	.typical-day-block-wrap2 {
		margin: 50px 20px 0;
	}
}
.typical-day-block-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-items: space-between;
}
@media (max-width: 768px) {
	.typical-day-block-wrap {
		align-items: stretch;
		flex-wrap: wrap;
	}
}
.typical-day-block-wrap .leftBlock {
	display: flex;
	width: 55%;
	align-items: flex-start;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.typical-day-block-wrap .leftBlock {
		align-items: stretch;
		display: none;
	}
}
.typical-day-block-wrap .leftBlock .nav {
	padding: 0;
	flex-shrink: 0;
}
@media (min-width: 768px) {
	.typical-day-block-wrap .leftBlock .nav {
		width: 35%;
	}
}
.typical-day-block-wrap .leftBlock .nav li {
	align-items: flex-start;
	/* justify-content: space-between; */
	font-size: 14px;
	margin-bottom: 16px;
	color: #100e0e;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	text-transform: uppercase;
}
.typical-day-block-wrap .leftBlock .nav li.active,
.typical-day-block-wrap .leftBlock .nav li:hover {
	opacity: 1;
}
.typical-day-block-wrap .leftBlock .nav li .number {
	margin-right: 5px;
}
.typical-day-block-wrap .leftBlock .nav li .round {
	margin-top: 8px;
}
.typical-day-block-wrap .leftBlock .introduction {
	font-size: 14px;
	line-height: 25px;
	position: relative;
	letter-spacing: 0.01rem;
}
.typical-day-block-wrap .leftBlock .introduction-text {
	color: rgba(81, 72, 72, 0.8);
	margin-bottom: 35px;
	font-family: Graphik-Light;
	letter-spacing: 0.02em;
	padding: 0 50px;
}

.introduction-text p {
	padding: 0 !important;
}
.typical-day-block-wrap .leftBlock .introduction-name {
	color: #100e0e;
}
.typical-day-block-wrap .leftBlock .introduction-name,
.typical-day-block-wrap .leftBlock .introduction-title {
	font-family: Graphik-Regular;
	letter-spacing: 0.02em;
	padding: 0 50px;
}
.typical-day-block-wrap .leftBlock .introduction .line {
	width: 100%;
	height: 1px;
	background: #000;
	margin: 17px 0;
}
.typical-day-block-wrap .leftBlock .introduction .playBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: opacity 0.5s;
}
.typical-day-block-wrap .leftBlock .introduction .playBtn:hover {
	opacity: 0.5;
}
.typical-day-block-wrap .leftBlock .introduction .playBtn .icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #000;
	background-image: url(/image/playBtn.svg);
	background-size: 10px 8px;
	background-position: 55% 50%;
	background-repeat: no-repeat;
}
.typical-day-block-wrap .leftBlock .introduction .playBtn span {
	font-size: 15px;
	margin-left: 11px;
	line-height: 1;
	font-weight: 700;
}
.typical-day-block-wrap .nav_mobile {
	display: none;
}
@media (max-width: 768px) {
	.typical-day-block-wrap .nav_mobile {
		display: block;
		width: calc(50% - 15px);
		margin-right: 15px;
	}
}
.typical-day-block-wrap .nav_mobile li {
	user-select: none;
	font-size: 11px;
	margin-bottom: 20px;
	color: #100e0e;
	opacity: 0.5;
	display: flex;
}
.typical-day-block-wrap .nav_mobile li span {
	display: inline-block;
}
.typical-day-block-wrap .nav_mobile li .number {
	margin-right: 10px;
}
.typical-day-block-wrap .nav_mobile li.active {
	opacity: 1;
}
.typical-day-block-wrap .rightBlock {
	width: 45%;
	position: relative;
}
.typical-day-block-wrap .rightBlock_wrap {
	width: 100%;
	position: relative;
	white-space: nowrap;
}
.typical-day-block-wrap .rightBlock_wrap .image {
	width: 100%;
	display: inline-block;
}
@media (max-width: 768px) {
	.typical-day-block-wrap .rightBlock {
		width: 50%;
	}
}
.typical-day-block-wrap .introduction_mobile {
	display: none;
}
@media (max-width: 768px) {
	.typical-day-block-wrap .introduction_mobile {
		display: none;
	}
	.typical-day-block-wrap .introduction_mobile.active {
		display: block;
		width: 100%;
		position: relative;
	}
}
.typical-day-block-wrap .introduction_mobile-text {
	font-size: 13px;
	line-height: 22px;
	color: rgba(81, 72, 72, 0.8);
	margin-top: 20px;
	margin-bottom: 30px;
}
.typical-day-block-wrap .introduction_mobile-name,
.typical-day-block-wrap .introduction_mobile-title {
	font-size: 13px;
	line-height: 22px;
}
.perks-block {
	margin: 90px 0 64px;
}
@media (min-width: 768px) {
	.perks-block {
		margin: 100px 0 80px;
	}
}
.perks-block-wrap {
	margin-left: 80px;
	margin-right: 80px;
}
@media (max-width: 768px) {
	.perks-block-wrap {
		margin-left: 20px;
		margin-right: 20px;
	}
}
.perks-block h2 {
	font-size: 122px;
	line-height: 141px;
	text-transform: uppercase;
}
.perks-block .subtitle {
	line-height: 34px;
	width: 60%;
	margin: 50px 0 20px;
}
@media (max-width: 768px) {
	.perks-block .subtitle {
		width: 80%;
		font-size: 16px;
		line-height: 29px;
		margin: 40px 0 20px;
	}
}
.perks-block .contents {
	position: relative;
}
.perks-block .contents.isImageActive .contents-item .contents-item-main li.focus span {
	opacity: 1 !important;
}
.perks-block .contents.isImageActive .contents-item .contents-item-main li.isBgImage:before {
	opacity: 0;
	transform: scale(0.1);
}
.perks-block .contents-item {
	display: flex;
	justify-content: space-between;
	padding-bottom: 23px;
	padding-top: 51px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
@media (max-width: 768px) {
	.perks-block .contents-item {
		flex-wrap: wrap;
		padding-bottom: 0;
		padding-top: 25px;
	}
}
.perks-block .contents-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.perks-block .contents-item-title {
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	width: 25%;
	letter-spacing: 0.02em;
}
@media (max-width: 768px) {
	.perks-block .contents-item-title {
		width: 100%;
		margin-bottom: 15px;
	}
}
.perks-block .contents-item-main {
	display: flex;
	flex-wrap: wrap;
	width: 75%;
}
@media (max-width: 768px) {
	.perks-block .contents-item-main {
		width: 100%;
		margin-bottom: 0;
	}
}
.perks-block .contents-item-main li {
	font-size: 16px;
	line-height: 27px;
	color: #fff;
	opacity: 0.8;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
	position: relative;
	z-index: 4;
}
.perks-block .contents-item-main li:nth-of-type(3n) {
	margin-right: 0;
}
.perks-block .contents-item-main li.isBgImage:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -12px;
	width: 6px;
	height: 6px;
	background: #0bdbff;
	border-radius: 50%;
	transform: scale(1);
	transition: opacity 0.4s, transform 0.4s;
}
.perks-block .contents-item-main li span {
	position: relative;
	transition: opacity 0.5s;
}
.perks-block .contents-item-main li:hover span {
	opacity: 1 !important;
}
@media (max-width: 768px) {
	.perks-block .contents-item-main li {
		width: 45%;
		font-size: 13px;
		line-height: 23px;
		margin-right: 10%;
	}
	.perks-block .contents-item-main li:nth-of-type(3n) {
		margin-right: 10%;
	}
	.perks-block .contents-item-main li:nth-of-type(2n) {
		margin-right: 0;
		width: 45%;
	}
	.perks-block .contents-item-main li.isBgImage:before {
		content: '';
		position: absolute;
		top: 9px;
		left: -10px;
		width: 4px;
		height: 4px;
	}
}
.perks-block .contents-item-main li.focus .image {
	z-index: 2;
}
.perks-block .contents-item-main li.focus .image_wrap {
	transform: scale(1);
	opacity: 1;
	transition: transform 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98), opacity 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.perks-block .contents-item-main li.focus .image_wrap img {
	transform: scale(1);
	transition: transform 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.perks-block .contents-item-main li .image {
	position: absolute;
	width: 700px;
	bottom: 100%;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
@media (max-width: 768px) {
	.perks-block .contents-item-main li .image {
		width: 200px;
	}
}
.perks-block .contents-item-main li .image_wrap {
	transform: scale(0.8);
	opacity: 0;
	transition: transform 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98), opacity 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	overflow: hidden;
	background: #000;
}
.perks-block .contents-item-main li .image_wrap img {
	width: 100%;
	opacity: 0.8;
	transform: scale(1.2);
	transition: transform 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.perks-block .contents-imageArea {
	position: absolute;
	width: calc(75% + 50px);
	right: 0;
	height: 100%;
	top: 0;
	overflow: hidden;
}
@media (max-width: 768px) {
	.perks-block .contents-imageArea {
		display: none;
	}
}
.perks-block .contents-imageArea-wrap {
	width: 100%;
	height: 100%;
}
.perks-block .contents-imageArea .image-comp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.perks-block .contents-imageArea .image-comp img {
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s, opacity 1.5s ease-in;
	width: 100%;
	height: 100%;
}
@media (min-width: 769px) {
	.perks-block .contents-imageArea .image-comp img.visible {
		opacity: 1;
		visibility: visible;
	}
}

.perks-block-video {
	width: calc(100% - 186px);
	margin-top: 142px;
	margin-right: 186px;
}
@media (max-width: 768px) {
	.perks-block-video {
		width: 100%;
		margin-right: 0;
		margin-top: 42px;
	}
}
.funding-block {
	background: #fff;
	color: #000;
	padding: 100px 0 80px;
}
@media (max-width: 768px) {
	.funding-block {
		padding: 76px 0 40px;
	}
}
.funding-block h2 {
	margin: 0 72px;
	font-size: 122px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.funding-block h2 {
		margin: 0 20px;
	}
}
.funding-block .bodyText ul {
	list-style: none;
}
.funding-block .bodyText ul li {
	margin-left: 32px;
	margin-top: 16px;
}
.funding-block .bodyText ul li:before {
	content: '\2022';
	color: #0bdbff;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	text-indent: -1em;
}
.funding-block .bodyText em {
	font-style: normal;
	border-bottom: 1px solid #0bdbff;
	padding-bottom: 2px;
}
.funding-block-wrap2 {
	margin: 104px 72px 0;
	transition: height 0.5s;
}
@media (max-width: 768px) {
	.funding-block-wrap2 {
		margin: 50px 20px 0;
	}
}
.funding-block-wrap {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.funding-block-wrap {
		flex-wrap: wrap;
	}
}
.funding-block-wrap .leftBlock,
.funding-block-wrap .rightBlock {
	width: calc(50% - 63px);
}
@media (max-width: 768px) {
	.funding-block-wrap .leftBlock,
	.funding-block-wrap .rightBlock {
		width: 100%;
	}
}
.funding-block-wrap .leftBlock .introduction {
	line-height: 34px;
	color: #100e0e;
}
@media (max-width: 768px) {
	.funding-block-wrap .leftBlock .introduction {
		font-size: 16px;
		line-height: 29px;
		color: #514848;
	}
}
.funding-block-wrap .leftBlock .amount {
	display: flex;
	align-items: flex-end;
	margin-top: 37px;
}
.funding-block-wrap .leftBlock .amount-value {
	font-size: 60px;
	line-height: 69px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.funding-block-wrap .leftBlock .amount-value {
		font-size: 30px;
		line-height: 36px;
	}
}
.funding-block-wrap .leftBlock .amount-sub {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.04em;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #100e0e;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.funding-block-wrap .leftBlock .amount-sub {
		margin-bottom: 0;
	}
}
.funding-block-wrap .leftBlock_image img {
	width: 100%;
}
@media (max-width: 768px) {
	.funding-block-wrap .rightBlock {
		margin-top: 70px;
	}
}
.funding-block-wrap .rightBlock .titles {
	display: flex;
}
@media (max-width: 768px) {
	.funding-block-wrap .rightBlock .titles {
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
}
.funding-block-wrap .rightBlock .titles .titleItem {
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	margin-right: 20px;
	letter-spacing: 0.02em;
	cursor: pointer;
	align-items: flex-start;
}
.funding-block-wrap .rightBlock .titles .titleItem .round {
	margin-top: 9px;
}
@media (max-width: 768px) {
	.funding-block-wrap .rightBlock .titles .titleItem {
		margin-right: 0;
		width: 100%;
	}
}
.funding-block-wrap .rightBlock .titles .titleItem span {
	transition: opacity 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	opacity: 0.5;
}
.funding-block-wrap .rightBlock .titles .titleItem.active span {
	opacity: 1;
}
.funding-block-wrap .rightBlock .examples {
	position: relative;
	letter-spacing: 0.02em;
}
.funding-block-wrap .rightBlock .examples .subtitle {
	position: relative;
	font-size: 15px;
	line-height: 25px;
}
.funding-block-wrap .rightBlock .examples-item {
	position: relative;
	display: flex;
	margin-top: 20px;
}
@media (max-width: 768px) {
	.funding-block-wrap .rightBlock .examples-item {
		flex-wrap: wrap;
	}
}
.funding-block-wrap .rightBlock .examples-item-image {
	width: calc(40% - 20px);
	margin-right: 20px;
}
@media (max-width: 768px) {
	.funding-block-wrap .rightBlock .examples-item-image {
		width: 100%;
		margin-right: 0;
	}
}
.funding-block-wrap .rightBlock .examples-item-image img {
	width: 100%;
}
.funding-block-wrap .rightBlock .examples-item-text {
	width: 60%;
}

.funding-block-wrap .rightBlock .examples-item-text-full {
	width: 100%;
}
.funding-block-wrap .rightBlock a:hover {
	color: black;
	text-decoration: underline;
	transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
	.funding-block-wrap .rightBlock .examples-item-text {
		width: 100%;
		margin: 20px 0 30px;
	}
}
.funding-block-wrap .rightBlock .examples-item-text .title {
	font-size: 15px;
	line-height: 25px;
	color: #000;
}
.funding-block-wrap .rightBlock .examples-item-text .main {
	margin-top: 7px;
	font-size: 14px;
	line-height: 24px;
	color: #514848;
}

.image-slider {
	width: 100%;
	overflow: hidden;
}
.image-slider-wrap {
	position: relative;
}
.image-slider-wrap .image-comp-wrap {
	text-align: center;
}
.image-slider-wrap .image-comp-wrap .ImgComp {
	overflow: inherit;
}
.image-slider-wrap .image-comp-wrap .ImgComp img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.read-block {
	margin: 60px 20px;
}
@media (min-width: 768px) {
	.read-block {
		margin: 125px 20px 100px;
	}
}
@media (min-width: 830px) {
	.read-block {
		margin: 50px 20px 100px;
	}
}
@media (min-width: 1024px) {
	.read-block {
		margin: 250px 80px 100px;
	}
}
.read-block .clientText {
	-moz-column-count: 2;
	column-count: 2;
	grid-column-gap: normal;
	-moz-column-gap: normal;
	column-gap: normal;
	margin: 50px 0;
	font-family: Graphik-Light, Arial, Helvetica, sans-serif;
}
.read-block h2 {
	font-size: 122px;
	line-height: 141px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.read-block-content .subtitle {
	margin-top: 50px;
	line-height: 34px;
	margin-bottom: 20px;
	width: 60%;
}
@media (max-width: 768px) {
	.read-block-content .subtitle {
		margin-top: 30px;
		width: 60%;
	}
	.read-block .clientText {
		-moz-column-count: 1;
		column-count: 1;
		grid-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		margin: 60px 0;
		font-family: Graphik-Light, Arial, Helvetica, sans-serif;
	}
}
.read-block-content .topics {
	position: relative;
	transition: height 0.5s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.read-block-content .topics:hover li a {
	opacity: 0.7;
}
.read-block-content .topics li {
	padding: 47px 0 8px;
	width: 100%;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
.read-block-content .topics li a {
	display: flex;
	transition: opacity 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
	width: 100%;
}
.read-block-content .topics li a:hover {
	opacity: 1;
}
@media (max-width: 768px) {
	.read-block-content .topics li {
		padding-top: 14px;
	}
	.read-block-content .topics li a {
		flex-wrap: wrap;
	}
}
.read-block-content .topics li .date,
.read-block-content .topics li .title .view {
	letter-spacing: 0.02em;
}
.read-block-content .topics li .date {
	font-size: 14px;
	line-height: 34px;
	text-transform: uppercase;
	opacity: 0.7;
	width: 20%;
	margin-right: 30px;
	display: inline-block;
}
@media (max-width: 768px) {
	.read-block-content .topics li .date {
		width: 100%;
	}
}
.read-block-content .topics li .title {
	line-height: 34px;
	width: calc(80% - 30px);
	display: flex;
}
@media (max-width: 768px) {
	.read-block-content .topics li .title {
		width: 100%;
		align-items: flex-end;
		flex-wrap: wrap;
	}
}
.read-block-content .topics li .title span {
	display: inline-block;
}
.read-block-content .topics li .title .title_text {
	width: calc(70% - 30px);
	margin-right: 30px;
}
@media (max-width: 768px) {
	.read-block-content .topics li .title .title_text {
		width: 100%;
		margin-right: 0;
	}
}
.read-block-content .topics li .title .title_via {
	width: 30%;
	font-size: 14px;
}
@media (max-width: 768px) {
	.read-block-content .topics li .title .title_via {
		width: 100%;
		font-size: 13px;
	}
}
.read-block-content .topics li .title .view {
	opacity: 0.9;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.read-block-content .topics li .title .view {
		font-size: 13px;
	}
}
.read-block-footer {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 80px;
	font-size: 14px;
	letter-spacing: 0.02em;
}
@media (max-width: 768px) {
	.read-block-footer {
		flex-direction: column-reverse;
		margin-top: 20px;
	}
}
.read-block-footer .sns {
	display: flex;
}
.read-block-footer .sns .followus,
.read-block-footer .sns a {
	margin-right: 100px;
	letter-spacing: 0.02em;
}
@media (max-width: 768px) {
	.read-block-footer .sns .followus,
	.read-block-footer .sns a {
		margin-right: 30px;
	}
}
.read-block-footer .sns a {
	transition: opacity 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.read-block-footer .sns a:hover {
	opacity: 0.8;
}
.read-block-footer .pageButtons {
	display: flex;
}
.read-block-footer .pageButtons .nextPage,
.read-block-footer .pageButtons .prevPage {
	display: flex;
	align-items: center;
	opacity: 0.5;
	pointer-events: none;
	font-size: 14px;
	letter-spacing: 0.02em;
}
@media (max-width: 768px) {
	.read-block-footer .pageButtons .nextPage,
	.read-block-footer .pageButtons .prevPage {
		margin-bottom: 50px;
	}
}
.read-block-footer .pageButtons .nextPage-button,
.read-block-footer .pageButtons .prevPage-button {
	cursor: pointer;
	transition: opacity 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.read-block-footer .pageButtons .nextPage-button:hover,
.read-block-footer .pageButtons .prevPage-button:hover {
	opacity: 0.6 !important;
}
.read-block-footer .pageButtons .nextPage .line,
.read-block-footer .pageButtons .prevPage .line {
	background: #838383;
	width: 10px;
	height: 1px;
	margin: -1px 10px 0;
}
.read-block-footer .pageButtons .nextPage.active,
.read-block-footer .pageButtons .prevPage.active {
	opacity: 1;
	pointer-events: auto;
}
.read-block-footer .pageButtons .prevPage {
	margin-right: 50px;
}
.contact-block {
	margin: 150px 80px 150px;
}
.contact-block p {
	line-height: 1;
}
@media (max-width: 768px) {
	.contact-block {
		margin: 60px 20px;
	}
}
.contact-block h2 {
	font-size: 122px;
	line-height: 141px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.contact-block .contact {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.contact-block .contact {
		flex-wrap: wrap;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
.contact-block .contact-title {
	font-size: 14px;
	line-height: 29px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.contact-block .contact-1,
.contact-block .contact-2,
.contact-block .contact-3,
.contact-block .contact-title {
	width: 22%;
}
@media (max-width: 768px) {
	.contact-block .contact-1,
	.contact-block .contact-2,
	.contact-block .contact-3,
	.contact-block .contact-title {
		width: 100%;
		margin: 10px 0;
	}
}
.contact-block .contact-1-title,
.contact-block .contact-2-title,
.contact-block .contact-3-title,
.contact-block .contact-title-title {
	font-size: 14px;
	line-height: 29px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.contact-block .contact-1 .link,
.contact-block .contact-1 .sns,
.contact-block .contact-2 .link,
.contact-block .contact-2 .sns,
.contact-block .contact-3 .link,
.contact-block .contact-3 .sns,
.contact-block .contact-title .link,
.contact-block .contact-title .sns {
	font-size: 14px;
	line-height: 29px;
	letter-spacing: 0.02em;
}
.contact-block .contact-1 .link a,
.contact-block .contact-1 .sns a,
.contact-block .contact-2 .link a,
.contact-block .contact-2 .sns a,
.contact-block .contact-3 .link a,
.contact-block .contact-3 .sns a,
.contact-block .contact-title .link a,
.contact-block .contact-title .sns a {
	margin-right: 10px;
}
.contact-block .contact-1 .link a img,
.contact-block .contact-1 .sns a img,
.contact-block .contact-2 .link a img,
.contact-block .contact-2 .sns a img,
.contact-block .contact-3 .link a img,
.contact-block .contact-3 .sns a img,
.contact-block .contact-title .link a img,
.contact-block .contact-title .sns a img {
	width: 15px;
}
.contact-block .contact-1 .link,
.contact-block .contact-2 .link,
.contact-block .contact-3 .link,
.contact-block .contact-title .link {
	opacity: 0.8;
}
.contact-block .offices {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 74%;
	margin-left: 26%;
}
@media (max-width: 768px) {
	.contact-block .offices {
		flex-wrap: wrap;
		width: 100%;
		margin-left: 0;
	}
}
.contact-block .offices .office {
	width: 30%;
	margin-right: 5%;
}
.contact-block .offices .office:nth-of-type(3n) {
	margin-right: 0;
}
@media (max-width: 768px) {
	.contact-block .offices .office {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	.contact-block .offices .office:last-child {
		margin-bottom: 0;
	}
}
.contact-block .offices .office .image,
.contact-block .offices .office .image img {
	width: 100%;
}
.contact-block .offices .office .name {
	font-size: 14px;
	line-height: 29px;
	text-transform: uppercase;
	margin: 32px 0;
	letter-spacing: 0.02em;
}
@media (max-width: 768px) {
	.contact-block .offices .office .name {
		margin: 20px 0;
	}
}
.contact-block .offices .office .adress {
	font-size: 14px;
	line-height: 29px;
	margin-bottom: 50px;
	opacity: 0.8;
	transition: opacity 0.4s;
}

.contact-block .offices .office .adress p {
	margin-bottom: 0.5rem;
}

.contact-block .offices .office .adress:hover {
	opacity: 0.5;
}
@media (max-width: 768px) {
	.contact-block .offices .office .adress {
		margin-bottom: 20px;
	}
}
.contact-block .offices .office .tel {
	font-size: 14px;
	line-height: 29px;
	opacity: 0.8;
}
.footer-block {
	background: #fff;
	color: #838383;
	overflow: hidden;
	font-size: 12px;
}
.footer-block .details {
	-moz-column-count: 2;
	column-count: 2;
	grid-column-gap: normal;
	-moz-column-gap: normal;
	column-gap: normal;
	line-height: 21px;
}
.footer-block .detail {
	margin-bottom: 20px;
}
.footer-block .detail-link {
	color: #0bdbff;
	/* border-bottom: 1px solid #0bdbff; */
	margin-right: 16px;
}
.footer-block .middleBlock-bottom {
	text-align: right;
}
.footer-block .link-detail {
	display: none;
}
.footer-block .space-left {
	margin-right: 16px;
}
.footer-block .leftBlock-bottom {
	display: flex;
	width: 100%;
}
@media (max-width: 768px) {
	.footer-block .details {
		-moz-column-count: 1;
		column-count: 1;
		grid-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	.footer-block .middleBlock-bottom {
		text-align: left;
	}
	.footer-block .link-detail {
		display: block;
	}
}
.footer-block a {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	transition: opacity 0.3s cubic-bezier(0.4, 0.16, 0.19, 0.98);
}
.footer-block a:hover {
	color: #838383;
	opacity: 0.7;
}
.footer-block-wrap {
	padding: 100px 80px;
}
@media (max-width: 768px) {
	.footer-block-wrap {
		display: block;
		padding: 49px 20px;
	}
}
.footer-block .color-link {
	color: #0bdbff;
	/* border-bottom: 1px solid #0bdbff; */
}
.footer-block .links-on-top {
	padding-top: 32px;
}
@media (max-width: 768px) {
	.footer-block .links-on-top {
		padding-top: 0;
	}
}
.footer-block .topBlock {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.footer-block .topBlock {
		flex-wrap: wrap;
	}
}
@media (max-width: 768px) {
	.footer-block .topBlock .leftBlock-bottom {
		display: none;
	}
}
.footer-block .topBlock .leftBlock,
.footer-block .topBlock .middleBlock {
	line-height: 21px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.footer-block .topBlock .leftBlock,
	.footer-block .topBlock .middleBlock {
		width: 100% !important;
		margin-right: 0;
	}
}
.footer-block .topBlock .leftBlock-bottom,
.footer-block .topBlock .middleBlock-bottom {
	margin-top: 50px;
}
.footer-block .topBlock .middleBlock-bottom .forMobile {
	display: none;
}
@media (max-width: 768px) {
	.footer-block .topBlock .middleBlock-bottom .forMobile {
		margin-top: 10px;
		display: block;
	}
}
@media (max-width: 768px) {
	.footer-block .topBlock .leftBlock {
		margin-bottom: 40px;
	}
}
.footer-block .topBlock .rightBlock {
	width: auto;
	max-width: calc(30% - 30px);
	visibility: hidden;
	display: none;
}
@media (max-width: 768px) {
	.footer-block .topBlock .rightBlock {
		max-width: 100%;
		display: none;
	}
}
.footer-block .topBlock .rightBlock ul li {
	padding-left: 1em;
}
.footer-block .topBlock .rightBlock ul li a {
	display: inline-block;
}
.footer-block .topBlock .rightBlock ul li a:before {
	content: '-';
	position: absolute;
	left: -1em;
}
.footer-block .topBlock .rightBlock ul li a span {
	text-indent: -1em;
}
.footer-block .bottomBlock {
	width: 100%;
	display: flex;
	margin-top: 100px;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.footer-block .bottomBlock {
		margin-top: 30px;
		display: block;
	}
}
.footer-block .bottomBlock a {
	width: 50%;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.footer-block .bottomBlock a {
		width: 100%;
	}
}

.altHeader {
	background-color: black !important;
	padding-bottom: 50px;
	transition: transform 0.3s ease-in-out;
}

.altHeader.isHidden {
	transform: translateY(-100%);
}

.altPage-wrapper .header-block {
	background-color: white;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	padding-top: 20px;
	transition: transform 0.3s ease-in-out;
	transform: translateY(0);
}

@media (max-width: 768px) {
	.altPage-wrapper .header-block {
		padding-top: 0;
	}

	.altPage-wrapper .header-block .logo {
		filter: none;
	}
}

.altPage-wrapper .header-block.isHidden {
	transform: translateY(-100%);
}

.altPage-wrapper .header-block-wrap {
	color: black !important;
	font-weight: 800;
}

.altPage-wrapper .header-block-wrap a:hover {
	color: black !important;
}

.banner-link:hover {
	color: teal;
	text-decoration: underline;
}
