.breadcrumbs {
  padding: 34px 0;
}

.breadcrumbs__list {
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  list-style: none;
  display: flex;
}

.breadcrumbs__list-item {
  margin-right: 9px;
  padding-right: 16px;
  position: relative;
}

.breadcrumbs__list-item:last-child:after {
  display: none;
}

.breadcrumbs__list-item:last-child .breadcrumbs__list-link {
  pointer-events: none;
  color: #353535;
}

.breadcrumbs__list-item:after {
  content: "";
  opacity: .5;
  background: url("../assets/svg/icon-arrow-right-dark.3a1d77cd.svg") center / contain no-repeat;
  width: 7px;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
}

.breadcrumbs__list-link {
  color: #632573;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

@media (width <= 950px) {
  .breadcrumbs {
    padding: 20px 0;
  }

  .breadcrumbs * {
    font-size: 14px;
  }

  .breadcrumbs__list-tem:after {
    top: 5px;
  }

  .breadcrumbs__list-link:hover, .breadcrumbs__list-link:focus {
    color: #2a042d;
  }
}

@media (width <= 600px) {
  .breadcrumbs * {
    font-size: 12px;
  }

  .breadcrumbs__list-tem {
    margin-right: 7px;
    padding-right: 13px;
  }

  .breadcrumbs__list-tem:after {
    width: 6px;
    height: 11px;
    top: 3px;
  }
}

.hero-secondary {
  background-color: #f8f5f9;
  padding-top: 42px;
  padding-bottom: 42px;
}

.hero-secondary__inner {
  position: relative;
}

.hero-secondary__inner img {
  object-fit: cover;
  border-radius: 100px 0 134px 100px;
  width: 100%;
  height: 100%;
  max-height: 395px;
}

.hero-secondary__overlay {
  background: linear-gradient(90.03deg, #632573 .03%, #fff0 150.82%);
  border-radius: 100px 0 134px 100px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero-secondary__overlay-inner {
  margin-left: 100px;
}

.hero-secondary__overlay-inner h1 {
  color: #fff;
}

.hero-secondary__overlay-inner .decor-divider {
  background: linear-gradient(80deg, #9c84ad 0% 27%, #fff 27.01% 100%);
  margin-top: 15px;
}

.hero-secondary__content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-secondary__content h6 {
  margin-bottom: 45px;
}

.hero-secondary__content p {
  color: #353535;
  line-height: 32px;
}

.hero-secondary__content p:not(:last-of-type) {
  margin-bottom: 5px;
}

.hero-secondary__content ul {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.hero-secondary__content ul li {
  margin-bottom: 10px;
}

.hero-secondary__content a {
  color: #632573;
  text-decoration: underline;
}

@media (width <= 950px) {
  .hero-secondary {
    padding-top: 30px;
  }

  .hero-secondary__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-secondary__content h6 {
    margin-bottom: 15px;
  }

  .hero-secondary__content p {
    line-height: 22px;
  }

  .hero-secondary__content p:not(:last-of-type) {
    margin-bottom: 22px;
  }

  .hero-secondary__overlay {
    justify-content: center;
  }

  .hero-secondary__overlay-inner {
    margin-left: 0;
  }

  .hero-secondary__inner img {
    max-height: 235px;
  }
}

@media (width <= 600px) {
  .hero-secondary__inner img {
    max-height: 135px;
  }
}

.chorley-high-five {
  padding-top: 0;
}

.chorley-high-five p {
  line-height: 24px;
}

.chorley-high-five p:not(:last-of-type) {
  margin-bottom: 20px;
}

.chorley-high-five p a {
  color: #632573;
  text-decoration: underline;
}

.chorley-high-five p a:hover {
  color: #2a042d;
  text-decoration-color: #2a042d;
}

.chorley-high-five ul {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.chorley-high-five ul li {
  margin-bottom: 15px;
}

.chorley-high-five__images {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.chorley-high-five__images-inner:first-of-type {
  justify-content: flex-end;
  display: flex;
}

.chorley-high-five__images-inner img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
}

.chorley-high-five h6 {
  margin-bottom: 20px;
  padding-top: 30px;
}

.knowledge-hub-list-item {
  flex-direction: row-reverse;
  gap: 26px;
  padding-top: 56px;
  padding-bottom: 52px;
  display: flex;
}

.knowledge-hub-list-item:not(:last-of-type) {
  border-bottom: 1px solid #63257333;
}

.knowledge-hub-list-item:nth-child(2n) {
  flex-direction: row;
}

.knowledge-hub-list-image {
  flex-basis: 35%;
  max-height: 340px;
}

.knowledge-hub-list-image img {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.knowledge-hub-list-tab {
  flex-wrap: wrap;
  margin-bottom: 30px;
  display: flex;
}

.knowledge-hub-list-tab span {
  background-color: #fff;
  border: 1.14px solid #fff;
  border-radius: 20px;
  margin-right: 8px;
  padding: 6px 11px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: block;
  box-shadow: 0 3px 10px #0000001a;
}

.knowledge-hub-list-content {
  flex-basis: 65%;
}

.knowledge-hub-list-content .content-type {
  text-transform: uppercase;
  color: #632573;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
}

.knowledge-hub-list-content .content-text {
  max-width: 85%;
  margin-top: 15px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.knowledge-hub-list-content h4 {
  color: #353535;
  font-family: Diodrum Cyrillic;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
}

.knowledge-hub-list-content button {
  margin-top: 30px;
}

@media (width <= 950px) {
  .knowledge-hub-list-image img {
    height: 280px;
  }

  .knowledge-hub-list-tab {
    margin-bottom: 20px;
  }

  .knowledge-hub-list-item {
    gap: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .knowledge-hub-list-content .content-type, .knowledge-hub-list-content .content-text {
    font-size: 14px;
    line-height: 19px;
  }

  .knowledge-hub-list-content h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .knowledge-hub-list-content button {
    margin-top: 20px;
  }
}

@media (width <= 600px) {
  .knowledge-hub-list-image img {
    border-radius: 25px 25px 0 0;
    height: 146px;
  }

  .knowledge-hub-list-tab {
    margin-bottom: 20px;
  }

  .knowledge-hub-list-item, .knowledge-hub-list-item:nth-child(2n) {
    flex-direction: column;
  }

  .knowledge-hub-inputs {
    flex-direction: column;
    gap: 19px;
  }

  .knowledge-hub-inputs input {
    padding: 7px 20px 7px 12px;
    font-size: 12px;
  }

  .knowledge-hub-inputs input::placeholder {
    font-size: 12px;
  }

  .knowledge-hub-sort .select {
    margin-inline: 13px;
    margin-right: 0;
  }

  .knowledge-hub-sort .select:first-of-type {
    margin-right: 5px !important;
  }

  .knowledge-hub-list-content .content-type, .knowledge-hub-list-content .content-text {
    font-size: 12px;
  }

  .knowledge-hub-list-content h4 {
    font-size: 20px;
  }

  .knowledge-hub-list-content button {
    margin-top: 20px;
  }
}

.enquiry__form__content {
  grid-template-columns: .55fr 1fr;
  gap: 66px;
  display: grid;
}

.enquiry__form__img img {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

@media (width <= 950px) {
  .enquiry__form__content {
    gap: 32px;
  }
}

@media (width <= 600px) {
  .enquiry__form__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .enquiry__form__img {
    height: 160px;
    max-height: 160px;
  }
}

.will-writing-main .hero-with-bg__content p {
  max-width: 730px;
}

/*# sourceMappingURL=will-writing.ed558907.css.map */
