/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Global
	6. 	Plugins
	7. 	Page Templates
		a. 	Template: Home
		b. 	Template: About
		c. 	Template: Move
		d. 	Template: Grow
		e. 	Template: Make
		f. 	Template: Sustainability
		g. 	Template: News
		h. 	Template: Careers
		i. 	Template: Contact


		...
		z. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Extras
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Domine", serif;
}

html {
  overflow-x: hidden;
}

@media (min-width: 1799px) {
  .container {
    max-width: 1730px;
  }
}

/* -------------------------------------------------------------------------- */
/*	2. Element Base
/* -------------------------------------------------------------------------- */

main {
  position: relative;
  z-index: 9;
}

ul,
ol {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: "Asap", sans-serif;
}

p {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* -------------------------------------------------------------------------- */
/*	3. Helper Classes
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	4.	Site Header
/* -------------------------------------------------------------------------- */

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#header .header-top {
  background: linear-gradient(231deg, #29b24b 24.34%, #a3cd39 70.29%);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 7px 23px;
  display: flex;
  justify-content: end;
  gap: 41px;
}

#header .top-menu {
  display: flex;
  align-items: center;
  gap: 33px;
}

#header .top-menu .menu-item a {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
}

#header .header-top .sm-items {
  display: flex;
  align-items: center;
  gap: 12px;
}

#header .header-top .sm-item {
  width: 18.7px;
  height: 18.7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .header-top .sm-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .header-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  padding: 20px 41px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #edf7f2;
}

#header .header-start {
  display: flex;
  align-items: center;
  gap: 160px;
}

#header .logo-area {
  width: 316px;
  height: 58px;
  display: flex;
}

#header .logo-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .main-menu {
  display: flex;
  align-items: center;
  gap: 87px;
}

#header .menu-item a {
  font-family: "Satoshi", sans-serif;
  color: #324e53;
  font-size: 22px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.44px;
}

#mobileMenu .cta-button,
#header .header-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 225px;
  height: 54px;
  border-radius: 10px;
  background: #a3cd39;
  color: #324e53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
}

#mobileMenu .cta-button i.arrow-right,
#header .header-cta i.arrow-right {
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}

#header .mobile-menu-btn {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M20 7L4 7' stroke='%23324E53' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M20 12L4 12' stroke='%23324E53' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M20 17L4 17' stroke='%23324E53' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  display: none;
}

#mobileMenu {
  width: 100%;
  background: #edf7f2;
}

#mobileMenu .offcanvas-header {
  padding: 15px 30px;
}

#mobileMenu .offcanvas-body {
  padding: 25px 30px;
}

#mobileMenu .logo-area {
  width: 236px;
  height: 44px;
  display: flex;
}

#mobileMenu .logo-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#mobileMenu .mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 30px;
}

#mobileMenu .mobile-menu .menu-item a {
  font-family: "Satoshi", sans-serif;
  color: #324e53;
  font-size: 28px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.44px;
}

/* -------------------------------------------------------------------------- */
/*	5. Global
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	6. Plugins
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	7. Page Templates
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	a. Template: Home
/* -------------------------------------------------------------------------- */

body.page-template-home #header {
  top: 89px;
}

main.home .s1 {
  padding: 160px 0 190px 0;
  background: linear-gradient(180deg, rgba(41, 178, 75, 0) 45%, #2fb34a 90%);
}

main.home .bg {
  background: linear-gradient(
    180deg,
    rgb(41 178 75) 3.58%,
    #2fb34a 14.77%,
    #a3cd39 78.15%
  );
}
main.home .bg-2 {
  background: linear-gradient(0deg, rgba(41, 178, 75, 0) 0.3%, #a3cd39 22.2%);
}

main.home .s1 .box {
  width: 100%;
  display: flex;
  justify-content: end;
  border-radius: 12px;
  background: linear-gradient(180deg, #edf7f2 61.2%, #7fc7bd 106.35%);
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding: 105px 95px 45px 0;
}

main.home .s1 .box .mobile-img {
  display: none;
  width: 100%;
  max-width: 991px;
}

main.home .s1 .box::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background-position: top left;
  background-image: url(../images/home/home-hero-1.webp);
  background-repeat: no-repeat;
  z-index: -1;
}

main.home .s1 .content-area {
  max-width: 690px;
  width: 100%;
}

main.home .s1 .description {
  max-width: 610px;
}
main.home .s1 .title {
  color: #324e53;
  font-size: 72px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.6px;
  margin-bottom: 65px;
  max-width: 610px;
}

main.home .s1 p > b {
  color: #324e53;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.63px;
}

main.home .s1 p {
  color: #324e53;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.54px;
  max-width: 670px;
  margin-bottom: 20px;
}

main.home .s1 p:nth-last-child(1) {
  margin-bottom: 0;
}

main.home .s1 .scroll {
  display: flex;
  align-items: center;
  margin-top: 60px;
  justify-content: end;
  gap: 20px;
  color: #324e53;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.28px;
}

main.home .s1 .scroll i.arrow-down {
  width: 10px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/arrow-down.svg);
}

main.home .s2 {
  padding: 150px 0 275px 0;
}

main.home .s2 .boxes-row {
  display: flex;
  gap: 30px;
}

main.home .s2 .box-item {
  border-radius: 12px;
  background: linear-gradient(140deg, #edf7f2 67.42%, #7fc7bd 106.42%);
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding: 35px 80px 55px 50px;
  border: 2px solid #edf7f2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  flex: 1;
}

main.home .s2 .box-item:not(.gradient)::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/home/box-overlay.svg);
  background-position: top right;
  z-index: -1;
}

main.home .s2 .box-item .icon-area {
  margin-bottom: 150px;
}

main.home .s2 .box-item.gradient {
  background-image: url(../images/home/box-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  top: 62px;
}

main.home .s2 .box-title {
  color: #324e53;
  font-size: 48px;
  font-weight: 600;
  line-height: 97%;
  letter-spacing: -1.92px;
  margin-bottom: 52px;
}

main.home .s2 .box-item p {
  color: #324e53;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
}

main.home .s2 .box-item.gradient p,
main.home .s2 .box-item.gradient .box-title {
  color: #edf7f2;
}

main.home .s2 .box-item.gradient .box-title {
  margin-bottom: 150px;
}

main.home .s3 {
  padding-bottom: 213px;
}

main.home .s3 .content-row {
  display: flex;
  gap: 30px;
  margin-bottom: 200px;
}

main.home .s3 .box-content {
  flex: 1;
}

main.home .s3 .box-inner {
  border-radius: 12px;
  background: linear-gradient(32deg, #edf7f2 49.2%, #7fc7bd 84.49%);
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 285px 75px 80px 60px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: end;
}

main.home .s3 .box-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../images/home/s3-overlay.svg);
  z-index: -1;
}

main.home .s3 .image-area {
  flex: 1;
  position: relative;
  top: 68px;
}

main.home .s3 .image-area img {
  width: 100%;
  border-radius: 12px;
  object-fit: contain;
  height: auto;
}

main.home .s3 .list-item {
  display: flex;
  gap: 150px;
  padding-bottom: 35px;
  border-bottom: 1px solid #324e53;
}

main.home .s3 .list-item:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none;
}

main.home .s3 .list-item .list-title {
  width: 100%;
  max-width: 115px;
  color: #324e53;
  font-size: 48px;
  font-weight: 600;
  line-height: 97%;
  letter-spacing: -1.92px;
}

main.home .s3 .list-item .list-desc {
  flex: 2;
}

main.home .s3 .list-item p {
  color: #324e53;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
}

main.home .s3 .btn-wrap {
  display: flex;
  justify-content: center;
}

main.home .s3 .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #324e53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  max-width: 370px;
  height: 54px;
}

main.home .s3 .cta-btn i.arrow-right {
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}

main.home .s4 {
  padding-bottom: 158px;
}

main.home .s4 .content-row {
  display: flex;
  align-items: center;
  gap: 105px;
  padding: 25px 140px 35px 21px;
  border-radius: 12px;
  border: 2px solid #edf7f2;
}

main.home .s4 .image-area {
  flex: 1.5;
}

main.home .s4 .image-area img {
  width: 100%;
  border-radius: 12px;
}

main.home .s4 .content-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 110px;
}

main.home .s4 .title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 97%;
  letter-spacing: -1.92px;
  margin-bottom: 52px;
}

main.home .s4 p {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
}

main.home .s5 {
  padding-bottom: 200px;
}

main.home .s5 .content-row {
  display: flex;
  gap: 30px;
}

main.home .s5 .box-content {
  flex: 1.1;
  position: relative;
  top: 130px;
}

main.home .s5 .box-inner {
  padding: 70px 58px 97px 138px;
  border-radius: 12px;
  background: linear-gradient(154deg, #edf7f2 44.52%, #7fc7bd 109.97%);
  position: relative;
  overflow: hidden;
  z-index: 3;
}

main.home .s5 .box-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-position: bottom right;
  background-image: url(../images/home/s5-overlay.svg);
  background-repeat: no-repeat;
  z-index: -1;
}

main.home .s5 .icon-area {
  display: flex;
  justify-content: end;
  margin-bottom: 55px;
}

main.home .s5 .box-title {
  color: #324e53;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin-bottom: 77px;
  max-width: 425px;
}

main.home .s5 p {
  color: #324e53;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}

main.home .s5 .content-wrap {
  margin-bottom: 195px;
  max-width: 518px;
}

main.home .s5 .image-area {
  flex: 1;
}

main.home .s5 .image-area img {
  width: 100%;
  border-radius: 12px;
}

main.home .s5 .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #324e53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #a3cd39;
  width: 100%;
  max-width: 339px;
  height: 54px;
}

main.home .s5 .cta-btn i.arrow-right {
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/arrow-right.svg);
}

/* -------------------------------------------------------------------------- */
/*	b. Template: About
/* -------------------------------------------------------------------------- */

body:not(.page-template-home) {
  background: linear-gradient(180deg, #2fb34a 25%, #a3cd39 100%);
}

main.hero-1 .s1 {
  padding: 255px 0 165px 0;
  background-image: url(../images/general/footer-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

main.hero-1 .s1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(180deg, rgba(41, 178, 75, 0) 20%, #2fb34a 100%);
}

main.hero-1 .s1 .container {
  position: relative;
  z-index: 3;
}

main.about .s1 {
  padding: 270px 0 50px 0;
}

main.about .s1 .content-row {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

main.about .s1 .title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
}

main.about .s1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.72px;
  max-width: 600px;
}

main.about .s3 {
  padding: 125px 0 135px 0;
}

main.about .s3 .content-row {
  display: flex;
  border-radius: 12px;
  border: 2px solid #edf7f2;
  padding: 25px 30px 30px 50px;
  background-image: url(../images/about/s2-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

main.about .s3 .content-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 52px;
}

main.about .s3 .title {
  color: #edf7f2;
  font-size: 48px;
  font-weight: 600;
  line-height: 97%;
  letter-spacing: -1.92px;
}

main.about .s3 p {
  color: #edf7f2;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  max-width: 540px;
  margin-bottom: 35px;
}

main.about .s3 .image-area {
  flex: 1.1;
}

main.about .s3 .image-area img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

main.about .s4 {
  padding-bottom: 250px;
}

main.about .s4 .content-row {
  display: flex;
  gap: 45px;
}

main.about .s4 .image-area {
  flex: 1;
}

main.about .s4 .image-area img {
  border-radius: 12px;
  width: 100%;
}

main.about .s4 .content-box {
  flex: 1.08;
  margin-top: 92px;
}

main.about .s4 .box-inner {
  border-radius: 12px;
  background: linear-gradient(32deg, #edf7f2 49.2%, #7fc7bd 84.49%);
  position: relative;
  overflow: hidden;
  padding: 82px 153px 96px 120px;
  z-index: 2;
}

main.about .s4 .box-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/about/s4-overlay.svg);
  background-repeat: no-repeat;
  z-index: -1;
}

main.about .s4 .content-box .title {
  color: #324e53;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin: 130px 0 96px 0;
}

main.about .s4 .content-box p {
  color: #324e53;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
}

main.about .s6 .content-row {
  display: flex;
  gap: 45px;
}

main.about .s6 .content-box {
  flex: 1;
}

main.about .s6 .box-inner {
  border-radius: 12px;
  background: linear-gradient(32deg, #edf7f2 49.2%, #7fc7bd 84.49%);
  position: relative;
  overflow: hidden;
  padding: 82px 83px 100px 105px;
  z-index: 2;
}

main.about .s6 .box-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-image: url(../images/about/s6-overlay.svg);
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}

main.about .s6 .title {
  color: #324e53;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin: 270px 0 94px 0;
}

main.about .s6 .box-item-wrap {
  flex: 1.08;
}
main.about .s6 .box-item {
  border-radius: 12px;
  background: linear-gradient(143deg, #edf7f2 40.63%, #7fc7bd 84.48%);
  padding: 145px 60px 108px 92px;
  position: relative;
  top: 110px;
}

main.about .s6 .box-item p {
  color: #324e53;
  font-size: 32px;
  font-weight: 400;
  line-height: 118%;
  margin-bottom: 200px;
}

main.about .s6 .value-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

main.about .s6 .value-item {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

main.about .s6 .value-item:nth-last-child(1) {
  padding-bottom: 0;
  border: none;
}

main.about .s6 .value-item .icon-area {
  width: 50px;
}

main.about .s6 .value-item .value-title {
  flex: 1;
  color: #324e53;
  font-size: 36.824px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -1.841px;
}

main.about .s6 ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

main.about .s6 li {
  color: #324e53;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  font-family: "Asap", sans-serif;
  letter-spacing: -1.2px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a3cd39;
}

main.about .s6 li b {
  font-family: "Asap", sans-serif;
}

main.about .s6 li:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none;
}

main.about .s7 {
  padding: 375px 0 200px 0;
}

main.about .s7 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}

main.about .s7 .title {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 97%;
  letter-spacing: -2.56px;
}

main.about .s7 p {
  color: #324e53;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  max-width: 1004px;
}

main.about .s7 .filter-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 35px;
}

main.about .s7 .filter-tab::after {
  content: "";
  width: 1px;
  height: 40px;
  background: #fff;
  display: block;
}

main.about .s7 .filter-tab:nth-last-child(1)::after {
  display: none;
}

main.about .s7 .filter-tab {
  display: flex;
  align-items: center;
  gap: 50px;
  color: #324e53;
  font-family: "Asap", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 91%;
  letter-spacing: -1.6px;
}

main.about .s7 .filter-tab.active {
  color: #fff;
}

/* -------------------------------------------------------------------------- */
/*	c. Template: Move
/* -------------------------------------------------------------------------- */

main.hero-1.move .s1 {
  padding: 230px 0 145px 0;
}

main.move .s1 .content-row {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

main.move .s1 .title {
  color: #fff;
  font-size: 72px;
  font-weight: 600;
  line-height: 60%;
  letter-spacing: -3.2px;
}

main.move .s1 .title span {
  color: #fff;
  font-family: "Asap", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -1.6px;
}

main.move .s1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.72px;
  max-width: 1185px;
}

main.move .s2 {
  padding: 55px 0 270px 0;
}

main.move .s2 .content-row {
  display: flex;
  gap: 30px;
}

main.move .s2 .box-content {
  flex: 1;
  margin-top: 130px;
}

main.move .s2 .box-inner {
  position: relative;
  z-index: 3;
  padding: 180px 150px 97px 145px;
  border-radius: 12px;
  background: linear-gradient(18deg, #7fc7bd -11.63%, #edf7f2 85.58%);
  overflow: hidden;
}

main.move .s2 .box-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../images/move/s2-overlay.svg);
  z-index: -1;
}

main.move .s2 .title {
  color: #324e53;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin-bottom: 170px;
}

main.move .s2 p {
  color: #324e53;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 245px;
}

main.move .s2 .image-area {
  flex: 1;
}

main.move .s2 .image-area img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

main.move .s3 .content-row {
  padding: 25px 20px 35px 20px;
  gap: 180px;
  border-radius: 12px;
  border: 2px solid #edf7f2;
  display: flex;
  align-items: center;
  margin-bottom: 150px;
}

main.move .s3 .image-area {
  flex: 1.23;
}

main.move .s3 .content-area {
  flex: 1;
}

main.move .s3 .title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin-bottom: 93px;
}

main.move .s3 .desc-area {
  max-width: 612px;
  margin-bottom: 80px;
}

main.move .s3 p {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
}

main.move .s3 .cta-btn {
  color: #324e53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 292px;
  height: 54px;
  border-radius: 10px;
  background: #fff;
}

main.move .s3 .cta-btn i.arrow-right {
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/arrow-right.svg);
}

/* -------------------------------------------------------------------------- */
/*	d. Template: Grow
/* -------------------------------------------------------------------------- */

main.grow .s1 {
  padding: 270px 0 200px 0;
}

main.grow .s1 .content-row {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

main.grow .s1 .title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
}

main.grow .s1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.72px;
  max-width: 1060px;
}

main.grow .s2 .content-row {
  display: flex;
  gap: 30px;
}

main.grow .s2 .image-area {
  flex: 1;
  margin-top: 80px;
}

main.grow .s2 .image-area img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

main.grow .s2 .content-box {
  flex: 1;
}

main.grow .s2 .box-inner {
  border-radius: 12px;
  background: linear-gradient(32deg, #edf7f2 49.2%, #7fc7bd 84.49%);
  padding: 82px 168px 143px 143px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

main.grow .s2 .box-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../images/grow/s2-overlay.svg);
  z-index: -1;
}

main.grow .s2 .title {
  color: #324e53;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin: 145px 0 180px 0;
  max-width: 311px;
}

main.grow .s2 p {
  color: #324e53;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
}

main.grow .s3 {
  padding: 280px 0 260px 0;
}

main.grow .s3 .title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin-bottom: 107px;
}

main.grow .s3 .boxes-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

main.grow .s3 .box-item:not(.gradient)::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-image: url(../images/grow/box-overlay.svg);
  background-position: top right;
  z-index: -1;
}

main.grow .s3 .box-item {
  border-radius: 12px;
  background: linear-gradient(41deg, #edf7f2 61.2%, #7fc7bd 106.35%);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 35px 100px 75px 50px;
  z-index: 3;
}

main.grow .s3 .box-item.gradient {
  top: -42px;
  background-color: transparent;
  background-image: url(../images/grow/box-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  border: 2px solid #edf7f2;
}

main.grow .s3 .box-item .icon-area {
  margin-bottom: 90px;
}

main.grow .s3 .box-item .box-title {
  color: #324e53;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 97%;
  letter-spacing: -1.92px;
  margin-bottom: 40px;
}

main.grow .s3 .box-item p {
  color: #324e53;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

main.grow .s3 .box-item.gradient p,
main.grow .s3 .box-item.gradient .box-title {
  color: #fff;
}

main.grow .s4 {
  padding-bottom: 320px;
}

main.grow .s4 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}

main.grow .s4 .title {
  color: #324e53;
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  max-width: 1255px;
}

main.grow .s4 .cta-btn {
  color: #324e53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 292px;
  height: 54px;
  gap: 25px;
  border-radius: 10px;
  background: #fff;
}

main.grow .s4 .cta-btn i.arrow-right {
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------- */
/*	e. Template: Make
/* -------------------------------------------------------------------------- */

main.make.hero-1 .s1 {
  padding: 200px 0 145px 0;
}

main.make .s1 .content-row {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

main.make .s1 .title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
}

main.make .s1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.72px;
  max-width: 1127px;
}

main.make .s2 {
  padding: 90px 0 300px 0;
}

main.make .s2 .content-row {
  display: flex;
  gap: 30px;
}

main.make .s2 .image-area {
  flex: 1;
  margin-top: 80px;
}

main.make .s2 .image-area img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

main.make .s2 .content-box {
  flex: 1;
}

main.make .s2 .box-inner {
  padding: 82px 130px 175px 143px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  border-radius: 12px;
  background: linear-gradient(32deg, #edf7f2 49.2%, #7fc7bd 84.49%);
}

main.make .s2 .box-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../images/make/s2-overlay.svg);
  z-index: -1;
}

main.make .s2 .title {
  color: #324e53;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin: 95px 0 108px 0;
}

main.make .s2 li,
main.make .s2 p {
  color: #324e53;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
}

main.make .s2 ul {
  padding-left: 1.5rem;
}

main.make .s2 li {
  list-style: disc;
  margin-bottom: 5px;
}

main.make .s3 {
  padding-bottom: 190px;
}

main.make .s3 .title-row {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 25px 110px 35px 20px;
  border-radius: 12px;
  border: 2px solid #edf7f2;
  margin-bottom: 260px;
}

main.make .s3 .title-row .content-area {
  flex: 1;
}

main.make .s3 .title-row .image-area {
  flex: 1;
  position: relative;
}

main.make .s3 .title-row .image-area img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}

main.make .s3 .title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin-bottom: 73px;
}

main.make .s3 p {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  max-width: 628px;
}

main.make .s3 .content-row {
  display: flex;
  gap: 30px;
}

main.make .s3 .image-area {
  flex: 1;
}

main.make .s3 .image-area img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}

main.make .s3 .box-content {
  flex: 1;
  margin-top: 130px;
}

main.make .s3 .box-inner {
  border-radius: 12px;
  background: linear-gradient(18deg, #7fc7bd -11.63%, #edf7f2 85.58%);
  padding: 180px 158px 97px 138px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

main.make .s3 .box-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/make/s3-overlay.svg);
  background-position: top right;
  z-index: -1;
}

main.make .s3 .box-title {
  color: #324e53;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin-bottom: 100px;
}

main.make .s3 .box-content p {
  color: #324e53;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}

main.make .s3 .box-content p b {
  font-weight: 700;
}

main.make .s3 .cta-btn {
  color: #324e53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 339px;
  height: 54px;
  border-radius: 10px;
  background: #a3cd39;
  margin-bottom: 120px;
}

main.make .s3 .cta-btn i.arrow-right {
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/arrow-right.svg);
}

/* -------------------------------------------------------------------------- */
/*	f. Template: Sustainability
/* -------------------------------------------------------------------------- */

main.hero-1.sustainability .s1 {
  padding: 225px 0 150px 0;
}

main.sustainability .s1 .title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  max-width: 842px;
}

main.sustainability .s1 .content-row {
  display: flex;
  flex-direction: column;
  gap: 53px;
}

main.sustainability .s1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.72px;
  max-width: 1350px;
}

main.sustainability .s2 .content-row {
  display: flex;
  gap: 30px;
}

main.sustainability .s2 .box-item {
  border-radius: 12px;
  background: linear-gradient(140deg, #edf7f2 67.42%, #7fc7bd 106.42%);
  padding: 100px 30px 70px 50px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 2px solid #edf7f2;
}

main.sustainability .s2 .box-item:not(.gradient):before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../images/sustainability/box-overlay.svg);
  background-position: center;
}

main.sustainability .s2 .box-item.gradient {
  background-image: url(../images/sustainability/box-bg.svg);
  background-position: top right;
  background-repeat: no-repeat;
  top: 63px;
}

main.sustainability .s2 .box-item .icon-area {
  margin-bottom: 80px;
}

main.sustainability .s2 .box-title {
  color: #324e53;
  font-size: 48px;
  font-weight: 600;
  line-height: 97%;
  letter-spacing: -1.92px;
  margin-bottom: 52px;
}

main.sustainability .s2 .box-item.gradient li,
main.sustainability .s2 .box-item.gradient p,
main.sustainability .s2 .box-item.gradient .box-title {
  color: #edf7f2;
}

main.sustainability .s2 .box-item p {
  color: #324e53;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px;
}

main.sustainability .s2 .box-item ul {
  padding-left: 1.5rem;
}

main.sustainability .s2 .box-item li {
  color: #324e53;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  list-style: disc;
}

main.sustainability .s3 {
  padding: 390px 0 190px 0;
}

main.sustainability .s3 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.sustainability .s3 .title {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin-bottom: 120px;
}

main.sustainability .s3 .cta-btn {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  color: #324e53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  max-width: 366px;
  height: 54px;
}

main.sustainability .s3 .cta-btn i.arrow-right {
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/arrow-right.svg);
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------- */
/*	g. Template: News
/* -------------------------------------------------------------------------- */

main.news .s1 {
  padding: 270px 0 240px 0;
}

main.news .s1 .content-row {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

main.news .s1 .title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
}

main.news .s1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.72px;
  max-width: 933px;
}

main.news .s2 {
  padding-bottom: 225px;
}

main.news .s2 .news-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

main.news .s2 .news-item {
  border-radius: 12px;
  background: linear-gradient(140deg, #edf7f2 67.42%, #7fc7bd 106.42%);
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding: 25px 30px 30px 30px;
}

main.news .s2 .news-item::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(../images/news/overlay.svg);
  z-index: -1;
}

main.news .s2 .news-item .image-area {
  width: 100%;
  height: 218px;
}
main.news .s2 .news-item .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

main.news .s2 .news-item .news-title {
  margin: 60px 0 52px 0;
  color: #324e53;
  font-size: 48px;
  font-weight: 600;
  line-height: 97%;
  letter-spacing: -1.92px;
}

main.news .s2 .news-item p {
  color: #324e53;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
}

/* -------------------------------------------------------------------------- */
/*	h. Template: Careers
/* -------------------------------------------------------------------------- */

main.careers {
  background: linear-gradient(
    180deg,
    rgba(41, 178, 75, 0) 14.04%,
    #2fb34a 36.44%,
    #a3cd39 126.02%
  );
}

main.careers .s1 {
  padding: 280px 0 166px 0;
}

main.careers .s1 .content-row {
  display: flex;
  align-items: flex-end;
  gap: 270px;
}

main.careers .s1 .subtitle {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
  margin-bottom: 65px;
}

main.careers .s1 .title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
}

main.careers .s1 .desc-area {
  max-width: 704px;
}

main.careers .s1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}

main.careers .s1 .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #324e53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  max-width: 292px;
  height: 54px;
  margin-top: 54px;
}

main.careers .s1 .cta-btn i.arrow-right {
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------- */
/*	i. Template: Contact
/* -------------------------------------------------------------------------- */

main.contact {
  background: linear-gradient(
    180deg,
    rgba(41, 178, 75, 0) 5.2%,
    #2fb34a 26.1%,
    #a3cd39 109.68%
  );
}

main.contact .s1 {
  padding: 270px 0 135px 0;
}

main.contact .content-row {
  display: flex;
  gap: 300px;
  justify-content: space-between;
}

main.contact .s1 .subtitle {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
  margin-bottom: 65px;
}

main.contact .s1 .title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 91%;
  letter-spacing: -3.2px;
  margin-bottom: 120px;
  max-width: 530px;
}

main.contact .s1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.72px;
  max-width: 574px;
}

main.contact .s1 .form-area {
  flex: 1;
}

main.contact .form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 10px;
}

main.contact .input-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

main.contact .textarea-wrap label,
main.contact .input-wrap label {
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

main.contact .input-wrap select,
main.contact .input-wrap input {
  width: 100%;
  padding: 12px 14px;
  height: 54px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #374151;
  outline: none;
  box-shadow: none;
}

main.contact .input-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M1 1L5.5 5.5L10 1' stroke='%236B7280' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

main.contact .textarea-wrap textarea::placeholder,
main.contact .input-wrap input::placeholder {
  color: #9ca3af;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

main.contact .textarea-wrap {
  margin-bottom: 77px;
  width: 100%;
}

main.contact .textarea-wrap textarea {
  width: 100%;
  resize: none;
  height: 140px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #374151;
}

main.contact .submit-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #fff;
  color: #324e53;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  max-width: 224px;
  width: 100%;
  height: 54px;
}

main.contact .submit-wrap button i.arrow-right {
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* -------------------------------------------------------------------------- */
/*	7z. Template: Full Width
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	8. Post: Archive
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	9. Post: Single
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	10. Blocks
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	11. Entry Content
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	13. Site Pagination
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	14. Error 404
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	15.	Extras
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	16. Site Footer
/* -------------------------------------------------------------------------- */

.fixed-img {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.fixed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#footer {
  padding: 65px 0 94px 0;
}

#footer .footer-box {
  border-radius: 12px;
  background: linear-gradient(41deg, #edf7f2 98.92%, #7fc7bd 144.08%);
  padding: 65px 70px 65px 139px;
  display: flex;
  justify-content: space-between;
}

#footer .copyright {
  color: #324e53;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  line-height: 112.217%;
}

#footer .footer-end {
  display: flex;
  align-items: center;
  gap: 55px;
}

#footer .footer-end p,
#footer .footer-end p a {
  color: #324e53;
  font-family: "Red Hat Display";
  font-size: 14px;
  font-weight: 600;
  line-height: 112.217%;
}

/* -------------------------------------------------------------------------- */
/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media (min-width: 1920px) {
  main.hero-1 .s1 {
    background-size: 100%;
  }
}

@media (max-width: 1799px) {
  main.hero-1 .s1 {
    padding: 200px 0 140px 0;
    background-size: 1920px;
  }

  #header .header-start {
    gap: 140px;
  }

  #header .main-menu {
    gap: 35px;
  }

  #header .menu-item a {
    font-size: 20px;
  }

  /* Home */

  main.home .s1 {
    padding: 160px 0 120px 0;
  }

  main.home .s1 .title {
    font-size: 56px;
    margin-bottom: 40px;
  }

  main.home .s1 .content-area {
    max-width: 550px;
  }

  main.home .s1 p > b {
    font-size: 20px;
  }

  main.home .s1 .scroll {
    margin-top: 60px;
  }

  main.home .s1 .box {
    padding: 80px 60px 40px 0;
  }

  main.home .s1 .box::before {
    background-size: 64%;
  }

  main.home .s2 {
    padding: 100px 0 250px 0;
  }

  main.home .s2 .box-item {
    padding: 30px 55px 45px 40px;
  }

  main.home .s2 .box-item.gradient .box-title {
    margin-bottom: 80px;
  }

  main.home .s2 .box-item .icon-area {
    margin-bottom: 100px;
  }

  main.home .s2 .box-item p {
    font-size: 20px;
  }

  main.home .s2 .box-title {
    font-size: 42px;
  }

  main.home .s3 {
    padding-bottom: 150px;
  }

  main.home .s3 .list-item p {
    font-size: 20px;
  }

  main.home .s3 .list-item {
    gap: 75px;
    padding-bottom: 25px;
  }

  main.home .s3 .list-item .list-title {
    font-size: 40px;
    max-width: 90px;
  }

  main.home .s3 .box-inner {
    padding: 110px 50px 70px 45px;
    gap: 25px;
  }

  main.home .s4 p {
    font-size: 20px;
  }

  main.home .s4 .title {
    font-size: 40px;
    margin-bottom: 35px;
  }

  main.home .s4 .content-area {
    gap: 70px;
  }

  main.home .s4 .content-row {
    gap: 75px;
    padding: 25px 75px 35px 21px;
  }

  main.home .s5 .box-title {
    font-size: 56px;
  }

  main.home .s5 p {
    font-size: 20px;
  }

  main.home .s5 .content-wrap {
    margin-bottom: 100px;
  }

  main.home .s5 .icon-area {
    margin-bottom: 35px;
  }

  main.home .s5 .box-inner {
    padding: 60px 58px 80px 125px;
  }

  main.home .s5 .box-content {
    top: 90px;
  }

  /* About */
  main.about .s1 {
    padding: 200px 0 50px 0;
  }

  main.about .s1 p {
    font-size: 22px;
    max-width: 550px;
  }

  main.about .s3 .content-row {
    gap: 35px;
  }

  main.about .s4 .content-box p,
  main.about .s3 p {
    font-size: 20px;
  }

  main.about .s4 .box-inner {
    padding: 80px 95px 90px 95px;
  }

  main.about .s4 .content-box .title {
    font-size: 56px;
    margin: 100px 0 60px 0;
  }

  main.about .s6 .title {
    font-size: 56px;
    margin: 200px 0 70px 0;
  }

  main.about .s6 .box-inner {
    padding: 75px 65px 80px 75px;
  }

  main.about .s6 li {
    font-size: 22px;
  }

  main.about .s6 .box-item p {
    font-size: 24px;
    margin-bottom: 100px;
  }

  main.about .s6 .box-item {
    padding: 110px 50px 100px 80px;
  }

  main.about .s6 .value-item .value-title {
    font-size: 32px;
  }

  /* Move */
  main.move .s1 p {
    font-size: 22px;
  }

  main.move .s2 .title {
    font-size: 56px;
    margin-bottom: 120px;
  }

  main.move .s2 p {
    margin-bottom: 170px;
    font-size: 20px;
  }

  main.move .s2 .box-inner {
    padding: 150px 100px 80px 95px;
  }

  main.move .s3 .title {
    font-size: 56px;
    margin-bottom: 35px;
  }

  main.move .s3 p {
    font-size: 20px;
  }

  main.move .s3 .desc-area {
    margin-bottom: 50px;
  }

  main.move .s3 .content-row {
    gap: 70px;
  }

  /* Make */
  main.make .s1 p {
    font-size: 22px;
    max-width: 1020px;
  }

  main.make .s2 {
    padding: 80px 0 200px 0;
  }

  main.make .s3 p,
  main.make .s2 li,
  main.make .s2 p {
    font-size: 20px;
  }

  main.make .s2 .title {
    font-size: 56px;
    margin: 75px 0 90px 0;
  }

  main.make .s2 .box-inner {
    padding: 80px 75px 120px 80px;
  }

  main.make .s3 .title {
    font-size: 56px;
    letter-spacing: -2px;
  }

  main.make .s3 .box-title {
    font-size: 56px;
    margin-bottom: 75px;
    letter-spacing: -2px;
  }

  main.make .s3 .box-inner {
    padding: 120px 75px 75px 70px;
  }

  main.make .s3 .cta-btn {
    margin-bottom: 70px;
  }

  /* Grow */
  main.grow .s1 {
    padding: 200px 0 150px 0;
  }

  main.grow .s1 p {
    font-size: 22px;
    max-width: 950px;
  }

  main.grow .s2 .title {
    font-size: 56px;
    margin: 70px 0 90px 0;
  }

  main.grow .s2 p {
    font-size: 20px;
  }

  main.grow .s2 .box-inner {
    padding: 75px 90px 110px 90px;
  }

  main.grow .s3 {
    padding: 180px 0 160px 0;
  }

  main.grow .s3 .title {
    font-size: 56px;
  }

  main.grow .s3 .box-item {
    padding: 35px 45px 60px 30px;
  }

  main.grow .s3 .box-item .box-title {
    font-size: 40px;
    margin-bottom: 25px;
  }

  main.grow .s3 .box-item .icon-area {
    margin-bottom: 50px;
  }

  main.grow .s4 .title {
    font-size: 56px;
    max-width: 1100px;
  }

  main.grow .s4 {
    padding-bottom: 150px;
  }

  /* Sustainability */
  main.sustainability .s1 p {
    font-size: 22px;
    max-width: 1260px;
  }

  main.sustainability .s1 .title {
    font-size: 56px;
  }

  main.sustainability .s2 .box-item li,
  main.sustainability .s2 .box-item p {
    font-size: 20px;
  }

  main.sustainability .s2 .box-item {
    padding: 60px 30px 40px 35px;
  }

  main.sustainability .s3 {
    padding: 275px 0 150px 0;
  }

  main.sustainability .s3 .title {
    font-size: 56px;
  }

  /* News */
  main.news .s1 {
    padding: 230px 0 172px 0;
  }

  main.careers .s1 .title,
  main.news .s1 .title {
    font-size: 56px;
  }

  main.news .s1 p {
    font-size: 22px;
    max-width: 860px;
  }

  main.news .s2 .news-item .news-title {
    margin: 40px 0 35px 0;
    font-size: 42px;
  }

  main.news .s2 .news-item p {
    font-size: 20px;
  }

  /* Careers */
  main.careers .s1 {
    padding: 230px 0 160px 0;
  }

  main.careers .s1 p {
    font-size: 22px;
  }

  main.careers .s1 .desc-area {
    max-width: 630px;
  }

  main.careers .s1 .content-row {
    gap: 150px;
  }

  /* Contact */
  main.contact .s1 {
    padding: 230px 0 125px 0;
  }

  main.contact .s1 .title {
    font-size: 56px;
    max-width: 460px;
  }

  main.contact .s1 p {
    font-size: 22px;
    max-width: 500px;
  }

  main.contact .content-row {
    gap: 130px;
  }

  #footer .footer-box {
    padding: 65px 70px 65px 61px;
  }
}

@media (max-width: 1399px) {
  #header .logo-area {
    width: 236px;
    height: 44px;
  }

  #header .header-cta {
    height: 48px;
  }

  #header .header-cta {
    width: 210px;
  }

  #header .menu-item a {
    font-size: 18px;
  }

  #header .header-start {
    gap: 110px;
  }

  /* Home */
  main.home .s1 .title {
    font-size: 48px;
    letter-spacing: -2px;
  }

  main.home .s1 .box {
    padding: 75px 40px 30px 0;
  }

  main.home .s1 .content-area {
    max-width: 489px;
  }

  main.home .s1 .box::before {
    background-size: 70%;
  }

  main.home .s1 .scroll {
    margin-top: 40px;
  }

  main.home .s2 .box-title {
    font-size: 40px;
    letter-spacing: -0.96px;
  }

  main.home .s2 .box-item.gradient .box-title {
    margin-bottom: 52px;
  }

  main.home .s2 .box-item .icon-area {
    margin-bottom: 70px;
  }

  main.home .s2 .box-item {
    padding: 30px 35px 45px 35px;
  }

  main.home .s3 .list-item .list-title {
    font-size: 32px;
    max-width: 80px;
  }

  main.home .s5 p,
  main.home .s2 .box-item p,
  main.home .s4 p,
  main.home .s3 .list-item p {
    font-size: 18px;
  }

  main.home .s3 .list-item {
    gap: 45px;
    padding-bottom: 20px;
  }

  main.home .s3 .box-inner {
    padding: 80px 40px 60px 40px;
    gap: 20px;
  }

  main.home .s3 .content-row {
    margin-bottom: 150px;
  }

  main.home .s4 .image-area {
    flex: 1.2;
  }

  main.home .s4 .content-row {
    gap: 45px;
    padding: 25px 35px 35px 21px;
  }

  main.home .s4 .title {
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: -0.96px;
  }

  main.home .s4 .content-area {
    gap: 50px;
  }

  main.home .s5 .box-inner {
    padding: 45px 55px 60px 90px;
  }

  main.home .s5 .box-title {
    font-size: 48px;
    letter-spacing: -1.6px;
    max-width: 390px;
    margin-bottom: 40px;
  }

  /* Sustainability */
  main.hero-1.sustainability .s1 {
    padding: 175px 0 120px 0;
  }

  main.sustainability .s1 .title {
    font-size: 48px;
    letter-spacing: -2px;
  }

  main.sustainability .s1 p {
    font-size: 20px;
    letter-spacing: -0.36px;
  }

  main.sustainability .s2 .box-item li,
  main.sustainability .s2 .box-item p {
    font-size: 18px;
  }

  main.sustainability .s2 .box-title {
    font-size: 40px;
    margin-bottom: 40px;
  }

  main.sustainability .s3 .title {
    font-size: 48px;
    letter-spacing: -2px;
    margin-bottom: 80px;
  }

  main.sustainability .s3 {
    padding: 200px 0 150px 0;
  }

  /* About */
  main.hero-1 .s1 {
    padding: 180px 0 120px 0;
    background-size: 1400px;
  }

  main.about .s1 {
    padding: 180px 0 40px 0;
  }

  main.about .s1 .title {
    font-size: 48px;
    letter-spacing: -2.2px;
  }

  main.about .s1 p {
    font-size: 20px;
    max-width: 495px;
  }

  main.about .s3 {
    padding: 100px 0 110px 0;
  }

  main.about .s3 .title {
    font-size: 38px;
  }

  main.about .s3 .content-area {
    gap: 30px;
  }

  main.about .s3 .content-row {
    gap: 35px;
    padding: 20px 25px 25px 35px;
  }

  main.about .s4 .content-box p,
  main.about .s3 p {
    font-size: 18px;
  }

  main.about .s4 .content-box .title {
    font-size: 48px;
    margin: 80px 0 50px 0;
  }

  main.about .s4 .box-inner {
    padding: 75px 80px 90px 85px;
  }

  main.about .s6 .title {
    font-size: 48px;
    margin: 100px 0 45px 0;
  }

  main.about .s6 li {
    font-size: 20px;
  }

  main.about .s6 .box-item p {
    font-size: 22px;
    margin-bottom: 75px;
  }

  main.about .s6 .value-item .value-title {
    font-size: 28px;
    letter-spacing: -1.2px;
  }

  main.about .s6 .box-item {
    padding: 90px 35px 80px 48px;
    top: 80px;
  }

  main.about .s7 {
    padding: 125px 0 175px 0;
  }

  main.about .s7 p {
    font-size: 20px;
  }

  main.about .s7 .filter-tab {
    font-size: 28px;
    letter-spacing: -1.2px;
  }

  /* News */

  main.news .s1 {
    padding: 175px 0 120px 0;
  }

  main.careers .s1 .title,
  main.news .s1 .title {
    font-size: 48px;
    letter-spacing: -2px;
  }

  main.news .s1 p {
    font-size: 20px;
    max-width: 770px;
  }

  main.news .s2 .news-item .image-area {
    height: 175px;
  }

  main.news .s2 .news-item .news-title {
    font-size: 38px;
    letter-spacing: -0.96px;
  }

  main.news .s2 .news-item p {
    font-size: 18px;
  }

  /* Careers */
  main.careers .s1 {
    padding: 200px 0 170px 0;
  }

  main.careers .s1 p {
    font-size: 20px;
  }

  main.careers .s1 .desc-area {
    max-width: 570px;
  }

  main.careers .s1 .cta-btn {
    margin-top: 30px;
  }

  /* Contact */
  main.contact .s1 {
    padding: 200px 0 125px 0;
  }

  main.contact .content-row {
    gap: 90px;
  }

  main.contact .s1 p {
    font-size: 20px;
    max-width: 460px;
    letter-spacing: -0.36px;
  }

  main.contact .s1 .title {
    font-size: 48px;
    max-width: 400px;
    letter-spacing: -2px;
    margin-bottom: 100px;
  }

  /* Move */
  main.hero-1.move .s1 {
    padding: 175px 0 100px 0;
  }

  main.move .s1 .title {
    font-size: 48px;
    letter-spacing: -2px;
  }

  main.move .s1 p {
    font-size: 20px;
    max-width: 915px;
  }

  main.move .s1 .title span {
    font-size: 24px;
    letter-spacing: -0.8px;
  }

  main.move .s2 {
    padding: 55px 0 170px 0;
  }

  main.move .s2 .title {
    font-size: 48px;
    margin-bottom: 80px;
  }

  main.move .s2 p {
    margin-bottom: 100px;
    font-size: 18px;
  }

  main.move .s2 .box-inner {
    padding: 120px 75px 80px 80px;
  }

  main.move .s3 .title {
    font-size: 48px;
    letter-spacing: -2px;
  }

  main.move .s3 p {
    font-size: 18px;
  }

  /* Make */
  main.make.hero-1 .s1 {
    padding: 175px 0 80px 0;
  }

  main.make .s1 .title {
    font-size: 48px;
    letter-spacing: -2px;
  }

  main.make .s1 p {
    font-size: 20px;
    max-width: 930px;
  }

  main.make .s2 .title {
    font-size: 48px;
    margin: 45px 0 60px 0;
  }

  main.make .s2 p {
    font-size: 18px;
  }

  main.make .s2 li {
    margin-bottom: 3px;
    font-size: 18px;
  }

  main.make .s2 .box-inner {
    padding: 70px 50px 90px 45px;
  }

  main.make .s3 .title {
    font-size: 48px;
    margin-bottom: 30px;
  }

  main.make .s3 .title-row {
    gap: 70px;
    padding: 25px 60px 35px 20px;
    margin-bottom: 180px;
  }

  main.make .s3 p {
    max-width: 500px;
    font-size: 18px;
  }

  main.make .s3 .box-title {
    font-size: 48px;
    margin-bottom: 45px;
  }

  main.make .s3 .box-content p {
    font-size: 18px;
  }

  main.make .s3 .box-content {
    margin-top: 90px;
  }

  main.make .s3 .box-inner {
    padding: 100px 50px 75px 45px;
  }

  /* Grow */
  main.grow .s1 {
    padding: 180px 0 105px 0;
  }

  main.grow .s2 .title,
  main.grow .s1 .title {
    font-size: 48px;
    letter-spacing: -2px;
  }

  main.grow .s1 p {
    font-size: 20px;
    max-width: 870px;
  }

  main.grow .s2 .title {
    font-size: 48px;
    letter-spacing: -2px;
    margin: 50px 0 70px 0;
  }

  main.grow .s2 .box-inner {
    padding: 75px 45px 110px 55px;
  }

  main.grow .s2 p {
    font-size: 18px;
  }

  main.grow .s3 .title {
    font-size: 48px;
    letter-spacing: -2px;
  }

  main.grow .s3 .boxes-row {
    gap: 15px;
  }

  main.grow .s3 .box-item .box-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  main.grow .s3 .box-item {
    padding: 30px 25px 40px 20px;
  }

  main.grow .s4 .title {
    font-size: 48px;
    max-width: 900px;
    letter-spacing: -2px;
  }

  main.grow .s4 {
    padding-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  #header .header-wrapper {
    padding: 15px 30px;
  }

  #header .main-menu {
    gap: 20px;
  }

  #header .header-start {
    gap: 65px;
  }

  /* Home */
  body.page-template-home #header {
    top: 30px;
  }

  main.home .s1 {
    padding: 70px 0 120px 0;
  }

  main.home .s1 .box {
    flex-direction: column;
    gap: 45px;
    padding: 0;
  }

  main.home .s1 .box .content-area {
    padding: 75px 45px 50px 45px;
    width: 100%;
    max-width: 100%;
  }

  main.home .s1 .title {
    max-width: 500px;
  }

  main.home .s1 .box::before {
    display: none;
  }

  main.home .s1 .box .mobile-img {
    display: block;
  }

  main.home .s2 {
    padding: 50px 0 150px 0;
  }

  main.home .s2 .boxes-row {
    flex-direction: column;
    gap: 45px;
  }

  main.home .s2 .box-item.gradient {
    top: 0;
  }

  main.home .s3 .content-row {
    flex-direction: column;
  }

  main.home .s4 .content-row {
    flex-direction: column;
    padding: 30px;
  }

  main.home .s5 .content-row {
    flex-direction: column;
  }

  main.home .s5 .box-content {
    top: 0;
  }

  /* About */
  main.about .s1 {
    padding: 150px 0 100px 0;
  }

  main.about .s1 p {
    font-size: 18px;
    max-width: 410px;
  }

  /* Sustainability */
  main.hero-1.sustainability .s1 {
    padding: 175px 0 100px 0;
  }

  main.sustainability .s1 p {
    font-size: 18px;
  }

  main.sustainability .s2 .content-row {
    flex-direction: column;
  }

  main.sustainability .s2 .box-item.gradient {
    top: 0;
  }

  main.sustainability .s2 .box-item {
    padding: 55px 35px 45px 35px;
  }

  main.sustainability .s3 .title {
    font-size: 38px;
    letter-spacing: -1px;
  }

  /* Move */
  main.move .s1 p {
    font-size: 18px;
  }

  main.move .s2 {
    padding: 55px 0 120px 0;
  }

  main.move .s2 .title {
    margin-bottom: 50px;
  }

  main.move .s2 .box-inner {
    padding: 80px 50px 65px 50px;
  }

  main.move .s2 .box-content {
    margin-top: 90px;
  }

  main.move .s3 .content-row {
    flex-direction: column;
    align-items: start;
    gap: 45px;
    margin-bottom: 75px;
  }

  /* Make */

  main.make .s1 p {
    font-size: 18px;
  }

  main.make .s2 .title {
    font-size: 38px;
    margin: 25px 0 40px 0;
  }

  main.make .s2 .image-area {
    margin-top: 100px;
  }

  main.make .s2 .box-inner {
    padding: 45px 25px 50px 35px;
  }

  main.make .s3 .box-title {
    font-size: 38px;
    margin-bottom: 35px;
  }

  main.make .s3 .box-inner {
    padding: 70px 40px 50px 35px;
  }

  main.make .s3 .cta-btn {
    margin-bottom: 40px;
  }

  main.make .s3 {
    padding-bottom: 100px;
  }

  /* Grow */
  main.grow .s1 p {
    font-size: 18px;
    max-width: 760px;
  }

  main.grow .s2 .title {
    margin: 35px 0 45px 0;
  }

  main.grow .s2 .box-inner {
    padding: 60px 45px 70px 40px;
  }

  main.grow .s3 .boxes-row {
    grid-template-columns: repeat(2, 1fr);
  }

  main.grow .s3 .box-item .box-title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  /* News */
  main.news .s1 p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }

  main.news .s2 {
    padding-bottom: 125px;
  }

  main.news .s2 .news-item .image-area {
    height: 150px;
  }

  /* Careers */
  main.careers .s1 .content-row {
    flex-direction: column;
    align-items: start;
    gap: 35px;
  }

  main.careers .s1 .title {
    max-width: 570px;
  }

  main.careers .s1 .subtitle {
    margin-bottom: 45px;
  }

  /* Contact */
  main.contact .content-row {
    flex-direction: column;
    gap: 45px;
  }

  main.contact .s1 p {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #header .header-cta,
  #header .main-menu {
    display: none;
  }

  #header .mobile-menu-btn {
    display: block;
  }

  main.about .s1 {
    padding: 140px 0 50px 0;
  }

  main.about .s1 .content-row {
    gap: 35px;
  }

  main.about .s3 .content-row {
    flex-direction: column;
    background-image: none;
    gap: 45px;
    padding: 35px;
  }

  main.about .s3 p {
    margin-bottom: 0;
  }

  main.about .s4 .content-row {
    flex-direction: column-reverse;
  }

  main.about .s4 .content-box {
    margin-top: 0;
  }

  main.about .s6 .content-row {
    flex-direction: column;
  }

  main.about .s6 .box-item {
    padding: 90px 65px 80px 75px;
    top: 0;
  }

  main.about .s7 {
    padding: 100px 0 75px 0;
  }

  main.about .s7 .filter-tab {
    font-size: 24px;
    letter-spacing: -1px;
    gap: 30px;
  }

  main.about .s7 .filter-tabs {
    gap: 30px;
  }

  /* Sustainability */
  main.hero-1.sustainability .s1 {
    background-size: cover;
  }

  main.sustainability .s1 .content-row {
    gap: 45px;
  }

  /* Move */
  main.move .s1 .content-row {
    gap: 35px;
  }

  main.move .s1 .title {
    line-height: 90%;
  }

  main.hero-1.move .s1 {
    background-size: cover;
  }

  main.move .s1 p {
    max-width: 100%;
  }

  main.move .s2 .content-row {
    flex-direction: column;
  }

  main.move .s2 .box-content {
    margin-top: 0;
  }
  /* Make */
  main.make .s1 .content-row {
    gap: 35px;
  }

  main.make .s1 p {
    max-width: 100%;
  }

  main.make.hero-1 .s1 {
    background-size: cover;
  }

  main.make .s2 {
    padding: 75px 0 120px 0;
  }

  main.make .s2 .content-row {
    flex-direction: column;
  }

  main.make .s2 .image-area {
    margin-top: 0;
  }

  main.make .s2 .title {
    margin: 45px 0 60px 0;
    font-size: 48px;
  }

  main.make .s3 .title-row {
    flex-direction: column;
    align-items: start;
    gap: 45px;
  }

  main.make .s3 .title-row {
    padding: 25px;
    margin-bottom: 125px;
  }

  main.make .s3 .content-row {
    flex-direction: column;
  }

  main.make .s3 .box-content {
    margin-top: 0;
  }

  main.make .s3 .box-title {
    font-size: 48px;
    margin-bottom: 45px;
  }

  main.make .s3 .cta-btn {
    margin-bottom: 70px;
  }

  /* Grow */
  main.grow .s1 .content-row {
    gap: 35px;
  }

  main.grow .s1 p {
    max-width: 100%;
  }

  main.grow .s2 .content-row {
    flex-direction: column;
  }

  main.grow .s2 .image-area {
    margin-top: 0;
  }

  main.grow .s3 {
    padding: 125px 0 110px 0;
  }

  /* News */
  main.news .s1 {
    padding: 150px 0 100px 0;
  }

  main.news .s1 .content-row {
    gap: 35px;
  }

  main.news .s2 .news-row {
    grid-template-columns: repeat(1, 1fr);
  }

  main.news .s2 .news-item .image-area {
    height: 218px;
  }

  /* Careers */
  main.careers .s1 {
    padding: 150px 0;
  }

  main.careers .s1 p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }

  /* Contact */
  main.contact .s1 {
    padding: 150px 0 100px 0;
  }

  main.contact .s1 .subtitle {
    margin-bottom: 45px;
  }

  main.contact .s1 .title {
    margin-bottom: 60px;
  }

  main.contact .textarea-wrap {
    margin-bottom: 35px;
  }

  #footer {
    padding: 35px 0 50px 0;
  }

  #footer .footer-box {
    padding: 45px 35px;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  /* Home */
  body.page-template-home #header {
    top: 20px;
  }

  main.home .s1 .box .content-area {
    padding: 50px 35px 0 35px;
  }

  main.home .s1 .title {
    font-size: 38px;
    letter-spacing: -1.3px;
  }

  main.home .s1 .box .mobile-img {
    width: 500px;
  }

  main.home .s4 .title,
  main.home .s2 .box-title {
    font-size: 32px;
  }

  main.home .s2 .box-item {
    padding: 30px 35px 45px 35px;
  }

  main.home .s3 .list-item {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 35px;
  }

  main.home .s3 .box-inner {
    gap: 35px;
    padding: 75px 35px 50px 35px;
  }

  main.home .s5 .box-inner {
    padding: 45px 35px 55px 35px;
  }

  main.home .s5 .box-title {
    font-size: 36px;
    letter-spacing: -1.2px;
    max-width: 290px;
    margin-bottom: 35px;
  }

  /* About*/
  main.about .s4 .box-inner {
    padding: 75px 45px 80px 45px;
  }

  main.about .s6 .box-item,
  main.about .s6 .box-inner {
    padding: 75px 45px 80px 45px;
  }

  main.about .s6 .box-item p {
    font-size: 20px;
    margin-bottom: 50px;
  }

  main.about .s6 .value-item {
    gap: 25px;
  }

  main.about .s6 .value-item .value-title {
    font-size: 24px;
    letter-spacing: -1px;
  }

  main.about .s7 .filter-wrap {
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 35px;
    padding: 0 20px;
  }

  main.about .s7 .filter-wrap::-webkit-scrollbar {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

  main.about .s7 .filter-tabs {
    justify-content: start;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  main.about .s7 .filter-tab {
    white-space: nowrap;
  }

  /* Sustainability */
  main.sustainability .s2 .box-item .icon-area {
    margin-bottom: 50px;
  }

  main.sustainability .s3 {
    padding: 125px 0 100px 0;
  }

  main.sustainability .s3 .title {
    font-size: 32px;
  }

  /* Move */
  main.move .s2 {
    padding: 0 0 100px 0;
  }

  main.move .s2 .title {
    margin-bottom: 35px;
    font-size: 40px;
    letter-spacing: -2px;
  }

  main.move .s3 .title {
    font-size: 40px;
    letter-spacing: -2px;
  }

  main.move .s1 .title span {
    font-size: 20px;
    letter-spacing: -0.4px;
  }

  main.move .s2 .box-inner {
    padding: 70px 35px 55px 35px;
  }

  /* Grow */
  main.grow .s3 .title {
    margin-bottom: 45px;
  }

  main.grow .s3 .boxes-row {
    grid-template-columns: repeat(1, 1fr);
  }

  main.grow .s3 .box-item.gradient {
    top: 0;
  }
}

@media (max-width: 576px) {
  #header .header-wrapper {
    padding: 15px 20px;
  }

  #header .logo-area {
    width: 200px;
    height: 38px;
  }

  #header .top-menu .menu-item a{
    font-size: 16px;
  }

  #header .top-menu{
    gap: 21px;
  }

  main.hero-1 .s1 {
    background-size: cover;
  }

  main.about .s1 .title {
    font-size: 36px;
  }

  main.about .s3 .title {
    font-size: 32px;
    letter-spacing: -0.92px;
  }

  main.about .s3 .content-row {
    padding: 30px 25px;
  }

  main.about .s4 .content-box .title {
    font-size: 38px;
    margin: 65px 0 35px 0;
  }

  main.about .s4 .box-inner {
    padding: 65px 35px 70px 35px;
  }

  main.about .s6 .title {
    font-size: 38px;
    margin: 80px 0 40px 0;
    letter-spacing: -2.2px;
  }

  main.about .s6 .box-inner {
    padding: 65px 35px 70px 35px;
  }

  main.about .s7 .title {
    font-size: 38px;
    letter-spacing: -0.92px;
  }

  main.about .s7 p {
    font-size: 18px;
  }

  main.about .s7 .container {
    padding: 0;
  }

  main.about .s7 p,
  main.about .s7 .title {
    padding: 0 12px;
  }

  /* News */
  main.news .s2 .news-item .image-area {
    height: 150px;
  }

  /* Contact */
  main.contact .form-row {
    flex-direction: column;
    gap: 10px;
  }
}
