
h1 {
	font-size: 48px;
	color: #000;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 24px;
	font-weight: 700;
}
h4 {
	font-size: 18px;
	font-weight: 600;
}
h1, h2, h3, h4 {
	line-height: 1.2;
}
p {
	font-size: 15px;
	font-weight: 500;
}
.top {
	position: relative;
	display: grid;
	grid-template-columns:4fr 3fr;
	height: 500px;
	padding: 0;
}
.top>* {
	position: relative;
	padding: 60px;
}
.top h1:first-child {
	display: block;
	width: fit-content;
	color: #FFF;
	background: #33A167;
	padding: 16px 32px;
	border-radius: 32px;
	transform: rotate(-2deg);
}
.top h1:last-child {
	color: #000;
	margin-left: 32px;
}
.top>:last-child:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #33A167;
	clip-path: url('#crv-1');
}
.top>:last-child {
	padding-left: 0;
}
.top>:last-child>* {
	height: 100%;
	position: relative;
	background: url('../img/sustainability/top.webp') center no-repeat;
	background-size: cover;
	border: 16px solid #FFF;
	border-radius: 40px;
}
.top .emoji {
	position: absolute;
	border-radius: 50%;
	background-size: 50%;
	z-index: 1;
}
.top .palm {
	height: 76px;
	background-color: #A4D869;
	top: 20px;
	right: 20px;
}
.top .herb {
	height: 64px;
	background-color: #F5D001;
	top: 50%;
	right: -10px;
}
.top .like {
	height: 84px;
	background-color: #00B26F;
	bottom: 20px;
	right: 15%;
	transform: rotate(-30deg);
}
.chapters {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px;
	padding-top: 60px;
	background: #33A167;
}
.chapters:before, .chapters:after {
	position: absolute;
	content: '';
	aspect-ratio: 1;
	background-image: url('../img/sustainability/bg1.webp');
	background-size: contain;
}
.chapters:before {
	width: 320px;
	top: -90px;
	right: 100px;
	transform: rotate(-30deg);
}
.chapters:after {
	width: 240px;
	bottom: -120px;
	left: 300px;
}
.chapters>* {
	position: relative;
	background: #FFF;
	padding: 0 32px 32px;
	border-radius: 40px;
	text-align: center;
}
.chapters>:nth-child(odd) {
	margin-top: 40px;
}
.chapters>:nth-child(even) {
	margin-bottom: 40px;
}
.chapters .emoji {
	width: 120px;
	height: 90px;
	margin: -40px auto 0;
	border-radius: 48px;
	background-size: 60px;
}
.in_action {
	display: flex;
	gap: 60px;
}
.in_action>:first-child {
	padding: 40px 0 0 40px;
}
.in_action>:last-child {
	flex: 0 0 700px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.in_action>:last-child>* {
	position: relative;
	padding: 40px 60px 60px 32px;
	border-radius: 40px;
	background: var(--smok);
}
.in_action .emoji {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 72px;
}
.safety {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	height: 300px;
	background: #33A167;
	border-radius: 24px;
	overflow: hidden;
}
.safety>:first-child {
	position: relative;
	padding: 40px;
	align-self: center;
	color: #FFF;
}
.safety>:last-child {
	position: relative;
}
.safety>:last-child:before,
.safety>:last-child:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	clip-path: url('#crv-4');
}
.safety>:last-child:before {
	left: -20px;
	background: #FFF;
}
.safety>:last-child:after {
	left: 0;
	background-image: url('../img/sustainability/safety.webp');
	background-position: center;
	background-size: cover;
}
.safety .emoji {
	position: absolute;
	top: 65%;
	right: -10%;
	height: 80px;
	background-color: #FFF;
	background-size: 60%;
	border-radius: 50%;
	z-index: 1;
}
.tat_star {
	display: flex;
	gap: 40px;
}
.tat_star>:first-child {
	flex: 0 0 600px;
	min-height: 400px;
	background-image: url('../img/sustainability/certificate.webp');
	background-size: contain;
	background-repeat: no-repeat;
}
.stars {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	width: 200px;
	gap: 8px;
	margin: 16px 0;
}
.fa-star:before {
	font-size: 32px;
	background: linear-gradient(45deg, #F7832DFF, #F5D001FF);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}
.small {
	font-size: 12px;
	font-weight: 500;
}
.events {
	display: grid;
	grid-template-rows: repeat(10,340px);
	background: #33A167;
	gap: 40px;
	padding: 70px 90px;
}
.events>* {
	display: grid;
}
.events>:nth-child(odd) {
	grid-template-columns: auto 520px;
}
.events>:nth-child(even) {
	grid-template-columns: 520px auto;
}
.events>*>* {
	border-radius: 40px;
}

.events .desc {
	padding: 60px 60px 40px;
	padding-bottom: 40px;
	background: #FFF;
}
.events .img {
	border: 12px solid #FFF;
	background-size: cover;
	background-position: center;
}
.events>:nth-child(1) .img {
	background-image: url('../img/sustainability/ev-01.webp');
}
.events>:nth-child(2) .img {
	background-image: url('../img/sustainability/ev-02.webp');
}
.events>:nth-child(3) .img {
	background-image: url('../img/sustainability/ev-03.webp');
}
.events>:nth-child(4) .img {
	background-image: url('../img/sustainability/ev-04.webp');
}
.events>:nth-child(5) .img {
	background-image: url('../img/sustainability/ev-05.webp');
}
.events>:nth-child(6) .img {
	background-image: url('../img/sustainability/ev-06.webp');
}
.events>:nth-child(7) .img {
	background-image: url('../img/sustainability/ev-07.webp');
}
.events>:nth-child(8) .img {
	background-image: url('../img/sustainability/ev-08.webp');
}
.events>:nth-child(9) .img {
	background-image: url('../img/sustainability/ev-09.webp');
}
.events>:nth-child(10) .img {
	background-image: url('../img/sustainability/ev-10.webp');
}
.desc p {
	margin: 12px 0 0;
}

.green {
	color: #33A167;
}
span.green {
	display: block;
}

@media (max-width: 480px) {
h1 {
	font-size: 32px;
	text-align: center;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	margin-top: 8px;
}
.top {
	grid-template-columns: none;
	height: auto;
}
.top h1:first-child {
	padding: 12px 16px;
	border-radius: 20px;
	width: min-content;
	min-width: 75%;
	margin: auto;
}
.top h1:last-child {
	margin-left: auto;
}
.top>* {
	padding: 40px 32px;
}
.top>:last-child {
	padding: 0 32px 40px;
}
.top>:last-child>* {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	border-radius: 24px;
	border-width: 12px;
}
.top>:last-child:before {
	clip-path: url('#crv-2');
}
.top .emoji {
	height: 56px;
	top: auto;
	right: auto;
}
.top .palm {
	top: 10px;
	right: 10px;
}
.top .herb {
	left: 8px;
	bottom: 8px;
}
.top .like {
	right: 8px;
	bottom: -20px;
}
.chapters {
	grid-template-columns: repeat(2,1fr);
	gap: 48px 16px;
	padding: 60px 16px 40px;
}
.chapters>* {
	margin: 0 !important;
	padding: 0 16px 32px;
	border-radius: 20px;
}
.chapters .emoji {
	width: 96px;
	height: 68px;
	margin: -30px auto 0;
	background-size: 40px;
}
.chapters:before {
	top: -80px;
	right: -160px;
}
.chapters:after {
	width: 240px;
	bottom: -140px;
	left: -90px;
}
.in_action {
	gap: 32px;
	flex-direction: column;
}
.in_action>:first-child {
	padding: 0 8px;
}
.in_action>:last-child {
	grid-template-columns: none;
	gap: 12px;
}
.in_action>:last-child>* {
	padding: 20px 40px 40px 20px;
	border-radius: 20px;
}
.in_action .emoji {
	height: 60px;
}
.safety {
	grid-template-columns: none;
	height: auto;
}
.safety>:first-child {
	padding: 32px 20px;
}
.safety>:last-child {
	order: -1;
	aspect-ratio: 1.5;
}
.safety>:last-child:before, .safety>:last-child:after {
	left: 0;
	clip-path: url('#crv-5');
}
.safety>:last-child:after {
	bottom: 16px;
}
.safety .emoji {
	top: -30%;
	right: 10%;
	height: 70px;
}
.tat_star {
	flex-direction: column-reverse;
	gap: 24px;
}
.stars {
	margin: 24px auto 16px;
}
.small {
	text-align: center;
}
.tat_star>:first-child {
	flex: 0;
	min-height: auto;
	aspect-ratio: 1.5;
}
.events {
	grid-template-rows: auto;
	gap: 16px;
	padding: 24px 16px;
}
.events>* {
	grid-template-columns: none !important;
}
.events .img {
	order: -1;
	aspect-ratio: 1.4;
	border-radius: 20px;
}
.events .desc {
	padding: 40px 32px;
	border-radius: 16px;
}

}