@font-face {
  font-display: auto;
  font-family: "NeueHaasGrotDisplay";
  src: url("../eot/neuehaasgrotdispround-55roman.eot");
  src: url("../eot/neuehaasgrotdispround-55romand41d.eot#iefix") format("embedded-opentype"), url("../woff/neuehaasgrotdispround-55roman-web.woff") format("woff"), url("../woff2/neuehaasgrotdispround-55roman-web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: auto;
  font-family: "NeueHaasGrotDisplay";
  src: url("../eot/neuehaasgrotdispround-75bold.eot");
  src: url("../eot/neuehaasgrotdispround-75boldd41d.eot#iefix") format("embedded-opentype"), url("../woff/neuehaasgrotdispround-75bold-web.woff") format("woff"), url("../woff2/neuehaasgrotdispround-75bold-web.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
h1, .h1 {
  font-size: 64px;
  color: var(--fontColor);
  font-weight: 700;
  line-height: 72px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 46px;
    line-height: 56px;
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

h3 {
  font-size: 40px;
  color: var(--fontColor);
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
}

h4,
.h4 {
  font-size: 28px;
  color: var(--fontColor);
  margin: 0 0 24px;
  max-width: 80%;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
}

p {
  font-size: 22px;
  color: var(--fontColor);
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 22px;
  }
}

.width-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 70px 60px;
}
@media (max-width: 767px) {
  .width-container {
    padding: 60px 20px;
  }
}

@media (max-width: 767px) {
  .text-wraper {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-wraper {
    width: 100% !important;
  }
}

.img-right-aposlute-container {
  position: absolute;
  top: -20%;
  right: 5%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-right-aposlute-container {
    top: 0%;
    right: 5%;
    translate: 0 -50%;
  }
  .img-right-aposlute-container img {
    width: 90px;
  }
}

.img-left-aposlute-container {
  position: absolute;
  top: -20%;
  left: -5%;
  rotate: 90deg;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-left-aposlute-container {
    top: 0%;
    left: 5%;
    translate: 0 -50%;
  }
  .img-left-aposlute-container img {
    width: 90px;
  }
}

.vertical-cards {
  width: 70%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vertical-cards {
    width: auto !important;
  }
}

* {
  margin: 0;
  font-family: "NeueHaasGrotDisplay";
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: unset;
}

.primary-btn {
  background-color: #1ae570;
  color: #36164a;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 100px;
}
.primary-btn:hover {
  opacity: 0.8;
}

.secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  grid-gap: 25px;
  padding: 20px 40px;
  background-color: #36164a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .secondary-btn {
    font-size: 14px;
    padding: 10px 40px;
    text-align: left;
  }
}
.secondary-btn img {
  padding: 0 10px;
}
.secondary-btn:hover {
  opacity: 0.8;
}

.card {
  background-color: var(--backgroundColor);
  border: 2px solid #1ae570;
  border-radius: 8px;
  max-width: 350px;
}
@media (max-width: 767px) {
  .card {
    width: 100%;
    max-width: unset;
  }
}
.card .card-content {
  padding: 32px;
}
@media (max-width: 767px) {
  .card .card-content {
    padding: 20px;
  }
}
.card .card-content h4 {
  text-align: left;
}
.card .card-content p {
  text-align: left;
}
.card .card-content .img-container {
  width: 100%;
}
@media (max-width: 767px) {
  .card .card-content .img-container {
    margin-bottom: 15px;
  }
}
.card .card-content .img-container img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  grid-gap: 20px;
}

.vertical-card {
  display: flex;
  gap: 48px;
  grid-gap: 48px;
  border-radius: 8px;
}
.vertical-card .img-container {
  width: 50%;
  border-radius: 8px;
}
.vertical-card .img-container img {
  width: 100%;
  background-color: #7e6787;
  height: 100%;
  border-radius: 8px;
}
.vertical-card .text-container {
  width: 50%;
}
@media (max-width: 767px) {
  .vertical-card .text-container {
    width: 100% !important;
  }
}
.vertical-card .text-container h3 {
  margin-bottom: 16px;
}

.card-wraper {
  border: 2px solid #1ae570;
  padding: 48px;
}
@media (max-width: 767px) {
  .card-wraper {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-wraper {
    padding: 20px;
  }
}

:root {
  --backgroundDark: #003800;
  --backgroundDarkFooter: #003800;
  --backgroundLight: #cdf9e0;
  --headingBannerColor: #1ae570;
  --take-action-headingBannerColor: #1ae570;
  --ecoAnxiety-headingBannerColor: #1ae570;
  --fontBannerColor: #ffffff;
  --green-to-purle: #008A1C;
  --green-to-light-purle: #1AE570;
  --green-to-white: #1ae570;
  --light-purple-to-white: #9400FF;
  --backgroundColor: #f6f0ed;
  --take-action-magnitude-backgroundColor: #f6f0ed;
  --backgroundColorLightToDark: #FAF6F4;
  --fontColor: #36164a;
  --fontColorOrangeToGreen: #FF4822;
}

[data-theme=dark] {
  --backgroundDark: #36164a;
  --backgroundDarkFooter: #7907CC;
  --backgroundLight: #5e0d98;
  --headingBannerColor: #1ae570;
  --green-to-purle: #5E0D98;
  --green-to-light-purle: #FF83FF;
  --take-action-headingBannerColor: #5E0D98;
  --ecoAnxiety-headingBannerColor: #36164A;
  --backgroundColorLightToDark: #36164A;
  --fontBannerColor: #ffffff;
  --green-to-white: #ffffff;
  --light-purple-to-white: #ffffff;
  --backgroundColor: #36164a;
  --take-action-magnitude-backgroundColor: #5E0D98;
  --fontColor: #ffffff;
  --fontColorOrangeToGreen: #1AE570;
}

[data-theme=dark] .header-banner .parallax {
  background-image: url("../jpg/landingpage-headerimage-night.jpg");
}

.header-banner {
  position: relative;
  height: 1000px;
}
@media (max-width: 767px) {
  .header-banner {
    height: auto;
    display: flex;
    align-items: center;
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-banner {
    display: flex;
    align-items: center;
    height: 800px;
  }
}
.header-banner .parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url("../image-full.html");
}
@media (max-width: 767px) {
  .header-banner .parallax {
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-banner .parallax {
    background-position: bottom;
    object-fit: contain;
  }
}
.header-banner .width-container {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .header-banner .width-container {
    padding: 30px 20px;
  }
}
.header-banner .width-container .text-wraper {
  text-align: center;
  padding-top: 100px;
  width: 70%;
}
@media (max-width: 767px) {
  .header-banner .width-container .text-wraper {
    width: 100%;
    padding: 0;
  }
}
.header-banner .width-container .text-wraper p {
  text-align: center;
}

.owl-carousel[data-dots=true] {
  margin-bottom: 60px;
}
.owl-carousel .owl-nav button.owl-prev {
  background: transparent;
  background-image: url("../png/arrow%20left.png");
  border-radius: inherit !important;
  background-repeat: no-repeat;
}
.owl-carousel .owl-nav button.owl-next {
  background: transparent;
  background-image: url("../png/arrow%20right.png");
  border-radius: inherit !important;
  background-repeat: no-repeat;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  text-align: center;
  z-index: 20;
}
.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 4rem;
  font-size: 1.5rem;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.owl-carousel .owl-nav .owl-prev {
  left: -4rem;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -2rem;
  }
}
.owl-carousel .owl-nav .owl-prev::before {
  content: "\ebfb";
}
.owl-carousel .owl-nav .owl-prev[class*=disabled] {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.owl-carousel .owl-nav .owl-next {
  right: -4rem;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-next {
    right: -2rem;
  }
}
.owl-carousel .owl-nav .owl-next::before {
  content: "\ebfc";
}
.owl-carousel .owl-nav .owl-next[class*=disabled] {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  counter-increment: owlItem;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  width: auto;
  max-width: 100%;
}
.owl-carousel.visible .owl-stage-outer {
  overflow: visible;
}
.owl-carousel.accent .owl-item {
  opacity: 0.25;
}
.owl-carousel.accent .owl-item.active {
  opacity: 1;
}

.top-banner {
  background-color: var(--backgroundDark);
}
.top-banner .width-container .text-wrapper {
  width: 70%;
  max-width: 768px;
}
@media (max-width: 767px) {
  .top-banner .width-container .text-wrapper {
    width: 100%;
  }
}
.top-banner .width-container .text-wrapper h1 {
  color: var(--headingBannerColor);
}
.top-banner .width-container .text-wrapper p {
  color: var(--fontBannerColor);
  text-align: center;
  margin-bottom: 16px;
}
.top-banner .width-container .text-wrapper p:last-child {
  font-weight: 300;
}

.banner {
  background-color: #1ae570;
  position: relative;
}
.banner .width-container {
  padding: 32px 32px 32px 32px;
}
@media (max-width: 767px) {
  .banner .width-container {
    padding: 24px;
  }
}
.banner .width-container .text-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .banner .width-container .text-wrapper {
    display: none;
  }
}
.banner .width-container .text-wrapper p {
  color: #36164A;
  text-align: center;
  font-size: 32px;
  padding-bottom: 32px;
  font-weight: 700;
  line-height: 40px;
}
.banner .width-container .text-wrapper .btn-container {
  display: flex;
  justify-content: center;
}
.banner .width-container .text-wrapper .btn-container .secondary-btn b {
  font-weight: 700;
}
.banner .width-container .mobile-text-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .banner .width-container .mobile-text-wrapper {
    display: flex;
    flex-direction: column;
  }
  .banner .width-container .mobile-text-wrapper p {
    color: #36164A;
    text-align: center;
    font-size: 22px;
    padding-bottom: 24px;
    font-weight: 700;
    line-height: 32px;
  }
  .banner .width-container .mobile-text-wrapper .btn-container {
    display: flex;
    justify-content: center;
  }
  .banner .width-container .mobile-text-wrapper .btn-container .secondary-btn {
    padding: 10px 40px 10px 60px;
  }
  .banner .width-container .mobile-text-wrapper .btn-container .secondary-btn b {
    font-weight: 700;
    width: 70%;
    font-size: 18px;
  }
}

[data-theme=dark] .magnitude .img-left-absolute-container {
  display: none;
}
[data-theme=dark] .magnitude .img-left-absolute-container-dark {
  display: unset;
  position: absolute;
  top: -25%;
  left: 3%;
}
[data-theme=dark] .magnitude .img-left-absolute-container-dark img {
  max-width: 191px;
  max-height: 260px;
}
@media (max-width: 767px) {
  [data-theme=dark] .magnitude .img-left-absolute-container-dark {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-theme=dark] .magnitude .img-left-absolute-container-dark {
    display: none;
  }
}
[data-theme=dark] .magnitude .width-container .content-wrapper .img-container {
  background-image: url("../png/group%2022442.png");
}

.magnitude {
  background-color: var(--backgroundColor);
  position: relative;
}
.magnitude .img-left-absolute-container {
  top: -25%;
  left: 3%;
  rotate: 180deg;
  position: absolute;
}
.magnitude .img-left-absolute-container img {
  max-width: 191px;
  max-height: 260px;
}
@media (max-width: 767px) {
  .magnitude .img-left-absolute-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .magnitude .img-left-absolute-container {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .magnitude .img-left-absolute-container {
    left: 2%;
  }
  .magnitude .img-left-absolute-container img {
    max-width: 170px;
  }
}
.magnitude .img-left-absolute-container-dark {
  display: none;
}
.magnitude .width-container {
  padding: 96px 60px 56px 60px;
}
@media (max-width: 767px) {
  .magnitude .width-container {
    padding: 72px 24px 60px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .magnitude .width-container {
    padding: 72px 48px 40px 48px;
  }
}
.magnitude .width-container h2 {
  color: var(--fontColor);
  text-align: start;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .magnitude .width-container h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 64px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .magnitude .width-container h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 64px;
  }
}
.magnitude .width-container .content-wrapper {
  display: flex;
  width: 75%;
}
@media (max-width: 767px) {
  .magnitude .width-container .content-wrapper {
    width: 100%;
    flex-direction: column-reverse;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .magnitude .width-container .content-wrapper {
    display: none;
  }
}
.magnitude .width-container .content-wrapper .text-wrapper {
  margin-right: 64px;
  width: 60%;
}
@media (max-width: 767px) {
  .magnitude .width-container .content-wrapper .text-wrapper {
    width: 100%;
    margin-top: 24px;
  }
}
.magnitude .width-container .content-wrapper .text-wrapper p {
  padding-bottom: 16px;
}
.magnitude .width-container .content-wrapper .text-wrapper p:first-child {
  font-weight: 700;
}
@media (max-width: 767px) {
  .magnitude .width-container .content-wrapper .text-wrapper p {
    text-align: center;
  }
}
.magnitude .width-container .content-wrapper .img-container {
  width: 40%;
  background-image: url("../png/magnitude.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
  min-height: 350px;
}
.magnitude .width-container > .text-wrapper {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .magnitude .width-container .content-wrapper .img-container {
    width: 100%;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .magnitude .width-container .content-wrapper .img-container {
    width: 60%;
  }
}
.magnitude .width-container .tablet-content-wrapper {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .magnitude .width-container .tablet-content-wrapper {
    display: unset;
  }
  .magnitude .width-container .tablet-content-wrapper .text-wrapper .text-with-right-image {
    display: flex;
    padding-bottom: 48px;
  }
  .magnitude .width-container .tablet-content-wrapper .text-wrapper .text-with-right-image p {
    width: 50%;
    margin-top: 32px;
    font-weight: 700;
  }
  .magnitude .width-container .tablet-content-wrapper .text-wrapper .text-with-right-image .img-container {
    width: 50%;
    background-image: url("../png/magnitude.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    min-height: 288px;
  }
  .magnitude .width-container .tablet-content-wrapper .text-wrapper p {
    padding-bottom: 16px;
  }
}

.our-commitment {
  background-color: var(--take-action-headingBannerColor);
  position: relative;
}
.our-commitment .width-container {
  padding: 96px 60px 80px 60px;
}
@media (max-width: 767px) {
  .our-commitment .width-container {
    padding: 72px 24px 56px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-commitment .width-container {
    padding: 72px 60px;
  }
}
.our-commitment .width-container .text-wrapper {
  width: 60%;
  max-width: 768px;
}
@media (max-width: 767px) {
  .our-commitment .width-container .text-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-commitment .width-container .text-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .our-commitment .width-container .text-wrapper h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-commitment .width-container .text-wrapper h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
.our-commitment .width-container .text-wrapper p {
  text-align: center;
  margin-bottom: 16px;
}
.our-commitment .width-container .text-wrapper p b {
  font-weight: 700;
}

.our-mission {
  background-color: var(--backgroundLight);
  position: relative;
}
.our-mission .width-container {
  padding: 96px 60px 56px 60px;
}
@media (max-width: 767px) {
  .our-mission .width-container {
    padding: 72px 24px 40px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-mission .width-container {
    padding: 72px 60px 40px 60px;
  }
}
.our-mission .width-container .text-wrapper {
  width: 60%;
}
@media (max-width: 767px) {
  .our-mission .width-container .text-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-mission .width-container .text-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-mission .width-container .text-wrapper h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
.our-mission .width-container .text-wrapper p {
  text-align: center;
  margin-bottom: 16px;
}
.our-mission .width-container .text-wrapper p b {
  font-weight: 700;
}
.our-mission .width-container img {
  background-color: #7e6787;
}

[data-theme=dark] .our-partners-cards .img-right-aposlute-container {
  display: none;
}
[data-theme=dark] .our-partners-cards .img-right-aposlute-container-dark {
  display: unset;
  position: absolute;
  top: 0;
  right: 5%;
  translate: 0 -50%;
}
[data-theme=dark] .our-partners-cards .img-right-aposlute-container-dark img {
  max-width: 191px;
}
@media (max-width: 767px) {
  [data-theme=dark] .our-partners-cards .img-right-aposlute-container-dark {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-theme=dark] .our-partners-cards .img-right-aposlute-container-dark {
    display: none;
  }
}
[data-theme=dark] .our-partners-cards .width-container .cards .card-content .img-container-right {
  background-image: url("../png/group%2022533.png");
}

.our-partners-cards {
  background-color: var(--backgroundColor);
  position: relative;
}
.our-partners-cards .img-right-aposlute-container {
  top: 0;
  right: 5%;
  translate: 0 -50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-partners-cards .img-right-aposlute-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .our-partners-cards .img-right-aposlute-container {
    display: none;
  }
}
.our-partners-cards .img-right-aposlute-container img {
  max-width: 191px;
}
@media (max-width: 767px) {
  .our-partners-cards .img-right-aposlute-container img {
    width: 70px;
  }
}
.our-partners-cards .img-right-aposlute-container-dark {
  display: none;
}
.our-partners-cards .width-container {
  padding: 96px 60px;
}
@media (max-width: 767px) {
  .our-partners-cards .width-container {
    padding: 72px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-partners-cards .width-container {
    padding: 72px 60px;
  }
}
@media (max-width: 767px) {
  .our-partners-cards .width-container h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-partners-cards .width-container h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
.our-partners-cards .width-container .cards {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .our-partners-cards .width-container .cards {
    flex-direction: column;
  }
}
.our-partners-cards .width-container .cards .card-content {
  padding: 48px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-partners-cards .width-container .cards .card-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .our-partners-cards .width-container .cards .card-content {
    padding: 30px;
  }
}
.our-partners-cards .width-container .cards .card-content h4 {
  font-size: 32px;
  line-height: 40px;
  max-width: 100%;
  margin-bottom: 48px;
}

.our-partners-cards .width-container .cards .card-content h3 {
  font-size: 32px;
  line-height: 40px;
  max-width: 100%;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .our-partners-cards .width-container .cards .card-content h4 {
    text-align: center;
  }
  .our-partners-cards .width-container .cards .card-content h3 {
    text-align: center;
  }
}
.our-partners-cards .width-container .cards .card-content p {
  margin-top: 32px;
}
.our-partners-cards .width-container .cards .card-content p b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .our-partners-cards .width-container .cards .card-content p {
    text-align: center;
  }
}
.our-partners-cards .width-container .cards .card-content .img-container-left {
  background-image: url("../png/partners-artwork.png");
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}
.our-partners-cards .width-container .cards .card-content .img-container-right {
  background-image: url("../png/group%2022530.png");
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}
.our-partners-cards .width-container .btn-container {
  display: flex;
  justify-content: center;
}
.our-partners-cards .width-container .btn-container .primary-btn {
  line-height: 24px;
}

[data-theme=dark] .our-partners .img-left-aposlute-container {
  display: none;
}
[data-theme=dark] .our-partners .img-left-aposlute-container-dark {
  display: unset;
  position: absolute;
  top: 0;
  left: -9.5%;
  translate: 0 -50%;
  filter: blur(2px);
}
[data-theme=dark] .our-partners .img-left-aposlute-container-dark img {
  max-width: 286px;
}
@media (max-width: 767px) {
  [data-theme=dark] .our-partners .img-left-aposlute-container-dark {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-theme=dark] .our-partners .img-left-aposlute-container-dark {
    display: none;
  }
}

.our-partners {
  background-color: var(--backgroundLight);
  position: relative;
}
.our-partners .img-left-aposlute-container {
  top: 0;
  left: -6.5%;
  translate: 0 -50%;
  filter: blur(2px);
}
.our-partners .img-left-aposlute-container img {
  max-width: 191px;
}
@media (max-width: 767px) {
  .our-partners .img-left-aposlute-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-partners .img-left-aposlute-container {
    display: none;
  }
}
.our-partners .img-left-aposlute-container-dark {
  display: none;
}
.our-partners .width-container {
  padding: 72px 60px 96px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .our-partners .width-container {
    padding: 72px 24px 40px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-partners .width-container {
    padding: 56px 60px 72px 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-partners .width-container h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
.our-partners .width-container .vertical-cards {
  width: 70%;
}
@media (max-width: 767px) {
  .our-partners .width-container .vertical-cards {
    width: 100%;
  }
}
.our-partners .width-container .vertical-cards .vertical-card {
  display: flex;
  gap: 48px;
  grid-gap: 48px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .our-partners .width-container .vertical-cards .vertical-card {
    width: auto;
  }
}
.our-partners .width-container .vertical-cards .vertical-card .img-container {
  width: 50%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .our-partners .width-container .vertical-cards .vertical-card .img-container {
    width: 100%;
  }
}
.our-partners .width-container .vertical-cards .vertical-card .img-container img {
  width: 100%;
  background-color: #7e6787;
  height: 100%;
  border-radius: 8px;
}
.our-partners .width-container .vertical-cards .vertical-card .text-container {
  width: 50%;
}
.our-partners .width-container .vertical-cards .vertical-card .text-container h3 {
  margin-bottom: 16px;
}
.our-partners .width-container .vertical-cards .vertical-card .text-container p {
  margin-bottom: 16px;
}
.our-partners .width-container .our-partners-card {
  width: 70%;
  background-color: var(--backgroundLight);
  border: 2px solid #1ae570;
  border-radius: 8px;
  display: flex;
  padding: 48px 48px 32px 72px;
}

:nth-child(2 of .our-partners-card) { margin-top:20px }

@media (max-width: 767px) {
  .our-partners .width-container .our-partners-card {
    width: 95%;
    display: block;
    padding: 30px 15px 30px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-partners .width-container .our-partners-card {
    min-width: 95%;
    width: 90%;
    padding: 32px 32px 16px 50px;
  }
}
.our-partners .width-container .our-partners-card .left-image {
  min-width: 25%;
  text-align: left;
}
@media (max-width: 767px) {
  .our-partners .width-container .our-partners-card .left-image {
    text-align: center;
  }
}
.our-partners .width-container .our-partners-card .left-image img {
  max-width: 145px;
  height: auto;
}
@media (max-width: 767px) {
  .our-partners .width-container .our-partners-card .left-image img {
    padding-bottom: 32px;
    max-width: 108px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-partners .width-container .our-partners-card .left-image img {
    max-width: 108px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-partners .width-container .our-partners-card .content-right {
    text-align: left;
  }
}
.our-partners .width-container .our-partners-card .content-right h2 {
  color: var(--fontColor);
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .our-partners .width-container .our-partners-card .content-right h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
}
.our-partners .width-container .our-partners-card .content-right p {
  padding-bottom: 16px;
}
.our-partners .width-container .our-partners-card .content-right p b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .our-partners .width-container .our-partners-card .content-right p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-partners .width-container .our-partners-card .content-right p {
    text-align: left;
  }
}
.our-partners .width-container .our-partners-card .content-right .subtitle {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .our-partners .width-container .our-partners-card .content-right .subtitle {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
}

.toggleWrapper {
  position: fixed;
  top: 40%;
  right: 0;
  overflow: hidden;
  transform: translate3d(-50%, -50%, 0);
  rotate: 90deg;
  z-index: 3;
}
.toggleWrapper input {
  position: absolute;
  left: -99em;
}

.toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 125px;
  height: 65px;
  background-color: #7e6787;
  border-radius: 84px;
  transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: 0 0 32px 32px;
}

.toggle__handler {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 65px;
  background-color: #ffffff;
  border-radius: 0 0 32px 32px;
  transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.toggle__handler .crater {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-image: url("../svg/sun-dark.svg");
  position: absolute;
  transition: opacity 200ms ease-in-out;
  width: 32px;
  height: 32px;
  background-size: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-90deg);
}

.star {
  position: absolute;
  background-image: url("../svg/moon.svg");
  position: absolute;
  background-color: transparent;
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 28px;
  top: 50%;
  left: 50%;
  translate: 55% -55%;
  rotate: -90deg;
}

input:checked + .toggle .toggle__handler {
  background-color: #ffffff;
  transform: translate3d(65px, 0, 0);
}
input:checked + .toggle .toggle__handler .crater {
  opacity: 1;
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-image: url("../svg/moon-dark.svg");
  transform: translate(-50% -50%), rotateZ(-90deg);
  background-size: 28px;
  background-repeat: no-repeat;
}
input:checked + .toggle .star {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 300ms 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-image: url("../svg/sun.svg");
  background-size: 32px;
  width: 32px;
  height: 32px;
  left: 0;
}

.vertical-item-card {
  position: relative;
  background-color: var(--backgroundColor);
}
.vertical-item-card .img-right-aposlute-container {
  right: -10%;
  top: -40%;
  transform: matrix(0, -1, -1, 0, 0, 0);
  rotate: 0deg;
  filter: blur(6px);
  -webkit-filter: blur(6px);
}
@media (max-width: 767px) {
  .vertical-item-card .img-right-aposlute-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vertical-item-card .img-right-aposlute-container {
    top: 0%;
    right: 5%;
    translate: 0 -50%;
  }
  .vertical-item-card .img-right-aposlute-container img {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .width-container .vertical-cards {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .width-container .vertical-cards {
    width: 100%;
  }
}
.width-container .vertical-cards .vertical-card .text-container p {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .width-container .vertical-cards .vertical-card {
    width: 100%;
    flex-direction: column;
  }
  .width-container .vertical-cards .vertical-card .img-container {
    width: 100%;
    height: 400px;
  }
  .width-container .vertical-cards .vertical-card .text-container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .width-container .vertical-cards .vertical-card {
    width: auto !important;
  }
}

[data-theme=dark] .new-header-banner #keyart-0 {
  background-color: #36164A;
}
[data-theme=dark] .new-header-banner #keyart-1 {
  background-image: url("../vector%20(10.html).png");
  background-size: 100px auto;
  max-width: 280px;
  background-position: bottom center;
}
[data-theme=dark] .new-header-banner #keyart-2 {
  background-image: url("../vector%20(11.html).png");
  max-width: 100%;
}
[data-theme=dark] .new-header-banner #keyart-3 {
  background-image: url("../dark-vector%20(11.html).png");
}
[data-theme=dark] .new-header-banner #keyart-4 {
  background-image: url("../dark-vector%20(12.html).png");
}
[data-theme=dark] .new-header-banner #keyart-5 {
  background-image: url("../dark-vector%20(10.html).png");
}
[data-theme=dark] .new-header-banner #keyart-6 {
  background-image: url("../desktop-dark-foreground-(1.html).png");
}
@media (max-width: 767px) {
  [data-theme=dark] .new-header-banner #keyart-3 {
    background-image: url("../mobile-dark-vector%20(13.html).png");
  }
  [data-theme=dark] .new-header-banner #keyart-4 {
    background-image: url("../mobile-dark-vector%20(14.html).png");
  }
  [data-theme=dark] .new-header-banner #keyart-5 {
    background-image: url("../mobile-dark-vector%20(15.html).png");
  }
  [data-theme=dark] .new-header-banner #keyart-6 {
    background-image: url("../mobile-dark-foreground%20(5.html).png");
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-theme=dark] .new-header-banner #keyart-3 {
    background-image: url("../tablet-dark-vector%20(13.html).png");
  }
  [data-theme=dark] .new-header-banner #keyart-4 {
    background-image: url("../tablet-dark-vector%20(14.html).png");
  }
  [data-theme=dark] .new-header-banner #keyart-5 {
    background-image: url("../tablet-dark-vector%20(15.html).png");
  }
  [data-theme=dark] .new-header-banner #keyart-6 {
    background-image: url("../tablet-dark-foreground%20(5.html).png");
  }
}

.new-header-banner .body {
  margin: -5px;
}
.new-header-banner .keyart, .new-header-banner .keyart_layer {
  height: 1100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-header-banner .keyart, .new-header-banner .keyart_layer {
    height: 1050px;
  }
}
@media (max-width: 767px) {
  .new-header-banner .keyart, .new-header-banner .keyart_layer {
    height: 800px;
  }
}
.new-header-banner #parallax {
  display: block;
}
.new-header-banner .keyart {
  position: relative;
}
.new-header-banner .keyart_layer {
  background-position: bottom center;
  background-size: auto 1238px;
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
}
.new-header-banner .keyart_layer.parallax {
  position: fixed;
}
.new-header-banner #keyart-0 {
  background-color: aqua;
}
.new-header-banner #keyart-1 {
  background-image: url("../vector%20(1.html).png");
  background-size: contain;
  max-width: 300px;
  max-height: 192px;
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .new-header-banner #keyart-1 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-header-banner #keyart-1 {
    display: none;
  }
}
.new-header-banner #keyart-2 {
  background-image: url("../vector%20(2.html).png");
  background-size: 200px auto;
  max-width: 97%;
  max-height: 192px;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 767px) {
  .new-header-banner #keyart-2 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-header-banner #keyart-2 {
    display: none;
  }
}
.new-header-banner #keyart-3 {
  background-image: url("../vector%20(7.html).png");
  background-size: contain;
}
.new-header-banner #keyart-4 {
  background-image: url("../vector%20(8.html).png");
  background-size: contain;
}
.new-header-banner #keyart-5 {
  background-image: url("../vector%20(9.html).png");
  background-size: contain;
}
.new-header-banner #keyart-6 {
  background-image: url("../desktop-foreground%20(3.html).png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .new-header-banner #keyart-3 {
    background-image: url("../mobilevector%20(9.html).png");
  }
  .new-header-banner #keyart-4 {
    background-image: url("../mobilevector%20(8.html).png");
  }
  .new-header-banner #keyart-5 {
    background-image: url("../mobilevector%20(7.html).png");
  }
  .new-header-banner #keyart-6 {
    background-image: url("../png/mobileforeground.png");
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-header-banner #keyart-3 {
    background-image: url("../tabletvector%20(7.html).png");
  }
  .new-header-banner #keyart-4 {
    background-image: url("../tabletvector%20(8.html).png");
  }
  .new-header-banner #keyart-5 {
    background-image: url("../tabletvector%20(9.html).png");
  }
  .new-header-banner #keyart-6 {
    background-image: url("../png/tabletforeground.png");
  }
}
.new-header-banner .width-container {
  padding: 80px 0;
  position: absolute;
  min-width: 100%;
  top: 0px;
}
@media (max-width: 767px) {
  .new-header-banner .width-container {
    padding: 45px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-header-banner .width-container {
    padding: 45px 0;
  }
}
.new-header-banner .width-container .text-wraper {
  text-align: center;
}
.new-header-banner .width-container .text-wraper img {
  max-width: 200px;
  max-height: 90px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .new-header-banner .width-container .text-wraper img {
    max-width: 115px;
    max-height: 50px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-header-banner .width-container .text-wraper img {
    max-width: 130px;
    max-height: 56px;
    padding-bottom: 24px;
  }
}
.new-header-banner .width-container .text-wraper h1 {
  font-size: 80px;
  line-height: 84px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .new-header-banner .width-container .text-wraper h1 {
    font-size: 40px;
    line-height: 45px;
    padding: 24px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-header-banner .width-container .text-wraper h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .new-header-banner .width-container .text-wraper {
    width: 100%;
    padding: 0;
  }
}
.new-header-banner .width-container .text-wraper p {
  text-align: center;
  margin: auto;
  width: 60%;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .new-header-banner .width-container .text-wraper p {
    width: 85%;
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-header-banner .width-container .text-wraper p {
    font-size: 22px;
    line-height: 32px;
    width: 75%;
  }
}

.new-top-banner {
  text-align: center;
  background: var(--backgroundDark);
  position: relative;
}
.new-top-banner .width-container {
  padding: 48px 60px 176px 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-top-banner .width-container {
    padding: 96px 60px 128px 60px;
  }
}
@media (max-width: 767px) {
  .new-top-banner .width-container {
    padding: 96px 24px 128px 24px;
  }
}
.new-top-banner .width-container .scrollDown-arrow {
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-top-banner .width-container .scrollDown-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .new-top-banner .width-container .scrollDown-arrow {
    display: none;
  }
}
.new-top-banner .width-container .text-wrapper {
  width: 70%;
  max-width: 768px;
}
@media (max-width: 767px) {
  .new-top-banner .width-container .text-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-top-banner .width-container .text-wrapper {
    width: 100%;
  }
}
.new-top-banner .width-container .text-wrapper h2 {
  color: var(--green-to-white);
}
.new-top-banner .width-container .text-wrapper p {
  color: var(--fontBannerColor);
  text-align: center;
  margin-bottom: 16px;
}
.new-top-banner .width-container .text-wrapper p b {
  font-weight: 700;
}
.new-top-banner .bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@media (max-width: 767px) {
  .body-theme {
    background-color: #5E0D98;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-theme {
    background-color: #5E0D98;
  }
}

.ecoAnxiety-header-banner {
  position: relative;
  background-color: var(--ecoAnxiety-headingBannerColor);
}
@media (max-width: 767px) {
  .ecoAnxiety-header-banner {
    height: auto;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-header-banner {
    align-items: center;
    height: auto;
  }
}
.ecoAnxiety-header-banner .left-icon {
  background-image: url("../png/group.png");
  background-repeat: no-repeat;
  min-width: 290px;
  height: 100%;
  background-size: 290px 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
}
@media (max-width: 767px) {
  .ecoAnxiety-header-banner .left-icon {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-header-banner .left-icon {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .ecoAnxiety-header-banner .left-icon {
    background-size: 230px 100%;
  }
}
.ecoAnxiety-header-banner .right-icon {
  background-image: url("../png/group%2022509-v2.png");
  background-repeat: no-repeat;
  min-width: 290px;
  height: 100%;
  background-size: 290px 100%;
  position: absolute;
  top: 0%;
  right: 0%;
}
@media (max-width: 767px) {
  .ecoAnxiety-header-banner .right-icon {
    background-image: url("../png/group%2022509.png");
    min-height: 440px;
    background-position: right;
    position: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-header-banner .right-icon {
    background-image: url("../png/campaignshowcase-gas.png");
    position: unset;
    min-height: 450px;
    background-size: contain;
    background-position: bottom right;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .ecoAnxiety-header-banner .right-icon {
    min-width: 220px;
    background-size: 230px 100%;
  }
}
.ecoAnxiety-header-banner .parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .ecoAnxiety-header-banner .parallax {
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-header-banner .parallax {
    background-position: bottom;
    object-fit: contain;
  }
}
.ecoAnxiety-header-banner .width-container {
  padding: 150px 0;
}
@media (max-width: 767px) {
  .ecoAnxiety-header-banner .width-container {
    padding: 96px 20px 0px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-header-banner .width-container {
    padding: 96px 60px 70px 60px;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .ecoAnxiety-header-banner .width-container {
    padding: 90px 0;
  }
}
.ecoAnxiety-header-banner .width-container .text-wraper {
  text-align: center;
  width: 70%;
}
@media (max-width: 767px) {
  .ecoAnxiety-header-banner .width-container .text-wraper {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .ecoAnxiety-header-banner .width-container .text-wraper {
    width: 50%;
  }
}
.ecoAnxiety-header-banner .width-container .text-wraper h1 {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 767px) {
  .ecoAnxiety-header-banner .width-container .text-wraper h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .ecoAnxiety-header-banner .width-container .text-wraper h1 {
    font-size: 64px;
  }
}
.ecoAnxiety-header-banner .width-container .text-wraper p {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .ecoAnxiety-header-banner .width-container .text-wraper p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .ecoAnxiety-header-banner .width-container .text-wraper p {
    font-size: 22px;
    line-height: 32px;
  }
}

[data-theme=dark] .ecoAnxiety-top-banner .width-container .social-buttons .cast {
  content: url("../png/white-acast-logo.png");
}
[data-theme=dark] .ecoAnxiety-top-banner .width-container .social-buttons .tiktok {
  content: url("../png/white-tiktok-logo.png");
}
[data-theme=dark] .ecoAnxiety-top-banner .ecoAnxiety-img-left-absolute-container {
  background-image: url("../png/leaf-5-dark.png");
}

.ecoAnxiety-top-banner {
  position: relative;
  background-color: var(--backgroundLight);
}
.ecoAnxiety-top-banner .ecoAnxiety-img-left-absolute-container {
  background-image: url("../png/leaf-5.png");
  background-repeat: no-repeat;
  min-width: 300px;
  min-height: 590px;
  position: absolute;
  top: 15%;
  left: -10%;
  background-size: contain;
}
@media (max-width: 767px) {
  .ecoAnxiety-top-banner .ecoAnxiety-img-left-absolute-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-top-banner .ecoAnxiety-img-left-absolute-container {
    display: none;
  }
}
.ecoAnxiety-top-banner .width-container {
  padding: 96px 60px 108px 60px;
}
@media (max-width: 767px) {
  .ecoAnxiety-top-banner .width-container {
    padding: 96px 24px 108px 24px;
  }
}
.ecoAnxiety-top-banner .width-container .text-wrapper {
  width: 70%;
  margin-bottom: 32px;
  max-width: 768px;
}
@media (max-width: 767px) {
  .ecoAnxiety-top-banner .width-container .text-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-top-banner .width-container .text-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ecoAnxiety-top-banner .width-container .text-wrapper h2 {
    font-size: 46px;
    line-height: 56px;
    margin: 0 0 20px;
  }
}
.ecoAnxiety-top-banner .width-container .text-wrapper p {
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.ecoAnxiety-top-banner .width-container .text-wrapper p:last-child {
  font-weight: 500;
}
@media (max-width: 767px) {
  .ecoAnxiety-top-banner .width-container .social-buttons {
    text-align: center;
  }
}
.ecoAnxiety-top-banner .width-container .social-buttons a {
  display:inline-block;
  width: 185px;
  height: 65px;
  margin: 0 20px 20px 20px;
  cursor: pointer;
}
.ecoAnxiety-top-banner .width-container .social-buttons .social-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

[data-theme=dark] .ecoAnxiety-magnitude .width-container .content-wrapper .img-container {
  background-image: url("../png/partners-illustration-1%201.png");
}
[data-theme=dark] .ecoAnxiety-magnitude .width-container .content-wrapper .second-img-container {
  background-image: url("../partners-illustration-3%20(1.html).png");
}

.ecoAnxiety-magnitude {
  background-color: var(--backgroundColor);
  position: relative;
  font-style: normal;
}
.ecoAnxiety-magnitude .img-left-absolute-container {
  top: -25%;
  left: 5%;
  rotate: 180deg;
  position: absolute;
}
.ecoAnxiety-magnitude .img-left-absolute-container img {
  max-width: 191px;
}
@media (max-width: 767px) {
  .ecoAnxiety-magnitude .img-left-absolute-container {
    top: 0%;
    left: 15%;
    translate: 0 -50%;
  }
  .ecoAnxiety-magnitude .img-left-absolute-container img {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-magnitude .img-left-absolute-container {
    top: 0%;
    left: 5%;
    translate: 0 -50%;
  }
  .ecoAnxiety-magnitude .img-left-absolute-container img {
    width: 90px;
  }
}
.ecoAnxiety-magnitude .width-container {
  padding: 144px 60px 152px 60px;
}
@media (max-width: 767px) {
  .ecoAnxiety-magnitude .width-container {
    padding: 96px 24px 48px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-magnitude .width-container {
    padding: 96px 60px 96px 60px;
  }
}
.ecoAnxiety-magnitude .width-container h2 {
  color: var(--fontColor);
  margin-bottom: 96px;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ecoAnxiety-magnitude .width-container h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
}
.ecoAnxiety-magnitude .width-container .content-wrapper {
  display: flex;
  width: 80%;
}
@media (max-width: 767px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper {
    width: 100%;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper {
    text-align: center;
  }
}
.ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper h3 {
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 8px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper h3 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper h3 {
    text-align: center;
  }
}
.ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper b {
  color: var(--fontColor);
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
.ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper p {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper {
    width: 100%;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.ecoAnxiety-magnitude .width-container .content-wrapper .img-container {
  background-image: url("../png/frame%2022520.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  width: 50%;
}
@media (max-width: 767px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .img-container {
    width: 100%;
    text-align: center;
    min-height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .img-container {
    width: 100%;
    text-align: center;
    min-height: 170px;
  }
}
.ecoAnxiety-magnitude .width-container .content-wrapper .second-img-container {
  background-image: url("../png/partners-illustration-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  width: 50%;
}
@media (max-width: 767px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .second-img-container {
    width: 100%;
    text-align: center;
    min-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-magnitude .width-container .content-wrapper .second-img-container {
    width: 100%;
    text-align: center;
    min-height: 200px;
  }
}

[data-theme=dark] .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .img-container {
  background-image: url("../png/partners-illustration-4%201.png");
}

.ecoAnxiety-vertical-item-card {
  position: relative;
  background-color: var(--backgroundColor);
  font-style: normal;
}
.ecoAnxiety-vertical-item-card .img-right-aposlute-container {
  right: -10%;
  top: -40%;
  transform: matrix(0, -1, -1, 0, 0, 0);
  rotate: 0deg;
  filter: blur(6px);
  -webkit-filter: blur(6px);
}
@media (max-width: 767px) {
  .ecoAnxiety-vertical-item-card .img-right-aposlute-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-vertical-item-card .img-right-aposlute-container {
    top: 0%;
    right: 5%;
    translate: 0 -50%;
  }
  .ecoAnxiety-vertical-item-card .img-right-aposlute-container img {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .ecoAnxiety-vertical-item-card .width-container {
    padding: 96px 24px 48px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-vertical-item-card .width-container {
    padding: 0px 60px;
  }
}
.ecoAnxiety-vertical-item-card .width-container .vertical-cards {
  width: 80%;
}
@media (max-width: 767px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .text-container {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .text-container {
    text-align: center;
    width: 100%;
  }
}
.ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .text-container h3 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .text-container h3 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .text-container h3 {
    text-align: center;
  }
}
.ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .text-container b {
  color: var(--fontColor);
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
.ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .text-container p {
  margin-top: 30px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .text-container p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .text-container p {
    text-align: center;
  }
}
.ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .img-container {
  background-image: url("../png/frame%2022528.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
@media (max-width: 767px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .img-container {
    width: 100%;
    text-align: center;
    min-height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .img-container {
    width: 100%;
    text-align: center;
    min-height: 170px;
  }
}
@media (max-width: 767px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card {
    width: 100%;
    flex-direction: column;
  }
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .img-container {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .img-container {
    height: auto;
  }
}
@media (max-width: 767px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card .text-container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ecoAnxiety-vertical-item-card .width-container .vertical-cards .vertical-card {
    width: 100%;
    flex-direction: column;
  }
}

.bottom-page-slider {
  background-color: var(--backgroundDark);
  position: relative;
}
.bottom-page-slider .width-container {
  padding: 128px 60px;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container {
    padding: 96px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container {
    padding: 96px;
  }
}
.bottom-page-slider .width-container .content {
  width: 90%;
  position: relative;
  text-align: center;
  display: flex;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .content {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .content {
    display: flex;
    flex-direction: column;
  }
}
.bottom-page-slider .width-container .content .col-md-4 {
  margin-right: 96px;
}
.bottom-page-slider .width-container .content .col-md-4:nth-child(3) {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .content .col-md-4 {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .content .col-md-4 {
    margin-right: 0px;
  }
}
.bottom-page-slider .width-container .content .white-content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .content .white-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .content .white-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.bottom-page-slider .width-container .content .white-content p {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .content .green-content {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .content .green-content {
    display: none;
  }
}
.bottom-page-slider .width-container .content .green-content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: var(--green-to-light-purle);
  text-align: center;
  padding-bottom: 16px;
}
.bottom-page-slider .width-container .content .green-content p {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: var(--green-to-light-purle);
  text-align: center;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .take-action .col-md-4:nth-child(1) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .take-action .col-md-4:nth-child(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .campaign .col-md-4:nth-child(1) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .campaign .col-md-4:nth-child(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .campaign .col-md-4:nth-child(2) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .campaign .col-md-4:nth-child(2) {
    display: none;
  }
}
.bottom-page-slider .width-container .top-line {
  width: 70%;
  margin-bottom: 48px;
  text-align: center;
  display: flex;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .top-line {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .top-line {
    width: 100%;
  }
}
.bottom-page-slider .width-container .top-line .horizontal_dotted_line-left {
  width: 55%;
  display: flex;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .top-line .horizontal_dotted_line-left {
    width: 47%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .top-line .horizontal_dotted_line-left {
    width: 50%;
  }
}
.bottom-page-slider .width-container .top-line .dot-white {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 100px;
}
.bottom-page-slider .width-container .top-line .line {
  flex: 1;
  border-bottom: 4px dashed var(--green-to-light-purle);
  height: 1.4em;
}
.bottom-page-slider .width-container .top-line .white-line {
  flex: 1;
  border-bottom: 4px solid #FFFFFF;
  height: 1.4em;
}
.bottom-page-slider .width-container .top-line .horizontal_dotted_line-center {
  width: 30%;
  display: flex;
  padding-left: 0px;
}
.bottom-page-slider .width-container .top-line .horizontal_dotted_line {
  width: 30%;
  display: flex;
  padding-left: 5px;
}
.bottom-page-slider .width-container .top-line .dot {
  width: 48px;
  height: 48px;
  background: var(--green-to-light-purle);
  border-radius: 100px;
}
.bottom-page-slider .width-container .top-line .line {
  flex: 1;
  border-bottom: 4px dashed var(--green-to-light-purle);
  height: 1.4em;
}
.bottom-page-slider .width-container .campaign-line .horizontal_dotted_line {
  padding-left: 0px;
}
.bottom-page-slider .width-container .arrow-button-right {
  background-image: url("../png/arrow%20right.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  border: none;
  position: absolute;
  right: -10%;
  top: 10%;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .arrow-button-right {
    position: unset;
    background-position: center;
    width: 100%;
    margin-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .arrow-button-right {
    position: unset;
    background-position: center;
    width: 100%;
    margin-top: 32px;
  }
}
.bottom-page-slider .width-container .arrow-button-left {
  background-image: url("../png/arrow%20left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  border: none;
  position: absolute;
  left: -10%;
  top: 10%;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .arrow-button-left {
    position: unset;
    background-position: center;
    width: 100%;
    margin-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .arrow-button-left {
    position: unset;
    background-position: center;
    width: 100%;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .bottom-buttons {
    min-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .bottom-buttons {
    min-height: 100px;
  }
}
.bottom-page-slider .width-container .bottom-buttons .arrow-button-right {
  background-image: url("../png/arrow%20right.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  border: none;
  position: absolute;
  right: -10%;
  top: 10%;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .bottom-buttons .arrow-button-right {
    background-position: left;
    width: 50%;
    margin-top: 32px;
    right: -24px;
    top: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .bottom-buttons .arrow-button-right {
    background-position: left;
    width: 50%;
    margin-top: 32px;
    right: -24px;
    top: auto;
  }
}
.bottom-page-slider .width-container .bottom-buttons .arrow-button-left {
  background-image: url("../png/arrow%20left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  border: none;
  position: absolute;
  left: -10%;
  top: 10%;
}
@media (max-width: 767px) {
  .bottom-page-slider .width-container .bottom-buttons .arrow-button-left {
    background-position: right;
    width: 50%;
    margin-top: 32px;
    left: -24px;
    top: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-page-slider .width-container .bottom-buttons .arrow-button-left {
    background-position: right;
    width: 50%;
    margin-top: 32px;
    left: -24px;
    top: auto;
  }
}

[data-theme=dark] .take-action-header-banner .right-icon {
  background-image: url("../png/partners-illustration-2%201.png");
}
@media (max-width: 767px) {
  [data-theme=dark] .take-action-header-banner .right-icon {
    background-image: url("../png/header-artwork.png");
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-theme=dark] .take-action-header-banner .right-icon {
    background-image: url("../tablet-dark-artwork%20(1.html).png");
  }
}

.take-action-header-banner {
  background-color: var(--take-action-headingBannerColor);
  position: relative;
}
@media (max-width: 767px) {
  .take-action-header-banner {
    height: auto;
    align-items: center;
  }
}
.take-action-header-banner .parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--take-action-headingBannerColor);
}
@media (max-width: 767px) {
  .take-action-header-banner .parallax {
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-header-banner .parallax {
    background-position: bottom;
    object-fit: contain;
  }
}
.take-action-header-banner .left-icon {
  background-image: url("../png/takeaction-illustration-flash%201.png");
  background-repeat: no-repeat;
  min-width: 280px;
  min-height: 400px;
  background-size: cover;
  position: absolute;
  bottom: 0%;
  left: 0%;
}
@media (max-width: 767px) {
  .take-action-header-banner .left-icon {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-header-banner .left-icon {
    display: none;
  }
}
@media (max-width: 1300px) {
  .take-action-header-banner .left-icon {
    background-size: 200px auto;
    background-position: bottom left;
  }
}
.take-action-header-banner .right-icon {
  background-image: url("../png/group%2022492.png");
  background-repeat: no-repeat;
  min-width: 360px;
  min-height: 330px;
  background-size: cover;
  position: absolute;
  top: 0%;
  right: 0%;
}
@media (max-width: 767px) {
  .take-action-header-banner .right-icon {
    padding-top: 30px;
    max-height: 400px;
    background-position: bottom right;
    position: unset;
    background-size: 90% auto;
    background-image: url("../png/header-artwork.png");
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-header-banner .right-icon {
    background-image: url("../tablet-dark-artwork%20(1.html).png");
    position: unset;
    min-height: 430px;
    background-position: bottom center;
    background-size: auto 100%;
    margin-top: 32px;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .take-action-header-banner .right-icon {
    background-size: 260px auto;
    background-position: top right;
  }
}
.take-action-header-banner .width-container {
  padding: 192px 0;
}
@media (max-width: 767px) {
  .take-action-header-banner .width-container {
    padding: 96px 24px 0px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-header-banner .width-container {
    padding: 96px 60px 20px 60px;
  }
}
.take-action-header-banner .width-container .text-wraper {
  text-align: center;
  width: 60%;
}
@media (max-width: 767px) {
  .take-action-header-banner .width-container .text-wraper {
    width: 100%;
    padding: 0;
  }
}
.take-action-header-banner .width-container .text-wraper h1 {
  font-size: 80px;
  line-height: 84px;
}
@media (max-width: 767px) {
  .take-action-header-banner .width-container .text-wraper h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }
}
.take-action-header-banner .width-container .text-wraper p {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}
.take-action-header-banner .width-container .text-wraper p b {
  font-weight: 500;
  transform: skew(-10deg);
  display: inline-block;
  padding-left: 3px;
}
@media (max-width: 767px) {
  .take-action-header-banner .width-container .text-wraper p {
    font-size: 22px;
    line-height: 32px;
  }
}

.take-action-top-banner {
  position: relative;
  background-color: var(--backgroundColorLightToDark);
}
.take-action-top-banner .width-container {
  text-align: center;
  padding: 96px 60px 72px 60px;
}
@media (max-width: 767px) {
  .take-action-top-banner .width-container {
    padding: 96px 24px 72px 24px;
  }
}
.take-action-top-banner .width-container .text-wrapper {
  width: 70%;
  margin-bottom: 32px;
  max-width: 768px;
}
@media (max-width: 767px) {
  .take-action-top-banner .width-container .text-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-top-banner .width-container .text-wrapper {
    width: 100%;
  }
}
.take-action-top-banner .width-container .text-wrapper h2 {
  color: var(--fontColor);
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .take-action-top-banner .width-container .text-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.take-action-top-banner .width-container .text-wrapper p {
  color: var(--fontColor);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 16px;
}
.take-action-top-banner .width-container .text-wrapper p:last-child {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
.take-action-top-banner .width-container .buttons-section .anxiety-button {
  background: transparent;
  border-radius: 100px 0px 0px 100px;
  border: 1px solid #1AE570;
  margin-right: -2px;
  padding: 15px 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--fontColor);
  cursor: pointer;
}
@media (max-width: 767px) {
  .take-action-top-banner .width-container .buttons-section .anxiety-button {
    border-radius: 100px 100px 100px 100px;
    margin-bottom: 30px;
    min-width: 257px;
  }
}
.take-action-top-banner .width-container .buttons-section .anxiety-button:hover {
  opacity: 0.8;
}
.take-action-top-banner .width-container .buttons-section .anxiety-button.active {
  background: #1AE570;
}
.take-action-top-banner .width-container .buttons-section .climate-button {
  background: transparent;
  border-radius: 0px 100px 100px 0px;
  border: 1px solid #1AE570;
  margin-left: -2px;
  padding: 15px 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--fontColor);
  cursor: pointer;
}
.take-action-top-banner .width-container .buttons-section .climate-button.active {
  background: #1AE570;
}
@media (max-width: 767px) {
  .take-action-top-banner .width-container .buttons-section .climate-button {
    border-radius: 100px 100px 100px 100px;
    min-width: 255px;
  }
}
.take-action-top-banner .width-container .buttons-section .climate-button:hover {
  opacity: 0.8;
}

[data-theme=dark] .take-action-magnitude .width-container .content-wrapper .text-wrapper h3 {
  color: white;
}
[data-theme=dark] .take-action-magnitude .width-container .content-wrapper .text-wrapper b {
  color: white;
}
[data-theme=dark] .take-action-magnitude .width-container .content-wrapper .img-container {
  background-image: url("../png/community-illustration%201.png");
}

.take-action-magnitude {
  background-color: var(--take-action-magnitude-backgroundColor);
  position: relative;
}
.take-action-magnitude .width-container {
  max-width: 100%;
  padding: 96px 0px;
}
@media (max-width: 767px) {
  .take-action-magnitude .width-container {
    padding: 96px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-magnitude .width-container {
    padding: 72px 0px;
  }
}
.take-action-magnitude .width-container h1 {
  color: var(--fontColor);
  text-align: start;
}
.take-action-magnitude .width-container .content-wrapper {
  display: flex;
  width: 100%;
  margin-left: 25%;
}
@media (max-width: 767px) {
  .take-action-magnitude .width-container .content-wrapper {
    width: 100%;
    flex-direction: column;
    margin-left: 0%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-magnitude .width-container .content-wrapper {
    flex-direction: column;
    width: 100%;
    margin-left: 0%;
  }
}
.take-action-magnitude .width-container .content-wrapper .text-wrapper {
  width: 47%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .take-action-magnitude .width-container .content-wrapper .text-wrapper {
    width: 100%;
    margin-top: 24px;
    text-align: center;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-magnitude .width-container .content-wrapper .text-wrapper {
    width: 100%;
    margin-top: 24px;
    text-align: left;
    padding-right: 0;
  }
}
.take-action-magnitude .width-container .content-wrapper .text-wrapper h3 {
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  color: #FF4822;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .take-action-magnitude .width-container .content-wrapper .text-wrapper h3 {
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    padding: 0px 24px 50px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-magnitude .width-container .content-wrapper .text-wrapper h3 {
    font-size: 40px;
    line-height: 48px;
    padding: 0px 96px 50px 96px;
  }
}
.take-action-magnitude .width-container .content-wrapper .text-wrapper b {
  font-weight: 700;
  font-size: 22px;
  color: var(--fontColor);
  line-height: 32px;
}
@media (max-width: 767px) {
  .take-action-magnitude .width-container .content-wrapper .text-wrapper b {
    padding: 0px 24px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-magnitude .width-container .content-wrapper .text-wrapper b {
    padding: 0px 96px;
    display: block;
  }
}
.take-action-magnitude .width-container .content-wrapper .text-wrapper p {
  padding-top: 16px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .take-action-magnitude .width-container .content-wrapper .text-wrapper p {
    text-align: center;
    padding: 16px 24px 50px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-magnitude .width-container .content-wrapper .text-wrapper p {
    padding: 16px 96px 50px 96px;
  }
}
.take-action-magnitude .width-container .content-wrapper .text-wrapper button {
  background: var(--fontColorOrangeToGreen);
  border-radius: 100px;
  padding: 16px 40px;
  border: none;
  cursor: pointer;
}
.take-action-magnitude .width-container .content-wrapper .text-wrapper button a {
  color: var(--backgroundColorLightToDark);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.take-action-magnitude .width-container .content-wrapper .text-wrapper button:hover {
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-magnitude .width-container .content-wrapper .text-wrapper button {
    margin-left: 96px;
  }
}
.take-action-magnitude .width-container .content-wrapper .img-container {
  width: 40%;
  background-image: url("../png/group%2022523.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .take-action-magnitude .width-container .content-wrapper .img-container {
    width: auto;
    text-align: center;
    min-height: 320px;
    margin-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-magnitude .width-container .content-wrapper .img-container {
    width: auto;
    text-align: center;
    background-size: contain;
    min-height: 370px;
    background-position: center;
    margin-top: 32px;
    margin-left: 27%;
  }
}

[data-theme=dark] .take-action-faqs .width-container .text-wrapper h2 {
  color: white;
}
[data-theme=dark] .take-action-faqs .width-container .faqs .faq .accordion:after {
  content: url("../png/arrow-up.png");
  transform: scale(0.8) rotateZ(180deg);
  position: absolute;
  right: 10px;
  top: 0px;
}
@media (max-width: 767px) {
  [data-theme=dark] .take-action-faqs .width-container .faqs .faq .accordion:after {
    position: unset;
  }
}
[data-theme=dark] .take-action-faqs .width-container .faqs .faq .active:after {
  content: url("../png/arrow-up.png");
  transform: scale(0.8) rotateZ(0deg);
  position: absolute;
  right: 10px;
  top: 7px;
}
@media (max-width: 767px) {
  [data-theme=dark] .take-action-faqs .width-container .faqs .faq .active:after {
    position: unset;
  }
}

.take-action-faqs {
  text-align: center;
  background-color: var(--backgroundColorLightToDark);
}
@media (max-width: 767px) {
  .take-action-faqs .width-container {
    padding: 72px 24px 72px 24px;
  }
}
.take-action-faqs .width-container .text-wrapper {
  width: 70%;
  max-width: 768px;
}
@media (max-width: 767px) {
  .take-action-faqs .width-container .text-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-faqs .width-container .text-wrapper {
    width: 100%;
  }
}
.take-action-faqs .width-container .text-wrapper h2 {
  color: #FF4822;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .take-action-faqs .width-container .text-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.take-action-faqs .width-container .text-wrapper p {
  color: var(--fontColor);
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 48px;
}
.take-action-faqs .width-container .text-wrapper p:last-child {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 32px;
}
.take-action-faqs .width-container .faqs {
  width: 70%;
}
@media (max-width: 767px) {
  .take-action-faqs .width-container .faqs {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .take-action-faqs .width-container .faqs {
    width: 100%;
  }
}
.take-action-faqs .width-container .faqs .faq {
  border: 2px solid var(--fontColorOrangeToGreen);
  border-radius: 16px;
  margin: 15px 0px;
}
.take-action-faqs .width-container .faqs .faq .accordion {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--fontColor);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media (max-width: 767px) {
  .take-action-faqs .width-container .faqs .faq .accordion {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 22px;
    line-height: 32px;
  }
}
.take-action-faqs .width-container .faqs .faq .active, .take-action-faqs .width-container .faqs .faq .accordion:hover {
  background-color: transparent;
}
.take-action-faqs .width-container .faqs .faq .accordion:after {
  content: url("../png/arrow-down.png");
  position: absolute;
  right: 10px;
  top: 10px;
  transform: scale(0.8);
}
@media (max-width: 767px) {
  .take-action-faqs .width-container .faqs .faq .accordion:after {
    position: unset;
  }
}
.take-action-faqs .width-container .faqs .faq .active:after {
  content: url("../png/arrow-down.png");
  transform: scale(0.8) rotateZ(180deg);
  position: absolute;
  right: 10px;
  top: 4px;
}
@media (max-width: 767px) {
  .take-action-faqs .width-container .faqs .faq .active:after {
    position: unset;
  }
}
.take-action-faqs .width-container .faqs .faq .panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.take-action-faqs .width-container .faqs .faq .panel h4 {
  color: var(--fontColor);
  padding-top: 15px;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 16px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .take-action-faqs .width-container .faqs .faq .panel h4 {
    padding-top: 0px;
  }
}
.take-action-faqs .width-container .faqs .faq .panel .img-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.take-action-faqs .width-container .faqs .faq .panel .img-container img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.take-action-faqs .width-container .faqs .faq .panel a {
  margin-bottom: 30px;
  float: left;
  padding: 16px 40px;
  border-radius: 100px;
  border: none;
  background-color: var(--fontColorOrangeToGreen);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--backgroundColorLightToDark);
}

[data-theme=dark] .why-do-we-care .img-right-aposlute-container {
  display: none;
}
[data-theme=dark] .why-do-we-care .img-right-aposlute-container-dark {
  display: unset;
  position: absolute;
  right: -13%;
  top: -30%;
  rotate: 0deg;
  filter: blur(6px);
}
[data-theme=dark] .why-do-we-care .img-right-aposlute-container-dark img {
  max-width: 370px;
}
@media (max-width: 767px) {
  [data-theme=dark] .why-do-we-care .img-right-aposlute-container-dark {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-theme=dark] .why-do-we-care .img-right-aposlute-container-dark {
    display: none;
  }
}

.why-do-we-care {
  position: relative;
  background-color: var(--backgroundColor);
}
.why-do-we-care .img-right-aposlute-container {
  right: -10%;
  top: -40%;
  transform: matrix(0, -1, -1, 0, 0, 0);
  rotate: 0deg;
  filter: blur(6px);
}
@media (max-width: 767px) {
  .why-do-we-care .img-right-aposlute-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-do-we-care .img-right-aposlute-container {
    display: none;
  }
}
.why-do-we-care .img-right-aposlute-container-dark {
  display: none;
}
.why-do-we-care .width-container {
  padding: 72px 60px 96px 60px;
}
@media (max-width: 767px) {
  .why-do-we-care .width-container {
    padding: 56px 24px 72px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-do-we-care .width-container {
    padding: 56px 60px 72px 60px;
  }
}
.why-do-we-care .width-container .why-do-we-care-card {
  width: 70%;
  background-color: var(--backgroundColor);
  border: 2px solid #1ae570;
  border-radius: 8px;
  display: flex;
  padding: 48px 48px 32px 72px;
}
@media (max-width: 767px) {
  .why-do-we-care .width-container .why-do-we-care-card {
    width: 95%;
    display: block;
    padding: 30px 15px 30px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-do-we-care .width-container .why-do-we-care-card {
    width: 90%;
    padding: 32px 32px 16px 50px;
  }
}
.why-do-we-care .width-container .why-do-we-care-card .left-image {
  min-width: 25%;
  text-align: left;
}
@media (max-width: 767px) {
  .why-do-we-care .width-container .why-do-we-care-card .left-image {
    text-align: center;
  }
}
.why-do-we-care .width-container .why-do-we-care-card .left-image img {
  max-width: 145px;
  height: auto;
}
@media (max-width: 767px) {
  .why-do-we-care .width-container .why-do-we-care-card .left-image img {
    padding-bottom: 32px;
    max-width: 108px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-do-we-care .width-container .why-do-we-care-card .left-image img {
    max-width: 108px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-do-we-care .width-container .why-do-we-care-card .content-right {
    text-align: left;
  }
}
.why-do-we-care .width-container .why-do-we-care-card .content-right h2 {
  color: var(--fontColor);
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .why-do-we-care .width-container .why-do-we-care-card .content-right h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
}
.why-do-we-care .width-container .why-do-we-care-card .content-right p {
  padding-bottom: 16px;
}
.why-do-we-care .width-container .why-do-we-care-card .content-right p b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .why-do-we-care .width-container .why-do-we-care-card .content-right p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-do-we-care .width-container .why-do-we-care-card .content-right p {
    text-align: left;
  }
}
.why-do-we-care .width-container .why-do-we-care-card .content-right p a {
  color: var(--light-purple-to-white);
  border-bottom: 1px solid var(--light-purple-to-white);
}

[data-theme=dark] .community-section .img-right-aposlute-container {
  background-image: url("../leaf%201%20(5.html).png");
}

.community-section {
  display: none;
  background-color: var(--green-to-purle);
  position: relative;
}
.community-section .img-right-aposlute-container {
  filter: blur(1px);
  -webkit-filter: blur(1px);
  top: 0%;
  right: 0%;
  background-image: url("../leaf%201%20(4.html).png");
  background-size: contain;
  min-width: 230px;
  min-height: 350px;
  background-repeat: no-repeat;
  height: auto;
}
@media (max-width: 767px) {
  .community-section .img-right-aposlute-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .community-section .img-right-aposlute-container {
    display: none;
  }
}
.community-section .width-container {
  padding: 96px 60px;
}
@media (max-width: 767px) {
  .community-section .width-container {
    padding: 96px 24px;
  }
}
.community-section .width-container .text-wrapper {
  max-width: 1320px;
  width: 80%;
  margin: auto;
}
@media (max-width: 767px) {
  .community-section .width-container .text-wrapper {
    width: 100%;
  }
}
.community-section .width-container .text-wrapper h2 {
  color: var(--fontBannerColor);
  text-align: left;
  font-size: 144px;
  line-height: 144px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .community-section .width-container .text-wrapper h2 {
    font-size: 70px;
    line-height: 64px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .community-section .width-container .text-wrapper h2 {
    font-size: 90px;
    line-height: 90px;
  }
}
.community-section .width-container .text-wrapper p {
  color: var(--fontBannerColor);
  text-align: left;
  margin-bottom: 16px;
  font-weight: 700;
}
.community-section .width-container .text-wrapper p:last-child {
  font-weight: 500;
}
@media (max-width: 767px) {
  .community-section .width-container .text-wrapper p {
    text-align: center;
  }
}

/* ------ To confirm, but I think this does nothing in the current html

[data-theme=dark] .media-section .width-container .social-buttons .cast {
  background-image: url("../images/White-Acast-Logo.png");
}
[data-theme=dark] .media-section .width-container .social-buttons .tiktok {
  background-image: url("../images/TikTok-Logo.png");
}
*/

[data-theme=dark] .media-section .ecoAnxiety-img-right-absolute-container {
  background-image: url("../png/leaf-6-dark.png");
}

.media-section {
  position: relative;
  background-color: var(--backgroundLight);
}
.media-section .ecoAnxiety-img-right-absolute-container {
  background-image: url("../png/leaf-6.png");
  background-repeat: no-repeat;
  min-width: 260px;
  min-height: 590px;
  position: absolute;
  top: 6%;
  right: -8%;
  background-size: contain;
}
@media (max-width: 767px) {
  .media-section .ecoAnxiety-img-right-absolute-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-section .ecoAnxiety-img-right-absolute-container {
    display: none;
  }
}
.media-section .width-container {
  padding: 50px 60px 108px 60px;
}
@media (max-width: 767px) {
  .media-section .width-container {
    padding: 30px 24px 108px 24px;
  }
}
.media-section .width-container .text-wrapper {
  width: 70%;
  margin-bottom: 32px;
  max-width: 768px;
}
@media (max-width: 767px) {
  .media-section .width-container .text-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-section .width-container .text-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .media-section .width-container .text-wrapper h2 {
    font-size: 46px;
    line-height: 56px;
    margin: 0 0 20px;
  }
}
.media-section .width-container .text-wrapper p {
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}
.media-section .width-container .text-wrapper p b {
  font-weight: 700;
}
.media-section .width-container .text-wrapper p a {
  color: var(--light-purple-to-white);
  border-bottom: solid 1px;
}
.media-section .width-container .media-items .cards {
  display: flex;
  flex-direction: row;
  grid-gap: 64px;
}
@media (max-width: 767px) {
  .media-section .width-container .media-items .cards {
    grid-gap: 25px;
  }
}
.media-section .width-container .media-items .cards .card {
  background-color: transparent;
  border: none;
  max-width: 168px;
  max-height: 168px;
}
.media-section .width-container .media-items .cards .card img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */
