.block-button,
.btn {
  margin-top: 0;
  overflow: hidden;
  text-align: left;
  padding: 1.1rem 2rem 1rem;
  color: var(--wp--preset--color--darkgrey);
  background: transparent;
  border: 1px solid var(--wp--preset--color--darkgrey);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  font-weight: 400;
  min-width: 12rem;
  border-radius: 10rem;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.block-button svg,
.block-button span,
.btn svg,
.btn span {
  z-index: 2;
  position: relative;
}
.block-button svg,
.btn svg {
  width: 16px;
  height: 16px;
  top: -1px;
}
.block-button:hover, .block-button:active, .block-button:focus,
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
  -webkit-animation-name: pulse-button;
  animation-name: pulse-button;
  -webkit-animation-duration: 0.66s;
  animation-duration: 0.66s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.block-button.btn-primary, .block-button.is-style-btn-primary,
.btn.btn-primary,
.btn.is-style-btn-primary {
  color: var(--wp--preset--color--darkgrey);
  background: #c4e3f5;
}
.block-button.btn-primary path, .block-button.is-style-btn-primary path,
.btn.btn-primary path,
.btn.is-style-btn-primary path {
  fill: var(--wp--preset--color--darkgrey);
}
.block-button.btn-primary:hover, .block-button.btn-primary:active, .block-button.btn-primary:focus, .block-button.is-style-btn-primary:hover, .block-button.is-style-btn-primary:active, .block-button.is-style-btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.is-style-btn-primary:hover,
.btn.is-style-btn-primary:active,
.btn.is-style-btn-primary:focus {
  background: var(--wp--preset--color--darkgrey);
}
.block-button.btn-secondary, .block-button.is-style-btn-secondary,
.btn.btn-secondary,
.btn.is-style-btn-secondary {
  border-color: #00aae9;
  color: #00aae9;
}
.block-button.btn-secondary path, .block-button.is-style-btn-secondary path,
.btn.btn-secondary path,
.btn.is-style-btn-secondary path {
  fill: #00aae9;
}
.block-button.btn-secondary:hover, .block-button.btn-secondary:active, .block-button.btn-secondary:focus, .block-button.is-style-btn-secondary:hover, .block-button.is-style-btn-secondary:active, .block-button.is-style-btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.is-style-btn-secondary:hover,
.btn.is-style-btn-secondary:active,
.btn.is-style-btn-secondary:focus {
  background: #c4e3f5;
}
.block-button.btn-secondary span.btn_ext-icon:before, .block-button.is-style-btn-secondary span.btn_ext-icon:before,
.btn.btn-secondary span.btn_ext-icon:before,
.btn.is-style-btn-secondary span.btn_ext-icon:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><g id="Group_10" data-name="Group 10" transform="translate(0 2)"><g id="Group_657" data-name="Group 657" transform="translate(0.045)"><path id="Path_29" data-name="Path 29" d="M23.728,0v.93H28.8V6h.93V0Z" transform="translate(-14.774 -2)" fill="%2300aae9"/><path id="Path_683" data-name="Path 683" d="M.3-.3,11.744,0V.862L.236.625Z" transform="translate(6 6.518) rotate(-45)" fill="%2300aae9"/></g><path id="Path_30" data-name="Path 30" d="M11.781,14.8H1.219A1.22,1.22,0,0,1,0,13.58V3.018A1.22,1.22,0,0,1,1.219,1.8H6v.812H1.219a.407.407,0,0,0-.406.406V13.58a.407.407,0,0,0,.406.406H11.781a.407.407,0,0,0,.406-.406V8.8H13V13.58A1.22,1.22,0,0,1,11.781,14.8" transform="translate(0 -1.799)" fill="%2300aae9"/></g></svg>');
}
.block-button.btn-white, .block-button.is-style-btn-white,
.btn.btn-white,
.btn.is-style-btn-white {
  background: transparent;
  color: #fefffe;
  border-color: #fefffe;
}
.block-button.btn-white span.btn_ext-icon:before, .block-button.is-style-btn-white span.btn_ext-icon:before,
.btn.btn-white span.btn_ext-icon:before,
.btn.is-style-btn-white span.btn_ext-icon:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><g id="Group_10" data-name="Group 10" transform="translate(0 2)"><g id="Group_657" data-name="Group 657" transform="translate(0.045)"><path id="Path_29" data-name="Path 29" d="M23.728,0v.93H28.8V6h.93V0Z" transform="translate(-14.774 -2)" fill="white"/><path id="Path_683" data-name="Path 683" d="M.3-.3,11.744,0V.862L.236.625Z" transform="translate(6 6.518) rotate(-45)" fill="white"/></g><path id="Path_30" data-name="Path 30" d="M11.781,14.8H1.219A1.22,1.22,0,0,1,0,13.58V3.018A1.22,1.22,0,0,1,1.219,1.8H6v.812H1.219a.407.407,0,0,0-.406.406V13.58a.407.407,0,0,0,.406.406H11.781a.407.407,0,0,0,.406-.406V8.8H13V13.58A1.22,1.22,0,0,1,11.781,14.8" transform="translate(0 -1.799)" fill="white"/></g></svg>');
}
.block-button.btn-white:hover, .block-button.btn-white:active, .block-button.btn-white:focus, .block-button.is-style-btn-white:hover, .block-button.is-style-btn-white:active, .block-button.is-style-btn-white:focus,
.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus,
.btn.is-style-btn-white:hover,
.btn.is-style-btn-white:active,
.btn.is-style-btn-white:focus {
  background: rgba(0, 0, 0, 0.2);
  border-color: #fff;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.66s;
  animation-duration: 0.66s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.block-button.btn-white:hover span, .block-button.btn-white:active span, .block-button.btn-white:focus span, .block-button.is-style-btn-white:hover span, .block-button.is-style-btn-white:active span, .block-button.is-style-btn-white:focus span,
.btn.btn-white:hover span,
.btn.btn-white:active span,
.btn.btn-white:focus span,
.btn.is-style-btn-white:hover span,
.btn.is-style-btn-white:active span,
.btn.is-style-btn-white:focus span {
  color: #fff;
}
.block-button.full-width,
.btn.full-width {
  display: block;
}
.block-button.aligncenter, .block-button.center,
.btn.aligncenter,
.btn.center {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block-button.aligncenter:hover, .block-button.aligncenter:active, .block-button.aligncenter:focus, .block-button.center:hover, .block-button.center:active, .block-button.center:focus,
.btn.aligncenter:hover,
.btn.aligncenter:active,
.btn.aligncenter:focus,
.btn.center:hover,
.btn.center:active,
.btn.center:focus {
  -webkit-animation-name: pulseCentered;
  animation-name: pulseCentered;
}
.block-button span.btn_ext-icon:before,
.btn span.btn_ext-icon:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><g id="Group_10" data-name="Group 10" transform="translate(0 2)"><g id="Group_657" data-name="Group 657" transform="translate(0.045)"><path id="Path_29" data-name="Path 29" d="M23.728,0v.93H28.8V6h.93V0Z" transform="translate(-14.774 -2)" fill="%23707070"/><path id="Path_683" data-name="Path 683" d="M.3-.3,11.744,0V.862L.236.625Z" transform="translate(6 6.518) rotate(-45)" fill="%23707070"/></g><path id="Path_30" data-name="Path 30" d="M11.781,14.8H1.219A1.22,1.22,0,0,1,0,13.58V3.018A1.22,1.22,0,0,1,1.219,1.8H6v.812H1.219a.407.407,0,0,0-.406.406V13.58a.407.407,0,0,0,.406.406H11.781a.407.407,0,0,0,.406-.406V8.8H13V13.58A1.22,1.22,0,0,1,11.781,14.8" transform="translate(0 -1.799)" fill="%23707070"/></g></svg>');
  background-repeat: no-repeat;
}