 
.c-brand-primary {
	color: #0f0f0f
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
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 {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	display: block;
	max-width: 100%
}

a {
	cursor: pointer;
	text-decoration: none
}

.u-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.u-hide {
	display: none
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.svg-defs {
	position: absolute;
	width: 0;
	height: 0
}

.u-text-center {
	text-align: center!important
}

.u-text-right {
	text-align: right!important
}

@media screen and (min-width:1280px) {
	.u-nav-space {
		margin-left: 225px
	}
}

.u-margin-auto {
	margin-left: auto;
	margin-right: auto
}

.u-cover {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%
}

.u-cover>* {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	overflow-x: hidden
}

;

/*
}
*/

@-webkit-keyframes bummerback {
	100% {
		-webkit-transform: scale(1, 1);
	}
}

@keyframes bummerback {
	100% {
		transform: scale(1, 1);
	}
}

@media screen and (max-width:640px) and (orientation:landscape) {
	.u-cover>* {
		height: 50%
	}
}

@media screen and (max-width:640px) and (orientation:portrait) {
	.u-cover {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
	.u-cover>* {
		height: auto;
		width: 100%
	}
}

.u-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity .35s linear
}

.u-video-bg.is-shown {
	opacity: 1
}

.u-video-bg video {
	position: absolute;
	width: 100%;
	height: 100%
}

.u-grey-extra-light-bg {
	background-color: #e3e3e6
}

.u-grey-dark-bg {
	background-color: #141414
}

.u-white-bg {
	background-color: #fff
}

html {
	height: 100%;
	position: relative;
	box-sizing: border-box
}

html.no-scroll,
html.no-scroll--mobile {
	overflow: hidden
}

html.no-scroll--mobile body,
html.no-scroll body {
	height: 100%;
	overflow: hidden
}

@media screen and (min-width:1024px) {
	html.no-scroll--mobile,
	html.no-scroll--mobile body {
		overflow: initial
	}
}

body {
	font-family: Helvetica, Helvetica\ Neue, Arial, sans-serif;
	font-size: 15px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	color: #141414;
	font-weight: 400;
	min-height: 100%;
	overflow-x: hidden;
	padding: 0!important;
	position: relative;
	background-color: #f4f4f5;
	line-height: 1.42857
}

body.has-grey-mid-bg {
	background-color: #2d2d2e
}

input,
select {
	font-family: Helvetica, Helvetica\ Neue, Arial, sans-serif!important
}

::-webkit-input-placeholder {
	color: #fff;
	font-weight: 500
}

:-moz-placeholder,
::-moz-placeholder {
	color: #fff;
	font-weight: 500
}

:-ms-input-placeholder {
	color: #fff;
	font-weight: 500
}

*,
:after,
:before {
	box-sizing: inherit
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 946px
}

@media screen and (min-width:1600px) {
	.container {
		max-width: 1080px
	}
	.container.is-wide {
		max-width: 75%
	}
}

.container__inner {
	padding-left: 14px;
	padding-right: 14px
}

@media screen and (min-width:375px) {
	.container__inner {
		padding-left: 28px;
		padding-right: 28px
	}
}

.site-main {
	padding-top: 75px;
	width: 100%;
	overflow-x: hidden
}

@media screen and (min-width:1280px) {
	.site-main {
		padding-top: 0
	}
	.site-main>:only-child>:last-child {
		padding-bottom: 70px
	}
}

.page-heading {
	margin-bottom: 49px
}

.home-thumbs-row {
	padding-top: 21px;
	padding-bottom: 42px
}

@media screen and (min-width:1280px) {
	.home-thumbs-row {
		padding-top: 35px;
		padding-bottom: 56px
	}
}

@media screen and (min-width:1600px) {
	.home-thumbs-row {
		padding-top: 63px;
		padding-bottom: 84px
	}
}
 
.responsive-iframe {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	width: 100%
}

.responsive-iframe iframe {
	position: absolute;
	width: 100%;
	height: 100%
}
 

.title-a {
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: .35em;
	padding-top: 30px
}

@media screen and (min-width:768px) {
	.title-a {
		font-size: 40px
	}
	.title-a:last-child {
		margin-bottom: 2.2em
	}
}

@media screen and (min-width:1366px) {
	.title-a {
		font-size: 50px
	}
}

@media screen and (min-width:1600px) {
	.title-a {
		font-size: 55px
	}
}

.title-b {
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 7px
}

@media screen and (min-width:768px) {
	.title-b {
		font-size: 40px
	}
}

@media screen and (min-width:1600px) {
	.title-b {
		font-size: 44px
	}
}

@media screen and (min-width:1920px) {
	.title-b {
		font-size: 48px
	}
}

.title-c {
	font-size: 21px;
	font-weight: 700;
	line-height: 2
}

@media screen and (min-width:768px) {
	.title-c {
		font-size: 25px
	}
}

.title-c.has-margin {
	margin-bottom: 14px
}

.title-d {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase
}

.title-d.has-margin {
	margin-bottom: .8em
}

.title-d.has-big-margin {
	margin-bottom: 1.8em
}

@media screen and (min-width:768px) {
	.title-d {
		font-size: 15px
	}
}

.title-e {
	font-size: 19px;
	font-weight: 700
}

.title-e.has-margin {
	margin-bottom: 25px
}

.title-f {
	font-size: 16px;
	font-weight: 700
}

.title-payoff {
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	margin-top: .2em;
	text-indent: .1em
}

@media screen and (min-width:1600px) {
	.title-payoff {
		font-size: 20px
	}
}

@media screen and (min-width:1920px) {
	.title-payoff {
		font-size: 23px
	}
}

.abstract-a {
	font-size: 17px
}

.abstract-b {
	font-size: 18px
}

.abstract-b.has-margin {
	margin-bottom: 70px
}

.abstract-c {
	font-size: 15px;
	line-height: 26px
}

.abstract-c.has-margin {
	margin-bottom: 28px
}

@media screen and (min-width:768px) {
	.abstract-c.has-margin {
		margin-bottom: 42px
	}
}

.abstract-d,
.abstract-e {
	font-size: 15px;
	line-height: 22px
}

.editorial-text {
	line-height: 1.8em;
	font-size: 14px
}

.editorial-text.has-border-top {
	border-top: 1px solid #bcbcbc;
	padding-top: 14px
}

@media screen and (min-width:1600px) {
	.editorial-text {
		font-size: 15px
	}
}

.editorial-text h2,
.editorial-text h3 {
	margin-bottom: .8em;
	margin-top: 1.8em;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1
}

.editorial-text h2:first-child,
.editorial-text h3:first-child {
	margin-top: .8em
}

.editorial-text h3 {
	font-size: 1.2em
}

.editorial-text p+h2 {
	margin-top: 1.2em
}

.editorial-text li,
.editorial-text ol,
.editorial-text p,
.editorial-text ul {
	margin: .8em 0
}

.editorial-text ol:first-child,
.editorial-text ul:first-child {
	margin-top: 0
}

.editorial-text ul {
	padding-left: 2em
}

.editorial-text ul>li {
	position: relative
}

.editorial-text ul>li:before {
	content: "";
	height: 5px;
	width: 5px;
	background-color: #0f0f0f;
	border-radius: 50%;
	position: absolute;
	display: inline-block;
	left: -1.5em;
	top: .75em
}

.editorial-text ol {
	list-style: initial;
	list-style-type: decimal;
	padding-left: 2em
}

.editorial-text a {
	text-decoration: underline;
	font-weight: 700;
	transition: color .4s
}

.editorial-text a:hover,
.editorial-text a:link,
.editorial-text a:visited {
	color: #0f0f0f;
	padding: 0 .25em
}

.editorial-text a:active {
	color: #0f0f0f;
	transition: color .2s
}

.editorial-text bold,
.editorial-text strong {
	font-weight: 700
}

.editorial-text em,
.editorial-text i {
	font-style: italic
}

.subscript {
	font-size: 12px;
	line-height: 24px
}

.svg-icons-container {
	display: none
}

.Icon {
	width: 1em;
	height: 1em;
	vertical-align: -.15em;
	fill: currentColor;
	overflow: hidden
}

button {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: 1.42857;
	font-family: Helvetica, Helvetica\ Neue, Arial, sans-serif;
	overflow: visible;
	padding: 0;
	-webkit-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

button:focus {
	outline: none
}

.button {
	border-radius: 0;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 18px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 0;
	transition: color .4s cubic-bezier(.77, 0, .175, 1)
}

.button span {
	position: relative;
	z-index: 2
}

.button:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.77, 0, .175, 1)
}

.button:hover:before {
	opacity: 1
}

.button.has-icon {
	text-align: left;
	position: relative;
	padding-right: 60px
}

.button.has-icon .Icon {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 21px;
	font-size: 26px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.button.has-icon .Icon--chevron {
	font-size: 10px;
	right: 17.5px
}

.button--brd-white {
	border-color: #fff;
	color: #fff
}

.button--brd-white:before {
	background-color: #fff
}

.button--brd-white:hover {
	color: #0f0f0f
}

.button--brd-black {
	border-color: #0f0f0f;
	color: #0f0f0f
}

.button--brd-black:before {
	background-color: #0f0f0f
}

.button--brd-black:hover {
	color: #fff
}

.button--white {
	border-color: #fff;
	background-color: #fff;
	color: #0f0f0f
}

.button--white:before {
	background-color: #0f0f0f
}

.button--white:hover {
	color: #fff
}

.button--black {
	border-color: #0f0f0f;
	background-color: #0f0f0f;
	color: #fff
}

.button--black:before {
	background-color: #fff
}

.button--black:hover {
	color: #0f0f0f
}

.button--block {
	display: block
}

.arrow-rounded {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	border-radius: 100%;
	background: #e3e3e6;
	color: #0f0f0f;
	font-size: 10px
}

a:hover>.arrow-rounded {
	background: #0f0f0f;
	color: #fff
}

.btn-play {
	background: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: all .75s cubic-bezier(.77, 0, .175, 1);
	cursor: pointer
}

@media screen and (min-width:768px) {
	.btn-play {
		width: 70px;
		height: 70px
	}
}

.btn-play:hover {
	background: #0f0f0f
}

.btn-play:hover:before {
	border-left-color: #fff
}

.btn-play:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-left: 9px solid #0f0f0f;
	font-size: 0;
	line-height: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 2px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: border-left .75s cubic-bezier(.77, 0, .175, 1)
}

@media screen and (min-width:768px) {
	.btn-play:before {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1.6);
		transform: translate3d(-50%, -50%, 0) scale(1.6)
	}
}

.breadcrumb {
	display: none
}

@media screen and (min-width:1024px) {
	.breadcrumb {
		display: block;
		color: #141414;
		text-transform: uppercase;
		font-size: 11px;
		padding-top: 60px
	}
	.breadcrumb li {
		display: inline-block
	}
	.breadcrumb li+li:before {
		content: "/";
		color: #141414;
		padding: 0 .3rem
	}
	.breadcrumb a {
		text-decoration: none;
		color: #141414
	}
	.breadcrumb :not(.touch) a:hover {
		font-weight: 700
	}
}

.breadcrumb .is-active {
	font-weight: 700
}

.form__group {
	position: relative;
	padding-bottom: 21px;
	transition: opacity .5s ease-in-out
}

.form__group select {
	border: 1px solid #d6d6d6;
	height: 49px;
	padding: 14px;
	background-color: transparent;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%
}

.form__group--flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.form__group.has-required .form__label {
	color: #ceb02e
}

.form__group.has-required .form__label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.form__group.has-icon .Icon {
	position: absolute;
	top: 17px;
	right: 17px
}

.form__group.is-invalid .form__checkbox-label,
.form__group.is-invalid .form__checkbox-title,
.form__group.is-invalid .form__label,
.form__group.is-invalid .form__radio-label,
.form__group.is-invalid .form__radio-title {
	color: #ceb02e
}

.form__group.is-invalid .form__field,
.form__group.is-invalid .form__textarea {
	border-color: #ceb02e;
	color: #ceb02e
}

.form__group--warning {
	background-color: #fff2f2;
	border-radius: 8px;
	padding: 1em 17px
}

.form__group-abstract {
	margin-bottom: 7.5px;
	font-size: 10px
}

.form__group-abstract a {
	transition: color .4s;
	text-decoration: underline
}

.form__group-abstract a:link,
.form__group-abstract a:visited {
	color: #0f0f0f
}

.form__group-abstract a:hover {
	color: #141414
}

.form__group-abstract a:active {
	color: #141414;
	transition: color .2s
}

.form__group-heading {
	font-size: 12px;
	font-weight: 700;
	margin-top: 2em;
	margin-bottom: 1em
}

.form__label {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 7px;
	font-size: 13px;
	display: inline-block
}

.form__label:after {
	content: "*";
	color: #0f0f0f;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all .333s ease-in-out
}

.form__field,
.form__textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d6d6d6;
	color: #141414;
	font-size: 14px;
	background-color: transparent;
	display: block;
	width: 100%;
	border-radius: 0
}

::-webkit-input-placeholder {
	color: #2d2d2e
}

:-moz-placeholder,
::-moz-placeholder {
	color: #2d2d2e
}

:-ms-input-placeholder {
	color: #2d2d2e
}

.form__field:focus,
.form__textarea:focus {
	background-color: transparent;
	border: 1px solid #141414;
	box-shadow: none;
	color: #141414;
	outline: 0
}

.form__field:disabled,
.form__textarea:disabled {
	opacity: .4
}

.form__field.is-invalid,
.form__textarea.is-invalid {
	color: #ceb02e;
	border: 1px solid #ceb02e
}

.form__group.has-icon .form__field,
.form__group.has-icon .form__textarea {
	padding-right: 42px
}

.form__field {
	height: 49px;
	padding: 14px
}

.form__textarea {
	padding: 20px 14px;
	height: 98px
}

.form__submit {
	min-width: 100%
}

@media screen and (min-width:600px) {
	.form__submit {
		min-width: 180px
	}
}

.form__checkbox-title,
.form__radio-title {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	min-width: 100%;
	text-transform: uppercase;
	margin-right: 28px;
	margin-bottom: 7px
}

@media screen and (min-width:600px) {
	.form__checkbox-title,
	.form__radio-title {
		min-width: 90px;
		margin-bottom: 0
	}
}

.form__checkbox-label,
.form__radio-label {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer
}

.form__checkbox-label:not(:last-child),
.form__radio-label:not(:last-child) {
	margin-right: 28px
}

.form__checkbox-wrapper,
.form__radio-wrapper {
	position: relative;
	display: inline-block
}

.form__checkbox-wrapper input[type="radio"],
.form__radio-wrapper input[type="radio"] {
	height: 21px;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 21px;
	z-index: 10;
	cursor: pointer
}

.form__checkbox-wrapper input[type="radio"]:checked+.form__custom-radio:after,
.form__radio-wrapper input[type="radio"]:checked+.form__custom-radio:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.form__checkbox-wrapper input[type="radio"]:checked+.form__custom-radio:before,
.form__checkbox-wrapper input[type="radio"]:hover+.form__custom-radio:before,
.form__radio-wrapper input[type="radio"]:checked+.form__custom-radio:before,
.form__radio-wrapper input[type="radio"]:hover+.form__custom-radio:before {
	border-color: #2d2d2e
}

.form__custom-radio {
	width: 21px;
	height: 21px;
	display: block;
	font-size: 13px
}

.form__custom-radio:before {
	content: "";
	position: absolute;
	left: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	border: 2px solid #e3e3e6;
	transition: border-color .5s ease-out
}

.form__custom-radio:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	background-color: #2d2d2e;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all .333s ease-out
}

.form__checkbox-label-text,
.form__radio-label-text {
	display: inline-block;
	margin-left: 14px;
	margin-top: 2px;
	font-size: 14px
}

.form__checkbox-wrapper input[type="checkbox"] {
	height: 22px;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	z-index: 10;
	cursor: pointer
}

.form__checkbox-wrapper input[type="checkbox"]:checked+.form__custom-checkbox .Icon {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.form__checkbox-wrapper input[type="checkbox"]:checked+.form__custom-checkbox:before,
.form__checkbox-wrapper input[type="checkbox"]:hover+.form__custom-checkbox:before {
	border-color: #2d2d2e
}

.form__custom-checkbox {
	width: 21px;
	height: 21px;
	display: block;
	font-size: 11px
}

.form__custom-checkbox:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #e3e3e6;
	transition: border-color .5s ease-out
}

.form__custom-checkbox .Icon {
	margin-top: 5px;
	margin-left: 5px;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all .333s ease-out
}

.form__error-block {
	color: #ceb02e;
	transition: all .5s ease-in-out;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	font-size: 11px
}

.form__error-block.is-visible {
	opacity: 1;
	max-height: 100px
}

.form__error-block.has-no-pad span {
	padding-left: 0;
	padding-right: 0
}

.form__error-block span {
	display: inline-block;
	padding: 7px 14px 0
}

.form__error-block ul {
	list-style: none
}

.form__error-block ul li {
	display: none;
	padding: 7px 14px 0
}

.form__error-block ul li.is-visible {
	display: block
}

.form.is-three-cols-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form.is-three-cols-grid .form__group {
	width: 100%
}

.form.is-three-cols-grid .form__group.is-size-40 {
	width: calc(40% - 7px)
}

.form.is-three-cols-grid .form__group.is-size-60 {
	width: calc(60% - 7px)
}

.form.is-three-cols-grid .form__group.is-size-50 {
	width: calc(50% - 7px)
}

@media screen and (max-width:767px) {
	.form.is-three-cols-grid .form__group.is-size-50 {
		width: 100%
	}
}

@media screen and (min-width:600px) {
	.form.is-three-cols-grid .form__group {
		width: calc(50% - 7px)
	}
	.form.is-three-cols-grid .form__group.is-size-40 {
		width: calc(20% - 9.33333px)
	}
	.form.is-three-cols-grid .form__group.is-size-60 {
		width: calc(30% - 9.33333px)
	}
	.form.is-three-cols-grid .form__group.is-size-50 {
		width: calc(50% - 9.33333px)
	}
	.form.is-three-cols-grid .form__group.is-full {
		width: 100%
	}
}

@media screen and (min-width:960px) {
	.form.is-three-cols-grid .form__group {
		width: calc(33% - 9.33333px)
	}
	.form.is-three-cols-grid .form__group.is-size-40 {
		width: calc(13% - 14px)
	}
	.form.is-three-cols-grid .form__group.is-size-60 {
		width: calc(20% - 14px)
	}
	.form.is-three-cols-grid .form__group.is-size-50 {
		width: calc(50% - 14px)
	}
	.form.is-three-cols-grid .form__group.is-full {
		width: 100%
	}
}

.form__privacy-block {
	padding: 14px 0
}

.form__privacy-block__title {
	margin: 16px 0;
	font-weight: 700
}

.form__mandatories {
	padding: 14px 0;
	border-top: 1px solid #e3e3e6;
	margin-top: 6px;
	font-style: italic;
	font-size: 11px
}

.form__privacy-block__abstract {
	margin-bottom: 0;
	display: block
}

.form__privacy-block__abstract .editorial-text {
	padding: 0 0 0 10px
}

.float-label__label {
	position: absolute;
	top: 17px;
	left: 0;
	transition: all .333s ease-in-out;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}

.float-label__label.is-float {
	-webkit-transform: scale(.7) translate(6px, -11px);
	transform: scale(.7) translate(6px, -11px)
}

.float-label__label.is-disabled {
	opacity: .4
}

.float-label__field {
	transition: all .333s ease-in-out;
	color: transparent
}

.float-label__field.is-float {
	padding-bottom: 1px;
	color: currentColor
}

.custom-select-container {
	position: relative
}

.custom-select-container.is-invalid .custom-select-opener {
	border: 1px solid #0f0f0f;
	color: #0f0f0f
}

.custom-select-container.is-invalid .custom-select-opener:after {
	border-right-color: #0f0f0f;
	border-bottom-color: #0f0f0f
}

.custom-select-container.is-disabled {
	opacity: .4
}

.custom-select-field {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0
}

.custom-select-opener {
	border: 1px solid #d6d6d6;
	color: #141414;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	height: 49px;
	line-height: 20px;
	padding: 14px 42px 14px 14px;
	background-color: transparent;
	display: block;
	width: 100%;
	transition: all .1s cubic-bezier(.77, 0, .175, 1) .25s;
	cursor: pointer;
	white-space: nowrap
}

.custom-select-opener:focus {
	outline: none
}

.custom-select-opener.is-active {
	transition: all .1s cubic-bezier(.77, 0, .175, 1);
	background-color: #fff
}

.custom-select-opener.is-active:after {
	-webkit-transform: rotateX(180deg) rotate(45deg);
	transform: rotateX(180deg) rotate(45deg)
}

.custom-select-opener:after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #141414;
	border-bottom: 1px solid #141414;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 17px;
	right: 21px;
	position: absolute;
	transition: all .333s cubic-bezier(.77, 0, .175, 1)
}

.custom-select-opener span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis
}

html:not(.is-touch) .custom-select-container.is-open .custom-select-opener {
	border-color: #0f0f0f
}

html:not(.is-touch) .custom-select-container.is-open .custom-select-panel {
	max-height: 300px;
	border-bottom: 1px solid #0f0f0f;
	transition: all .25s cubic-bezier(.77, 0, .175, 1) .1s
}

html:not(.is-touch) .custom-select-field {
	visibility: hidden
}

html:not(.is-touch) .custom-select-panel {
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #f4f4f5;
	max-height: 0;
	transition: all .25s cubic-bezier(.77, 0, .175, 1);
	overflow-y: auto;
	z-index: 1;
	border-left: 1px solid #141414;
	border-right: 1px solid #141414;
	scrollbar-track-color: #bcbcbc;
	scrollbar-face-color: #2d2d2e;
	scrollbar-highlight-color: #2d2d2e;
	scrollbar-3dlight-color: #2d2d2e;
	scrollbar-shadow-color: #2d2d2e;
	scrollbar-darkshadow-color: #bcbcbc
}

html:not(.is-touch) .custom-select-panel::-webkit-scrollbar {
	width: 7px
}

html:not(.is-touch) .custom-select-panel::-webkit-scrollbar-button {
	width: 0;
	height: 0
}

html:not(.is-touch) .custom-select-panel::-webkit-scrollbar-track {
	background-color: #bcbcbc;
	border-radius: 0
}

html:not(.is-touch) .custom-select-panel::-webkit-scrollbar-thumb {
	background-color: #2d2d2e;
	cursor: pointer
}

html:not(.is-touch) .custom-select-option {
	padding: 7px 14px;
	position: relative;
	transition: all .333s cubic-bezier(.77, 0, .175, 1);
	cursor: pointer;
	color: #141414;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}

html:not(.is-touch) .custom-select-option:first-child {
	margin-top: 14px
}

html:not(.is-touch) .custom-select-option:last-child {
	margin-bottom: 14px
}

html:not(.is-touch) .custom-select-option.has-focus,
html:not(.is-touch) .custom-select-option.is-selected {
	background-color: #e3e3e6
}

html:not(.is-touch) .custom-select-option.has-focus {
	background-color: #fff
}

html:not(.is-touch) .custom-select-optgroup {
	padding: 25px 14px 8px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px
}

html.is-touch .custom-select-panel {
	display: none
}

.vgg .pagination {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.vgg .pagination__link {
	transition: color .4s;
	padding: 4px 8px;
	border-radius: 4px
}

.vgg .pagination__link:link,
.vgg .pagination__link:visited {
	color: #141414
}

.vgg .pagination__link:hover {
	color: #0f0f0f
}

.vgg .pagination__link:active {
	color: #fff;
	transition: color .2s
}

.vgg .pagination__link.is-active {
	background-color: #0f0f0f;
	color: #fff
}

.goto-top {
	padding: 14px 0;
	background-color: #fff
}

.goto-top.has-grey-mid-bg {
	background-color: #2d2d2e
}

@media screen and (min-width:1280px) {
	.goto-top {
		display: none
	}
}

@media screen and (min-width:768px) {
	.sticky-bar~.goto-top {
		margin-top: 59px;
		transition: -webkit-transform .333s cubic-bezier(.77, 0, .175, 1) .333s;
		transition: transform .333s cubic-bezier(.77, 0, .175, 1) .333s;
		transition: transform .333s cubic-bezier(.77, 0, .175, 1) .333s, -webkit-transform .333s cubic-bezier(.77, 0, .175, 1) .333s
	}
}

.goto-top__button {
	display: block;
	background-color: #0f0f0f;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	transition: all .333s cubic-bezier(.77, 0, .175, 1) .333s;
	margin: 0 auto;
	position: relative;
	text-align: center;
	line-height: 50px
}

@media screen and (min-width:768px) {
	.goto-top__button {
		margin-right: 14px
	}
}

.goto-top__button:active {
	background-color: #666
}

.goto-top__button .Icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: -webkit-transform .333s cubic-bezier(.77, 0, .175, 1);
	transition: transform .333s cubic-bezier(.77, 0, .175, 1);
	transition: transform .333s cubic-bezier(.77, 0, .175, 1), -webkit-transform .333s cubic-bezier(.77, 0, .175, 1)
}

.sticky-bar {
	padding: 28px;
	background-color: #fff;
	box-shadow: 0 0 14px hsla(0, 0%, 6%, .1);
	margin-top: 70px
}

@media screen and (min-width:768px) {
	.sticky-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		transition: -webkit-transform .333s cubic-bezier(.77, 0, .175, 1) .333s;
		transition: transform .333s cubic-bezier(.77, 0, .175, 1) .333s;
		transition: transform .333s cubic-bezier(.77, 0, .175, 1) .333s, -webkit-transform .333s cubic-bezier(.77, 0, .175, 1) .333s;
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		padding: 0;
		background-color: #0f0f0f;
		box-shadow: 0 -4px 42px hsla(0, 0%, 6%, .15);
		z-index: 10;
		border-bottom: 1px solid #2d2d2e;
		margin-top: 0
	}
	.sticky-bar.is-visible {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		transition: -webkit-transform .333s cubic-bezier(.77, 0, .175, 1);
		transition: transform .333s cubic-bezier(.77, 0, .175, 1);
		transition: transform .333s cubic-bezier(.77, 0, .175, 1), -webkit-transform .333s cubic-bezier(.77, 0, .175, 1)
	}
	.sticky-bar ul {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.sticky-bar li.is-light a {
	background-color: #f4f4f5;
	transition: color .4s
}

.sticky-bar li.is-light a:link,
.sticky-bar li.is-light a:visited {
	color: #0f0f0f
}

.sticky-bar li.is-light a:active {
	color: #fff;
	transition: color .2s
}

.sticky-bar li.is-light a:before {
	background-color: #0f0f0f
}

.sticky-bar li.is-light a:hover {
	color: #fff
}

.sticky-bar li.is-light a:hover:before {
	opacity: 1
}

@media screen and (max-width:768px) {
	.sticky-bar li.is-light a {
		border: 1px solid #0f0f0f
	}
}

@media screen and (min-width:768px) {
	.sticky-bar li:first-child a {
		border-left: 1px solid #2d2d2e
	}
	.sticky-bar li {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 33.333%;
		-webkit-flex-basis: 33.333%;
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%
	}
}

.sticky-bar a {
	transition: color .4s;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	padding: 21px 28px;
	text-align: center;
	transition: all .333s cubic-bezier(.77, 0, .175, 1);
	position: relative;
	background-color: #0f0f0f;
	margin-bottom: 7px
}

.sticky-bar a:link,
.sticky-bar a:visited {
	color: #fff
}

.sticky-bar a:hover {
	color: #0f0f0f
}

.sticky-bar a:active {
	color: #0f0f0f;
	transition: color .2s
}

@media screen and (min-width:768px) {
	.sticky-bar a {
		margin-bottom: 0;
		border-radius: 0;
		border-right: 1px solid #2d2d2e;
		border-top: 1px solid #2d2d2e
	}
}

.sticky-bar a:hover:before {
	opacity: 1
}

.sticky-bar a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .333s cubic-bezier(.77, 0, .175, 1)
}

.sticky-bar a span {
	position: relative
}

.sticky-bar .Icon--cart {
	font-size: 1.4em;
	margin-left: 7px
}

@media screen and (min-width:768px) {
	.sticky-bar__inner {
		opacity: 0;
		transition: opacity .333s cubic-bezier(.77, 0, .175, 1)
	}
	.sticky-bar.is-visible .sticky-bar__inner {
		opacity: 1;
		transition: opacity .333s cubic-bezier(.77, 0, .175, 1) .333s
	}
}

.mobile-chat {
	position: fixed;
	bottom: 14px;
	right: 14px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	background-color: #ceb02e;
	color: #fff;
	font-size: 20px;
	z-index: 30
}

.t-grey-dark {
	background-color: #141414;
	color: #fff
}

.t-grey-mid {
	background-color: #2d2d2e;
	color: #fff
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background-color: #0f0f0f;
	z-index: 100;
	opacity: 0;
	transition: opacity .333s ease-in
}

@media screen and (min-width:1280px) {
	.site-header {
		background-color: transparent;
		position: absolute;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 0
	}
	.site-header:not(.is-full) {
		width: 225px
	}
}

body.is-ready .site-header {
	opacity: 1
}

.site-header__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media screen and (min-width:1280px) {
	.site-header__logo {
		top: 32px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	body:not(.has-hero-slider) .site-header__logo {
		display: none
	}
}

.site-header__logo img {
	width: 100%;
	max-width: 190px
}

@media screen and (min-width:560px) {
	.site-header__logo img {
		max-width: none;
		width: 225px
	}
}

@media screen and (min-width:768px) {
	.site-header__logo img {
		width: 260px
	}
}

@media screen and (min-width:1280px) {
	.site-header__logo img {
		width: 320px;
		height: 57px
	}
}

.site-header__show-menu {
	position: absolute;
	top: 50%;
	left: 21px;
	height: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20
}

@media screen and (min-width:375px) {
	.site-header__show-menu {
		left: 28px
	}
}

@media screen and (min-width:1280px) {
	.site-header__show-menu {
		width: 50px;
		position: fixed;
		left: 0;
		background-color: #0f0f0f;
		padding: 98px 14px;
		transition: -webkit-transform .25s cubic-bezier(.165, .84, .44, 1) .5s;
		transition: transform .25s cubic-bezier(.165, .84, .44, 1) .5s;
		transition: transform .25s cubic-bezier(.165, .84, .44, 1) .5s, -webkit-transform .25s cubic-bezier(.165, .84, .44, 1) .5s
	}
	.site-header__show-menu.is-active {
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
		transition: -webkit-transform .25s cubic-bezier(.895, .03, .685, .22);
		transition: transform .25s cubic-bezier(.895, .03, .685, .22);
		transition: transform .25s cubic-bezier(.895, .03, .685, .22), -webkit-transform .25s cubic-bezier(.895, .03, .685, .22)
	}
}

.site-header__show-menu:hover span:before {
	-webkit-transform: translate3d(0, -3.5px, 0);
	transform: translate3d(0, -3.5px, 0)
}

.site-header__show-menu:hover span:after {
	-webkit-transform: translate3d(0, 3.5px, 0);
	transform: translate3d(0, 3.5px, 0)
}

.site-header__show-menu span {
	position: relative;
	display: block;
	width: 21px;
	height: 2px;
	background-color: #fff
}

.site-header__show-menu span:after,
.site-header__show-menu span:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	transition: -webkit-transform .5s cubic-bezier(.77, 0, .175, 1);
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
	transition: transform .5s cubic-bezier(.77, 0, .175, 1), -webkit-transform .5s cubic-bezier(.77, 0, .175, 1)
}

.site-header__show-menu span:before {
	top: -7px
}

.site-header__show-menu span:after {
	bottom: -7px
}

@media screen and (min-width:1280px) {
	.site-header__links {
		position: fixed;
		z-index: 999999999;
		background-color: #0f0f0f;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.site-header__chat {
		display: block;
		margin-top: 7px;
		margin-bottom: 7px
	}
	.site-header__chat a {
		display: block
	}
	.site-header__chat:hover .Icon {
		opacity: 1
	}
	.site-header__chat:hover img {
		z-index: -2
	}
	.site-header__chat .Icon {}
	.site-header__chat img {
		width: 22px;
		position: absolute;
		top: 11px;
		left: 15px
	}
	.site-header.has-all-links .site-header__chat {
		margin-top: 0;
		margin-bottom: 0
	}
}

@media screen and (min-width:375px) {
	.site-header__email {
		padding-left: 28px;
		padding-right: 28px
	}
}

@media screen and (min-width:1280px) {
	.site-header__calendar,
	.site-header__chat,
	.site-header__email {
		position: relative;
		color: #fff;
		font-size: 22px;
		padding: 7px 14px
	}
	.site-header__links {
		padding: 3px 0!important
	}
	.site-header__links.inner .site-header__email {
		display: none
	}
	.site-header__links.inner .site-header__calendar {
		display: none
	}
	.site-header__links a {
		border-bottom: 1px solid #e15d76;
		padding: 8px 0;
		margin: 0 14px;
		display: block
	}
	.site-header__links a:before {
		content: attr(data-label);
		text-transform: uppercase;
		background-color: #fff;
		color: #fff;
		font-weight: 700;
		position: absolute;
		white-space: nowrap;
		top: 0;
		transform: translateX(100%);
		transition: transform .33s ease-in-out, color .66s ease-in-out;
		z-index: -1;
		right: -14px;
		font-size: 12px;
		padding: 14px 56px 14px 21px
	}
	.site-header__links a:hover {
		color: #0f0f0f
	}
	.site-header__links a:hover:before {
		transform: translateX(0);
		color: #0f0f0f;
		display: block
	}
	.site-header__links a.site-header__chat_new {
		border-bottom: none;
		padding: 0
	}
	.site-header__links a.site-header__chat_new .mobile-chat {
		margin: 13px 0
	}
	.site-header__chat_new .Icon {
		opacity: 1;
		transform: scale(1.3)
	}
	.site-header__chat_new:hover .mobile-chat {
		color: #0f0f0f
	}
}

.site-header__share {
	display: none
}

@media screen and (min-width:1280px) {
	.site-header__share {
		display: block;
		position: fixed;
		right: 0;
		top: 85px
	}
	.site-header__share ul {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.site-header__share a {
		transition: color .4s;
		font-size: 24px;
		padding: 7px;
		display: block
	}
	.site-header__share a:link,
	.site-header__share a:visited {
		color: #bcbcbc
	}
	.site-header__share a:hover {
		color: #2d2d2e
	}
	.site-header__share a:active {
		color: #0f0f0f;
		transition: color .2s
	}
}

.site-header__share-panel .Icon--linkedin {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

@media screen and (min-width:1280px) {
	.site-header__share-panel {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translate(100%, -50%);
		transform: translate(100%, -50%);
		transition: -webkit-transform .333s cubic-bezier(.165, .84, .44, 1);
		transition: transform .333s cubic-bezier(.165, .84, .44, 1);
		transition: transform .333s cubic-bezier(.165, .84, .44, 1), -webkit-transform .333s cubic-bezier(.165, .84, .44, 1);
		background-color: #fff;
		z-index: 1;
		padding: 0 70px 0 14px
	}
	.site-header__share-panel:hover {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.site-header__share-opener {
		font-size: 18px;
		position: relative;
		z-index: 2;
		padding: 14px
	}
	.site-header__share-opener:hover~.site-header__share-panel {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.site-menu {
	position: fixed;
	overflow: hidden;
	pointer-events: none;
	z-index: 150
}

.site-menu,
.site-menu:before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.site-menu:before {
	content: "";
	display: block;
	position: absolute;
	background: rgba(45, 45, 46, .7);
	opacity: 0;
	will-change: opacity;
	transition: opacity .666s cubic-bezier(0, 0, .3, 1)
}

@media screen and (min-width:1280px) {
	.site-menu:before {
		display: none
	}
}

.site-menu.is-visible {
	pointer-events: auto;
	z-index: 150
}

.site-menu.is-visible:before {
	opacity: 1
}

.site-menu.is-visible-desktop {
	z-index: 150
}

@media screen and (min-width:1280px) {
	.site-menu {
		width: 0;
		overflow: visible;
		pointer-events: auto;
		z-index: 19
	}
}

.picasso_menu_panel {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	will-change: transform;
	-webkit-perspective: 2000px;
	perspective: 2000px;
	transition: -webkit-transform .5s cubic-bezier(.895, .03, .685, .22);
	transition: transform .5s cubic-bezier(.895, .03, .685, .22);
	transition: transform .5s cubic-bezier(.895, .03, .685, .22), -webkit-transform .5s cubic-bezier(.895, .03, .685, .22)
}

@media screen and (min-width:768px) {
	.picasso_menu_panel {
		width: 320px
	}
}

@media screen and (min-width:1280px) {
	.picasso_menu_panel {
		width: 225px
	}
	.site-menu.is-visible-desktop .picasso_menu_panel {
		transition: -webkit-transform .666s cubic-bezier(.165, .84, .44, 1) .25s;
		transition: transform .666s cubic-bezier(.165, .84, .44, 1) .25s;
		transition: transform .666s cubic-bezier(.165, .84, .44, 1) .25s, -webkit-transform .666s cubic-bezier(.165, .84, .44, 1) .25s;
		-webkit-transform: none;
		transform: none
	}
}

.site-menu.is-visible .picasso_menu_panel {
	-webkit-transform: none;
	transform: none;
	transition: -webkit-transform .666s cubic-bezier(.165, .84, .44, 1);
	transition: transform .666s cubic-bezier(.165, .84, .44, 1);
	transition: transform .666s cubic-bezier(.165, .84, .44, 1), -webkit-transform .666s cubic-bezier(.165, .84, .44, 1)
}

@media screen and (min-width:1280px) {
	.site-menu.is-visible .picasso_menu_panel {
		transition: -webkit-transform .666s cubic-bezier(.165, .84, .44, 1) .25s;
		transition: transform .666s cubic-bezier(.165, .84, .44, 1) .25s;
		transition: transform .666s cubic-bezier(.165, .84, .44, 1) .25s, -webkit-transform .666s cubic-bezier(.165, .84, .44, 1) .25s
	}
}

.picasso_menu_front-face {
	-webkit-transform: none;
	transform: none;
	will-change: transform;
	transition: -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
	transition: transform .8s cubic-bezier(.77, 0, .175, 1);
	transition: transform .8s cubic-bezier(.77, 0, .175, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #0f0f0f;
	height: 100%;
	position: relative
}

@media screen and (max-width:1279px) {
	.picasso_menu_front-face.is-flipped {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}
}

.picasso_menu_front-face-inner {
	height: 100%;
	position: relative
}

@media screen and (max-width:1279px) {
	.picasso_menu_front-face-inner {
		overflow-y: auto
	}
}

.picasso_menu_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #0f0f0f;
	z-index: 1
}

@media screen and (min-width:1280px) {
	.picasso_menu_header {
		display: block;
		position: absolute;
		height: auto
	}
}

.picasso_menu_logo {
	display: none
}

@media screen and (min-width:1280px) {
	.picasso_menu_logo {
		display: block;
		padding: 35px
	}
	.picasso_menu_logo img {
		width: 100%;
		height: auto
	}
}

.picasso_menu_hide,
.picasso_menu_show-lang-menu {
	color: #fff;
	padding: 0 28px
}

.picasso_menu_show-lang-menu {
	font-size: 15px;
	font-weight: 700;
	position: relative
}

.picasso_menu_show-lang-menu:before {
	content: "";
	position: absolute;
	top: 110%;
	left: 28px;
	width: 22px;
	height: 2px;
	background-color: #fff
}

@media screen and (min-width:1280px) {
	.picasso_menu_show-lang-menu {
		display: none
	}
}

.picasso_menu_hide {
	font-size: 22px
}

@media screen and (min-width:1280px) {
	.picasso_menu_hide {
		display: none
	}
}

.picasso_menu_list {
	padding-top: 89px
}

@media screen and (min-width:1280px) {
	.picasso_menu_list {
		position: absolute;
		padding-top: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media screen and (min-width:1280px) and (max-height:680px) {
	.picasso_menu_list {
		padding-top: 160px
	}
}
button.picasso_menu_sublist-opener.has-current {
    color: #F2B705;
}
.picasso_menu_sublist-opener {
	color: #fff;
	padding: 0 28px;
	font-size: 19px;
	font-weight: 700;
	position: relative;
	margin: 7px 0;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	transition: color .4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

@media screen and (min-width:1280px) {
	.picasso_menu_sublist-opener {
		font-size: 12px;
		margin-left: 7px;
		padding-top: 7px;
		padding-bottom: 7px
	}
}

@media screen and (min-width:1280px) and (max-height:768px) {
	.picasso_menu_sublist-opener {
		padding-top: 3.5px;
		padding-bottom: 3.5px
	}
}

.picasso_menu_sublist-opener:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background-color: #666;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: -webkit-transform .333s cubic-bezier(.77, 0, .175, 1);
	transition: transform .333s cubic-bezier(.77, 0, .175, 1);
	transition: transform .333s cubic-bezier(.77, 0, .175, 1), -webkit-transform .333s cubic-bezier(.77, 0, .175, 1)
}

@media screen and (min-width:1280px) {
	.picasso_menu_sublist-opener:before {
		width: 2px
	}
}

.picasso_menu_sublist-opener:hover {
	color: #bcbcbc
}

.picasso_menu_sublist-opener.has-current:before,
.picasso_menu_sublist-opener.is-active:before,
.picasso_menu_sublist-opener:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.picasso_menu_sublist-opener.has-current:before {
	background-color: #fff
}

.picasso_menu_sublist {
	height: 0;
	overflow: hidden
}

@media screen and (min-width:1280px) {
	.picasso_menu_sublist {
		height: auto;
		position: absolute;
		top: 50%;
		left: 225px;
		width: 225px;
		-webkit-transform: translate(-225px, -50%);
		transform: translate(-225px, -50%);
		transition: visibility .1s .666s, opacity .333s cubic-bezier(.165, .84, .44, 1) .333s, -webkit-transform .666s cubic-bezier(.165, .84, .44, 1);
		transition: transform .666s cubic-bezier(.165, .84, .44, 1), visibility .1s .666s, opacity .333s cubic-bezier(.165, .84, .44, 1) .333s;
		transition: transform .666s cubic-bezier(.165, .84, .44, 1), visibility .1s .666s, opacity .333s cubic-bezier(.165, .84, .44, 1) .333s, -webkit-transform .666s cubic-bezier(.165, .84, .44, 1);
		visibility: hidden;
		opacity: 0;
		z-index: -1
	}
	.picasso_menu_sublist.is-visible {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		visibility: visible;
		transition: visibility .1s, opacity .5s cubic-bezier(.165, .84, .44, 1) .166s, -webkit-transform .666s cubic-bezier(.165, .84, .44, 1);
		transition: transform .666s cubic-bezier(.165, .84, .44, 1), visibility .1s, opacity .5s cubic-bezier(.165, .84, .44, 1) .166s;
		transition: transform .666s cubic-bezier(.165, .84, .44, 1), visibility .1s, opacity .5s cubic-bezier(.165, .84, .44, 1) .166s, -webkit-transform .666s cubic-bezier(.165, .84, .44, 1);
		opacity: 1
	}
}

@media screen and (max-width:1279px) {
	.picasso_menu_subitem:last-child {
		padding-bottom: 14px
	}
}

@media screen and (min-width:1280px) {
	.picasso_menu_subitem:first-child .picasso_menu_sublink {
		font-size: 16px;
		margin-bottom: 14px
	}
}

.picasso_menu_sublink {
	transition: color .4s;
	font-size: 16px;
	text-decoration: none;
	padding: 7px 56px;
	display: block;
	transition: all .333s cubic-bezier(.77, 0, .175, 1)
}

.picasso_menu_sublink:link,
.picasso_menu_sublink:visited {
	color: #fff
}

.picasso_menu_sublink:hover {
	color: #666
}

.picasso_menu_sublink:active {
	color: #2d2d2e;
	transition: color .2s
}

.picasso_menu_sublink.is-active,
.picasso_menu_sublink:active {
	background-color: #fff;
	color: #0f0f0f
}

@media screen and (min-width:1280px) {
	.picasso_menu_sublink {
		transition: color .4s;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		position: relative;
		margin: 7px;
		padding-left: 28px;
		padding-right: 28px
	}
	.picasso_menu_sublink:link,
	.picasso_menu_sublink:visited {
		color: #0f0f0f
	}
	.picasso_menu_sublink:hover {
		color: #666
	}
	.picasso_menu_sublink:active {
		color: #666;
		transition: color .2s
	}
	.picasso_menu_sublink:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 2px;
		background-color: #bcbcbc;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		transition: all .333s cubic-bezier(.77, 0, .175, 1)
	}
	.picasso_menu_sublink.is-current:before,
	.picasso_menu_sublink:hover:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
	.picasso_menu_sublink.is-current:before {
		background-color: #0f0f0f
	}
}

.picasso_menu_white-panel {
	display: none
}

@media screen and (min-width:1280px) {
	.picasso_menu_white-panel {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 225px;
		height: 100%;
		background-color: #fff;
		box-shadow: 5px 0 40px rgba(0, 0, 0, .1);
		transition: opacity .01s .5s, -webkit-transform .333s cubic-bezier(.165, .84, .44, 1) .166s;
		transition: transform .333s cubic-bezier(.165, .84, .44, 1) .166s, opacity .01s .5s;
		transition: transform .333s cubic-bezier(.165, .84, .44, 1) .166s, opacity .01s .5s, -webkit-transform .333s cubic-bezier(.165, .84, .44, 1) .166s;
		opacity: 0;
		-webkit-transform: none;
		transform: none
	}
	.site-menu.is-visible-desktop .picasso_menu_white-panel.has-current,
	.site-menu.is-visible-desktop .picasso_menu_white-panel.is-anim {
		opacity: 1;
		-webkit-transform: translate3d(15px, 0, 0);
		transform: translate3d(15px, 0, 0);
		transition: -webkit-transform .333s cubic-bezier(.165, .84, .44, 1) .166s;
		transition: transform .333s cubic-bezier(.165, .84, .44, 1) .166s;
		transition: transform .333s cubic-bezier(.165, .84, .44, 1) .166s, -webkit-transform .333s cubic-bezier(.165, .84, .44, 1) .166s
	}
	.picasso_menu_white-panel.is-visible.is-visible.is-visible {
		opacity: 1;
		-webkit-transform: translate3d(225px, 0, 0)!important;
		transform: translate3d(225px, 0, 0)!important;
		transition: -webkit-transform .333s cubic-bezier(.165, .84, .44, 1);
		transition: transform .333s cubic-bezier(.165, .84, .44, 1);
		transition: transform .333s cubic-bezier(.165, .84, .44, 1), -webkit-transform .333s cubic-bezier(.165, .84, .44, 1)
	}
}

.picasso_menu_cta-block {
	padding: 28px
}

@media screen and (min-width:1280px) {
	.picasso_menu_cta-block {
		display: none
	}
}

.picasso_menu_cta-block .button {
	margin-bottom: 14px
}

.picasso_menu_cta-block .button:nth-child(1) {
	background-color: #ceb02e
}

.picasso_menu_cta-block .Icon--calendar.Icon--calendar {
	font-size: 32px;
	-webkit-transform: translate(5px, -50%);
	transform: translate(5px, -50%)
}

.lang-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	transition: -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
	transition: transform .8s cubic-bezier(.77, 0, .175, 1);
	transition: transform .8s cubic-bezier(.77, 0, .175, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

@media screen and (min-width:768px) {
	.lang-menu {
		width: 320px
	}
}

@media screen and (min-width:1280px) {
	.lang-menu {
		left: 100vw;
		top: 35px;
		height: 45px;
		-webkit-transform: translate3d(178px, 0, 0);
		transform: translate3d(178px, 0, 0);
		transition: -webkit-transform .5s cubic-bezier(.895, .03, .685, .22);
		transition: transform .5s cubic-bezier(.895, .03, .685, .22);
		transition: transform .5s cubic-bezier(.895, .03, .685, .22), -webkit-transform .5s cubic-bezier(.895, .03, .685, .22);
		background-color: transparent;
		position: absolute;
		width: 225px
	}
	.site-menu.is-visible-desktop .lang-menu,
	.site-menu.is-visible .lang-menu {
		-webkit-transform: translate3d(-47px, 0, 0);
		transform: translate3d(-47px, 0, 0);
		transition: -webkit-transform .666s cubic-bezier(.165, .84, .44, 1) .25s;
		transition: transform .666s cubic-bezier(.165, .84, .44, 1) .25s;
		transition: transform .666s cubic-bezier(.165, .84, .44, 1) .25s, -webkit-transform .666s cubic-bezier(.165, .84, .44, 1) .25s
	}
}

.lang-menu.is-visible {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.lang-menu__panel {
	position: absolute;
	top: 50%;
	left: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

@media screen and (min-width:1280px) {
	.lang-menu__panel {
		left: 47px;
		background-color: #fff;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: -webkit-transform .333s cubic-bezier(.165, .84, .44, 1);
		transition: transform .333s cubic-bezier(.165, .84, .44, 1);
		transition: transform .333s cubic-bezier(.165, .84, .44, 1), -webkit-transform .333s cubic-bezier(.165, .84, .44, 1)
	}
	.lang-menu__panel:hover {
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%)
	}
	.lang-menu__panel ul {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.lang-menu__panel ul li:first-child {
		padding-left: 14px
	}
	.lang-menu__panel ul li:last-child {
		padding-right: 70px
	}
}

.lang-menu__panel ul a {
	transition: color .4s;
	font-size: 35px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase
}

.lang-menu__panel ul a:link,
.lang-menu__panel ul a:visited {
	color: #bcbcbc
}

.lang-menu__panel ul a:hover {
	color: #2d2d2e
}

.lang-menu__panel ul a:active {
	color: #0f0f0f;
	transition: color .2s
}

@media screen and (min-width:1280px) {
	.lang-menu__panel ul a {
		display: block;
		font-size: 14px;
		padding: 14px 7px;
		white-space: nowrap
	}
}

.lang-menu__panel ul a.is-current {
	color: #0f0f0f
}

@media screen and (min-width:1280px) {
	.lang-menu__panel ul a span {
		display: none
	}
	.lang-menu__panel ul a:before {
		content: attr(data-lang)
	}
}

.lang-menu__title {
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	top: 21px;
	left: 28px
}

@media screen and (min-width:1280px) {
	.lang-menu__title {
		display: none
	}
}

.lang-menu__hide {
	font-size: 22px;
	position: absolute;
	top: 21px;
	right: 28px
}

.lang-menu__hide span {
	display: none
}

@media screen and (min-width:1280px) {
	.lang-menu__hide {
		top: auto;
		right: auto;
		left: 0;
		z-index: 2;
		padding: 14px
	}
	.lang-menu__hide svg {
		display: none
	}
	.lang-menu__hide span {
		display: block;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		transition: color .4s
	}
	.site-header.is-light .lang-menu__hide span {
		color: #fff
	}
	.lang-menu__hide:hover span {
		color: #0f0f0f!important
	}
	.lang-menu__hide:hover~.lang-menu__panel {
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%)
	}
}

.site-footer {
	color: #fff
}

@media screen and (min-width:1280px) {
	.sticky-bar~.site-footer {
		margin-top: 59px
	}
}

.site-footer__content {
	padding-top: 1px;
	padding-bottom: 1px
}

@media screen and (min-width:768px) {
	.site-footer__bottom {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.footer-social {
	text-align: center;
	border-bottom: 1px solid #2d2d2e
}

@media screen and (min-width:560px) {
	.footer-social {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.footer-social__label {
	font-weight: 700;
	color: #666;
	margin-top: 28px;
	margin-bottom: 28px
}

.footer-social__nav {
	list-style: none;
	margin-top: 28px;
	margin-bottom: 28px
}

@media screen and (min-width:768px) {
	.footer-social__nav {
		margin-right: -14px
	}
}

.footer-social__nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer-social__nav a {
	font-size: 27px;
	display: block;
	padding: 0 14px;
	transition: color .4s
}

.footer-social__nav a:link,
.footer-social__nav a:visited {
	color: #fff
}

.footer-social__nav a:hover {
	color: #666
}

.footer-social__nav a:active {
	color: #2d2d2e;
	transition: color .2s
}

.footer-social__nav .Icon--facebook {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.footer-social__nav .Icon--twitter {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}

.footer-social__nav .Icon--linkedin {
	-webkit-transform: scale(.83) translateY(-2px);
	transform: scale(.83) translateY(-2px)
}

.footer-social__nav .Icon--instagram {
	-webkit-transform: scale(.83);
	transform: scale(.83)
}

.footer-menu {
	display: none
}

@media screen and (min-width:1280px) {
	.footer-menu {
		display: block;
		margin-top: 28px;
		margin-bottom: 28px
	}
}

.footer-menu a {
	transition: color .4s;
	text-decoration: none;
	position: relative
}

.footer-menu a:link,
.footer-menu a:visited {
	color: #fff
}

.footer-menu a:hover {
	color: #666
}

.footer-menu a:active {
	color: #2d2d2e;
	transition: color .2s
}

.footer-menu>ul {
	-webkit-columns: 4;
	-moz-columns: 4;
	columns: 4
}

.footer-menu .footer-menu__item {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	padding-bottom: 28px
}

.footer-menu .footer-menu__link {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 14px
}

.footer-menu .footer-menu__link:before {
	top: 40%
}

.footer-menu .footer-menu__sublink {
	font-size: 13px
}

.footer-menu .footer-menu__sublink:before {
	top: 50%
}

.footer-secondary-nav {
	text-align: center;
	margin-top: 28px;
	margin-bottom: 28px
}

@media screen and (min-width:768px) {
	.footer-secondary-nav ul {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: -14px
	}
	.footer-secondary-nav li:not(:first-child) {
		position: relative
	}
	.footer-secondary-nav li:not(:first-child):after {
		content: "";
		position: absolute;
		right: 100%;
		top: 33.333%;
		width: 1px;
		height: 33.333%;
		background-color: #bcbcbc
	}
}

.footer-secondary-nav a {
	transition: color .4s;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
	padding: 7px 14px
}

.footer-secondary-nav a:link,
.footer-secondary-nav a:visited {
	color: #fff
}

.footer-secondary-nav a:hover {
	color: #666
}

.footer-secondary-nav a:active {
	color: #2d2d2e;
	transition: color .2s
}

@media screen and (min-width:768px) {
	.footer-secondary-nav a {
		font-size: 12px
	}
}

.footer-copyright {
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 28px;
	margin-bottom: 28px
}

@media screen and (min-width:768px) {
	.footer-copyright {
		font-size: 10px
	}
}


.arrow-links-strip {
	background-color: #2d2d2e
}

.arrow-links-strip a {
	transition: color .4s;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 21px 28px
}

.arrow-links-strip a:link,
.arrow-links-strip a:visited {
	color: #fff
}

.arrow-links-strip a:hover {
	color: #0f0f0f
}

.arrow-links-strip a:active {
	color: #0f0f0f;
	transition: color .2s
}

@media screen and (min-width:520px) {
	.arrow-links-strip a {
		padding-right: 56px
	}
}

@media screen and (min-width:1280px) {
	.arrow-links-strip a {
		padding-top: 28px;
		padding-bottom: 28px
	}
}

.arrow-links-strip a:hover:before {
	opacity: 1
}

@media screen and (max-width:519px) {
	.arrow-links-strip a:first-child {
		border-bottom: 2px solid #666
	}
}

.arrow-links-strip a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.77, 0, .175, 1)
}

.arrow-links-strip a span {
	position: relative
}

.arrow-links-strip a .Icon {
	position: absolute;
	right: 28px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 10px
}

.arrow-links-strip__inner {
	background-color: #0f0f0f;
	padding: 0 42px
}

@media screen and (min-width:520px) {
	.arrow-links-strip__inner {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.offices-strip {
	background-color: #2d2d2e
}

@media screen and (min-width:1024px) {
	.offices-strip {
		padding-bottom: 56px
	}
}

@media screen and (min-width:1366px) {
	.offices-strip {
		padding-bottom: 84px
	}
}

.offices-strip__inner {
	background: #fff;
	padding: 28px 70px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (min-width:520px) {
	.offices-strip__inner {
		padding: 14px 28px
	}
}

.offices-strip__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 14px
}

@media screen and (min-width:520px) {
	.offices-strip__title {
		margin: 7px 0
	}
}

.offices-strip__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (min-width:520px) {
	.offices-strip__list {
		margin: 7px 0
	}
}

.offices-strip__list li:last-child a {
	padding-right: 0
}

.offices-strip__list li:last-child a:after {
	display: none
}

.offices-strip__list a {
	transition: color .4s;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	padding-right: 28px
}

.offices-strip__list a:link,
.offices-strip__list a:visited {
	color: #0f0f0f
}

.offices-strip__list a:hover {
	text-decoration: underline;
	color: #0f0f0f
}

.offices-strip__list a:active {
	color: #0f0f0f;
	transition: color .2s
}

.offices-strip__list a:after {
	content: "●";
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	font-size: .7em
}

.thumbs-grid {
	overflow: hidden
}

.thumbs-grid__inner {
	padding-top: 14px;
	padding-bottom: 14px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
	transition: all 1.6s cubic-bezier(.165, .84, .44, 1)
}

.thumbs-grid.u-on-enter-trigger:not(.is-entered) .thumbs-grid__inner {
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
	opacity: 0
}

.thumbs-grid.has-paddings .thumbs-grid__inner {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 21px
}

@media screen and (min-width:375px) {
	.thumbs-grid.has-paddings .thumbs-grid__inner {
		padding-left: 28px;
		padding-right: 28px
	}
}

@media screen and (min-width:1024px) {
	.thumbs-grid.has-paddings .thumbs-grid__inner {
		padding-left: 0;
		padding-right: 0;
		padding-top: 28px
	}
}

.thumbs-grid__head {
	transition: color .4s;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 42px
}

.thumbs-grid__head:link,
.thumbs-grid__head:visited {
	color: #141414
}

.thumbs-grid__head:hover {
	color: #666
}

.thumbs-grid__head:active {
	color: #666;
	transition: color .2s
}

.thumbs-grid.has-black-bg .thumbs-grid__head,
.thumbs-grid.has-grey-dark-bg .thumbs-grid__head,
.thumbs-grid.has-grey-mid-bg .thumbs-grid__head {
	transition: color .4s
}

.thumbs-grid.has-black-bg .thumbs-grid__head:link,
.thumbs-grid.has-black-bg .thumbs-grid__head:visited,
.thumbs-grid.has-grey-dark-bg .thumbs-grid__head:link,
.thumbs-grid.has-grey-dark-bg .thumbs-grid__head:visited,
.thumbs-grid.has-grey-mid-bg .thumbs-grid__head:link,
.thumbs-grid.has-grey-mid-bg .thumbs-grid__head:visited {
	color: #fff
}

.thumbs-grid.has-black-bg .thumbs-grid__head:hover,
.thumbs-grid.has-grey-dark-bg .thumbs-grid__head:hover,
.thumbs-grid.has-grey-mid-bg .thumbs-grid__head:hover {
	color: #666
}

.thumbs-grid.has-black-bg .thumbs-grid__head:active,
.thumbs-grid.has-grey-dark-bg .thumbs-grid__head:active,
.thumbs-grid.has-grey-mid-bg .thumbs-grid__head:active {
	color: #666;
	transition: color .2s
}

@media screen and (min-width:1024px) {
	.thumbs-grid__head {
		padding-left: 28px;
		padding-right: 28px
	}
}

.thumbs-grid__title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase
}

.thumbs-grid__view-all {
	font-size: 15px;
	text-decoration: underline
}

.thumbs-grid__head:hover .thumbs-grid__view-all {
	text-decoration: none
}

.thumbs-grid__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.thumbs-grid__wrapper_more_alumni {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.thumbs-grid:not(.is-slider) .thumbs-grid__wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.thumbs-grid:not(.is-slider) .thumbs-grid__wrapper_more_alumni {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (min-width:420px) {
	.thumbs-grid:not(.is-slider) .thumbs-grid__wrapper {
		margin-right: -28px
	}
	.thumbs-grid:not(.is-slider) .thumbs-grid__wrapper_more_alumni {
		margin-right: -28px
	}
}

.thumbs-grid__slide {
	height: auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 28px
}

.thumbs-grid:not(.is-slider) .thumbs-grid__slide {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 42px
}

@media screen and (min-width:420px) {
	.thumbs-grid:not(.is-slider) .thumbs-grid__slide {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding-right: 56px
	}
}

@media screen and (min-width:768px) {
	.thumbs-grid:not(.is-slider) .thumbs-grid__slide {
		-webkit-flex-basis: 33.333%;
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%
	}
}

.thumbs-grid__slide time {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #666;
	margin-bottom: 21px
}

.thumbs-grid__slide p {
	font-size: 14px
}

.thumbs-grid__link-wrap {
	display: block;
	color: #141414
}

.thumbs-grid.has-black-bg .thumbs-grid__link-wrap,
.thumbs-grid.has-grey-dark-bg .thumbs-grid__link-wrap,
.thumbs-grid.has-grey-mid-bg .thumbs-grid__link-wrap {
	color: #fff
}

.thumbs-grid__link-title {
	font-size: 19px;
	font-weight: 100;
	margin-bottom: 14px;
	width: 100%;
	line-height: 1.2
}

.thumbs-grid.is-strong .thumbs-grid__link-title {
	font-weight: 700
}

.thumbs-grid__link-title a {
	color: #141414
}

.thumbs-grid__link-title:hover {
	text-decoration: underline
}

.thumbs-grid__cta {
	margin-top: auto;
	padding-top: 14px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666;
	transition: color .4s
}

.thumbs-grid__cta span:after {
	content: "\00a0\00a0\00a0\00a0"
}

.thumbs-grid__cta:hover {
	color: #0f0f0f
}

.thumbs-grid.has-black-bg .thumbs-grid__cta:hover,
.thumbs-grid.has-grey-dark-bg .thumbs-grid__cta:hover,
.thumbs-grid.has-grey-mid-bg .thumbs-grid__cta:hover {
	color: #fff
}

.thumbs-grid__img-wrap {
	margin-bottom: 28px;
	margin-left: -28px;
	margin-right: -28px;
	padding-bottom: 1px;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: calc(100% + 56px)
}

.thumbs-grid__img-wrap img {
	opacity: 0
}

.thumbs-grid__slider-pagination {
	text-align: center;
	margin-top: 28px
}

.thumbs-grid__slider-pagination .swiper-pagination-bullet {
	background-color: #bcbcbc;
	box-shadow: none;
	margin: 0 14px!important
}

.thumbs-grid.has-black-bg .thumbs-grid__slider-pagination .swiper-pagination-bullet,
.thumbs-grid.has-grey-dark-bg .thumbs-grid__slider-pagination .swiper-pagination-bullet,
.thumbs-grid.has-grey-mid-bg .thumbs-grid__slider-pagination .swiper-pagination-bullet {
	background-color: #666
}

.thumbs-grid__slider-pagination .swiper-pagination-bullet-active {
	background-color: #0f0f0f
}

.thumbs-grid.has-black-bg .thumbs-grid__slider-pagination .swiper-pagination-bullet-active,
.thumbs-grid.has-grey-dark-bg .thumbs-grid__slider-pagination .swiper-pagination-bullet-active,
.thumbs-grid.has-grey-mid-bg .thumbs-grid__slider-pagination .swiper-pagination-bullet-active {
	background-color: #fff
}

.load-more {
	text-align: center
}

.full-banner {
	display: block;
	background-position: 50%;
	background-size: cover;
	background-color: #2d2d2e;
	color: #fff;
	opacity: 1;
	transition: opacity .5s ease-in-out
}

.full-banner:hover {
	opacity: .8
}

.full-banner__inner {
	padding: 56px 28px
}

@media screen and (min-width:768px) {
	.full-banner__inner {
		padding-bottom: 40%;
		height: 0;
		position: relative
	}
	.full-banner__content {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.full-banner__title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 14px;
	line-height: 1;
	text-transform: uppercase
}

@media screen and (min-width:1024px) {
	.full-banner__title {
		font-size: 64px
	}
}

@media screen and (min-width:1280px) {
	.full-banner__title {
		font-size: 75px
	}
}

.full-banner__abstract {
	font-size: 17px;
	margin-bottom: 28px;
	max-width: 400px
}

.partners {
	background-color: #2d2d2e
}

@media screen and (min-width:1024px) {
	.partners {
		padding-top: 56px
	}
}

@media screen and (min-width:1280px) {
	.certification {
		padding-bottom: 84px
	}
}

.partners__inner {
	padding: 0 28px 56px
}

.certification__inner {
	padding: 0 28px 56px
}

@media screen and (min-width:1024px) {
	.partners__inner {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 28px 0;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.certification__inner {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 28px 0;
		border-bottom: 1px solid #666;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.partners__title {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	border-top: 1px solid #666;
	padding-top: 28px;
	margin-bottom: 28px
}

@media screen and (min-width:1024px) {
	.partners__title {
		font-size: 15px;
		padding-top: 0;
		padding-left: 28px;
		padding-right: 28px;
		margin-bottom: 0;
		border-top: 0
	}
}

.partners__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 28px;
	border-bottom: 1px solid #666
}

@media screen and (min-width:1024px) {
	.partners__list {
		padding-right: 28px;
		border-bottom: 0;
		padding-bottom: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.partners__list li {
	margin: 0 auto 7px auto
}

@media screen and (min-width:1024px) {
	.partners__list li {
		margin: 0 auto
	}
}

.partners__list img {
	height: 70px
}

.internal-nav {
	display: none
}

@media screen and (min-width:1024px) {
	.internal-nav {
		display: block;
		text-transform: uppercase;
		font-size: 11px;
		margin-bottom: 50px
	}
	.internal-nav li {
		display: inline-block;
		position: relative;
		margin: 7px 14px 7px 0;
		padding-bottom: 1px
	}
	.internal-nav li:hover:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		background: #0f0f0f
	}
	.internal-nav a {
		text-decoration: none;
		color: #0f0f0f;
		font-weight: 700;
		padding-right: 7px
	}
	.internal-nav .Icon {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-left: 7px
	}
}

.launches-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px
}

@media screen and (min-width:768px) {
	.launches-box {
		margin-bottom: 80px;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.launches-box.is-inverted .launches-box__gallery {
		margin-left: -30%
	}
	.launches-box.is-inverted .launches-box__box {
		margin-left: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
}

@media screen and (min-width:1280px) {
	.launches-box.is-inverted .launches-box__gallery {
		margin-left: -20%
	}
}

.launches-box .abstract-b.has-margin {
	margin-bottom: 20px
}

.list-schools__inner {
	padding: 0;
	opacity: 0;
	transition: all 2s cubic-bezier(.165, .84, .44, 1) .5s
}

body.is-ready .list-schools__inner {
	opacity: 1
}

@media screen and (min-width:480px) {
	.list-schools__inner {
		padding-left: 28px;
		padding-right: 28px
	}
}

.launches-box__gallery {
	display: block;
	overflow: hidden;
	width: 100%
}

@media screen and (min-width:768px) {
	.launches-box__gallery {
		width: 70%;
		-webkit-flex-basis: 70%;
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
		transition: all 1.2s cubic-bezier(.165, .84, .44, 1)
	}
	.launches-box:not(.is-entered) .launches-box__gallery {
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0);
		opacity: 0
	}
	.launches-box.is-inverted:not(.is-entered) .launches-box__gallery {
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	.launches-box__gallery {
		width: 80%;
		-webkit-flex-basis: 80%;
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%
	}
}

.launches-box__gallery .swiper-slide__inner {
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

@media screen and (min-width:480px) {
	.launches-box__gallery .swiper-slide__inner {
		height: 400px
	}
}

@media screen and (min-width:768px) {
	.launches-box__gallery .swiper-slide__inner {
		height: 500px
	}
}

.launches-box__box {
	min-height: 350px;
	margin: -28px 14px 0;
	background: #0f0f0f;
	z-index: 3;
	color: #fff;
	position: relative;
	padding-bottom: 28px;
	width: 100%;
	max-width: 450px
}

.launches-box__box .list-launches a {
	padding-left: 35px;
	padding-right: 35px
}

@media screen and (min-width:768px) {
	.launches-box__box .list-launches a {
		padding-left: 42px;
		padding-right: 42px
	}
}

@media screen and (min-width:480px) {
	.launches-box__box {
		margin: -84px auto 0
	}
}

@media screen and (min-width:768px) {
	.launches-box__box {
		width: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin-left: -30%;
		margin-right: 0;
		margin-top: 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
		transition: all 1.2s cubic-bezier(.165, .84, .44, 1)
	}
	.launches-box:not(.is-entered) .launches-box__box {
		-webkit-transform: translate3d(20%, 0, 0);
		transform: translate3d(20%, 0, 0)
	}
	.launches-box.is-inverted:not(.is-entered) .launches-box__box {
		-webkit-transform: translate3d(-20%, 0, 0);
		transform: translate3d(-20%, 0, 0)
	}
}

@media screen and (min-width:1280px) {
	.launches-box__box {
		width: 40%;
		-webkit-flex-basis: 40%;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		margin-left: -20%
	}
}

.launches-box__box .button {
	margin-left: 35px;
	margin-right: 35px;
	font-size: 12px
}

@media screen and (min-width:480px) {
	.launches-box__box .button {
		max-width: 250px
	}
}

@media screen and (min-width:768px) {
	.launches-box__box .button {
		margin-left: 42px;
		margin-right: 42px
	}
}

.launches-box__box .button .Icon {
	font-size: 12px
}

.launches-box__box-head {
	color: #fff;
	padding: 35px;
	padding-bottom: 0;
	display: block
}

@media screen and (min-width:768px) {
	.launches-box__box-head {
		padding: 42px;
		padding-bottom: 0
	}
}

.list-launches {
	margin-bottom: 30px
}

.list-launches.is-brand-primary a {
	transition: color .4s
}

.list-launches.is-brand-primary a:link,
.list-launches.is-brand-primary a:visited {
	color: #0f0f0f
}

.list-launches.is-brand-primary a:hover {
	color: #fff
}

.list-launches.is-brand-primary a:active {
	color: #fff;
	transition: color .2s
}

.list-launches.is-brand-primary li:before {
	background-color: #0f0f0f
}

.list-launches li {
	position: relative
}

.list-launches li:last-child {
	margin-bottom: 0
}

.list-launches li .Icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 21px
}

.list-launches li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.77, 0, .175, 1)
}

.list-launches li:hover:before {
	opacity: 1
}

.list-launches a {
	transition: color .4s;
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	padding: 7px 35px 7px 21px
}

.list-launches a:link,
.list-launches a:visited {
	color: #fff
}

.list-launches a:hover {
	color: #0f0f0f
}

.list-launches a:active {
	color: #0f0f0f;
	transition: color .2s
}

@media screen and (min-width:1920px) {
	.list-launches a {
		font-size: 15px;
		padding-left: 28px;
		padding-right: 28px
	}
}

@media screen and (min-width:2000px) {
	.list-launches a {
		font-size: 16px
	}
}

.parallax-bg {
	background-position: right 75px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% auto
}

@media screen and (max-width:767px) {
	.parallax-bg {
		background-image: none!important
	}
}

@media screen and (min-width:1280px) {
	.parallax-bg {
		background-position: right 0
	}
}

.row-link {
	display: block;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #0f0f0f;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative
}

.row-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .333s cubic-bezier(.77, 0, .175, 1)
}

.row-link:hover:before {
	opacity: 1
}

@media screen and (min-width:1025px) {
	.row-link {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.row-link .arrow-rounded {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.row-link .arrow-rounded .Icon {
	position: relative;
	left: 1px
}

.row-link__title {
	font-size: 13px;
	position: relative;
	margin: .3em 0;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media screen and (min-width:768px) {
	.row-link__title {
		font-size: 14px;
		padding-right: 28px
	}
}

.row-link__title.is-strong {
	font-weight: 700;
	text-transform: uppercase
}

.row-link__label {
	font-size: 13px
}

@media screen and (min-width:768px) {
	.row-link__label {
		white-space: nowrap
	}
}

.row-link__label li {
	display: inline-block;
	position: relative;
	padding: 0 5px 0 8px
}

.row-link__label li:before {
	content: "·";
	position: absolute;
	left: 0
}

.row-link__label li:first-child {
	padding-left: 0
}

.row-link__label li:first-child:before {
	display: none
}

.gallery {
	width: 100%;
	margin-bottom: 56px;
	position: relative
}

@media screen and (min-width:946px) {
	.gallery {
		padding-left: 28px;
		padding-right: 28px
	}
}

@media screen and (min-width:1280px) {
	.gallery {
		margin-bottom: 84px
	}
}

.gallery .swiper-wrapper {
	transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.gallery .swiper-pagination {
	position: absolute;
	bottom: -28px;
	height: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.gallery .swiper-pagination-bullet {
	background: #bcbcbc
}

.gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0f0f0f
}

.gallery .arrow-gallery {
	display: none
}

@media screen and (min-width:768px) {
	.gallery .arrow-gallery {
		background: #0f0f0f;
		color: #fff;
		height: 50px;
		width: 50px;
		position: absolute;
		right: 0;
		bottom: 0;
		cursor: pointer;
		z-index: 1;
		transition: all .75s cubic-bezier(.77, 0, .175, 1)
	}
	.gallery .arrow-gallery.gallery-prev {
		right: 50px;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.gallery .arrow-gallery:hover:not(.swiper-button-disabled) {
		background: #fff;
		color: #0f0f0f
	}
	.gallery .arrow-gallery.swiper-button-disabled {
		opacity: .8
	}
}

.gallery-grid {
	opacity: 0;
	transition: all .75s cubic-bezier(.165, .84, .44, 1)
}

.gallery-grid.is-loaded {
	opacity: 1
}

@media screen and (min-width:768px) {
	.gallery-grid {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 14px;
		-moz-column-gap: 14px;
		column-gap: 14px
	}
}

.gallery-grid__item {
	width: 100%;
	padding-bottom: 14px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid
}

.gallery-grid__link {
	display: block;
	width: 100%;
	position: relative
}

.gallery-grid__link:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: #330;
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NiA0NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDYgNDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDQuMzgzODcsNDQuMzg0MDJjLTAuNTA3NjcsMC41MDY5Mi0xLjMzMDc0LDAuNTA2OTItMS44MzgzMiwwbC05Ljc1NTEtOS43NTU1OGMtMy4zNDc4MywyLjkyMTAzLTcuNzE0NDksNC43MDM3LTEyLjUwNjczLDQuNzAzN2MtMTAuNTE5NTksMC0xOS4wNDgyNy04LjUyODMtMTkuMDQ4MjctMTkuMDQ4NzRjMC0xMC41MjAzNSw4LjUyODY4LTE5LjA0NzYxLDE5LjA0ODI3LTE5LjA0NzYxYzEwLjUyMDM1LDAsMTkuMDQ4MzYsOC41MjcyNiwxOS4wNDgzNiwxOS4wNDc2MWMwLDQuNzkyNjEtMS43ODIzOCw5LjE1ODgtNC43MDM5OCwxMi41MDY3Mmw5Ljc1NTc2LDkuNzU1NThDNDQuODkxNDUsNDMuMDUzMTgsNDQuODkxNDUsNDMuODc2MDYsNDQuMzgzODcsNDQuMzg0MDJ6IE0yMC4yODM3MiwzLjk1NjYxYy05LjAxNjk4LDAtMTYuMzI2NzksNy4zMDk3MS0xNi4zMjY3OSwxNi4zMjY3OWMwLDkuMDE3NjQsNy4zMDk4MSwxNi4zMjczNiwxNi4zMjY3OSwxNi4zMjczNmM0LjE3NDIsMCw3Ljk3MDQ2LTEuNTc5NDMsMTAuODU3LTQuMTU2MTVjLTAuMDA1Mi0wLjMzODkyLDAuMTE4My0wLjY3ODg4LDAuMzc2OS0wLjkzNzIxYzAuMjU4NTEtMC4yNTg0MiwwLjU5ODQ3LTAuMzgxOTEsMC45MzcxMS0wLjM3NzA5YzIuNTc3MDEtMi44ODY4Myw0LjE1NjQ0LTYuNjgzMDgsNC4xNTY0NC0xMC44NTY5QzM2LjYxMTE3LDExLjI2NjMyLDI5LjMwMTQ1LDMuOTU2NjEsMjAuMjgzNzIsMy45NTY2MXoiLz48L3N2Zz4=);
	background-size: 23px 23px;
	background-repeat: no-repeat;
	background-position: 50%
}

.gallery-grid__link:hover:after {
	opacity: .3
}

.section-content {
	padding-bottom: 42px
}

@media screen and (min-width:768px) {
	.section-content {
		padding-bottom: 56px
	}
}

.editorial-row {
	border-top: 1px solid #e3e3e6
}

.editorial-row.has-black-border {
	border-color: #0f0f0f
}

.has-padding-bottom {
	padding-bottom: 28px
}

@media screen and (min-width:1024px) {
	.has-padding-bottom {
		padding-bottom: 35px
	}
}

.editorial-row__head {
	position: relative;
	padding-right: 35px;
	margin: 21px 0
}

.editorial-row.has-small-paddings .editorial-row__head {
	margin: 14px 0 0
}

.editorial-row__head .abstract-d {
	margin-top: .5em
}

.editorial-row__head .view-all {
	position: absolute;
	right: 0;
	top: 0;
	color: #0f0f0f;
	text-decoration: underline
}

.editorial-row__head.has-dark-bg,
.editorial-row__head.has-dark-bg .view-all {
	color: #fff
}

.editorial-row__content {
	padding-bottom: 21px
}

.editorial-row__content.has-box-shadow {
	box-shadow: 0 7px 14px rgba(0, 0, 0, .06)
}

.editorial-tabs .swiper-container {
	padding-right: 98px;
	border-bottom: 1px solid #e3e3e6;
	background-color: #fff
}

@media screen and (min-width:1024px) {
	.editorial-tabs .swiper-container {
		padding-right: 0;
		border-bottom: 0;
		background-color: transparent;
		overflow: visible
	}
}

.editorial-tabs__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media screen and (min-width:1024px) {
	.editorial-tabs__slide {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.editorial-tabs__tab {
	color: #bcbcbc;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 21px;
	display: block;
	line-height: 49px;
	text-align: center
}

@media screen and (min-width:1024px) {
	.editorial-tabs__tab {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transition: color .4s
	}
	.editorial-tabs__tab:link,
	.editorial-tabs__tab:visited {
		color: #0f0f0f
	}
	.editorial-tabs__tab:hover {
		color: #bcbcbc
	}
	.editorial-tabs__tab:active {
		color: #bcbcbc;
		transition: color .2s
	}
	.editorial-tabs__slide:first-child .editorial-tabs__tab {
		border-left: 1px solid #fff
	}
}

.editorial-tabs__tab:focus {
	outline: 0
}

.editorial-tabs__tab:active {
	background-color: #e3e3e6
}

.editorial-tabs__tab.is-current {
	color: #fff
}

@media screen and (min-width:1024px) {
	.editorial-tabs__tab.is-current {
		background-color: #ceb02e;
		color: #fff;
		box-shadow: 7px 7px 14px rgba(0, 0, 0, .05)
	}
}

.editorial-tabs__next,
.editorial-tabs__prev {
	width: 49px;
	height: 49px;
	background-color: #fff;
	position: absolute;
	top: 0;
	border-left: 1px solid #e3e3e6
}

@media screen and (min-width:1024px) {
	.editorial-tabs__next,
	.editorial-tabs__prev {
		display: none
	}
}

.editorial-tabs__next:active,
.editorial-tabs__next:focus,
.editorial-tabs__prev:active,
.editorial-tabs__prev:focus {
	background-color: #e3e3e6
}

.editorial-tabs__prev {
	right: 49px
}

.editorial-tabs__prev .Icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.editorial-tabs__next {
	right: 0
}

.editorial-tabs__button-disabled {
	color: #e3e3e6;
	background-color: #fff!important
}

.editorial-tabs__panels-wrap {
	padding-bottom: 56px;
	position: relative;
	z-index: 2
}

.editorial-tabs__panel {
	height: 0;
	background-color: #fff;
	box-shadow: 7px 7px 14px rgba(0, 0, 0, .05);
	overflow: hidden
}

.editorial-tabs__panel.is-open {
	height: auto
}

.editorial-tabs__panel ul {
	list-style: disc;
	padding-left: 28px;
	margin: 14px 0
}

@media screen and (min-width:1280px) {
	.editorial-tabs__panel ul {
		margin-bottom: 28px
	}
}

.editorial-tabs__panel-inner {
	padding: 28px
}

.editorial-tabs__course-title {
	margin-bottom: 28px
}

.editorial-tabs__anchors-list {
	font-size: 13px;
	margin: 14px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (min-width:1280px) {
	.editorial-tabs__anchors-list {
		margin-top: 28px;
		margin-bottom: 28px
	}
}

.editorial-tabs__anchors-list li {
	margin-right: 28px
}

.editorial-tabs__anchors-list a {
	transition: color .4s;
	text-decoration: underline;
	display: inline-block;
	padding: 7px 14px
}

.editorial-tabs__anchors-list a:link,
.editorial-tabs__anchors-list a:visited {
	color: #0f0f0f
}

.editorial-tabs__anchors-list a:hover {
	text-decoration: none;
	color: #0f0f0f
}

.editorial-tabs__anchors-list a:active {
	color: #0f0f0f;
	transition: color .2s
}

.editorial-tabs__anchors-list .Icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.editorial-tabs__highlights-title {
	margin-top: 28px;
	font-weight: 700
}

.black-accordion {
	margin-bottom: 7px
}

.black-accordion__toggler {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-color: #f4f4f5;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.black-accordion__title {
	font-size: 13px;
	font-weight: 700;
	padding: 0 7px;
	line-height: 1;
	display: block
}

@media screen and (min-width:420px) {
	.black-accordion__title {
		width: 200px;
		padding-left: 14px;
		padding-right: 14px
	}
}

@media screen and (min-width:560px) {
	.black-accordion__title {
		font-size: 16px;
		width: 240px
	}
}

.black-accordion__lang {
	margin-left: auto;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 7px;
	display: block
}

@media screen and (min-width:420px) {
	.black-accordion__lang {
		width: 50px;
		text-align: center;
		margin-left: 14px;
		padding-left: 14px;
		padding-right: 14px
	}
}

@media screen and (min-width:560px) {
	.black-accordion__lang {
		font-size: 16px
	}
}

.black-accordion__fees {
	display: none
}

@media screen and (min-width:560px) {
	.black-accordion__fees {
		display: block;
		font-size: 16px;
		padding: 0 14px;
		width: 70px;
		text-align: right
	}
}

.black-accordion__chevron {
	display: inline-block;
	padding: 0 14px;
	line-height: 35px;
	transition: all .4s ease-in-out;
	margin-left: auto
}

.black-accordion__chevron .Icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: -webkit-transform .5s cubic-bezier(.77, 0, .175, 1);
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
	transition: transform .5s cubic-bezier(.77, 0, .175, 1), -webkit-transform .5s cubic-bezier(.77, 0, .175, 1)
}

.black-accordion__toggler.is-open .black-accordion__chevron .Icon {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.black-accordion__panel {
	height: 0;
	overflow: hidden
}

.black-accordion__panel-inner {
	padding: 14px;
	background-color: #f4f4f5
}

@media screen and (min-width:768px) {
	.black-accordion__panel-inner {
		padding: 42px
	}
}

.black-accordion__fees-table {
	font-size: 12px;
	font-weight: 700;
	width: 100%;
	max-width: 250px;
	margin-bottom: 14px
}

@media screen and (min-width:375px) {
	.black-accordion__fees-table {
		font-size: 13px
	}
}

@media screen and (min-width:560px) {
	.black-accordion__fees-table {
		max-width: 318px
	}
}

@media screen and (min-width:768px) {
	.black-accordion__fees-table {
		margin-bottom: 28px
	}
}

.black-accordion__fees-table td:last-child {
	text-align: right
}

.black-accordion__fees-table [data-title] {
	color: #666;
	cursor: pointer;
	position: relative
}

.black-accordion__fees-table [data-title]:after {
	content: attr(data-title);
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #bcbcbc;
	padding: 14px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-in-out;
	font-size: .85em;
	min-width: 170px;
	z-index: 1;
	font-weight: 400;
	box-shadow: 3px 3px 12px rgba(0, 0, 0, .1)
}

@media screen and (min-width:768px) {
	.black-accordion__fees-table [data-title]:after {
		top: 50%;
		left: 110%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		min-width: 300px
	}
}

.black-accordion__fees-table [data-title]:hover {
	color: #0f0f0f
}

.black-accordion__fees-table [data-title]:hover:after {
	visibility: visible;
	opacity: 1
}

.black-accordion__panel-description {
	font-size: 12px
}

.black-accordion__contacts-table {
	font-size: 12px;
	line-height: 1.42857
}

@media screen and (min-width:375px) {
	.black-accordion__contacts-table {
		font-size: 13px
	}
}

.black-accordion__contacts-table td {
	padding: 7px
}

@media screen and (max-width:767px) {
	.black-accordion__contacts-table td:nth-child(2) {
		display: none
	}
}

.is-accordion .editorial-row__head {
	cursor: pointer
}

.is-accordion .editorial-row__head .Icon {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.is-accordion .editorial-row__head.is-open .Icon {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.is-accordion .editorial-row__panel {
	overflow: hidden;
	height: 0
}

.is-accordion .editorial-row__content {
	padding: 0 21px;
	margin-bottom: 21px
}

@media screen and (min-width:375px) {
	.is-accordion .editorial-row__content {
		padding: 0 28px;
		margin-bottom: 28px
	}
	.is-accordion .editorial-row__content.is-big {
		padding-top: 42px;
		padding-bottom: 42px;
		margin-bottom: 42px
	}
}

.years-slider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 52.5px;
	border-bottom: 1px solid #e3e3e6;
	background-color: #fff;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 56px
}

.years-slider__label {
	font-size: 14px;
	padding: 0 21px;
	text-align: center
}

.years-slider .swiper-container {
	margin-left: 0
}

.years-slider__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.years-slider__link {
	color: #bcbcbc;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 7px;
	margin: 0 3.5px;
	display: block;
	text-align: center;
	position: relative;
	height: 56px;
	line-height: 56px
}

@media screen and (min-width:1024px) {
	.years-slider__link {
		transition: color .4s
	}
	.years-slider__link:link,
	.years-slider__link:visited {
		color: #bcbcbc
	}
	.years-slider__link:hover {
		color: #0f0f0f
	}
	.years-slider__link:active {
		color: #0f0f0f;
		transition: color .2s
	}
}

.years-slider__link:focus {
	outline: 0
}

.years-slider__link:active {
	background-color: #e3e3e6
}

.years-slider__link.is-current {
	color: #0f0f0f
}

.years-slider__link.is-current:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #0f0f0f
}

.filters-block {
	position: relative;
	margin-bottom: 28px
}

.filters-block__toggler {
	background-color: #0f0f0f;
	line-height: 56px;
	height: 56px;
	width: 52.5px;
	position: absolute;
	bottom: 100%;
	right: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px)
}

@media screen and (min-width:768px) {
	.filters-block__toggler {
		width: 98px
	}
}

.filters-block__toggler>span {
	display: none
}

@media screen and (min-width:768px) {
	.filters-block__toggler>span {
		display: block
	}
	.filters-block__toggler>span span:nth-child(2) {
		display: none
	}
}

.filters-block__toggler .Icon {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

@media screen and (min-width:768px) {
	.filters-block__toggler .Icon,
	.filters-block__toggler.is-open>span span:nth-child(1) {
		display: none
	}
	.filters-block__toggler.is-open>span span:nth-child(2) {
		display: block
	}
}

.filters-block__toggler.is-open .Icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.filters-block__toggler.is-open+.filters-block__panel {
	overflow: visible
}

.filters-block__toggler.is-open+.filters-block__panel .filters-block__panel-inner {
	opacity: 1;
	transition: opacity .333s ease-in-out .666s
}

.filters-block__panel {
	background-color: #fff;
	height: 0;
	overflow: hidden
}

.filters-block__panel-inner {
	padding: 28px 28px 0;
	opacity: 0;
	transition: opacity .333s ease-in-out
}

@media screen and (min-width:768px) {
	.filters-block__form {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.filters-block__form-group {
	width: 50%;
	margin-bottom: 14px
}

.filters-block__form-group:nth-child(odd) {
	padding-right: 14px
}

.filters-block__form-group:nth-child(even) {
	padding-left: 14px
}

.related {
	margin-top: 56px;
	padding: 56px 0
}

.related .arrow-rounded {
	background: #fff
}

.related__links li .row-link {
	border-top: 1px solid #bcbcbc;
	transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.related__links li:last-child .row-link {
	border-bottom: 1px solid #bcbcbc
}

.insights {
	padding: 56px 0 28px
}

.insights a {
	position: relative;
	line-height: 2.2;
	display: block;
	transition: color .4s
}

.insights a span {
	position: relative;
	z-index: 2
}

.insights a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f4f4f5;
	transition: opacity .333s cubic-bezier(.77, 0, .175, 1);
	opacity: 0
}

.insights a:hover,
.insights a:link,
.insights a:visited {
	color: #0f0f0f
}

.insights a:hover:before {
	opacity: 1
}

.insights a:active {
	color: #0f0f0f;
	transition: color .2s
}

.banner {
	margin-bottom: 56px
}

@media screen and (min-width:768px) {
	.banner {
		margin-bottom: 112px;
		margin-top: 21px
	}
}

@media screen and (min-width:946px) {
	.banner {
		padding-left: 14px;
		padding-right: 14px
	}
}

@media screen and (min-width:946px) and (min-width:375px) {
	.banner {
		padding-left: 28px;
		padding-right: 28px
	}
}

.banner__content {
	position: relative;
	display: block
}

.banner__image-wrap {
	overflow: hidden
}

.banner__image-wrap img {
	transition: -webkit-transform .5s ease-in;
	transition: transform .5s ease-in;
	transition: transform .5s ease-in, -webkit-transform .5s ease-in
}

a.banner__content .banner__image-wrap:hover img {
	transition: -webkit-transform 1s ease-out;
	transition: transform 1s ease-out;
	transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

.banner__text-box {
	margin: -28px auto 0;
	max-width: 275px;
	background-color: #0f0f0f;
	padding: 28px;
	position: relative;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (min-width:480px) {
	.banner__text-box {
		margin-top: -70px
	}
}

@media screen and (min-width:768px) {
	.banner__text-box {
		position: absolute;
		top: 50%;
		right: 28px;
		min-height: calc(50% + 56px);
		margin-top: 0
	}
	.banner__text-box.is-left {
		right: auto;
		left: 28px
	}
}

@media screen and (min-width:946px) {
	.banner__text-box {
		max-width: 279px
	}
}

@media screen and (min-width:1600px) {
	.banner__text-box {
		max-width: 323px
	}
}

.banner__text-box time {
	font-size: 12px;
	display: block;
	margin-bottom: 28px
}

.banner__text-box>:only-child {
	margin-top: auto;
	margin-bottom: auto
}

.banner__title {
	font-size: 25px;
	font-weight: 700;
	line-height: 1
}

a.banner__content .banner__title:hover {
	text-decoration: underline
}

.banner__abstract {
	margin-top: 28px
}

@media screen and (min-width:768px) {
	.columns-row {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.columns-row__main {
	margin-bottom: 56px
}

@media screen and (min-width:768px) {
	.columns-row__rigth-small {
		min-width: 33.333%;
		-webkit-flex-basis: 33.333%;
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		padding-left: 28px
	}
}

.columns-row__buttons-box {
	margin-bottom: 28px
}

@media screen and (min-width:1280px) {
	.columns-row__buttons-box {
		margin-bottom: 56px
	}
}

.columns-row__buttons-box .button {
	margin-bottom: 7px
}

.lightbox-opener {
	position: relative;
	margin-bottom: 56px
}

.lightbox-opener__title {
	margin-bottom: 14px
}

.lightbox-opener__icon {
	position: absolute;
	top: 14px;
	right: 0;
	font-size: 20px;
	transition: -webkit-transform .333s ease-in-out;
	transition: transform .333s ease-in-out;
	transition: transform .333s ease-in-out, -webkit-transform .333s ease-in-out
}

.lightbox-opener__icon:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}

.lightbox-opener__trigger img {
	width: 100%;
	height: auto;
	transition: opacity .333s ease-in-out
}

.lightbox-opener__trigger:hover img {
	opacity: .75
}

.map {
	padding-bottom: 28px
}

@media screen and (min-width:768px) {
	.map {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 84px
	}
}

.map__text-wrapper {
	background: #0f0f0f;
	color: #fff;
	padding: 42px 28px;
	position: relative;
	z-index: 2
}

.map__text-wrapper a {
	transition: color .4s
}

.map__text-wrapper a:link,
.map__text-wrapper a:visited {
	color: #fff
}

.map__text-wrapper a:hover {
	color: #bcbcbc
}

.map__text-wrapper a:active {
	color: #bcbcbc;
	transition: color .2s
}

@media screen and (min-width:768px) {
	.map__text-wrapper {
		-webkit-transform: translate3d(0, 42px, 0);
		transform: translate3d(0, 42px, 0);
		width: calc(50% + 21px);
		margin-left: 0;
		margin-right: -21px;
		padding: 42px
	}
}

.map__image-wrapper {
	position: relative;
	margin-top: -42px;
	margin-left: -28px;
	margin-right: -28px
}

@media screen and (min-width:768px) {
	.map__image-wrapper {
		width: calc(50% + 21px);
		margin-top: 0;
		margin-left: -21px;
		margin-right: 0
	}
}

.map__view-link {
	color: #0f0f0f;
	font-size: 11px;
	line-height: 2;
	text-decoration: underline;
	font-weight: 700;
	margin: auto;
	display: block;
	text-align: center
}

@media screen and (min-width:768px) {
	.map__view-link {
		display: inline-block;
		right: 0;
		position: absolute
	}
	.contacts__wrapper {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.contacts__item {
		-webkit-flex-basis: calc(50% - 8px);
		-ms-flex-preferred-size: calc(50% - 8px);
		flex-basis: calc(50% - 8px);
		width: calc(50% - 8px);
		margin-bottom: 7px;
		margin-top: 7px
	}
	.contacts__item:nth-child(odd) {
		margin-right: 7px
	}
	.contacts__item:nth-child(even) {
		margin-left: 7px
	}
}

.contacts .editorial-text {
	padding: 28px;
	padding-bottom: 14px;
	margin-bottom: 28px;
	background-color: #fff
}

@media screen and (min-width:768px) {
	.contacts .editorial-text {
		margin-bottom: 0;
		padding: 42px;
		padding-bottom: 28px
	}
	.contacts .swiper-pagination {
		display: none
	}
}

.contacts .swiper-pagination-bullet {
	background: #bcbcbc
}

.contacts .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0f0f0f
}

@media (min-width:1000px) and (max-width:1024px) and (min-height:500px) and (max-height:750px) {
	.hero-slider__title {
		font-size: 45px!important
	}
	.hero-slider__abstract {
		font-size: 18px!important
	}
}

.editorial-row__head {
	padding-right: 0!important
}

.riga0 {
	width: 100%;
	padding: 3px 0
}

.revcomm {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative
}

.revcomm01 {
	width: 84%;
	padding-left: 5px;
	float: left
}

.revcomm1a {
	text-align: left;
	float: left;
	width: auto;
	margin-top: 10px
}

.revcomm1b {
	text-align: right;
	margin-top: 10px
}

.revcomm1 {
	float: right
}

.revcomm1 a {
	display: inline-block;
	background-color: #e3e3e5;
	color: #0f0f0f;
	padding: 6px 6px;
	font-weight: bold;
	margin-left: 0;
	margin-right: 5px;
	font-size: 12px
}

.revcomm2 a {
	display: inline-block;
	background-color: #dc385a;
	color: #fff;
	padding: 6px 6px;
	font-weight: bold;
	vertical-align: top;
	font-size: 12px
}

.revcomm2 a:hover {
	background-color: #0f0f0f;
	color: #fff
}

.revcomm2b a {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 6px 6px;
	font-weight: bold;
	vertical-align: top;
	font-size: 12px
}

.revcomm2b a:hover {
	background-color: #fff;
	color: #000
}

.revcommspace {
	background-color: #b1b1b1;
	height: 29px;
	margin-right: 5px
}

.banner {
	clear: both
}

.editorial-row.has-small-paddings .editorial-row__head {
	clear: both
}

.editorial-tabs__tab.is-current {
	background-color: #ceb02e;
	color: #fff
}

@media screen and (min-width:1281px) {
	.revcommspace {
		width: 2px
	}
}

@media screen and (max-width:1280px) {
	.revcommspace {
		width: 2px
	}
}

@media screen and (max-width:1200px) {
	.revcommspace {
		width: 1px
	}
}

@media screen and (min-width:1200px) {
	.revcomm {
		padding-top: 0;
		padding-bottom: 0
	}
	.riga0 {
		padding: 7px 0
	}
	.revcomm01 {
		line-height: 10px
	}
}

@media screen and (max-width:1199px) {
	.revcomm {
		display: block;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		padding-right: 4px;
		padding-top: 7px;
		padding-bottom: 7px;
		position: relative;
		clear: both
	}
	.revcomm01 {
		width: 100%;
		height: 100%;
		float: none
	}
	.revcomm1a {
		text-align: left;
		float: none;
		width: 100%
	}
	.revcomm1b {
		text-align: left;
		margin-top: 10px
	}
	.revcomm1 {
		float: left;
		display: inline-table;
		margin-top: 3px
	}
	.revcomm2 {
		float: left;
		display: inline-table
	}
	.revcomm2b {
		float: left;
		display: inline-table
	}
	.revcommspace {
		float: left;
		display: inline-table
	}
	.has-padding-bottom {
		padding-bottom: 20%!important
	}
	.row-link__title {
		margin-top: 5px
	}
	.revcomm1 a {
		margin-left: 0
	}
	.revcomm2 a {
		margin-left: 0
	}
	.row-link__label {
		margin-bottom: 10px
	}
}

@media screen and (max-width:1024px) {
	.hero-slider__cta .button.has-icon {
		width: 110px;
		margin-bottom: 10px
	}
	.hero-slider__cta .button.button--block {
		display: block
	}
}

@media screen and (max-width:601px) {
	.has-padding-bottom {
		padding-bottom: 20%!important
	}
}

@media screen and (max-width:598px) {
	.has-padding-bottom {
		padding-bottom: 20%!important
	}
	.abstract-c.has-margin {
		margin-bottom: 0
	}
	.title-c {
		line-height: 1.5
	}
}

@media screen and (max-width:415px) {
	.discover_cta {
		width: 217.8px;
		margin-bottom: 5px
	}
}

@media screen and (max-width:321px) {
	.discover_cta {
		width: 216px;
		margin-bottom: 5px
	}
}

b,
strong {
	font-weight: bold
}

.hero-slider__cta .button {
	margin-top: 0!important
}

.cro-content-slide {
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	position: absolute;
	background: rgba(000, 000, 000, .5)
}

.cro-content-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	display: none;
	background: rgba(000, 000, 000, .5);
	padding-bottom: 15px
}

.cro-content-header .site-header__logo {
	margin: 0 auto
}

.cro-content-header .cro-button-header-container {
	float: right;
	margin-right: 15px;
	margin-top: 15px
}

.cro-content-header .cro-button-header-container .cro-button-header {
	display: block;
	width: 193px;
	color: #2d2d2e;
	background: #fff;
	text-align: left;
	padding: 4px 10px;
	margin: 10px auto;
	font-size: 12px;
	position: relative;
	font-weight: 600
}

.cro-content-slide .cro-button-slide {
	display: block;
	width: 193px;
	color: #000;
	background: #fff;
	text-align: left;
	padding: 4px 10px;
	margin: 10px auto;
	font-size: 12px;
	position: relative;
	font-weight: 700
}

.cro-content-slide .cro-button-slide .Icon {
	position: absolute;
	right: 17.5px;
	top: 6.5px
}

.cro-content-header .cro-button-header .Icon {
	position: absolute;
	right: 7.5px;
	top: 7px
}

.cro-content-slide .cro-button-slide:hover {
	background: #000;
	color: #fff
}

@media screen and (min-width:1280px) {
	.cro-content-header {
		display: block
	}
}

@media screen and (max-width:1024px) {
	.cro-content-slide {
		display: none!important
	}
}

.cmb_button {
	position: fixed;
	background: red;
	color: #fff;
	height: 58px;
	width: 58px;
	line-height: 70px;
	text-align: center;
	border-radius: 50px;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
	z-index: 999;
	display: none;
	background: url(app/images/xcallMe.png.pagespeed.ic.CpOTJlhQ00.webp) no-repeat center
}

.formCMB input,
select {
	height: 38px;
	padding: 9px
}

.formCMB .form__group {
	padding-bottom: 10px
}

.formCMB .float-label__label {
	top: 12px
}

.formCMB .form__privacy-block {
	padding: 10px 14px;
	font-size: 13px
}

.formCMB .form__privacy-block p {
	margin-bottom: 0
}

.formCMB .form__privacy-block .editorial-text {
	line-height: 1.3em;
	font-size: 13px
}

.formCMB .form__privacy-block input[type="checkbox"] {
	height: 12px
}

.formCMB .form__privacy-block .form__group--flex {
	padding-bottom: 0
}

.formCMBContainer {
	padding: 50px;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(000, 000, 000, .8);
	top: 0;
	z-index: 999;
	overflow-y: scroll
}

.formCMB_box {
	background: #f4f4f4;
	box-sizing: border-box;
	padding: 25px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 500px;
	position: relative
}

.formCMB_box .close-form {
	position: absolute;
	right: -15px;
	cursor: pointer;
	top: -15px;
	width: 25px;
	height: 25px;
	background: url(app/images/xclose-form.png.pagespeed.ic.m612DB_2j9.webp) no-repeat;
	background-size: cover
}

.formCMB_box h2 {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 10px
}

.formCMB_box .field-intro {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 13px
}

.formCMB_box form select {
	width: 100%;
	font-size: 13px;
	background: transparent;
	border: 1px solid #d6d6d6;
	text-transform: uppercase;
	font-family: Helvetica, Helvetica\ Neue, Arial, sans-serif!important;
	font-weight: 700
}

.formCMB .button {
	padding: 10px 21px
}

label.error {
	color: #ceb02e;
	font-size: 11px;
	overflow: hidden
}

label#legal-terms-error {
	margin-top: 50px;
	margin-left: -20px;
	position: absolute
}

label#emailOptOut-error {
	margin-top: 20px;
	margin-left: -20px;
	position: absolute
}

label#doNotCall-error {
	margin-top: 20px;
	margin-left: -20px;
	position: absolute
}

label#phone-terms-error {
	margin-top: 20px;
	margin-left: -20px;
	position: absolute
}

.error[for="00N20000003n60N"] {
	margin-top: 20px;
	margin-left: -20px;
	position: absolute
}

.form_lng_es label#emailOptOut-error,
.form_lng_es label#doNotCall-error,
.form_lng_es label#phone-terms-error,
.form_lng_es .error[for="00N20000003n60N"] {
	margin-top: 35px
}

#formCMB .form__group span {
	width: 120px
}

@media screen and (min-width:768px) {
	.sticky-bar {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		transition: -webkit-transform 0s cubic-bezier(.77, 0, .175, 1)!important;
		transition: transform 0s cubic-bezier(.77, 0, .175, 1)!important;
		transition: transform 0s cubic-bezier(.77, 0, .175, 1), -webkit-transform 0s cubic-bezier(.77, 0, .175, 1)!important
	}
	.sticky-bar__inner {
		opacity: 1;
		transition: opacity 0s cubic-bezier(.77, 0, .175, 1)
	}
	.sticky-bar.is-visible .sticky-bar__inner {
		opacity: 1;
		transition: opacity 0s cubic-bezier(.77, 0, .175, 1) .333s
	}
}

.editorial-row__head,
.editorial-row__head strong {
	font-weight: initial
}

.editorial-row__head strong {
	font-weight: 700
}

.body-accordion-highlight {
	font-weight: bolder;
	margin-bottom: 10px
}

.director {
	text-transform: uppercase;
	font-weight: bold
}

.director a {
	color: #666
}

.program_leaders a {
	color: #ad753e!important;
	text-decoration: none!important;
	font-weight: bold!important;
	line-height: 30px
}

.tutors {
	line-height: 30px
}

.tutors strong {
	font-weight: bold
}

.specchietto-riassuntivo strong {
	font-weight: 700
}

.specchietto-riassuntivo a {
	color: #000
}

.map__text-wrapper {
	z-index: 0!important
}

.link-ul-course-plan {
	color: #757575
}

.link-ul-course-plan:hover {
	color: #000
}

.black-accordion__lang {
	width: 120px
}

.editorial-row__head a .title-c {
	text-transform: uppercase!important
}

.list-launches {
	text-transform: lowercase!important
}

form.form .is-full:nth-of-type(11) .form__error-block {
	margin-bottom: -60px
}

h3.admission-h3 strong {
	text-transform: uppercase
}

.is-accordion .title-d {
	font-size: 15px
}

.form__radio-title {
	width: 100px!important
}

.work-with-us .courses__list-link li {
	list-style-type: initial
}

.work-with-us .courses__list-link li a {
	text-decoration: none!important
}

.work-with-us ul>li::before {
	display: none!important
}

.work-with-us .is-strong li:hover {
	background: #fff
}

.work-with-us .is-strong li {
	padding: 5px 10px;
	margin-top: 0!important;
	margin-bottom: 0!important
}

.work-with-us .is-strong li {
	margin-left: -28px
}

.work-with-us .is-strong li a {
	text-decoration: none
}

#localtime label {
	position: relative;
	top: auto;
	left: 0;
	display: block;
	margin: 4px 0 0 0
}

#localtime span {
	font-weight: bold;
	padding-left: 15px
}

label.error {
	color: #ceb02e;
	font-size: 11px;
	overflow: hidden
}

label#legal-terms-error {
	margin-top: 40px;
	margin-left: -20px;
	position: absolute
}

label#emailOptOut-error {
	margin-top: 20px;
	margin-left: -20px;
	position: absolute
}

label#doNotCall-error {
	margin-top: 20px;
	margin-left: -20px;
	position: absolute
}

label#phone-terms-error {
	margin-top: 20px;
	margin-left: -20px;
	position: absolute
}

.error[for="00N20000003n60N"] {
	margin-top: 20px;
	margin-left: -20px;
	position: absolute
}

.form_lng_es label#emailOptOut-error,
.form_lng_es label#doNotCall-error,
.form_lng_es label#phone-terms-error,
.form_lng_es .error[for="00N20000003n60N"] {
	margin-top: 35px
}

.clear-fix {
	clear: both
}

.thank-you-box {
	width: 48%;
	margin-bottom: 20px;
	margin-top: 20px
}

.thank-you-box .title-box {
	font-weight: 500;
	font-size: 25px;
	display: block;
	margin-bottom: 15px
}

.thank-you-box .one {
	background-color: #000;
	color: #fff;
	padding: 20px;
	min-height: 135px
}

.thank-you-box .two {
	background-color: #2d2d2e;
	color: #fff;
	padding: 20px;
	min-height: 135px
}

.thank-you-box a {
	color: #000;
	background: #fff;
	padding: 10px;
	font-weight: bold;
	margin-top: 10px;
	float: left;
	margin-right: 1%;
	line-height: 15px;
	min-height: 50px
}

.map__image-wrapper a iframe {
	width: 100%!important
}

.site-header__links {
	background: #ceb02e
}

@media screen and (min-width:1600px) {
	.is-aligned-center .hero-slider__text-block {
		max-width: 900px
	}
}

@media screen and (min-width:768px) {
	.is-aligned-center .hero-slider__text-block {
		width: 55%;
		max-width: inherit
	}
}

@media only screen and (max-width:768px) {
	.thank-you-box .two,
	.thank-you-box .one {
		min-height: 200px
	}
}

@media only screen and (max-width:640px) {
	.thank-you-box {
		width: 100%
	}
	.thank-you-box .two,
	.thank-you-box .one {
		min-height: 170px
	}
	label#legal-terms-error {
		margin-top: 100px;
		margin-left: -20px;
		position: absolute
	}
	.form__checkbox-title,
	.form__radio-title {
		max-width: inherit;
		width: 100%!important
	}
	.pea_cook_wrapper,
	.pea_cook_bottomcenter {
		width: 100%!important;
		bottom: 0!important;
		left: 0!important;
		margin: 0 auto!important;
		padding: 8px 15px!important;
		line-height: 15px!important
	}
	.formCMBContainer {
		padding: 25px
	}
	.formCMB_box {
		width: 98%;
		padding: 10px
	}
	.formCMB_box .form__group {
		width: 100%!important
	}
	#formCMB .form__group span {
		width: 80px
	}
	.form_lng_es .form__privacy-block .form__group .form__radio-title {
		padding-top: 20px
	}
	.form_lng_es .form__group span,
	.form_lng_es .editorial-text {
		font-size: 11px!important;
		line-height: 11px!important
	}
	.form_lng_es label#emailOptOut-error,
	.form_lng_es label#doNotCall-error,
	.form_lng_es label#phone-terms-error,
	.form_lng_es .error[for="00N20000003n60N"] {
		margin-top: 30px!important
	}
}

.iframeWrapperInContent {
	width: 100%;
	height: 500px
}

@media only screen and (max-width:960px) {
	.iframeWrapperInContent {
		height: 400px
	}
}

@media only screen and (max-width:768px) {
	.iframeWrapperInContent {
		height: 350px
	}
}

@media only screen and (max-width:640px) {
	.iframeWrapperInContent {
		height: 300px
	}
}

@media only screen and (max-width:568px) {
	.iframeWrapperInContent {
		height: 250px
	}
}

@media only screen and (max-width:480px) {
	.iframeWrapperInContent {
		height: 200px
	}
}

@media only screen and (max-width:400px) {
	.iframeWrapperInContent {
		height: 150px
	}
}

.iframeContentPopUp {
	position: fixed;
	z-index: 999;
	right: 100px;
	bottom: 70px;
	display: none
}

.iframeContentPopUp .iframePopUp {
	padding: 5px 0;
	background-color: rgba(193, 189, 186, .8)
}

.iframeContentPopUp .iframePopUp .popUp {
	position: relative;
	padding: 0 30px;
	text-align: center
}

.iframeContentPopUp .iframePopUp .popUp .close-form {
	position: absolute;
	float: right;
	right: 7px;
	cursor: pointer;
	top: -15px;
	width: 14px;
	height: 12px;
	background: url(app/images/xclose_black.png.pagespeed.ic.xSkraikA4K.webp) no-repeat;
	background-size: cover
}

.iframeContentPopUp .iframePopUp .popUp .titoloPopUp {
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
	font-weight: bold
}

.iframeContentPopUp .iframePopUp .popUp .textPopUp {
	color: #000;
	text-align: center;
	font-size: .85em;
	margin-top: 8px
}

.iframeContentPopUp .iframePopUp .popUp .buttonPopUp {
	display: inline-block;
	background-color: #d83756;
	color: #fff;
	text-align: center;
	margin: 15px 0;
	position: relative;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 18px;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 0;
	transition: color .4s cubic-bezier(.77, 0, .175, 1)
}

.iframeContentPopUp .iframePopUp .popUp .buttonPopUpMobile {
	display: none
}

.iframeContentPopUp .iframePopUp .popUp .buttonPopUp:hover {
	background-color: #0f0f0f;
	color: #fff
}

.callMe {
	display: none;
	position: fixed;
	right: 14px;
	bottom: 84px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	background-color: #ceb02e;
	color: #fff;
	font-size: 20px;
	z-index: 30
}

@media only screen and (max-width:1280px) {
	.callMe {
		display: block
	}
	.site-header__email {
		position: fixed;
		top: unset;
		right: 14px;
		width: 56px;
		height: 56px;
		line-height: 56px;
		text-align: center;
		border-radius: 50%;
		background-color: #ceb02e;
		color: #fff;
		font-size: 20px;
		z-index: 30;
		padding: 0;
		bottom: 152px
	}
}

@media only screen and (max-width:480px) {
	.iframeContentPopUp {
		position: fixed;
		width: 100%!important;
		height: auto;
		z-index: 999;
		bottom: 0;
		margin-left: 0;
		right: unset;
		display: none
	}
	.iframeContentPopUp .iframePopUp {
		background-color: transparent;
		padding: unset!important
	}
	.iframeContentPopUp .iframePopUp .popUp {
		position: relative;
		padding: 0!important
	}
	.iframeContentPopUp .iframePopUp .popUp .close-form {
		position: absolute;
		float: right;
		right: 10px;
		cursor: pointer;
		top: 50%;
		margin-top: -5px;
		width: 10px;
		height: 9px;
		background: url(app/images/xclose.png.pagespeed.ic.o6VmRsSpKU.webp) no-repeat;
		background-size: cover;
		z-index: 999
	}
	.iframeContentPopUp .iframePopUp .popUp .titoloPopUp,
	.iframeContentPopUp .iframePopUp .popUp .textPopUp,
	.iframeContentPopUp .iframePopUp .popUp .buttonPopUp {
		display: none
	}
	.iframeContentPopUp .iframePopUp .popUp .buttonPopUpMobile {
		display: inline-block;
		background-color: #d83756;
		color: #fff;
		text-align: center;
		position: relative;
		font-size: 12px;
		font-weight: 700;
		padding: 18px;
		text-decoration: none;
		text-transform: uppercase;
		z-index: 0;
		min-height: 38px;
		transition: color .4s cubic-bezier(.77, 0, .175, 1);
		width: 100%
	}
	.iframeContentPopUp .iframePopUp .popUp .buttonPopUp:hover {
		background-color: #0f0f0f;
		color: #fff
	}
	.iframeContentPopUp .iframePopUp .popUp .buttonPopUpMobile .Icon {
		display: none
	}
	.iframeContentPopUp .iframePopUp .popUp .buttonPopUpMobile br {
		display: none
	}
}

.titoloRaggruppamento {
	display: block;
	margin: 30px 0 10px 0
}

@media only screen and (max-width:568px) {
	.black-accordion__toggler {
		position: relative
	}
	.black-accordion__title {
		position: absolute;
		top: 10px
	}
	.black-accordion__lang {
		position: absolute;
		bottom: 0;
		width: 100%!important
	}
	.black-accordion__chevron {
		line-height: 50px
	}
	.twoDate {
		line-height: 80px
	}
	.threeDate {
		line-height: 100px
	}
	.fourDate {
		line-height: 130px
	}
	.fiveDate {
		line-height: 140px
	}
}
  
.site-header__links a.hover:before {
	transform: translateX(0);
	color: #0f0f0f
}

.site-header__links a.hover .Icon {
	fill: #0f0f0f
}

.mobile-chat {
	position: relative;
	bottom: auto;
	right: auto;
	width: auto;
	height: auto;
	border-radius: 0;
	background-color: inherit;
	line-height: 1
}

.callMe {
	display: none
}

.callMe.active {
	display: block
}

.site-header__links {
	display: none
}

.site-header__links.active {
	display: block
}

.site-header__chat .Icon {
	opacity: 1
}

@media only screen and (max-width:1279px) {
	.site-header__links a.hover svg {
		fill: white!important
	}
	a.site-header__tel,
	a.site-header__calendar {
		display: none
	}
	.site-header__links {
		padding: 0!important
	}
	.site-header__links a {
		margin: 0;
		padding: 0
	}
	.site-header__chat_new {
		display: block;
		overflow: hidden;
		position: fixed;
		bottom: 15px;
		right: 14px;
		width: 56px;
		height: 56px;
		line-height: 56px;
		text-align: center;
		border-radius: 50%;
		color: #fff;
		font-size: 20px;
		z-index: 30;
		border: none!important
	}
	.site-header__links a.site-header__chat_new .mobile-chat {
		background-color: #ceb02e;
		width: 100%;
		height: 100%;
		margin: 0!important;
		color: #fff
	}
}

@media only screen and (max-width:480px) {
	.callMe {
		bottom: 126px
	}
	.site-header__email {
		bottom: 190px
	}
	.site-header__chat_new {
		bottom: 63px
	}
}





.courses-launches {
	background-color: #2d2d2e;
	padding-bottom: 1px
}

.courses-launches__grid {
	margin-left: 28px;
	margin-right: 28px
}

@media screen and (min-width:1024px) {
	.courses-launches__grid {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-left: -28px;
		margin-right: -28px
	}
}

.courses-launches__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 400px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-bottom: 42px
}

@media screen and (min-width:1024px) {
	.courses-launches__item {
		width: calc(33.33% - 28px);
		max-width: calc(33.33% - 28px);
		-webkit-flex-basis: calc(33.33% - 28px);
		-ms-flex-preferred-size: calc(33.33% - 28px);
		flex-basis: calc(33.33% - 28px)
	}
}

@media screen and (min-width:1600px) {
	.courses-launches__item {
		width: calc(33.33% - 42px);
		max-width: calc(33.33% - 42px);
		-webkit-flex-basis: calc(33.33% - 42px);
		-ms-flex-preferred-size: calc(33.33% - 42px);
		flex-basis: calc(33.33% - 42px)
	}
}

@media screen and (min-width:1920px) {
	.courses-launches__item {
		width: calc(33.33% - 56px);
		max-width: calc(33.33% - 56px);
		-webkit-flex-basis: calc(33.33% - 56px);
		-ms-flex-preferred-size: calc(33.33% - 56px);
		flex-basis: calc(33.33% - 56px)
	}
	.courses-launches__item:nth-child(2) {
		margin-top: 200px
	}
	.courses-launches__item:nth-child(3) {
		margin-top: 100px
	}
}

.courses-launches__image {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	opacity: 1;
	transition: all 1.2s cubic-bezier(.165, .84, .44, 1);
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
	z-index: 1;
	display: block;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

@media screen and (min-width:1024px) {
	.courses-launches__image {
		padding-bottom: 0;
		height: auto
	}
}

.courses-launches__item.u-on-enter-trigger:not(.is-entered) .courses-launches__image {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	opacity: 0
}

.courses-launches__image img {
	display: block;
	width: 100%;
	transition: -webkit-transform .5s ease-in;
	transition: transform .5s ease-in;
	transition: transform .5s ease-in, -webkit-transform .5s ease-in
}

.courses-launches__image:hover img {
	transition: -webkit-transform 1s ease-out;
	transition: transform 1s ease-out;
	transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

.courses-launches__text-block {
	-webkit-flex-basis: calc(100% - 28px);
	-ms-flex-preferred-size: calc(100% - 28px);
	flex-basis: calc(100% - 28px);
	width: calc(100% - 28px);
	top: 70%;
	background: #fff;
	opacity: 1;
	transition: all 1.2s cubic-bezier(.165, .84, .44, 1) .3s;
	z-index: 2;
	position: relative
}

@media screen and (min-width:1600px) {
	.courses-launches__text-block {
		width: 85%;
		-webkit-flex-basis: 85%;
		-ms-flex-preferred-size: 85%;
		flex-basis: 85%
	}
}

.courses-launches__item.u-on-enter-trigger:not(.is-entered) .courses-launches__text-block {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	opacity: 0
}

.courses-launches__name {
	transition: color .4s;
	padding: 21px;
	display: block;
	margin-bottom: 21px
}

.courses-launches__name:link,
.courses-launches__name:visited {
	color: #0f0f0f
}

.courses-launches__name:hover {
	color: #bcbcbc
}

.courses-launches__name:active {
	color: #bcbcbc;
	transition: color .2s
}

@media screen and (min-width:1920px) {
	.courses-launches__name {
		padding: 28px
	}
}

.school-list {
	padding: 21px
}

@media screen and (min-width:1920px) {
	.school-list {
		padding: 28px
	}
}

.school-list__item {
	display: inline;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase
}

@media screen and (min-width:1920px) {
	.school-list__item {
		font-size: 12.5px
	}
}

.school-list__item:not(:last-child):after {
	content: " / "
}

.school-list__link {
	transition: color .4s;
	display: inline
}

.school-list__link:link,
.school-list__link:visited {
	color: #0f0f0f
}

.school-list__link:hover {
	color: #666
}

.school-list__link:active {
	color: #666;
	transition: color .2s
}

.single-launch {
	padding: 28px 28px 56px;
	background-color: #2d2d2e
}

@media screen and (min-width:1024px) {
	.single-launch {
		padding-bottom: 56px
	}
}

@media screen and (min-width:1366px) {
	.single-launch {
		padding-bottom: 84px
	}
}

@media screen and (min-width:1600px) {
	.single-launch {
		padding-top: 70px
	}
}

.single-launch .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.single-launch__image {
	width: 100%;
	max-width: 340px;
	display: block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
	transition: all 1.6s cubic-bezier(.165, .84, .44, 1)
}

.single-launch:not(.is-entered) .single-launch__image {
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
	opacity: 0
}

@media screen and (min-width:648px) {
	.single-launch__image {
		width: 50%;
		margin-right: -14px
	}
}

@media screen and (min-width:1600px) {
	.single-launch__image {
		width: 33%;
		max-width: none;
		margin-right: -14px
	}
}

.single-launch__image-inner {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden
}

@media screen and (min-width:1024px) {
	.single-launch__image-inner {
		padding-bottom: 0;
		height: auto
	}
}

.single-launch__image-inner:hover img {
	transition: -webkit-transform 1s ease-out;
	transition: transform 1s ease-out;
	transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

.single-launch__image-inner img {
	position: absolute;
	top: 0;
	left: 0;
	transition: -webkit-transform .5s ease-in;
	transition: transform .5s ease-in;
	transition: transform .5s ease-in, -webkit-transform .5s ease-in;
	width: 100%
}

@media screen and (min-width:1024px) {
	.single-launch__image-inner img {
		position: static
	}
}

.single-launch__text-block {
	width: 100%;
	margin-left: 14px;
	margin-right: 14px;
	margin-top: -50px;
	background: #0f0f0f;
	color: #fff;
	max-width: 312px;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
	transition: all 1.6s cubic-bezier(.165, .84, .44, 1)
}

.single-launch:not(.is-entered) .single-launch__text-block {
	-webkit-transform: translate3d(20%, 0, 0);
	transform: translate3d(20%, 0, 0);
	opacity: 0
}

@media screen and (min-width:648px) {
	.single-launch__text-block {
		width: 50%;
		max-width: 340px;
		margin-top: 0;
		margin-right: 0;
		margin-left: -14px
	}
}

@media screen and (min-width:1920px) {
	.single-launch__text-block {
		width: 33%;
		max-width: none
	}
}

.single-launch__text-block a {
	transition: color .4s
}

.single-launch__text-block a:link,
.single-launch__text-block a:visited {
	color: #fff
}

.single-launch__text-block a:hover {
	color: #666
}

.single-launch__text-block a:active {
	color: #666;
	transition: color .2s
}

.single-launch__text-block-head {
	padding: 21px;
	display: block
}

@media screen and (min-width:1920px) {
	.single-launch__text-block-head {
		padding: 28px
	}
}
 