.pne-reveal {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.pne-reveal--up {
  transform: translateY(3rem);
}
.pne-reveal--left {
  transform: translateX(-3rem);
}
.pne-reveal--right {
  transform: translateX(3rem);
}
.pne-reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .pne-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.pow-hero {
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 500px;
  display: flex;
  align-items: flex-start;
}
.pow-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  pointer-events: none;
}
.pow-hero__inner {
  position: relative;
  z-index: 1;
  width: 50%;
}
.pow-hero__text-wrap {
  max-width: 500px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .pow-hero {
    min-height: 600px;
  }
  .pow-hero__inner {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .pow-hero {
    min-height: 400px;
  }
  .pow-hero__inner {
    width: 100%;
  }
  .pow-hero__text-wrap {
    margin-top: 20px;
  }
}

.pow-split__inner {
  display: flex;
  align-items: center;
  gap: 2rem 4rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pow-split__inner {
    flex-direction: column;
    text-align: center;
  }
}
.pow-split__image {
  flex: 0 0 50%;
}
@media (max-width: 1024px) {
  .pow-split__image {
    flex: 1;
    width: 100%;
  }
}
.pow-split__image img {
  width: 100%;
  height: auto;
  display: block;
}
.pow-split__content {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .pow-split__content {
    flex: 1;
    width: 100%;
  }
}
.pow-split__title {
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  font-weight: bold !important;
  line-height: 1.1;
  color: #007DC3 !important;
  margin: 0;
  text-transform: uppercase;
}

.pow-process__inner {
  display: flex;
  gap: 0;
  max-width: 1300px;
  margin: 0 auto;
}
.pow-process__track-col {
  flex: 0 0 50%;
}
@media (max-width: 1024px) {
  .pow-process__track-col {
    display: none;
  }
}
.pow-process__track {
  position: relative;
  overflow: hidden;
}
.pow-process__track-empty, .pow-process__track-filled {
  width: 100%;
  height: auto;
  display: block;
}
.pow-process__track-empty {
  position: relative;
  z-index: 1;
}
.pow-process__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.pow-process__progress::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  z-index: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
}
.pow-process__content-col {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .pow-process__content-col {
    flex: 1;
    width: 100%;
  }
}
.pow-process__steps {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.pow-process__step:not(:first-child) {
  margin-top: 1rem;
}
@media (min-width: 1025px) {
  .pow-process__step:not(:first-child) {
    margin-top: 0;
  }
}
.pow-process__illustration {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .pow-process__illustration {
    display: block;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .pow-process .bg-gradient-3 {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) !important;
  }
}

.pow-unique {
  background-color: #FFE0E5;
  color: #0270ab;
}
.pow-unique__inner {
  display: flex;
  align-items: center;
  gap: 3rem 5rem;
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pow-unique__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.pow-unique__content {
  flex: 0 0 42%;
  max-width: 42%;
}
@media (max-width: 1024px) {
  .pow-unique__content {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }
}
.pow-unique__title {
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 700 !important;
  line-height: 1.15;
  color: #0270ab !important;
  margin: 0 0 2rem;
  text-transform: uppercase;
}
.pow-unique__text {
  color: #0270ab;
  max-width: 550px;
}
.pow-unique__text > *:last-child {
  margin-bottom: 0;
}
.pow-unique__text h3,
.pow-unique__text h4,
.pow-unique__text strong {
  color: #0270ab !important;
  font-weight: 700 !important;
}
.pow-unique__text h3,
.pow-unique__text h4 {
  font-size: 1.15rem;
  margin: 1.5rem 0 0.35rem;
  text-transform: none;
}
.pow-unique__text h3:first-child,
.pow-unique__text h4:first-child {
  margin-top: 0;
}
.pow-unique__text p {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  font-weight: 300;
  line-height: 1.5;
}
.pow-unique__image {
  flex: 1;
  min-width: 0;
}
.pow-unique__image img {
  width: 100%;
  height: auto;
  display: block;
}

.pow-content__intro {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .pow-content__intro {
    flex-direction: column;
  }
}
.pow-content__title {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 767px) {
  .pow-content__title {
    flex: 1;
    max-width: 100%;
  }
}
.pow-content__text {
  flex: 0 0 70%;
  max-width: 70%;
}
@media (max-width: 767px) {
  .pow-content__text {
    flex: 1;
    max-width: 100%;
  }
}
.pow-content__table table {
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
}
.pow-content__table table::-webkit-scrollbar {
  display: none;
}
.pow-content__table thead {
  color: #0270ab;
}
.pow-content__table th,
.pow-content__table td {
  border: 0 !important;
  background-color: transparent !important;
  flex: 1;
  min-width: 150px !important;
  font-weight: 300;
  padding: 15px 20px !important;
  vertical-align: middle !important;
}
.pow-content__table thead .red,
.pow-content__table td.red {
  color: var(--oea_colors_primary) !important;
}
.pow-content__table tbody tr {
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #000;
}
.pow-content__table tbody tr:before {
  display: none;
}
.pow-content__table tbody tr td:first-child {
  font-weight: 700;
}
.pow-content__table tr {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  display: flex;
  flex-direction: row;
}
.pow-content__table thead,
.pow-content__table tbody {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  display: flex;
  flex-direction: column;
}

.pow-cta {
  display: flex;
}
@media (max-width: 1024px) {
  .pow-cta {
    flex-direction: column;
  }
}
.pow-cta__image {
  flex: 0 0 52%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .pow-cta__image {
    flex: 1;
    min-height: 250px;
  }
}
.pow-cta__image--left {
  width: calc(50% + 2rem) !important;
  flex: none;
}
@media (max-width: 1024px) {
  .pow-cta__image--left {
    width: 100% !important;
    min-height: 250px;
  }
}
.pow-cta__content {
  flex: 0 0 48%;
  padding: 6rem;
}
@media (max-width: 1024px) {
  .pow-cta__content {
    flex: 1;
    padding: 2rem;
  }
}
.pow-cta__content a.btn {
  margin-top: 1.5rem;
}
.pow-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pow-cta__content--right {
  width: calc(50% - 2rem) !important;
  flex: none;
}
@media (max-width: 1024px) {
  .pow-cta__content--right {
    width: 100% !important;
  }
}
.pow-cta__text-wrap {
  max-width: 380px;
}
.pow-cta__text-wrap p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.pow-cta a.btn {
  margin-left: auto;
  margin-right: auto;
}