:root {
	--vincorion-primary: #004155;
	--vincorion-accent: #A0CD14;
	--vincorion-secondary: #D2E1EB;
	--prod-slider-width: calc(calc(100dvh - 470px) * 3 + 48px);
	--angle-bar-height: 80px;
	--header-height: 143px;
	--prod-width: calc(100dvh - 470px);
	--prod-gap: 23.5px;
	--prod-height: calc(100dvh - 290px);
	--prod-btn-size: 100px;
	--prod-pad-left: 90px;

	--angle-bar-small: 22px;
	--fs-60: 60px;
	--fs-40: 40px;
	--fs-25: 25px;
	--narrow-W: 920px;
	--wide-W: 1300px;
}

@media(min-width: 2000px){
	:root {
		--prod-slider-width: calc(calc(80dvh - 470px) * 3 + 48px);
		--prod-width: calc(80dvh - 470px);
		--prod-height: calc(80dvh - 290px);
	}
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1.4;
	font-family: "Saira";
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

.block-fp-section {
	background-color: var(--vincorion-primary);
}

.vinfib-top,
.vinfib-bottom {
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: 1;
}

.vinfib-bottom {
	top: auto;
	bottom: 0;
}

html,
body {
	background-color: var(--vincorion-primary);
}

/* Header section */
.block-fp-section:not(.slider-news-section):not(.slate-areas-wrapper) {
	min-height: 100dvh;
	position: relative;
	overflow: hidden;
}

.block-fp-main-image,
.block-fp-main-image>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.block-fp-main-image>div {
	transition: all 0.8s ease-in-out;
	background-size: cover;
	background-position: center center;
	transform: scale(1.2);
}

.block-fp-main-image>div img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
	object-position: center;
}

.fs-image-bars .vinfib-top::before,
.fs-image-bars .vinfib-bottom::before {
	content: "";
	clip-path: polygon(var(--angle-bar-height) 0, 100% 0, 100% 100%, 0% 100%);
	background-color: var(--vincorion-primary);
	height: var(--angle-bar-height);
	width: calc(68% + var(--angle-bar-height));
	position: absolute;
	bottom: -2px;
	right: 0;
	z-index: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.fs-image-bars .vinfib-top::before {
	bottom: auto;
	right: auto;
	top: -1px;
	left: 0;
	clip-path: polygon(0 0, 100% 0, calc(100% - var(--angle-bar-height)) 100%, 0% 100%);
}

.head-main-section .fs-image-bars .vinfib-top::before {
	display: none;
}

.head-main-section .block-fp-inner {
	position: absolute;
	width: 100%;
	bottom: -2px;
	left: 0;
	height: 100%;
	z-index: 1;
	padding-bottom: calc(var(--angle-bar-height) - 1px);
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.hs-mp-left,
.hs-mp-right {
	min-height: 200px;
	position: relative;
}

.hs-mp-left {
	width: 32%;
}

.hs-mp-right {
	margin-left: auto;
	width: 68%;
}

.fs-item-fill {
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--vincorion-primary);
	transition: all 1s cubic-bezier(.65, .05, .36, 1);
}

.hs-mp-right .fs-item-fill {
	left: auto;
	right: 0;
}

.hs-mp-right .fs-item-fill {
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.active .block-fp-main-image>div,
.vin-loaded .block-fp-main-image>div {
	transform: scale(1);
}

.vin-loaded .fs-item-fill {
	width: 100%;
}

.fs-item-text {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	padding: 30px 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	opacity: 0;
	transition: all 1.2s cubic-bezier(.65, .05, .36, 1);
	transition-delay: 0.2s !important;
}

.head-main-section h1,
.head-main-section h2,
.head-main-section h3,
.head-main-section h4,
.head-main-section h5,
.head-main-section h6 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.4;
	color: var(--vincorion-accent);
	width: 100%;
}

.vin-loaded .fs-item-text {
	opacity: 1;
	bottom: 0;
}

.animations-finished .hs-mp-right .fs-item-fill {
	clip-path: polygon(0 0, calc(100% - 95px) 0, 100% 95px, 100% 100%, 0 100%, 0 50%);
}

.hs-mp-right .fs-item-text>h2 {
	text-align: left;
	width: 100%;
	font-size: 25px;
	color: var(--vincorion-primary);
	font-weight: 500;
	line-height: 1.3;
}

.site-footer.block-fp-section {
	background-color: var(--vincorion-primary);
}

/* Text copy section */
.text-copy-section {
	background-color: var(--vincorion-primary);
}

.block-fp-container {
	width: 920px;
	margin: 0 auto;
}

.text-copy-section .block-fp-inner,
.slate-facts-section .block-fp-inner {
	display: flex;
	align-items: center;
	min-height: 100dvh;
	padding: calc(var(--header-height) + var(--angle-bar-height) + 20px) 0 calc(var(--angle-bar-height) + 20px);
}

.text-copy-section .block-fp-inner .block-fp-content {
	width: 100%;
}

.copy_main-body h2,
.copy_main-body h3,
.copy_main-body h4,
.copy_main-body h5,
.copy_main-body h6 {
	color: var(--vincorion-accent);
	font-size: 40px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 45px;
}
[data-bgcol="apple_green"] .copy_main-body h2,
[data-bgcol="apple_green"] .copy_main-body h3,
[data-bgcol="apple_green"] .copy_main-body h4,
[data-bgcol="apple_green"] .copy_main-body h5,
[data-bgcol="apple_green"] .copy_main-body h6 {
	color: var(--vincorion-primary);
}

.copy_main-body li,
.copy_main-body p {
	color: #fff;
	font-weight: 300;
	line-height: 1.66;
	font-size: 18px;
}

[data-bgcol="apple_green"] .copy_main-body li,
[data-bgcol="apple_green"] .copy_main-body p {
	color: var(--vincorion-primary);
}

.copy_main-body p {
	margin-bottom: 28px;
}

.copy_main-body p:last-child {
	margin-bottom: 0;
}

.copy_main-body li strong,
.copy_main-body p strong {
	font-weight: 500;
}

.vintwocols .block-fp-container {
	width: 1110px;
}

.block-fp-col.main-col-title {
	width: 40.5%;
}

.block-fp-col.main-col-title h2 {
	color: #D2E1EB;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.16;
}

.block-fp-col.main-col-title+.block-fp-col {
	width: 49%;
}

.vintwocols .block-fp-cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.copy_main-body p+h2,
.copy_main-body p+h3,
.copy_main-body p+h4,
.copy_main-body p+h5 {
	margin-top: 95px;
}

.word.title-word {
	display: inline-block;
}

/* Slate services section */
.slate-services-section .fs-image-bars .vinfib-bg {
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	background-color: var(--vincorion-accent);
	transition: all 0.6s ease-in-out;
}

.slate-services-section:first-child .fs-image-bars .vinfib-bg {
	height: 100%;
	top: 0;
}

.vin-loaded.slate-services-section .fs-image-bars .vinfib-bg {
	width: 100%;
}

.slate-services-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	height: calc(100dvh - var(--header-height) + var(--angle-bar-height) * 2);
	opacity: 0;
	transition-delay: 0.8s;
	min-height: 100dvh;
	transition: all 0.2s ease-in-out;
}

.slate-services-section{
	height: calc(100dvh - var(--header-height) + var(--angle-bar-height) * 2);
}

.slate-services-list .slate-service-item {
	width: 25%;
	position: relative;
	overflow: hidden;
	transition: all 0.6s ease-in-out;
}

.slate-services-section .vinfib-top::before,
.slate-services-section .vinfib-bottom::before{
	z-index: 5;
}

.slate-service-image img {
	height: 102%;
	bottom: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 102%;
	object-fit: cover;
	object-position: center;
}

.slate-service-image {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 0;
	opacity: 0;
	transition: all 1s cubic-bezier(1, 0, 0, 1);
	transition-delay: 0.6s;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.slate-service-item:nth-child(2) .slate-service-image {
	transition-delay: 0.62s;
}

.slate-service-item:nth-child(3) .slate-service-image {
	transition-delay: 0.64s;
}

.slate-service-item:nth-child(4) .slate-service-image {
	transition-delay: 0.66s;
}

.slate-service-item:nth-child(5) .slate-service-image {
	transition-delay: 0.68s;
}

.slate-service-item:nth-child(6) .slate-service-image {
	transition-delay: 0.7s;
}

.slate-services-list::after {
	content: "";
	position: absolute;
	width: 0;
	top: 50%;
	height: 100px;
	background-color: var(--vincorion-accent);
	transition: all 0.8s ease-in-out;
	transition-delay: 1s;
	margin-top: -50px;
}

.vin-loaded .slate-services-list::after {
	width: 100%;
}

.vin-loaded .slate-services-list {
	opacity: 1;
}

.vin-loaded .slate-service-image {
	height: 100%;
	opacity: 1;
}

.slate-service-title {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;

	opacity: 0;
	transform: translateY(40px);
	transition: all 1s ease-in-out;
	transition-delay: 1.5s;
}

.vin-loaded .slate-service-title {
	opacity: 1;
	transform: translateY(0);
}

.slate-service-title a {
	font-size: 25px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--vincorion-primary);
}

.active-cards .slate-service-item:not(.active-card) {
	width: 0;
}

.active-cards .slate-service-item.active-card {
	width: 100%
}
.scroll-next-section {
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	cursor:pointer;
}
.scroll-next-section svg {
	display: block;
}


/* Facts section */
.slate-facts-section .fs-image-bars .vinfib-top::before {
	left: auto;
	right: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, var(--angle-bar-height) 100%);
}

.slate-facts-section .fs-image-bars .vinfib-bottom::before {
	right: auto;
	left: 0;
	clip-path: polygon(0 0, calc(100% - var(--angle-bar-height)) 0, 100% 100%, 0 100%);
}

.slate-facts-section .block-fp-inner {
	position: relative;
	z-index: 3;
}

.slate-facts-section .block-fp-inner .block-fp-container {
	width: 920px;
	margin: 0 auto;
}

.slate-facts-list * {
	color: #fff;
}

.slate-fact-item {
	opacity: 0;
	transition: all 1.2s cubic-bezier(1, 0, 0, 1);
	transform: translateY(100px);
	transition-delay: calc(var(--vin-delay) * 0.1s + 0.5s);
}

.vin-loaded .slate-fact-item {
	opacity: 1;
	transform: translateY(0);
}

.facts-figures-section .block-fp-main-image>div::before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(130deg, rgba(0, 88, 107, 0.00) -29.18%, #00586B 33.03%);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
}

.facts-figures-section {
	-webkit-transform: translate3d(0, 0, 0);
}

.fp-overflow {
	min-height: 100dvh;
}

/* news slider */
.latest-newsfp-body {
	overflow: hidden;
	width: 100%;
}

.news-slide-item-outer {
	box-sizing: border-box;
	padding: 0 12px;
	opacity: 0;
	transition: all 1.2s cubic-bezier(.08, .82, .17, 1);
	padding-bottom: 25px;
	align-items: center;
	justify-content: center;
	padding-top: calc(var(--header-height) + 25px);
}
.news-slide-item-outer:first-child{
	padding-left: 24px;
}
.news-slide-item-outer:last-child{
	padding-right: 24px;
}
.news-slide-item-outer:nth-child(2) {
	transition-delay: 0.1s;
}

.news-slide-item-outer:nth-child(3) {
	transition-delay: 0.2s;
}

.news-slide-item-outer:nth-child(4) {
	transition-delay: 0.3s;
}

.news-slide-item-outer:nth-child(5) {
	transition-delay: 0.4s;
}

.news-slide-item-outer:nth-child(6) {
	transition-delay: 0.5s;
}

.vin-loaded .news-slide-item-outer {
	padding-left: 12px;
	padding-right: 12px;
	opacity: 1;
}


.slider-news-items::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera */
}

.news-slide-item-inner {
	overflow: hidden;
}

.news-slide-meta-outer {
	height: 120px;
	padding-top: 25px;
}

.news-slide-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news-slide-thumb {
	position: relative;
	height: calc(100dvh - 370px);
	width: auto;
	padding-right: calc(100dvh - 485px);
	clip-path: polygon(100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 0);
}

.news-slider-item-title {
	width: 100%;
}

.news-slider-item-title a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	display: -webkit-box;
  -webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;   
}

.news-slider-item-title a > span{
	padding-bottom: 2px;
}

.news-slide-meta-outer {
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6px;
}

.news-slider-item-category a,
.news-slider-item-date {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.33;
	text-transform: uppercase;
	color: var(--vincorion-secondary);
}

.news-slide-thumb>a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.corner-arrow-button {
	width: var(--prod-btn-size);
	height: var(--prod-btn-size);
	position: relative;
	overflow: hidden;
}

.news-slide-thumb .corner-arrow-button {
	bottom: 0;
	right: 0;
	position: absolute;
}

.corner-arrow-button span {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background-color: var(--vincorion-accent);
	transition: all 0.5s ease-in-out;
	clip-path: polygon(100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 0);
}

.corner-arrow-button.download-button span {
	background-color: #D2E1EB;
}

.corner-arrow-button.download-button span::after {
	transform: translate(-50%, -50%) rotate(0);
}

.news-slide-thumb:hover .corner-arrow-button span,
.corner-arrow-button:not(.no-hover):hover span {
	width: 80%;
	height: 80%;
}

.corner-arrow-button span::after {
	content: "";
	width: 9px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	border-right: 2px solid var(--vincorion-primary);
	border-bottom: 2px solid var(--vincorion-primary);
}

.news-slide-thumb a {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.fs-image-bars {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slate-facts-section .vinfib-top,
.slate-areas-section .vinfib-top {
	height: var(--header-height);
	background-color: var(--vincorion-primary);
}
.slate-facts-section .vinfib-top{
	height: 235px;
}
.slate-facts-section .vinfib-top::before,
.slate-services-section .vinfib-top::before,
.slate-areas-section .vinfib-top::before {
	top: calc(100% - 1px);
}

.block-fp-content {
	width: 100%;
}

.block-fp-main-video,
.block-fp-main-video video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.block-fp-main-video video {
	object-fit: cover;
	object-position: center;
}

.white-main .hs-mp-left .fs-item-fill {
	background-color: var(--vincorion-accent);
}

.head-main-section.white-main h1,
.head-main-section.white-main h2,
.head-main-section.white-main h3,
.head-main-section.white-main h4,
.head-main-section.white-main h5,
.head-main-section.white-main h6 {
	color: var(--vincorion-primary);
}

.white-main .fs-image-bars .vinfib-bottom::before {
	background-color: var(--vincorion-accent);
}

.career-footer-section.career-in-footer {
	min-height: 480px;
	position: relative;
	background-color: var(--vincorion-accent);
	display: flex;
	align-items: center;
	padding-bottom: var(--angle-bar-height);
}

.career-footer-section.career-in-footer .vinfib-top {
	display: none;
}

.career-footer-section .block-fp-content {
	width: var(--wide-W);
	margin: 0 auto;
}

.career-footer-section .block-fp-inner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.career-footer-btn a {
	font-size: 40px;
	line-height: 1.25;
	font-weight: 300;
	color: var(--vincorion-primary);
	display: inline-flex;
	align-items: center;
	gap: 25px;
}

.career-footer-section .block-fp-container {
	width: 100%;
}

.career-footer-btn svg {
	transform: translateX(50px);
	opacity: 0;
	transition: all 0.6s cubic-bezier(1, 0, 0, 1);
}

.animations-finished .career-footer-btn svg {
	transform: translateX(0);
	opacity: 1;
}

.career-footer-btn a:hover svg {
	transform: translateX(30px);
}

[fit_colors="light_blue"] .vinfib-top::before {
	background-color: #D2E1EB;
}

[fit_colors="vincorion_blue"] .vinfib-top::before {
	background-color: var(--vincorion-primary);
}

[fit_colors="vincorion_green"] .vinfib-top::before {
	background-color: var(--vincorion-accent);
}

[section_shape="product"].career-footer-section.career-in-footer .vinfib-top {
	display: block;
}

.career-footer-section.career-in-footer .fs-image-bars .vinfib-bottom::before {
	width: calc(50% + var(--angle-bar-height));
}

[section_shape="product"].career-footer-section.career-in-footer .vinfib-top::before {
	left: auto;
	right: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, var(--angle-bar-height) 100%);
	width: 33%;
}

[section_shape="product_2"].career-footer-section.career-in-footer .vinfib-bottom::before {
	left: 0;
	right: auto;
	width: 51%;
	clip-path: polygon(0 0, calc(100% - var(--angle-bar-height)) 0, 100% 100%, 0 100%);
}

/* Image and text section */
.image-text-section .vinfib-top {
	height: calc(var(--header-height) + var(--angle-bar-height));
	background-color: var(--vincorion-primary);
}

.image-text-section .vinfib-top::before {
	clip-path: polygon(var(--angle-bar-height) 0, 100% 0, 100% 100%, 0% 100%);
	top: auto;
	bottom: -2px;
	right: 0;
	left: auto;
	background-color: #fff;
	width: 0;
	transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

.image-text-section.vin-loaded .vinfib-top::before {
	width: 32%;
}

.image-text-section .block-fp-container {
	width: 100%;
	padding-top: calc(var(--header-height) + var(--angle-bar-height));
	padding-bottom: calc(var(--angle-bar-height) + 20vw);
	min-height: 100dvh;
	display: flex;
	align-items: start;
}

.image-text-section .block-fp-container .ti-text-content {
	padding: 105px 150px;
	width: 50%;
	margin-left: auto;
	position: relative;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, var(--angle-bar-height) 100%, 0% calc(100% - var(--angle-bar-height)));
	min-height: 35vw;
	display: flex;
	align-items: center;
}

.image-text-section .block-fp-container .ti-text-content::before {
	content: "";
	width: 0;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
	position: absolute;
	transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

.image-text-section.vin-loaded .block-fp-container .ti-text-content::before {
	width: 100%;
}

.image-text-section.vin-loaded .block-fp-container>div {
	position: relative;
}

.ti-text-content h2,
.ti-text-content h3,
.ti-text-content h4,
.ti-text-content h5,
.ti-text-content h6 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--vincorion-accent);
	margin-bottom: 25px;
}

.ti-text-content p,
.ti-text-content ol,
.ti-text-content ul {
	margin-bottom: 25px;
}

.ti-text-content p,
.ti-text-content li {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 300;
	color: #000;
}

.image-text-section .block-fp-inner {
	min-height: 100dvh;
}

.block-fp-scrolinner {
	position: relative;
}

[block_position="br"].image-text-section .block-fp-container {
	width: 100%;
	padding-top: calc(var(--header-height) + var(--angle-bar-height) + 20vw);
	padding-bottom: calc(var(--angle-bar-height) * 2);
	align-items: end;
}

[block_position="br"].image-text-section .vinfib-top {
	height: 0;
}

[block_position="br"].image-text-section .block-fp-container .ti-text-content {
	clip-path: polygon(var(--angle-bar-height) 0, 100% 0, 100% 100%, 0 100%, 0 var(--angle-bar-height));
}

[block_position="br"].image-text-section .vinfib-top::before {
	clip-path: polygon(0 0, 100% 0, 100% 100%, var(--angle-bar-height) 100%);
	top: calc(100% - 1px);
	bottom: auto;
	background-color: var(--vincorion-primary);
	width: calc(68% + var(--angle-bar-height));
}

[block_position="br"] .vinfib-bottom {
	height: calc(var(--angle-bar-height) * 2);
	background-color: var(--vincorion-primary);
}

[block_position="br"] .vinfib-bottom::before {
	background-color: #fff;
	bottom: auto;
	top: 0;
	width: 32%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, var(--angle-bar-height) 100%);
}

.ti-text-content p:last-child,
.ti-text-content li:last-child {
	margin-bottom: 0;
}

.image-text-section .it-innerscroll {
	position: relative;
	overflow: hidden;
}

/* Product information section */
.products-information-section .block-fp-container {
	width: 100%;
	padding: 0 26px;
}

.products-info-list {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
}

.info-product-item {
	position: relative;
	width: calc(50% - 13px);
}

.info-product-item .vin-product-body {
	padding: 10px 150px 150px 150px;
	background-color: #fff;
	clip-path: polygon(100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 0);
	flex-grow: 1;
}

.info-product-item>div {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.vin-product-body .vin-product-header-img {
	height: 24vw;
	position: relative;
}

.pis-innerscroll {
	padding-top: calc(var(--header-height) + 35px);
	padding-bottom: var(--angle-bar-height);
}

.products-information-section .fs-image-bars {
	display: none;
}

.vin-product-extra-info .copy_main-body p,
.vin-product-extra-info .copy_main-body li {
	color: #000;
}

.copy_main-body ul,
.copy_main-body ol {
	list-style: none;
}

.copy_main-body ul li {
	position: relative;
	line-height: 1.66;
	padding-left: 28px;
}

.copy_main-body ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	top: 10px;
	left: 10px;
	background-color: var(--vincorion-accent);
	position: absolute;
}

.vin-pinfotable {
	padding-top: 50px;
}

.vin-pinfotable>div {
	display: flex;
	flex-direction: column;
}

.vin-tabline {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.vin-tabline>.vin-tab-label {
	width: 32%;
}

.vin-tabline>.vin-tab-value,
.vin-tabline>.vin-tab-columns {
	width: calc(68% - 20px);
	margin-left:auto; 
}

.vin-tabline>.vin-tab-label,
.vin-tabline>.vin-tab-value,
.vin-tab-columns .vin-tab-inner {
	font-size: 18px;
	line-height: 1.66;
	font-weight: 300;
	padding: 4px 0;
	border-bottom: 1px solid var(--vincorion-accent);
	display: flex;
	align-items: end;
}

.vin-tabline>.vin-tab-label {
	font-weight: 500;
}

.vin-pinfotext.copy_main-body {
	padding-top: 50px;
}

.products-info-list .vin-product-header {
	margin-bottom: 25px;
}

/* Product carousel */
.products-carousel-section .block-fp-container {
	max-width: 100%;
	width: 100%;
}

.products-carousel-section .block-fp-inner {
	height: auto;
	position: relative;
}

.products-carousel-section .block-fp-content {
	padding: calc(var(--header-height) + 20px) 0 calc(var(--header-height) + 20px);
	height: 100%;
	display: flex;
	align-items: center;
}

[ds-bottom="left_long"].products-carousel-section .block-fp-content {
	padding: calc(var(--header-height) + 20px) 0 calc(var(--header-height) + var(--angle-bar-height) + 20px);
}
[ds-bottom="left_long"].products-carousel-section .vinfib-bottom,
[ds-bottom="right_long"].products-carousel-section .vinfib-bottom {
	display: block;
}
[ds-bottom-color="green"].products-carousel-section .vinfib-bottom::before {
	background-color: var(--vincorion-accent);
	clip-path: polygon(0 0, calc(100% - var(--angle-bar-height)) 0, 100% 100%, 0% 100%);
	left: 0;
	right: auto;
}
.slider-products-list .slick-arrow {
	position: absolute;
	top: calc(100% + 5px);
	right: 10px;
	z-index: 9;
}

.slider-products-list .slick-prev.slick-arrow {
	right: 100px;
}

.slider-products-list {
	padding: 0 12px;
}

.vin-product-header .vin-product-header-img {
	position: relative;
	background-color: #fff;
	height: var(--prod-height);
	width: auto;
	padding-right: var(--prod-width);
	clip-path: polygon(100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 0);
}

.vin-product-header-img>img {
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	object-fit: contain;
	object-position: center;
}

.vin-product-header {
	position: relative;
}

.vin-product-header .corner-arrow-button {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
}

.vin-product-footer {
	padding-top: 25px;
	transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1.3);
	position: relative;
	left: 0;
}
.vin-prod-secateg {
	font-size: 14px;
	color: var(--vincorion-accent);
	text-transform: uppercase;
	line-height: 1.25;
	margin-bottom: 5px;
}

.vin-prod-cartitle {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	color: #fff;
}

.products-carousel-section .vinfib-bottom {
	display: none;
}

.slider-products-list>div {
	display: flex;
	gap: var(--prod-gap);
	flex-wrap: nowrap;
	/* prevent going to two rows */
	position: relative;
	width: var(--prod-slider-width);
	justify-content: center;
}

.slider-products-list {
	display: flex;
	justify-content: center;
}

.slider-product-item {
	opacity: 0;
	/*visibility: hidden;*/
	transform: translateX(200px);
	transition: all 1.2s cubic-bezier(.08, .82, .17, 1);
	transition-delay: calc(var(--vin-delay) * 0.1s + 0.2s);
}

.vin-loaded .slider-product-item {
	opacity: 1;
	/*visibility: visible;*/
	transform: translateX(0);
}

.animations-finished .slider-product-item {
	transition: all 0.8s ease-in-out;
	transition-delay: 0s !important;
}

.slider-products-list.hideother .slider-product-item:not(.active_current) {
	opacity: 0;
	/*visibility: hidden;*/
	pointer-events: none;
}

.vin-product-modal-body {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1.3);
	background-color: #fff;
	clip-path: polygon(100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 0);
}

.loadmod .vin-product-modal-body {
	width: var(--prod-slider-width);
}

.vpmh-inner-col.vimg-col {
	width: var(--prod-width);
	position: relative;
}

.vpmh-inner-cols {
	display: flex;
	justify-content: end;
	height: var(--prod-height);
}

.vpmh-inner-cols .vimg-col {
	height: 100%;
}

.vpmh-inner-col.vimg-col {
	width: var(--prod-width);
	position: relative;
}

.vpmh-inner-col.vimg-col img {
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 5%;
	object-fit: contain;
	object-position: center;
}

.slate-facts-title {
	opacity: 0;
	transition: all 1.4s cubic-bezier(1, 0, 0, 1);
	transform: translateY(50px);
}

.vin-loaded .slate-facts-title {
	opacity: 1;
	transform: translateY(0);
}

.text-copy-section {
	position: relative;
}

.vpmh-inner-col.vcopy-col {
	flex-grow: 1;
	width: 0;
}

.vpmh-animated-down {
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(.65, .05, .36, 1);
	padding: 50px 20px 120px var(--prod-pad-left);
	position: relative;
	height: 100%;
	transform: translateY(100px);
}

.vpmh-animated-scroll {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: auto;
}

.show_text .vpmh-animated-down {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.vpmh-imginner-2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: var(--prod-btn-size);
}

.vpmh-imginner-2::before {
	content: "";
	width: calc(200px + var(--prod-slider-width));
	height: 100%;
	max-width: 0;
	position: absolute;
	background-color: var(--vincorion-accent);
	top: 0;
	right: 0;
	clip-path: polygon(100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 0);
	transition: all 0.9s cubic-bezier(.68, -0.55, .27, 1.55);
}

.active_current .vpmh-imginner-2::before {
	max-width: calc(200px + var(--prod-slider-width));
}

.corner-arrow-button.close span::after {
	content: "\00D7";
	border: 0;
	transform: rotate(0);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 300;
	color: var(--vincorion-primary);
	padding-bottom: 4px;
	box-sizing: border-box;
}

.vcopy-col .vin-prod-cartitle {
	color: #000;
	margin-bottom: 28px;
	font-size: 25px;
}

.vpmh-animated-scroll>.copy_main-body {
	padding-right: 20px;
}

.vcopy-col .copy_main-body li,
.vcopy-col .copy_main-body p {
	color: #000;
}

.loadmod:nth-child(2) .vin-product-modal-body, .active_current.loadmod:nth-child(2) .vin-product-footer {
	left: calc(1px - var(--prod-width) * 1);
}
.loadmod:nth-child(3) .vin-product-modal-body, .active_current.loadmod:nth-child(3) .vin-product-footer  {
	left: calc(1px - var(--prod-width) * 2);
}

.cancel_transition .vin-product-modal-body, .cancel_transition .vin-product-footer {
	transition: all 0.5s linear;
}

.cancel_transition .vpmh-imginner-2::before {
	transition: all 0.7s cubic-bezier(.68, -0.55, .27, 1.55);
}

.remove-bars .vpmh-imginner-2::before {
	max-width: 0 !important;
}

[data-section-prodcount="2"] .loadmod:nth-child(1) .vin-product-modal-body, [data-section-prodcount="2"] .active_current.loadmod:nth-child(1) .vin-product-footer {
	left: calc((var(--prod-width) + var(--prod-gap)) / 2 * -1);
}

[data-section-prodcount="2"] .loadmod:nth-child(2) .vin-product-modal-body, [data-section-prodcount="2"] .active_current.loadmod:nth-child(2) .vin-product-footer {
	left: calc((var(--prod-width) + var(--prod-gap)) / 2 * -1 - var(--prod-width));
}

[data-section-prodcount="1"] .loadmod:nth-child(1) .vin-product-modal-body, [data-section-prodcount="1"] .active_current.loadmod:nth-child(1) .vin-product-footer  {
	left: calc(var(--prod-width) * -1);
}

.vin-product-modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 95px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(150px);
	height: var(--prod-btn-size);
	display: flex;
	align-items: center;
}

.show_text .vin-product-modal-footer {
	opacity: 1;
	transition: all 0.7s cubic-bezier(.68, -0.55, .27, 1.55);
	visibility: visible;
	transform: translateX(0);
}

.vin-pmb-option strong,
.vin-pmb-option span {
	font-size: 16px;
	color: #000;
	font-weight: 300;
	line-height: 1.4;
	display: block;
}

.vin-pmb-option strong {
	font-weight: 500;
}

.vin-pmb-option {
	padding-right: var(--prod-gap);
	width: calc(var(--prod-width) - (var(--prod-pad-left) * 2) / 4);
}

/* areas of application */

.slate-areas-section .block-fp-inner {
	padding: 0 120px;
}

.slate-area-image {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 100%;
	transition: all 1s cubic-bezier(1, 0, 0, 1);
	transition-delay: 0.6s;
	overflow: hidden;
}

.slate-area-image::after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	mix-blend-mode: multiply;
	background: linear-gradient(180deg, rgba(0, 88, 107, 0) 41.43%, #00586B 67.59%), linear-gradient(0deg, rgba(0, 88, 107, 0) 41.43%, #00586B 67.59%);
}

.slate-area-image img {
	width: auto;
	height: 101%;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 101%;
	object-fit: cover;
	object-position: center;
}

.slate-areas-list .slate-area-item.active-slate {
	width: 55%;
}

.slate-areas-text-content {
	position: absolute;
	width: 104%;
	height: 104%;
	top: -2%;
	left: -2%;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: calc(var(--angle-bar-height) + 140px);
	padding-bottom: calc(var(--angle-bar-height) + 90px);
	transition: all 1s ease-in-out;
}

.slate-area-title {
	font-size: 25px;
	font-weight: 500;
	color: var(--vincorion-accent);
	line-height: 1.2;
	padding-bottom: 10px;
}

.slate-area-content p {
	font-size: 18px;
	color: #fff;
	line-height: 1.33;
	font-weight: 300;
}

.slate-area-content p strong {
	font-weight: 500;
}

.slate-areas-text-content>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.slate-area-content {
	opacity: 0;
	visibility: hidden;
	width: calc(55vw - 320px);
	transition: all 1s cubic-bezier(.45, .05, .55, .95);
}

.active-slate .slate-area-content {
	opacity: 1;
	visibility: visible;
}

.active-slate .slate-areas-text-content {
	padding-left: 95px;
	padding-right: 95px;
}

.vertical-titles .slate-area-title {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	text-align: start;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	white-space: normal;
	word-break: break-word;
	max-width: 11vw;
	max-height: 300px;
	overflow: hidden;
}

.vertical-titles .slate-area-title>div {
	display: inline-block;
	line-height: 1.3;
	text-align: start;
}

.slate-area-title>div, 
.slate-fact-value > div > p,
[data-section-style="big_slates"] .slate-imageinfo-title-box h3,
[data-section-style="big_slates"] .slate-imageinfo-description p {
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;

	overflow-wrap: break-word;
	word-break: normal;
}

.vin-product-modal-head .button-file-wrapper {
	bottom: var(--prod-btn-size);
}

.vin-product-modal-head .button-file-wrapper {
	bottom: var(--prod-btn-size);
	opacity: 0 !important;
	visibility: hidden !important;
	transition-delay: 0s !important;
}

.vin-product-modal-head .corner-arrow-button.download-button span {
	clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
}

.show_text .vin-product-modal-head .button-file-wrapper {
	opacity: 1 !important;
	visibility: visible !important;
}

.more-lines [data-size="1"] {
	width: 190px;
}

.more-lines [data-size="4"] {
	width: 660px;
}

[data-cols="1"] .info-product-item {
	width: 100%;
}

.vin-tab-columns {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

[data-cols="1"]>.vin-tab-inner {
	width: 100%;
}

[data-cols="2"]>.vin-tab-inner {
	width: calc(50% - 10px);
}

[data-cols="3"]>.vin-tab-inner {
	width: calc(33.33% - 14px);
}

[data-cols="4"]>.vin-tab-inner {
	width: calc(25% - 14px);
}

[data-cols="5"]>.vin-tab-inner {
	width: calc(20% - 16px);
}

[data-cols="6"]>.vin-tab-inner {
	width: calc(16.66% - 17px);
}

sup {
	font-size: 70%;
	position: relative;
	top: -5px;
	left: 2px;
}

.site-footer-fullpage-logo img {
	width: 100%;
	height: auto;
	display: block;
}

.lenis-horizontal-section {
	position: relative;
	height: 250vh;
}

.lenis-horizontal-sticky {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
}

.lenis-horizontal-track {
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
	will-change: transform;
}

.lenis-slide {
	height: 100vh;
	display: flex;
	color: #fff;
}

/* Slate sections */
.slate-areas-wrapper {
	height: 400vh;
	position: relative;
	z-index: 1;
}
.slate-areas-sticky {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	align-items: start;
	justify-content: center;
	overflow: visible;
}
.slate-areas-list {
	display: flex;
	justify-content: space-between;
	height: calc(100% + 18px);
	width: 100%;
	transition: all 0.5s ease-in-out;
	position: relative;
	margin-top: calc(var(--header-height) - var(--angle-bar-height));
}

.slate-area-item {
	width: 15%;
	flex-shrink: 0;
	flex-grow: 1;
	transition: all 1s cubic-bezier(.65,.05,.36,1);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.slate-area-item.active-slate {
	width: 55%;
}

.slate-areas-list::before {
	content: "";
	top: -2px;
	left: -1px;
	height: var(--angle-bar-height);
	position: absolute;
	z-index: 10;
	clip-path: polygon(0 0, 100% 0, calc(100% - var(--angle-bar-height)) 100%, 0% 100%);
	width: calc(68% + var(--angle-bar-height));
	background-color: var(--vincorion-primary);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.slate-areas-list::after {
	content: "";
	clip-path: polygon(var(--angle-bar-height) 0, 100% 0, 100% 100%, 0% 100%);
	background-color: var(--vincorion-primary);
	height: var(--angle-bar-height);
	width: calc(68% + var(--angle-bar-height));
	position: absolute;
	bottom: -2px;
	right: -1px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.slate-areas-wrapper[column-count="2"] {
    height: 200vh;
}
.ffs-innerscroll {
	padding-top: calc(var(--header-height) + 400px + var(--angle-bar-height));
	padding-bottom: calc(var(--angle-bar-height) + 280px);
	position: relative;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
[spacer-type="latest_news"].vin-section-spacer {
	height: 270px;
}
[spacer-type="latest_news"].vin-section-spacer + .head-main-section .fs-image-bars .vinfib-top::before {
	content: "";
	clip-path: polygon(0 0, 100% 0, calc(100% - var(--angle-bar-height)) 100%, 0% 100%);
	background-color: var(--vincorion-primary);
	height: var(--angle-bar-height);
	width: calc(68% + var(--angle-bar-height));
	position: absolute;
	bottom: -2px;
	right: 0;
	z-index: 1;
	display: block !important;
}
.slate-services-section:nth-child(1),
.slate-services-section:nth-child(1) .slate-services-list {
	height: calc(100dvh + var(--angle-bar-height));
}

.facts-figures-section .block-fp-main-video.gradient::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: linear-gradient(130deg, rgba(0, 88, 107, 0.00) -29.18%, #00586B 33.03%);
	mix-blend-mode: multiply;
	position: absolute;
	z-index: 1;
}
[top-slate="green"] .fs-image-bars .vinfib-top::before {
	background-color: var(--vincorion-accent) !important;
}
[bottom-slate="green"] .fs-image-bars .vinfib-bottom::before {
	background-color: var(--vincorion-accent) !important;
}
[top-slate="lightblue"] .fs-image-bars .vinfib-top::before {
	background-color: var(--vincorion-secondary) !important;
}
[bottom-slate="lightblue"] .fs-image-bars .vinfib-bottom::before {
	background-color: var(--vincorion-secondary) !important;
}
.testimonials-section .block-fp-text-copy-image {
	position: relative;
	width: 100%;
	height: auto;

}
.testimonials-section .block-fp-text-copy-image img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}
[data-aspeect="with-image"].testimonials-section .block-fp-content {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-bottom: 14vw;
	padding-top: 12vw;
}
[data-aspeect="regular"].testimonials-section .block-fp-inner{
	padding: calc(var(--header-height) + 200px) 0 calc(var(--angle-bar-height) + 100px);
}
[data-bgcol="apple_green"].text-copy-section{
	background-color: var(--vincorion-accent);
}
[data-bgcol="white"].text-copy-section{
	background-color: var(--vincorion-secondary);
}
.text-copy-section .vinfib-bottom.after_right_pos::before{
	width: 32%;
}
[data-spacing="spacing_equl"].text-copy-section .block-fp-inner{
	padding-bottom: calc(var(--angle-bar-height) + 270px);
}
.vinc-text-button {
	margin-bottom: 80px;
	font-size: 25px;
}
.vinc-text-button a {
	display: flex;
	font-weight: 300;
	gap: 25px;
	align-items: center;
	color: var(--vincorion-primary);
	line-height: 1.2;
	align-items: center;
	position: relative;
}
.btn-icon.vin-arrow svg{
	opacity: 0;
	display: block;
	width: 40px;
	height: 25px;
}
.vinc-text-button a span {
	display: block;
}
.vinc-text-download a {
	display: block;
	border-bottom: 1px solid var(--vincorion-primary);
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: var(--vincorion-primary);
	line-height: 1.3;
	padding-bottom: 10px;
	position: relative;
	padding-right: 30px;
}
.vinc-text-download a::after {
	content: "";
	width: 15px;
	height: 10px;
	position: absolute;
	top: 5px;
	right: 0;
	border-right: 2px solid var(--vincorion-primary);
	border-bottom: 2px solid var(--vincorion-primary);
	box-sizing: border-box;
}
.vinc-text-download{
	margin-bottom: 25px;
}
.vinc-text-download:last-child{
	margin-bottom: 0;
}
.downloads-section.remove-columns {
	min-height: auto !important;
}
.remove-columns .ds-innerscroll {
	padding-top: 160px;
	padding-bottom: 260px;
	min-height: auto !important;
}
.remove-columns .certificate-columns .certificate-column {
	width: 100%;
}
.block-fp-section.downloads-section .block-fp-inner .block-fp-container {
	margin-bottom: 140px;
}
[data-section-style="big_slates"] .imageinfo-boxes-inner{
	padding-left: 120px;
	padding-right: 120px;
}
[data-section-style="big_slates"] .slate-imageinfo-list {
	gap: 0;
	overflow: hidden;
	position: relative;
}
[data-section-style="big_slates"] .slate-imageinfo-list::before {
	content: "";
	width: calc(68vw + var(--angle-bar-height) - 120px);
	height: var(--angle-bar-height);
	position: absolute;
	top: -2px;
	right: -2px;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, var(--angle-bar-height) 100%);
	background-color: var(--vincorion-primary);
	z-index: 4;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
[data-section-style="big_slates"] .slate-imageinfo-list::after {
	content: "";
	width: calc(68vw + var(--angle-bar-height) - 120px);
	height: var(--angle-bar-height);
	position: absolute;
	bottom: -2px;
	left: -2px;
	clip-path: polygon(0 0, calc(100% - var(--angle-bar-height)) 0, 100% 100%, 0 100%);
	background-color: var(--vincorion-primary);
	z-index: 4;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

[data-section-style="big_slates"].slate-imageinfo-section-4 .slate-imageinfo-list .slate-imageinfo-item {
	width: 25%;
}
[data-section-style="big_slates"] .block-fp-imageinfo {
	width: 100% !important;
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
}
[data-section-style="big_slates"] .block-fp-imageinfo::after{
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 88, 107, 0.00) 20%, #00586B 100%);
	mix-blend-mode: multiply;
}

[data-section-style="big_slates"] .slate-imageinfo-item {
	position: relative;
	padding: 170px 45px;
	height: 100vh;
	flex-direction: column;
	justify-content: end;
	display: flex;
	gap: 120px;
}
.full_slate_link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
[data-section-style="big_slates"] .slate-imageinfo-title h2 {
	font-size: 40px;
	margin: 0;
}
[data-section-style="big_slates"] .slate-imageinfo-description,
[data-section-style="big_slates"] .slate-imageinfo-title-box{
	position: relative;
	z-index: 2;
}
[data-section-style="big_slates"] .fs-image-bars{
	display: none;
}
[data-section-style="big_slates"] .slate-imageinfo-title-box {
	padding: 0;
	min-height: 75px;
	display: flex;
	align-items: end;
}
[data-section-style="big_slates"] .slate-imageinfo-description {
	min-height: 118px;
}
[data-section-style="big_slates"] .slate-imageinfo-title-box h3{
	color: var(--vincorion-accent);
}
.text-copy-section .block-fp-content {
	position: relative;
	z-index: 2;
}
[column-count="2"] .slate-areas-list{
	overflow: hidden;
}
.head-main-section.content_style .hs-mp-right .fs-item-text {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 400px;
}
[data-section-style="big_slates"] .slate-imageinfo-item .block-fp-imageinfo::before {
	display: none;
}


/*
div#fp-main-element > div:nth-child(2) { margin-top: -1px; }
div#fp-main-element > div:nth-child(3) { margin-top: -2px; }
div#fp-main-element > div:nth-child(4) { margin-top: -3px; }
div#fp-main-element > div:nth-child(5) { margin-top: -4px; }
div#fp-main-element > div:nth-child(6) { margin-top: -5px; }
div#fp-main-element > div:nth-child(7) { margin-top: -6px; }
div#fp-main-element > div:nth-child(8) { margin-top: -7px; }
div#fp-main-element > div:nth-child(9) { margin-top: -8px; }
div#fp-main-element > div:nth-child(10){ margin-top: -9px; }
div#fp-main-element > div:nth-child(11){ margin-top: -10px; }
div#fp-main-element > div:nth-child(12){ margin-top: -11px; }
div#fp-main-element > div:nth-child(13){ margin-top: -12px; }
div#fp-main-element > div:nth-child(14){ margin-top: -13px; }
div#fp-main-element > div:nth-child(15){ margin-top: -14px; }
div#fp-main-element > div:nth-child(16){ margin-top: -15px; }
div#fp-main-element > div:nth-child(17){ margin-top: -16px; }
div#fp-main-element > div:nth-child(18){ margin-top: -17px; }
div#fp-main-element > div:nth-child(19){ margin-top: -18px; }
div#fp-main-element > div:nth-child(20){ margin-top: -19px; }
*/
.section.image-text-section + .section.image-text-section,
.text-copy-section + .testimonials-section,
.slate-facts-section + .slider-news-section {
	margin-top: -1px;
}

.products-information-section + .slate-facts-section .vinfib-top{
	height: 100px;
}

[data-aspeect="with-image"].testimonials-section .block-fp-inner {
	min-height: auto;
}
[data-aspeect="with-image"].testimonials-section{
	min-height: auto !important;
}
[data-section-style="big_slates"] .slate-imageinfo-title {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
[data-section-style="big_slates"] .block-fp-content{
	position: relative;
}

[data-section-style="big_slates"][data-section-tt="left"] .slate-imageinfo-list::before {
	top: -2px;
	left: -2px;
	right: auto;
	clip-path: polygon(0 0, 100% 0, calc(100% - var(--angle-bar-height)) 100%, 0% 100%);
	background-color: var(--vincorion-primary);
}
[data-section-style="big_slates"][data-section-tt="left"] .slate-imageinfo-title {
	right: auto;
	top: 0;
	left: 0;
}
[data-section-style="big_slates"][data-section-tt="left"] .slate-imageinfo-list::after {
	left: auto;
	right: -2px;
	clip-path: polygon(var(--angle-bar-height) 0, 100% 0, 100% 100%, 0% 100%);;
}
@media(min-width: 1024px){
	[data-boxsize="large"].image-text-section .block-fp-container .ti-text-content {
		padding: 105px 150px;
		width: 58%;
		min-height: auto;
	}
}

[spacer-type="latest_news"] + .site-footer .career-footer-section.career-in-footer {
	min-height: calc(400px + var(--angle-bar-height) * 2);
	padding-bottom: var(--angle-bar-height);
	padding-top: var(--angle-bar-height);
}
[spacer-type="latest_news"] + .site-footer .career-footer-section.career-in-footer .vinfib-top {
	display: block;
}
[spacer-type="latest_news"] + .site-footer .career-footer-section.career-in-footer .vinfib-top::before{
	width: 32%;
}

.head-main-section + .site-footer {
	margin-top: -1px;
}

@media(min-width: 1024px) and (max-width: 1700px){
	.head-main-section h1, 
	.head-main-section h2, 
	.head-main-section h3, 
	.head-main-section h4, 
	.head-main-section h5, 
	.head-main-section h6 {font-size: 38px;}
	.hs-mp-right .fs-item-text > h2 {font-size: 23px;}
	.slate-facts-section .vinfib-top {height: 155px;}
	.ffs-innerscroll {padding-top: calc(var(--header-height) + 200px + var(--angle-bar-height));padding-bottom: calc(var(--angle-bar-height) + 150px);}
	:root {
		--fs-60: 55px;
		--fs-40: 38px;
		--fs-25: 23px;
	}
	.career-footer-btn a {font-size: 36px;}
	[spacer-type="latest_news"].vin-section-spacer {height: 170px;}
	.copy_main-body h2, .copy_main-body h3, .copy_main-body h4, .copy_main-body h5, .copy_main-body h6 {font-size: 38px;}
	.image-text-section .block-fp-container .ti-text-content,
	[data-boxsize="large"].image-text-section .block-fp-container .ti-text-content {padding: 80px;}
	.image-text-section .block-fp-container {padding-top: calc(var(--header-height) + 50px);}
	.image-text-section .vinfib-top {height: calc(var(--header-height) + 50px);}

	[block_position="br"].image-text-section .block-fp-container {padding-bottom: calc(var(--angle-bar-height) + 50px);}
	[block_position="br"] .vinfib-bottom {height: calc(var(--angle-bar-height) + 50px);}

	.products-carousel-section .block-fp-content {height: auto;}
	.products-carousel-section .block-fp-inner {height: auto;}
	.head-main-section.content_style .hs-mp-right .fs-item-text {min-height: auto;}
	.hs-mp-right .fs-item-text p {font-size: 16px !important;}
	.head-main-section.content_style .hs-mp-left {min-height: 140px;}

	[data-section-style="big_slates"] .slate-imageinfo-item{padding-left: 30px;padding-right: 30px;}
}
@media(min-width: 1024px) and (max-width: 1500px){
	.fs-item-text {padding: 30px 50px;}
	.ti-text-content p, .ti-text-content li,
	.copy_main-body li, .copy_main-body p {font-size: 16px;}
	.block-fp-col.main-col-title h1 {font-size: 52px;}

	.hs-mp-left, .hs-mp-right {min-height: 160px;}
	.hs-mp-right .fs-item-text > h2 {font-size: 21px;}
	.block-fp-col.main-col-title h2{font-size: 50px;}
	.copy_main-body h2, .copy_main-body h3, .copy_main-body h4, .copy_main-body h5, .copy_main-body h6 {font-size: 35px;margin-bottom: 30px;}

	:root {
		--prod-btn-size: 100px;
		--prod-pad-left: 50px;
		--fs-60: 48px;
		--fs-40: 34px;
		--fs-25: 21px;
	}
	.vin-product-modal-footer{padding-left: var(--prod-pad-left);}
	.vin-pmb-option strong, .vin-pmb-option span {font-size: 14px;}
	.info-product-item .vin-product-body {padding: 10px 80px 140px 80px;}
	.vin-tabline > .vin-tab-label, .vin-tabline > .vin-tab-value, .vin-tab-columns .vin-tab-inner, .slate-area-content p{font-size: 16px;}

	.facts-figures-section.extra_spacing .ffs-innerscroll {padding-top: calc(var(--header-height) + var(--angle-bar-height));}
	.slate-facts-section .vinfib-top {height: 60px;}
	.slate-areas-text-content {padding-left: 20px;padding-right: 20px;padding-top: calc(var(--angle-bar-height) + 65px);padding-bottom: calc(var(--angle-bar-height) + 50px);}
	.slate-areas-section .block-fp-inner {padding: 0 5vw;}
	.slate-areas-wrapper[column-count="2"] + .slate-facts-section .vinfib-top {height: 165px;}
	[data-aspeect="regular"].testimonials-section .block-fp-inner {padding: calc(var(--header-height) + 60px) 0 calc(var(--angle-bar-height) + 100px);}
	.site-footer-fullpage .site-footer-columns {padding: 130px 0 75px !important;}
}
@media(min-width: 1024px) and (max-width: 1399px){
	.head-main-section h1, 
	.head-main-section h2, 
	.head-main-section h3, 
	.head-main-section h4, 
	.head-main-section h5, 
	.head-main-section h6 {font-size: 32px;}
	.copy_main-body h2, .copy_main-body h3, .copy_main-body h4, .copy_main-body h5, .copy_main-body h6 {font-size: 32px;}
	.text-copy-section .block-fp-inner{padding: calc(var(--header-height) + var(--angle-bar-height) + 20px) 0 calc(var(--header-height) + 20px);}

	:root {
		--wide-W: 90vw;
		--prod-btn-size: 80px;
	}

	.news-slider-item-title a {font-size: 16px;}
	.news-slide-meta-outer {padding-top: 20px;}
	.news-slide-thumb {height: calc(100dvh - 300px);padding-right: calc(100dvh - 400px);}

	.slate-service-title a {font-size: 20px;}
	.site-footer-fullpage .site-footer-columns {padding: 110px 0 70px !important;}
	.career-footer-section.career-in-footer {min-height: 350px;}
	.career-footer-btn a {font-size: 32px;}
	.vintwocols .block-fp-container {width: 90vw;}

	.image-text-section .block-fp-container .ti-text-content,
	[data-boxsize="large"].image-text-section .block-fp-container .ti-text-content {padding: 50px;}

	:root {
		--angle-bar-height: 50px;
	}

	.slate-area-content {width: calc(55vw - 150px);}
	.active-slate .slate-areas-text-content {padding-left: 55px;padding-right: 55px;}
	.slate-areas-text-content {padding-bottom: calc(var(--angle-bar-height) + 110px);}
	.pis-innerscroll {padding-top: 60px;}
	.info-product-item .vin-product-body {padding: 10px 35px 140px 35px;}
	.video-decorations-section .block-fp-container {width: 90% !important;}

	[spacer-type="latest_news"] + .site-footer .career-footer-section.career-in-footer {min-height: calc(280px + var(--angle-bar-height) * 2);}
	[data-section-style="big_slates"] .slate-imageinfo-item {padding: 95px 20px;}
	[data-section-style="big_slates"] .slate-imageinfo-description p {font-size: 16px;}
	[data-section-style="big_slates"] .slate-imageinfo-title-box h3{font-size: 22px;}
	[data-section-style="big_slates"] .slate-imageinfo-title h2 {font-size: 32px;}
}

@media(min-width: 1024px) and (max-width: 1279px){

	[spacer-type="latest_news"].vin-section-spacer {height: 90px;}
	[data-section-style="big_slates"] .imageinfo-boxes-inner {padding-left: 5vw;padding-right: 5vw;}
}

/* Product carousel */
@media(min-width: 1500px) and (max-width: 1900px) and (max-height: 880px){
	
	:root {
		--prod-slider-width: calc(calc(100dvh - 400px) * 3 + 48px);
		--prod-width: calc(100dvh - 400px);
		--prod-height: calc(100dvh - 225px);
		--prod-pad-left: 50px;
	}
	.loadmod:nth-child(3) .vin-product-modal-body, .active_current.loadmod:nth-child(3) .vin-product-footer {left: calc(1px - var(--prod-width) * 2 - 49px);}
	.loadmod:nth-child(2) .vin-product-modal-body, .active_current.loadmod:nth-child(2) .vin-product-footer {left: calc(1px - var(--prod-width) * 1 - 25px);}
	.vin-product-modal-footer{padding-left: var(--prod-pad-left);}
	.copy_main-body li, .copy_main-body p {font-size: 15px;}
	.vin-pmb-option strong, .vin-pmb-option span {font-size: 15px;}

}

@media(min-width: 1500px) and (max-width: 1900px) and (max-height: 750px){
	
	:root {
		--prod-slider-width: calc(calc(100dvh - 284px) * 3 + 48px);
		--prod-width: calc(100dvh - 285px);
		--prod-height: calc(100dvh - 160px);
		--prod-pad-left: 40px;
	}
	.copy_main-body li, .copy_main-body p {font-size: 14px;}
	.vin-pmb-option strong, .vin-pmb-option span {font-size: 14px;}
	.more-lines [data-size="4"] {width: 580px;}

}

@media(min-width: 1024px) and (max-width: 1499px) and (max-height: 750px){
	
	:root {
		--prod-slider-width: calc(29vw * 3 + 48px);
		--prod-width: 29vw;
		--prod-height: 42vw;
		--prod-pad-left: 40px;
	}

	.loadmod:nth-child(2) .vin-product-modal-body, .active_current.loadmod:nth-child(2) .vin-product-footer {left: calc(1px - var(--prod-width) * 1 - 25px);}
	.loadmod:nth-child(3) .vin-product-modal-body, .active_current.loadmod:nth-child(3) .vin-product-footer {left: calc(1px - var(--prod-width) * 2 - 49px);}

}

@media(max-width: 1023px){

	.slider-products-list > div {width: 100%;}
	.slider-products-list {padding: 0;padding-left: 10px;}
	.products-carousel-section .block-fp-container {padding: 0;}
	.slider-product-item {padding: 0 10px;}

	:root {
		--prod-slider-width: calc(100vw - 40px);
		--prod-width: 400px;
		--prod-height: 585px;
		--prod-pad-left: 40px;
	}

	body .vin-product-modal-body {left: 0 !important;}
	.vin-product-modal-footer{height: 100px;padding-left: 40px;}
	.slider-products-list .vpmh-imginner-2 .corner-arrow-button{height: 100px; width: 100px;}
	.vpmh-imginner-2 {height: 100px;}
	.vin-product-modal-head .button-file-wrapper{bottom: 100px;}
	.copy_main-body li, .copy_main-body p {font-size: 15px;}
	.products-carousel-section {display: flex;align-items: center;}

}

@media(max-width: 900px){
	.vpmh-inner-col.vimg-col,
	.vin-product-header .vin-product-header-img{transition: all 0.5s ease-in-out;}
	.loadmod .vpmh-inner-col.vimg-col {width: 260px;}
}

@media(max-width: 767px){
	.vpmh-inner-col.vimg-col {height: var(--prod-height);}
	.loadmod .vpmh-inner-col.vimg-col {width: 100%;}
	.vpmh-inner-col.vcopy-col {
		width: 100%;
		overflow: hidden;
		display: grid;
		grid-template-rows: 0fr;
		transition: all 0.4s linear;
	}
	.vin-product-modal-footer {
		height: auto;
		position: relative;
		background-color: var(--vincorion-accent);
		padding: 0 !important;
		overflow: hidden;
		display: grid;
		grid-template-rows: 0fr;
		transition: all 0.4s linear;
	}
	.vin-product-modal-footer > div{min-height: 0;min-width: 0;}
	.vpmh-inner-cols {
		display: flex;
		justify-content: end;
		height: auto;
		flex-direction: column-reverse;
	}
	.vpmh-imginner-2::before {display: none !important;}
	.loadmod .vpmh-imginner-2{opacity: 0;}

	.loadmod .vin-product-header .vin-product-header-img{height: var(--vin-modal-inner-height);}

	.vin-pmb-options-list .slick-track {width: 100% !important;-webkit-transform: none !important;-moz-transform: none !important;-ms-transform: none !important;-o-transform: none !important;transform: none !important;
	display: flex;	flex-direction: column;	gap: 10px;	}
	.vpmh-animated-down {padding: 40px 45px 95px 45px;}
	.vin-pmb-options-list, .vin-pmb-options-list .slick-list {width: 100%;}
	.vin-product-modal-footer > div {width: 100%;}
	.vin-product-header .vin-product-header-img {display: none;}

	.vin-product-modal-body {width: 100%;height: auto;position: relative;}
	.slider-product-item > div{width: var(--prod-width);}
	.vpmh-animated-down {
		padding: 0;
		opacity: 1;
		visibility: visible;
		min-height: 0;
	}

	.loadmod .vin-product-modal-footer,
	.loadmod .vpmh-inner-col.vcopy-col{grid-template-rows: 1fr;}
	.vpmh-animated-scroll {
		width: 100%;
		height: auto;
		position: relative;
		overflow: visible;
		padding: 50px 45px 95px 45px;
	}
	.vin-pmb-options-list {
		padding: 35px 45px;
	}
	.pd-mobile-close {
		position: absolute;
		top: 0;
		right: 0;
		height: 80px;
		width: 80px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		font-weight: 300;
		font-size: 52px;
		color: var(--vincorion-primary);
		line-height: 1;
		z-index: 2;
		cursor: pointer;
		opacity: 0;
		visibility: hidden;
	}
	.loadmod .pd-mobile-close {
		opacity: 1;
		visibility: visible;
	}
	.vpmh-imginner-1 .button-file-wrapper{display: none !important;}
	.more-lines [data-size="4"] {width: 100%;}
	.slider-product-item .copy_main-body .button-file-wrapper{display: block !important;}
	.vin-product-modal-head .button-file-wrapper {bottom: 0;}

	.active_current .vpmh-imginner-2 .corner-arrow-button,
	.loadmod  .vpmh-imginner-2 .corner-arrow-button,
	.show_text  .vpmh-imginner-2 .corner-arrow-button,
	.cancel_transition .vpmh-imginner-2 .corner-arrow-button{opacity: 0;}
}

@media(max-width: 479px){
	:root {
		--prod-width: 305px;
	}
	.loadmod .vpmh-inner-col.vimg-col {height: 475px;}
	.vpmh-animated-scroll {padding-top: 10px;}
	.vpmh-animated-scroll > .copy_main-body {padding-right: 0;}
	.vin-pmb-option {padding-right: 0;}
	.vin-pmb-options-list .slick-track::before,
	.vin-pmb-options-list .slick-track::after{display: none !important;}

}
@media(max-width: 374px){
	.slider-products-list {padding-left: 5px;}
	.slider-product-item {padding: 0 5px;}
	:root {
		--prod-width: 275px;
		--prod-height: 400px;
		--prod-slider-width: calc(100vw - 20px);
	}
	.vpmh-animated-scroll {padding-top: 10px;padding-left: 25px;padding-right: 25px;}
	.slider-products-list .vpmh-imginner-2 .corner-arrow-button {height: 60px;width: 60px;}
	.loadmod .vpmh-inner-col.vimg-col {height: 340px;}
	.vin-pmb-options-list{padding: 25px;}
	.more-lines [data-size="1"] {width: 100%;}
}

/* RD2 start */
[block_position="br"].image-text-section .block-fp-container {
	justify-content: flex-end;
}
/*Footer*/
.site-footer-fullpage .container {
	max-width: var(--wide-W);
	margin: 0 auto;
	color: #fff;
}
.site-footer-fullpage .site-footer-columns {
	padding: 200px 0 140px;
}
.footer-fullpage-col-1 .each-sidebar {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 100px;
}
.site-footer-fullpage .menus-footer .widget_nav_menu .widgettitle {
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid var(--vincorion-accent);
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.footer-sidebar-fullpage > div {
	display: flex;
	gap: 25px;
	flex-flow: row;
}
.site-footer-fullpage .menus-footer .widget_nav_menu .menu li a {
	color: #fff;
	font-weight: 300;
}
.site-footer-fullpage-cols {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin-bottom: 150px;
}
.site-footer-fullpage .footer-sidebar-fullpage.footer-sidebar.each-sidebar .menu li {
	margin-bottom: 10px;
	font-size: 14px;
}
.footer-fullpage-col-2 .widget_nav_menu{
    min-width: 260px;
}
.footer-fullpage-col-1 .footer-social-icons-inner {
	display: flex;
	flex-flow: row;
	align-items: center;
	gap: 25px;
}
.site-footer-fullpage .website-social-icon a img {
	height: 25px;
}
.site-footer-fullpage-logo{
    position: relative;
}
.site-footer-fullpage-logo svg {
	display: block;
}


/*Facts & Figures*/

.slate-facts-list {
	display: flex;
	flex-flow: wrap;
	column-gap: 60px;
	row-gap: 100px;
	counter-reset: fact-counter;
}
.slate-facts-list .slate-fact-item {
	width: calc(33.33% - 40px);
}
/* increment counter only for simple items */
.slate-fact-item.simple {
  counter-increment: fact-counter;
}

.slate-fact-title-wrapper .square::before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background-color: var(--vincorion-accent);
}
.slate-fact-title-wrapper .square::after {
	content: counter(fact-counter, decimal-leading-zero);
	position: relative;
	left: 0;
	top: 0;
	font-size: 14px;
	padding-left: 10px;
	font-weight: 300;
	display: block;
}
.slate-fact-title-wrapper {
	position: relative;
}
.slate-fact-title-wrapper .square {
	display: flex;
	margin-bottom: 10px;
	position: relative;
	line-height: 1;
	align-items: center;
}
.slate-facts-list .slate-fact-title {
	font-size: var(--fs-25);
	font-weight: 500;
	margin-bottom: 20px;
}
.slate-fact-value p, .slate-fact-value p a {
	font-size: var(--fs-40);
	color: var(--vincorion-accent);
	font-weight: 300;
	line-height: 1.2;
}
.slate-facts-section .block-fp-inner {
	padding: 0;
	min-height: auto;
}
.facts-figures-section.extra_spacing .ffs-innerscroll {
	padding-top: calc(var(--header-height) + 100px + var(--angle-bar-height));
	padding-bottom: calc(var(--angle-bar-height) + 70px);
}
.head-main-section .fs-item-text .fs-item-text-inner, .head-main-section .fs-item-text .fs-item-text-inner a {
	font-size: var(--fs-25);
	color: var(--vincorion-primary);
	font-weight: 500;
}
.slate-facts-section-2 .slate-fact-item, .slate-facts-section-4 .slate-fact-item {
	width: calc(50% - 30px);
}
.slate-fact-description {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
	padding-top: 5px;
}
.slate-facts-title h2 {
	font-size: var(--fs-40);
	color: var(--vincorion-accent);
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 25px;
}
.slate-facts-subtitle.slate-fact-description {
	color: #fff;
	margin-bottom: 80px;
}
.head-main-section .fs-item-text .fs-item-text-inner .arrow svg {
	display: inline-block;
}
.slate-services-section-3 .slate-service-item {
	width: 33.33%;
}
.slate-services-section-2 .slate-service-item {
	width: 50%;
}
.slate-services-section-1 .slate-service-item {
	width: 100%;
}
.head-main-section .fs-item-text .fs-item-text-inner .arrow {
	margin-left: 20px;
}
.head-main-section .fs-item-text.to_center {
	justify-content: flex-start;
	padding-left: 300px;
}
.block-fp-section .block-fp-main-image img {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.block-fp-col.main-col-title h1 {
	color: #D2E1EB;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.16;
}
.block-fp-main-image.gradient_faded .fpmainbg::before{
	opacity: 0.8;
	background: linear-gradient(130deg, rgba(0, 88, 107, 0.00) -29.18%, #00586B 33.03%);
	mix-blend-mode: multiply;
}
.block-fp-main-image.gradient_horizontal .fpmainbg::before{
	background: linear-gradient(180deg, rgba(0, 88, 107, 0.00) 19.32%, #00586B 100%);
	mix-blend-mode: multiply;
}
.block-fp-text-copy-image, .block-fp-text-copy-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
.text-copy-section .fp-overflow .block-fp-inner .block-fp-content {
	position: relative;
	z-index: 2;
}
.block-fp-text-copy-image::before {
	content: '';
	opacity: 0.8;
	background: linear-gradient(130deg, rgba(0, 88, 107, 0.00) -29.18%, #00586B 33.03%);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.slate-services-section:nth-child(1) .fs-image-bars .vinfib-top {
	display: none;
}
.slate-video-decorations-section {
	background-color: #fff;
}
.slate-video-decorations-title h2{
	color: var(--vincorion-accent);
	font-size: var(--fs-40);
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 40px;
	text-align: right;
}
.block-fp-decorations-video, .block-fp-decorations-image {
	width: 100%;
	position: relative;
	text-align: center; 
	overflow:hidden;  
}

.block-fp-decorations-video::after, .block-fp-decorations-image::after{
	bottom: auto;
	top:-1px;
}
.block-fp-decorations-video::before, .block-fp-decorations-image::before,
.block-fp-decorations-video::after, .block-fp-decorations-image::after{
	content: "";
	clip-path: polygon(var(--angle-bar-small) 0, 100% 0, 100% 100%, 0% 100%);
	background-color: #fff;
	height: var(--angle-bar-small);
	width: 70%;
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 1;
}
.video-decorations-section .block-fp-container {
	width: 1110px;
}
.block-fp-decorations-image, .block-fp-decorations-image img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.block-fp-decorations-video .fp-video {
	width: 100%;
	display: block;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
}
.block-fp-decorations-video::after, .block-fp-decorations-image::after {
	transform: rotate(-180deg);
	right: auto;
	left: 0;
}
.vs-innerscroll {
	padding-top: calc(var(--header-height) + 20px);
	padding-bottom: calc(var(--angle-bar-height) + 45px);
	position: relative;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.vs-innerscroll.extra_spacing {
	padding-top: calc(var(--header-height) + 140px);
	padding-bottom: calc(var(--angle-bar-height) + 65px);
}
.video-decorations-section .block-fp-inner {
	position: relative;
	z-index: 1;
}

/* bar shapes*/
.vinfib-bottom.under_left_pos::before, .vinfib-bottom.after_left_pos::before {
	right: auto;
	left: 0;
	clip-path: polygon(0 0, calc(100% - var(--angle-bar-height)) 0, 100% 100%, 0 100%);
}
.vinfib-top.after_right_pos::before, .vinfib-top.under_right_pos::before {
	left: auto;
	right: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, var(--angle-bar-height) 100%);
}
.vinfib-top.after_right_pos, .vinfib-top.after_left_pos, [block_position="br"].image-text-section .vinfib-top {
	height: var(--header-height);
}
.vinfib-top.petrol, .vinfib-bottom.petrol::before {
	background-color: var(--vincorion-primary);
}
.vinfib-top.apple_green, .vinfib-bottom.apple_green::before  {
	background-color: var(--vincorion-accent);
}
.vinfib-top.after_right_pos::before, .vinfib-top.after_left_pos::before  {
	top: calc(100% - 1px);
}
/* end-shapes*/

.info-product-item .vin-product-body {
	position: relative;
}
.button-file-wrapper {
	transition: all 0.8s ease-in-out;
}
.button-file-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	width: var(--prod-btn-size);
	height: var(--prod-btn-size);
	opacity: 0;
	transition-delay: 2s;
}
.vin-loaded .button-file-wrapper{
	opacity: 1;
}
.button-file-wrapper .button-file-link {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.block-fp-whitepaper-image{
	position: relative;
}
.slate-whitepaper-section .block-fp-container {
	display: flex;
	flex-flow: wrap;
	gap: 120px;
	align-items: flex-end;
	width: var(--wide-W);
	position: relative;
	z-index: 1;
}
.slate-whitepaper-section .block-fp-container .block-fp-whitepaper-image {
	width: 400px;
}
.slate-whitepaper-section .block-fp-container .block-fp-whitepaper-image img {
	width: 100%;
	display: block;
}
.slate-whitepaper-section .slate-whitepaper-text {
	width: calc(100% - 520px);
	margin-bottom: 16px;
}
.slate-whitepaper-text p {
	margin-bottom: 30px;
}
.slate-whitepaper-text {
	line-height: 1.8;
}
.slate-whitepaper-section .slate-whitepaper-text ul {
	list-style-type: disc;
	padding-left: 20px;
}
.slate-whitepaper-section .slate-whitepaper-text ul li {
	padding-left: 5px;
}
.whitepaper-section-green .fs-image-bars .vinfib-bottom.under_left_pos {
	bottom: 0;
	right: 0;
	left: auto;
}
.whitepaper-section-green .fs-image-bars .vinfib-top::before{
	left: auto;
	right: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, var(--angle-bar-height) 100%);
}
.button-file-wrapper .btn-arrow {
	position: absolute;
}

.vin-loaded.slate-whitepaper-section .vinfib-bg {
	width: 100%;
}
.slate-whitepaper-section .vinfib-bg {
	position: absolute;
	width: 0;
	height: 100%;
	background-color: var(--vincorion-accent);
	transition: all 0.6s ease-in-out;
	bottom: 0;
	left: 0;
	height: 76%;
}
.image-text-section .badge-holder {
	position: absolute;
	max-width: 300px;
	top: 62%;
	left: calc((100% - 1110px)/2);
	transform: translateY(-50%);
}
.image-text-section .block-fp-content{
	position: relative;
}
.image-text-section .badge-holder img {
	max-width: 100%;
}
.testimonials-section .block-fp-inner {
	display: flex;
	align-items: center;
	min-height: 100dvh;
	padding-bottom: 0;
}
.testimonials-section .block-fp-content h3 {
	color: #fff;
	margin-bottom: 10px;
}
.testimonials-section .block-fp-content p{
	font-size: var(--fs-25);
}
.testimonials-section .block-fp-text-copy-image::before{
	background: linear-gradient(180deg, rgba(0, 88, 107, 0.00) 19.32%, #00586B 100%);
	mix-blend-mode: multiply;
}
.testimonials-section .fs-image-bars {
	z-index: 2;
}
.slate-whitepaper-section .block-fp-container .block-fp-whitepaper-image .button-file-wrapper {
	width: 80px;
	height: 80px;
}
.slate-facts-list.rows {
	flex-flow: column;
	max-width: var(--narrow-W);
	margin: 0 auto;
	row-gap: 53px;
}
.slate-facts-list.rows .slate-fact-item {
	width: 100%;
}
.slate-facts-list.rows .slate-fact-item:nth-child(2n) {
	text-align: right;
}
.slate-facts-list.rows .slate-fact-item:nth-child(2n) .square {
	justify-content: flex-end;
}
.image-text-section .block-fp-main-image.gradient::before{
	content: '';
	opacity: 1;
	background: linear-gradient(180deg, rgba(0, 88, 107, 0.00) 19.32%, #00586B 100%);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.block-fp-section.image-text-section[block_position="tl"] .ti-text-content {
	margin-left: 0;
	margin-right: auto;
	clip-path: polygon(	0 0,
	100% 0,
	100% calc(100% - var(--angle-bar-height)),
	calc(100% - var(--angle-bar-height)) 100%,
	0 100%	);
}
.image-text-section .block-fp-container {
	flex-flow: column;
}
.image-text-section .block-testimonial {
	margin: 0 auto;
	max-width: var(--narrow-W);
	padding-top: 165px;
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: var(--fs-25);
}
.image-text-section .block-testimonial h3 {
	font-size: var(--fs-40);
	margin-bottom: 35px;
	font-weight: 300;
	line-height: 1.3;
}
.block-fp-section.downloads-section {
	background-color: #fff;
}
.block-fp-section.downloads-section .copy_main-body p {
	color: #000;
}
.certificate-columns {
	width: var(--narrow-W);
	margin: 0 auto;
	display: flex;
	gap: 26px;
	flex-flow: row;
	position: relative;
	z-index: 2;
}
.ds-innerscroll {
	padding-top: calc(var(--header-height) + 65px + var(--angle-bar-height));
	padding-bottom: calc(var(--angle-bar-height) + 65px);
	position: relative;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.downloads-section .copy_main-body h4 {
	font-size: 25px;
	margin-bottom: 25px;
	font-weight: 500;
}
.certificate-columns h3 {
	font-size: 18px;
	font-weight: 500;
	color: #A0CD14;
	margin-bottom: 24px;
	bottom: -40px;
	opacity: 0;
	transition: all 0.8s ease-in-out;
}
.certificate-columns ul li, .certificate-columns ul li a {
	color: #000;
	font-size: 14px;
	font-weight: 300;
}
.certificate-columns ul li {
	border-bottom: 1px solid #8CB110;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	flex-flow: row;
	align-items: center;
	bottom: -40px;
	opacity: 0;
	transition: all 0.8s ease-in-out;
	column-gap:8px;
}
.vin-loaded .certificate-columns ul li, .vin-loaded .certificate-columns h3{
	bottom: 0;
	opacity: 1;
}
.certificate-columns .certificate-column {
	width: 33.33%;
}
.certificate-columns ul li a {
	width: 100%;
	display: block;
}
.certificate-columns ul li .shape {
	margin-left: auto;
	width: 12px;
	height: 12px;
	transform: rotate(-90deg);
}
.certificate-columns ul li .shape::before, .certificate-columns ul li .shape::after {
	content: '';
	background-color: #A0CD14;
	display: block;
}
.certificate-columns ul li .shape::before{
	width: 3px;
	height: 12px;
}
.certificate-columns ul li .shape::after{
	width: 12px;
	height: 3px;
}
.block-fp-section.downloads-section .block-fp-inner .block-fp-container, .downloads-section .certificate-columns{
	width: 1110px;
}
.certificate-column .language {
	text-transform: uppercase;
	color: #A0CD14;
}
.vinfib-bottom.white::before, .vinfib-top.white::before{
	background-color:#fff;
}
.vinfib-bottom.petrol::before, .vinfib-top.petrol::before{
	background-color:#004155;
}
.vinfib-bottom.apple_green::before, .vinfib-top.apple_green::before{
	background-color:#A0CD14;
}
.image-text-section.vin-loaded .vinfib-top.after_right_pos::before,
.image-text-section.vin-loaded .vinfib-top.under_right_pos::before {
	width: calc(68% + var(--angle-bar-height));
}
.image-text-section[block_width="wide"] .ti-text-content.vin-anim {
	/* margin-left: auto; */
	width: 75%;
	padding-left: calc((100% - 920px)/2);
	padding-top: calc(105px + var(--angle-bar-height));
	margin-top: calc(var(--angle-bar-height) * (-1));
}
.image-text-section[block_width="wide"] .fs-image-bars {
	z-index: 2;
}
[block_position="br"] .vinfib-bottom {
	bottom: 1px;
}
.section.block-fp-section.image-text-section[block_position="br"] .vinfib-bottom {
	bottom: 0px;
}
.text-copy-section .fs-image-bars {
	z-index: 2;
}
.fs-image-bars{
	pointer-events: none;
}
.imageinfo-boxes-inner {
	color: #fff;
	padding: 200px 25px 100px;
}
.slate-imageinfo-list {
	display: flex;
	gap: 25px;
	flex-flow: wrap;
}
.slate-imageinfo-title h2 {
	color: var(--vincorion-accent);
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.16;
	margin-bottom: 20px;
}
.slate-imageinfo-section-1 .slate-imageinfo-list .slate-imageinfo-item {
	width: 100%;
}
.slate-imageinfo-section-2 .slate-imageinfo-list .slate-imageinfo-item {
	width: calc(50% - 13px);
}
.slate-imageinfo-section-3 .slate-imageinfo-list .slate-imageinfo-item {
	width: calc(33.33% - 17px);
}
.slate-imageinfo-section-4 .slate-imageinfo-list .slate-imageinfo-item {
	width: calc(25% - 19px);
}
.slate-imageinfo-item .block-fp-imageinfo {
	width: 100%;
	min-height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.slate-imageinfo-item .block-fp-imageinfo {
	clip-path: polygon(100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 0);
}
.slate-imageinfo-title-box {
	padding: 25px 0;
	font-size: 25px;
	font-weight: 500;
}
.slate-imageinfo-description {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 300;
}
.header-section-news .fs-item-text-inner h1 {
	font-size: 25px;
	font-weight: 500;
	color: var(--vincorion-primary);
}
.header-section-news .fs-item-text-inner * {
	display: inline;
}
.header-section-news .fs-item-text-inner .arrow {
	display: inline-block;
	transform: translateY(4px);
	margin-left: 20px;
}
.header-section-news-inner {
	display: flex;
	flex-flow: column;
	z-index: 1;
	max-width: 750px;
	width: 100%;
}
.header-section-news .hs-mp-right {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 30px 95px;
	min-height: 300px;
}
.header-section-news-inner .post-category, .header-section-news-inner .post-date {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	color: var(--vincorion-primary);
	margin-left: -2px;
}
.header-section-news-text {
	margin-bottom: 25px;
}
.each-news-wrapper .block-fp-main-image {
	position: relative;
	width: calc(100% - 560px);
	height: auto;
	top: auto;
	left: auto;
	overflow: hidden;
}
.news-listing-wrapper {
	max-width: 1480px;
	margin: 0 auto;
	padding: 250px 0;
	gap: 50px;
	display: flex;
	flex-flow: column;
	position: relative;
}
.news-wrapper-inner {
	display: flex;
	position: relative;
	flex-flow: wrap;
	align-content: stretch;
	overflow: hidden;
}
.each-news-wrapper .news-wrapper-right {
	background-color: #fff;
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 90px;
	position: relative;
	width: 560px;
}
.each-news-wrapper .news-wrapper-right h2 {
	color: var(--vincorion-primary);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.each-news-wrapper .news-wrapper-right .header-section-news-text {
	margin-bottom: 50px;
	max-width: 350px;
}
.header-section-news-inner .button-post {
	position: absolute;
	bottom: 20px;
	right: 0;
	display: block;
	width: var(--prod-btn-size);
	height: var(--prod-btn-size);
	opacity:1;
}
.header-section-news-inner .button-post .btn-arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}
.each-news-wrapper .block-fp-main-image .fpmainbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.news-listing-inner {
	display: flex;
	flex-flow: column;
	gap: 50px;
}
.header-section-news-inner .button-post .button-file-link {
	display: block;
}
.header-section-news-inner .button-post .btn-shape path {
	fill: var(--vincorion-accent);
}
.each-news-wrapper {
	position: relative;
}
.each-news-wrapper .vinfib-top::before, .each-news-wrapper .vinfib-bottom::before {
	height: var(--angle-bar-small);
}
.news-listing-wrapper .button-load-more {
	text-align: right;
	justify-content: flex-end;
	display: flex;
	flex-flow: wrap;
}
.each-news-wrapper .fs-image-bars {
	z-index: 1;
}
.fs-image-bars {
	pointer-events: none;
}
.each-news-wrapper .vinfib-bottom::before {
	clip-path: polygon(0 0, calc(100% - var(--angle-bar-small)) 0, 100% 100%, 0% 100%) !important;
	right: auto;
	left: 0;
}
.each-news-wrapper .vinfib-top::before {
	clip-path: polygon(0 0, 100% 0, 100% 100%, var(--angle-bar-small) 100%) !important;
	right: -1px;
	left: auto;
}
.news-listing-inner .each-news-wrapper:nth-child(2n) .fs-image-bars .vinfib-top::before {
	right: auto;
	left: -1px;
	clip-path: polygon(var(--angle-bar-small) 0, 100% 0, 100% 100%, 0% 100%) !important;
	transform: rotate(-180deg);
}
.news-listing-inner .each-news-wrapper:nth-child(2n) .fs-image-bars .vinfib-bottom::before {
	right: -1px;
	left: auto;
	clip-path: polygon(var(--angle-bar-small) 0, 100% 0, 100% 100%, 0% 100%) !important;
}
.news-listing-wrapper .button-load-more .load-more-text, .events-wrapper-inner .fs-item-text-inner .event-dates {
	font-size: 40px;
	font-weight: 300;
	color: var(--vincorion-accent);
}
.events-wrapper-inner .fs-item-text-inner .event-dates{
	color: var(--vincorion-primary);
}
.iframe-section .block-fp-inner {
	display: flex;
	align-items: center;
	min-height: 100dvh;
	padding: calc(var(--header-height) + var(--angle-bar-height) + 20px) 0 calc(var(--angle-bar-height) + 20px);
}
.events-list-section .block-fp-inner {
	display: flex;
	align-items: center;
	min-height: 100dvh;
	padding: calc(var(--header-height) + 0px) 0 calc(var(--angle-bar-height) + 0px);
}
.events-list-section {
	background-color: #fff;
	padding: 25px;
}
.each-events-wrapper {
	padding: 78px 70px;
	background-color: var(--vincorion-primary);
	display: flex;
	flex-flow: column;
	flex: 1 1 calc(33.333% - 17px);
	display: flex;
	flex-direction: column;
}
.events-list-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 75px;
}
.events-list-wrapper {
	width: 100%;
}

.each-events-wrapper h2 {
	font-size: 40px;
	font-weight: 300;
}
.each-events-wrapper:nth-child(1) h2, .events-wrapper-inner .each-events-wrapper:nth-child(1) .fs-item-text-inner .event-dates {
	color: var(--vincorion-accent);
}
.each-events-wrapper:nth-child(2) h2, .each-events-wrapper:nth-child(3) h2 {
	color: var(--vincorion-primary);
}
.each-events-wrapper:nth-child(2){
	background-color: var(--vincorion-accent);
}
.each-events-wrapper:nth-child(3){
	background-color: #D2E1EB;
}
.each-events-wrapper .event-location {
	font-size: 14px;
	text-transform: uppercase;
}
.each-events-wrapper .each_news_post_excerpt, .each-events-wrapper .event-location {
	color: var(--vincorion-primary);
	line-height: 1.7;
}
.each-events-wrapper:nth-child(1) .each_news_post_excerpt{
	color: #fff;
}
.each-events-wrapper:nth-child(1) .event-location{
	color: var(--vincorion-accent);
}
.each-events-wrapper .events-wrapper-inner {
	height: 100%;
	 flex: 1;     
    display: flex;
    flex-direction: column;
}
.each-events-wrapper .events-wrapper-inner .header-section-events-inner {
	height: 100%;
	display: flex;
	flex-flow: column;
}
.each-events-wrapper {
	flex: 1 1 calc(33.333% - 20px);
	display: flex;
	flex-direction: column;
	position: relative;
	clip-path:polygon(100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 0);
}
.events-wrapper-inner {
    flex: 1;    
    display: flex;
    flex-direction: column;
}
.header-section-events-inner {
    flex: 1;   
    display: flex;
    flex-direction: column;
}
.header-section-events-text {
	flex: 1;
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
	flex-flow: column;
	min-height: 250px;
}
.events-list-inner .each-events-wrapper:nth-child(1) .event-dates {
	color: var(--vincorion-accent);
}
.each-events-wrapper .event-date-single-end{
	display: block;
}
/*
.each-events-wrapper::before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 25px 22px;
	border-color: transparent transparent #fff transparent;
	transform: rotate(0deg);
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
	*/
.button-load-more-inner {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 20px;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.login--loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 3;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.login--loader .loader {
	border: 10px solid #fff;
	border-radius: 50%;
	border-top: 10px solid var(--vincorion-accent);
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: absolute;
	bottom: 245px;
	left: 50%;
	margin-left: -25px;
	top: auto;
	z-index: 4;
}
.login--loader.loading {
	display: block !important;
}
.contacts-pages-boxes-section{
	background-color: #fff;
}
.contacts-pages-boxes-section .block-fp-inner {
	display: flex;
	align-items: center;
	min-height: 100dvh;
	padding: calc( var(--angle-bar-height) + 20px) 0 calc(var(--angle-bar-height) + 20px);
}
.contacts-pages-wrapper .contacts-page-left {
	width: 350px;
	display: flex;
	flex-flow: column;
}
.contacts-pages-wrapper .contacts-page-right {
	width: calc(100% - 375px);
	display: flex;
	gap: 25px;
	flex-flow: wrap;
	color: var(--vincorion-accent);
}
.contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item:nth-child(2n){
	color: var(--vincorion-primary);
}
.contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item {
	background-color: var(--vincorion-primary);
	width: calc(50% - 13px);
	min-height: 600px;
	padding: 100px 50px;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	clip-path:polygon(100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 0);
}
.contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item:nth-child(2n) {
	background-color: var(--vincorion-accent);
}
.contacts-pages-wrapper {
	display: flex;
	gap: 25px;
	flex-flow: wrap;
	align-items: stretch;
	max-width: 1480px;
	margin: 0 auto;
}
.contacts-pages-wrapper .contacts-page-left .contacts-description {
	margin-top: auto;
}
/*
.contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item::before{
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 25px 22px;
	border-color: transparent transparent #fff transparent;
	transform: rotate(0deg);
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
*/
.contacts-page-left strong {
	font-weight: 700;
}
.contacts-pages-wrapper h6 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}
.contacts-pages-wrapper {
	line-height: 1.8;
}
.contacts-pages-wrapper p {
	margin-bottom: 20px;
}
.contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item h3 {
	font-size: 14px;
	text-transform: uppercase;
}
.slate-contacts-pages-link {
	font-size: 40px;
	line-height: 1.4;
	font-weight: 300;
}
.slate-contacts-pages-link .slate-contact-link {
	color: var(--vincorion-accent);
}
.slate-contacts-pages-item:nth-child(2n)  .slate-contacts-pages-link .slate-contact-link {
	color: var(--vincorion-primary);
}
.contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item:nth-child(2n) .btn-arrow path {
	stroke: var(--vincorion-primary);
}
.vin-loaded .fadein-item-text {
	opacity: 1;
}
.fadein-item-text {
	opacity: 0;
	transition: all 0.8s ease-in-out;
}
.fp-single-post-content, .fp-single-post-header {
	background-color: #fff;
}
.fp-single-post-header .single-blog-header {
	min-height: 640px;
	position: relative;
	width: 100%;
	margin-bottom: 150px;
	overflow: hidden;
}
.block-fp-section .post-blog-thumbnail{
	transition: all 0.8s ease-in-out;
	transform: scale(1.2);
}
.block-fp-section.vin-loaded .post-blog-thumbnail {
	transform: scale(1);
}
.fp-single-post-header .single-blog-header .post-blog-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.fp-single-post-content .single-blog-content {
	max-width: 920px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
}
.sp-innerscroll{
	padding-top: 0;
	padding-bottom: calc(var(--angle-bar-height) + 65px);
	position: relative;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.fp-single-post-header .single-blog-header .vinfib-bottom::before {
	background-color: #fff;
}
.fp-single-post-content .single-date.post-meta-item {
	font-size: 14px;
	margin-bottom: 5px;
	color: var(--vincorion-primary);
}
.fp-single-post-content .post-title {
	font-size: 40px;
	color: var(--vincorion-accent);
	font-weight: 300;
	margin-bottom: 20px;
}
.fp-single-post-content .container p {
	margin-bottom: 30px;
	font-weight: 300 !important;
}
.fp-single-post-content .container h6 {
	margin-bottom: 10px;
	font-weight: 500 !important;
}
.fp-single-post-content .container h6:first-child {
	font-size: 25px;
	font-weight: 500 !important;
	color: var(--vincorion-primary);
	margin-bottom: 70px;
}
.fp-single-post-content .container img {
	margin-bottom: 30px;
	width: 100%;
	object-fit: cover;
	height: auto; 
}
.fp-single-post-content .container .wp-caption {
	width: 100% !important;
	height: auto;
}
.contacts-pages-boxes-section.slate-contacts-pages-section-single_post {
	background-color: var(--vincorion-accent);
}
.slate-contacts-pages-section-single_post .slate-contacts-pages-item {
	background-color: var(--vincorion-primary) !important;
}
.slate-contacts-pages-section-single_post .slate-contacts-pages-item, .slate-contacts-pages-section-single_post .slate-contact-link{
	color: var(--vincorion-accent) !important;
}
.slate-contacts-pages-section-single_post .contacts-page-right .slate-contacts-pages-item .btn-arrow path {
	stroke: var(--vincorion-accent) !important;
}
.slate-contacts-pages-section-single_post .contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item::before {
	border-color: transparent transparent var(--vincorion-accent) transparent;
}
.slate-contacts-pages-section-single_post .contacts-infos, .slate-contacts-pages-section-single_post .contacts-infos a,
.slate-contacts-pages-section-single_post .contacts-description, .slate-contacts-pages-section-single_post .contacts-description a {
	color: var(--vincorion-primary);
}
.block-fp-inner.contact-form-inner {
	max-width: 1300px;
	margin: 0 auto;
	width: 1300px;
	position: relative;
	z-index: 2;
	/* background-color: var(--vincorion-primary); */
	padding: 100px 95px 60px;
}
.cfb-innerscroll {
	padding-top: calc(var(--header-height) + 0px);
	padding-bottom: calc(var(--angle-bar-height) + 65px);
	position: relative;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.contacts-form-boxes-section{
	position: relative;
}
.contacts-form-boxes-section .bg-form-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contacts-form-boxes-wrap {
	position: relative;
	z-index: 1;
	gap: 25px;
	display: flex;
	flex-flow: wrap;
	padding: 80px 80px 60px;
	background-color: var(--vincorion-primary);
}
.contacts-form-boxes-wrap .contact-form-title {
	font-size: 40px !important;
	color: var(--vincorion-accent);
	font-weight: 300;
	width: 40%;
}
.contacts-form-boxes-wrap .contact-form-holder {
	width: calc(60% - 25px);
}
.contacts-form-boxes-wrap .contact-form-holder .gfield_label.gform-field-label,
.contacts-form-boxes-wrap .contact-form-holder .gform-field-label.gform-field-label--type-sub {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
}
.contacts-form-boxes-wrap .gfield_select, .contacts-form-boxes-wrap .ginput_container_name input, .contacts-form-boxes-wrap .ginput_container_email input, .contacts-form-boxes-wrap .ginput_container_phone input, .contacts-form-boxes-wrap .ginput_container_textarea textarea, .contacts-form-boxes-wrap .ginput_container_text input {
	background-color: transparent;
	border: 1px solid #ffffff63;
	color: #fff;
	font-family: "Saira";
	font-size: 16px !important;
	outline: none;
	padding: 10px 15px !important;
	font-weight: 300 !important;
}
.contacts-form-boxes-wrap .ginput_container_textarea textarea{
	resize: none;
}
.contact-form-wrapper .gform_required_legend {
	display: none;
}
.contact-form-wrapper .gform-footer.gform_footer .gform_button {
	font-size: 0;
	width: 100px;
	height: 100px;
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0 !important;
	clip-path: polygon(100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 0);
	overflow: hidden;
	background-color: var(--vincorion-accent);
	position: absolute;
	right: -35px;
	bottom: -55px;
	cursor: pointer;
}
.contact-form-wrapper  .gfield--type-phone .ginput_container.ginput_container_phone input {
	transform: translateY(28px);
}
.contact-form-wrapper  .gform-footer.gform_footer.top_label {
	padding: 0;
	margin: 0;
}
.contact-form-wrapper .gform-footer.gform_footer .gform_button::before {
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
	border-right: 2px solid var(--vincorion-primary);
	border-bottom: 2px solid var(--vincorion-primary);
}
.contact-form-wrapper{
	position: relative;
}
.contact-form-wrapper::before {
	content: "";
	clip-path: polygon(var(--angle-bar-small) 0, 100% 0, 100% 100%, 0% 100%);
	background-color: var(--vincorion-primary);
	height: var(--angle-bar-small);
	width: 30%;
	position: absolute;
	top: -22px;
	right: 0;
	z-index: 1;
}
.contact-form-wrapper::after {
	content: "";
	clip-path: polygon(var(--angle-bar-small) 0, 100% 0, 100% 100%, 0% 100%);
	background-color: var(--vincorion-primary);
	height: var(--angle-bar-small);
	width: 30%;
	position: absolute;
	bottom: -22px;
	left: 0;
	z-index: 1;
	transform: rotate(180deg);
}
.cfb-innerscroll::after{
	content: "";
	clip-path: polygon(var(--angle-bar-height) 0, 100% 0, 100% 100%, 0% 100%);
	background-color: var(--vincorion-primary);
	height: var(--angle-bar-height);
	width: calc(68% + var(--angle-bar-height));
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.contact-form-wrapper .gfield_required {
	color: #fff !important;
}
.contact-form-wrapper  .gfield_description.validation_message.gfield_validation_message {
	display: none;
}
.contact-form-wrapper  .ginput_container.ginput_container_select option {
	color: #000 !important;
}
.color-text-section-green {
	background-color: var(--vincorion-accent);
	color: var(--vincorion-primary);
}
.color-text-section-holder-title h2 {
	color: var(--vincorion-primary);
	font-size: 40px;
	text-align: center;
	font-weight: 300;
}
.color-text-section .block-fp-inner .block-fp-content {
	display: flex;
	align-items: center;
	min-height: 100dvh;
	padding: calc(var(--header-height) + 20px) 0 calc(var(--angle-bar-height) + 20px);
}
.head-main-section.content_style .fs-item-text h2 {
	font-size: 25px;
	font-weight: 500;
}
.head-main-section.content_style .hs-mp-right h2 {
	font-size: 18px;
	color: #000;
	font-weight: 300;
	line-height: 1.4;
}
.head-main-section.content_style .vinfib-top::before {
	content: '';
	clip-path: polygon(var(--angle-bar-height) 0, 100% 0, 100% 100%, 0% 100%);
	background-color: var(--vincorion-primary);
	height: var(--angle-bar-height);
	width: calc(68% + var(--angle-bar-height));
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	bottom: auto;
	right: auto;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, calc(100% - var(--angle-bar-height)) 100%, 0% 100%);
	display: block;
}
.head-main-section .fs-item-text .fs-item-text-inner a {
	display: flex;
	align-items: center;
}
.head-main-section .fs-item-text .fs-item-text-inner .arrow {
	/* max-height: 20px; */
	display: flex;
	align-items: center;
}
.ti-text-content h2, .ti-text-content h3, .ti-text-content h4, .ti-text-content h5, .ti-text-content h6{
	font-size: var(--fs-25);
}

.slate-area-image.overlay-gradient_horizontal::after {
	background: linear-gradient(180deg, rgba(0, 88, 107, 0.00) 41.43%, #00586B 67.59%);
	mix-blend-mode: multiply;
}
.slate-area-image.overlay-gradient_horizontal::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	opacity: 0.4;
	background: linear-gradient(0deg, rgba(0, 88, 107, 0.00) 41.43%, #00586B 67.59%);
	mix-blend-mode: multiply;
}
.slate-areas-list .slate-area-item .slate-areas-text-content {
	z-index: 2;
}
.slate-facts-list.columns.columns_2 .slate-fact-item {
	width: calc(50% - 30px);
}
.testimonials-section-light{
	background-color: #D2E1EB;
}
.testimonials-section-light.testimonials-section .block-fp-content h3{
	color: var(--vincorion-primary);
}
.head-main-section.white-main.content_style.bar-blue .vinfib-bottom::Before{
	background-color: var(--vincorion-primary);
}
.slate-area-content p {
	line-height: 1.5;
}
.slate-areas-section.full-width .block-fp-inner {
	padding: 0;
}
.new-column-heading .facts-figures-heading.slate-fact-item + .slate-fact-item, .new-column-heading .facts-figures-heading.slate-fact-item + .slate-fact-item + .slate-fact-item {
	padding-top: 130px;
}
.new-column-heading .facts-figures-heading.slate-fact-item h2 {
	margin-bottom: 20px;
	min-height: 192px;
}
.slate-area-title, .column_type_text > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li > a, .column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li > a,
.head-main-section.content_style .fs-item-text h2, .header-section-news .fs-item-text-inner h1 {
	font-size: var(--fs-25);
}

.section.whitepaper-section .block-fp-inner, .section.whitepaper-section .block-fp-content, .section.whitepaper-section .block-fp-container {
	height: 100%;
}
.section.whitepaper-section .block-fp-container {
	padding-bottom: 80px;
}

.header-section-news-inner .corner-arrow-button.download-button span {
	background-color: var(--vincorion-accent);
	clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
}
.header-section-news-inner .corner-arrow-button.download-button span::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.each-events-wrapper h2, .news-listing-wrapper .button-load-more .load-more-text, .events-wrapper-inner .fs-item-text-inner .event-dates{
	font-size: var(--fs-40);
}
.hs-mp-right .fs-item-text p {
	font-size: 18px;
	line-height: 1.66;
}
.vin-product-body .button-file-wrapper {
	opacity: 1;
}
.copy_main-body p a {
	color: inherit;
}
.flockler-carousel_v2-items{outline:0 !important;}

.section.whitepaper-section{
	min-height: unset !important;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
	padding-right: 0 !important;
}

/* news downloads */
.downloads_area_modal {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
}
.downloads_area_modal.visible {
	opacity: 1;
	visibility: visible;
}
.downloads_area_modal_close {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	cursor: pointer;
}
.downloads_area_modal_inner {
	width: 1036px;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	background-color: var(--vincorion-primary);
	max-height: 90vh;
	height: 90vh;
	padding-top: 50px;
	padding-bottom: 45px;
	padding-left: 50px;
	padding-right: 0;
}
.downloads-area-modal-close-bottom {
	color: #fff;
	font-size: 65px;
	font-weight: 300;
	line-height: 1;
	position: absolute;
	top: 20px;
	right: 28px;
	width: 60px;
	text-align: center;
	cursor: pointer;
}
.downloads-area-modal-close-bottom {
	z-index: 11;
}
.scrollable-downloads-main {
	height: 100%;
	overflow: auto;
}
.downloads_area_groups_outer {
	display: flex;
	flex-direction: column;
}
.downloads_area_block_groups {
	padding-right: 50px;
	margin-top: 100px;
	display: flex;
	flex-direction: column;
}
.downloads_area_modal .downloads_area_block_groups {
	order: 2;
}
[nav-for="bilder"].downloads_block_group, .downloads_area_navi [nav-to="bilder"] {
	order: 1;
}
.downloads_area_modal .downloads_block_group {
	margin-bottom: 40px;
}
.download_block_title {
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
  	font-size: 24px;
}
.downloads_area_modal .downloads-inner-list {
	margin-left: 0;
	margin-right: 0;
}
.table-modal-item {
	border: 1px solid #fff;
	border-bottom: 0;
}
.table-modal-item > div {
	display: flex;
	flex-wrap: wrap;
}
.table-modal-item > div > div {
	padding: 8px;
	border-right: 1px solid #fff;
}
.table-item-image {
	width: 60px;
	min-height: 60px;
}
.table-item-image > .lazy-background {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.dw-it-table {
	display: block;
	color: #fff;
	font-weight: 700;
}
.table-item-meta-type {
	width: 70px;
}
.table-item-meta-size {
	width: 90px;
}
.table-item-meta-type, .table-item-meta-size, .table-item-title, .table-item-meta-download {
	display: flex;
	align-items: center;
	justify-content: center;
}
.table-item-title {
	justify-content: center;
	flex-direction: column;
	align-items: start;
}
.table-item-meta-download {
	border-right: 0 !important;
}
.downloads_btn {
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
	background-color: #fff;
	background-image: url(../images/download-green.svg);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.downloads_area_modal .downloads_btn {
	width: 42px;
	height: 42px;
	position: relative;
}
.downloads_area_navi {
	position: fixed;
	padding-bottom: 15px;
	background-color: var(--vincorion-primary);
	z-index: 2;
	padding-right: 75px;
}
.downloads_area_modal .downloads_area_navi {
	order: 1;
}
.downloads_area_navi > ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.downloads_area_navi li {
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s linear;
}
[nav-for="bilder"].downloads_block_group, .downloads_area_navi [nav-to="bilder"] {
	order: 1;
}
[nav-for="produktdatenblatt"].downloads_block_group, [nav-for="product-data-sheet"].downloads_block_group, .downloads_area_navi [nav-to="produktdatenblatt"], .downloads_area_navi [nav-to="product-data-sheet"] {
	order: 3;
}
[nav-for="allgemeine-bedingungen"].downloads_block_group, [nav-for="allgemeine-bedingungen-en"].downloads_block_group, .downloads_area_navi [nav-to="allgemeine-bedingungen"], .downloads_area_navi [nav-to="allgemeine-bedingungen-en"] {
	order: 4;
}
[nav-for="code-of-conduct"].downloads_block_group, [nav-for="code-of-conduct-en"].downloads_block_group, .downloads_area_navi [nav-to="code-of-conduct"], .downloads_area_navi [nav-to="code-of-conduct-en"] {
	order: 5;
}
[nav-for="whitepaper"].downloads_block_group, [nav-for="whitepaper-en"].downloads_block_group, .downloads_area_navi [nav-to="whitepaper"], .downloads_area_navi [nav-to="whitepaper-en"] {
	order: 2;
}
[nav-for="zertifikate-vincorion-advanced-systems-gmbh"].downloads_block_group, [nav-for="zertifikate-vincorion-advanced-systems-gmbh-en"].downloads_block_group, .downloads_area_navi [nav-to="zertifikate-vincorion-advanced-systems-gmbh"], .downloads_area_navi [nav-to="zertifikate-vincorion-advanced-systems-gmbh-en"] {
	order: 7;
}
[nav-for="zertifikate-vincorion-power-systems-gmbh"].downloads_block_group, [nav-for="zertifikate-vincorion-power-systems-gmbh-en"].downloads_block_group, .downloads_area_navi [nav-to="zertifikate-vincorion-power-systems-gmbh"], .downloads_area_navi [nav-to="zertifikate-vincorion-power-systems-gmbh-en"] {
	order: 8;
}
.downloads_area_navi li:hover, .downloads_area_navi li.active {
	background: #fff;
	color: #000;
}
.table-modal-item:last-child {
	border-bottom: 1px solid #fff;
}
.file-pre-icon {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.dw-it-filename {
	padding-top: 4px;
	color: #fff;
	font-size: 14px;
}
.table-item-meta-size, .table-item-meta-type {
	font-size: 13px;
	color: #fff;
}
.table-item-title {
	width: auto;
	flex-grow: 1;
}
.dw-it-subtable {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 2px;
}
/* end news downloads */

.single-blog-content-inner a {
	color: var(--vincorion-primary);
}
.single-blog-content-inner .vc_row {
	position: static !important;
	max-width: 100% !important;
	background: transparent !important;
	margin: 0 !important;
}
.single-blog-content-inner .vc_row h2 {
	font-size: 20px !important;
	margin-bottom: 10px;
	font-weight: 500;
	color: var(--vincorion-primary) !important;
}
.section.imageinfo-boxes-section[data-section-style="default"] .slate-imageinfo-title-box {
	font-size: 18px;
	font-weight: 400;
}
.section.imageinfo-boxes-section[data-section-style="default"] .slate-imageinfo-item .block-fp-imageinfo{
	position: relative;
}
.section.imageinfo-boxes-section[data-section-style="default"] .corner-arrow-button span {
	background-color: var(--vincorion-accent);
}
.section.imageinfo-boxes-section[data-section-style="default"] .corner-arrow-button span::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.section.imageinfo-boxes-section[data-section-style="default"] .corner-arrow-button {
	bottom: 0;
	right: 0;
	position: absolute;
}
.section.imageinfo-boxes-section[data-section-style="default"] .button-post.button-file-wrapper,
.section.imageinfo-boxes-section[data-section-style="default"] .corner-arrow-button {
	width: 68px;
	height: 68px;
}

.events-list-wrapper .slick-slide {
	margin: 0 12.5px;
}
.events-list-wrapper .slick-list {
	margin: 0 -12.5px;
}
.events-list-inner .slick-list {
	width: 100%;
}
.news-slider-item-infos {
	display: flex;
	justify-content: space-between;
	flex-flow: row;
	align-items: center;
	width: 100%;
}
.news-slide-meta-outer {
	padding-top: 25px;
	display: flex;
	justify-content: unset;
	flex-flow: column;
	gap: 6px;
	align-items: flex-start;
}
.head-main-section.content_style .hs-mp-right .fs-item-text {
	font-weight: 300;
}

/*
 * .text-copy-section .block-fp-inner, .slate-facts-section .block-fp-inner, .testimonials-section .block-fp-inner, .image-text-section .block-fp-inner {
	min-height: calc(100dvh + var(--header-height));
}
*/
.imageinfo-boxes-section[data-section-style="big_slates"] .slate-imageinfo-item {
	gap: 20px;
}
.section.facts-figures-section[top-slate="white"] .vinfib-top::before {
	background-color: #fff;
}
.section.facts-figures-section[bottom-slate="white"] .vinfib-bottom::before {
	background-color: #fff;
}
.images-action-slider-bottom {
	min-height: 100dvh;
	position: relative;
	overflow: hidden;
	transform: translateY(-80px);
}
.section.images-action-slider-section .vinfib-bottom.under_right_pos {
	bottom:80px;
}
.images-action-slider-bottom .image-action-fullimage {
	min-height: 100dvh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.images-action-slider {
	position: relative;
}
.images-action-slider-top {
	position: relative;
	display: flex;
	flex-flow: wrap;
	z-index: 1;
}
.images-action-slider-top .images-action-slider-nav {
	width: 480px;
	min-height: 200px;
}
.images-action-slider-top .images-action-slider-nav .slick-list, .images-action-slider-top .images-action-slider-nav .slick-track {
	height: 100%;
}
.images-action-slider-top .image-action-thumbnail {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	width: 33.33%;
	position: relative;
	opacity: 1 !important;
}
.section.images-action-slider-section .fs-image-bars .vinfib-top.under_left_pos {
	z-index: 2;
}
.images-action-slider.images-action-slider-4 .images-action-slider-top .image-action-thumbnail{
	width: 25%;
}
.images-action-slider.images-action-slider-3 .images-action-slider-top .image-action-thumbnail{
	width: 33.33%;
}
.images-action-slider.images-action-slider-2 .images-action-slider-top .image-action-thumbnail{
	width: 50%;
}
.images-action-slider-top .images-action-slider-content {
	width: calc(100% - 480px);
	padding: 160px 200px 80px 215px;
	background-color: #fff;
	clip-path: polygon( 0 0, 100% 0, 100% calc(100% - var(--angle-bar-height)), calc(100% - var(--angle-bar-height)) 100%, 0% 100% );
}
.images-action-slider-nav .slick-track {
	display: flex !important;
	width: 100% !important;
	flex-flow: wrap;
}
.images-action-slider-content .images-action-content {
	max-width: 830px;
	font-size: 18px;
	font-weight: 300;
}
.images-action-slider-content .images-action-content h3 {
	font-size: 25px;
	font-weight: 500;
}
.images-action-slider-top .images-action-slider-nav::before {
	content: '';
	width: 100%;
	height: 200px;
	background-color: var(--vincorion-accent);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

@media(min-width: 1024px) and (max-width: 1700px){
	.news-listing-wrapper, .contacts-pages-wrapper{max-width:90%;}
}

@media(min-width: 1024px) and (max-width: 1500px){
	.header-section-events-text {		min-height: 220px;	}

}

@media(min-width: 1024px) and (max-width: 1399px){
	.block-fp-inner.contact-form-inner{max-width:1200px;}
	.contacts-form-boxes-wrap .contact-form-title {font-size: 38px !important;}
	.contacts-form-boxes-wrap {	padding: 75px 60px 75px;}
	.each-events-wrapper {padding: 50px 40px;}
	.slate-contacts-pages-link {font-size: 34px;}
}

@media(min-width: 1024px) and (max-width: 1279px){
	.block-fp-inner.contact-form-inner {max-width: 100%; width:100%;	padding: 100px 50px 60px;}
	.contacts-form-boxes-wrap .contact-form-title {font-size: 35px !important; width: 44%;}
	.contacts-form-boxes-wrap .contact-form-holder {	width: calc(56% - 25px);}
	body .gform_wrapper.gravity-theme .gfield.gfield--width-quarter label {	min-width: 150px;}
	.slate-contacts-pages-link {font-size: 30px;}
	.contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item {padding: 70px 30px; min-height:550px;}
	.slate-whitepaper-section .vinfib-bg{height:87%;}
}


@media (max-width:1600px){
	.images-action-slider-top .images-action-slider-content {		padding: 120px 160px 60px 180px;	}
}
@media (max-width:1400px){
	.images-action-slider-top .images-action-slider-content {		padding: 100px 140px 60px 140px;	}
}
@media (max-width:1279px){
	/* header + menu */
	:root {
		--header-height: 70px;	
	}
	.site-header-main {background: #fff;}
	.logo-letter-item{fill: #00586B;}
	.header-inner {	display: flex;	align-items: center;	justify-content: space-between;}
	.header-menu-row-inner {padding:50px;	position: fixed;	width: 100%;	left: -100%;	height: calc(100% - var(--header-height));	top: var(--header-height);	background: #fff; overflow:auto;}
	.mobile-menu-button {display: block !important; cursor:pointer;}
	.stripes span {	transform-origin: center;background: #A0CD14;	height: 2px;	width: 100%;	display: block;	border-radius: 2px;	margin-bottom: 5px;}
	.stripes span:nth-child(2) {width: 80%;}
	.stripes span:last-child{margin-bottom:0;}
	.stripes {	width: 30px;	padding: 7px 0px 7px 4px;}
	.header-logo-row {margin-bottom: 0;}
	.site-header-del {display: none;}
	.site-header-main .website--logo.header-column svg {height: 34px;width: auto;}
	.site-header-elements {padding: 5px 0;	display: flex;	align-items: center;}
	.site-header-main .container {	max-width: 100%; width:100%;	padding-left: 50px;	padding-right: 50px;}
	.menu-open .header-menu-row-inner {left: 0;}
	.header-menu-row-inner ul.menu{flex-direction:column;}
	.header-menu-row-inner ul.menu > li{width:100%;}
	.header-menu-row-inner ul.menu > li > a {color: #004155;	font-size: 14px;}
	.sub-menu-fullwrap {position: static;	width: 100%;	top: 100%;	left: 0;	opacity: 1;	visibility: visible;	padding: 0;	pointer-events: initial;	min-height: unset;}
	.column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li {width: 100%;}
	.sub-menu-fullwrap {display: grid;  		grid-template-rows: 0fr; 		overflow: hidden;		transition: grid-template-rows 0.3s ease; 	}
	.sub-menu-container {min-height:0;	max-width: 100%; width:100%;	overflow: hidden;		transition: all 0.3s ease; 	}
	.mobile-menu-active .sub-menu-fullwrap {		grid-template-rows: 1fr;		}
	.sub-menu-fullwrap::before{display:none;}
	.header-menu-row-inner ul.menu > li.menu-item-has-children.mobile-menu-active > a::after {transform: rotate(-45deg);}
	.column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li > .sub-menu {opacity:1; visibility:visible; position: static;	width: 100%;	margin-top: 10px;	gap: 20px;	margin-bottom: 10px;}	
	.column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li > .sub-menu > li, .column_type_images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li {width: calc(50% - 10px);padding-bottom: calc(50% - 10px);	position: relative;}
	.column_type_text > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li > a, .column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li > a{color:#000;}
	.column_type_images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu{gap:20px; padding-top:20px;} 
	.header-menu-row-inner ul.menu > li > a {width:100%;border-bottom: 1px solid rgba(160, 205, 20, 0.2);}
	.header-menu-row-inner ul.menu > li {border-bottom:0;}
	.menu-open .stripes span:nth-child(2) {opacity: 0;}
	.menu-open .stripes span:nth-child(1) { transform: translateY(7px) rotate(45deg);}
	.menu-open .stripes span:nth-child(3) {  transform: translateY(-7px) rotate(-45deg);}

	.images-action-slider-top .images-action-slider-content {		padding: 80px 60px 60px 60px;	}
	.images-action-slider-top .images-action-slider-nav {	width: 300px;}
	.images-action-slider-top .images-action-slider-content {	width: calc(100% - 300px);}
	.images-action-slider-top .images-action-slider-nav::before {		height: 140px;	}
	.images-action-slider-content .images-action-content h3 {	font-size: 22px;}
	.images-action-slider-content .images-action-content {	font-size: 16px;}


}

@media (max-width:1023px){

	/* header + menu */
	:root {	
		--angle-bar-height: 50px;
		--fs-60: 30px;
		--fs-40: 24px;
		--fs-25: 18px;
		--prod-btn-size:60px;
	}	

	.animations-finished .hs-mp-right .fs-item-fill {clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50%);}
	.hs-mp-left {width: calc(100% - 50px);}
	.head-main-section h1, .head-main-section h2, .head-main-section h3, .head-main-section h4, .head-main-section h5, .head-main-section h6 {font-size: 30px; line-height:1.2;}
	.fs-item-text {padding: 20px 50px;}
	.hs-mp-left .fs-item-text {padding: 20px 20px 20px 50px;}
	.hs-mp-left, .hs-mp-right {min-height: 125px;	position: relative;	display: flex;	align-items: center;}
	.fs-item-text{position:relative;}
	.hs-mp-right {width: 100%;	padding-bottom: 70px;	padding-top: 20px;}
	.hs-mp-right .fs-item-text > h2{font-size:22px;}
	.head-main-section .block-fp-inner{padding-bottom:0;}
	.head-main-section .fs-image-bars{z-index:5;}

	.block-fp-container {width: 100%;	padding-left: 50px;	padding-right: 50px;}
	.slate-services-list::after {display:none;}
	.slate-service-title {	inset: 0;	writing-mode: vertical-rl;	transform: rotate(180deg) !important;	max-width: 100%;	transform-origin: center center;	height: 100%;	flex-direction: column;	justify-content: center;	padding: 0;	margin: 0;}
	.slate-service-title div {	width: 100%;	height: 100%;	text-align: right;}
	.slate-service-title a {	font-size: 20px;	color: #fff;	position: absolute;	right: 0;	bottom: 0;	width: 100%;	height: 100%;	display: flex;	align-items: center;	justify-content: flex-end;	padding-bottom: 150px;}
	.slate-facts-section .vinfib-top {	height: 120px;}
	.ffs-innerscroll {	padding-top: calc(var(--header-height) + 160px + var(--angle-bar-height));	padding-bottom: calc(var(--angle-bar-height) + 130px);	position: relative;	min-height: 100dvh;	display: flex;	flex-direction: column;	align-items: center;	justify-content: center;	overflow: hidden;}
	
	.slate-facts-section .block-fp-inner .block-fp-container{width:100%;}
	.slate-facts-list .slate-fact-title{hyphens:auto; -webkit-hyphens: auto;}

	.head-main-section .fs-item-text.to_center {padding-left: 50px;	}

	.career-footer-section.career-in-footer {min-height: 380px;}
	.career-footer-btn a{font-size:30px;}
	.career-footer-section .block-fp-content {width: 100%;}

	.site-footer-fullpage .container{padding:0 25px;}
	.site-footer-fullpage .site-footer-columns {padding: 120px 0;}
	.site-footer-fullpage-cols{column-gap:20px;}
	.footer-fullpage-col-2 .widget_nav_menu {min-width: 220px;}

	.block-fp-section:not(.slider-news-section):not(.slate-areas-wrapper), .text-copy-section .block-fp-inner, .slate-facts-section .block-fp-inner { min-height: calc(var(--vh) * 100);}
	.slate-services-section {height: calc((var(--vh, 1vh) * 100) - var(--header-height) + (var(--angle-bar-height) * 2));}
	.slate-services-list {	height: calc((var(--vh, 1vh) * 100) - var(--header-height) + (var(--angle-bar-height) * 2));}
	.lenis-slide{height:calc(var(--vh, 1vh) * 100);}
	.lenis-horizontal-section{height:calc(var(--vh, 1vh) * 250);}
	.testimonials-section .block-fp-inner, .ds-innerscroll, .iframe-section .block-fp-inner, .contacts-pages-boxes-section .block-fp-inner, .events-list-section .block-fp-inner{min-height:calc(var(--vh, 1vh) * 100);}
	[data-aspeect="with-image"].testimonials-section .block-fp-inner {min-height: calc(var(--vh, 1vh) * 100) !important;}
	[data-aspeect="with-image"].testimonials-section {min-height: calc(var(--vh) * 100) !important;}

	.vintwocols .block-fp-container {width: 100%;}
	.block-fp-col.main-col-title h2 {font-size: 50px;}
	.copy_main-body h2, .copy_main-body h3, .copy_main-body h4, .copy_main-body h5, .copy_main-body h6 {font-size: 34px;	margin-bottom: 40px;}

	.image-text-section .block-fp-main-image {position: relative;	width: 100%;	height: auto;	aspect-ratio: 1;	margin-top: calc(var(--header-height) + var(--angle-bar-height));	float: left;}
	.image-text-section .block-fp-main-image > div{transform:scale(1);}
	.image-text-section .block-fp-container .ti-text-content {	padding: 50px 50px 50px 70px; width:100%;}
	.image-text-section .block-fp-container{padding:0;}

	.image-text-section.vin-loaded .vinfib-top::before {width: calc(68% + var(--angle-bar-height));}
	.image-text-section .vinfib-top::before {clip-path: polygon(0 0, 100% 0, 100% 100%, var(--angle-bar-height) 100%);		top: 100%;		right: 0;		left: auto;		background-color: #004155;	}
	.image-text-section .block-fp-container .ti-text-content {padding: 50px 50px 100px 50px;	clip-path: polygon(var(--angle-bar-height) 0, 100% 0, 100% 100%, 0 100%, 0 var(--angle-bar-height));}
	.image-text-section .block-fp-inner {margin-top: calc(var(--angle-bar-height) * -1);	float: left;	width: 100%;}
	[block_position="br"].image-text-section .block-fp-main-image{margin-top:var(--header-height);}
	[block_position="br"].image-text-section .block-fp-container{padding-top:0;}
	.image-text-section .block-fp-scrolinner {position: static;}
	.vinfib-bottom{z-index:2;}
	[block_width="default"] .image-text-section .fs-image-bars .vinfib-bottom::before {clip-path: polygon(0 0, calc(100% - var(--angle-bar-height)) 0, 100% 100%, 0 100%);	left: 0;	right: auto;}

	.info-product-item .vin-product-body {padding: 10px 45px 120px 45px;}
	.vin-product-extra-info .copy_main-body p, .vin-product-extra-info .copy_main-body li{font-size:16px;}
	.vin-tabline > .vin-tab-label, .vin-tabline > .vin-tab-value, .vin-tab-columns .vin-tab-inner {font-size:14px;}
	.button-file-wrapper {	width: var(--prod-btn-size);	height: var(--prod-btn-size);}
	.vin-pinfotable > div {	min-width: 1000px;}
	.vin-pinfotable {overflow: auto;} 
	.vin-tabline > .vin-tab-label {width: 220px;}
	.vin-tabline > .vin-tab-value, .vin-tabline > .vin-tab-columns {width: calc(100% - 240px);}
	.info-product-item .vin-pinfotable p, .info-product-item .vin-pinfotable li{font-size:14px;}

	.block-fp-col.main-col-title h2 br {display: none;}

	.vs-innerscroll{min-height:calc(var(--vh, 1vh) * 100);}
	.video-decorations-section .block-fp-container {width: 100%;}
	.block-fp-decorations-video .fp-video{min-height:unset;}
	.fs-image-bars .vinfib-top.under_left_pos::before {	 top: -1px; }

	.scroll-next-section {bottom: 100px; z-index:99999;}
	.block-fp-col.main-col-title h1 {font-size: 50px;}

	.slate-services-section:nth-child(1), .slate-services-section:nth-child(1) .slate-services-list {height: calc((var(--vh, 1vh) * 100) + var(--angle-bar-height));}
	
	.vin-loaded .block-fp-main-image > div { transform: scale(1.01);}
	.head-main-section.content_style .hs-mp-right {min-height: unset;}
	.hs-mp-right .fs-item-text p{width:100%;}
	.head-main-section.content_style .block-fp-inner {position: static;	margin-top: -180px;}
	.head-main-section.content_style .block-fp-main-image {position: relative;	aspect-ratio: 1.5;}

	.slate-areas-wrapper[column-count="2"], .slate-areas-section.full-width .block-fp-inner,.slate-areas-wrapper  {height: auto;}
	.slate-areas-sticky {position: relative;	top: 0;}
	.slate-areas-list{height:auto; flex-direction:column;}
	.slate-area-item {	width: 100%;	min-height: 240px;	padding-top: 50px;	padding-bottom: 80px;}
	.slate-area-item:first-child {padding-top: 100px;}
	.slate-area-item:last-child {padding-bottom: 100px;}
	.slate-areas-list .slate-area-item.active-slate {	width: 100%;}
	.slate-areas-text-content{padding-top:0; padding-bottom:0;}
	.slate-areas-text-content {padding-top: 0;	padding-bottom: 0;	padding-left: 50px !important;	padding-right: 50px !important;	width: 100%;	height: auto;	position: static;}
	.slate-area-content {	width: 100%;	max-height: 0;	overflow: hidden;}
	.slate-area-content .line.text-line {opacity: 1 !important;}
	.slate-area-content p {	line-height: 1.6; font-size:16px;}
	.active-slate-mobile .slate-area-content {opacity: 1 !important;	visibility: visible !important;	max-height: 1000px;}
	.slate-area-item{align-items:start;}
	.slate-area-image img{top:-1px;}
	.slate-areas-list::after {bottom:-1px;}

	.slate-areas-section .block-fp-inner {padding: 0; height:auto;}

	.testimonials-section .block-fp-inner {	position: relative;}
	.testimonials-section .block-fp-text-copy-image {	position: relative;	width: 100%;	height: 100%;	position: absolute;}
	.testimonials-section .block-fp-text-copy-image img {	position: absolute;	width: 100%;	height: 100%;	display: block;	object-fit: cover;	object-position: left center;}
	.testimonials-section .block-fp-content {position: static;	padding-bottom: 70px;	padding-top: 130px;}
	.testimonials-section .block-fp-content h3 {font-size: 28px;}
	.testimonials-section + .testimonials-section .block-fp-text-copy-image img {object-position: right center;}
	.testimonials-section .block-fp-text-copy-image::before {background: linear-gradient(130deg, rgba(0, 88, 107, 0.00) -29.18%, #00586B 33.03%);}

	.block-fp-section.downloads-section .block-fp-inner .block-fp-container, .downloads-section .certificate-columns {width: 100%;}
	.block-fp-section.downloads-section .block-fp-inner .block-fp-container {margin-bottom: 100px;}
	.certificate-columns{padding-left:50px; padding-right:50px;}

	[data-spacing="spacing_equl"].text-copy-section .block-fp-inner {padding-bottom: calc(var(--angle-bar-height) + 130px);}
	.remove-columns .ds-innerscroll {padding-top: 100px;	padding-bottom: 190px;}

	.news-listing-wrapper {max-width: 100%;	padding: 150px 25px;}
	.header-section-news .hs-mp-right {padding: 30px 80px 80px 50px;	min-height: 220px;}
	.each-news-wrapper .news-wrapper-right .header-section-news-text {	margin-bottom: 25px;	max-width: 100%;}
	.header-section-news-inner {	max-width: 100%;	width: 100%;}
	.each-news-wrapper .news-wrapper-right {	padding: 20px 25px;	width: 100%;	aspect-ratio: 1.6; min-height:unset;}
	.each-news-wrapper .block-fp-main-image {width: 100%;	aspect-ratio: 1.6;}
	.news-wrapper-right .word.title-word, .header-section-news-inner .post-category, .header-section-news-inner .post-date {opacity: 1 !important; transform:none !important;}
	.header-section-news-inner .button-post{bottom:-36px;}
	.each-news-wrapper .fs-image-bars {height: 50%;}
	.each-news-wrapper .vinfib-bottom::before {clip-path: polygon(0 0, 100% 0, 100% 100%, var(--angle-bar-small) 100%) !important;	background-color: #fff;	bottom: -20px;	right: 0;	left: auto;	width: 50%;}
	.header-section-news-inner .corner-arrow-button.download-button span {clip-path: polygon(100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 0);}
	.news-listing-inner .each-news-wrapper:nth-child(2n) .fs-image-bars .vinfib-bottom::before {right: auto;left: 0px;	clip-path: polygon(0 0, 100% 0, calc(100% - var(--angle-bar-small)) 100%, 0% 100%) !important;}
	.contacts-pages-wrapper {max-width: 100%;	padding-left: 50px;	padding-right: 50px; flex-direction:column; margin-bottom:40px; padding-top:40px; }
	.contacts-pages-wrapper .contacts-page-left, .contacts-pages-wrapper .contacts-page-right {width: 100%;}
	.contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item{min-height:unset;}
	.slate-contacts-pages-link {font-size: 30px;	line-height: 1.2;}
	.slate-contact-link .btn-arrow {width: 40px;	height: 25px;}
	.contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item {padding: 50px 70px 50px 20px;}
	.each-events-wrapper {padding: 40px 25px;}

	.block-fp-inner.contact-form-inner {max-width: 100%;	padding: 100px 25px 60px;}
	.contacts-form-boxes-wrap {	padding: 80px 46px 60px;}
	.contacts-form-boxes-wrap .contact-form-holder {width: calc(55% - 25px); padding-bottom:20px;}
	.contacts-form-boxes-wrap .contact-form-title {	width: 45%; font-size:30px !important; line-height:1.2;}
	body .gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {	grid-column: span 7;	-ms-grid-column-span: 7;}
	body .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {	grid-column: span 5;	-ms-grid-column-span: 5;}
	.contact-form-wrapper .gform-footer.gform_footer .gform_button {width: 70px;	height: 70px;	right: calc(55% - 100px);	bottom: -35px;}
	.contact-form-wrapper .gform-footer.gform_footer .gform_button::before {left:46%;}
	.cfb-innerscroll::after {bottom:-1px;}

	.slate-whitepaper-section .block-fp-container{width:100%;}
	.slate-whitepaper-section .block-fp-container .block-fp-whitepaper-image {	width: 280px;}
	.slate-whitepaper-section .slate-whitepaper-text {	width: calc(100% - 320px);	margin-bottom: 16px;}
	.section.whitepaper-section .block-fp-container {	padding-bottom: 80px;	column-gap: 40px;	padding-top: 110px;}
	.slate-whitepaper-section .vinfib-bg{height:100%;}

	.fp-single-post-content .single-blog-content {	max-width: 100%;	padding-left: 50px;	padding-right: 50px;}
	.fp-single-post-header .single-blog-header{margin-bottom:100px;}

	.table-item-title {width: calc(100% - 60px);border-bottom: 1px solid #fff;border-right: 0 !important;}
	.table-item-image{border-bottom: 1px solid #fff;}
	.table-item-meta-size, .table-item-meta-type, .table-item-meta-download{width: 33.33%;}
	.table-modal-item {border-bottom: 1px solid #fff;margin-bottom: 10px;}
	.downloads_area_modal_inner {width: 90%;}
	.downloads_area_navi {position: relative;}
	.downloads_area_modal_inner {padding-left: 30px;}
	.downloads_area_block_groups {margin-top: 15px;}
	.dw-it-filename {width: 100%;display: block;word-break: break-all;}
	.downloads_area_navi li {font-size: 12px;}
	.downloads_area_navi > ul {gap: 3px;row-gap: 10px;}
	.downloads-area-modal-close-bottom {top: -5px;	right: 0px;}

	[spacer-type="latest_news"].vin-section-spacer {height: 80px;}
	[spacer-type="latest_news"] + .site-footer .career-footer-section.career-in-footer {min-height: calc(250px + var(--angle-bar-height) * 2);}

	[data-section-style="big_slates"] .slate-imageinfo-title {	position: static;	text-align: right;	margin-left: auto;	padding-left: 0;	padding-right: 50px;	max-width: 320px;}
	[data-section-style="big_slates"][data-section-tt="left"] .slate-imageinfo-title {padding-left: 50px;	text-align: left;	margin-left: 0; padding-right:0;}
	[data-section-style="big_slates"] .slate-imageinfo-title h2{font-size:30px;}
	[data-section-style="big_slates"] .slate-imageinfo-item {padding: 20px 50px;	width: 100%;	min-height: 240px; height:auto; justify-content: center; gap:0;}
	[data-section-style="big_slates"] .slate-imageinfo-list {flex-direction: column;	margin-top: 25px;}
	[data-section-style="big_slates"].slate-imageinfo-section-4 .slate-imageinfo-list .slate-imageinfo-item{width:100%;}
	[data-section-style="big_slates"] .slate-imageinfo-description, [data-section-style="big_slates"] .slate-imageinfo-item .block-fp-imageinfo, [data-section-style="big_slates"] .slate-imageinfo-title-box  {min-height: unset;}
	[data-section-style="big_slates"] .slate-imageinfo-title-box {margin-bottom: 15px;}	
	[data-section-style="big_slates"] .slate-imageinfo-title-box {font-size: 22px;}
	[data-section-style="big_slates"] .slate-imageinfo-item:first-child {padding-top: 75px;}
	[data-section-style="big_slates"] .slate-imageinfo-item:last-child {padding-bottom: 75px;}
	[data-section-style="big_slates"] .imageinfo-boxes-inner {padding: 80px 0 40px;}
	[data-section-style="big_slates"] .slate-imageinfo-description{font-size:16px;}
	[data-section-style="big_slates"] .slate-imageinfo-list::before {width: calc(68vw + var(--angle-bar-height));}
	[data-section-style="big_slates"] .slate-imageinfo-list::after {width: calc(68vw + var(--angle-bar-height));}
	[data-section-style="big_slates"][data-section-tt="left"] .slate-imageinfo-list::before {width: calc(68vw + var(--angle-bar-height));}


	.header-section-events-text {	min-height: 160px;}

	.images-action-slider-top .images-action-slider-content {		padding: 70px 30px 30px 30px;	}
	.images-action-slider-content .images-action-content h3 {	font-size: 20px;}
	.images-action-slider-content .images-action-content {	font-size: 14px;}
	.images-action-slider-top .images-action-slider-nav {	width: 200px;}
	.images-action-slider-top .images-action-slider-content {	width: calc(100% - 200px);}
	.images-action-slider-top .images-action-slider-nav::before {		height: 100px;	}


}

@media (max-width:959px){	
	.block-fp-col.main-col-title , .block-fp-col.main-col-title + .block-fp-col {width: 100%;}
	.block-fp-col.main-col-title {	margin-bottom: 50px;}

	.events-list-inner{flex-direction:column;}
	.each-events-wrapper{flex:1 1 100%;}
	.events-list-section .block-fp-inner {padding-top: 120px;	padding-bottom: 120px;}

	.events-list-wrapper .slick-track {	flex-flow: column;}
	.events-list-section {	padding-right: 0 !important; padding-left: 0 !important;}
	.events-list-wrapper .slick-list {	margin: 0;}
	.events-list-wrapper .slick-slide {	margin: 0 15px;}

	.each-events-wrapper h2, .events-wrapper-inner .fs-item-text-inner .event-dates{font-size: 30px;}
	.each-events-wrapper .each_news_post_excerpt{font-size: 16px;}
}

@media (max-width:767px){
	.copy_main-body h2, .copy_main-body h3, .copy_main-body h4, .copy_main-body h5, .copy_main-body h6{font-size:30px;}
	.copy_main-body li, .copy_main-body p{font-size:16px;}
	.slate-service-title a{font-size:18px;}
	
	.slate-facts-list {	column-gap: 20px;	row-gap: 50px;}
	.slate-facts-list .slate-fact-item {width: calc(50% - 10px);}
	.facts-figures-section .block-fp-main-image > div {background-position: center left;}
	.slate-facts-list .slate-fact-title br {display: none;}
	.slate-facts-list .slate-fact-title{max-width:240px;}

	.vin-loaded .news-slide-item-outer {padding-left: 10px;	padding-right: 10px;}
	/*.news-slide-thumb {	height: calc(100dvh - 360px);	padding-right: calc(100dvh - 510px);}*/
	.news-slide-thumb {	height: calc((var(--vh, 1vh) * 100) - 360px);	padding-right: calc((var(--vh, 1vh) * 100) - 510px);}
	.news-slider-item-title a{font-size:16px;}
	[spacer-type="latest_news"].vin-section-spacer {height: 60px;}
	.hs-mp-left, .hs-mp-right {min-height: 120px;}
	.career-footer-btn > a > span > div:first-child {display: block !important;}
	.career-footer-btn a{align-items:end;}
	.animations-finished .career-footer-btn svg {transform: translate(0, -4px) !important;}
	.career-footer-btn a:hover svg {transform: translate(20px, -4px) !important;}
	.career-footer-section.career-in-footer {min-height: 340px;}

	.site-footer-fullpage-cols {margin-bottom: 50px;	flex-direction: column;	align-items: center;}
	.footer-social-icons {	display: flex;	flex-direction: column;	align-items: center;	width: 100%;	text-align: center;}
	.footer-fullpage-col-1 .each-sidebar {margin-bottom: 25px;}
	.footer-social-icons{margin-bottom:50px;}
	.menus-footer.footer-fullpage-col {	width: 100%;}
	.footer-fullpage-col-2 .widget_nav_menu {	min-width: unset;	width: calc(50% - 10px);}
	.footer-sidebar-fullpage > div {	gap: 20px;}

	.block-fp-col.main-col-title h2 {font-size: 42px;}
	.copy_main-body h2, .copy_main-body h3, .copy_main-body h4, .copy_main-body h5, .copy_main-body h6 {font-size: 26px;}

	.ti-text-content p, .ti-text-content li{font-size:16px;}	

	.vin-tabline > .vin-tab-value, .vin-tabline > .vin-tab-columns {width: calc(100% - 140px);}
	.vin-tabline > .vin-tab-label {	width: 130px;}
	.vin-tabline {gap: 10px;}
	.info-product-item .vin-product-body {padding: 10px 45px 90px 45px;}

	.copy_main-body h2, .copy_main-body h3, .copy_main-body h4, .copy_main-body h5, .copy_main-body h6 {	font-size: 30px;}
	.block-fp-col.main-col-title h2 {	font-size: 50px;}
	.block-fp-col.main-col-title h2, .copy_main-body h2, .copy_main-body h3, .copy_main-body h4, .copy_main-body h5, .copy_main-body h6{hyphens:auto;}

	.testimonials-section .block-fp-content, [data-aspeect="with-image"].testimonials-section .block-fp-content {position: static;	padding-bottom: 135px;	padding-top: 200px;}
	.testimonials-section .block-fp-inner{min-height:unset;}
	.section.block-fp-section.testimonials-section {min-height: unset;}

	.block-fp-decorations-video .fp-video {	min-height: 240px;	object-fit: cover;}
	.vs-innerscroll.extra_spacing {	padding-top: calc(var(--header-height) + 40px);	padding-bottom: calc(var(--angle-bar-height) + 25px);}
	.block-fp-decorations-video::after {left: -1px;}

	.slate-fact-value p {hyphens: auto;}
	.slate-facts-list.columns.columns_2 .slate-fact-item {width: calc(50% - 10px);}
	.slate-fact-description{hyphens:auto;}

	.hs-mp-right .fs-item-text p{font-size:16px;}
	.section.block-fp-section.head-main-section.content_style {min-height: unset;}

	.products-info-list{flex-direction:column;}
	.info-product-item{width:100%; margin-bottom:20px;}
	.info-product-item:last-child{margin-bottom:0;}

	.certificate-columns {	flex-direction: column;}
	.certificate-columns .certificate-column {width: 100%;}
	.ds-innerscroll {padding-top: calc(var(--header-height) + 10px + var(--angle-bar-height));}
	.block-fp-section.downloads-section .block-fp-inner .block-fp-container {margin-bottom: 60px;}
	.each-news-wrapper .block-fp-main-image, .each-news-wrapper .news-wrapper-right {aspect-ratio: 1.2;}
	.each-news-wrapper .news-wrapper-right h2{font-size:16px;}
	.contacts-pages-wrapper .contacts-page-right{flex-direction:column;}
	.contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item{width:100%; aspect-ratio:1.2;}
	.slate-contacts-pages-link{max-width:300px;}
	
	.contacts-form-boxes-wrap {flex-direction: column;}
	.contacts-form-boxes-wrap .contact-form-title, .contacts-form-boxes-wrap .contact-form-holder {width: 100%;}
	.contact-form-wrapper .gform-footer.gform_footer .gform_button {right: auto;	left: 35px;	bottom: -55px;}
	.contacts-form-boxes-wrap{z-index:4;}
	.contacts-form-boxes-wrap {	padding: 50px 35px 50px;}
	.contacts-form-boxes-wrap .gfield_select, .contacts-form-boxes-wrap .ginput_container_name input, .contacts-form-boxes-wrap .ginput_container_email input, .contacts-form-boxes-wrap .ginput_container_phone input, .contacts-form-boxes-wrap .ginput_container_textarea textarea, .contacts-form-boxes-wrap .ginput_container_text input{font-size:14px !important;}
	.contacts-form-boxes-wrap .contact-form-title{margin-bottom:30px;}
	body .gform_wrapper.gravity-theme .gfield.gfield--width-quarter label {width: 150px;}
	.contact-form-wrapper .gfield--type-phone .ginput_container.ginput_container_phone input {transform: translateY(29px);}

	.section.whitepaper-section .block-fp-container{flex-direction:column-reverse; row-gap:45px; padding-top:0;}
	.slate-whitepaper-section .slate-whitepaper-text{width:100%;}
	.slate-whitepaper-section .block-fp-container .block-fp-whitepaper-image {margin-right: auto;}
	.slate-whitepaper-section .vinfib-bg {height: calc(100% - 345px);}
	.whitepaper-section-green .fs-image-bars .vinfib-top::before {width: calc(20% + var(--angle-bar-height)) !important;}
	.slate-whitepaper-section .block-fp-container .block-fp-whitepaper-image .button-file-wrapper {width: 68px;	height: 68px;}

	.fp-single-post-content .post-title {font-size: 30px;	line-height: 1.2;}
	.fp-single-post-content .container h6:first-child{font-size:20px;}
	.fp-single-post-content .single-blog-content{font-size:16px;}

	.events-list-wrapper .slick-list {	padding-left: 20px !important;}

	.images-action-slider-top {	flex-flow: column;}
	.images-action-slider-top .images-action-slider-nav {		width: 100%;	}
	.images-action-slider-top .images-action-slider-nav::before {	height: 10px;}
	.images-action-slider-top .images-action-slider-content {	width: 100%;}
	.images-action-slider-top .image-action-thumbnail {		min-height: 200px;	}
	.images-action-slider-top .images-action-slider-content {		padding: 40px 30px 30px 30px;	}


}

@media (max-width:639px){	
	.head-main-section.content_style .block-fp-main-image {aspect-ratio: 0.6;}
	.vin-product-header-img > img {	position: static;	width: 100%;	height: auto;	margin-left: auto;	margin-right: auto;	max-width: 80%;}
	.vin-product-body .vin-product-header-img {	height: auto;	position: relative;	text-align: center;}

	.block-fp-col.main-col-title h2 {font-size: 46px;}
	.header-section-news .hs-mp-right {padding-right:50px;}

	.contacts-pages-wrapper .contacts-page-right .slate-contacts-pages-item {padding: 50px 20px 50px 20px;	aspect-ratio: 1.1;}
	.header-section-events-text{margin-bottom:35px;}
	body .gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 15px;}
	body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {	line-height: 1.2 !important;}
	
	.fp-single-post-header .single-blog-header {margin-bottom: 60px;}
	.fp-single-post-content .container h6:first-child {font-size: 18px;}

	.downloads_area_block_groups {padding-right: 15px;}
	.downloads_area_modal_inner {padding-left: 15px;width: 100%;	height: 100%;		max-height: 100% !important;		padding-bottom: 0;}
	.downloads_area_navi li {font-size: 11px;border-radius: 13px;padding: 4px 6px;}
}

@media (max-width:479px){	
	:root {
		--fs-40: 22px;
	}

	/*.news-slide-thumb {	padding-right: calc(100dvh - 540px);}*/
	.news-slide-thumb {	padding-right: calc((var(--vh, 1vh) * 100) - 540px);}
	.word.title-word {display: inline !important;}

	.slate-fact-description{font-size:16px;}

	.contacts-form-boxes-wrap .contact-form-title {font-size: 27px !important;}

	.slate-whitepaper-section .block-fp-container .block-fp-whitepaper-image {width: 200px;}
	.slate-whitepaper-section .vinfib-bg {height: calc(100% - 232px);}

	[data-section-style="big_slates"] .slate-imageinfo-title-box {	font-size: 18px;}
}

@media (max-width:359px){
	.site-header-main .container, .certificate-columns, .contacts-pages-wrapper, .fp-single-post-content .single-blog-content{padding-left: 25px;	padding-right: 25px;}
	.fs-item-text {padding: 20px 25px;}
	.header-menu-row-inner {padding: 35px 25px;}
	.head-main-section h1, .head-main-section h2, .head-main-section h3, .head-main-section h4, .head-main-section h5, .head-main-section h6 {font-size: 26px;}
	.hs-mp-right .fs-item-text > h2{font-size:18px;}
	.hs-mp-right .fs-item-text {padding-right: 70px;}
	.block-fp-container {padding-left: 25px;	padding-right: 25px;}
	.hs-mp-left .fs-item-text {padding: 20px 20px 20px 25px;}
	.head-main-section .fs-item-text.to_center {padding-left: 25px;}

	.info-product-item .vin-product-body {padding: 10px 25px 90px 25px;}

	.copy_main-body h2, .copy_main-body h3, .copy_main-body h4, .copy_main-body h5, .copy_main-body h6 {font-size: 26px;}

	.slate-areas-text-content {	padding-left: 25px !important;	padding-right: 25px !important;}
	
	.header-section-news .hs-mp-right {padding-left:25px;}

	.contacts-form-boxes-wrap .contact-form-title {	font-size: 23px !important;}
	.contacts-form-boxes-wrap{padding-left:28px; padding-right:28px;}
	.contact-form-wrapper .gform-footer.gform_footer .gform_button{left:28px;}

	[data-section-style="big_slates"][data-section-tt="left"] .slate-imageinfo-title{padding-left:25px;}
	[data-section-style="big_slates"] .slate-imageinfo-title{padding-right:25px;}
	[data-section-style="big_slates"] .slate-imageinfo-item{padding-left:25px; padding-right:25px;}

	.each-events-wrapper h2, .events-wrapper-inner .fs-item-text-inner .event-dates {	font-size: 25px;}
	.events-list-wrapper .slick-list {	padding-left: 10px !important;}
	
}