.wp-block-cover.is-style-site-icon-overlay .wp-block-cover__background:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10%;
  right: -10px;
  margin-left: auto;
  height: 80%;
  width: 80%;
  max-height: 600px;
  max-width: 600px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='101' height='100' viewBox='0 0 101 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd' fill-opacity='.75'%3E%3Cpath d='M100.158 64.79V35.21H35.463l14.753 14.765L35.463 64.79zM100.158 70.419H0l14.936 14.765L0 100h100.158zM100.158 29.581V0H0l14.936 14.765L0 29.581z'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='101' height='100' viewBox='0 0 101 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd' fill-opacity='.75'%3E%3Cpath d='M100.158 64.79V35.21H35.463l14.753 14.765L35.463 64.79zM100.158 70.419H0l14.936 14.765L0 100h100.158zM100.158 29.581V0H0l14.936 14.765L0 29.581z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
}
.wp-block-cover.is-style-site-icon-overlay .wp-block-cover__background.has-primary-background-color:after {
  background-color: var(--wp--preset--color--neutral-light);
}
.wp-block-cover.is-style-site-icon-overlay .wp-block-cover__background.has-neutral-light-background-color:after {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-cover.is-style-site-icon-overlay .wp-block-cover__background.has-neutral-dark-background-color:after {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-group {
  overflow-x: hidden;
  position: relative;
}
.wp-block-group.is-style-tef-group-style-1:before {
  content: "";
  display: block;
  background: rgb(250.8837209302, 185.3662790698, 188.7965116279);
  border-radius: 50%;
  filter: blur(8rem);
  position: absolute;
  right: -50px;
  top: -50px;
  width: 200px;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .wp-block-group.is-style-tef-group-style-1:before {
    right: -100px;
    top: -100px;
    width: 300px;
    height: 300px;
  }
}
hr.is-style-tef-separator-highlight {
  height: 0.6rem;
  width: 8rem;
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  margin-left: 0;
  margin-top: 1rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 50%, 100% 100%, 0 100%);
}