@charset "UTF-8";
h1 {
  font-size: clamp(2.25rem, 4vw + 1rem, 3.75rem); /* 36px → 60px */
}

h2 {
  font-size: clamp(1.5rem, 2.7vw + 0.75rem, 2.5rem); /* 24px → 40px */
}

h3 {
  font-size: clamp(1.25rem, 1.6vw + 0.5rem, 1.5rem); /* 20px → 24px */
}

h4 {
  font-size: clamp(1.125rem, 1.4vw + 0.4rem, 1.375rem); /* 18px → 22px */
}

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}

.single-content .wp-block-list {
  padding-left: 0;
}
.wp-block-list li {
  list-style: none;
  padding-left: 1.6rem;
  position: relative;
}
.wp-block-list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 7px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.914" height="17.914" viewBox="0 0 17.914 17.914"><g transform="translate(0.001)"><g transform="translate(-0.001)"><path id="Path_570" d="M8.956,0a8.957,8.957,0,1,0,8.957,8.957A8.957,8.957,0,0,0,8.956,0Z" transform="translate(0.001)" fill="%23c42c33"/><path d="M112.708,130.856l-4.618,4.618-1.867-1.867a.587.587,0,0,0-.83.831l2.282,2.282a.588.588,0,0,0,.831,0h0l5.032-5.032a.587.587,0,1,0-.83-.83Z" transform="translate(-100.509 -124.832)" fill="%23fff" stroke="%23fff" stroke-width="0.5"/></g></g></svg>') no-repeat center center;
}

.has-arrow-right {
  position: relative;
  padding-right: 30px;
  display: block;
}
.has-arrow-right:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21.953" height="19.266"><g fill="%23de2f37"><path d="M12.318.25c.257 0 .5.101.685.283l8.418 8.418c.044.045.07.09.087.121.004.007.008.015.013.021l.019.026a.64.64 0 01.087.142c.1.241.1.504.001.744a.962.962 0 01-.176.271.272.272 0 01-.033.04l-8.417 8.417a.96.96 0 01-.683.283.967.967 0 01-.683-1.65l6.766-6.766H1.216a.968.968 0 010-1.933h17.186l-6.766-6.766a.967.967 0 01.682-1.65z"/><path d="M12.32 18.766c.182 0 .366-.07.506-.21l8.416-8.416c.006-.006.008-.015.015-.02a.722.722 0 00.14-.211.718.718 0 000-.55c-.02-.048-.054-.083-.083-.125-.024-.036-.039-.075-.07-.106L12.827.711a.716.716 0 10-1.014 1.013l7.193 7.193H1.216a.717.717 0 000 1.433h17.79l-7.193 7.193a.717.717 0 00.506 1.223m0 .5a1.218 1.218 0 01-.86-2.076l6.34-6.34H1.216C.546 10.85 0 10.305 0 9.634c0-.671.546-1.217 1.216-1.217H17.8l-6.34-6.34a1.218 1.218 0 011.72-1.721l8.418 8.418c.069.069.108.138.13.175l.003.007.009.011c.03.04.08.105.118.196.127.305.127.636.002.937-.049.118-.12.228-.21.332a.526.526 0 01-.053.061l-8.417 8.417c-.23.23-.535.356-.86.356z"/></g></svg>') no-repeat center center;
}

/*# sourceMappingURL=fmt-ap.css.map */
