.home :where(.wp-site-blocks) > :last-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.home-hero > .alignfull {
  margin: 0;
}
.home-hero h1 > span {
  position: relative;
  display: inline;
  font-size: 3.25rem;
}
.home-hero h1 > span > span {
  position: relative;
}
.home-hero h1 > span:before {
  position: absolute;
  content: "";
  left: -7px;
  top: 32px;
  height: 23px;
  width: 227px;
  background-color: var(--wp--preset--color--secondary);
}
.home-hero:before {
  content: "";
  display: block;
  position: absolute;
  inset: 50px;
  -webkit-box-shadow: 0 0 0 51px rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 0 51px rgba(255, 255, 255, 0.9);
  border-radius: 78px 0 0 0;
}
.home-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 302px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='302' height='616' viewBox='0 0 302 616' fill='none'%3E%3Cpath d='M186.414 0C247.678 95.0306 302 228.918 302 416.136C302 533.335 248.874 616 248.874 616H86.9878C125.53 561.782 153.734 487.491 153.734 416.136C153.734 203.284 69.4964 77.485 0 0H186.414Z' fill='%2307708D' fill-opacity='0.5'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
@media screen and (max-width: 1680px) {
  .home-hero:after {
    right: 0;
    width: 201px;
  }
}
@media screen and (max-width: 550px) {
  .home-hero {
    padding: 20px !important;
    border-top-left-radius: 90px !important;
  }
  .home-hero h1 {
    position: relative;
    z-index: 1;
  }
  .home-hero h1 > span {
    font-size: 2.5rem;
  }
  .home-hero h1 > span:before {
    top: 24px;
    width: 175px;
    height: 19px;
  }
  .home-hero:before {
    inset: 20px;
    -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.9);
  }
}

.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content {
  color: var(--wp--preset--color--primary);
}
.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content:after {
  content: "";
  position: absolute;
  display: block;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  height: 1px;
  background-color: var(--wp--preset--color--primary);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 1rem;
}

.wp-block-image {
  line-height: 1;
}

.wp-block-post-excerpt__more-text {
  --wp--style--block-gap: 1rem;
}

.wp-block-themeisle-blocks-timeline-item {
  position: relative;
  z-index: 10;
}