#pbox1::before {
  background: linear-gradient(90deg, #047575 0%, #2075BB 100%) !important;
}

#pbox2::before {
  background: linear-gradient(90deg, #2075BB 0%, #0b3a91 100%) !important;
}

#pbox3::before {
  background: linear-gradient(90deg, #0b3a91 0%, #6647F8 100%) !important;
}

#pbox1:hover, 
#pbox2:hover,
#pbox3:hover {
  cursor: default;
}

button.btn-gen {
  background-color: transparent;
}

.text-white {
  color: #fff !important;
}

*.focused,
div[role="dialog"]:focus,
button:focus,
button:focus-visible {
  outline: 2px solid #000;
}

button.pbox-btns:focus-visible {
  outline-offset: 10px !important;
}

.scroll-animate-in > #pflex:not(.p1active):not(.p2active):not(.p3active) > div.pboxdt {
  visibility: hidden;
}

.scroll-animate-in > #pflex.p3active > div.pboxdt,
.scroll-animate-in > #pflex.p2active > div.pboxdt,
.scroll-animate-in > #pflex.p1active > div.pboxdt {
  visibility: visible;
}

@media (min-width: 768px) {
  .pbox-btns .p-hide {
    display: none;
  }
}

.pbox-btns .plm {
  text-align: center;
}

.pbox-btns .plm button.p-show {
  text-transform: uppercase;
  font-size: 24px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.text-center {
  text-align: center;
}

.bg-lite {
  background-color: #FFF9F4;
}

.carousel-slide[hidden] {
  display: none;
}

.carousel-dots {
  text-align: center;
}

.carousel-btn,
.carousel-dots button {
  cursor: pointer;
}

.carousel-dots button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #0a2540;
  background: transparent;
  margin: 0 5px;
  background: #fff;
}

.carousel-dots button:last-child {
  margin-right: 20px;
}

.carousel-dots button[aria-selected="true"] {
  background: #0a2540;
}

.carousel-btn:focus-visible,
.carousel-dots button:focus-visible {
  outline: 3px solid #00c2a8;
  outline-offset: 4px;
}

.carousel-track {
  list-style-type: none;
  text-align: center;
}

.carousel-slide blockquote p {
  margin-bottom: 2em;
  font-weight: 400;
}

.carousel-slide blockquote footer {
  font-size: 18px;
}

.carousel-track-wrapper {
  background: linear-gradient(45deg, #00DBAF 0%, #7038FF 100%);
  position: relative;
  border-radius: 25px;
  padding: 3px;
  box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.3);
  margin-bottom: 2.5em;
}

.carousel-track-wrapper ul {
  padding-left: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 25px;
  padding: 2em 15px;
}

.carousel-track-wrapper ul li {
  margin: 0;
  padding-left: 0;
}

#carousel-title {
  margin-bottom: 1em;
}

.carousel-track-wrapper .quote-tick {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
  width: 45px;
  overflow: visible;
  background: #fff;
}

.carousel-track-wrapper .quote-tick img {
  width: 45px;
}

.carousel-slide {
  opacity: 0;
}

.carousel-slide.is-active {
  animation: fadeIn 1.5s ease forwards;
}

.testimonial-carousel .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-carousel .carousel-controls .carousel-toggle {
  background: transparent;
  color: #0a2540;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

button.btn-gen.mobile-only {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;  
}

button.btn-gen.p-show.desktop-only {
  display: none;
}

@media (min-width: 768px) {
  button.btn-gen.p-show.desktop-only {
    display: flex;
  }

  button.btn-gen.mobile-only {
    display: none;
  }
}