.wp-block-catpow-section {
  display: block;
  margin: 0rem auto;
  clear: both;
}
.wp-block-catpow-section.scene {
  position: relative;
  background-color: #ffffff;
}
.wp-block-catpow-section.scene > .contents {
  position: relative;
  z-index: 1;
}
.wp-block-catpow-section.scene > .contents > header {
  position: relative;
  overflow: hidden;
}
.wp-block-catpow-section.scene > .contents > header > .title {
  position: relative;
  z-index: 1;
  padding: 0rem;
  box-sizing: border-box;
  margin: 0rem auto;
}
.wp-block-catpow-section.scene > .contents > header > .title .prefix {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 12rem;
  font-weight: 700;
  font-family: fantasy;
}
.wp-block-catpow-section.scene > .contents > header > .title .image {
  display: block;
  text-align: center;
}
.wp-block-catpow-section.scene > .contents > header > .title .image img {
  width: auto;
  height: 8rem;
  object-fit: cover;
  object-position: center;
}
.wp-block-catpow-section.scene > .contents > header > .title .heading {
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
  font-size: 5rem;
  line-height: 2em;
  font-weight: 700;
  word-break: keep-all;
}
.wp-block-catpow-section.scene > .contents > header > .title p {
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3em;
  font-weight: 400;
  word-break: keep-all;
}
.wp-block-catpow-section.scene > .contents > header > .background img, .wp-block-catpow-section.scene > .contents > header > .background video, .wp-block-catpow-section.scene > .contents > header > .background picture {
  width: 100%;
  max-height: 110vh;
  height: 110%;
  object-fit: cover;
  object-position: center;
}
.wp-block-catpow-section.scene > .contents > .text {
  padding: 1.25rem 0rem;
}
.wp-block-catpow-section.scene > .background img {
  width: 100%;
  max-height: 110vh;
  height: 110%;
  object-fit: cover;
  object-position: center;
}
.wp-block-catpow-section.scene.paleHeaderBG > .contents > header > .background {
  opacity: 0.3;
}
.wp-block-catpow-section.scene.paleBG > .background {
  opacity: 0.1;
}
.wp-block-catpow-section.scene.hasHeaderBackgroundColor > .contents > header {
  background-color: #1a72bf;
}
.wp-block-catpow-section.scene.hasBackgroundColor {
  background-color: #1a72bf;
  background-image: url("../img/bg_lp.png");
  background-size: 1.25rem auto;
}
.wp-block-catpow-section.scene.hasTitleImage > .contents > header > .title > .titleImage {
  max-width: 60rem;
  width: auto;
  padding: 0rem;
  margin: auto;
}
.wp-block-catpow-section.scene.hasTitleImage > .contents > header > .title > .titleImage picture, .wp-block-catpow-section.scene.hasTitleImage > .contents > header > .title > .titleImage img {
  display: block;
  width: 100%;
  height: auto;
}
.wp-block-catpow-section.scene.inverseText > .contents > header .prefix, .wp-block-catpow-section.scene.inverseText > .contents > header .heading, .wp-block-catpow-section.scene.inverseText > .contents > header p {
  color: #fff;
}
.wp-block-catpow-section.scene.hasLead > .contents > .header > .title > .lead {
  display: block;
  position: relative;
  width: fit-content;
  margin: -3.75rem auto 0.625rem;
  padding-left: 3.75rem;
  text-align: left;
  font-size: 1.0625rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5em;
  word-break: keep-all;
}
.wp-block-catpow-section.scene.hasLead > .contents > .header > .title > .lead img:first-of-type {
  display: block;
  width: 3.125rem;
  height: auto;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  margin: auto;
  margin-left: 0rem;
}
@media (min-width:960px) {
  .wp-block-catpow-section.scene.left > .contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wp-block-catpow-section.scene.right > .contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .wp-block-catpow-section.scene.left > .contents > header, .wp-block-catpow-section.scene.right > .contents > header {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40rem;
  }
  .wp-block-catpow-section.scene.left > .contents > .text, .wp-block-catpow-section.scene.right > .contents > .text {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40rem;
  }
}
.wp-block-catpow-section.scene.pattern1 > .contents > header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: 1;
  background-image: url("../img/pattern1.png");
}
.wp-block-catpow-section.scene.pattern2 > .contents > header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: 1;
  background-image: url("../img/pattern2.png");
}
.wp-block-catpow-section.scene.pattern3 > .contents > header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: 1;
  background-image: url("../img/pattern3.png");
}
.wp-block-catpow-section.scene.pattern4 > .contents > header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: 1;
  background-image: url("../img/pattern4.png");
}
.wp-block-catpow-section.scene.pattern5 > .contents > header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: 1;
  background-image: url("../img/pattern5.png");
}
.wp-block-catpow-section.scene.color1.hasBackgroundColor {
  background-color: #bf1a1a;
}
.wp-block-catpow-section.scene.color1.hasHeaderBackgroundColor > .contents > header {
  background-color: #bf1a1a;
}
.wp-block-catpow-section.scene.color1:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color1:not(.inverseText) > .contents > header > .title .heading {
  color: #bf1a1a;
}
.wp-block-catpow-section.scene.color2.hasBackgroundColor {
  background-color: #bf6d1a;
}
.wp-block-catpow-section.scene.color2.hasHeaderBackgroundColor > .contents > header {
  background-color: #bf6d1a;
}
.wp-block-catpow-section.scene.color2:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color2:not(.inverseText) > .contents > header > .title .heading {
  color: #bf6d1a;
}
.wp-block-catpow-section.scene.color3.hasBackgroundColor {
  background-color: #bfbf1a;
}
.wp-block-catpow-section.scene.color3.hasHeaderBackgroundColor > .contents > header {
  background-color: #bfbf1a;
}
.wp-block-catpow-section.scene.color3:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color3:not(.inverseText) > .contents > header > .title .heading {
  color: #bfbf1a;
}
.wp-block-catpow-section.scene.color4.hasBackgroundColor {
  background-color: #6dbf1a;
}
.wp-block-catpow-section.scene.color4.hasHeaderBackgroundColor > .contents > header {
  background-color: #6dbf1a;
}
.wp-block-catpow-section.scene.color4:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color4:not(.inverseText) > .contents > header > .title .heading {
  color: #6dbf1a;
}
.wp-block-catpow-section.scene.color5.hasBackgroundColor {
  background-color: #1abf1a;
}
.wp-block-catpow-section.scene.color5.hasHeaderBackgroundColor > .contents > header {
  background-color: #1abf1a;
}
.wp-block-catpow-section.scene.color5:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color5:not(.inverseText) > .contents > header > .title .heading {
  color: #1abf1a;
}
.wp-block-catpow-section.scene.color6.hasBackgroundColor {
  background-color: #1abf6d;
}
.wp-block-catpow-section.scene.color6.hasHeaderBackgroundColor > .contents > header {
  background-color: #1abf6d;
}
.wp-block-catpow-section.scene.color6:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color6:not(.inverseText) > .contents > header > .title .heading {
  color: #1abf6d;
}
.wp-block-catpow-section.scene.color7.hasBackgroundColor {
  background-color: #1abfbf;
}
.wp-block-catpow-section.scene.color7.hasHeaderBackgroundColor > .contents > header {
  background-color: #1abfbf;
}
.wp-block-catpow-section.scene.color7:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color7:not(.inverseText) > .contents > header > .title .heading {
  color: #1abfbf;
}
.wp-block-catpow-section.scene.color8.hasBackgroundColor {
  background-color: #1a6dbf;
}
.wp-block-catpow-section.scene.color8.hasHeaderBackgroundColor > .contents > header {
  background-color: #1a6dbf;
}
.wp-block-catpow-section.scene.color8:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color8:not(.inverseText) > .contents > header > .title .heading {
  color: #1a6dbf;
}
.wp-block-catpow-section.scene.color9.hasBackgroundColor {
  background-color: #1a1abf;
}
.wp-block-catpow-section.scene.color9.hasHeaderBackgroundColor > .contents > header {
  background-color: #1a1abf;
}
.wp-block-catpow-section.scene.color9:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color9:not(.inverseText) > .contents > header > .title .heading {
  color: #1a1abf;
}
.wp-block-catpow-section.scene.color10.hasBackgroundColor {
  background-color: #6d1abf;
}
.wp-block-catpow-section.scene.color10.hasHeaderBackgroundColor > .contents > header {
  background-color: #6d1abf;
}
.wp-block-catpow-section.scene.color10:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color10:not(.inverseText) > .contents > header > .title .heading {
  color: #6d1abf;
}
.wp-block-catpow-section.scene.color11.hasBackgroundColor {
  background-color: #bf1abf;
}
.wp-block-catpow-section.scene.color11.hasHeaderBackgroundColor > .contents > header {
  background-color: #bf1abf;
}
.wp-block-catpow-section.scene.color11:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color11:not(.inverseText) > .contents > header > .title .heading {
  color: #bf1abf;
}
.wp-block-catpow-section.scene.color12.hasBackgroundColor {
  background-color: #bf1a6d;
}
.wp-block-catpow-section.scene.color12.hasHeaderBackgroundColor > .contents > header {
  background-color: #bf1a6d;
}
.wp-block-catpow-section.scene.color12:not(.inverseText) > .contents > header > .title .prefix, .wp-block-catpow-section.scene.color12:not(.inverseText) > .contents > header > .title .heading {
  color: #bf1a6d;
}
.wp-block-catpow-section.article > .contents {
  max-width: 120rem;
  width: 100%;
  margin: 0rem auto;
  box-sizing: border-box;
}
.wp-block-catpow-section.article > .contents > header {
  margin-bottom: 1rem;
}
.wp-block-catpow-section.article > .contents > header .heading {
  line-height: 2em;
}
.wp-block-catpow-section.article > .contents > header p {
  padding: 0.5em 1em;
  line-height: 1rem;
  font-weight: 300;
  color: #000000;
}
.wp-block-catpow-section.article > .contents > .text {
  padding: 1rem;
}
@media (min-width:960px) {
  .wp-block-catpow-section.article > .contents > .text {
    padding: 2rem;
  }
}
.wp-block-catpow-section.article.hasBackgroundColor {
  background-color: rgba(0, 0, 0, 0.05);
}
.wp-block-catpow-section.article.header > .contents > header .heading {
  position: relative;
  padding: 0.5em 1em;
  color: #1a72bf;
  font-weight: 100;
  letter-spacing: 0.2em;
}
.wp-block-catpow-section.article.header > .contents > header .heading small {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0rem;
}
.wp-block-catpow-section.article.headline > .contents > header .heading {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  color: #000000;
  font-weight: 100;
  letter-spacing: 0.1em;
  border-bottom-style: dashed;
  border-bottom-width: 0.1em;
  border-bottom-color: rgba(26, 114, 191, 0.5);
}
.wp-block-catpow-section.article.catch > .contents > header .heading {
  color: #000000;
  font-weight: 100;
  letter-spacing: 0.1em;
}
.wp-block-catpow-section.article.center > .contents > header {
  text-align: center;
}
.wp-block-catpow-section.article.right > .contents > header {
  text-align: right;
}
.wp-block-catpow-section.article.level1 > .contents {
  padding: 5.5rem 0.75rem;
}
.wp-block-catpow-section.article.level1 > .contents > header .heading {
  font-size: 2.75rem;
}
.wp-block-catpow-section.article.level1 > .contents > header p {
  padding: 1.375rem 0.625rem;
  font-size: 1.1875rem;
}
.wp-block-catpow-section.article.level2 > .contents {
  padding: 5rem 0.75rem;
}
.wp-block-catpow-section.article.level2 > .contents > header .heading {
  font-size: 2.5rem;
}
.wp-block-catpow-section.article.level2 > .contents > header p {
  padding: 1.25rem 0.625rem;
  font-size: 1.125rem;
}
.wp-block-catpow-section.article.level3 > .contents {
  padding: 4.5rem 0.75rem;
}
.wp-block-catpow-section.article.level3 > .contents > header .heading {
  font-size: 2.25rem;
}
.wp-block-catpow-section.article.level3 > .contents > header p {
  padding: 1.125rem 0.625rem;
  font-size: 1.0625rem;
}
.wp-block-catpow-section.article.level4 > .contents {
  padding: 4rem 0.75rem;
}
.wp-block-catpow-section.article.level4 > .contents > header .heading {
  font-size: 2rem;
}
.wp-block-catpow-section.article.level4 > .contents > header p {
  padding: 1rem 0.625rem;
  font-size: 1rem;
}
.wp-block-catpow-section.article.level5 > .contents {
  padding: 3.5rem 0.75rem;
}
.wp-block-catpow-section.article.level5 > .contents > header .heading {
  font-size: 1.75rem;
}
.wp-block-catpow-section.article.level5 > .contents > header p {
  padding: 0.875rem 0.625rem;
  font-size: 0.9375rem;
}
.wp-block-catpow-section.article.level6 > .contents {
  padding: 3rem 0.75rem;
}
.wp-block-catpow-section.article.level6 > .contents > header .heading {
  font-size: 1.5rem;
}
.wp-block-catpow-section.article.level6 > .contents > header p {
  padding: 0.75rem 0.625rem;
  font-size: 0.875rem;
}
.wp-block-catpow-section.article.color1.hasBackgroundColor {
  background-color: rgba(191, 25, 25, 0.1);
}
.wp-block-catpow-section.article.color1.catch > .contents > header .heading {
  color: #bf1a1a;
}
.wp-block-catpow-section.article.color2.hasBackgroundColor {
  background-color: rgba(191, 108, 25, 0.1);
}
.wp-block-catpow-section.article.color2.catch > .contents > header .heading {
  color: #bf6d1a;
}
.wp-block-catpow-section.article.color3.hasBackgroundColor {
  background-color: rgba(191, 191, 25, 0.1);
}
.wp-block-catpow-section.article.color3.catch > .contents > header .heading {
  color: #bfbf1a;
}
.wp-block-catpow-section.article.color4.hasBackgroundColor {
  background-color: rgba(108, 191, 25, 0.1);
}
.wp-block-catpow-section.article.color4.catch > .contents > header .heading {
  color: #6dbf1a;
}
.wp-block-catpow-section.article.color5.hasBackgroundColor {
  background-color: rgba(25, 191, 25, 0.1);
}
.wp-block-catpow-section.article.color5.catch > .contents > header .heading {
  color: #1abf1a;
}
.wp-block-catpow-section.article.color6.hasBackgroundColor {
  background-color: rgba(25, 191, 108, 0.1);
}
.wp-block-catpow-section.article.color6.catch > .contents > header .heading {
  color: #1abf6d;
}
.wp-block-catpow-section.article.color7.hasBackgroundColor {
  background-color: rgba(25, 191, 191, 0.1);
}
.wp-block-catpow-section.article.color7.catch > .contents > header .heading {
  color: #1abfbf;
}
.wp-block-catpow-section.article.color8.hasBackgroundColor {
  background-color: rgba(25, 108, 191, 0.1);
}
.wp-block-catpow-section.article.color8.catch > .contents > header .heading {
  color: #1a6dbf;
}
.wp-block-catpow-section.article.color9.hasBackgroundColor {
  background-color: rgba(25, 25, 191, 0.1);
}
.wp-block-catpow-section.article.color9.catch > .contents > header .heading {
  color: #1a1abf;
}
.wp-block-catpow-section.article.color10.hasBackgroundColor {
  background-color: rgba(108, 25, 191, 0.1);
}
.wp-block-catpow-section.article.color10.catch > .contents > header .heading {
  color: #6d1abf;
}
.wp-block-catpow-section.article.color11.hasBackgroundColor {
  background-color: rgba(191, 25, 191, 0.1);
}
.wp-block-catpow-section.article.color11.catch > .contents > header .heading {
  color: #bf1abf;
}
.wp-block-catpow-section.article.color12.hasBackgroundColor {
  background-color: rgba(191, 25, 108, 0.1);
}
.wp-block-catpow-section.article.color12.catch > .contents > header .heading {
  color: #bf1a6d;
}
.wp-block-catpow-section.column {
  max-width: 72rem;
  width: auto;
  margin: 2rem auto;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.5);
}
.wp-block-catpow-section.column.left, .wp-block-catpow-section.column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.wp-block-catpow-section.column.left > .image, .wp-block-catpow-section.column.right > .image {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30rem;
}
.wp-block-catpow-section.column.left > .contents, .wp-block-catpow-section.column.right > .contents {
  -webkit-box-flex: 8;
  flex-grow: 8;
  flex-shrink: 8;
  flex-basis: 30rem;
}
.wp-block-catpow-section.column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wp-block-catpow-section.column.thin_border {
  border-style: solid;
  border-width: 0.0625rem;
}
.wp-block-catpow-section.column.bold_border {
  border-style: solid;
  border-width: 0.1875rem;
}
.wp-block-catpow-section.column.round {
  border-radius: 1rem;
}
.wp-block-catpow-section.column.shadow:not(.inset) {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.wp-block-catpow-section.column.shadow.inset {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) inset;
}
.wp-block-catpow-section.column.paleBG > .background {
  opacity: 0.1;
}
.wp-block-catpow-section.column > .image {
  min-height: 40vh;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.wp-block-catpow-section.column > .image img, .wp-block-catpow-section.column > .image video, .wp-block-catpow-section.column > .image picture {
  min-width: 200%;
  width: auto;
  min-height: 200%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: -webkit- translateX(-50%) translateY(-50%) scale(0.5);
  transform: translateX(-50%) translateY(-50%) scale(0.5);
}
.wp-block-catpow-section.column > .contents {
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.wp-block-catpow-section.column > .contents > header {
  padding: 3rem auto;
}
.wp-block-catpow-section.column > .contents > header .heading {
  padding: 1rem 0rem;
  margin-bottom: 1rem;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
  border-bottom-color: #000000;
  font-size: 2rem;
  font-weight: 300;
  color: #000000;
  word-break: keep-all;
}
.wp-block-catpow-section.column > .contents > header p {
  padding: 1rem 0rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000000;
}
.wp-block-catpow-section.column > .contents > .text {
  padding: 1rem;
}
.wp-block-catpow-section.column.color1 {
  background-color: rgba(191, 25, 25, 0.1);
  border-color: rgba(191, 25, 25, 0.5);
}
.wp-block-catpow-section.column.color1 > .contents > header .heading {
  border-bottom-color: #bf1a1a;
  color: #bf1a1a;
}
.wp-block-catpow-section.column.color2 {
  background-color: rgba(191, 108, 25, 0.1);
  border-color: rgba(191, 108, 25, 0.5);
}
.wp-block-catpow-section.column.color2 > .contents > header .heading {
  border-bottom-color: #bf6d1a;
  color: #bf6d1a;
}
.wp-block-catpow-section.column.color3 {
  background-color: rgba(191, 191, 25, 0.1);
  border-color: rgba(191, 191, 25, 0.5);
}
.wp-block-catpow-section.column.color3 > .contents > header .heading {
  border-bottom-color: #bfbf1a;
  color: #bfbf1a;
}
.wp-block-catpow-section.column.color4 {
  background-color: rgba(108, 191, 25, 0.1);
  border-color: rgba(108, 191, 25, 0.5);
}
.wp-block-catpow-section.column.color4 > .contents > header .heading {
  border-bottom-color: #6dbf1a;
  color: #6dbf1a;
}
.wp-block-catpow-section.column.color5 {
  background-color: rgba(25, 191, 25, 0.1);
  border-color: rgba(25, 191, 25, 0.5);
}
.wp-block-catpow-section.column.color5 > .contents > header .heading {
  border-bottom-color: #1abf1a;
  color: #1abf1a;
}
.wp-block-catpow-section.column.color6 {
  background-color: rgba(25, 191, 108, 0.1);
  border-color: rgba(25, 191, 108, 0.5);
}
.wp-block-catpow-section.column.color6 > .contents > header .heading {
  border-bottom-color: #1abf6d;
  color: #1abf6d;
}
.wp-block-catpow-section.column.color7 {
  background-color: rgba(25, 191, 191, 0.1);
  border-color: rgba(25, 191, 191, 0.5);
}
.wp-block-catpow-section.column.color7 > .contents > header .heading {
  border-bottom-color: #1abfbf;
  color: #1abfbf;
}
.wp-block-catpow-section.column.color8 {
  background-color: rgba(25, 108, 191, 0.1);
  border-color: rgba(25, 108, 191, 0.5);
}
.wp-block-catpow-section.column.color8 > .contents > header .heading {
  border-bottom-color: #1a6dbf;
  color: #1a6dbf;
}
.wp-block-catpow-section.column.color9 {
  background-color: rgba(25, 25, 191, 0.1);
  border-color: rgba(25, 25, 191, 0.5);
}
.wp-block-catpow-section.column.color9 > .contents > header .heading {
  border-bottom-color: #1a1abf;
  color: #1a1abf;
}
.wp-block-catpow-section.column.color10 {
  background-color: rgba(108, 25, 191, 0.1);
  border-color: rgba(108, 25, 191, 0.5);
}
.wp-block-catpow-section.column.color10 > .contents > header .heading {
  border-bottom-color: #6d1abf;
  color: #6d1abf;
}
.wp-block-catpow-section.column.color11 {
  background-color: rgba(191, 25, 191, 0.1);
  border-color: rgba(191, 25, 191, 0.5);
}
.wp-block-catpow-section.column.color11 > .contents > header .heading {
  border-bottom-color: #bf1abf;
  color: #bf1abf;
}
.wp-block-catpow-section.column.color12 {
  background-color: rgba(191, 25, 108, 0.1);
  border-color: rgba(191, 25, 108, 0.5);
}
.wp-block-catpow-section.column.color12 > .contents > header .heading {
  border-bottom-color: #bf1a6d;
  color: #bf1a6d;
}
/*# sourceMappingURL=./style.css.map */