html {
  font-size: 62.5%;
}

.editor-styles-wrapper .is-style-skewed-text,
body .is-style-skewed-text {
  transform: skewY(-6deg) skewX(0deg) !important;
}
@media screen and (max-width: 960px) {
  .editor-styles-wrapper .is-style-sticker,
  body .is-style-sticker {
    justify-self: flex-end;
    margin-right: 0px !important;
    margin-left: auto !important;
    display: flex !important;
    justify-content: flex-end !important;
  }
}
.editor-styles-wrapper .is-style-sticker img,
body .is-style-sticker img {
  margin-right: 100px;
  margin-top: -200px;
}
@media screen and (max-width: 800px) {
  .editor-styles-wrapper .is-style-sticker img,
  body .is-style-sticker img {
    width: 200px !important;
    margin-left: auto;
    margin-top: -100px;
    margin-right: 0px;
  }
}
.editor-styles-wrapper .is-style-sticker-2,
body .is-style-sticker-2 {
  margin-right: -80px !important;
  margin-top: -150px !important;
}
@media screen and (max-width: 800px) {
  .editor-styles-wrapper .is-style-sticker-2,
  body .is-style-sticker-2 {
    width: 200px !important;
    margin-left: auto;
    margin-top: -100px !important;
    margin-right: 0px;
    justify-self: flex-end;
  }
}
@media screen and (max-width: 1290px) {
  .editor-styles-wrapper .alignwide .tcc-has-right-margin,
  body .alignwide .tcc-has-right-margin {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .editor-styles-wrapper .tcc-has-right-margin,
  body .tcc-has-right-margin {
    margin-right: 0 !important;
  }
}
.editor-styles-wrapper .is-style-pull-up,
body .is-style-pull-up {
  position: relative;
  top: -60px;
}
@media screen and (max-width: 960px) {
  .editor-styles-wrapper .is-style-logo-pull,
  body .is-style-logo-pull {
    max-width: 140px;
    margin-top: -50px !important;
  }
}
.editor-styles-wrapper .wp-block-table.is-style-compact td,
body .wp-block-table.is-style-compact td {
  padding: 2px 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu,
body .wp-block-table.is-style-menu {
  width: auto !important;
  display: table;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr,
body .wp-block-table.is-style-menu tr {
  width: auto;
  margin-bottom: 2px;
  padding: 2px 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td,
body .wp-block-table.is-style-menu tr td {
  padding: 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:first-child,
body .wp-block-table.is-style-menu tr td:first-child {
  padding-left: 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:last-child:before,
body .wp-block-table.is-style-menu tr td:last-child:before {
  margin-left: 15px;
  margin-right: 15px;
  content: "|";
}
.editor-styles-wrapper .wp-block-button.is-style-fill-white a:hover,
body .wp-block-button.is-style-fill-white a:hover {
  background-color: var(--wp--preset--color--brand-text);
  color: var(--wp--preset--color--brand-background);
}

.block-editor-link-control {
  min-width: 250px;
  position: relative;
}

.editor-styles-wrapper .wp-block-table.is-style-menu tr {
  border: 1px solid currentColor;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td {
  padding: 2px 10px !important;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:last-child {
  margin-left: 0;
  margin-right: 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:last-child:before {
  display: none;
  content: "";
}

.wp-block-group.is-style-rounded-corners {
  border-radius: 1rem;
  overflow: hidden;
}

.wp-block-cover.is-style-overflow-visible {
  overflow: visible;
}

@media screen and (max-width: 781px) {
  body .wp-block-cover.has-tcc-cover-mobile-min-height,
  .editor-styles-wrapper .wp-block-cover.has-tcc-cover-mobile-min-height,
  .editor-styles-wrapper .has-tcc-cover-mobile-min-height .wp-block-cover {
    min-height: var(--tcc-cover-mobile-min-height) !important;
  }
}
body .is-style-rounded {
  border-radius: 0.6rem;
  overflow: hidden;
}
body .is-style-no-entry-fx {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.wp-block-query ul li {
  list-style-type: none;
}/*# sourceMappingURL=tcc_block_styles.css.map */