 /* home */
.home #lead-block {
	margin-bottom: 0;
}
.home #lead-block > .container > .bottom {
	position: absolute;
	left: var(--padding-l-r);
	right: var(--padding-l-r);
	bottom: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 2rem 1rem;
}
.home #lead-block > .container > .bottom > * {
	width: 33.33%;
}
.home #lead-block > .container > .bottom > .text-content,
.home #lead-block > .container > .bottom > .social-links {
	font-size: 0.61rem;
}
.home #lead-block > .container > .bottom > .entry-content > * {
	max-width: 18rem;
}
.home #lead-block > .container > .bottom > .text-content h2 {
	font-size: 1.9em;
	font-weight: 300;
	line-height: 1.4;
}
.home #lead-block > .container > .bottom > .social-links {
	text-align: right;
}
.home #lead-block > .container > .bottom > .social-links ul > li:not(:first-child) {
	margin-top: 1em;
	margin-left: 0;
}
@media all and (max-width: 1400px) {
	.home #lead-block > .container > .bottom > .text-content,
	.home #lead-block > .container > .bottom > .social-links {
		font-size: 0.7rem;
	}
}
@media all and (max-width: 800px) {
	.home #lead-block > .container > .bottom {
	    bottom: var(--padding-l-r);
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.home #lead-block > .container > .bottom > * {
		width: 100%;
		margin: 0;
		text-align: left !important;
	}
}

.home #block-2:not(.background-cover) {
	background-color: var(--off-black-1);
}
.home #block-2 > .container > .text-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 65vh;
	width: 50%;
	padding: 8rem 4rem 8rem 7rem;
	background-color: rgba(26, 28, 30, 0.66);
}
.home #block-2 > .container > .text-content > * {
	max-width: 27.7rem;
}
.home #block-2 > .container > .text-content > .line-svg {
	margin-top: 5.5rem;
}
@media all and (max-width: 1400px) {
	.home #block-2 > .container > .text-content {
		padding-left: 6rem;
	}
}
@media all and (max-width: 1000px) {
	.home #block-2 > .container > .text-content {
		padding-left: var(--padding-l-r);
	}
}
@media all and (max-width: 800px) {
	.home #block-2 > .container > .text-content {
		min-height: unset;
		width: 100%;
		padding: 6rem var(--padding-l-r);
	}
}

.home #block-3 .grid {
	align-items: center;
}
.home #block-3 .grid > .col > .text-content {
	/* 	max-width: 23.3rem; */
	max-width: 22rem;
}
.home #block-3 .grid > .col > .text-content h2 {
	margin-bottom: 5.5vw;
}
.home #block-3 .grid > .col > .text-content .line-svg {
	margin-top: 5.5vw;
}

.home #block-4 {
	background-color: var(--off-black-1);
}
.home #block-4 .grid > .col > .image {
	height: 100%;
}
.home #block-4 .grid > .col > .image > img {
	height: 100%;
	object-fit: cover;
}
.home #block-4 .grid > .col-text {
	align-self: end;
}
.home #block-4 .grid > .col-text > .text-content {
	max-width: 33rem;
	padding: var(--padding-l-r);
	padding-bottom: 4rem;
}
.home #block-4 .grid > .col-text > .text-content .line-svg {
	margin-top: 5vw;
}
@media all and (max-width: 800px) {
	.home #block-4 .grid > .col-text > .text-content {
		padding: 60px var(--padding-l-r);
	}
}

.home #latest-news > .container > .block-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 2rem 1rem;
}
@media all and (max-width: 800px) {
	.home #latest-news > .container > .block-title {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

.home #block-6 .video-container {
	position: relative;
}
.home #block-6 .video-container {
	position: relative;
}
.home #block-6 .video-container > video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* about page */
.page-template-about #main-block > .container,
.page-template-about #block-2 > .container,
.page-template-about #block-4 > .container,
.page-template-about #block-6 > .container {
	max-width: 1200px;
}
.page-template-about #main-block > .container > .text-content {
	/* max-width: 50rem; */
	max-width: 44rem;
}


.page-template-about #block-2 > .container > hr {
	margin-top: 0;
	margin-bottom: 4rem;
}
.page-template-about #block-2 > .container > .grid {
	align-items: flex-end;
	margin-top: -3rem;
	margin-left: -7%;
}
.page-template-about #block-2 > .container > .grid > .col {
	padding-top: 3rem;
	padding-left: 7%;
}
.page-template-about #block-2 > .container > .grid > .col-title {
	align-self: baseline;
}
.page-template-about #block-2 > .container > .grid > .col-title .text-content {
	margin-top: -0.7rem;
}
.page-template-about #block-2 > .container > .grid > .col-svg > .svg-holder {
	position: relative;
}
.page-template-about #block-2 > .container > .grid > .col-svg > .svg-holder > .text-content > .larger-font {
	margin-bottom: 0.8em;
}
.page-template-about #block-2 > .container > .grid > .col-svg > .svg-holder > .text-content.h-center {
	max-width: 19rem;
	padding-top: 1.8em;
}
.page-template-about #block-2 > .container > .grid > .col-svg-1 > .svg-holder {
	max-width: 16.5rem;
	padding-left: 3.1rem;
	padding-right: 3.1rem;
}
.page-template-about #block-2 > .container > .grid > .col-svg-1 > .svg-holder > .text-content.h-center {
	max-width: 12rem;
}
.page-template-about #block-2 > .container > .grid > .col-svg-1 > .svg-holder > .text-content.left-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 5.11rem;
}
.page-template-about #block-2 > .container > .grid > .col-svg-1 > .svg-holder > .text-content.right-text {
	position: absolute;
	right: 0;
	top: 0;
	width: 7.22rem;
	text-align: right;
}
.page-template-about #block-2 > .container > .grid > .col-svg-2 > .svg-holder > .text-content.h-center {
	padding-top: 3.6rem;
	min-height: 2.2rem;
}
.page-template-about #block-2 > .container > .grid > .col-svg-2 > .svg-holder > .text-content.left-text {
	position: absolute;
	left: 3.8rem;
	bottom: 3.8rem;
}
.page-template-about #block-2 > .container > .grid > .col-svg-2 > .svg-holder > .text-content.right-text {
	position: absolute;
	right: 3.8rem;
	bottom: 3.8rem;
	text-align: right;
}
@media all and (max-width: 800px) {
	.page-template-about #block-2 > .container > .grid > .col-title {
		margin-bottom: -1rem;
	}
	.page-template-about #block-2 > .container > .grid > .col-title .text-content {
		margin-top: 0;
	}
	.page-template-about #block-2 > .container > .grid > .col-svg > .svg-holder {
		max-width: 21.5rem;
		margin: 0 auto;
	}
	.page-template-about #block-2 > .container > .grid > .col-svg-2 > .svg-holder {
		max-width: 30rem;
	}
}

.page-template-about #block-4 > .container > hr {
	margin: 0;
}
.page-template-about #block-4 > .container .accordion > li > .text-content {
	padding-top: 2.5rem;
}
.page-template-about #block-4 > .container .accordion > li > .text-content > .big-text-mobile {
	display: none;
}
/* .page-template-about #block-4 > .container > .grid .accordion {
	position: sticky;
	top: var(--header-height);
} */
.page-template-about #block-4 .feature-texts {
	position: relative;
}
.page-template-about #block-4 .feature-texts > div {
	/* position: absolute;
    top: 4.44rem;
    left: 0;
    right: 0; */
    max-width: 24.4rem;
    margin-left: auto;
	margin-top: 2rem;
}
.page-template-about #block-4 .feature-texts > div:not(:first-child) {
	display: none;
}
.page-template-about #block-4 .feature-texts p:first-child > img {
	max-width: 250px;
}
.page-template-about #block-4 .feature-texts p:not(:first-child) > img {
	margin-top: 1.5em;
}
.page-template-about #block-4 .feature-texts p:not(:last-child) > img {
	margin-bottom: 1.5em;
}
@media all and (max-width: 800px) {
	.page-template-about #block-4 > .container .accordion > li > .text-content {
		padding-top: 1rem;
	}
	.page-template-about #block-4 > .container .accordion > li > .text-content > .big-text-mobile {
		display: block;
	}
}


.page-template-about .feature-block {
	background-color: var(--off-black-1);
}
.page-template-about .feature-block > .container .grid > .col > .text-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    height: 100%;
	max-width: 29.5rem;
    margin-left: calc(50vw - 600px - var(--padding-l-r));
    padding: 3.1rem var(--padding-l-r) 3.5rem var(--padding-l-r);
    /* margin-right: 7.77rem; */
}
.page-template-about .feature-block > .container .grid > .col > img {
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 1280px) {
	.page-template-about .feature-block > .container .grid > .col > .text-content {
    	margin-left: 0;
	}

}
.page-template-about #block-6 .grid > .col > .text-content > *:not(.image) {
	padding-right: 21%;
}
.page-template-about #block-6 .grid > .col > .text-content > h4 {
	font-weight: 300;
}
.page-template-about #block-6 .grid > .col > .text-content > .image {
	margin-bottom: 1.66rem;
}
.page-template-about #block-6 .grid > .col > .text-content > .image > img {
	margin: 0;
}

/* product page */
.page-template-product #main-block > .container,
.page-template-product #materials-block > .container {
	max-width: 1200px;
}
.page-template-product #main-block > .container > .text-content {
	max-width: 44rem;
}

.page-template-product #materials-block > .container > .material-group:not(:last-child) {
	margin-bottom: 7rem;
}
.page-template-product #materials-block > .container > .material-group > .title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3.6rem;
}
.page-template-product #materials-block > .container > .material-group > .title h3 {
	font-size: 2rem;
	flex-shrink: 0;
	line-height: 1;
}
.page-template-product #materials-block > .container > .material-group > .title > .line {
	height: 1px;
	width: 100%;
	background-color: #d1d1d1;
}
.page-template-product #materials-block > .container > .material-group > .material:not(:last-child) {
	margin-bottom: 2.77rem;
}
.page-template-product #materials-block > .container > .material-group > .material .grid {
	margin-top: -30px;
	margin-left: -35px;
}
.page-template-product #materials-block > .container > .material-group > .material .grid > .col {
	padding-top: 30px;
	padding-left: 35px;
}
/* .page-template-product #materials-block > .container > .material-group > .material > .overview {
	max-width: 50rem;
} */
.page-template-product #materials-block > .container > .material-group > .material > .overview .text-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-template-product #materials-block > .container > .material-group > .material > .overview .text-content > *:not(h4) {
	max-width: 30rem;
}
.page-template-product #materials-block > .container > .material-group > .material .text-content h4 {
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 0.7em;
}
.page-template-product #materials-block > .container > .material-group > .material > .main-text {
	display: none;
	position: relative;
}
.page-template-product #materials-block > .container > .material-group > .material > .main-text > .close-main-text {
	position: absolute;
	right: 0;
	top: -0.5rem;
	width: 1.3rem;
	stroke: #636971;
}
.page-template-product #materials-block > .container > .material-group > .material > .main-text h4 {
	margin-bottom: 0.25em;
}
.page-template-product #materials-block > .container > .material-group > .material > .main-text .slick-gallery .slick-dots {
	position: absolute;
	width: 100%;
	bottom: 5%;
	text-align: center;
	font-size: 0;
}
.page-template-product #materials-block > .container > .material-group > .material > .main-text .slick-gallery .slick-dots li.slick-active button,
.page-template-product #materials-block > .container > .material-group > .material > .main-text .slick-gallery .slick-dots li:not(.slick-active) button:hover {
	background-color: #fff !important;
}
.page-template-product #materials-block > .container > .material-group > .material > .main-text .slick-gallery .slick-dots li button {
	background-color: rgba(217, 217, 217, 0.55);
}

.page-template-product #materials-block > .container > .material-group > .material > .main-text .texts-holder {
	display: flex;
	flex-direction: row;
	gap: 4rem;
}
.page-template-product #materials-block > .container > .material-group > .material > .main-text .texts-holder p:first-child {
	margin-bottom: 0.25em;
}
.page-template-product #materials-block > .container > .material-group > .material > .main-text hr {
	margin-top: 1.2rem;
}
@media all and (max-width: 800px) {
	.page-template-product #materials-block > .container > .material-group > .material > .main-text .texts-holder {
		flex-wrap: wrap;
		gap: 1.5rem;
	}
	.page-template-product #materials-block > .container > .material-group > .material > .main-text .texts-holder > div {
		width: calc(50% - 1.5rem);
	}
}


/* sustainability page */
.page-template-sustainability #lead-block > .container > .video-container > .text-content {
	max-width: 35rem;
}
.page-template-sustainability #main-block > .container,
.page-template-sustainability #block-2 > .container {
	max-width: 1200px;
}
.page-template-sustainability #main-block > .container > .text-content {
	max-width: 44rem;
}

.page-template-sustainability #block-2 .tabs-nav {
	position: relative;
	z-index: 1;
}
.page-template-sustainability #block-2 .tabs-nav ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 1rem;
	color: #9FA0A0;
	padding: 1.2rem 0;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	line-height: 1;
	font-weight: bold;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-text > .dropdown-holder {
	margin-right: 60px;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #d1d1d1;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-text > .dropdown-holder > .dropdown-nav {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    line-height: 1;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-text > .dropdown-holder > .dropdown-nav > li {
	width: 50%;
	padding-bottom: 17px;
	border-bottom: 1px solid #d1d1d1;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-text > .dropdown-holder > .dropdown-nav > li > a {
    display: flex;
    justify-content: space-between;
    fill: #d1d1d1;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-text > .dropdown-holder > .dropdown-nav > li > a  > svg {
	-o-transition: transform 0.2s;
	-moz-transition: transform 0.2s;
	-webkit-transition: transform 0.2s;
	transition: transform 0.2s;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-text > .dropdown-holder > .dropdown-nav > li.active > a  > svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.page-template-sustainability #block-2 .tabs-texts > div .col-dropdown-content {
	padding-top: 0;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-dropdown-content > .dropdown-content {
	display: none;
	border-bottom: 1px solid transparent;
	padding-bottom: 1.3rem;
	padding-top: 40px;

	-o-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-dropdown-content > .dropdown-content.active {
	border-color: #d1d1d1;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-dropdown-content > .dropdown-content .grid > .col {
	display: inline-flex;
    flex-direction: row;
    gap: 1.2rem;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-dropdown-content > .dropdown-content .grid > .col > .image {
	flex-shrink: 0;
	height: 5.25rem;
	max-width: 10rem;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-dropdown-content > .dropdown-content .grid > .col > .image > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page-template-sustainability #block-2 .tabs-texts > div .col-dropdown-content > .dropdown-content .grid > .col > .text-content {
	font-size: 0.7rem;
	max-width: 36em;
}
.page-template-sustainability #block-2 .tabs-nav > li > a > span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.page-template-sustainability #block-2 .tabs-nav ul  > li > a > span.desktop::after {
	display: inline-block;
	content: '—';
	margin: 0 0.3em;
}
@media all and (max-width: 800px) {
	.page-template-sustainability #block-2 .tabs-texts > div .col-dropdown-content > .dropdown-content {
		padding-top: 0;
	}
	.page-template-sustainability #block-2 .tabs-texts > div .col-dropdown-content > .dropdown-content .grid > .col > .image {
		width: 20%;
	}
	.page-template-sustainability #block-2 .tabs-nav ul  > li > a > span.desktop {
		display: none;
	}
	.page-template-sustainability #block-2 .tabs-texts > div .col-img > img {
		display: block;
		width: 70%;
		max-width: 300px;
		margin: 0 auto;
	}
	.page-template-sustainability #block-2 .tabs-texts > div .col-text > .dropdown-holder {
		margin-right: 0;
	}
}


/* process page */
.page-template-process #main-block > .container,
.page-template-process #block-2 > .container,
.page-template-process #block-3 > .container {
	max-width: 1200px;
}
.page-template-process #main-block > .container > .text-content {
	max-width: 44rem;
}

.page-template-process #block-2 > .container > hr {
	margin-top: 0;
	margin-bottom: 4rem;
}
@media all and (max-width: 800px) {
	.page-template-process #block-2 > .container > hr {
		margin-bottom: 2.5rem;
	}
}

.page-template-process #block-3 .tabs-nav {
	position: sticky;
	top: -5rem;
	background-color: #fff;
}
.page-template-process #block-3 .tabs-nav hr {
    position: absolute;
    top: 3.8rem;
    left: 1rem;
    width: calc(100% - 2rem);
    padding: 0;
    margin: 0;
}
.page-template-process #block-3 .tabs-nav ul {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: space-between;
	color: #9FA0A0;
	padding: 0 1rem 1.4rem 1rem;
	border-bottom: 1px solid #d1d1d1;
	line-height: 1;
}
.page-template-process #block-3 .tabs-nav ul > li {
	position: relative;
	text-align: center;
/* 	padding: 0 1rem; */
	background-color: #fff;
}
.page-template-process #block-3 .tabs-nav ul > li:not(:last-child)::after {
	z-index: -1;
	content: '';
	position: absolute;
	top: 3.3rem;
	left: 13rem;
	width: 1rem;
	height: 1rem;
	background: url('../media/process-arrow-line.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.page-template-process #block-3 .tabs-nav ul > li > a {
	display: block;

	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.page-template-process #block-3 .tabs-nav ul > li > a > svg {
	display: block;
	width: 8.3rem;
	background-color: #fff;
}
.page-template-process #block-3 .tabs-nav ul > li > a:hover {
	fill: inherit !important;
	opacity: 0.8;
}
.page-template-process #block-3 .tabs-nav ul > li > a > p {
	margin-top: 30px;
	margin-bottom: 0;
}

.page-template-process #block-3 .tabs-texts .col-media > div {
	position: relative;
}
.page-template-process #block-3 .tabs-texts .col-media > div > .video-container {
    position: relative;
    font-size: 0;
}
.page-template-process #block-3 .tabs-texts .col-media > div > .video-container > img {
	z-index: -1;
}
.page-template-process #block-3 .tabs-texts .col-media > div > .video-container > img,
.page-template-process #block-3 .tabs-texts .col-media > div > .video-container > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-template-process #block-3 .tabs-texts .col-media > div > .video-container > video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-template-process #block-3 .tabs-texts .col-media > div .text-content {
	max-width: 620px;
	padding: 0 var(--padding-l-r);
}
.page-template-process #block-3 .tabs-texts .col-text > .text-content {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.95em;
}
@media all and (max-width: 1280px) {
	.page-template-process #block-3 .tabs-nav ul > li:not(:last-child)::after {
		left: 18vw;
	}
}
@media all and (max-width: 800px) {
	.page-template-process #block-3 .tabs-nav {
		position: relative;
		top: auto;
	}
	.page-template-process #block-3 .tabs-nav hr {
		display: none;
	}
	.page-template-process #block-3 .tabs-nav ul {
		flex-wrap: wrap;
		gap: 1.5rem 2rem;
		padding-bottom: 2.2rem;
	}
	.page-template-process #block-3 .tabs-nav ul > li {
		width: calc(50% - 2rem);
	}
	.page-template-process #block-3 .tabs-nav ul > li > a > svg {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.page-template-process #block-3 .tabs-nav ul > li > a > p {
		margin-top: 15px;
	}
	.page-template-process #block-3 .tabs-texts .col-media > div > .video-container > img {
		/* width: 100%; */
		/* height: 100%; */
		height: 50vw;
		/* display: block; */
		/* object-fit: cover; */
	}
	.page-template-process #block-3 .tabs-texts .col-media > div .text-content {
		font-size: 1rem;
	}
	.page-template-process #block-3 .tabs-texts .col-text > .text-content {
		display: block;
	}
}


/* company page */
.page-template-company main > section:not(#lead-block) > .container {
	max-width: 1200px;
}

.page-template-company #block-2 > .container > .text-content {
	margin-top: 4.8rem;
}

.page-template-company #block-3 hr {
	margin: 0 0 4.8rem 0;
}
.page-template-company #block-3 .grid {
	align-items: center;
}

.page-template-company #block-4 .container > hr {
	margin: 0;
}
.page-template-company #block-4 .block-title {
	z-index: 1;
	position: sticky;
	top: calc(var(--header-height) - 1.6rem);
	padding-top: 4.7rem;
	padding-bottom: 3.5rem;
	margin-bottom: 0;
	background-color: #fff;
}

.page-template-company #dropdown-block {
	overflow: hidden;
}
/* .page-template-company #dropdown-block .accordion > li {
	border-bottom: none;
	border-top: 1px solid #d1d1d1;
} */
/* .page-template-company #dropdown-block .accordion > li:not(:first-child) {
	margin-top: 4rem;
} */
.page-template-company #dropdown-block .accordion > li:first-child {
	border-top: 1px solid #d1d1d1;
}
.page-template-company #dropdown-block .accordion > li > a {
	font-size: 1.5rem;
	/* border-bottom: 1px solid #d1d1d1; */
}
.page-template-company #dropdown-block .accordion .content {
	margin-top: 2.5rem;
	margin-bottom: 3.5rem !important;
}
.page-template-company #dropdown-block .accordion .content .image img {
	margin: 0;
}
.page-template-company #dropdown-block .accordion .content .table {
	display: grid;
	grid-template-columns: 25% 75%;
	gap: 0 1rem;
	max-width: 1100px;
}
.page-template-company #dropdown-block .accordion .content .table > div {
	padding-bottom: 2rem;
}
.page-template-company #dropdown-block .accordion .content .table:last-child > div:nth-last-child(-n+2) {
	padding-bottom: 0;
}
.page-template-company #dropdown-block .accordion .content .locations {
	display: grid;
	grid-template-columns: 25% 75%;
	gap: 0 1rem;
	max-width: 1100px;
}
.page-template-company #dropdown-block .accordion .content .locations > .list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4.5rem;
	border-left: 1px solid var(--yellow);
	padding-left: 2.5rem;
	padding-right: var(--padding-l-r);
}
.page-template-company #dropdown-block .accordion .content .locations > .list > .location h5 {
	margin-bottom: 0.5em;
}
.page-template-company #dropdown-block .accordion .content .locations > .list > .location img {
	margin: -0.5rem 0 0 0;
}
.page-template-company #dropdown-block .accordion .content .table > .right {
	border-left: 1px solid var(--yellow);
	padding-left: 2.5rem;
	padding-right: var(--padding-l-r);
}
.page-template-company #dropdown-block .accordion .content.tab-1 > .text-content.text-1 {
	margin-bottom: 1.5rem;
}
.page-template-company #dropdown-block .accordion .content.tab-1 .text-content {
    max-width: 800px;
}
.page-template-company #dropdown-block .accordion .content.tab-1 .text-content hr {
	max-width: 400px;
}
.page-template-company #dropdown-block .accordion .content.tab-1 > .yellow-back-holder {
	position: relative;
	padding: 4rem 0;
}
.page-template-company #dropdown-block .accordion .content.tab-1 > .yellow-back-holder::after {
	z-index: -1;
	content: '';
	background-color: #fff;
	position: absolute;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100vw;
	width: 200vw;
}
.page-template-company #dropdown-block .accordion > li.active .content.tab-1 > .yellow-back-holder::after {
	background-color: #fff8e8;

	-o-transition: background-color 0.2s 0.25s;
	-moz-transition: background-color 0.2s 0.25s;
	-webkit-transition: background-color 0.2s 0.25s;
	transition: background-color 0.2s 0.25s;
}
.page-template-company #dropdown-block .accordion .content.tab-1 > .yellow-back-holder .text-content {
	padding: 40px 9%;
    background-color: #fff;
}
.page-template-company #dropdown-block .accordion .content.tab-1 > .yellow-back-holder .text-content:first-child {
	margin-bottom: 60px;
}
.page-template-company #dropdown-block .accordion .content.tab-4 .text-content hr {
	margin: -1rem 0 0.5rem 0;
}
@media all and (max-width: 1600px) {
	.page-template-company #dropdown-block .accordion .content.tab-3 img {
		max-width: 800px;
	}
}
@media all and (max-width: 800px) {
	.page-template-company #dropdown-block .accordion > li > a {
		font-size: 1.35rem;
	}
	.page-template-company #dropdown-block .accordion .content .text-content h3 {
		font-size: 1.4rem;
	}
	.page-template-company #dropdown-block .accordion .content .text-content h4 {
		font-size: 1.35rem;
	}
	.page-template-company #dropdown-block .accordion .content .table > .right,
	.page-template-company #dropdown-block .accordion .content .locations > .list {
		padding-left: 1.5rem;
	}
	.page-template-company #dropdown-block .accordion .content .locations > .list {
		grid-template-columns: 1fr;
		gap: 2rem 4.5rem;
	}
	.page-template-company #dropdown-block .accordion .content.tab-1 > .yellow-back-holder {
		padding: 2.7rem 0;
	}
	.page-template-company #dropdown-block .accordion .content.tab-1 > .yellow-back-holder .text-content:first-child {
		margin-bottom: 2.5rem;
	}
}


/* blog */
.blog #main-block > .container > .text-content {
	padding-top: 9.4rem;
	padding-bottom: 4.15rem;
	border-bottom: 1px solid #d1d1d1;
}
@media all and (max-width: 800px) {
	.blog #main-block > .container > .text-content {
		padding-top: 4rem;
	}
}

/* single post */
.single-post main > section:not(#latest-news, #post-nav) > .container,
.single-post #post-nav .post-navigation {
	max-width: 890px;
	margin:  0 auto;
}
.single-post #title-block .text-content .top {
	display: flex;
	flex-direction: row;
	margin-bottom: 1em;
}
.single-post #title-block .text-content .top .term-list {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.single-post #title-block .text-content .top .date::before {
	content: '|';
	font-size: 0.95em;
	margin-left: 0.8em;
	margin-right: 0.8em;
}
.single-post #title-block .text-content h1 {
	font-size: 1.33rem;
}

.single-post #image-block {
	margin-bottom: 50px;
}

.single-post #post-nav > .container > hr {
	background-color: #d1d1d1;
	margin: 0;
}
.single-post #post-nav > .container > .post-navigation {
	padding: 2.2rem 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.single-post #post-nav > .container > .post-navigation > * {
	position: relative;
	font-weight: bold;
}
.single-post #post-nav > .container > .post-navigation .nav-previous > *::before,
.single-post #post-nav > .container > .post-navigation .nav-next > *::after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	height: 1px;
	width: 4.66rem;
	background-color: var(--yellow);
}
.single-post #post-nav > .container > .post-navigation .nav-previous > *::before {
	margin-right: 0.85rem;
}
.single-post #post-nav > .container > .post-navigation .nav-next > *::after {
	margin-left: 0.85rem;
}
@media all and (max-width: 800px) {
	.single-post #image-block {
		margin-bottom: 40px;
	}
	.single-post #post-nav > .container > .post-navigation {
		padding: 1.4rem 0;
	}
	.single-post #post-nav > .container > .post-navigation .nav-previous > *::before,
	.single-post #post-nav > .container > .post-navigation .nav-next > *::after {
		width: 2.5rem;
	}
}

/* single retailer */
.single-retailer section:not(#lead-block) > .container {
	max-width: 1100px;
}
.single-retailer #title-block .text-content h2 {
	margin-bottom: 0.4em;
}
.single-retailer #title-block .text-content h1 {
	font-size: 1.33em;
	font-weight: normal;
}

.single-retailer #main-block > .container a:not(.back) {
	color: #057BEA;
}
.single-retailer #main-block > .container > .div-with-title {
	display: flex;
	flex-direction: row;
}
.single-retailer #main-block > .container > .address-content {
	margin-bottom: 2rem;
}
.single-retailer #main-block > .container > .div-with-title > h5 {
	width: 130px;
	flex-shrink: 0;
}
.single-retailer #main-block > .container > .div-with-title a {
	text-decoration: underline;
}
.single-retailer #main-block > .container > .div-with-title > .text-content {
/* 	width: 100%; */
	flex-shrink: 0;
	margin-left: 40px;
}
.single-retailer #main-block > .container > .certf-pdf,
.single-retailer #main-block > .container > .image {
	margin-left: 170px;
	margin-top: 2.35rem;
}
.single-retailer #main-block > .container > .image {
	max-width: 775px;
}
.single-retailer #main-block > .container > .items {
	max-width: 850px;
	margin-top: 3.5rem;
}
.single-retailer #main-block > .container > .items ul > li {
	display: flex;
	flex-direction: row;
	gap: 1rem 1.6rem;
}
.single-retailer #main-block > .container > .items ul > li > img {
	flex-shrink: 0;
	align-self: baseline;
	width: 10rem;
}
.single-retailer #main-block > .container > .items ul > li:not(:last-child) {
	margin-bottom: 2.25rem;
}
.single-retailer #main-block > .container > .add-text {
	margin-top: 3.7rem;
}
.single-retailer #main-block > .container > .back-holder {
	margin-top: 4.5rem;
	padding-top: 4.5rem;
	border-top: 1px solid #d1d1d1;
}
@media all and (max-width: 800px) {
	.single-retailer #main-block > .container > .div-with-title {
		flex-direction: column;
	}
	.single-retailer #main-block > .container > .div-with-title > h5 {
		width: 80px;
	}
	.single-retailer #main-block > .container > .div-with-title > .text-content {
		margin-left: 0;
		margin-top: 10px;
	}
	.single-retailer #main-block > .container .mail-content,
	.single-retailer #main-block > .container .area-content {
		margin-top: 20px;
	}
	.single-retailer #main-block > .container > .certf-pdf,
	.single-retailer #main-block > .container > .image {
		margin-left: 0;
	}
	.single-retailer #main-block > .container > .items ul > li {
		flex-direction: column;
	}
	.single-retailer #main-block > .container > .items ul > li:not(:last-child) {
	    margin-bottom: 1.9rem;
	}
	.single-retailer #main-block > .container > .back-holder {
		margin-top: 2.5rem;
		padding-top: 1.5rem;
	}
}

/* faq page */
.page-template-faq #main-block > .container {
	max-width: 1200px;
}
.page-template-faq #main-block > .container .accordion > li > a {
	font-size: 1rem;
	font-weight: 400;
	padding: 1.6em 1.1em 1.6em 0;
	margin-left: -0.5rem;
}
.page-template-faq #main-block > .container .accordion > li:first-child > a {
	padding-top: 0;
}
.page-template-faq #main-block > .container .accordion > li > a > svg {
	height: 1em;
	min-width: 1em;
	margin-right: 0;
}
.page-template-faq #main-block > .container .accordion > li.active > a {
	font-weight: bold;
}
.page-template-faq #main-block > .container .accordion > li > a > span > .number {
	display: inline-block;
	margin-right: 1.4em;
}
.page-template-faq #main-block > .container .accordion > li > .text-content {
	display: none;
	max-width: 50rem;
	padding: 1em 2em 1.7em 2em;
}
@media all and (max-width: 800px) {
	.page-template-faq #main-block > .container .accordion > li > a {
		margin-left: 0;
		padding: 1.2em 0.5em 1.1em 0.5em;
	}
	.page-template-faq #main-block > .container .accordion > li > a > span > .number {
		margin-right: 0.6em;
	}
	.page-template-faq #main-block > .container .accordion > li > .text-content {
		padding: 0.5em 0.5em 1.7em 0.5em;
	}
}


/* contact page */
.page-template-contact #main-block > .container,
.page-template-contact #block-2 > .container {
	max-width: 1200px;
}
.page-template-contact #main-block > .container > .text-content h1 {
	margin-bottom: 0.4em;
}
.page-template-contact #main-block > .container > .text-content p {
	font-size: 0.77rem;
}
@media all and (max-width: 800px) {
	.page-template-contact #main-block > .container > .text-content p {
		font-size: 0.77rem;
	}
}

.page-template-contact #block-2 > .container > .text-content {
	padding-top: 4.5rem;
	border-top: 1px solid #D1D1D1;
}
.page-template-contact #main-block > .container > .grid {
	margin-left: -6rem;
}
.page-template-contact #main-block > .container > .grid > .col {
	padding-left: 6rem;
}
.page-template-contact #main-block > .container > .grid > .col .text-content h3 {
	font-size: 1rem;
}
.page-template-contact #block-2 > .container > .grid > .col .text-content {
	font-weight: 300;
}
.page-template-contact #block-2 > .container > .grid > .col .text-content > *:not(:last-child) {
	margin-bottom: 1em;
}
@media all and (max-width: 800px) {
	.page-template-contact #main-block > .container > .grid > .col .contact-form {
		padding-bottom: 20px;
	}
}


/* careers page */
.page-template-careers section:not(#lead-block) > .container {
	max-width: 1200px;
}
.page-template-careers #main-block {
	margin-bottom: 60px;
}
.page-template-careers #main-block > .container .block-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 0 1em;
}
.page-template-careers #main-block > .container .block-title .add-text {
	max-width: 18.5rem;
}
.page-template-careers #main-block > .container .entry-content {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem 4rem;
	padding: 50px 0;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
.page-template-careers #main-block > .container .entry-content > div:first-child:not(:last-child) {
	max-width: 755px;
}
.page-template-careers #main-block > .container .entry-content > img {
    max-width: 250px;
    flex-shrink: 0;
    align-self: center;
}
.page-template-careers #main-block > .container .link-portal {
	padding: 50px 0;
    border-bottom: 1px solid #d1d1d1;
}
.page-template-careers #main-block > .container .link-portal > p > a {
	color: var(--yellow);
}
.page-template-careers #main-block .accordion li > a {
	font-size: 1rem;
	font-weight: 400;
}
.page-template-careers #main-block .accordion li.active > a {
	font-weight: bold;
}
.page-template-careers #main-block .accordion li > a > svg {
	height: 1em;
	min-width: 1em;
}
.page-template-careers #main-block .accordion li > .text-content {
	display: none;
	max-width: 44rem;
}

.page-template-careers #tabs-block {
	overflow: hidden;
}
.page-template-careers #tabs-block .tabs-nav {
	padding-bottom: 35px;
	border-bottom: 1px solid #d1d1d1;
}
.page-template-careers #tabs-block .tabs-nav ul {
	color: #9B9FA5;
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 1.5rem;
}
.page-template-careers #tabs-block .tab {
	padding-top: 60px;
}
.page-template-careers #tabs-block #tab-2.tab {
	display: none;
}
.page-template-careers #tabs-block .tab > .dropdown-holder {
	margin: 0 0 60px 0;
	max-width: 600px;
/* 	padding-top: 40px; */
/* 	border-top: 1px solid #d1d1d1; */
}
.page-template-careers #tabs-block .tab > .dropdown-holder > .dropdown-nav {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    line-height: 1;
}
.page-template-careers #tabs-block .tab > .dropdown-holder > .dropdown-nav > li {
	width: 50%;
	padding-bottom: 17px;
	border-bottom: 1px solid #d1d1d1;
}
.page-template-careers #tabs-block .tab > .dropdown-holder > .dropdown-nav > li > a {
    display: flex;
    justify-content: space-between;
    fill: #d1d1d1;
}
.page-template-careers #tabs-block .tab > .dropdown-holder > .dropdown-nav > li.active > a {
	pointer-events: none;
	color: var(--yellow);
	fill: var(--yellow);
}
.page-template-careers #tabs-block .tab > .dropdown-holder > .dropdown-nav > li > a  > svg {
	-o-transition: transform 0.2s;
	-moz-transition: transform 0.2s;
	-webkit-transition: transform 0.2s;
	transition: transform 0.2s;
}
.page-template-careers #tabs-block .tab > .dropdown-holder > .dropdown-nav > li.active > a  > svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.page-template-careers #tabs-block .tab > .tab-content > div:not(:first-child) {
	display: none;
}
.page-template-careers #tabs-block .tab > .tab-content > #tab-1-2 {
	position: relative;
	padding: 60px 0;
}
.page-template-careers #tabs-block .tab > .tab-content > #tab-1-2::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    width: auto;
    max-width: none;
    left: -50vw;
    right: -50vw;
    bottom: 0;
    background-color: #FFF0D07D;
}
.page-template-careers #tabs-block .tab > .tab-content > #tab-1-2 > .row {
	display: flex;
	flex-direction: row;
	gap: 20px 40px;
}
.page-template-careers #tabs-block .tab > .tab-content > #tab-1-2 > .row:not(:last-child) {
	margin-bottom: 7rem;
}
.page-template-careers #tabs-block .tab > .tab-content > #tab-1-2 > .row > img {
	max-width: 160px;
	margin: 0;
	align-self: center;
}
.page-template-careers #tabs-block .tab > .tab-content > #tab-1-2 > .row > .text-content {
	max-width: 1000px;
	align-self: center;
}
.page-template-careers #tabs-block .tab > .tab-content > #tab-1-2 > .row > .text-content h5 {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 1px solid;
	padding-bottom: 0.4em;
	margin-bottom: 1.4em;
}
.page-template-careers #tabs-block .tab .accordion > li > a > span {
	font-size: 1rem;
}
.page-template-careers #tabs-block .tab .accordion > li > .text-content {
	max-width: 100%;
}
.page-template-careers #tabs-block .tab .accordion > li:first-child .text-content {
	display: block;
}
@media all and (max-width: 800px) {
	.page-template-careers #main-block > .container .block-title,
	.page-template-careers #main-block > .container .entry-content,
	.page-template-careers #tabs-block .tab > .tab-content > #tab-1-2 > .row {
		flex-direction: column;
	}
	.page-template-careers #main-block > .container .entry-content > .text-content {
		order: 1;
	}
	.page-template-careers #tabs-block .tabs-nav {
		font-size: 1rem;
		padding-bottom: 20px;
	}
	.page-template-careers #tabs-block .tab {
	    padding-top: 40px;
	}
	.page-template-careers #tabs-block .tab .accordion > li > .text-content {
		font-size: 1rem;
	}
	.page-template-careers #tabs-block .tab > .dropdown-holder {
		margin-bottom: 40px;
	}
	.page-template-careers #tabs-block .tab > .dropdown-holder > .dropdown-nav {
		gap: 1.5rem;
		font-size: 0.8rem;
	}
	.page-template-careers #tabs-block .tab > .dropdown-holder > .dropdown-nav > li {
		padding-bottom: 12px;
	}
	.page-template-careers #tabs-block .tab > .dropdown-holder > .dropdown-nav > li > a > svg {
		height: 1rem;
	}
	.page-template-careers #tabs-block .tab > .tab-content > #tab-1-2 {
		padding: 50px 0;
	}
	.page-template-careers #tabs-block .tab > .tab-content > #tab-1-2 > .row:not(:last-child) {
		margin-bottom: 4rem;
	}
	.page-template-careers #tabs-block .tab > .tab-content > #tab-1-2 > .row > img {
		align-self: baseline;
	}
}


.page-template-careers #block-4 > .container > .text-content a {
	font-size: 2.44rem;
	margin-bottom: 0.4em;
	font-weight: normal;
}
@media all and (max-width: 1200px) {
	.page-template-careers #block-4 > .container > .text-content a {
		font-size: 2rem;
	}
}
@media all and (max-width: 800px) {
	@media all and (max-width: 1200px) {
		.page-template-careers #block-4 > .container > .text-content a {
			font-size: 1.2rem;
		}
	}
}

/* default page */
.page-template-default #main-block > .container {
	max-width: 1200px;
}


/* archive retailer */
.post-type-archive-retailer section:not(#lead-block) > .container {
	max-width: 1100px;
}
.post-type-archive-retailer #title-block .text-content h1 {
	margin-bottom: 0.4em;
}
