.impact-section {
  align-items: center;
  display: flex;
  /* min-height: 740px; */
/*       padding: 70px 0px 0px; */

}
.section__title{
	color: #0e0e55;
	font-size: 2.6rem;
    font-weight: 800 !important;
    line-height: 3.2rem;
}
.impact-section__inner {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(330px, 575px) minmax(0, 780px);
  margin: 0 auto;
  max-width: 1300px;
  /* padding: 0 34px; */
  width: 100%;
}

.impact-section__copy {
  max-width: 550px;
}

.impact-section__title {
  line-height: normal;
  margin-bottom: 14px;
  color: var(--e-global-color-primary);
  font-size: 48px;
  font-weight: 600;
}

.impact-section__description {
  max-width: 570px;
  margin: 0 auto 50px;
 font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #303044;
}

.impact-section__button {
 margin-top: 50px;
    background: #fccf17;
    border: 1px solid #ffc20e;
    padding: 14px 35px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.4s ease;
    color: #0e0e55 !important;
}
.impact-section__button:hover{
	background-color: #fff;
}
.impact-carousel-wrap {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  position: relative;
  width: 100%;
}

.impact-carousel {
  min-width: 0;
}

.impact-carousel.owl-carousel .owl-stage {
  display: flex;
}

.impact-carousel.owl-carousel .owl-item {
  display: flex;
}

.impact-carousel .owl-stage-outer {
  padding: 1px;
}

.cmef-impact__template-card {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
}

.cmef-impact__template-card > * {
  width: 100%;
}

.impact-nav {
  width: 40px;
  height: 40px;
  color: rgb(252, 207, 23);
  font-size: 18px;
  align-items: center;
  border-radius: 50% !important;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(252, 207, 23);
  border-image: initial;
  background: transparent;
  display: inline-flex;
  justify-content: center;
  transition: 0.3s;
  padding: 0px;
  align-items: center;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.impact-nav:hover,
.impact-nav:focus-visible {
  background: rgb(252, 207, 23);
  color: rgb(255, 255, 255);
  border-color: rgb(252, 207, 23);
  outline: none;
}
.impact-nav:focus{
	background-color: #fff !important;
	border: 1px solid #fccf17 !important;
	color: #fccf17 !important;
	
}
.impact-nav svg {
  height: 32px;
  width: 49px;
}

.impact-nav--prev {
  justify-self: end;
}

.impact-nav--next {
  justify-self: start;
}

.impact-carousel.owl-theme .owl-dots {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-top: 35px;
}

.impact-carousel.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1.5px solid var(--impact-navy);
  height: 14px;
  margin: 0;
  width: 14px;
}

.impact-carousel.owl-theme .owl-dots .owl-dot.active span,
.impact-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--impact-navy);
}

@media (max-width: 1280px) {
  .impact-section__inner {
    gap: 70px;
    grid-template-columns: minmax(300px, 470px) minmax(0, 1fr);
  }

  .impact-section__title {
    font-size: 64px;
  }

  .impact-section__description {
    font-size: 1.125rem;
  }

}

@media (max-width: 980px) {
  .impact-section {
    min-height: auto;
    padding: 48px 0;
  }

  .impact-section__inner {
    gap: 42px;
    grid-template-columns: 1fr;
    padding: 0 22px;
  }

  .impact-section__copy {
    max-width: none;
  }

  .impact-section__button {
    max-width: 470px;
  }

  .impact-nav {
    position: static;
    transform: none;
  }

  .impact-carousel-wrap {
    gap: 18px;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
  }

  .impact-carousel {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .impact-carousel-wrap {
    grid-template-columns: 1fr auto auto 1fr;
  }

  .impact-carousel {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .impact-nav--prev {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
  }

  .impact-nav--next {
    grid-column: 3;
    grid-row: 2;
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .impact-section__title {
    font-size: 44px;
  }

  .impact-section__description {
    font-size: 22px;
  }

  .impact-section__button {
    border-radius: 14px;
    font-size: 21px;
    min-height: 64px;
  }

}








body.csf-popup-open {
  overflow: hidden;
}

.csf-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);

  display: flex;
  justify-content: center;
  align-items: flex-end;

  opacity: 0;
  visibility: hidden;

  transition: 0.35s ease;

  z-index: 99999;
}

.csf-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.csf-popup-modal {
  width: 96%;
  max-width: 1700px;

  height: 88vh;

  background: #f6f6e9;
  color: #00235a !important;

  padding: 4rem;

  border-radius: 30px 30px 0 0;

  overflow-y: auto;

  transform: translateY(100%);

  transition: 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.csf-popup-overlay.active .csf-popup-modal {
  transform: translateY(0);
}

.csf-popup-close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50% !important;
  background: #fff;
  color: #00235a;
  font-size: 28px !important;
  line-height: 6px !important;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
}

.csf-popup-content {
  color: #fff;
}

.csf-popup-content * {
  color: #fff;
}

.csf-popup-modal::-webkit-scrollbar {
  width: 8px;
}

.csf-popup-modal::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
}
.case-popup-modal {
  padding: 7px 30px;
  background-color: #fccf17;
  color: #0e0e55;
  text-transform: capitalize;
  font-size: 1rem !important;
  line-height: 1.8rem !important;
  border: 1px solid #fccf17;
border-radius: 8px !important;
  transition: all 0.4s ease;
}
.case-popup-modal:hover {
  background-color: #fff;
  color: #0e0e55;
  border: 1px solid #fccf17;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .csf-popup-modal {
    width: 100%;
    height: 92vh;

    padding: 20px;

    border-radius: 24px 24px 0 0;
  }

  .csf-popup-close {
    right: 15px;
    top: 15px;

    width: 40px;
    height: 40px;
  }
}
