* {
  scroll-behavior: smooth;
  scroll-margin-top: 200px;
}

.pup-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.pup-content {
  max-width: 100%;
}

.pup-content p {
  margin: 0 0 1rem;
  line-height: 1.6;
  color: #343f48;
  font-size: 20px;
}

.pup-content h2,
.pup-content h3 {
  margin: 0 0 0.5rem;
  color: #4F2D82;
  line-height: 1.15;
  font-family: "Constellation TL Pro", sans-serif;
}

.pup-content h2 {
  font-size: 54px;
  font-weight: 600;
}

.pup-content h3 {
  font-size: 18px;
  font-weight: 600;
}

/* HERO */
.pup-hero {
  background-size: cover;
  background-position: center;
  padding-bottom: 100px;
}
.pup-hero:has(.pup-footer) {
  padding-bottom: 70px;
}
.pup-hero h1 {
  font-size: 55px;
  line-height: 1.2;
  font-family: "Constellation TL Pro", sans-serif;
  font-weight: bold;
}
@media only screen and (min-width: 1280px) {
  .pup-hero h1 {
    font-size: 65px;
  }
}
.pup-hero .pup-content {
  padding: 2.8rem 2rem 2.8rem 76px;
  background-color: rgba(79, 45, 130, 0.9019607843);
  border-radius: 0 9.5rem 2rem 9.5rem;
  position: relative;
  left: -76px;
  width: 53%;
}
.pup-hero .pup-content > * {
  color: #fff;
}
.pup-hero .pup-footer {
  text-align: left;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  color: black;
  width: 100%;
  max-width: calc(53% - 7.5rem);
}

@media (max-width: 1024px) {
  .pup-hero .pup-footer {
    max-width: 100%;
  }
}
.pup-section-dark {
  background: #4f2d82;
}
.pup-section-dark .pup-content > * {
  color: #fff;
}

.splitit-section {
  padding: 70px 0;
}
.splitit-section .pup-img {
  width: 100%;
  height: 520px;
  position: relative;
  bottom: -70px;
}
.splitit-section .pup-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.pup-slider-section {
  padding: 4rem 0;
}
.pup-slider-section .pup-content {
  text-align: center;
}

@media (max-width: 1024px) {
  .pup-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pup-hero .pup-content {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 600px) {
  .pup-hero h1 {
    font-size: 30px !important;
  }
  .pup-hero .pup-content {
    padding: 2.8rem 2rem 2.8rem 2rem;
    border-radius: 0 5rem 2rem 5rem;
  }
}
/* GRID */
.pup-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.pup-grid--2 {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .pup-grid--2 {
    grid-template-columns: 48% 52%;
    gap: 32px;
  }
}
.pup-img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

@media (max-width: 768px) {
  .pup-grid .pup-img {
    display: none;
  }
}
.pup-splitti {
  padding: 5rem 0;
}
.pup-splitti .pup-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.pup-splitti .pup-content {
  text-align: center;
  width: 50%;
  padding: 1rem 2rem 2rem;
}
.pup-splitti .pup-content p {
  font-size: 28px;
  color: black;
}
.pup-splitti .pup-content p a {
  color: black;
  font-weight: bold;
}
.pup-splitti .image {
  position: relative;
  width: 40%;
}
.pup-splitti .image::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 100%;
  height: 100%;
  background-color: #5d428d;
  border-radius: 0 9.5rem 2rem 9.5rem;
}
.pup-splitti .image .pup-img {
  position: relative;
  z-index: 1;
}
.pup-splitti .image .pup-img img {
  border-radius: 0 9.5rem 2rem 9.5rem;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .pup-splitti .pup-container {
    flex-direction: column;
  }
  .pup-splitti .pup-content {
    width: 100%;
  }
  .pup-splitti .image {
    padding-left: 40px;
    width: 100%;
  }
  .pup-splitti .image::before {
    left: 0;
    width: calc(100% - 20px);
  }
}
/* CARD / DROPDOWN */
.dropdown-section {
  margin: 3rem 0;
}
.dropdown-section .pup-container {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

.pup-card {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  width: 100%;
  border-radius: 28px 60px;
  overflow: hidden;
  background: #f2ecf7;
  padding: 3rem;
}
.pup-card .pup-card__img {
  width: calc(40% - 3rem);
}
.pup-card .content-side {
  width: 60%;
}
.pup-card .pup-title {
  margin: 0;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  color: #4F2D82;
  margin-bottom: 2rem;
  font-family: "Constellation TL Pro", sans-serif;
}
.pup-card .pup-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .pup-card__header {
    padding: 20px 24px;
  }
}
@media (max-width: 768px) {
  .pup-card {
    padding: 3rem 1.5rem;
  }
  .pup-card .pup-card__img {
    width: 100%;
  }
  .pup-card .content-side {
    width: 100%;
  }
  .pup-card .pup-toggle-title {
    font-size: 20px;
  }
}
.pup-toggle-wrapper {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #4F2D82;
}

.pup-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
.pup-toggle .pup-toggle-title {
  font-size: 38px;
  margin-bottom: -16px;
  line-height: 1;
  font-weight: 700;
  font-family: "Founders Grotesk", sans-serif;
  color: #4F2D82;
}
.pup-toggle .pup-toggle-icon {
  display: inline-block;
  min-width: 24px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #4F2D82;
  transition: transform 0.18s ease;
}

@media (max-width: 768px) {
  .pup-toggle .pup-toggle-title {
    font-size: 24px;
  }
}
.pup-panel {
  padding: 0 20px 20px;
}
.pup-panel .pup-content {
  padding-top: 10px;
}
.pup-panel .pup-content ul {
  padding-left: 0;
}
.pup-panel .pup-content p, .pup-panel .pup-content li {
  font-size: 28px;
  line-height: 1.4;
  color: #4F2D82;
  font-family: "Founders Grotesk", sans-serif;
}
.pup-panel .pup-content li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .pup-panel .pup-content p, .pup-panel .pup-content li {
    font-size: 18px;
  }
}
.hidden {
  display: none;
}

/* CTA BUTTON */
.pup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a66c2;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 12px 20px;
  border: 0;
  font-weight: 600;
  transition: opacity 0.14s, transform 0.12s;
}
.pup-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

/* SLIDER */
.products-updates-slider {
  margin: 0 -12px;
  /* the slides */
  /* the parent */
}
.products-updates-slider .slick-slide {
  margin: 0 15px;
}
.products-updates-slider .slick-list {
  margin: 0 -15px;
}

.slick-arrow {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e6e9ee;
}

.slick-arrow:before {
  color: #0b2540;
  font-size: 14px;
}

/* small helpers */
.muted {
  color: #6b7280;
}

.center {
  text-align: center;
}

.pup-hr {
  height: 1px;
  background: #eef0f3;
  margin: 18px 0;
  border-radius: 2px;
}

.pup-content small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
}/*# sourceMappingURL=styles.css.map */