.wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-button__link:focus {
  background: #054A8C;
}

* + .wp-block-buttons {
  margin-top: 3ch;
}

.wp-block-buttons + .wp-block-group,
.wp-block-buttons + .wp-block-columns {
  margin-top: var(--wp--preset--spacing--l);
}
.wp-block-buttons.is-style-border-white .wp-block-button .wp-block-button__link {
  background: none;
  border: 1px solid #fff;
}
.wp-block-buttons.is-style-border-white .wp-block-button .wp-block-button__link:hover, .wp-block-buttons.is-style-border-white .wp-block-button .wp-block-button__link:active, .wp-block-buttons.is-style-border-white .wp-block-button .wp-block-button__link:focus {
  background: #fff;
  color: #054A8C;
}
.wp-block-buttons.is-style-arrow {
  width: 44px;
  height: 44px;
}
.wp-block-buttons.is-style-arrow .wp-block-button .wp-block-button__link {
  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;
  padding: 0;
  color: transparent;
  border: none;
  background-color: transparent !important;
  border-radius: 0;
  font-size: 0;
}
.wp-block-buttons.is-style-arrow .wp-block-button .wp-block-button__link:hover {
  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>");
}/*# sourceMappingURL=button.css.map */
.wp-block-column.has-background, .wp-block-column.has-border-color {
  padding: var(--wp--preset--spacing--m);
}
@media (min-width: 782px) {
  .wp-block-column.reorder {
    order: -1;
  }
  .wp-block-column.is-style-btn-bottom {
    display: flex;
    flex-direction: column;
  }
  .wp-block-column.is-style-btn-bottom .wp-block-buttons {
    margin-top: auto;
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .wp-block-column.is-style-witdth50 {
    max-width: calc(50% - 3rem);
    margin-top: 5rem;
  }
}
.wp-block-column.has-style-border-radius {
  border-radius: 16px;
  overflow: hidden;
}
.wp-block-column.is-style-position-relative {
  position: relative;
}
.wp-block-column.is-style-center {
  display: flex;
  align-items: center;
}
.wp-block-column.is-style-bg-overlay {
  position: relative;
  z-index: 1;
}
.wp-block-column.is-style-bg-overlay::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8, <svg width='546' height='301' fill='none' xmlns='http://www.w3.org/2000/svg'><g opacity='.1'><mask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='546' height='301'><path d='M.09 25.303c0-13.807 11.193-25 25-25H546v300H25.09c-13.807 0-25-11.193-25-25v-250Z' fill='%23197ED3'/></mask><g mask='url(%23a)' fill='%23fff'><path d='M496.322-318.952H114.836V62.534c127.194-127.146 254.34-254.34 381.486-381.486ZM644.312-224.304 118.85 301.158c-1.306 1.305-2.66 2.418-4.014 3.627v207.331h44.01l58.616-58.616C359.745 311.217 502.029 168.934 644.263 26.65v-250.954h.049ZM443.125 512.068h215.36c15.185 0 27.47-12.284 27.47-27.47V269.239l-242.83 242.829Z'/></g></g></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
}
.wp-block-column.is-style-bg-overlay-dark {
  position: relative;
  z-index: 1;
}
.wp-block-column.is-style-bg-overlay-dark::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;utf8,<svg width='614' height='450' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M442.624-318.143H1.002v441.622C148.247-23.709 295.435-170.954 442.624-318.143ZM613.942-208.576 5.649 399.717c-1.512 1.512-3.08 2.8-4.647 4.199v240.015H51.95l67.855-67.856A4030961.796 4030961.796 0 0 0 613.886 81.938v-290.514h.056ZM332.891 643.874h249.308c17.579 0 31.8-14.221 31.8-31.8V362.766L332.891 643.874Z' fill='%23197ED3'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.04;
  z-index: -1;
}
.wp-block-column.is-style-box-overlay {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
@media (min-width: 1250px) {
  .wp-block-column.is-style-box-overlay {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    right: 0;
    top: 9rem;
    padding-right: 10rem;
    width: calc(50vw - 3rem);
    min-height: 60rem;
    overflow: hidden;
  }
  .wp-block-column.is-style-box-overlay * {
    max-width: 50rem;
  }
}
.wp-block-column.is-style-box-overlay::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg width='764' height='615' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M771.061-188.99H312.48v458.58C465.379 116.75 618.22-36.15 771.061-188.99ZM948.958-75.216 317.306 556.437c-1.57 1.57-3.198 2.907-4.826 4.36v249.231h52.905l70.461-70.461C606.883 568.529 777.921 397.492 948.9 226.454v-301.67h.058ZM156.271-188.99H33.021C14.768-188.99 0-174.223 0-155.968v932.973c0 18.255 14.767 33.022 33.022 33.022H156.27V-188.99ZM707.113 809.969h258.882c18.255 0 33.021-14.766 33.021-33.021V518.066L707.113 809.969Z' fill='%23fff'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}
@media (min-width: 782px) {
  .wp-block-column.reorder {
    order: -1;
  }
  .wp-block-column.is-style-btn-bottom {
    display: flex;
    flex-direction: column;
  }
  .wp-block-column.is-style-btn-bottom .wp-block-buttons {
    margin-top: auto;
    padding-top: 4rem;
  }
}

.wp-block-columns.is-style-no-gap {
  gap: 0;
}
.wp-block-columns.is-style-m-gap {
  gap: 4rem;
}
.wp-block-columns.is-overflow-hidden {
  overflow: hidden;
}
.wp-block-columns.is-style-sm-gap {
  gap: var(--wp--preset--spacing--small);
}
.wp-block-columns.is-style-sm-gap + .is-style-sm-gap {
  margin-top: var(--wp--preset--spacing--small);
}
.wp-block-columns.is-style-border-right {
  position: relative;
}
.wp-block-columns.is-style-border-right::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% - var(--wp--preset--spacing--small) - 200px);
  background-color: rgba(5, 74, 140, 0.5);
  top: 1px;
  right: 0;
}
.wp-block-columns.is-style-border-right::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% - var(--wp--preset--spacing--small) - 200px);
  background-color: rgba(5, 74, 140, 0.5);
  bottom: 1px;
  right: 0;
}
.wp-block-columns.is-style-l-gap {
  gap: var(--wp--preset--spacing--l);
}
.wp-block-columns.is-style-l-gap + .is-style-l-gap {
  margin-top: var(--wp--preset--spacing--l);
}
.wp-block-columns.has-background {
  padding: var(--wp--preset--spacing--small);
}
@media (min-width: 782px) and (max-width: 1023px) {
  .wp-block-columns.col-1-md {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .wp-block-columns.is-style-lg-gap {
    gap: var(--wp--preset--spacing--m);
  }
}
.wp-block-columns + .wp-block-quote {
  margin-top: var(--wp--preset--spacing--normal);
}

.wp-admin .wp-block-column.is-style-box-overlay {
  position: relative;
}/*# sourceMappingURL=columns.css.map */
figure.wp-block-gallery {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.5%;
  margin-top: var(--wp--preset--spacing--normal);
  margin-bottom: var(--wp--preset--spacing--normal);
}
figure.wp-block-gallery .wp-block-image {
  flex: 1;
}
figure.wp-block-gallery img {
  border-radius: 10px;
}
@media (max-width: 399px) {
  figure.wp-block-gallery {
    flex-direction: column;
    gap: 1.5rem;
  }
  figure.wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
}
figure.wp-block-gallery.columns-2 {
  gap: 1rem;
}
figure.wp-block-gallery.columns-2 .wp-block-image {
  width: calc(50% - 0.5rem) !important;
  flex: unset;
}/*# sourceMappingURL=gallery.css.map */
.full-width .wp-block-group:first-child {
  margin-top: 0;
}
.full-width .wp-block-group:last-child {
  margin-bottom: 0;
}
@media (min-width: 1550px) {
  .wp-block-group.wide {
    min-width: calc(var(--wp--style--global--content-size) + 18rem) !important;
    margin: 0 auto !important;
  }
}
.wp-block-group.is-style-position-relative {
  position: relative !important;
}
.wp-block-group.is-style-no-border {
  border: none !important;
}
.wp-block-group.is-style-blue-overlay {
  position: relative;
  z-index: 1;
}
.wp-block-group.is-style-blue-overlay::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(5, 74, 140, 0.72);
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg width='634' height='620' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='634' height='620'><path fill='%23D9D9D9' d='M0 0h634v620H0z'/></mask><g mask='url(%23a)' fill='%23fff' fill-opacity='.2'><path d='M437.189-51.4H-1.227v438.415C144.95 240.895 291.07 94.719 437.19-51.4ZM724.908-108.325 121.031 495.552c-1.5 1.5-234.475 243.003-236.031 244.393l231.418-1.953h50.578l67.363-67.363C397.875 507.112 561.392 343.596 724.853 180.08v-288.405h.055ZM328.251 788.438h247.498c17.452 0 31.569-14.117 31.569-31.569V509.371L328.251 788.438Z'/></g></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
@media (min-width: 1024px) {
  .wp-block-group.is-style-xl-pt {
    padding-top: 20rem;
  }
}
@media (min-width: 1024px) {
  .wp-block-group.is-style-min-height60 {
    min-height: 60rem;
  }
}
.wp-block-group.is-style-blue-overlay-center {
  position: relative;
  z-index: 1;
}
.wp-block-group.is-style-blue-overlay-center::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg width='1288' height='1170' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1117.47-71.22H493.548v623.917C701.573 344.751 909.519 136.725 1117.47-71.221ZM1359.5 83.575c-286.49 286.489-572.898 572.899-859.387 859.389-2.136 2.135-4.35 3.955-6.565 5.932v339.084h71.978c31.955-31.95 63.911-63.91 95.866-95.86C894.095 959.416 1126.8 726.712 1359.42 494.009V83.574h.08ZM212.991-71.22H45.305C20.469-71.22.378-51.13.378-26.295V1243.06c0 24.83 20.09 44.92 44.927 44.92h167.686V-71.22ZM962.436 1287.9h352.214c24.84 0 44.93-20.09 44.93-44.92V890.758C1227.17 1023.17 1094.84 1155.5 962.436 1287.9Z' fill='%23197ED3'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.03;
}
.wp-block-group.is-style-blue-gradient {
  position: relative;
  z-index: 1;
}
.wp-block-group.is-style-blue-gradient::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 74, 140, 0.7) 5.32%, rgba(5, 74, 140, 0) 100%);
}
.wp-block-group.fw {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-group.fw > div {
  width: 100vw;
  max-width: 100vw;
}
.wp-block-group.alignfull:not(.fw) {
  padding-left: 6vw;
  padding-right: 6vw;
}
.wp-block-group.has-background:not(.alignfull) {
  padding: var(--wp--preset--spacing--m);
}
@media (min-width: 1024px) {
  .has-sidebar .wp-block-group {
    padding-top: 0;
    padding-left: 4rem;
    padding-bottom: 0;
    margin-bottom: 6rem;
    border-left: 1px solid rgba(5, 74, 140, 0.5);
  }
}
.has-sidebar .wp-block-group:first-child:not(.has-background) {
  margin-top: 0;
  padding-top: 0;
}
.has-sidebar .wp-block-group.has-background {
  padding: var(--wp--preset--spacing--m);
}
.has-sidebar .wp-block-group .wp-block-group.has-background {
  padding: var(--wp--preset--spacing--normal);
}
.wp-block-group + h2,
.wp-block-group + h3,
.wp-block-group + h4,
.wp-block-group + h5,
.wp-block-group + h6,
.wp-block-group + p,
.wp-block-group + .wp-block-button {
  margin-top: var(--wp--preset--spacing--normal);
}/*# sourceMappingURL=group.css.map */
.wp-block-image img {
  width: 100%;
}
.wp-block-image + .wp-block-heading {
  margin-top: 2.5ch;
}
.wp-block-image.is-style-padding2 {
  margin-bottom: 1rem !important;
  margin-top: 0 !important;
}
.wp-block-image.is-style-padding2 img {
  padding: 2rem;
}
@media (min-width: 782px) {
  .wp-block-image.is-style-max-height350 {
    height: 350px;
  }
  .wp-block-image.is-style-max-height350 img {
    height: 350px !important;
    width: 100% !important;
  }
}
.wp-block-image.is-style-breakout-left img {
  border-radius: 16px;
}
@media (min-width: 782px) {
  .wp-block-image.is-style-breakout-left {
    min-width: 60vw;
  }
  .wp-block-image.is-style-breakout-left img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 16px 16px 0 !important;
  }
}
.wp-block-image.is-style-breakout-right img {
  border-radius: 16px;
}
@media (min-width: 782px) {
  .wp-block-image.is-style-breakout-right {
    min-width: 60vw;
  }
  .wp-block-image.is-style-breakout-right img {
    width: 100%;
    height: auto;
    max-height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px 0 0 16px !important;
  }
}
.wp-block-image + p {
  margin-top: 2rem;
}/*# sourceMappingURL=image.css.map */
p:empty {
  display: none;
}
p.is-style-highlighted {
  font-size: var(--wp--preset--font-size--font-20);
  line-height: 1.45;
  font-weight: 500;
  color: #082945;
}
p.is-style-footnote {
  font-size: var(--wp--preset--font-size--font-16);
  color: rgb(8.5172413793, 126.0551724138, 238.4827586207);
}
p.is-style-maxwidth {
  max-width: 75%;
}
@media (min-width: 1024px) {
  p.is-style-maxwidth {
    max-width: 67.5%;
  }
}
@media (min-width: 1450px) {
  p.is-style-maxwidth {
    max-width: 50%;
  }
}
p.is-style-intro {
  font-size: var(--wp--preset--font-size--font-24);
  line-height: 1.45;
  font-weight: 500;
  color: #054A8C;
}
p.is-style-intro.has-text-align-center {
  width: 80%;
  margin: 0 auto;
}
p.is-style-section-intro {
  font-size: var(--wp--preset--font-size--font-22);
  line-height: 1.45;
}
p.is-style-section-intro.has-text-align-center {
  width: 96%;
  maxwidth-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  p.maxwidth {
    padding-right: 20%;
  }
}
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + p,
p + .wp-block-image {
  margin-top: 2ch !important;
}

.wp-block-image + p {
  margin-top: 2ch !important;
}

.wp-block-group + p {
  margin-top: var(--wp--preset--spacing--m);
}

.wp-block-columns + p {
  margin-top: var(--wp--preset--spacing--m);
}/*# sourceMappingURL=paragraph.css.map */
.wp-block-quote {
  border-left: 1px solid #197ED3;
  padding-left: var(--wp--preset--spacing--small);
}
.wp-block-quote:before {
  content: "";
  display: block;
  width: 32px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='31' viewBox='0 0 39 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.3003 30.2051V17.8023C21.3003 5.92946 26.8644 1.05314 37.4677 0.205078L38.8325 5.71744C32.4285 6.88353 29.384 10.2758 29.9089 15.6821H35.2631V30.2051H21.3003ZM0.83252 30.2051V17.8023C0.83252 5.92946 6.39664 1.05314 17 0.205078L18.3648 5.71744C11.9608 6.88353 8.91624 10.2758 9.44116 15.6821H14.7953V30.2051H0.83252Z' fill='%23287B90'/%3E%3C/svg%3E%0A");
  background-size: cover;
  margin: 0 0 2rem 0;
}
.wp-block-quote cite {
  color: #197ED3;
}
.wp-block-quote cite strong {
  color: #054A8C;
}
@media (min-width: 1024px) {
  .wp-block-quote {
    position: relative;
  }
  .wp-block-quote:before {
    position: absolute;
    top: 0;
    left: -47px;
  }
}/*# sourceMappingURL=quote.css.map */
.wp-block-table + h2,
.wp-block-table + h3,
.wp-block-table + h4,
.wp-block-table + h5,
.wp-block-table + h6,
.wp-block-table + p,
.wp-block-table + ul,
.wp-block-table + ol {
  margin-top: 2.5ch !important;
}
@media (max-width: 781px) {
  .wp-block-table.is-style-swipe {
    width: 88vw;
    padding-top: 35px;
    position: relative;
  }
  .wp-block-table.is-style-swipe .wp-block-table-wrap {
    overflow: scroll;
  }
  .wp-block-table.is-style-swipe table {
    min-width: 700px;
    margin-bottom: 20px;
  }
  .wp-block-table.is-style-swipe table:before {
    content: "";
    display: block;
    height: 1px;
    background: rgba(5, 74, 140, 0.3);
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
  }
  .wp-block-table.is-style-swipe table:after {
    content: "";
    display: block;
    width: 80px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='21' viewBox='0 0 80 21' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.765381' width='80' height='20' rx='10' fill='%23054A8C'/%3E%3Cpath d='M52.4927 8.28643V10.2852H54.8441V11.1964H52.4927V13.2833H55.1381V14.1945H51.3757V7.37524H55.1381V8.28643H52.4927Z' fill='white'/%3E%3Cpath d='M49.8205 9.41338C49.8205 9.75957 49.7389 10.0862 49.5756 10.3932C49.4123 10.7002 49.151 10.9516 48.7918 11.1476C48.4325 11.337 47.972 11.4317 47.4103 11.4317H46.1758V14.1947H45.0588V7.38525H47.4103C47.9328 7.38525 48.3737 7.4767 48.733 7.65959C49.0988 7.83595 49.3698 8.07763 49.5462 8.38462C49.7291 8.69162 49.8205 9.03454 49.8205 9.41338ZM47.4103 10.5205C47.8349 10.5205 48.1517 10.4258 48.3607 10.2364C48.5697 10.0404 48.6742 9.7661 48.6742 9.41338C48.6742 8.66876 48.2529 8.29644 47.4103 8.29644H46.1758V10.5205H47.4103Z' fill='white'/%3E%3Cpath d='M43.1028 7.38525V14.1947H41.9858V7.38525H43.1028Z' fill='white'/%3E%3Cpath d='M40.5746 7.38525L38.5562 14.1947H37.2923L35.8618 9.04107L34.3432 14.1947L33.0891 14.2045L31.1589 7.38525H32.3445L33.7553 12.9308L35.2838 7.38525H36.5379L37.9586 12.9014L39.3792 7.38525H40.5746Z' fill='white'/%3E%3Cpath d='M27.5482 14.2633C27.091 14.2633 26.6794 14.1849 26.3137 14.0282C25.9479 13.8649 25.6605 13.6363 25.4515 13.3423C25.2424 13.0484 25.1379 12.7055 25.1379 12.3136H26.3333C26.3594 12.6075 26.4737 12.8492 26.6762 13.0386C26.8852 13.228 27.1759 13.3227 27.5482 13.3227C27.9336 13.3227 28.234 13.2313 28.4496 13.0484C28.6651 12.859 28.7729 12.6173 28.7729 12.3234C28.7729 12.0947 28.7043 11.9086 28.5671 11.7649C28.4365 11.6212 28.2699 11.5101 28.0675 11.4318C27.8715 11.3534 27.5972 11.2685 27.2445 11.177C26.8003 11.0594 26.4378 10.9419 26.1569 10.8243C25.8826 10.7002 25.6474 10.5108 25.4515 10.256C25.2555 10.0013 25.1575 9.66164 25.1575 9.23707C25.1575 8.84516 25.2555 8.50224 25.4515 8.20831C25.6474 7.91438 25.9218 7.68903 26.2745 7.53226C26.6272 7.3755 27.0354 7.29712 27.4992 7.29712C28.1589 7.29712 28.6978 7.46368 29.1158 7.7968C29.5404 8.12339 29.7755 8.57409 29.8213 9.14889H28.5867C28.5671 8.90068 28.4496 8.6884 28.234 8.51204C28.0185 8.33568 27.7343 8.2475 27.3816 8.2475C27.0616 8.2475 26.8003 8.32915 26.5978 8.49244C26.3953 8.65574 26.2941 8.89088 26.2941 9.19788C26.2941 9.4069 26.3561 9.57999 26.4802 9.71716C26.6109 9.84779 26.7742 9.9523 26.9701 10.0307C27.1661 10.1091 27.4339 10.194 27.7735 10.2854C28.2242 10.4095 28.59 10.5336 28.8709 10.6577C29.1583 10.7818 29.4 10.9745 29.5959 11.2358C29.7984 11.4905 29.8996 11.8335 29.8996 12.2646C29.8996 12.6108 29.8049 12.9373 29.6155 13.2443C29.4326 13.5513 29.1615 13.7995 28.8023 13.989C28.4496 14.1719 28.0315 14.2633 27.5482 14.2633Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5331 13.9841C14.694 14.145 14.9548 14.145 15.1157 13.9841C15.2765 13.8232 15.2765 13.5624 15.1157 13.4016L12.8827 11.1686L19.1117 11.1686C19.3261 11.1686 19.5 10.9947 19.5 10.7802C19.5 10.5658 19.3261 10.3919 19.1117 10.3919L12.8827 10.3919L15.1157 8.15889C15.2765 7.99802 15.2765 7.73724 15.1157 7.57637C14.9548 7.4155 14.694 7.4155 14.5332 7.57637L11.6206 10.4889C11.5484 10.5612 11.5086 10.6537 11.5012 10.7482C11.4922 10.864 11.532 10.983 11.6206 11.0716L14.5331 13.9841Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.4669 13.9841C65.306 14.145 65.0452 14.145 64.8843 13.9841C64.7235 13.8232 64.7235 13.5624 64.8843 13.4016L67.1173 11.1686L60.8883 11.1686C60.6739 11.1686 60.5 10.9947 60.5 10.7802C60.5 10.5658 60.6739 10.3919 60.8883 10.3919L67.1173 10.3919L64.8843 8.15889C64.7235 7.99802 64.7235 7.73724 64.8843 7.57637C65.0452 7.4155 65.306 7.4155 65.4668 7.57637L68.3794 10.4889C68.4516 10.5612 68.4914 10.6537 68.4988 10.7482C68.5078 10.864 68.468 10.983 68.3794 11.0716L65.4669 13.9841Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0;
    left: 0px;
  }
  .wp-block-table.is-style-swipe table ::-webkit-scrollbar:vertical {
    display: none;
    width: 0;
  }
  .wp-block-table.is-style-swipe table ::-webkit-scrollbar {
    height: 10px;
  }
  .wp-block-table.is-style-swipe table ::-webkit-scrollbar-thumb:horizontal {
    background: rgba(5, 74, 140, 0.5);
    border-radius: 10px;
    border: none;
    -webkit-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
  }
  .wp-block-table.is-style-swipe table ::-webkit-scrollbar-thumb:horizontal:hover {
    background: rgba(5, 74, 140, 0.99);
  }
  .wp-block-table.is-style-swipe table ::-webkit-scrollbar-track:horizontal {
    background: rgba(5, 74, 140, 0.1);
    border-radius: 10px;
  }
}

h2 + .wp-block-table, h3 + .wp-block-table, h4 + .wp-block-table, h5 + .wp-block-table, h6 + .wp-block-table, p + .wp-block-table, ul + .wp-block-table, ol + .wp-block-table {
  margin-top: 2.5ch;
}

table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
table thead,
table tfoot {
  font-weight: 600;
  text-transform: unset;
}
table thead {
  border-bottom: 1px solid rgba(25, 126, 211, 0.5) !important;
}
table thead tr th {
  padding-left: 2ch !important;
}
table thead tr th:first-child {
  padding-left: 1.5ch !important;
}
table td, table th {
  padding: 1ch 0 !important;
  border: none !important;
}
table tbody tr:nth-child(even) {
  background-color: rgba(5, 74, 140, 0.05);
}
table tbody tr td:not(:first-child) {
  padding-left: 2ch !important;
}
table tbody tr td:first-child {
  padding-left: 1.5ch !important;
}
table tbody tr td:last-child {
  padding-right: 1.5ch !important;
}
table tfoot th {
  background: none;
}/*# sourceMappingURL=table.css.map */
