.accordion {
  margin-top: 0 !important;
  overflow: hidden;
}
.accordion::-moz-selection {
  background: none !important;
}
.accordion::selection {
  background: none !important;
}
.accordion + .accordion {
  margin-top: 2rem !important;
}
.accordion + *:not(.accordion) {
  margin-top: 2.5ch !important;
}
*:not(.accordion):not(.page-title) + .accordion {
  margin-top: 3rem !important;
}
.accordion > input {
  display: none;
}
.accordion > input::-moz-selection {
  background: none !important;
}
.accordion > input::selection {
  background: none !important;
}
.accordion > input + .acc-title {
  display: block;
  font-weight: 500;
  line-height: 1.25;
  padding: 3rem 8rem 3rem 3rem;
  margin: 0;
  color: #054A8C;
  border: 1px solid rgba(25, 126, 211, 0.5);
  border-radius: 16px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.accordion > input + .acc-title:after {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg width='44' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='.507' width='44' height='44' rx='5' fill='%23197ED3' fill-opacity='.2'/><path d='M32.414 23.462a1.353 1.353 0 0 0 0-1.913l-6.756-6.756a1.353 1.353 0 0 0-1.913 1.913l4.45 4.45H12.543a1.35 1.35 0 0 0-1.352 1.352 1.35 1.35 0 0 0 1.352 1.351h15.652l-4.45 4.45a1.353 1.353 0 0 0 1.913 1.913l6.756-6.756v-.004Z' fill='%23054A8C'/></svg>");
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: center;
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-right: 15px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.accordion > input + .acc-title:hover {
  color: #197ED3;
  cursor: pointer;
}
.accordion > input + .acc-title span {
  display: block;
  width: calc(100% - 30px);
  font-size: var(--wp--preset--font-size--font-20);
}
.accordion > input + .acc-title + .acc-panel {
  height: 0;
  visibility: hidden;
  border: 1px solid rgba(25, 126, 211, 0.5);
  border-top: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.accordion > input + .acc-title + .acc-panel > * {
  opacity: 0;
}
.accordion > input + .acc-title + .acc-panel .wp-block-columns:first-child {
  margin-top: 0;
}
.accordion > input + .acc-title + .acc-panel .wp-block-columns:last-child {
  margin-bottom: 0;
}
.accordion > input:checked + .acc-title {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion > input:checked + .acc-title:after {
  transform: translateY(-50%) rotate(270deg);
}
.accordion > input:checked + .acc-title + .acc-panel {
  height: auto;
  visibility: visible;
  padding: 0 8rem 3rem 3rem;
}
.accordion > input:checked + .acc-title + .acc-panel > * {
  opacity: 1;
}
.accordion > input:checked + .acc-title + .acc-panel * {
  font-size: var(--wp--preset--font-size--font-18);
}
.accordion.is-style-button > input {
  display: none;
}
.accordion.is-style-button > input + .acc-title {
  border: none;
  padding: 0;
  color: #054A8C;
  font-size: var(--wp--preset--font-size--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.accordion.is-style-button > input + .acc-title span {
  display: inline-block;
}
.accordion.is-style-button > input + .acc-title::before {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg width='44' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='.507' width='44' height='44' rx='5' fill='%23197ED3' fill-opacity='.2'/><path d='M32.414 23.462a1.353 1.353 0 0 0 0-1.913l-6.756-6.756a1.353 1.353 0 0 0-1.913 1.913l4.45 4.45H12.543a1.35 1.35 0 0 0-1.352 1.352 1.35 1.35 0 0 0 1.352 1.351h15.652l-4.45 4.45a1.353 1.353 0 0 0 1.913 1.913l6.756-6.756v-.004Z' fill='%23054A8C'/></svg>");
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: center;
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-right: 15px;
  transform: rotate(90deg);
}
.accordion.is-style-button > input + .acc-title:hover::before {
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,	<svg width='44' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='.507' width='44' height='44' rx='5' fill='%23044a8c'/><path d='M32.414 23.462a1.353 1.353 0 0 0 0-1.913l-6.756-6.756a1.353 1.353 0 0 0-1.913 1.913l4.45 4.45H12.543a1.35 1.35 0 0 0-1.352 1.352 1.35 1.35 0 0 0 1.352 1.351h15.652l-4.45 4.45a1.353 1.353 0 0 0 1.913 1.913l6.756-6.756v-.004Z' fill='white'/></svg>");
}
.accordion.is-style-button > input + .acc-title::after {
  content: "";
  display: none;
}
.accordion.is-style-button > input:checked + .acc-title::before {
  transform: rotate(270deg);
}
.accordion.is-style-button > input:checked + .acc-title + .acc-panel {
  border: none;
  padding: 4rem 0 0 0;
}

body.wp-admin .acc-panel {
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.wp-admin .acc-panel > * {
  opacity: 1 !important;
}/*# sourceMappingURL=block-accordion.css.map */