/* VARIABLES */
:root {
	/* Fonts & Typography */
	--font-family: 'Inter', sans-serif;

	--font-weight: 400;
	--letter-spacing: normal;

	--font-size: 1.125rem;
	--line-height: 1.418rem;

	--font-size-sm: .875rem;
	--line-height-sm: 1.125rem;

	--font-size-lg: 1.25rem;
	--line-height-lg: 2.188rem;
	/* Titles */
	--h1-font-size: 5rem;
	--h1-line-height: 7.5rem;

	--h2-font-size: 3.688rem;
	--h2-line-height: 5rem;

	--h3-font-size: 3rem;
	--h3-line-height: 3.688rem;

	--h4-font-size: 2.75rem;
	--h4-line-height: 3.6rem;

	--h5-font-size: 2.5rem;
	--h5-line-height: 3.25rem;

	--h6-font-size: 2.375rem;
	--h6-line-height: 3rem;

	--title-font-weight: 700;
	/* Colors */
	--dark: #000;
	--light: #EFEFEF;
	--white: #fff;
	--red: #760604;
	--text: #151515;
	--primary: #FFE8AC;
	--secondary: #760604;
	--green: #97DAC0;
	--green-dark: #71BEA0;
	--placeholder: #858585;
	/* Other */
	--header-height: 64px;
	--header-height-sm: 84px;
	/* Buttons */
	--btn-font-size: 1.5rem;
	--btn-font-size-sm: 1.125rem;
	--btn-font-weight: 600;
	--btn-line-height: 2rem;
	--btn-border-width: 3px;
	--btn-border-radius: .5rem;
	/* Gaps & spaces */
	--section-padding: 10rem 0;
	--section-padding-sm: 5rem 0;
	--section-padding-xs: 2.5rem 0;
	--content-margin: 1rem;
	--content-margin-sm: calc(var(--content-margin) / 1.2);
	--content-margin-xs: calc(var(--content-margin) / 1.5);
	/* Transitions */
	--duration: .5s;
	--delay: var(--duration);
	--easing: cubic-bezier(.14, .72, .18, .84);
}

/* MAIN STYLES */
html,
body {
	height: auto
}

/* SLIDERS */
/* Splide slider */
.splide__container {
	box-sizing: border-box;
	position: relative
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.splide__pagination li {
	margin: 0;
	line-height: 1;
	pointer-events: auto;
	display: inline-block;
	list-style-type: none;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none
}

.splide__progress__bar {
	width: 0
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative
}

.splide__slide img {
	vertical-align: bottom
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

@keyframes splide-loading {

	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide__track--ttb > .splide__list {
	display: block
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1
}

.splide__arrow svg {
	object-fit: contain;
}

.splide__arrow:disabled {
	opacity: .3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 1;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

@supports (outline-offset: -3px) {

	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast:none) {

	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}

@supports (outline-offset: -3px) {

	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast:none) {

	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}

	.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
		border-color: #0bf;
	}
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0
}
/* Splide slider customized */
.splide__pagination li:before {
	display: none;
}

.splide__arrow,
.splide__arrow:before {
	border-radius: 50%;
}

.splide__arrow {
	top: 50%;
	opacity: 1;
	z-index: 1;
	padding: 0;
	width: 50px;
	height: 50px;
	border: none;
	position: absolute;
	background-color: transparent;
	background-color: rgba(255, 255, 255, .65);
}

.splide__arrow:disabled {
	opacity: .42;
}

.splide__arrow.splide__arrow--prev {
	left: 1rem;
}

.splide__arrow.splide__arrow--next {
	right: 1rem;
}

.splide__arrow svg {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: fill var(--duration) var(--easing), transform .1s var(--easing);
}

.splide__arrow.splide__arrow--prev svg {
	margin-right: 5px;
}

.splide__arrow.splide__arrow--next svg {
	margin-left: 5px;
}

.splide__arrow.splide__arrow--prev:active svg {
	transform: translate3d(calc(-50% + -.5rem), -50%, 0);
}

.splide__arrow.splide__arrow--next:active svg {
	transform: translate3d(calc(-50% + .5rem), -50%, 0);
}

.splide__arrow svg path {
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.splide__slide {
	cursor: grab;
}

.splide__slide:active {
	cursor: grabbing;
}

.splide__pagination li {
	width: 2.75rem;
    height: .5rem;
	padding-left: 0;
	
}

.splide__pagination__page {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: var(--primary);
}

.splide__pagination li:not(:last-child) {
	margin-bottom: 0;
	margin-right: 1.313rem;
}

.splide__pagination__page {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	pointer-events: auto;
	background: var(--primary);
}

.splide__pagination__page:not(.is-active),
.splide__pagination__page.is-active {
	opacity: 1;
}

.splide__pagination__page.is-active {
	background-color: var(--green);
}

.slider .splide__slide {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.slider .splide__slide .accordion {
	margin-right: 4.9005rem;
	flex: 0 0 calc(33.33% - 3.267rem);
	max-width: calc(33.33% - 3.267rem);
}

.slider .splide__slide .accordion:nth-child(1),
.slider .splide__slide .accordion:nth-child(2),
.slider .splide__slide .accordion:nth-child(3) {
	margin-bottom: 3rem;
}

.slider .splide__slide .accordion:nth-child(3),
.slider .splide__slide .accordion:nth-child(6) {
	margin-right: 0;
}

.slider.slider-mobile .splide__slide .accordion {
	flex: 0 0 100%;
	max-width: 100%;
}

.slider.slider-mobile .splide__slide .accordion:last-child {
	margin-bottom: 0;
}

.slider .splide__arrows {
	margin-top: -1.5rem;
}

.slider .splide__arrow.splide__arrow--prev {
	margin-right: 1rem;
}

.splide__arrow svg,
.splide__arrow svg path {
	transition: stroke var(--duration) var(--easing), transform .1s var(--easing);
}

@media (min-width: 1200px) {

	.splide__arrow.splide__arrow--prev {
		left: 30px;
	}
	
	.splide__arrow.splide__arrow--next {
		right: 30px;
	}

	.splide__arrow:hover {
		background-color: var(--secondary);
	}

	.splide__arrow:hover svg path {
		stroke: var(--white);
	}

	.splide__pagination__page:hover {
		background-color: var(--green);
	}
}

@media (max-width: 1599px) {
}

@media (max-width: 1199px) {

	.slider .splide__slide .accordion {
		flex: 0 0 calc(50% - 1.5rem);
		max-width: calc(50% - 1.5rem);
	}

	.slider .splide__slide .accordion:nth-child(1),
	.slider .splide__slide .accordion:nth-child(2),
	.slider .splide__slide .accordion:nth-child(3),
	.slider .splide__slide .accordion:nth-child(4) {
		margin-bottom: 1.75rem;
	}

	.slider .splide__slide .accordion:nth-child(1),
	.slider .splide__slide .accordion:nth-child(3),
	.slider .splide__slide .accordion:nth-child(5) {
		margin-right: 3rem;
	}

	.slider .splide__slide .accordion:nth-child(2),
	.slider .splide__slide .accordion:nth-child(4),
	.slider .splide__slide .accordion:nth-child(6) {
		margin-right: 0;
	}
}

@media (max-width: 991px) {

	.splide__arrow {
		margin-top: -21px;
	}
}

@media (max-width: 767px) {

	.splide__arrow {
		width: 2.5rem;
		height: 2.5rem;
	}

	.slider-desktop {
		display: none;
	}

	.slider .splide__arrows {
		margin-top: 2rem;
	}

	.slider .splide__slide .accordion:nth-child(1),
	.slider .splide__slide .accordion:nth-child(2),
	.slider .splide__slide .accordion:nth-child(3),
	.slider .splide__slide .accordion:nth-child(4),
	.slider .splide__slide .accordion:nth-child(5),
	.slider .splide__slide .accordion:nth-child(6) {
		margin-right: 0;
	}

	.slider .splide__slide .accordion:nth-child(1),
	.slider .splide__slide .accordion:nth-child(2),
	.slider .splide__slide .accordion:nth-child(3),
	.slider .splide__slide .accordion:nth-child(4),
	.slider .splide__slide .accordion:nth-child(5) {
		margin-bottom: 1.5rem;
	}

	.slider .splide__slide .accordion {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.splide__pagination li {
	    display: none;
	}
}

/* PROJECTS */
.project,
.project .full-size {
	border-radius: .5rem;
}

.project {
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	padding: .5rem 1rem;
	margin-bottom: 1.188rem;
	justify-content: space-between;
	background-color: var(--green);
}

.project h2,
.project h3,
.project h4,
.project h5,
.project h6 {
	flex: 0 0 60%;
	max-width: 60%;
	font-weight: 500;
	margin-bottom: 0;
	padding-right: 5px;
	font-size: 1.125rem;
	line-height: 1.35rem;
	color: var(--secondary);
	letter-spacing: .031rem;
	text-transform: uppercase;
}

.project .img {
	height: 2.75rem;
	flex: 0 0 37.064%;
	max-width: 37.064%;
}

.project .img img {
	width: auto;
	height: 100%;
	margin-left: auto;
}

@media (max-width: 1599px) {

	.project h2,
	.project h3,
	.project h4,
	.project h5,
	.project h6 {
		flex: 0 0 65%;
		max-width: 65%;
		font-size: .938rem;
		line-height: 1.156rem;
		letter-spacing: .05rem;
	}

	.project .img {
		flex: 0 0 35%;
		max-width: 35%;
		height: 3.25rem;
	}
}

@media (min-width: 1200px) {

	.project:hover {
		background-color: var(--secondary);
	}

	.project:hover h2 {
		color: var(--white);
	}
}

@media (max-width: 991px) {

	.project h2,
	.project h3,
	.project h4,
	.project h5,
	.project h6 {
		font-size: .813rem;
		line-height: .959rem;
		letter-spacing: .05rem;
	}
}

@media (max-width: 767px) {

	.project {
		flex-wrap: wrap;
		padding: .5rem .75rem;
	}

	.project h2,
	.project h3,
	.project h4,
	.project h5,
	.project h6,
	.project .img {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.project h2,
	.project h3,
	.project h4,
	.project h5,
	.project h6 {
		order: 2;
	}

	.project .img {
		order: 1;
		margin-bottom: 4px;
	}

	.project .img img {
		margin-left: 0;
	}
}

/* IMPORTANT */
.important-section {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}

.important-section:before {
	width: 75%;
}

.important-section .title {
	padding-left: 2.688rem;
	margin-bottom: .813rem;
}

.important-slider {
	margin-left: 2.688rem;
}

.important-post {
	padding: 2.5rem 2.625rem 3rem;
}

.important-post .img {
	padding-top: 56%;
	margin-bottom: 1.063rem;
}

.important-post .img img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.important-post .title {
	padding-left: 0;
	margin-bottom: 0;
	line-height: 2rem;
	color: var(--dark);
}

@media (max-width: 1599px) {

	.important-section:before {
		width: 82%;
	}

	.important-post {
		padding: 1.5rem 1rem 1.25rem;
	}
}

@media (max-width: 1199px) {

	.important-section:before {
		width: 100%;
	}

	.important-section .title {
		padding-left: 0;
	}

	.important-slider {
		margin-left: 0;
	}
}

@media (min-width: 768px) {

	.important-slider {
		border-radius: .75rem;
		background-color: var(--white);
	}

	.important-section:before {
		top: 0;
		right: 0;
		bottom: 0;
		content: '';
		position: absolute;
		background-color: var(--primary);
	}

	.important-slider .splide__slide,
	.important-slider .splide__slide:active {
		cursor: auto;
	}

	.important-slider .splide__slide:not(:last-child) {
		border-right: 1px solid var(--secondary);
	}
}

@media (max-width: 767px) {

	.important-section {
		padding-top: 0;
		padding-bottom: 1.188rem;
	}

	.important-post {
		padding: 0;
	}
}

/* NEWS SECTION */
.news-section {
	padding-top: 2.563rem;
	padding-bottom: 3.563rem;
}

.news-section:before {
	top: 0;
	bottom: 0;
	width: 25%;
	content: '';
	z-index: -1;
	position: absolute;
	background-color: var(--green);
}

.news-section .title {
	margin-bottom: .5rem;
}

.news-post {
	display: flex;
	flex-wrap: wrap;
	padding: 1.625rem;
	border-radius: .75rem;
	align-items: flex-start;
	background-color: var(--light);
	position: relative;
}

.news-post .img {
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 53.742%;
	margin-bottom: 1rem;
}

.news-post .img img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.news-post .title {
	color: var(--dark);
	line-height: 2rem;
}
.news-section .row > div[class^="col-"]:first-child .news-post {
	height: 100%;
}

.news-section .row > div[class^="col-"]:last-child .news-post {
	padding-bottom: 2.5rem;
	height: calc(50% - .625rem);
}

.news-section .row > div[class^="col-"] .news-post p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-section .row > div[class^="col-"]:first-child .news-post p {
	-webkit-line-clamp: 6;
}

.news-section .row > div[class^="col-"]:last-child .news-post p {
	-webkit-line-clamp: 4;
}

.news-section .row > div[class^="col-"]:last-child .news-post:not(:last-child) {
	margin-bottom: 1.25rem;
}

.news-section .row > div[class^="col-"]:last-child .news-post .img {
	flex: 0 0 31.325%;
	max-width: 31.325%;
	margin-right: auto;
	padding-top: 31.325%;
	margin-bottom: 1.25rem;
}

.news-section .row > div[class^="col-"]:last-child .news-post .title {
	flex: 0 0 65%;
	max-width: 65%;
}

@media (max-width: 1599px) {

	.news-section:before {
		width: 18%;
	}
}

@media (max-width: 1199px) {

	.news-section:before {
		display: none;
	}

	.news-section .row > div[class^="col-"]:first-child .news-post {
		height: 100%;
	}
}

@media (min-width: 768px) {

	.news-section .container {
		position: relative;
	}

	.news-section .btn-inline {
		top: 0;
		right: 10px;
		position: absolute;
	}
	.news-post .img {
		margin-bottom: 1.5rem;
	}
	.news-post .title {
		margin-bottom: 1rem;
	}
}

@media (max-width: 767px) {

	.news-section {
		text-align: right;
		padding-top: 1.75rem;
		border-radius: .75rem;
		padding-bottom: 1.5rem;
		background-color: var(--light);
	}

	.news-section .title {
		margin-bottom: 1.2rem;
	}

	.news-section .title,
	.news-section .news-post {
		text-align: left;
	}

	.news-section .row > div[class^="col-"]:last-child {
		display: none;
	}

	.news-post {
		padding: 0;
	}

	.news-section .btn-inline {
		margin-left: auto;
		margin-top: 1rem;
	}
}

/* EVENTS SCHEDULE */
.events-schedule {
	padding-top: 3.125rem;
	padding-bottom: 2.375rem;
}

.events-schedule:before {
	top: 0;
	right: 0;
	bottom: 0;
	width: 75%;
	content: '';
	position: absolute;
	background-color: var(--primary);
}

.schedule {
	padding-left: 3.375rem;
}

.schedule .title.brand,
.schedule p {
	margin-bottom: 1.5rem;
}

.schedule p {
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 2.75rem;
	color: var(--secondary);
	text-transform: uppercase;
}

.sidebar.events-sidebar >*:not(:last-child) {
	margin-bottom: 1.5rem;
}

.sidebar.events-sidebar > *:last-child {
	margin-bottom: 0;
}

.sidebar.events-sidebar .title.brand {
	width: 100%;
	display: block;
}

.sidebar.events-sidebar .title:not(.brand) {
	font-weight: 500;
	color: var(--dark);
	font-size: 1.438rem;
	line-height: 2.125rem;
}

.sidebar.events-sidebar {
	margin-top: 16rem;
}

.sidebar .sidebar-more {
	margin-top: 2.25rem;
}

.events.competitions:before {
	left: 50%;
	bottom: 0;
	content: '';
	height: 17.938rem;
	position: absolute;
	transform: translateX(-50%);
	width: calc(1460px + 10rem);
	background: linear-gradient(to right, var(--white) 0%, var(--white) 38%, var(--green) 38%, var(--green) 100%);
}

.events .bread-crumbs {
	margin-bottom: 2.5rem;
}

.events.competitions .social,
.research .social {
	margin-bottom: 1.5rem;
}

.events hr {
	margin: 3.5rem 0;
	border-color: var(--green);
}

.events .pagination {
	margin-top: 2.625rem;
	margin-bottom: 5.313rem;
}

.events .content.without-btn .img + p {
	padding-right: 0;
}

.events .sidebar.posts hr {
	margin: .75rem 0;
	border-color: var(--secondary);
}

.events .tags,
.events .sidebar.posts,
.sidebar.events-sidebar {
	margin-right: 0;
}

.events.competitions.post-page {
	padding-bottom: 9.875rem;
}

.events.competitions.post-page .content + .title {
	margin-top: 2rem;
}

@media (max-width: 1599px) {

	.events-schedule:before {
		width: 82%;
	}

	.events.competitions:before {
		width: calc(1460px + 5rem);
	}
}

@media (min-width: 1200px) {

	.events .content .img + p,
	.research .content .img + p {
		padding-right: 16.5rem;
	}

	.sidebar.events-sidebar {
		margin-left: -41%;
		padding-left: 41%;
	}

	.content .img {
		position: relative;
	}

	.events .content .img .download,
	.research .content .img .download {
		right: 0;
		max-width: 16rem;
		position: absolute;
		top: calc(100% + 1.5rem);
	}
}

@media (max-width: 1199px) {

	.events-schedule:before {
		width: 100%;
	}

	.events .bread-crumbs {
		margin-bottom: 1.313rem;
	}

	.events .tags,
	.events .tags .title.brand.tag {
		margin-bottom: 0;
	}

	.events:not(.exhibitions) .container > .row > div[class^="col"]:not(:last-child) {
		margin-bottom: 3.25rem;
	}

	.events.competitions.post-page .container > .row:not(:last-child),
	.events.competitions.post-page .container > .row > div[class^="col"]:not(:last-child) {
		margin-bottom: 0;
	}

	.sidebar.events-sidebar {
		margin-top: 1.5rem;
	}

	.events .container > .row:not(:last-child) {
		margin-bottom: 2.5rem;
	}

	.events .content .img .download,
	.research .content .img .download {
		margin: .75rem 0;
	}

	.events.competitions:before {
		width: calc(960px + 1.5rem);
	}

	.events.competitions .sidebar.events-sidebar {
		margin-top: 0;
	}

	.events.competitions.post-page {
		padding-bottom: 5rem;
	}
}

@media (max-width: 991px) {

	.events-schedule .title:not(.brand),
	.important-section .title:not(.brand),
	.news-section .title:not(.brand) {
		font-size: 1rem;
		line-height: 1.375rem;
	}

	.schedule .title.brand {
		margin-bottom: .75rem;
	}

	.schedule p {
		font-size: 1.125rem;
		line-height: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.sidebar.events-sidebar {
		padding: 1.25rem .75rem;
	}

	.sidebar.events-sidebar .title:not(.brand) {
		font-size: 1.25rem;
		line-height: 1.25rem;
	}

	.events.competitions:before {
		width: calc(720px + 1.5rem);
	}

	.events.competitions.post-page .row:last-child > div[class^="col"]:last-child,
	.events.competitions.post-page .social {
		display: none;
	}
}

@media (max-width: 767px) {

	.events-schedule {
		padding-top: 1.5rem;
		padding-bottom: 1.875rem;
	}

	.schedule {
		padding-left: 26%;
	}

	.sidebar.events-sidebar,
	.events .sidebar.posts {
		border-radius: .75rem;
		background-color: var(--light);
	}

	.events .pagination {
		margin-bottom: 1.375rem;
	}

	.events.competitions .social {
		margin-bottom: 1rem;
	}

	.events .pagination {
		margin-top: 1.25rem;
	}

	.sidebar.events-sidebar {
		margin-bottom: 2.5rem;
	}

	.events .sidebar.posts {
		padding: 1rem .75rem;
	}

	.events .sidebar.posts hr {
		display: block;
	}

	.events .tags,
	.events hr,
	.events.competitions:before {
		display: none;
	}

	.events:not(.exhibitions) .container > .row > div[class^="col"]:not(:last-child) {
		margin-bottom: 1.938rem;
	}

	.events.competitions .sidebar.events-sidebar {
		padding: 0;
		margin-bottom: 0;
		background-color: transparent;
	}
}

/* DIRECTIONS */
.directions-section {
	padding-top: 3.125rem;
	padding-bottom: 5.313rem;
}

.directions-section:before {
	top: 0;
	left: 0;
	bottom: 0;
	width: 25%;
	content: '';
	z-index: -1;
	position: absolute;
	background-color: var(--green);
}

.directions-section h2.title {
	margin-bottom: 1.5rem;
}

.direction {
	padding: 2rem;
	position: relative;
	border-radius: .938rem;
	background-color: var(--light);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}

.direction .title {
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 1rem;
}

.direction .img {
	margin-left: auto;
	width: 7.75rem;
	height: 7.75rem;
	position: relative;
}

.direction .img svg {
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.direction-block {
	padding-top: 2.313rem;
	padding-bottom: 3.625rem;
}

@media (max-width: 1600px){
	.direction-block {
		padding-top: 0;
	}
}

.direction-block .bread-crumbs {
	margin-bottom: 1.125rem;
}

.page-heading.direction-heading {
	padding-bottom: 1rem;
}

.direction-heading .h1 svg {
	width: 11.75rem;
	height: 11.75rem;
	object-fit: contain;
	margin-left: -4.3rem;
	margin-bottom: -1.5rem;
}

.sidebar {
	padding: 2.063rem 2rem 3.75rem 1.813rem;
	background-color: var(--light);
	margin-right: calc(-5rem - 10px);
}

.sidebar.sidebar-pr {
	padding: 2.063rem 1.813rem 3.75rem 1.813rem;
}

.date,
.sidebar.posts a {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.313rem;
	letter-spacing: .031rem;
}

.sidebar.posts span {
	width: 100%;
	display: block;
	font-weight: 700;
	margin-bottom: .25rem;
	color: var(--placeholder);
}

.sidebar.posts.sidebar-block {
	margin-right: 0;
	margin-bottom: 40px;
	padding: 2.063rem 1.813rem 3.75rem;
}

.sidebar.posts.sidebar-block + .sidebar-block-more {
	padding: 0 0 40px 0;
}

.date {
	font-weight: 700;
	color: var(--placeholder);
	text-transform: uppercase;
}

.sidebar.posts .date {
	display: block;
}

.sidebar.posts a {
	font-weight: 500;
	color: var(--black);
	margin-bottom: 1.25rem;
}

.direction-event-date {
	margin-bottom: 1.25rem;
}

.direction-event-date + .h6 {
	margin-bottom: 1.313rem;
}

.direction-event {
	padding-bottom: 6.25rem;
}

.direction-event:before,
.direction-event:after {
	left: 50%;
	z-index: -1;
	content: '';
	position: absolute;
	width: calc(1460px + 10rem);
	transform: translateX(-50%);
}

.direction-event:before {
	top: 95rem;
	height: 15.5rem;
	background: linear-gradient(to right, var(--white) 0%, var(--white) 32%, var(--primary) 32%, var(--primary) 100%);
}

.direction-event:after {
	bottom: 0;
	height: 19.75rem;
	background: linear-gradient(to right, var(--white) 0%, var(--white) 32%, var(--green) 32%, var(--green) 100%);
}

.direction-event .important-slider {
	margin-top: 2.813rem;
	border-radius: .938rem;
	background-color: var(--light);
}

.direction-event .important-post .title {
	line-height: 2rem;
	font-size: 1.25rem;
}

.direction-event .tags {
	margin-right: 0;
}

.direction-event .important-slider + .row {
	margin-top: 12.5rem;
}

.direction-event .important-slider > .title {
	margin-bottom: 0;
	padding: 2.5rem 2.625rem 0;
}

.direction-event .important-slider .splide__slide:not(:last-child) {
	border-right: none;
}

.direction-event .important-slider > .text-right {
	padding: 0 2.625rem 2.5rem;
}

@media (max-width: 1599px) {

	.directions-section:before {
		width: 18%;
	}

	.direction {
		padding: 1rem;
	}

	.direction-event .important-slider > .title {
		padding: 1.5rem 1rem 0;
	}

	.direction-event .important-slider > .text-right {
		padding: 0 1rem 1.25rem;
	}

	.direction-event:before,
	.direction-event:after {
		width: calc(1460px + 5rem);
	}

	.sidebar {
		margin-right: calc(-2.5rem - 10px);
		padding: 2rem calc(2.5rem + 10px) 2rem 1.813rem;
	}

	.sidebar.posts.sidebar-block {
		padding: 2rem 1.813rem 2rem;
	}
}

@media (max-width: 1199px) {

	.direction-heading .h1 svg {
		width: 6.75rem;
		height: 6.75rem;
	}

	.directions-section {
		padding-top: 2rem;
		padding-bottom: calc(3.813rem - 20px);
	}

	.directions-section:before,
	.direction-event:before,
	.direction-event:after {
		display: none;
	}

	.direction {
		margin-bottom: 20px;
	}

	.direction .title {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.direction .img {
		width: 6.5rem;
		height: 6.5rem;
	}

	.direction-event .important-slider + .row {
		margin-top: 1.5rem;
	}

	.sidebar {
		margin-right: calc(-.75rem - 10px);
		padding: 2rem calc(.75rem + 10px) 1.5rem 1.813rem;
	}

	.sidebar.posts.sidebar-block {
		padding: 2rem 1.813rem 1.5rem;
	}
}

@media (max-width: 991px) {

	.direction-heading .h1 svg {
		width: 3.875rem;
		height: 3.875rem;
		margin-left: -1.5rem;
		margin-bottom: -.75rem;
	}
}

@media (min-width: 768px) {

	.mobile-posts-sidebar {
		display: none;
	}
}

@media (max-width: 767px) {

	.direction-block {
		padding-bottom: 3rem;
	}

	.mobile-posts-sidebar {
		margin-bottom: 2.75rem;
	}

	.mobile-posts-sidebar .title {
		margin-bottom: 1.25rem;
	}

	.direction {
		display: flex;
		flex-wrap: wrap;
		padding: .875rem;
	}

	.direction .title {
		order: 2;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0;
		font-size: 1.125rem;
		line-height: 1.688rem;
	}

	.direction .img {
		order: 1;
		width: 3rem;
		height: 3rem;
		margin-left: 0;
		margin-bottom: .5rem;
	}

	.direction-event-date {
		margin-bottom: .75rem;
	}

	.direction-event .tags {
		display: none;
	}

	.sidebar {
		padding: 0;
		margin-right: 0;
		background-color: transparent;
	}

	.sidebar.posts.sidebar-block {
		padding: 2rem 1.813rem 1.5rem;
	}

	.sidebar hr {
		margin: .813rem 0;
	}

	.direction-block .row > div[class^="col"]:last-child {
		display: none;
	}

	.direction-event-date + .h6 {
		font-size: 1rem;
        line-height: 1.25rem;
	}
}

/* TEAM */
.team-section {
	padding-top: 7.188rem;
	padding-bottom: 7.813rem;
}

.team-section:before {
	top: 0;
	right: 0;
	bottom: 0;
	width: 75%;
	content: '';
	position: absolute;
	background-color: var(--light);
}

.team-section h2.title,
.team-section .btn-inline {
	margin-bottom: 1.5rem;
}

.team-slider {
	position: relative;
}

.team-slider .splide__arrow {
	margin-top: -25px;
}

.team-member .img {
	overflow: hidden;
	position: relative;
	padding-top: 95.075%;
	border-radius: .5rem;
}

.team-member .img img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.team-member .title {
	margin-bottom: 0;
	line-height: 2rem;
	margin-top: 1.375rem;
}

.team-member p {
	font-size: 1.125rem;
	line-height: 1.438rem;
	color: var(--secondary);
}

.team .bread-crumbs {
	margin-bottom: 2.5rem;
}

.team .title.brand {
	margin-bottom: 2.375rem;
}

.team .title.brand + .row {
	margin-bottom: 4.063rem;
}

.team .team-member {
	margin-bottom: 1.25rem;
}

.team .team-member p {
	margin-bottom: .25rem;
}

.team .team-member .contact {
	z-index: 2;
	position: relative;
}

@media (max-width: 1599px) {

	.team-section:before {
		width: 82%;
	}
}

@media (max-width: 1199px) {

	.team-section {
		padding-top: 2rem;
		padding-bottom: 2.25rem;
	}

	.team-section:before {
		width: 100%;
	}

	.team-member .title {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.team-member p {
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.team .bread-crumbs {
		margin-bottom: 1.5rem;
	}

	.team .title.brand + .row {
		margin-bottom: 2.938rem;
	}
}

@media (max-width: 767px) {

	.team-slider .splide__arrows {
		display: none;
	}

	.team-member .title {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.team .team-member .title {
		margin-top: .25rem;
	}

	.team .team-member .contact {
		display: none;
	}
}

/* PARTNERS */
.partners-section {
	padding-top: 3.25rem;
	padding-bottom: 3.875rem;
}

.partners-section:before {
	top: 0;
	left: 0;
	bottom: 0;
	width: 25%;
	content: '';
	z-index: -1;
	position: absolute;
	background-color: var(--primary);
}

.partners-section h2.title,
.partners-section .btn-inline {
	margin-bottom: 1.25rem;
}

.partners-slider {
	padding: 1.5rem;
	border-radius: .938rem;
	background-color: var(--light);
}

.partners-slider .img {
	padding-top: 100%;
	position: relative;
}

.partners-slider .img img {
	top: 8%;
	left: 8%;
	width: 84%;
	height: 84%;
	position: absolute;
}

.partners {
	padding-bottom: 2.375rem;
}

.partners:before,
.partners:after {
	left: 50%;
	content: '';
	position: absolute;
	width: calc(1460px + 10rem);
	transform: translateX(-50%);
	background-color: var(--green);
}

.partners:before {
	top: 26.563rem;
	height: 37.688rem;
	background: linear-gradient(to right, var(--white) 0%, var(--white) 32%, var(--green) 32%, var(--green) 100%);
}

.partners:after {
	z-index: -1;
	bottom: 6.25rem;
	height: 28.625rem;
	background: linear-gradient(to right, var(--green) 0%, var(--green) 72%, var(--white) 72%, var(--white) 100%);
}

.partners .bread-crumbs {
	margin-bottom: 5rem;
}

.partners .row {
	margin-bottom: 6.563rem;
}

.partner {
	display: flex;
	flex-wrap: wrap;
	border-radius: .75rem;
	padding: 1rem 2rem 1.813rem;
	background-color: var(--light);
	margin-bottom: 2.625rem;
	height: calc(100% - 2.625rem);
}

.partner .img {
	width: 10.188rem;
	height: 10.188rem;
}

.partner .img img {
	width: 100%;
	height: 100%;
}

.partner .title {
	align-self: center;
	padding-left: 1.563rem;
	flex: 0 0 calc(100% - 10.188rem);
	max-width: calc(100% - 10.188rem);
}

.partner .content {
	margin: 2rem 0;
}

.partners.books:after {
	bottom: 33.25rem;
	height: 19.75rem;
}

.partners.books .container > .row > div[class^="col"] {
	margin-bottom: 4rem;
}

.partners.books .row {
	margin-bottom: 0;
}

.partners.books .partner .img {
	width: auto;
	height: auto;
	flex: 0 0 55.728%;
	max-width: 55.728%;
	padding-top: 36.534%;
}

.partners.books .partner .img img {
	top: 0;
	left: 0;
	width: 100%;
	bottom: 100%;
	position: absolute;
}

.partners.books .partner .title {
	flex: 0 0 44.272%;
	max-width: 44.272%;
	line-height: 2.125rem;
}

@media (max-width: 1599px) {

	.partners-section:before {
		width: 18%;
	}

	.partners:before,
	.partners:after {
		width: calc(1460px + 5rem);
	}
}

@media (min-width: 1200px) {

	.partners.books .row > div[class^="col"]:first-child .partner {
		padding: 2.813rem 2.813rem 2.813rem 46%;
	}

	.partners.books .row > div[class^="col"]:first-child .partner .img {
		height: auto;
		top: 2.813rem;
		left: 2.813rem;
		width: 41.028%;
		flex: 0 0 41.028%;
		max-width: 41.028%;
		position: absolute;
		padding-top: 26.918%;
	}

	.partners.books .row > div[class^="col"]:first-child .partner .title,
	.partners.books .row > div[class^="col"]:first-child .partner .content {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.partners.books .row > div[class^="col"]:first-child .partner .title {
		font-size: 2rem;
		padding-left: 0;
		line-height: 2.563rem;
		margin-bottom: .875rem;
	}

	.partners.books .row > div[class^="col"]:first-child .partner .content {
		font-weight: 600;
		font-size: 1.25rem;
		line-height: 1.575rem;
	}
}

@media (max-width: 1199px) {

	.partners-section:before {
		width: 100%;
		background-color: var(--green);
	}

	.partners:before,
	.partners:after {
		width: calc(960px + 1.5rem);
	}

	.partners.books .partner .title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.partners.books .partner .content {
		font-size: .875rem;
		margin: 1.188rem 0;
		line-height: 1.125rem;
	}

	.partners.books .partner .img,
	.partners.books .partner .title {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.partners.books .partner .img {
		padding-top: 59.534%;
		margin-bottom: 1.188rem;
	}

	.partners.books .partner .title {
		padding-left: 0;
		margin-bottom: 0;
	}

	.partners.books .container > .row > div[class^="col"] {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {

	.partners {
		padding-bottom: .5rem;
	}

	.partners:before,
	.partners:after {
		width: calc(720px + 1.5rem);
	}

	.partners .bread-crumbs {
		margin-bottom: 1rem;
	}

	.partners .row {
		margin-bottom: 1.938rem;
	}

	.partner {
		padding: .75rem;
	}

	.partner:not(:last-child) {
		margin-bottom: 1.5rem;
	}

	.partner .img {
		width: 7.5rem;
		height: 7.5rem;
	}

	.partner .title {
		flex: 0 0 calc(100% - 7.5rem);
		max-width: calc(100% - 7.5rem);
	}

	.partner .content {
		margin: .5rem 0 1rem;
	}

	.partners.books .partner .btn {
		line-height: 2rem;
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {

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

@media (max-width: 767px) {

	.partners-section {
		padding-top: 1.563rem;
		padding-bottom: 4.625rem;
	}

	.partners-slider {
		padding: 1.5rem 1rem;
	}

	.partners-slider .splide__slide div[class^="col"]:first-child .img {
		margin-bottom: 1rem;
	}

	.partners-slider .img img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.partners:before,
	.partners:after {
		height: 6.625rem;
		width: calc(540px + 1rem);
	}

	.partners:before {
		top: 21.25rem;
		background: linear-gradient(to right, var(--green) 0%, var(--green) 48%, var(--white) 48%, var(--white) 100%);
	}

	.partners:after {
		bottom: 6.25rem;
		background: linear-gradient(to right, var(--white) 0%, var(--white) 52%, var(--green) 52%, var(--green) 100%);
	}

	.partners .row div[class^="col"]:first-child {
		margin-bottom: 1.5rem;
	}

	.partners.books:before,
	.partners.books:after {
		display: none;
	}
}

/* ABOUT */
.about-section {
	padding-top: 3.875rem;
	padding-bottom: 6.5rem;
}

.about-section:before {
	top: 0;
	left: 0;
	bottom: 0;
	width: 25%;
	content: '';
	z-index: -1;
	position: absolute;
	background-color: var(--primary);
}

.about-section h2.title,
.about-section .btn-inline {
	margin-bottom: 1.25rem;
}

.about-section .important-slider {
	margin-left: 0;
	background-color: var(--light);
}

.about-section .important-post .title {
	font-weight: 500;
	line-height: 2rem;
	font-size: 1.25rem;
}

.about-section .important-post p {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.about-section .important-post .img {
	overflow: hidden;
	border-radius: .5rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}

@media (max-width: 1599px) {

	.about-section:before {
		width: 18%;
	}
}

@media (max-width: 1199px) {

	.about-section {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}

	.about-section:before {
		width: 100%;
	}

	.about-section .important-post p,
	.about-section .important-post .title {
		font-size: 1.125rem;
	}

	.about-section .important-post p {
		line-height: 2rem;
	}

	.about-section .important-post .title {
		line-height: 1.75rem;
	}
}

@media (max-width: 767px) {

	.about-section .important-post {
		border-radius: .938rem;
		padding: 1.688rem 1.188rem;
	}
}

/* TAGS */
.tags-section {
	overflow: hidden;
	padding: 2.5rem 0;
	background-color: var(--light);
}

.tags-section h2.title {
	margin-bottom: 1rem;
}

.tags {
	margin-bottom: -2rem;
	margin-right: -1.188rem;
}

.tags .title.brand.tag {
	margin-bottom: 2rem;
}

.tags a:not(:last-child) .title.brand.tag {
	margin-right: 1.188rem;
}

.content-container .tags-section {
	margin-bottom: 1.25rem;
	background-color: transparent;
}

.content-container .tags-section:before {
	top: 0;
	left: 50%;
	bottom: 0;
	z-index: -1;
	content: '';
	position: absolute;
	width: calc(1460px + 10rem);
	transform: translateX(-50%);
	background-color: var(--light);
}

@media (max-width: 1199px) {

	.content-container .tags-section:before {
		width: calc(1460px + 5rem);
	}
}

@media (max-width: 1199px) {

	.tags .title.brand.tag {
		margin-bottom: 1.25rem;
	}

	.content-container .tags-section:before {
		width: calc(960px + 1.5rem);
	}
}

@media (max-width: 991px) {

	.direction-event {
		padding-bottom: 2.75rem;
	}

	.content-container .tags-section:before {
		width: calc(720px + 1.5rem);
	}
}

@media (min-width: 768px) {

	.tags-section .text-center {
		display: none;
	}
}

@media (max-width: 767px) {

	.tags-section {
		padding-bottom: 0;
	}

	.tags-section .text-center {
		margin-top: 2.75rem;
		padding: 2.625rem 0;
		background-color: var(--white);
	}

	.content-container .tags-section:before {
		width: calc(540px + 1rem);
	}

	.content-container .tags-section .text-center {
		display: none;
	}

	.content-container .tags-section {
		margin-bottom: 0;
		padding-top: 1.25rem;
		padding-bottom: 1.75rem;
	}

	.direction-event .important-post {
		padding: 1.5rem 1rem 1.25rem;
	}
}

/* MISSION */
.mission {
	margin-bottom: 4.125rem;
}

.mission .img {
	border-radius: .5rem;
}

.mission-title {
	display: flex;
	align-items: center;
	color: var(--green);
	font-size: 4.875rem;
	line-height: 3.563rem;
}

.mission-title h2,
.mission-title h3,
.mission-title h4,
.mission-title h5,
.mission-title h6 {
	margin-bottom: 0;
}

.mission-title:not(:last-child) {
	margin-bottom: 3.75rem;
}

.mission-title p {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.813rem;
	padding-left: 2.25rem;
	color: var(--secondary);
}

.mission-content {
	padding-bottom: 4.781rem;
}

.mission-content .brand {
	margin-bottom: 1.969rem;
}

.mission-content .content {
	padding: 1.063rem 2.063rem;
	background-color: var(--light);
}

.mission-sidebar {
	padding: 1rem 1.375rem;
	border-radius: 1.25rem;
	background: var(--White);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
}

.mission-sidebar a:not(.download),
.download {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2.565rem;
	display: inline-block;
	padding-left: 1.75rem;
	letter-spacing: .031rem;
	text-transform: uppercase;
	color: var(--placeholder);
}

.mission-sidebar a:not(.download) {
	margin-top: 1.5rem;
}

.download {
	position: relative;
}

.download.brand {
	line-height: 1.75rem;
	font-size: 1.4rem;
}

.download:before {
	left: 0;
	top: 50%;
	content: '';
	width: .75rem;
	height: 1.875rem;
	position: absolute;
	transform: translateY(-50%);
	background: center / contain url('../img/clip.svg') no-repeat;
}

.download.brand {
	border-radius: .5rem;
	background-color: var(--light);
	padding: .405465rem 1.5rem .4055rem 3rem;
}

.download.brand:before {
	left: 1.5rem;
}

.mission-sidebar + .btn.btn-block {
	margin-top: 4.563rem;
}

@media (min-width: 1200px) {

	.download:hover {
		opacity: .75;
	}
}

@media (max-width: 1199px) {

	.mission-content {
		padding-bottom: 0;
	}

	.mission-title {
		font-size: 2.5rem;
		line-height: 1.813rem;
	}

	.mission-title p {
		font-size: 1rem;
		line-height: 1.375rem;
		padding-left: 2.25rem;
	}
}

@media (max-width: 991px) {

	.download {
		font-size: 1rem;
	}

	.mission {
		margin-bottom: 1.5rem;
	}

	.mission > .container > .row > div[class^="col"]:first-child {
		order: 2;
	}

	.mission > .container > .row > div[class^="col"]:last-child {
		order: 1;
		margin-bottom: 1.25rem;
	}

	.mission-title {
		font-size: 2.5rem;
		line-height: 1.813rem;
	}

	.mission-title:not(:last-child) {
		margin-bottom: 1.5rem;
	}

	.mission-title p {
		font-size: 1rem;
		line-height: 1.375rem;
		padding-left: 2.25rem;
	}

	.mission-content .content {
		padding: 1rem;
		margin-bottom: 2.375rem;
	}

	.mission-sidebar + .btn.btn-block {
		margin-top: 2.25rem;
	}
}

@media (max-width: 767px) {

	.mission-title {
		display: block;
	}

	.mission-title p {
		padding-left: 0;
		margin-top: 1rem;
	}

	.mission-title h2,
	.mission-title h3,
	.mission-title h4,
	.mission-title h5,
	.mission-title h6 {
		font-size: 2.5rem;
	}
}

/* STORY */
.story {
	padding-bottom: 6.813rem;
}

.story .row:last-child {
	margin-top: 6rem;
}

.story .row:last-child .img {
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}

@media (max-width: 1199px) {

	.story {
		padding-bottom: 1.5rem;
	}

	.story .row:last-child {
		margin-top: 3rem;
	}
}

@media (max-width: 767px) {

	.story {
		padding-bottom: 1.5rem;
	}

	.story .row:nth-child(2) > div[class^="col"]:first-child {
		order: 2;
	}

	.story .row:nth-child(2) > div[class^="col"]:last-child {
		order: 1;
		margin-bottom: 1.313rem;
	}

	.story .row:last-child > div[class^="col"]:first-child {
		margin-bottom: 1.5rem;
	}

	.story .row:last-child {
		margin-top: 3rem;
	}
}

/* COMPETITIONS */
.splide__slide .competition {
	height: 100%;
}

.competition {
	display: flex;
	flex-wrap: wrap;
	border-radius: .75rem;
	align-items: flex-start;
	background-color: var(--light);
	padding: 1.875rem 1.5rem 1.438rem;
}

.competition .img {
	flex: 0 0 48.49%;
	max-width: 48.49%;
	padding-top: 25.5%;
	position: relative;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}

.competition .img img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
}

.competition .title {
	font-size: 2rem;
	flex: 0 0 51.51%;
	font-weight: 600;
	margin-bottom: 0;
	max-width: 51.51%;
	color: var(--dark);
	line-height: 2.563rem;
	padding-left: 1.313rem;
}

.competition p {
	height: 5.672rem;
	overflow: hidden;
	display: -webkit-box;
	margin-top: 1.875rem;
	margin-bottom: .25rem;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical
}

.competition .btn-inline {
	margin-left: auto;
}

.competitions-slider {
	margin: 2rem 0 3.75rem;
}

.blog-competitions-slider .competition .title .date {
	display: block;
	margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {

	.blog-competitions-slider .competition .title {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (max-width: 1199px) {

	.competition {
		padding: 1rem .75rem;
	}

	.competition .title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.competition p {
		margin: .813rem 0 1rem;
	}
}

@media (min-width: 992px) {
	.blog-competitions-slider .competition .title .date {
		display: block;
		margin-bottom: 1.25rem;
	}

	.blog-competitions-slider.desktop-grid .splide__list {
		flex-wrap: wrap;
		transform: none !important;
		margin-bottom: -1.5rem !important;
	}

	.blog-competitions-slider.desktop-grid .splide__slide {
		margin-bottom: 1.5rem;
		width: auto !important;
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}

	.blog-competitions-slider.desktop-grid .splide__slide:nth-child(even) {
		margin-right: 0 !important;
	}

	.blog-competitions-slider.desktop-grid .splide__slide,
	.blog-competitions-slider.desktop-grid .splide__slide:active {
		cursor: auto;
	}

	.blog-competitions-slider.desktop-grid .splide__slide.splide__slide--clone {
		display: none;
	}
}

@media (max-width: 991px) {

	.competitions-slider {
		margin: 1.5rem 0 2.5rem;
	}

	.competition .img,
	.competition .title {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.competition .img {
		padding-top: 57.88%;
	}

	.competition .title {
		padding-left: 0;
		margin-top: .813rem;
	}
}

@media (max-width: 767px) {

	.competitions-slider {
		margin: 0 0 2.5rem;
	}

	.blog-competitions-slider .competition .title .date {
		display: none;
	}

	.date {
		font-size: 14px;
	}
}

/* EXHIBITIONS */
.events.exhibitions {
	padding-bottom: 5rem;
}

.events.exhibitions .pagination {
	margin-bottom: 0;
}

.exhibition-content {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: flex-start;
	margin: 1.5rem 0 3.313rem;
}

.exhibition-content {
	padding-left: 40.137%;
}

.exhibition-content .img {
	top: 0;
	left: 0;
	flex: 0 0 40.137%;
	max-width: 40.137%;
	position: absolute;
}

.exhibition-content .h5,
.exhibition-content p {
	padding-left: 1.5rem;
}

.exhibition-content .h5 {
	font-weight: 600;
	margin-bottom: 2.063rem;
	letter-spacing: .013rem;
}

.exhibition hr {
	margin-bottom: 0;
	margin-top: 1.5rem;
}

@media (min-width: 1200px) {

	.exhibition:first-child .exhibition-content {
		padding-left: 0;
	}

	.exhibition:first-child .exhibition-content .img {
		top: auto;
		left: auto;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		margin-bottom: 2.875rem;
	}

	.exhibition:first-child .exhibition-content .h5,
	.exhibition:first-child .exhibition-content p {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.exhibition:first-child .exhibition-content .h5 {
		padding-left: 0;
		letter-spacing: .025rem;
	}

	.exhibition:first-child .exhibition-content p {
		padding-left: 2.5rem;
	}

	.exhibition:not(:last-child) {
		margin-bottom: 1.938rem;
	}

	.exhibition:first-child .exhibition-content p {
		font-size: 1.375rem;
		line-height: 2.09rem;
	}
}

@media (max-width: 1199px) {

	.exhibition-content {
		margin: 1rem 0;
	}

	.exhibition-content .h5 {
		font-size: 1.25rem;
		line-height: 1.75rem;
		margin-bottom: .75rem;
	}

	.events.exhibitions {
		padding-bottom: 3rem;
	}
}

@media (max-width: 767px) {

	.events.exhibitions {
		padding-bottom: .688rem;
	}

	.exhibition:nth-child(even) {
		padding: 1rem 0;
		border-radius: .75rem;
		background-color: var(--light);
	}

	.exhibition-content,
	.exhibition-content .h5,
	.exhibition-content p {
		padding-left: 0;
	}

	.exhibition .exhibition-content .img,
	.exhibition .exhibition-content .h5,
	.exhibition .exhibition-content p {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.exhibition .exhibition-content .img {
		order: 2;
		top: auto;
		left: auto;
		position: relative;
		margin-bottom: .75rem;
	}

	.exhibition .exhibition-content .h5 {
		order: 1;
	}

	.exhibition .exhibition-content p {
		order: 3;
	}
}

/* SCIENCE */
.science .bread-crumbs {
	margin-bottom: 2.5rem;
}

.science:before {
	left: 50%;
	content: '';
	top: 6.063rem;
	height: 26.438rem;
	position: absolute;
	width: calc(1460px + 10rem);
	transform: translateX(-50%);
	background: linear-gradient(to right, var(--white) 0%, var(--white) 62%, var(--green) 62%, var(--green) 100%);
}

.science .container > .row > div[class^="col"] {
	margin-bottom: 3.875rem;
}

.science .content.text-sm {
	margin-top: 2.188rem;
}

@media (max-width: 1599px) {

	.science:before {
		width: calc(1460px + 5rem);
	}
}

@media (max-width: 1199px) {

	.science:before {
		width: calc(960px + 1.5rem);
		background: linear-gradient(to right, var(--white) 0%, var(--white) 68%, var(--green) 68%, var(--green) 100%);
	}
}

@media (min-width: 992px) {

	.science .content:not(.text-sm) {
		font-size: 1rem;
		line-height: 1.375rem;
	}
}

@media (max-width: 991px) {

	.science:before {
		display: none;
	}

	.science .bread-crumbs {
		margin-bottom: 1.563rem;
	}

	.science .content.text-sm {
		margin-top: .75rem;
	}
}

@media (max-width: 767px) {

	.science .container > .row > div[class^="col"] {
		margin-bottom: 1.5rem;
	}

	.science .tags {
		display: none;
	}
}

/* RESEARCH */
.research {
	padding-bottom: 7.563rem;
}

.research:before,
.research:after {
	left: 50%;
	content: '';
	z-index: -1;
	position: absolute;
	transform: translateX(-50%);
	width: calc(1460px + 10rem);
}

.research:before {
	top: 21rem;
	height: 31.188rem;
	background: linear-gradient(to right, var(--white) 0%, var(--white) 47%, var(--light) 47%, var(--light) 100%);
}

.research:after {
	bottom: 7.563rem;
	height: 20.25rem;
	background: linear-gradient(to right, var(--white) 0%, var(--white) 68%, var(--green) 68%, var(--green) 100%);
}

/*.research .container > .row > div[class^="col"]:not(:last-child) {
	margin-bottom: 4.313rem;
}*/

.research .bread-crumbs,
.science-events .bread-crumbs {
	margin-bottom: 2.563rem;
}

.research .direction-event-date .title {
	margin-bottom: 0;
}

.research .direction-event-date .tags {
	margin-right: 0;
}

.science-events .title.brand.color-red {
	font-weight: 600;
}

.science-event .title {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: .031rem;
}

.science-event p,
.other-pages p {
	font-weight: 500;
}

.science-event hr {
	margin: 2.625rem 0;
	border-color: var(--green);
}

.other-pages {
	margin-top: 3.625rem;
	margin-bottom: 7.375rem;
}

.other-pages p {
	margin-bottom: .5rem;
}

.other-pages a {
	margin-bottom: 1rem;
	margin-right: 1.25rem;
}

@media (max-width: 1599px) {

	.research:before,
	.research:after {
		width: calc(1460px + 5rem);
	}
}

@media (max-width: 1199px) {

	.research {
		padding-bottom: 2.5rem;
	}

	.research:before,
	.research:after {
		display: none;
	}

	.research .container > .row > div[class^="col"]:not(:last-child) {
		margin-bottom: 2.5rem;
	}

	.research .content .img .download {
		margin-bottom: 0;
	}

	.science-event .title {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.science-event p {
		font-size: .875rem;
		line-height: 1.125rem;
	}

	.science-event hr {
		margin: 2rem 0;
	}

	.other-pages {
		margin-top: 2.5rem;
		margin-bottom: 3.75rem;
	}
}

@media (max-width: 991px) {

	.research .bread-crumbs,
	.science-events .bread-crumbs {
		margin-bottom: 1.25rem;
	}

	.science-event > div[class^="col"]:first-child {
		order: 2;
	}

	.science-event > div[class^="col"]:last-child {
		order: 1;
	}

	.science-event .img {
		margin-top: .75rem;
	}

	.science-event .title {
		margin-bottom: .75rem;
	}
}

@media (max-width: 767px) {

	.research .tags,
	.research .direction-event-date .tags {
		display: none;
	}
}

/* PAGE */
.page {
	padding-bottom: 7rem;
}

.page .bread-crumbs {
	margin-bottom: 2rem;
}

.page .content + .btn {
	margin-top: 3rem;
}

@media (max-width: 1199px) {

	.page {
		padding-bottom: 3rem;
	}

	.page .bread-crumbs {
		margin-bottom: 1rem;
	}

	.page .content + .btn {
		margin-top: 2rem;
	}
}

/* PROJECT */
.events.competitions.project-page .bread-crumbs {
	margin-bottom: 1.313rem;
}

.events.competitions.project-page .tags + .content.without-btn {
	margin-top: 2.063rem;
}

/* FORM */
form.row > div {
	padding: 0 10px;
	margin-bottom: var(--content-margin);
}

form.row > div:last-child {
	margin-bottom: 0;
}

form.row {
	margin: 3.5rem -10px 0;
}

form.row > div:last-child {
	margin-top: 1.5rem;
}

button,
button:active,
button:hover,
button:focus {
	outline: none;
	box-shadow: none;
	background-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

input,
textarea,
select {
	-webkit-appearance: none;
}

input[type=search]::-ms-reveal,
input[type=search]::-ms-clear,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
select::-ms-expand,
input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

label {
	display: block;
	position: relative;
	margin-bottom: 1rem;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
	font-size: 1.125rem;
	line-height: 1.625rem;
}

input,
textarea {
	display: block;
	font-weight: 400;
	color: var(--dark);
	border-radius: .5rem;
	padding: .45rem 1.5rem;
	margin-bottom: 1.125rem;
	border: 1px solid var(--green);
}

input::placeholder,
textarea::placeholder {
	font-weight: 300;
	color: var(--placeholder);
}

input:focus,
input:invalid,
input:valid,
textarea:focus,
textarea:invalid,
textarea:valid {
	outline: none;
	box-shadow: none;
}

input:focus,
textarea:focus,
input.focus,
textarea.focus {
	border-color: var(--secondary);
}

input.invalid,
textarea.invalid {
	border-color: var(--red);
}

input.valid,
textarea.valid {
	border-color: var(--green);
}

input.invalid + .error-message,
textarea.invalid + .error-message {
	display: block;
}

input.valid + .error-message,
textarea.valid + .error-message {
	display: none;
}

input {
	height: 2.625rem;
}

textarea {
	resize: none;
	overflow: auto;
}

select::-ms-expand {
	display: none;
}

.error-message {
	left: 0;
	right: 0;
	top: 100%;
	display: none;
	font-size: .75rem;
	line-height: 1rem;
	position: absolute;
	padding-top: .05rem;
	letter-spacing: .15rem;
}

@media (max-width: 991px) {

	form.row {
		margin: 2rem -10px 0;
	}

	input,
	textarea,
	input::placeholder,
	textarea::placeholder {
		font-size: .875rem;
		line-height: 1.375rem;
	}

	input {
		height: 3.1237rem;
	}
}

/* CONTACTS */
.contacts-page {
	padding-bottom: 8.875rem;
}

.contacts-page .bread-crumbs {
	margin-bottom: 2.5rem;
}

.map {
	position: relative;
	padding-top: 49.8615%;
	margin-bottom: 6.438rem;
}

.map iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.contacts-page .title {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2rem;
	color: var(--derk);
	text-transform: none;
}

.contacts-page form .content {
	color: var(--red);
	margin-bottom: 2rem;
}

.contacts-page .social a:before {
	background-color: var(--primary);
}

@media (max-width: 1199px) {

	.contacts-page {
		padding-bottom: 3rem;
	}

	.contacts-page .bread-crumbs {
		margin-bottom: 1.063rem;
	}

	.contacts-page .title {
		font-size: 1rem;
	}

	.map {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 991px) {

	.map {
		padding-top: 0;
		margin: 0 -13px 1.5rem;
	}

	.map iframe {
		top: auto;
		left: auto;
		height: 15rem;
		display: block;
		position: relative;
	}
}

@media (max-width: 767px) {

	.contacts-page .social {
		display: none;
	}
}

/* FOOTER */
footer {
	padding: 1.625rem 0 5.625rem;
	background-color: var(--primary);
}

footer > .container > .row > div[class^="col"]:last-child {
	align-self: flex-end;
}

.footer-title,
.footer-nav li a,
.footer-nav li span,
.footer-subnav li a,
footer .social span,
.footer .social span,
footer .social + a,
.footer .social + a,
.contact,
.copyrights {
	color: var(--secondary);
}

.footer-title,
.footer-nav li a {
	font-weight: 500;
}

.footer-title {
	line-height: 2rem;
	font-size: 1.25rem;
	display: inline-block;
	margin-bottom: .25rem;
	text-transform: uppercase;
	border-bottom: 1px solid var(--secondary);
}

.footer-title + .row > div[class^="col"]:last-child {
	margin-top: -1.25rem;
}

.footer-nav li,
.footer-subnav li {
	padding-left: 0;
}

.footer-nav li:before,
.footer-subnav li:before {
	display: none;
}

.footer-nav li a,
.footer-nav li span {
	font-size: 1rem;
	line-height: 1.25rem;
}

.footer-subnav li a {
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.313rem;
}

footer .social span,
footer .social + a,
.footer .social span,
.footer .social + a,
.contact {
	font-size: 1rem;
}

footer .social,
.footer .social {
	margin: .5rem 0;
}

footer .social span,
.footer .social span {
	font-weight: 400;
	line-height: 1.25rem;
	margin-bottom: .5rem;
}

footer .social > div,
.footer .social > div {
	display: flex;
	align-items: center;
}

footer .social + a,
.footer .social + a {
	line-height: 1.25rem;
}

.contact {
	line-height: 1.313rem;
}

.contact.mail:before,
.contact.fb:before {
	content: '';
	width: 20px;
	height: 20px;
	position: relative;
	margin-right: .688rem;
	display: inline-block;
	vertical-align: middle;
}

.contact.mail:before {
	background: center / contain url('../img/email.svg') no-repeat;
}

.contact.fb:before {
	background: center / contain url('../img/fb-2.svg') no-repeat;
}

.contact:not(:last-child) {
	margin-bottom: .438rem;
}

.contact + .footer-subnav {
	margin-top: 5.5rem;
}

.copyrights {
	font-size: .75rem;
	line-height: 1rem;
	margin-bottom: .813rem;
}

.copyrights + .img {
	max-width: 223px;
}

@media (min-width: 1200px) {

	.contact:hover {
		opacity: .82;
	}
}

@media (max-width: 1199px) {

	footer {
		padding: 1.875rem 0 1.25rem;
	}

	footer > .container > .row > div[class^="col"]:last-child {
		display: flex;
		margin-top: 3rem;
		align-items: flex-end;
		justify-content: space-between;
	}

	.copyrights,
	.copyrights + .img {
		margin-bottom: 0;
	}

	.copyrights {
		order: 2;
	}

	.copyrights + .img {
		order: 1;
		margin-right: auto;
	}
}

@media (max-width: 991px) {

	footer > .container > .row > div[class^="col"]:nth-child(1) {
		order: 1;
	}

	footer > .container > .row > div[class^="col"]:nth-child(2) {
		order: 3;
	}

	footer > .container > .row > div[class^="col"]:nth-child(3) {
		order: 2;
	}

	footer > .container > .row > div[class^="col"]:nth-child(4) {
		order: 4;
		flex-wrap: wrap;
		margin-top: 2.438rems;
	}

	.footer-nav {
		margin-bottom: 1.875rem;
	}

	.contact + .footer-subnav {
		margin-top: 1.125rem;
	}

	.copyrights {
		order: 1;
	}

	.copyrights + .img {
		order: 2;
		margin-top: .813rem;
	}

	footer .social + a,
	.footer .social + a {
		display: none;
	}
}

@media (max-width: 767px){
	.footer-title {
		font-size: 16px;
	}
	.footer-nav > li > a,
	.footer-nav > li > span {
		font-size: 14px;
		line-height: 126%;
		font-weight: 600;
	}
	.contact + .footer-subnav > li > a,
	.contact {
		font-weight: 400;
		font-size: 12px;
		line-height: 126%;
	}
	footer .social span {
		font-size: 14px;
		margin-bottom: 5px;
	}
	footer .social a {
		width: 23px;
		height: 23px;
		margin-bottom: 3px;
		margin-right: 8px !important;
	}
	.copyrights {
		font-size: 1rem;
		max-width: 323px;
	}
}

/* POPUPS */
.popup {
	display: block;
	position: static;
}

.popup-content,
.popup-bg {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.popup-content {
	opacity: 0;
	z-index: 102;
	display: flex;
	position: fixed;
	visibility: hidden;
	align-items: center;
	justify-content: center;
	transition: opacity .45s ease-in-out .45s, visibility 0s .9s;
}

.popup-content.active {
	opacity: 1;
	visibility: visible;
	transition: opacity .45s ease-in-out, visibility 0s;
}

.popup-bg {
	position: absolute;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, .56);
}

.popup-container {
	min-width: 280px;
	position: relative;
	padding: 5rem 3rem;
	max-width: calc(100% - 30px);
	background-color: var(--white);
	transition: opacity .45s ease-in-out;
	box-shadow: 0 6px 17px 1px rgba(0, 0, 0, .5);
}

.popup-container .btn-close {
	top: calc(var(--border-width) * -1);
	right: calc(var(--border-width) * -1);
}

.button-close {
	top: 10px;
	z-index: 1;
	right: 10px;
	width: 54px;
	height: 54px;
	position: absolute;
	border-radius: 50%;
	border: 2px solid var(--dark);
}

.button-close:before,
.button-close:after {
	top: 50%;
	left: 10px;
	height: 2px;
	content: '';
	width: 30px;
	margin-top: -1px;
	position: absolute;
	border-radius: 2px;
}

.button-close:before {
	transform: rotate(-45deg);
}

.button-close:after {
	transform: rotate(45deg);
}

@media (min-width: 1200px) {

	.button-close:hover:before,
	.button-close:hover:after {
		background: var(--white);
	}
}

@media (max-width: 1599px) {

	.popup-container {
		padding: 4rem 2.2rem 4.5rem;
	}

	.button-close {
		width: 42px;
		height: 42px;
	}

	.button-close:before,
	.button-close:after {
		left: 7px;
		width: 26px;
	}
}

@media (min-width: 768px) {

	.popup-container {
		max-width: 80%;
		min-width: 600px;
	}
}

@media (max-width: 991px) {

	.popup-container {
		padding: 3rem 15px 1.15rem;
	}

	.popup-container .h2 {
		margin-bottom: 1rem;
	}

	.button-close {
		width: 32px;
		height: 32px;
	}

	.button-close:before,
	.button-close:after {
		left: 4px;
		width: 20px;
	}
}

/* TRANSITIONS */
a,
header,
.social a:before,
.project,
.project h2,
.dropdown-menu-item.active:before,
.dropdown-menu-item.active i,
.splide__arrow,
.btn-inline:after,
.btn-to-top,
.btn-to-top svg,
.pagination a.next svg path,

input,
textarea,
.btn,
.splide__pagination__page,
.button-close,
.button-close:before,
.button-close:after,
.transition {
	transition: all var(--duration) var(--easing);
}

::selection {
	background-color: var(--light);
}

::-moz-selection {
	background-color: var(--secondary);
}

#contact-form .btn {
	border: none;
}

.no-video {
	margin-bottom: 10rem;
}
@media (max-width: 1200px) {
	.no-video {
		margin-bottom: 15rem;
	}
}
@media (max-width: 767px) {
	.no-video {
		margin-bottom: 0;
	}
}