.pgc-main-menu h2 {
  display: none;
}

#main-menu {
  display: flex;
}

#main-menu li {
  display: block;
}

#main-menu li a {
  color: #212529;
  text-decoration: none;
  display: block;
  margin-top: 12px;
}

#main-menu li a.active {
  border-bottom: 4px solid #4200ed;
  padding-bottom: 16px;
  margin-bottom: 2px;
}

#main-menu ul {
  display: none;
}

#pgc_resource_block {
  padding: 15px 25px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  border: 0;
  border-radius: 50px;
  color: #fff;
  background-color: #4200ed;
  text-decoration: none;
  text-align: center;
  display: block;
  width: fit-content;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
  transition: border-color .5s,background-color .5s,color .5s;
}

#pgc_resource_block span {
  display: none;
}

.pg-gift-details {
  background: #fff;
  border-top: 7px solid #6f66b1;
  padding: 4rem;
}

.pg-gift-details .accordion-header-text {
  margin: 0;
}

.pg-gift-details .accordion-header-text span {
  font-family: Cambon-Demi,serif;
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 1.3333333333;
  text-transform: none;
  margin: 0;
  color: #18181e;
}

.pgc-brochure-bg-top {
  background-image: linear-gradient(90deg,#240066,#4200ed);
}

.pgc-brochure-header-text {
  Background: #e5e7eb;
  color: #240066;
}

.pgc-brochure-logo img {
  max-width: 100px;
}

.pgc-brochure-title {
  Color: #4200ed;
}

.pgc-brochure-body-title {
  Color: #4200ed;
}

.pgc-brochure-body-text ul li span.pgc-before::before {
  Color: #4200ed;
}

.pgc-brochure-footer-text {
  background: #4200ed;
  Color: #fff;
}

span.pgc-brochure-footer-contact {
  text-decoration: underline;
}

