.ads {
  margin: 0 auto;
  display: block;
}
*,
:after,
:before {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 350;
  color: var(--text-color);
  background: var(--background-color);
  font-style: inherit;
  text-rendering: auto;
  overflow-x: hidden;
  font-size: 16px;
}
input#author,
input#email,
textarea#comment {
  background-color: #eee;
}
form#loginform {
  text-align: center !important;
  display: inline-block !important;
}
img.avatar {
  border-radius: 50% !important;
}
li a.is-small-text.wp-block-button__link {
  background: #f5f5f5 !important;
}
img[data-src] {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
}
.dark .has-very-light-gray-background-color {
  background-color: var(--color_background_dark) !important;
}
.dark #logo img,
.dark .footer-icon img {
  filter: invert(1) saturate(0) hue-rotate(360deg);
}
.dark #author,
.dark #breadcrumb a,
.dark #nav-sub-category a,
.dark .entry-content p a,
.dark .has-vivid-cyan-blue-color,
.dark .orderby a,
.dark .sidenav .user-view .name,
.dark .toc-body a,
.dark figure a,
.dark footer a,
.dark nav,
.dark nav a,
.dark p.is-small-text a {
  color: var(--color_text_dark) !important;
}
.dark .table-of-contents {
  box-shadow: 0 0 1px #d1d8dd, 0 0 0 var(--whites);
}
img[data-src][src] {
  opacity: 1;
}
.card .card-title h2,
.card .card-title h3,
.card .card-title h4,
.card .card-title h5 {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.star {
  -webkit-mask-image: url("data:image/svg xml,<svg class='icon' fill='currentColor' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'></path><path d='M0 0h24v24H0z' fill='none'></path></svg>");
  mask-image: url("data:image/svg xml,<svg class='icon' fill='currentColor' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'></path><path d='M0 0h24v24H0z' fill='none'></path></svg>");
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
#user-rating {
  margin-bottom: 30px;
}
.rating {
  user-select: none;
}
.rating span {
  margin: 0 3px;
  color: #757575;
  fill: #757575;
  background: #757575;
}
.rating span.active {
  color: gold;
  fill: gold;
  background: gold;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 0 !important;
}
.wp-block-latest-comments__comment-body {
  margin-left: 3.25em;
  padding: 10px 15px;
  border-radius: 15px;
}
.wp-block-latest-comments__comment-excerpt p {
  margin: 0.36em 0 10px !important;
}
.wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0 !important;
}
.wp-block-latest-comments__comment-excerpt .rating {
  margin: 5px 0;
}
.avatar {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.children {
  clear: both;
  margin-top: 15px;
  margin-left: 3.25em;
}
.wp-block-latest-comments #respond {
  margin-left: 3.25em;
  position: relative;
}
.comment-reply-title {
  position: absolute;
  bottom: -12px;
  right: 100px;
  z-index: 1;
}
.comment-reply-link {
  margin-top: 10px;
}
.form-submit {
  margin-left: 50px;
  margin-bottom: 5px;
  clear: both;
  margin-top: 0;
  position: relative;
  height: 40px;
}
.comment-form-avatar {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.wp-block-latest-comments .comment-form-avatar {
  margin-right: 0;
}
.comment-form-input {
  width: calc(100% - 55px) !important;
  border-radius: 15px !important;
}
#comments > #respond {
  margin: 30px 0;
}
#submit {
  position: absolute;
  right: 0;
  top: 0;
}
#rating-star {
  display: none;
}
#comments > #respond #rating-star {
  display: inline-block;
}
#rating-star {
  vertical-align: top;
}
#rating-star label {
  float: right;
  cursor: pointer;
}
#rating-star:not(:checked) > label:hover > span,
#rating-star:not(:checked) > label:hover ~ label > span,
#rating-star > input:checked ~ label > span {
  color: gold !important;
  background: gold !important;
  transition: 250ms;
}
.has-large-font-size {
  font-size: 1.5em;
}
.entry-header {
  margin-bottom: 15px !important;
}
#primaryimage img {
  border-radius: 15px;
}
.app-box {
  position: relative;
  width: 100%;
  display: inline-flex;
}
.app-box-icon {
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 15px;
  aspect-ratio: 1/1;
}
.app-box-icon img {
  border-radius: 15px;
}
.app-box-name {
  padding-left: 15px;
  width: 100%;
  position: relative;
}
.app-box-name-heading {
  width: 100%;
  position: relative;
  top: 40%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}
.app-box-name-heading .has-large-font-size {
  line-height: 1.5em;
  font-size: 1.3em;
}
.app-box-info tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: stretch;
}
.app-box-info tr {
  margin-bottom: 15px;
  margin-right: 10px;
  width: calc(33.33% - 10px);
  display: grid;
  text-align: left;
  border-bottom: 0 !important;
}
.app-box-info tr:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .app-box-info tr {
    width: calc(50% - 10px);
  }
}
.app-box-info td,
.app-box-info th {
  font-weight: 350;
  text-align: left;
}
.wp-block-buttons {
  display: block !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.px_post_thumbnail_sticky.wp-post-image {
  border-radius: inherit !important;
}
.exthemes {
  width: auto !important;
}
.cbxwpbkmarkwrap {
  text-align: center !important;
}
.apkmody-featured .card .card-image .card-body,
.apkmody-featured .card img {
  border-radius: 0;
}
.card-background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  background: rgba(0, 0, 0, 0.45);
}
.kksr-legends {
  display: none !important;
} /* .schema-faq-section h2{font-size: larger !important} */
.apkmody li::before {
  content: "•";
  padding-right: 10px !important;
  font-size: larger !important;
}
#entry-content h2,
#entry-content h3,
#entry-content h4,
#entry-content h5 {
  font-size: large;
}
#primaryimage img {
  aspect-ratio: 2/1 !important;
  width: 100% !important;
  object-fit: cover !important;
}
.wp-block-image img {
  margin: 0 auto !important;
  display: block !important;
  text-align: center !important;
  pointer-events: none !important;
  max-width: 100% !important;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #8ed1fc;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress-status {
  background-color: var(--color_text);
  animation: progress-status;
  animation-duration: 0s;
  animation-timing-function: ease;
  animation-timing-function: ease-out;
  animation-duration: 5s;
} /* .schema-faq-section h3{font-size: x-large !important;font-weight: 400 !important;text-transform: capitalize !important} */
.entry-title h1 {
  font-size: 1.75em;
  margin: 0.67em 0;
} /* details summary{position: relative;cursor: pointer;display: block;list-style: none}details summary::-webkit-details-marker, details summary::marker{display: none;list-style: none}details > :not(summary){animation: collapse 0.5s;animation-fill-mode: forwards;animation-timing-function: linear;max-height: 1000px}.schema-faq-section{margin: 10px 0;border: 1px solid #cdcdcd;padding: 10px}details[open].schema-faq-section summary{font-weight: 600}details.schema-faq-section summary::after{position: absolute;content: " ";right: 0}details[open].schema-faq-section summary::after{position: absolute;content: "-";right: 0}.schema-faq-section p:last-of-type{margin-bottom: 0} */
img.emoji {
  height: 14px !important;
  width: 14px !important;
}
.ads-here {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 150px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  color: #989b9f;
  font-size: 75%;
}
.ads-here:after {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0 0 0 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.ads-here .ads-img {
  width: 45%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0.05);
}
.ads-here .ads-img:before {
  content: "Sample ad";
  color: var(--whites) !important;
}
.ads-here .ads-content {
  width: 55%;
  padding: 20px 0 0 20px;
}
.ads-here .ads-content:after,
.ads-here .ads-content:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 4%;
  background-color: rgba(0, 0, 0, 0.05);
}
.ads-here .ads-content:after {
  width: 70%;
  margin-top: 12px;
}
.ads-here.feed .ads-img {
  width: 100%;
  min-height: 90px;
  margin-bottom: 15px;
}
.ads-here.feed .ads-content {
  padding: 0;
  width: 60%;
}
.ads-here.feed .ads-content:after,
.ads-here.feed .ads-content:before {
  padding-top: 6%;
}
@media screen and (max-width: 768px) {
  .ads-here {
    min-height: 90px;
  }
  .ads-here .ads-content {
    padding-top: 8px;
  }
  .ads-here .ads-content:after,
  .ads-here .ads-content:before {
    padding-top: 8%;
  }
}
.dmca-sample {
  font-size: 8px;
  color: rgba(254, 254, 254, 0.6);
  border-radius: 3px;
  overflow: hidden;
}
.dmca-sample:before {
  content: "DMCA";
  padding: 5px 10px;
  background-color: #2a2a2a;
}
.dmca-sample:after {
  content: "Protected";
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.progress-status,
.wp-block-button__link,
a#cancel-comment-reply-link {
  background-color: var(--color_button) !important;
}
.progress {
  background-color: #abb8c3 !important;
}
#author,
#email,
#comment,
#breadcrumb a,
#nav-sub-category a,
.entry-content p a,
.has-vivid-cyan-blue-color,
.orderby a,
.sidenav .user-view .name,
.toc-body a,
figure a,
footer a,
nav,
nav a,
p.is-small-text a {
  color: var(--color_link);
}
.sidenav .user-view {
  position: relative;
  padding: 24px 24px 0;
  margin-bottom: 8px;
}
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sidenav .user-view .background img {
  object-fit: cover;
  height: 100%;
}
.avatar.avatar-32.photo,
.avatar.avatar-64.photo {
  border-radius: 50%;
}
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}
.circle {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
  text-transform: full-width;
}
.sidenav .user-view .email {
  padding-bottom: 16px;
}
.block {
  display: block !important;
}
body {
  margin: 0;
}
code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
:-ms-input-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder,
::placeholder {
  color: #d1d1d1;
}
h1,
h2,
h3 {
  font-style: normal;
  line-height: 1.3;
}
h1 {
  font-size: 1.75em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5rem;
  line-height: 165%;
}
h3 {
  font-size: 1.25rem;
  line-height: 165%;
}
p {
  margin-bottom: 30px;
}
figure {
  margin: 0 auto 30px auto;
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
a {
  color: #039be5;
  text-decoration: none;
  transition: 0.3s;
}
img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}
i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 4vw;
  padding-left: 4vw;
  max-width: calc(1140px 8vw);
  width: 100%;
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
@media only screen and (min-width: 601px) {
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}
#article,
#comments {
  max-width: 720px;
}
@media only screen and (max-width: 600px) {
  .hide-on-small-and-down,
  .hide-on-small-only {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
.block {
  display: block !important;
}
.hide {
  display: none !important;
}
.uppercase {
  text-transform: uppercase;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.center {
  margin: 0 auto;
}
.circle {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clearfix {
  clear: both;
}
.no-shadow {
  box-shadow: none !important;
}
.no-border {
  border: none !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: var(--divider-color);
}
.hoverable:hover {
  opacity: 0.75;
  transition: 0.3s;
}
.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(
    circle,
    var(--whites) 10%,
    transparent 10.01%
  );
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
.ripple:active:after {
  transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.material-icons {
  line-height: 1;
  font-size: 24px;
}
.icon {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.icon-small {
  font-size: 16px;
}
#header {
  position: relative;
  height: 64px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 992px) {
  #logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
nav {
  width: 100%;
  height: 64px;
  line-height: 64px;
}
nav,
nav a {
  color: var(--text-color);
}
nav i,
nav i.material-icons {
  display: block;
  height: 64px;
  line-height: 64px;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 64px;
  margin: 0;
}
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}
nav ul {
  margin: 0;
}
nav ul li {
  float: left;
  padding: 0;
}
nav ul a {
  display: block;
  padding: 0 15px;
}
nav ul a:hover {
  opacity: 0.75;
  transition: 0.3s;
}
@media only screen and (min-width: 993px) {
  nav ul a:hover {
    box-shadow: inset 0 -3px 0 0 #2264ad;
  }
}
@media only screen and (min-width: 601px) {
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
}
#above-the-fold-ad {
  min-height: 280px;
}
@media only screen and (max-width: 600px) {
  #above-the-fold-ad {
    min-height: 300px;
  }
}
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  transition: box-shadow 0.25s;
  border-radius: 10px;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  aspect-ratio: 2/1;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.card .card-image .card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.15) 30%,
    rgba(0, 0, 0, 0.75) 100%
  );
  border-radius: 10px;
  z-index: 2;
  padding-bottom: 10px;
  padding-top: 15px;
}
.card .card-title h2,
.card .card-title h3 {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.card .card-image .card-excerpt,
.card .card-image .card-title {
  margin: 0 10px;
  color: var(--whites);
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid var(--divider-color);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: var(--background-color);
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid var(--divider-color);
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active .secondary-content {
  color: var(--whites);
}
.collection a.collection-item {
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.secondary-content {
  float: right;
  color: #26a69a;
}
.btn-floating {
  border: none;
  outline: 0;
  border-radius: 1px;
  display: inline-block;
  padding: 0 16px;
  vertical-align: middle;
  transition: 0.3s;
  text-decoration: none;
  color: var(--whites);
  background-color: #212121;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}
.btn-floating:hover {
  opacity: 0.8;
}
.btn-floating:focus {
  opacity: 0.6;
}
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  background: var(--background-color);
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  bottom: unset !important;
  overflow-y: auto;
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal.modal-open {
  top: 10%;
  z-index: 1003;
  transition: visibility 250ms, z-index 250ms, opacity 250ms;
  opacity: 1;
  visibility: visible;
}
.modal .modal-content {
  padding: 24px;
}
.modal-overlay {
  position: fixed;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 250ms, opacity 250ms, z-index 250ms;
}
.modal-overlay-open {
  visibility: visible;
  opacity: 0.5;
  z-index: 999;
  transition: visibility 250ms, opacity 250ms, z-index 250ms;
}
.modal .modal-close {
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: default;
}
.modal .modal-content {
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  background: var(--color-background);
  max-height: 70%;
  width: 55%;
  top: 10%;
  margin: auto;
  overflow-y: auto;
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 992px) {
  .modal .modal-content {
    width: 80%;
  }
}
.modal .modal-content h2 {
  margin-top: 0;
}
.modal .modal-content ul {
  padding-left: 20px;
  list-style-type: disc;
}
.modal .modal-content li {
  list-style-type: disc;
}
.modal .modal-content p:last-of-type {
  margin-bottom: 0;
}
#search-form .modal-content {
  width: 100%;
  height: 64px;
  top: 0;
  padding: 0;
}
#search-form .modal-content button {
  position: absolute;
  top: 16px;
  border: 0;
  background: 0 0;
  padding: 0;
  cursor: pointer;
}
#search-form .modal-content input {
  height: 64px;
  margin-left: 32px;
  width: calc(100% - 32px);
}
.collapsible {
  box-shadow: 0 0 10px #d1d8dd, 0 0 40px var(--whites);
  margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
  user-select: none;
  cursor: pointer;
  line-height: 1.5;
  padding: 10px 0;
}
.collapsible-body {
  max-height: 0;
  overflow: hidden;
}
.active .collapsible-body {
  animation: fadein 1s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  max-height: 1000px;
}
@keyframes fadein {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}
input:not([type]),
input[type="date"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="search"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="text"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="url"]:not(.browser-default),
textarea.materialize-textarea {
  color: var(--text-color);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: 0;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
}
input:focus,
textarea.materialize-textarea:focus {
  border-bottom: 2px solid var(--text-color) !important;
  box-shadow: 0 1px 0 0 #212121;
}
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  padding: 0.8rem 0 0.8rem 0;
  resize: none;
  min-height: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
select:focus {
  outline: 1px solid #c9f3ef;
}
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: -moz-calc(100%);
  height: calc(100% 60px);
  padding-bottom: 60px;
  background-color: var(--background-color);
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.sidenav li {
  float: none;
}
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a {
  color: var(--text-color);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
}
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a > i,
.sidenav li > a > i.material-icons {
  margin: 0 16px 0 0;
  width: 24px;
  color: var(--text-color);
}
.sidenav .divider {
  margin: 8px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .sidenav > a {
    padding: 0 16px;
  }
}
.sidenav-open {
  transform: translateX(0);
  transition: transform 250ms;
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  visibility: hidden;
  display: block;
  transition: visibility 250ms, opacity 250ms, z-index 250ms;
}
.sidenav-overlay-open {
  visibility: visible;
  opacity: 0.75;
  transition: visibility 250ms, opacity 250ms, z-index 250ms;
}
.sidenav-count {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: var(--whites);
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
}
.entry-content,
.entry-header {
  margin-bottom: 30px;
}
.entry-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry-content {
  margin: 0 auto;
}
.entry-content > ul {
  margin-left: 2em;
}
.entry-content > ul > li {
  list-style-type: disc !important;
}
.entry-content a:hover {
  opacity: 0.75;
  transition: 0.3s;
}
#download,
#download-loading,
#download-tab {
  margin-top: 5px;
}
.download {
  margin-top: 10px;
}
#download-tab .collapsible {
  border: 0;
  margin: 0;
  box-shadow: none;
  overflow: hidden;
}
.orderby {
  background-color: inherit;
  white-space: nowrap;
  overflow: auto;
}
.orderby ul {
  padding-left: 0;
  list-style-type: none;
  overflow: auto;
}
.orderby li {
  float: none;
  display: inline-block;
}
.orderby li a {
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
#primaryimage img {
  aspect-ratio: 2/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table-of-contents {
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.toc-title {
  padding: 15px 15px 0 15px !important;
  display: block;
  cursor: pointer;
}
.toc-title::after {
  content: "\002B";
  color: #757575;
  position: relative;
  float: right;
  top: -2px;
}
.active .toc-title::after {
  content: "\2212";
}
.toc-body {
  max-height: 0;
  overflow: hidden;
}
.active .toc-body {
  animation: fadein 1s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  max-height: 1000px;
  padding-bottom: 30px;
}
.table-of-contents ol {
  counter-reset: ol;
  list-style: none;
  padding: initial;
}
.table-of-contents ol > li {
  padding-left: 2em;
  position: relative;
}
.table-of-contents li {
  padding: 2px 0;
}
.table-of-contents li::before {
  background: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  margin-top: 0.6666666667rem;
  left: 1rem;
}
.wp-block-yoast-faq-block {
  margin-top: 15px;
  margin-bottom: 15px;
} /* .schema-faq-section{background: var(--background-color);padding: 10px 10px 0 0;border-bottom: 1px solid #e0e0e0}.schema-faq-section:last-child{border: none}.schema-faq-question{font-weight: 350;display: block;cursor: pointer}.schema-faq-question::after{content: "\002B";color: #757575;position: relative;float: right;top: -2px}.active .schema-faq-question::after{content: "\2212"}.schema-faq-answer{margin-bottom: 0;max-height: 0;overflow: hidden}.active .schema-faq-answer{animation: fadein 1s;animation-fill-mode: forwards;animation-timing-function: linear;max-height: 1000px;padding-bottom: 15px} */
@keyframes fadein {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
.rating > label {
  margin: 0 5px;
  float: right;
  cursor: pointer;
}
.rate-active .rating:not(:checked) > label:hover,
.rate-active .rating:not(:checked) > label:hover ~ label,
.rating > input:checked ~ label {
  color: gold;
  fill: gold;
}
.rate-active .rating > input:checked label:hover,
.rate-active .rating > input:checked ~ label:hover,
.rate-active .rating > input:checked ~ label:hover ~ label,
.rate-active .rating > label:hover ~ input:checked ~ label {
  color: #ffed85;
  fill: #ffed85;
}
fieldset.rating {
  padding: 0;
  border: 0;
  display: inline-block;
  fill: rgba(0, 0, 0, 0.54);
}
.comment {
  list-style: none;
  position: relative;
  margin: 15px 0;
}
.comment .avatar {
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  float: left;
}
.comment-list #respond {
  margin-left: 55px;
  position: relative;
}
.comment-body:after {
  clear: both;
}
.children {
  clear: both;
  margin-top: 15px;
  margin-left: 3.1em;
}
.comment-content {
  margin-left: 3.2em;
  padding: 10px 15px;
}
.comment-text p {
  margin: 0 0 10px 0;
}
.comment-text p:last-child {
  margin-bottom: 0;
}
.comment-awaiting-moderation {
  padding: 2px 10px;
  font-size: 13px;
}
#reply-title {
  position: absolute;
  bottom: -12px;
  right: 120px;
}
.comment-reply-link {
  margin-top: 10px;
}
.form-submit {
  text-align: right;
  clear: both;
}
.wp-block-button__link {
  color: var(--whites);
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 3px 15px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: var(--whites);
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  color: #32373c;
  background-color: transparent;
  border: 2px solid;
}
.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
  margin-right: 0;
  margin-left: 8px;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
  margin-left: 0;
}
.wp-block-buttons.alignleft .wp-block-button {
  margin-left: 0;
  margin-right: 8px;
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
  margin-right: 0;
}
.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter {
  text-align: center;
}
.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: var(--whites);
  text-align: center;
  font-size: 13px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover;
  }
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 16px);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even),
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 10.66667px);
    margin-right: 16px;
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 290px;
  width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 20px 38px;
}
.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image img {
  margin: 0 auto;
  display: block;
  text-align: center;
  pointer-events: none;
  max-width: 100%;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-image .alignright {
  float: right;
  margin-right: 0;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #757575;
  text-align: center;
}
.is-style-rounded img {
  border-radius: 9999px;
}
.is-style-circle-mask img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none))
  or (-webkit-mask-image: none) {
  .is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
p.has-background {
  padding: 20px 38px;
}
p.has-text-color a {
  color: inherit;
}
.wp-block-spacer {
  clear: both;
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.wp-block-table {
  margin-top: 20px;
  margin-bottom: 30px;
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-colortbodytr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-colortbodytr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-colortbodytr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-colortbodytr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent;
}
.has-small-font-size {
  font-size: 13px;
}
.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px;
}
.has-medium-font-size {
  font-size: 20px;
}
.has-large-font-size {
  font-size: 36px;
}
.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
.aligncenter {
  clear: both;
}
.is-small-text {
  font-size: 14px;
}
.is-regular-text {
  font-size: 16px;
}
.is-large-text {
  font-size: 36px;
}
.is-larger-text {
  font-size: 48px;
}
.wp-block-table table {
  border-spacing: 0;
  border-collapse: collapse;
}
tr {
  border-bottom: 1px solid #e0e0e0;
}
th {
  font-weight: 400;
}
.alignfull,
.wp-block-gallery.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}
.alignwide,
.wp-block-gallery.alignwide {
  margin-left: calc(25% - 22.5vw);
  margin-right: calc(25% - 22.5vw);
  width: auto;
  max-width: 1000%;
}
.wp-block-gallery .blocks-gallery-grid {
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 8px 5px;
  text-align: left;
  vertical-align: middle;
}
.wp-block-separator {
  margin: 4em auto 4em auto;
  max-width: 400px;
}
.wp-caption {
  width: auto !important;
}
.wp-caption-text {
  text-align: center;
  font-size: smaller;
  font-style: italic;
}
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed__wrapper embed,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed figcaption {
  text-align: center;
  font-size: smaller;
  font-style: italic;
}
