/* vars */
:root {
	--blue: rgb(21, 64, 135);
	--green: rgb(35,165,73);
	--lightblue: rgb(166,176,200);
	--lightgray: rgb(248,249,252);
	--gray-background: #f3f5f9;
	--gray: rgb(179,189,210);
	--primegreen: rgb(51,204,102);
}
/* vars */

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap');
/* fonts */

.counter-history .is-two-fifths{
	width: 42%;
}
.menu-desktop-only
{
	display: block;
	cursor: pointer!important;
}
.menu-mobile-only
{
	display: none;
}
.prime-green, .prime-green a
{
	color: var(--primegreen);
}
a.navbar-burger span{
	height: 2px;
	width: 33px;
}
a.link-green
{
	color: var(--green);
}
.navbar-burger span:nth-child(2) {
    top: calc(50% - 0px);
}
.navbar-burger span:nth-child(3)
{
	top: calc(50% + 6px);
}
p.blue, h3.blue, h4.blue, h5.blue, p.blue strong{
	color: var(--blue);
}
p.green, p.blue.green.is-underlined, h5.green, .esg.innovations-body a.green.is-underlined
{
	color: var(--green);
}
h4.blue-header.green
{
	color: var(--green);
	text-transform: unset;
}
p.strong, h4.strong, h5.strong{
	font-weight: 800;
}
li::marker{
	color: var(--blue);
}
.gray-div{
	background-color: var(--lightgray);
}
#navbarBasicExample a.active{
	color: var(--green);
}
div.has-dropdown, a.navbar-link{
	cursor:auto;
}
p.blue.additional-small{
	font-size: 20px;
}
.no-padding{
	padding: 0px;
}
.navbar-link:not(.is-arrowless)::after{
	color: var(--blue);
	border-color: var(--blue);
	height: .525em;
	width: .525em;
}
.navbar-link:not(.is-arrowless){
	padding-right: 2.3em;
}
a.navbar-link:hover:after{
	transition: all 0.4s ease;
	transform: rotateZ(316deg);
}
.navbar-link, .navbar-item{
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--blue);
}
@media screen and (min-width: 1724px){
	.navbar-brand, .navbar-brand a{
		max-width: 390px;
		width: 100%;
		padding: 0px;
	}
}
.navbar-item img{
	width: 85%;
	max-height: 100%;
}
@media screen and (max-width: 1023px){
	.navbar-dropdown .is-active {
		display: block;
	}
	.navbar-brand{
		max-width: 100%!important;
	}
	.navbar-dropdown:not(.is-active){
	  	display: none;
	}
	.navbar-brand a.navbar-burger{
		max-width: 100px;
	}
}
div.first-last-order{
	order: 1;
}
div.order-2{
	order: 2;
}
div.order-3{
	order: 3;
}
a.order-4{
	order: 4;
}
div.order-5{
	order: 5;
}
a.order-6{
	order: 6;
}
div.order-7{
	order: 7;
}
a.order-8{
	order: 8;
}
#modal_cookies{
	position: fixed;
	bottom: 0px;
}
#modal_cookies .fa-close:hover{
	cursor: pointer;
}
@media screen and (max-width: 1023px){
	#navbarBasicExample div.navbar-start{
		flex-flow: column;
		display: flex;
	}
	div.first-last-order{
		order: 7;
	}
	div.column.miniatures-labels{
		display: none;
	}
}
@media screen and (max-width: 1300px){
	.navbar-link, .navbar-item{
		font-size: 17px;
	}
	.navbar-brand, .navbar-brand a{
		max-width: 250px;
		width: 100%;
	}
}
h1, h2, h4, h5, p, li, #navbarBasicExample{
	font-family: 'Inter', sans-serif;
}
.is-fullwidth{
	width: 100%;
}
.feature-card{
	padding: 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.content h2.header-2-title, h1.header-1-main{
	font-size: 55px;
	font-weight: 800;
	text-transform: uppercase;
}
h1.header-1-title{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 40px;
}
a.navbar-item.lang-button{
	margin-left: 20px;
}
.modal-close-custom{
	background-color: gray;
	position: absolute;
	color: white;
	right: 20px;
}
a p.header-p-link, .product-details .see-more-markets p, .contact-bottom p{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--lightblue);
}
.product-details h4, .subheader-name{
	text-transform: uppercase;
}
.product-details p a{
	color: var(--blue);
	text-decoration: underline;
}
li.sub-item{
	margin-left: 40px;
}
h4.subheader-name{
	font-weight: 800;
}
p.header-p-link:hover, .see-more-markets p:hover, .contact-bottom p:hover{
	text-decoration: underline;
}
.see-more-markets a{
	margin-right: auto;
}
.see-more-markets img, .contact-bottom a img{
	width: 100%;
	max-width: 80px;
	max-height: 80px;
	padding: 0px 10px;
}
.see-more-markets img{
	filter: opacity(0.3);
}
.see-more-markets img.active{
	filter: opacity(1);
}
.product-header h1, .product-header h2, .product-header p, .product-details h4, .product-details p, .market-details p, h2.header-2-title, h1.header-1-title, ul.blue-list, h4.blue-header, h1.header-1-main, h4.subheader-name{
	color: var(--blue);
}
.header-hero-body{
	padding-bottom: 0em;
}
.w-10{
	width: 10%;
	margin-left: auto;
	margin-right: auto;
}
.w-8{
	width: 8%;
}
hr.w-10{
	min-width: 200px;
}
div.has-text-left hr{
	margin-left: 0;
}
.hr-blue{
	border: none;
	border-top: 2px solid var(--blue);
	margin-bottom: 1rem;
}
div.product-div-miniatures-column{
	width:50px;
}
.hero-product-div{
	padding-top: 1rem;
}
div.miniatures-labels{
	display: flex;
	flex-direction: column;
}
.miniatures-labels img{
	filter: opacity(0.3);
}
.miniatures-labels a{
	padding: 7px 0px;
}
.miniatures-labels img.active{
	filter: opacity(1);
}
div.miniatures-labels img{
	width: 75px;
	padding: 0px 0px;
	color: black;
}
.product-image{
	max-width: 1000px;
}
.product-image.markets-img{
	width: 100%;
	max-width: 1200px;
}
.product-details h4, h4.blue-header, h4.blue{
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.product-details p, .market-details p, .range-details p, .investors-body p, .history-body .columns p.blue, .responsibility-body p, .meet-us-main p, .team-body p.blue, .innovations-body p.blue, .eco-body p, .aboutus-body p, .whistleblowing p{
	font-size: 24px;
}
.product-details ul{
	padding-bottom: 35px;
	margin-left: 18px;
	margin-top: 10px;
}
.product-details p, .innovations-body p.blue, .eco-body p{
	line-height: 1.3;
}
div.site-footer{
	background-color: var(--lightgray);
}
.site-footer i{
	font-size: 30px;
	padding: 0px 10px;
	color: var(--gray);
}
.footer-info-div p, .footer-info-div strong{
	color: var(--blue);
}
div.hero-body.footer-icons-div{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.site-footer div.hero-body{
	margin:0;
}
div.hero-body.footer-info-div{
	padding-top: 20px;
}
#logo-home-desktop
{
	display: flex;
}
#logo-home-desktop .image.meet-us-logo:hover
{
	filter: opacity(0.3) grayscale(1);
}
#logo-home-desktop div a
{
	width: 100%;
	height: 100%;
	display: flex;
}
#logo-home-desktop div a img
{
	height: auto!important;
	width: auto;
	max-height: 110px;
}
#logo-home-mobile
{
	display: none;
}
#table-home
{
	width: 100%;
}
#table-home td
{
	border: none;
	width: 50%;
}
@media screen and (min-width: 769px) {
	.has-border{
		border-right: 1px solid var(--gray);
	}	
}
.miniatures-labels img:hover{
	filter: opacity(0.7);
}
@media screen and (min-width: 1300px){
	.navbar.is-spaced 
	{
		padding: 2rem 2rem;
	}
}
/* fonts media queries */
@media screen and (max-width: 1023px) {
	div .content h2.header-2-title{
		font-size: 40px;
	}
	div h1.header-1-title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1930px) {
	.product-details p, .market-details p, .innovations-body p.blue{
		font-size: 18px;
	}
}
@media screen and (max-width: 1930px) {
	div .content h2.header-2-title, h1.header-1-main{
		font-size: 48px;
	}
	div h1.header-1-title{
		font-size: 28px;
	}
	.product-details h4 {
		font-size: 25px;
	}
	div#navbarBasicExample .navbar-link, .navbar-item{
		font-size: 16px;
	}
	.header-hero-body, .hero-product-div{
		padding-top: 0px;
	}
	.product-details ul{
		padding-bottom: 5px;
		margin-top: 10px;
	}
	.product-image{
		width: 80%;
	}
	.content li+li {
		margin-top: 0em;
	}
	hr{
		margin: 0.9rem 0;
	}
}
@media screen and (max-width: 1650px) {
	div .content h2.header-2-title, h1.header-1-main{
		font-size: 36px;
	}
	div h1.header-1-title{
		font-size: 25px;
	}
	.product-details h4 {
		font-size: 21px;
		margin-bottom: 0px;
	}
	.product-details p, .market-details p {
		font-size: 15px;
		line-height: 1.2;
	}
	div#navbarBasicExample .navbar-link, .navbar-item{
		font-size: 13px;
	}
	.header-hero-body, .hero-product-div{
		padding-top: 0px;
	}
	.product-details ul{
		padding-bottom: 5px;
		margin-top: 10px;
	}
	.product-image{
		width: 70%;
	}
	.content li+li {
		margin-top: 0em;
	}
	.miniatures-labels a {
		padding: 2px 0px;
	}
	div.miniatures-labels img{
		width: 45px;
	}
	.see-more-markets img{
		max-width: 60px;
	}
	hr{
		margin: 0.5rem 0;
	}
	a p.header-p-link, .product-details .see-more-markets p, .contact-bottom p {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px){
	#table-home
	{
		margin-top: 20px;
	}
	img.product-image{
		width: 100%;
	}
	.header-hero-body h2.header-2-title, .header-hero-body hr{
		display: none;
	}
	.product-header h1{
		text-align: center;
		padding-top: 4vh;
	}
	#logo-home-desktop
	{
		display: none;
	}
	#logo-home-mobile
	{
		display: block;
	}
}
p.paragraph-light{
	color: var(--lightblue);
	padding-top: 30px;
}
div.to-right{
	padding: 2rem 0rem 0rem 3rem;
}
tr.counter-history{
	font-size: 20px;
	color: var(--blue);
}
tr.counter-history p{
	font-weight: 700;
	margin-top: 0px;
}
/* locations */
.locations-body h4{
	font-size: 40px;
	text-transform: none;
}
.locations-body p.blue{
	font-size: 24px;
	margin-bottom: 0px;
}
.locations-body p.gps{
	font-size: 18px;
	padding-top: 10px;
}
.locations-body .column .columns{
	padding: 5% 0%;
}
.locations-body iframe{
	width: 100%;
}
div.prime-label-contact{
	align-self: center;
}
div.prime-label-contact div{
	width: 60%;
}
@media screen and (max-width: 1930px){
	.locations-body h4{
		font-size: 30px;
	}
	.locations-body p{
		font-size: 18px;
	}
	.locations-body p.gps{
		font-size: 12px;
	}
}
@media screen and (max-width: 768px){
	.locations-body h4{
		font-size: 25px;
	}
	.locations-body p{
		font-size: 12px;
	}
	.locations-body p.gps{
		font-size: 10px;
	}
}
/* vision mission  */
.vision-body h4.blue-header{
	font-size: 40px;
	margin-bottom: 4%;
}
.vision-body p.blue{
	font-size: 24px;
}
.vision-body .columns{
	width: 100%;
    margin: 0px;
}
.vision-body .row-second{
	margin-bottom: 0px;
}
@media screen and (max-width: 1930px){
	.vision-body h4.blue-header{
		font-size: 30px;
	}
	.vision-body p.blue{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.vision-body h4.blue-header{
		font-size: 25px;
	}
	.vision-body div.row-second{
		display: flex;
		flex-direction: column;
	}
	.vision-body div.row-second .image-column{
		order: 2;
	}
	.vision-body div.row-second .hero-body{
		order: 1;
	}
}
/* Group */
.group-body img{
	width: 100%;
}
.counter-history{
	font-family: 'Inter', sans-serif;
}
.counter-history span{
	font-size: 65px;
	font-weight: bold;
	line-height: 1.2;
}
.counter-history .column{
	padding-left: 0px;
}
.group-body div.to-right div.left-align{
	width: 200px;
}
div.vision-body .columns{
	width: 100%;
}
div.vision-body .image{
	width: 100%;
}
div.vision-body div.desc{
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
}
.row-first .col-left{
	display: flex;
	flex-direction: column;
}
.divided-banner{
	padding-top: 2%;
}
.divided-banner div{
	padding: 0px;
}
div.content{
	margin-bottom: 0px!important;
}
.range-details h4.blue-header, .group-body h4.blue-header, .innovations-body h4{
	font-size: 40px;
}
img.meet-us-logo{
	height: 110px;
	margin-bottom: 20px;
	cursor: pointer;
	width: auto;
}
img.meet-us-logo.active{
	cursor: auto;
}
.group-body h4.blue{
	font-weight: 600;
	text-transform: none;
}
.row-first .col-right{
	padding-left: 0px;
}
.row-second .col-left{
	padding-right: 0px;
}
.group-body .row-first .col-right.hero-body{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0px!important;
}
.group-body .row-second .col-left{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.group-body .row-second .col-left div{
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 40px;
}
.row-second .column, .row-first .column{
	padding-bottom: 0px;
	padding-top: 0px;
}
.div-all-products{
	padding-bottom: 0px;
}
.image-all-column{
	padding-bottom: 0px;
}
div.group-body div.row-second{
	margin-bottom: 0px;
}
div.group-body div.row-second div.column.is-half{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.row-first .image-column, .row-second .image-column, .row-third .image-column, .image-column{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.image-column{
	padding-bottom: 0px;
}
.image-column .image{
	padding: 0px;
}
div.group-body span.unit{
	font-size: 60px;
}
.counter-history .left-col{
	padding-left: 60px;
	padding-right: 30px;
	margin-right: 60px;
}
@media screen and (max-width: 1900px){
	.meet-us-main p{
		font-size: 18px;
	}
	.counter-history span{
		font-size: 50px;
	}
	div.group-body span.unit{
		font-size: 40px;
	}
}
@media screen and (max-width: 1500px){
	.counter-history .left-col{
		padding-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 1400px){
	.counter-history span{
		font-size: 40px;
	}
}
@media screen and (max-width: 768px){
	.counter-history .column.left{
		padding-left: 0px;
		min-width: 150px;
		margin-right: 0px;
	}
	div.counter-history{
		padding-left: 2%!important;
		padding-right: 2%!important;
	}
	.counter-history .column{
		padding-left: 0px;
	}
	.group-body div.to-right div.left-align{
		width: 150px;
	}
	.counter-history .to-right{
		align-items: center;
	}
	.group-body .col-left{
		padding-left: 0px;
	}
	div.group-body{
		padding: 0% 3% 0% 3%;
	}
	.group-body .row-first .col-right.hero-body{
		padding-top: 0px!important;
	}
}
/* timeline */
div#timeline-div{
	width: 100%;
	min-height: 250px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	margin: 0px 20px;
}
div#timeline-div div#timeline{
	width: 3000px;
	overflow: auto;
	height: 100%;
	color:white;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
div#timeline-div div.timeline-company{
	height: 100%;
	width: 10%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: var(--blue);
}
#timeline img.image{
	height: 200px;
	align-self: center;
}
div.timeline-company p.blue{
	font-size: 24px;
	font-weight:700;
	margin-bottom: 3px;
}
div#timeline-section{
	display: flex;
	flex-direction: row;
	position: relative;
}
div#timeline-main{
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	margin-top: 3%;
}
div.button-chevron{
	display: flex;
	align-items: flex-end;
}
div.button-chevron i{
	color: var(--green);
	font-size: 54px;
	margin-bottom: 0px;
	cursor: pointer;
}
hr.timeline-hr{
	border-width: 2px;
	width: 94%;
    border-style: solid;
    border-color: var(--blue);
    margin-bottom: 1rem;
	align-self: center;
	margin-top: -29px;
	z-index: 0;
}
div.timeline-year {
	width: 140px;
	height: 54px;
	background-color: var(--blue);
	color: white;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	font-weight: bold;
}
div.timeline-year p{
	font-size: 32px;
}
div.timeline-year:before {
	content: "";
	position: absolute;
	right: -26.5px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 27px solid  var(--blue);
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
}
#timeline-main-mobile img.image{
	height: 70px;
}
#timeline-mobile{
	display: flex;
    flex-direction: column;
    align-items: center;
}
div#timeline-main-mobile{
	display: none;
}
#timeline-mobile .timeline-company{
	padding-bottom: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
div#timeline-mobile div.timeline-year{
	right: 12px;
}
div#timeline-mobile div.timeline-year:before
{
	right: -26px;
}
img.prime-label-history{
	margin-left: 32px;
}
@media screen and (max-width: 768px){
	div#timeline-main{
		display: none;
	}
	div#timeline-main-mobile{
		display: flex;
	}
}
/* history */
div.history-body.content{
	padding-top: 0px;
	margin-bottom: 4%!important;
}
div.history-body h2.header-2-title{
	font-size: 40px;
}
/* Investors */
.investors-body .innova-logo{
	width: 350px;
	padding-top: 20px;
}
.investors-body .columns{
	width: 100%;
	margin: 0px;
}
.investors-body .second-row .column{
	margin-right: 20px;
	margin-left: 20px;
}
.investors-body .first-row .column-right{
	padding: 0px;
}
.investors-body h1.header-1-title{
	font-size: 40px;
}
/* responsibility  */
.responsibility-body .columns{
	width: 100%;
	margin: 0px;
}
.responsibility-body .desc{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.iso{
	height: 110px;
	margin: 10px 15px;
}
/* Meet us page */
div.meet-us-main .desc{
	padding-left: 4%;
	padding-right: 4%;
}
div.meet-us-main div.desc{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.div-with-border h4.subheader-name{
	margin-bottom: 0px;
}
div.meet-us-main .div-with-border, div.aboutus-body .div-with-border, div.innovations-body .div-with-border, div.eco-with-background .div-with-border{
	border: 2px solid var(--blue);
	padding: 20px 15px;
	padding-left: 25px;
	margin-top: 5%;
}
div.div-with-border-green
{
	border: 3px solid var(--primegreen)!important;
}
div.meet-us-main.primegreen div.div-with-border-green.div-with-border ul p
{
	font-weight: normal;
}
div.address h4{
	padding-top: 50px;
}
div.meet-us-main .div-with-border ul{
	margin-top: 0px;
}
div.meet-us-main .div-with-border ul li{
	margin-top: 0px;
}
div.meet-us-main .div-with-border ul p{
	font-weight: 600;
}
div.meet-us-main .div-with-border.div-with-border1{
	width: 60%;
}
div.meet-us-main .div-with-border.div-with-border1.div-with-border1-wider{
	width: 80%;
}
div.meet-us-main .div-with-border.div-with-border2{
	width: 45%;
}
.div-with-border2 h4{
	margin-left: 10px;
}
.div-with-border li::marker{
	font-size: 20px;
}
.strong-paragraph
{
	font-weight: 600;
}
div.meet-us-main .strong-paragraph{
	font-weight: 600;
	margin-bottom: 50px;
}
div.meet-us-main h4.blue-header{
	font-size: 40px;
}
div.meet-us-main h4.blue-header-smaller{
	font-size: 30px;
}
div.specialization-image{
	position: relative;
}
div.specialization-image-mobile{
	display: none;
}
div.specialization-image .columns{
	position: absolute;
	padding: 8% 7%;
	color: white;
}
.div-with-border2, .div-with-border3{
	text-transform: uppercase;
}
div.specialization-image .div-with-border3{
	position: absolute;
	min-width: 600px;
	color: white;
	border: 2px solid white;
	padding-bottom: 60px;
	margin-top: 2%;
	line-height: 1.2;
}
div.specialization-image.chemes .div-with-border3{
	color: var(--blue);
	border: 2px solid var(--blue);
	right: 200px;
}
div.specialization-image.pegwan .div-with-border3{
	color: var(--blue);
	border: 2px solid var(--blue);
	left: 200px;
}
div.specialization-image.chemes .div-with-border3 li::marker, div.specialization-image.pegwan .div-with-border3 li::marker{
	color: var(--blue)!important;
}
.div-with-border3.white, div.specialization-image.chemes .div-with-border3.white li::marker{
	color: white!important;
	border-color: white!important;
}
div.specialization-image.pegwan .columns{
	padding-top: 28%;
}
/* Team */
.team-body .columns{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0% 15%;
}
.team-body .columns .column{
	min-width: 300px;
	max-width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin: 30px 30px;
	text-align: center;
	font-size: 18px;
}
.team-body .columns .column .blue{
	margin-bottom: 0em;
}
.team-body .columns .column .blue.strong{
	margin-bottom: 0.5em;
}
.team-body p.desc{
	padding-right: 10%;
	padding-left: 10%;
}
.team-body .team-grid p.blue{
	font-size: 18px;
	line-height: 1.2;
}
/* innovations */
div.innovations-body .row-second div.spacing{
	padding-top: 7%;
	padding-bottom: 7%;
}
div.innovations-body .desc{
	padding-top: 50px;
}
div.innovations-body .columns{
	width: 100%;
	margin: 0px;
}
div.innovations-body .columns .image{
	padding: 0px;
}
.image.innovation{
	height: 64px;
}
.esg .image.innovation
{
	max-height: 64px;
	height: auto;
}
.innovation-bulb-div h5{
	text-transform: uppercase;
	color: var(--blue);
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 0px;
}
.innovation-bulb-div .column{
	padding: 0px;
	width: 90px;
	display: flex;
}
.innovation-bulb-div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.innovation-bulb-div .is-1{
	width: 8%;
	margin-right: 20px;
}
.video-container {
	min-height: 300px;
    /* width: 300px; */
    position: relative;
}
.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
div.innovations-body .columns div.image-padding img.image{
	padding-right: 150px;
}
/* eco */
.eco-gray{
	background-color: var(--lightgray);
}
.eco-gray img.image{
	height: 100px;
}
.container-margin{
	padding-left: 8%;
	padding-right: 8%;
}
.eco-body p.blue{
	margin-bottom: 0px;
}
div.eco-with-background img{
	margin-right: 0px;
}
div.eco-with-background h5.strong{
	text-transform: uppercase;
}
.recycling-program-row .image-column{
	padding-right: 50px;
}
.eco-body .columns{
	width: 100%;
	margin: 0px;
}
.columns.container-margin.hero-body.eco-gray h5{
	text-transform: uppercase;
	font-weight: 800;
}
.eco-body h4{
	font-size: 40px;
}
.eco-body h5{
	font-size: 30px;
	margin-bottom: 0px;
}
div.div-with-green-border div{
	border: 3px solid var(--green);
}
div.div-with-green-border h4{
	padding-top: 20px;
}
div.div-with-green-border div h4, div.div-with-green-border div h5{
	color: var(--green);
	text-transform: uppercase;
	font-weight: bold;
}
.recycling-summary .column{
	flex-wrap: wrap;
}
.recycling-summary img{
	margin: 10px;
	max-height: 300px;
}
div.eco-with-background .div-with-border{
	width: 80%;
}
.three-cols-eco ul.mb-5, div.row-with-earth ul.mb-5{
	margin-top: 5px;
}
.three-cols-eco h5.blue{
	padding-top: 10px;
}
/* about us */
div.aboutus-body .div-with-border{
	width: 75%;
}
div.aboutus-body .div-with-border h4{
	font-size: 30px;
}
div.aboutus-body div.container-margin{
	padding-right: 0px;
}
/* whistleblowing */
div.whistleblowing.desc{
	padding-right: 20%;
	padding-left: 20%;
	margin-top: 4%;
	margin-bottom: 4%;
}
/* tinymce */
p.MsoNormal span, p.MsoListParagraph span, .pb-6.container-margin.mt-6 h3 span, p.MsoNormal span strong{
	color: var(--blue)!important;
	font-family: 'Inter', sans-serif;
}
.MsoNormalTable td{
	padding: 4px!important;
}
/* esg */
.esg .row-first .mobile-order-1
{
	padding-left: 8%;
}
.esg .row-first .mobile-order-1 img
{
	width: 75%;
}
div.esg.innovations-body .row-second div.spacing
{
	padding-top: 3%;
	padding-bottom: 3%;
}
div.esg .column
{
	display: flex;
	align-items: center;
}
div.esg .column div.pb-6.pt-5
{
	padding-bottom: 0!important;
	padding-top: 0!important;
}
.esg.innovations-body .is-underlined
{
	color: var(--blue);
}
.image-link
{
	cursor: pointer;
}
.esg-subpage .columns .column.image
{
	position: relative;
  	display: inline-block;
}
.esg-subpage .columns .column.image img
{
	display: block;
}
.esg-subpage .columns .column.image::after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0; /* strona zanikania */
	width: 80%;
	height: 100%;
	background: linear-gradient(to left, transparent, var(--lightgray));
}
.esg-subpage .columns .column.two-fifths
{
	flex: none;
	width: 40%;
}
.has-border-left-green
{
	border-left: 1px solid var(--green);
	padding-left: 30px;
}
.esg-subpage .small-images
{
	display: flex;
	margin-top: 2rem;
}
.esg-subpage .small-image
{
	max-height: 200px;
	margin: 20px;
	margin-left: 0;
}
.esg-subpage .kpis
{
	font-size: 30px;
}


/* primegreen */
.primegreen-header
{
	justify-content: center;
    display: flex;
    align-items: center;
}
.primegreen-header img
{
	max-height: 40px;
	margin-left: 10px;
	margin-right: 10px;
}
.content.primegreen .row-first h2
{
	/* font-size: 70px; */
	font-size: 7rem;
	text-transform: uppercase;
	font-weight: 800;
	color: var(--blue);
}
.primegreen .row-first h4.blue
{
	font-size: 2.5rem;
}
.primegreen .row-first .mobile-order-1
{
	padding-left: 8%;
	display: flex;
	align-items: center;
}
.primegreen-container
{
	padding-left: 6%;
	padding-right: 6%;
}
.primegreen .subheader-5
{
	font-size: 1.5rem;
}
.primegreen .contact-bottom, .primegreen .contact-bottom a
{
	max-width: 80px;
	max-height: 80px;
	width: 100%;
}
ul.cross-li
{
	list-style: none;
}
ul.cross-li li
{
	display: flex;
	align-items: center;
}
ul.cross-li li::before
{
	content: "+  ";
	margin-right: 5px;
}
.green-stripe-bottom
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.green-alternatives > a > img
{
	width: 80%;
	max-width: 300px;
}
.green-alternatives > a > h3
{
	text-align: center;
}
.green-alternatives > a > h3 > span
{
	white-space: nowrap;
}
.green-alternatives > a > p
{
	max-width: 350px;
}
.green-stripe-column img
{
	max-width: 60%;
}
.green-stripe-column
{
	text-align: center;
	width: 12%;
}
/* media mobile screen */
@media screen and (max-width: 2060px){
	.esg .row-first .mobile-order-1
	{
		padding-left: 7%;
	}
	.content.primegreen .row-first h2
	{
		font-size: 5rem !important;
	}
	.primegreen .row-first h4.blue
	{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 1930px){
	p.blue, ul.blue-list p, .history-body .columns p.blue, .team-body p.blue, .eco-body p, .aboutus-body p, .locations-body p.blue{
		font-size: 18px;
	}
	h4.blue-header, .group-body h4.blue-header, div.meet-us-main h4.blue-header {
		font-size: 30px;
	}
	div.meet-us-main h4.blue-header-smaller {
		font-size: 25px;
	}
	.group-body h4.blue, div.aboutus-body .div-with-border h4{
		font-size: 24px;
	}
	div.specialization-image .div-with-border3{
		min-width: 500px;
	}
	div.meet-us-main .div-with-border.div-with-border2, div.meet-us-main .div-with-border1{
		width: 65%;
		min-width: 280px;
	}
	.innovation-bulb-div h5, .eco-body h5, .esg-subpage .kpis{
		font-size: 22px;
	}
}
@media screen and (max-width: 1500px){
	.esg.innovations-body p.blue
	{
		font-size: 16px;
	}
	.esg .row-first .mobile-order-1
	{
		padding-left: 5%;
	}
	.content.primegreen .row-first h2
	{
		font-size: 4rem !important;
	}
	.primegreen .row-first h4.blue
	{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 1430px){
	
	.content.primegreen .row-first h2 {
    	font-size: 40px;
	}
	.content.primegreen h4 {
    	font-size: 20px;
	}
	div.meet-us-main .strong-paragraph{
		margin-bottom: 20px;
	}
	div.meet-us-main .div-with-border.div-with-border1{
		width: 100%;
	}
	.innovation-bulb-div h5{
		font-size: 25px;
	}
	div.innovations-body .columns div.image-padding img.image{
		padding-right: 30px;
	}
	.container-margin{
		padding-left: 8%;
		padding-right: 8%;
	}
	.esg .row-first .mobile-order-1
	{
		padding-left: 2%;
	}
	.esg .row-first .mobile-order-1 h4
	{
		font-size: 26px;
	}
	div.esg.innovations-body .row-second div.spacing
	{
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 1200px){
	.content.primegreen .row-first h2
	{
		font-size: 3rem !important;
		word-wrap:break-word;
		display: flex;
		flex-wrap: wrap;
	}
	.primegreen .row-first h4.blue
	{
		font-size: 1.2rem;
	}
	.esg-subpage .small-images
	{
		flex-wrap: wrap;
		justify-content: center;
	}
	.esg-subpage .column.image img
	{
		max-width: unset !important;
		width: auto;
	}
	div.meet-us-main .columns .column.is-half
	{
		width: 100%;
	}
	#table-home td
	{
		text-align: center;
	}
	.content.group-body .columns .column
	{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.content.group-body .columns:not(.is-desktop){
		display: block;
	}
	.content.group-body .column .columns
	{
		display: flex;
		justify-content: center;
	}
	.content.group-body .column .columns .column
	{
		width: 50%;
	}
	.innovation-bulb-div .is-1{
		width: 10%;
	}
	.container-margin {
		padding-left: 4%;
		padding-right: 4%;
	}
	div.aboutus-body .div-with-border{
		width: 100%;
	}
	div.innovations-body .row-second div.spacing{
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.locations-body .columns .is-one-third{
		width: 100%;
	}
	div.prime-label-contact div{
		width: 100%;
	}
	.locations-columns .columns{
		flex-wrap: wrap;
	}
	.locations-columns .columns .column{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	div.specialization-image.pegwan .div-with-border{
		padding-bottom: 30px;
		left: 60px;
	}
	div.specialization-image.pegwan .columns{
		padding-top: 26%;
	}
	.esg .row-first .mobile-order-1
	{
		padding-left: 5%;
		padding-right: 0%;
	}
	.esg .row-first .mobile-order-1 h4
	{
		font-size: 22px;
	}
	.esg .column
	{
		width: 100%;
	}
}
@media screen and (max-width: 1023px){
	
	.esg-subpage .columns .column.two-fifths
	{
		flex: unset;
		width: 50%;
	}
	.menu-mobile-only
	{
		display: block;
	}
	.menu-desktop-only
	{
		display: none;
	}
	.green-stripe-bottom
	{
		/* flex-direction: column; */
		flex-wrap: wrap;
		align-items: center;
	}
	.green-stripe-column
	{
		width: 100%;
		max-width: 100px;
		justify-content: center;
		text-align: center;
	}
}
@media screen and (max-width: 768px){
	.primegreen .contact-bottom
	{
		width: 100%;
		max-width: unset;
		justify-content: center;
	}
	.primegreen .subheader-5
	{
		font-size: 1.1rem;
	}
	.esg-subpage .column.image img
	{
		max-width: 100%;
		width: 100%;
	}
	div.esg.esg-subpage .column div.pb-6.pt-5
	{
		text-align: left;
	}
	.esg-subpage .columns .column.two-fifths
	{
		flex: unset;
		width: unset;
	}
	.has-border-left-green
	{
		padding-left: 0;
		border: none;
	}
	.content.primegreen .row-first h2 {
    	font-size: 35px;
	}
	div.meet-us-main .div-with-border.div-with-border1.div-with-border1-wider
	{
		width: 100%;
	}
	.recycling-summary .image-column{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.padding-bottom-mobile{
		padding-bottom: 20px;
	}
	.padding-top-mobile{
		padding-top: 20px;
	}
	div.eco-with-background .div-with-border{
		width: 100%;
	}
	p.blue.additional-small{
		font-size: 16px;
	}
	.investors-body .second-row .column{
		margin-right: 0px;
		margin-left: 0px;
	}
	.innovation-bulb-div .is-1{
		width: 16%;
	}
	div.innovations-body .innovation-bulb-div{
		width: 100%;
	}
	.row-second div.spacing{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.recycling-program-row .image-column{
		padding-right: 0px;
	}
	div.inverted-order{
		display: flex;
		flex-direction: column;
	}
	.container-margin{
		padding-left: 4%;
		padding-right: 4%;
	}
	div.eco-with-background .column{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	div.innovations-body .columns div.image-padding img.image{
		padding-right: 0px;
	}
	div.image-padding{
		margin-left: 4%;
		margin-right: 4%;
	}
	.team-body p.desc{
		padding-right: 2%;
		padding-left: 2%;
	}
	div.whistleblowing.desc
	{
		padding-right: 2%;
		padding-left: 2%;
	}
	.order-1, .mobile-order-1{
		order: 1;
	}
	.order-2, .mobile-order-2{
		order: 2;
	}
	div.vision-body div.desc, div.responsibility-body div.desc, div.group-body div.desc, div.meet-us-main .desc{
		margin-top: 2%;
		margin-bottom: 2%;
		padding-left: 5%;
		padding-right: 5%;
	}
	div.investors-body div.desc{
		padding-left: 8%;
		padding-right: 8%;
	}
	
	.investors-body h1.header-1-title{
		font-size: 30px;
	}
	h4.blue-header, .group-body h4.blue-header, div.meet-us-main h4.blue-header{
		font-size: 24px;
	}
	div.meet-us-main h4.blue-header-smaller{
		font-size: 20px;
	}
	.product-details p, .market-details p, .range-details p, .investors-body p, .counter-history p, .responsibility-body p, .div-with-border p, .history-body .columns p.blue, .team-body p.blue, .innovations-body p.blue{
		font-size: 18px;
	}
	.group-body h4.blue{
		font-size: 20px;
	}
	div .content h2.header-2-title, .counter-history span, div.meet-us-main h2.header-2-title{
		font-size: 30px;
	}
	div.group-body span.unit{
		font-size: 25px;
	}
	div.counter-history div.left-align, div.counter-history div.left-align{
		text-align: center;
	}
	div.counter-history{
		margin: 0px;
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
	tr.counter-history p{
		margin-top: 10px;
	}
	.counter-history .column.left {
		padding-right: 30px;
	}
	div.counters-column{
		padding-right: 0px;
	}
	div.meet-us-main div.desc div.div-with-border{
		width: 100%;
	}
	div.specialization-image .div-with-border3{
		min-width: 100%;
		padding-top: 0px;
		margin-top: 40px;
		padding-bottom: 20px;
	}
	div.specialization-image .columns{
		padding: 0% 2%;
		align-items: center;
		justify-content: center;
	}
	div.meet-us-main .address{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	div.specialization-image.chemes .div-with-border3{
		right: 0px;
	}
	div.specialization-image{
		display: none!important;
	}
	div.specialization-image-mobile{
		display: flex;
	}
	.miniatures-iso{
		padding-left: 8%;
		padding-right: 8%;
		justify-content: space-between;
	}
	.innovation-bulb-div h5{
		font-size: 18px;
	}
	.counter-history span{
		font-size: 35px;
	}
	div.product-header h1.header-1-title{
		font-size: 30px;
	}
	.div-with-border h4.subheader-name{
		font-size: 20px;
	}
	div.three-cols-eco .column{
		margin-bottom: 30px;
	}
	div.see-more-markets{
		display: none!important;
	}
	.contact-bottom a img{
		max-width: 60px;
		max-height: 60px;
	}
	div.address h4{
		padding-top: 10px;
	}
	div.meet-us-main h2.header-2-title{
		margin-top: 70px;
	}
	div.meet-us-main div.columns.hero-body{
		padding-top: 2rem;
	}
	.esg .row-first .mobile-order-1
	{
		padding-top: 0;
		padding-left: 2%;
		padding-right: 2%;
	}
	.esg .row-first .mobile-order-1 img
	{
		display: unset;
		width: 90%;
		padding-bottom: 30px;
	}
	div.esg .column div.pb-6.pt-5
	{
		padding-bottom: 3rem !important;
		padding-top: 1.5rem !important;
		text-align: center;
	}
	.esg .row-first .mobile-order-1 h4
	{
		font-size: 19px;
		padding-top: 1rem!important;
	}
}
@media screen and (max-width: 450px){
	div.specialization-image .div-with-border3{
		min-width: 100%;
		padding-top: 0px;
		margin-top: 20px;
		padding-bottom: 0px;
		border: none;
	}
}
