/* Elements
--------------------------------------------- */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.entry-content h2.wp-block-heading {
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media screen and (max-width: 896px) {
  .entry-content {
    padding: 4.2vw 6.1vw;
  }
  .entry-content h2.wp-block-heading {
    font-size: 2.225vw;
    margin-bottom: 3.572vw;
  }
}

.wp-block-columns .wp-block-column {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
}
.wp-block-columns .wp-block-column h2 {
  text-align: center;
  color: #263943;
  font-size: 1rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: linear-gradient(2.3deg, #2376D0, #25ACCA 43%, #20CD7A) 5;
  mask: linear-gradient(white, white);
  margin: 0 0 8px;
}
.wp-block-columns .wp-block-column h2 a {
  text-decoration: none;
  color: #263943;
}
.wp-block-columns .wp-block-column figure,
.wp-block-columns .wp-block-column p {
  margin: 0;
}
.wp-block-columns .wp-block-column p {
  color: #1F2023;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}
.wp-block-columns .column {
  border: 2px solid #fff;
}
.wp-block-columns .column:hover {
  border-color: #263943;
}
.wp-block-columns:nth-of-type(1) .column:nth-of-type(1) {
  background-image: url("../img/Frame_0.png");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-color: white;
}
.wp-block-columns:nth-of-type(1) .column:nth-of-type(1) .columns-inner .wp-block-column:nth-of-type(2) {
  background-color: transparent;
}
.wp-block-columns:nth-of-type(1) .column:nth-of-type(2) {
  background-image: url("../img/Frame_1.png");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-color: white;
}
.wp-block-columns:nth-of-type(1) .column:nth-of-type(2) .columns-inner .wp-block-column:nth-of-type(2) {
  background-color: transparent;
}
.wp-block-columns:nth-of-type(2) .column:nth-of-type(1) {
  background-image: url("../img/Frame_2.png");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-color: white;
}
.wp-block-columns:nth-of-type(2) .column:nth-of-type(1) .columns-inner .wp-block-column:nth-of-type(2) {
  background-color: transparent;
}
.wp-block-columns:nth-of-type(2) .column:nth-of-type(2) {
  background-image: url("../img/Frame_3.png");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-color: white;
}
.wp-block-columns:nth-of-type(2) .column:nth-of-type(2) .columns-inner .wp-block-column:nth-of-type(2) {
  background-color: transparent;
}
.wp-block-columns .columns-inner {
  margin-bottom: 0;
  align-items: center !important;
}
.wp-block-columns .columns-inner .wp-block-column {
  padding: 0;
}

/*# sourceMappingURL=support.css.map */
