@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*@mixin center($direction) {
	position: absolute;
	@if $direction==xy {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	@else if $direction==x {
		left: 50%;
		transform: translateX(-50%);
	}
	@else if $direction==y {
		top: 50%;
		transform: translateY(-50%);
	}
}

@mixin triangle($direction, $width, $height, $color){
	width: 0;
	height: 0;
	border-style: solid;
	$valWidth: $width / 2;
	$valHeight: $height / 2;
	@if ($direction == top) {
		border-width: 0 $valWidth $height $valWidth;
		border-color: transparent transparent $color transparent;
	} @else if ($direction == left) {
		border-width: $valHeight $width $valHeight 0;
		border-color: transparent $color transparent transparent;
	} @else if ($direction == right) {
		border-width: $valHeight 0 $valHeight $width;
		border-color: transparent transparent transparent $color;
	} @else if ($direction == bottom) {
		border-width: $height $valWidth 0 $valWidth;
		border-color: $color transparent transparent transparent;
	}
}*/
.is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.editor-styles-wrapper,
.wp-block-post-content,
.entry-content {
  --wp--preset--spacing--20: 2vw;
  --wp--preset--spacing--30: 3vw;
  --wp--preset--spacing--40: 4vw;
  --wp--preset--spacing--50: 5vw;
  --wp--preset--spacing--60: 6vw;
  --wp--preset--spacing--70: 7vw;
  --wp--preset--spacing--80: 8vw;
  /*figure {
      margin: 0
  }*/
  /*blockquote:after,
  blockquote:before {
      content: ""
  }*/
  /*button,
  div.wpforms-container-full .wpforms-form .wpforms-page-button,
  div.wpforms-container-full .wpforms-form button[type=submit],
  div.wpforms-container-full .wpforms-form input[type=submit],
  input[type=button],
  input[type=reset],
  input[type=submit] {
      font-family: Montserrat, sans-serif;
      display: inline;
      width: auto;
      padding: 12px 25px;
      text-align: center;
      white-space: nowrap;
      text-transform: uppercase;
      text-decoration: none!important;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 12px;
      color: #444;
      border: 2px solid var.$color-text;
      background-image: none;
      transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease
  }*/
  /*td,
  td:first-child,
  th,
  th:first-child {
      padding-left: 0
  }
  td:last-child,
  th:last-child {
      padding-right: 0
  }*/
  /*.wp-block-group {
      &.has-bg-background-color {
          .wp-block-group__inner-container {
              padding-top: var(--wp--preset--spacing--20);
              padding-bottom: var(--wp--preset--spacing--20);
          }

      }
  }*/
}
@media screen and (min-width: 480px) {
  .editor-styles-wrapper,
  .wp-block-post-content,
  .entry-content {
    --wp--preset--spacing--20: 1.5rem;
    --wp--preset--spacing--30: 2rem;
    --wp--preset--spacing--40: 2.5rem;
    --wp--preset--spacing--50: 3rem;
    --wp--preset--spacing--60: 3.5rem;
    --wp--preset--spacing--70: 4rem;
    --wp--preset--spacing--80: 4.5rem;
  }
}
.editor-styles-wrapper .is-layout-flex,
.wp-block-post-content .is-layout-flex,
.entry-content .is-layout-flex {
  gap: 0 2.5rem;
}
.editor-styles-wrapper .screen-reader-text,
.wp-block-post-content .screen-reader-text,
.entry-content .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.editor-styles-wrapper .screen-reader-text:focus,
.wp-block-post-content .screen-reader-text:focus,
.entry-content .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #444;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.editor-styles-wrapper #content[tabindex="-1"]:focus,
.wp-block-post-content #content[tabindex="-1"]:focus,
.entry-content #content[tabindex="-1"]:focus {
  outline: 0;
}
.editor-styles-wrapper .alignleft,
.wp-block-post-content .alignleft,
.entry-content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.editor-styles-wrapper .alignright,
.wp-block-post-content .alignright,
.entry-content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.editor-styles-wrapper .aligncenter,
.wp-block-post-content .aligncenter,
.entry-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-block-image figcaption,
.wp-block-post-content .wp-block-image figcaption,
.entry-content .wp-block-image figcaption {
  font-size: 80%;
  display: block;
}
.editor-styles-wrapper .wp-block-image .alignleft > figcaption,
.editor-styles-wrapper .wp-block-image .alignright > figcaption,
.editor-styles-wrapper .wp-block-image.is-resized > figcaption,
.wp-block-post-content .wp-block-image .alignleft > figcaption,
.wp-block-post-content .wp-block-image .alignright > figcaption,
.wp-block-post-content .wp-block-image.is-resized > figcaption,
.entry-content .wp-block-image .alignleft > figcaption,
.entry-content .wp-block-image .alignright > figcaption,
.entry-content .wp-block-image.is-resized > figcaption {
  display: block;
  margin-top: 0;
  font-size: 14px;
}
.editor-styles-wrapper .wp-block-image img,
.editor-styles-wrapper img.aligncenter,
.editor-styles-wrapper img.alignleft,
.editor-styles-wrapper img.alignnone,
.editor-styles-wrapper img.alignright,
.editor-styles-wrapper img.attachment-fullsize,
.wp-block-post-content .wp-block-image img,
.wp-block-post-content img.aligncenter,
.wp-block-post-content img.alignleft,
.wp-block-post-content img.alignnone,
.wp-block-post-content img.alignright,
.wp-block-post-content img.attachment-fullsize,
.entry-content .wp-block-image img,
.entry-content img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignnone,
.entry-content img.alignright,
.entry-content img.attachment-fullsize {
  max-width: 100%;
  height: auto;
}
.editor-styles-wrapper .wp-block-image.alignfull,
.editor-styles-wrapper .wp-block-image.alignwide,
.wp-block-post-content .wp-block-image.alignfull,
.wp-block-post-content .wp-block-image.alignwide,
.entry-content .wp-block-image.alignfull,
.entry-content .wp-block-image.alignwide {
  max-width: none;
}
.editor-styles-wrapper .wp-block-image.alignfull img,
.editor-styles-wrapper .wp-block-image.alignwide img,
.wp-block-post-content .wp-block-image.alignfull img,
.wp-block-post-content .wp-block-image.alignwide img,
.entry-content .wp-block-image.alignfull img,
.entry-content .wp-block-image.alignwide img {
  width: 100%;
}
.editor-styles-wrapper .clear:after,
.editor-styles-wrapper .clear:before,
.editor-styles-wrapper .comment-author:after,
.editor-styles-wrapper .comment-author:before,
.editor-styles-wrapper .comment-content:after,
.editor-styles-wrapper .comment-content:before,
.editor-styles-wrapper .comment-meta:after,
.editor-styles-wrapper .comment-meta:before,
.editor-styles-wrapper .entry-content:after,
.editor-styles-wrapper .entry-content:before,
.editor-styles-wrapper .entry-footer:after,
.editor-styles-wrapper .entry-footer:before,
.editor-styles-wrapper .entry-wrapper:after,
.editor-styles-wrapper .entry-wrapper:before,
.editor-styles-wrapper .nav-links:after,
.editor-styles-wrapper .nav-links:before,
.editor-styles-wrapper .pagination:after,
.editor-styles-wrapper .pagination:before,
.editor-styles-wrapper .site-content:after,
.editor-styles-wrapper .site-content:before,
.editor-styles-wrapper .site-footer:after,
.editor-styles-wrapper .site-footer:before,
.editor-styles-wrapper .site-header:after,
.editor-styles-wrapper .site-header:before,
.editor-styles-wrapper .widget-area:after,
.editor-styles-wrapper .widget-area:before,
.editor-styles-wrapper .widget:after,
.editor-styles-wrapper .widget:before,
.wp-block-post-content .clear:after,
.wp-block-post-content .clear:before,
.wp-block-post-content .comment-author:after,
.wp-block-post-content .comment-author:before,
.wp-block-post-content .comment-content:after,
.wp-block-post-content .comment-content:before,
.wp-block-post-content .comment-meta:after,
.wp-block-post-content .comment-meta:before,
.wp-block-post-content .entry-content:after,
.wp-block-post-content .entry-content:before,
.wp-block-post-content .entry-footer:after,
.wp-block-post-content .entry-footer:before,
.wp-block-post-content .entry-wrapper:after,
.wp-block-post-content .entry-wrapper:before,
.wp-block-post-content .nav-links:after,
.wp-block-post-content .nav-links:before,
.wp-block-post-content .pagination:after,
.wp-block-post-content .pagination:before,
.wp-block-post-content .site-content:after,
.wp-block-post-content .site-content:before,
.wp-block-post-content .site-footer:after,
.wp-block-post-content .site-footer:before,
.wp-block-post-content .site-header:after,
.wp-block-post-content .site-header:before,
.wp-block-post-content .widget-area:after,
.wp-block-post-content .widget-area:before,
.wp-block-post-content .widget:after,
.wp-block-post-content .widget:before,
.entry-content .clear:after,
.entry-content .clear:before,
.entry-content .comment-author:after,
.entry-content .comment-author:before,
.entry-content .comment-content:after,
.entry-content .comment-content:before,
.entry-content .comment-meta:after,
.entry-content .comment-meta:before,
.entry-content .entry-content:after,
.entry-content .entry-content:before,
.entry-content .entry-footer:after,
.entry-content .entry-footer:before,
.entry-content .entry-wrapper:after,
.entry-content .entry-wrapper:before,
.entry-content .nav-links:after,
.entry-content .nav-links:before,
.entry-content .pagination:after,
.entry-content .pagination:before,
.entry-content .site-content:after,
.entry-content .site-content:before,
.entry-content .site-footer:after,
.entry-content .site-footer:before,
.entry-content .site-header:after,
.entry-content .site-header:before,
.entry-content .widget-area:after,
.entry-content .widget-area:before,
.entry-content .widget:after,
.entry-content .widget:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.editor-styles-wrapper .clear:after,
.editor-styles-wrapper .comment-author:after,
.editor-styles-wrapper .comment-content:after,
.editor-styles-wrapper .comment-meta:after,
.editor-styles-wrapper .entry-content:after,
.editor-styles-wrapper .entry-footer:after,
.editor-styles-wrapper .entry-wrapper:after,
.editor-styles-wrapper .nav-links:after,
.editor-styles-wrapper .pagination:after,
.editor-styles-wrapper .site-content:after,
.editor-styles-wrapper .site-footer:after,
.editor-styles-wrapper .site-header:after,
.editor-styles-wrapper .widget-area:after,
.editor-styles-wrapper .widget:after,
.wp-block-post-content .clear:after,
.wp-block-post-content .comment-author:after,
.wp-block-post-content .comment-content:after,
.wp-block-post-content .comment-meta:after,
.wp-block-post-content .entry-content:after,
.wp-block-post-content .entry-footer:after,
.wp-block-post-content .entry-wrapper:after,
.wp-block-post-content .nav-links:after,
.wp-block-post-content .pagination:after,
.wp-block-post-content .site-content:after,
.wp-block-post-content .site-footer:after,
.wp-block-post-content .site-header:after,
.wp-block-post-content .widget-area:after,
.wp-block-post-content .widget:after,
.entry-content .clear:after,
.entry-content .comment-author:after,
.entry-content .comment-content:after,
.entry-content .comment-meta:after,
.entry-content .entry-content:after,
.entry-content .entry-footer:after,
.entry-content .entry-wrapper:after,
.entry-content .nav-links:after,
.entry-content .pagination:after,
.entry-content .site-content:after,
.entry-content .site-footer:after,
.entry-content .site-header:after,
.entry-content .widget-area:after,
.entry-content .widget:after {
  clear: both;
}
.editor-styles-wrapper .nav:after,
.editor-styles-wrapper .nav:before,
.editor-styles-wrapper .navbar-collapse:after,
.editor-styles-wrapper .navbar-collapse:before,
.editor-styles-wrapper .navbar:after,
.editor-styles-wrapper .navbar:before,
.wp-block-post-content .nav:after,
.wp-block-post-content .nav:before,
.wp-block-post-content .navbar-collapse:after,
.wp-block-post-content .navbar-collapse:before,
.wp-block-post-content .navbar:after,
.wp-block-post-content .navbar:before,
.entry-content .nav:after,
.entry-content .nav:before,
.entry-content .navbar-collapse:after,
.entry-content .navbar-collapse:before,
.entry-content .navbar:after,
.entry-content .navbar:before {
  content: "";
  display: inline !important;
}
.editor-styles-wrapper cite,
.editor-styles-wrapper dfn,
.wp-block-post-content cite,
.wp-block-post-content dfn,
.entry-content cite,
.entry-content dfn {
  font-style: italic;
}
.editor-styles-wrapper blockquote,
.wp-block-post-content blockquote,
.entry-content blockquote {
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.editor-styles-wrapper blockquote cite,
.wp-block-post-content blockquote cite,
.entry-content blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
.editor-styles-wrapper address,
.wp-block-post-content address,
.entry-content address {
  margin: 0 0 1.5em;
}
.editor-styles-wrapper pre,
.wp-block-post-content pre,
.entry-content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.editor-styles-wrapper code,
.editor-styles-wrapper kbd,
.editor-styles-wrapper tt,
.editor-styles-wrapper var,
.wp-block-post-content code,
.wp-block-post-content kbd,
.wp-block-post-content tt,
.wp-block-post-content var,
.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.editor-styles-wrapper abbr,
.editor-styles-wrapper acronym,
.wp-block-post-content abbr,
.wp-block-post-content acronym,
.entry-content abbr,
.entry-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.editor-styles-wrapper ins,
.editor-styles-wrapper mark,
.wp-block-post-content ins,
.wp-block-post-content mark,
.entry-content ins,
.entry-content mark {
  background: #fff9c0;
  text-decoration: none;
}
.editor-styles-wrapper big,
.wp-block-post-content big,
.entry-content big {
  font-size: 125%;
}
.editor-styles-wrapper blockquote,
.wp-block-post-content blockquote,
.entry-content blockquote {
  quotes: "" "";
}
.editor-styles-wrapper q,
.wp-block-post-content q,
.entry-content q {
  quotes: "“" "”" "‘" "’";
}
.editor-styles-wrapper .wp-block-quote,
.wp-block-post-content .wp-block-quote,
.entry-content .wp-block-quote {
  border-left: 0.5vw solid #dedad2;
  margin: 0 0 1.75em;
  padding-left: 5vw;
}
.editor-styles-wrapper .wp-block-quote.has-text-align-right,
.wp-block-post-content .wp-block-quote.has-text-align-right,
.entry-content .wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 0.4em solid #dedad2;
  padding-left: 0;
  padding-right: 5vw;
}
@media screen and (min-width: 480px) {
  .editor-styles-wrapper .wp-block-quote,
  .wp-block-post-content .wp-block-quote,
  .entry-content .wp-block-quote {
    padding-left: 2em;
  }
  .editor-styles-wrapper .wp-block-quote.has-text-align-right,
  .wp-block-post-content .wp-block-quote.has-text-align-right,
  .entry-content .wp-block-quote.has-text-align-right {
    padding-right: 2em;
  }
}
.editor-styles-wrapper .btn,
.editor-styles-wrapper .button,
.editor-styles-wrapper .more-link,
.editor-styles-wrapper .more_link,
.editor-styles-wrapper .side-nav .search-form .search-submit,
.editor-styles-wrapper .wpzabb-post-grid-more,
.editor-styles-wrapper .wp-block-button__link,
.wp-block-post-content .btn,
.wp-block-post-content .button,
.wp-block-post-content .more-link,
.wp-block-post-content .more_link,
.wp-block-post-content .side-nav .search-form .search-submit,
.wp-block-post-content .wpzabb-post-grid-more,
.wp-block-post-content .wp-block-button__link,
.entry-content .btn,
.entry-content .button,
.entry-content .more-link,
.entry-content .more_link,
.entry-content .side-nav .search-form .search-submit,
.entry-content .wpzabb-post-grid-more,
.entry-content .wp-block-button__link {
  font-weight: 700;
  display: inline-block;
  padding: 1.3333333333vw 3.3333333333vw;
  text-align: center;
  letter-spacing: 1px;
  border: 2px solid #dedad2;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #4a4942;
  background-color: #dedad2;
  border-radius: 2vw;
  text-decoration: none !important;
  cursor: pointer;
}
.editor-styles-wrapper .btn i:last-child, .editor-styles-wrapper .btn svg:last-child,
.editor-styles-wrapper .button i:last-child,
.editor-styles-wrapper .button svg:last-child,
.editor-styles-wrapper .more-link i:last-child,
.editor-styles-wrapper .more-link svg:last-child,
.editor-styles-wrapper .more_link i:last-child,
.editor-styles-wrapper .more_link svg:last-child,
.editor-styles-wrapper .side-nav .search-form .search-submit i:last-child,
.editor-styles-wrapper .side-nav .search-form .search-submit svg:last-child,
.editor-styles-wrapper .wpzabb-post-grid-more i:last-child,
.editor-styles-wrapper .wpzabb-post-grid-more svg:last-child,
.editor-styles-wrapper .wp-block-button__link i:last-child,
.editor-styles-wrapper .wp-block-button__link svg:last-child,
.wp-block-post-content .btn i:last-child,
.wp-block-post-content .btn svg:last-child,
.wp-block-post-content .button i:last-child,
.wp-block-post-content .button svg:last-child,
.wp-block-post-content .more-link i:last-child,
.wp-block-post-content .more-link svg:last-child,
.wp-block-post-content .more_link i:last-child,
.wp-block-post-content .more_link svg:last-child,
.wp-block-post-content .side-nav .search-form .search-submit i:last-child,
.wp-block-post-content .side-nav .search-form .search-submit svg:last-child,
.wp-block-post-content .wpzabb-post-grid-more i:last-child,
.wp-block-post-content .wpzabb-post-grid-more svg:last-child,
.wp-block-post-content .wp-block-button__link i:last-child,
.wp-block-post-content .wp-block-button__link svg:last-child,
.entry-content .btn i:last-child,
.entry-content .btn svg:last-child,
.entry-content .button i:last-child,
.entry-content .button svg:last-child,
.entry-content .more-link i:last-child,
.entry-content .more-link svg:last-child,
.entry-content .more_link i:last-child,
.entry-content .more_link svg:last-child,
.entry-content .side-nav .search-form .search-submit i:last-child,
.entry-content .side-nav .search-form .search-submit svg:last-child,
.entry-content .wpzabb-post-grid-more i:last-child,
.entry-content .wpzabb-post-grid-more svg:last-child,
.entry-content .wp-block-button__link i:last-child,
.entry-content .wp-block-button__link svg:last-child {
  margin-left: 1.3333333333vw;
}
.editor-styles-wrapper .btn i:first-child, .editor-styles-wrapper .btn svg:first-child,
.editor-styles-wrapper .button i:first-child,
.editor-styles-wrapper .button svg:first-child,
.editor-styles-wrapper .more-link i:first-child,
.editor-styles-wrapper .more-link svg:first-child,
.editor-styles-wrapper .more_link i:first-child,
.editor-styles-wrapper .more_link svg:first-child,
.editor-styles-wrapper .side-nav .search-form .search-submit i:first-child,
.editor-styles-wrapper .side-nav .search-form .search-submit svg:first-child,
.editor-styles-wrapper .wpzabb-post-grid-more i:first-child,
.editor-styles-wrapper .wpzabb-post-grid-more svg:first-child,
.editor-styles-wrapper .wp-block-button__link i:first-child,
.editor-styles-wrapper .wp-block-button__link svg:first-child,
.wp-block-post-content .btn i:first-child,
.wp-block-post-content .btn svg:first-child,
.wp-block-post-content .button i:first-child,
.wp-block-post-content .button svg:first-child,
.wp-block-post-content .more-link i:first-child,
.wp-block-post-content .more-link svg:first-child,
.wp-block-post-content .more_link i:first-child,
.wp-block-post-content .more_link svg:first-child,
.wp-block-post-content .side-nav .search-form .search-submit i:first-child,
.wp-block-post-content .side-nav .search-form .search-submit svg:first-child,
.wp-block-post-content .wpzabb-post-grid-more i:first-child,
.wp-block-post-content .wpzabb-post-grid-more svg:first-child,
.wp-block-post-content .wp-block-button__link i:first-child,
.wp-block-post-content .wp-block-button__link svg:first-child,
.entry-content .btn i:first-child,
.entry-content .btn svg:first-child,
.entry-content .button i:first-child,
.entry-content .button svg:first-child,
.entry-content .more-link i:first-child,
.entry-content .more-link svg:first-child,
.entry-content .more_link i:first-child,
.entry-content .more_link svg:first-child,
.entry-content .side-nav .search-form .search-submit i:first-child,
.entry-content .side-nav .search-form .search-submit svg:first-child,
.entry-content .wpzabb-post-grid-more i:first-child,
.entry-content .wpzabb-post-grid-more svg:first-child,
.entry-content .wp-block-button__link i:first-child,
.entry-content .wp-block-button__link svg:first-child {
  margin-right: 1.3333333333vw;
}
.editor-styles-wrapper .wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-post-content .wp-block-button.is-style-outline > .wp-block-button__link,
.entry-content .wp-block-button.is-style-outline > .wp-block-button__link {
  border-color: #4a4942;
  padding: 1.3333333333vw 3.3333333333vw;
}
@media screen and (min-width: 480px) {
  .editor-styles-wrapper .wp-block-button.is-style-outline > .wp-block-button__link,
  .editor-styles-wrapper .btn,
  .editor-styles-wrapper .button,
  .editor-styles-wrapper .more-link,
  .editor-styles-wrapper .more_link,
  .editor-styles-wrapper .side-nav .search-form .search-submit,
  .editor-styles-wrapper .wpzabb-post-grid-more,
  .editor-styles-wrapper .wp-block-button__link,
  .wp-block-post-content .wp-block-button.is-style-outline > .wp-block-button__link,
  .wp-block-post-content .btn,
  .wp-block-post-content .button,
  .wp-block-post-content .more-link,
  .wp-block-post-content .more_link,
  .wp-block-post-content .side-nav .search-form .search-submit,
  .wp-block-post-content .wpzabb-post-grid-more,
  .wp-block-post-content .wp-block-button__link,
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link,
  .entry-content .btn,
  .entry-content .button,
  .entry-content .more-link,
  .entry-content .more_link,
  .entry-content .side-nav .search-form .search-submit,
  .entry-content .wpzabb-post-grid-more,
  .entry-content .wp-block-button__link {
    border-radius: 10px;
    padding: 10px 25px;
  }
  .editor-styles-wrapper .wp-block-button.is-style-outline > .wp-block-button__link i:last-child, .editor-styles-wrapper .wp-block-button.is-style-outline > .wp-block-button__link svg:last-child,
  .editor-styles-wrapper .btn i:last-child,
  .editor-styles-wrapper .btn svg:last-child,
  .editor-styles-wrapper .button i:last-child,
  .editor-styles-wrapper .button svg:last-child,
  .editor-styles-wrapper .more-link i:last-child,
  .editor-styles-wrapper .more-link svg:last-child,
  .editor-styles-wrapper .more_link i:last-child,
  .editor-styles-wrapper .more_link svg:last-child,
  .editor-styles-wrapper .side-nav .search-form .search-submit i:last-child,
  .editor-styles-wrapper .side-nav .search-form .search-submit svg:last-child,
  .editor-styles-wrapper .wpzabb-post-grid-more i:last-child,
  .editor-styles-wrapper .wpzabb-post-grid-more svg:last-child,
  .editor-styles-wrapper .wp-block-button__link i:last-child,
  .editor-styles-wrapper .wp-block-button__link svg:last-child,
  .wp-block-post-content .wp-block-button.is-style-outline > .wp-block-button__link i:last-child,
  .wp-block-post-content .wp-block-button.is-style-outline > .wp-block-button__link svg:last-child,
  .wp-block-post-content .btn i:last-child,
  .wp-block-post-content .btn svg:last-child,
  .wp-block-post-content .button i:last-child,
  .wp-block-post-content .button svg:last-child,
  .wp-block-post-content .more-link i:last-child,
  .wp-block-post-content .more-link svg:last-child,
  .wp-block-post-content .more_link i:last-child,
  .wp-block-post-content .more_link svg:last-child,
  .wp-block-post-content .side-nav .search-form .search-submit i:last-child,
  .wp-block-post-content .side-nav .search-form .search-submit svg:last-child,
  .wp-block-post-content .wpzabb-post-grid-more i:last-child,
  .wp-block-post-content .wpzabb-post-grid-more svg:last-child,
  .wp-block-post-content .wp-block-button__link i:last-child,
  .wp-block-post-content .wp-block-button__link svg:last-child,
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link i:last-child,
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link svg:last-child,
  .entry-content .btn i:last-child,
  .entry-content .btn svg:last-child,
  .entry-content .button i:last-child,
  .entry-content .button svg:last-child,
  .entry-content .more-link i:last-child,
  .entry-content .more-link svg:last-child,
  .entry-content .more_link i:last-child,
  .entry-content .more_link svg:last-child,
  .entry-content .side-nav .search-form .search-submit i:last-child,
  .entry-content .side-nav .search-form .search-submit svg:last-child,
  .entry-content .wpzabb-post-grid-more i:last-child,
  .entry-content .wpzabb-post-grid-more svg:last-child,
  .entry-content .wp-block-button__link i:last-child,
  .entry-content .wp-block-button__link svg:last-child {
    margin-left: 1rem;
  }
  .editor-styles-wrapper .wp-block-button.is-style-outline > .wp-block-button__link i:first-child, .editor-styles-wrapper .wp-block-button.is-style-outline > .wp-block-button__link svg:first-child,
  .editor-styles-wrapper .btn i:first-child,
  .editor-styles-wrapper .btn svg:first-child,
  .editor-styles-wrapper .button i:first-child,
  .editor-styles-wrapper .button svg:first-child,
  .editor-styles-wrapper .more-link i:first-child,
  .editor-styles-wrapper .more-link svg:first-child,
  .editor-styles-wrapper .more_link i:first-child,
  .editor-styles-wrapper .more_link svg:first-child,
  .editor-styles-wrapper .side-nav .search-form .search-submit i:first-child,
  .editor-styles-wrapper .side-nav .search-form .search-submit svg:first-child,
  .editor-styles-wrapper .wpzabb-post-grid-more i:first-child,
  .editor-styles-wrapper .wpzabb-post-grid-more svg:first-child,
  .editor-styles-wrapper .wp-block-button__link i:first-child,
  .editor-styles-wrapper .wp-block-button__link svg:first-child,
  .wp-block-post-content .wp-block-button.is-style-outline > .wp-block-button__link i:first-child,
  .wp-block-post-content .wp-block-button.is-style-outline > .wp-block-button__link svg:first-child,
  .wp-block-post-content .btn i:first-child,
  .wp-block-post-content .btn svg:first-child,
  .wp-block-post-content .button i:first-child,
  .wp-block-post-content .button svg:first-child,
  .wp-block-post-content .more-link i:first-child,
  .wp-block-post-content .more-link svg:first-child,
  .wp-block-post-content .more_link i:first-child,
  .wp-block-post-content .more_link svg:first-child,
  .wp-block-post-content .side-nav .search-form .search-submit i:first-child,
  .wp-block-post-content .side-nav .search-form .search-submit svg:first-child,
  .wp-block-post-content .wpzabb-post-grid-more i:first-child,
  .wp-block-post-content .wpzabb-post-grid-more svg:first-child,
  .wp-block-post-content .wp-block-button__link i:first-child,
  .wp-block-post-content .wp-block-button__link svg:first-child,
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link i:first-child,
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link svg:first-child,
  .entry-content .btn i:first-child,
  .entry-content .btn svg:first-child,
  .entry-content .button i:first-child,
  .entry-content .button svg:first-child,
  .entry-content .more-link i:first-child,
  .entry-content .more-link svg:first-child,
  .entry-content .more_link i:first-child,
  .entry-content .more_link svg:first-child,
  .entry-content .side-nav .search-form .search-submit i:first-child,
  .entry-content .side-nav .search-form .search-submit svg:first-child,
  .entry-content .wpzabb-post-grid-more i:first-child,
  .entry-content .wpzabb-post-grid-more svg:first-child,
  .entry-content .wp-block-button__link i:first-child,
  .entry-content .wp-block-button__link svg:first-child {
    margin-right: 1rem;
  }
  .editor-styles-wrapper .wp-block-button.is-style-outline > .wp-block-button__link:hover,
  .editor-styles-wrapper .btn:hover,
  .editor-styles-wrapper .button:hover,
  .editor-styles-wrapper .more-link:hover,
  .editor-styles-wrapper .more_link:hover,
  .editor-styles-wrapper .side-nav .search-form .search-submit:hover,
  .editor-styles-wrapper .wpzabb-post-grid-more:hover,
  .editor-styles-wrapper .wp-block-button__link:hover,
  .wp-block-post-content .wp-block-button.is-style-outline > .wp-block-button__link:hover,
  .wp-block-post-content .btn:hover,
  .wp-block-post-content .button:hover,
  .wp-block-post-content .more-link:hover,
  .wp-block-post-content .more_link:hover,
  .wp-block-post-content .side-nav .search-form .search-submit:hover,
  .wp-block-post-content .wpzabb-post-grid-more:hover,
  .wp-block-post-content .wp-block-button__link:hover,
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link:hover,
  .entry-content .btn:hover,
  .entry-content .button:hover,
  .entry-content .more-link:hover,
  .entry-content .more_link:hover,
  .entry-content .side-nav .search-form .search-submit:hover,
  .entry-content .wpzabb-post-grid-more:hover,
  .entry-content .wp-block-button__link:hover {
    text-decoration: none;
    background-color: #e9a5ac;
    border-color: #e9a5ac;
  }
}
.editor-styles-wrapper .btn-primary-re,
.wp-block-post-content .btn-primary-re,
.entry-content .btn-primary-re {
  display: block;
  margin-top: 2.6666666667vw;
  padding-left: 1.3333333333vw;
  padding-right: 1.3333333333vw;
  color: #fff;
  font-size: 3.4666666667vw;
  background-color: #4a4942;
  border-color: #4a4942;
}
.editor-styles-wrapper .btn-primary-re:active, .editor-styles-wrapper .btn-primary-re:focus,
.wp-block-post-content .btn-primary-re:active,
.wp-block-post-content .btn-primary-re:focus,
.entry-content .btn-primary-re:active,
.entry-content .btn-primary-re:focus {
  color: #fff;
  background-color: #2f2e2a;
  border-color: #2f2e2a;
}
@media screen and (min-width: 480px) {
  .editor-styles-wrapper .btn-primary-re,
  .wp-block-post-content .btn-primary-re,
  .entry-content .btn-primary-re {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding: 30px 60px;
    color: #fff;
    font-size: 18px;
  }
  .editor-styles-wrapper .btn-primary-re:hover,
  .wp-block-post-content .btn-primary-re:hover,
  .entry-content .btn-primary-re:hover {
    color: #fff;
  }
}
.editor-styles-wrapper .btn-primary,
.wp-block-post-content .btn-primary,
.entry-content .btn-primary {
  background-color: #e9a5ac;
  border-color: #e9a5ac;
}
@media screen and (min-width: 480px) {
  .editor-styles-wrapper .btn-primary:hover,
  .wp-block-post-content .btn-primary:hover,
  .entry-content .btn-primary:hover {
    color: #fff;
  }
}
.editor-styles-wrapper .btn-primary-l,
.wp-block-post-content .btn-primary-l,
.entry-content .btn-primary-l {
  display: block;
  margin-top: 2.6666666667vw;
  padding-left: 1.3333333333vw;
  padding-right: 1.3333333333vw;
  font-size: 3.4666666667vw;
  color: #4a4942;
  background-color: #e9a5ac;
  border-color: #e9a5ac;
}
.editor-styles-wrapper .btn-primary-l:active, .editor-styles-wrapper .btn-primary-l:focus,
.wp-block-post-content .btn-primary-l:active,
.wp-block-post-content .btn-primary-l:focus,
.entry-content .btn-primary-l:active,
.entry-content .btn-primary-l:focus {
  color: #4a4942;
  background-color: #df7c86;
  border-color: #df7c86;
}
@media screen and (min-width: 480px) {
  .editor-styles-wrapper .btn-primary-l,
  .wp-block-post-content .btn-primary-l,
  .entry-content .btn-primary-l {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding: 30px 60px;
    font-size: 18px;
  }
  .editor-styles-wrapper .btn-primary-l:hover,
  .wp-block-post-content .btn-primary-l:hover,
  .entry-content .btn-primary-l:hover {
    color: #fff;
    background-color: #e49199;
    border-color: #e49199;
  }
}
.editor-styles-wrapper ol,
.editor-styles-wrapper ul,
.wp-block-post-content ol,
.wp-block-post-content ul,
.entry-content ol,
.entry-content ul {
  padding: 0;
}
.editor-styles-wrapper ul,
.wp-block-post-content ul,
.entry-content ul {
  list-style: disc;
}
.editor-styles-wrapper ol,
.wp-block-post-content ol,
.entry-content ol {
  list-style: decimal;
}
.editor-styles-wrapper li > ol,
.editor-styles-wrapper li > ul,
.wp-block-post-content li > ol,
.wp-block-post-content li > ul,
.entry-content li > ol,
.entry-content li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.editor-styles-wrapper dt,
.wp-block-post-content dt,
.entry-content dt {
  font-weight: 700;
}
.editor-styles-wrapper dd,
.wp-block-post-content dd,
.entry-content dd {
  margin: 0 1.5em 1.5em;
}
.editor-styles-wrapper #add_payment_method #payment ul.payment_methods li,
.editor-styles-wrapper .woocommerce-cart #payment ul.payment_methods li,
.editor-styles-wrapper .woocommerce-checkout #payment ul.payment_methods li,
.wp-block-post-content #add_payment_method #payment ul.payment_methods li,
.wp-block-post-content .woocommerce-cart #payment ul.payment_methods li,
.wp-block-post-content .woocommerce-checkout #payment ul.payment_methods li,
.entry-content #add_payment_method #payment ul.payment_methods li,
.entry-content .woocommerce-cart #payment ul.payment_methods li,
.entry-content .woocommerce-checkout #payment ul.payment_methods li {
  list-style-type: none;
}
.editor-styles-wrapper table,
.wp-block-post-content table,
.entry-content table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
  border-color: #ded8d8;
}
.editor-styles-wrapper .wp-block-media-text,
.editor-styles-wrapper .wp-block-buttons,
.editor-styles-wrapper .wp-block-table,
.wp-block-post-content .wp-block-media-text,
.wp-block-post-content .wp-block-buttons,
.wp-block-post-content .wp-block-table,
.entry-content .wp-block-media-text,
.entry-content .wp-block-buttons,
.entry-content .wp-block-table {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-media-text.is-style-stripes,
.editor-styles-wrapper .wp-block-buttons.is-style-stripes,
.editor-styles-wrapper .wp-block-table.is-style-stripes,
.wp-block-post-content .wp-block-media-text.is-style-stripes,
.wp-block-post-content .wp-block-buttons.is-style-stripes,
.wp-block-post-content .wp-block-table.is-style-stripes,
.entry-content .wp-block-media-text.is-style-stripes,
.entry-content .wp-block-buttons.is-style-stripes,
.entry-content .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.editor-styles-wrapper thead th,
.wp-block-post-content thead th,
.entry-content thead th {
  border: 1px solid #ded8d8;
  border-bottom: 4px solid #ded8d8;
  padding-bottom: 0.5em;
}
.editor-styles-wrapper th,
.wp-block-post-content th,
.entry-content th {
  padding: 0.4em;
  text-align: left;
}
.editor-styles-wrapper tr,
.wp-block-post-content tr,
.entry-content tr {
  border: 1px solid #ded8d8;
}
.editor-styles-wrapper td,
.wp-block-post-content td,
.entry-content td {
  border: 1px solid #ded8d8;
  padding: 1em 0.8em;
}
.editor-styles-wrapper a,
.wp-block-post-content a,
.entry-content a {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  text-decoration: underline;
  color: #e9a5ac;
}
.editor-styles-wrapper a .fas,
.wp-block-post-content a .fas,
.entry-content a .fas {
  margin-left: 0.6rem;
}
.editor-styles-wrapper a:hover,
.wp-block-post-content a:hover,
.entry-content a:hover {
  text-decoration: none;
  color: #4a4942;
}
.editor-styles-wrapper a.has-text-color,
.wp-block-post-content a.has-text-color,
.entry-content a.has-text-color {
  text-decoration: none;
}
.editor-styles-wrapper a.has-text-color:hover,
.wp-block-post-content a.has-text-color:hover,
.entry-content a.has-text-color:hover {
  text-decoration: underline;
}
.editor-styles-wrapper .has-text-color > a,
.wp-block-post-content .has-text-color > a,
.entry-content .has-text-color > a {
  text-decoration: none;
}
.editor-styles-wrapper .has-text-color > a:hover,
.wp-block-post-content .has-text-color > a:hover,
.entry-content .has-text-color > a:hover {
  text-decoration: underline;
}

.entry-content li {
  list-style-position: inside;
}

.wp-block-post-content,
.entry-content {
  line-height: 1.9;
}
.wp-block-post-content .wp-block-image img,
.wp-block-post-content img.aligncenter,
.wp-block-post-content img.alignleft,
.wp-block-post-content img.alignnone,
.wp-block-post-content img.alignright,
.wp-block-post-content img.attachment-fullsize,
.entry-content .wp-block-image img,
.entry-content img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignnone,
.entry-content img.alignright,
.entry-content img.attachment-fullsize {
  max-width: 100%;
  height: auto;
}
.wp-block-post-content li ol,
.wp-block-post-content li ul:not(.wp-block-gallery),
.entry-content li ol,
.entry-content li ul:not(.wp-block-gallery) {
  margin-bottom: 0;
  margin-left: 30px;
}
.wp-block-post-content .wp-block-gallery,
.entry-content .wp-block-gallery {
  margin-left: 0;
}
.wp-block-post-content ol li,
.entry-content ol li {
  list-style-type: decimal;
}
.wp-block-post-content .shortcode-unorderedlist ul li,
.wp-block-post-content .shortcode-unorderedlist ul li ul,
.entry-content .shortcode-unorderedlist ul li,
.entry-content .shortcode-unorderedlist ul li ul {
  list-style-type: none;
}
.wp-block-post-content blockquote,
.entry-content blockquote {
  margin-top: 15px;
  margin-bottom: 40px;
  position: relative;
  max-width: 100%;
  font-style: italic;
}
.wp-block-post-content blockquote.alignleft,
.wp-block-post-content blockquote.alignright,
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  font-size: 14px;
  font-size: 0.875rem;
  width: 48%;
}
.wp-block-post-content .more-link,
.wp-block-post-content .more_link,
.entry-content .more-link,
.entry-content .more_link {
  font-weight: 700;
  display: table;
  text-align: center;
  margin: 10px auto 0;
}

.entry-summary .link-more {
  margin-bottom: 0;
}

.single .entry-wrapper,
.single.has-sidebar.page-layout-sidebar-right .entry-header .inner-wrap {
  max-width: 1200px;
  margin: 3.75em auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.single.has-sidebar.page-layout-sidebar-right .entry-header .inner-wrap {
  margin-top: 2.8125em;
  margin-bottom: 0;
}

.page .entry-content,
.page .entry-header .inner-wrap,
.page:not(.inspiro-front-page) .entry-footer,
.single .entry-content,
.single .entry-footer,
.single .entry-header .inner-wrap {
  margin: 2.8125em auto;
  max-width: 970px;
  padding-left: 10px;
  padding-right: 10px;
}

.page .entry-content,
.single .entry-content {
  margin-bottom: 0;
}

.page .full-width .entry-content,
.single .full-width .entry-content {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.page .entry-cover-image,
.single .entry-cover-image {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.page .entry-cover-image.cover_fullscreen,
.single .entry-cover-image.cover_fullscreen {
  height: 100vh;
  max-height: 100vh;
  max-height: -webkit-fill-available;
}

.page .entry-cover-image:after,
.single .entry-cover-image:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.page .entry-cover-image .entry-header,
.single .entry-cover-image .entry-header {
  position: absolute;
  bottom: 5%;
  width: 100%;
  z-index: 5;
}

.page .entry-cover-image .entry-header .inner-wrap,
.single .entry-cover-image .entry-header .inner-wrap {
  margin-bottom: 0;
}

.page .entry-cover-image .entry-header .entry-title,
.single .entry-cover-image .entry-header .entry-title {
  color: #fff;
  font-size: 45px;
  font-size: 2.8125rem;
  text-transform: none;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: inherit;
}

.page .entry-cover-image .entry-header .entry-meta,
.single .entry-cover-image .entry-header .entry-meta {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  font-size: 1rem;
}

.page .entry-cover-image .entry-header .entry-meta a,
.single .entry-cover-image .entry-header .entry-meta a {
  color: inherit;
  font-weight: 600;
}

.page .entry-cover-image .entry-header .entry-meta a:hover,
.single .entry-cover-image .entry-header .entry-meta a:hover {
  color: #e9a5ac;
}

.page .entry-cover-image .single-featured-image-header,
.single .entry-cover-image .single-featured-image-header {
  position: relative;
  height: 100%;
}

.page .entry-cover-image .single-featured-image-header img,
.single .entry-cover-image .single-featured-image-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page.page-layout-full-width article:not(.has-post-thumbnail) .inner-wrap,
.single.page-layout-full-width article:not(.has-post-thumbnail) .inner-wrap {
  max-width: 970px;
}

.page .entry-meta,
.single .entry-meta {
  margin-bottom: 0;
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.entry-content .alignfull .wp-block-cover__inner-container,
.entry-content .alignfull .wp-block-group__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.entry-content .alignfull,
.entry-content .alignfull:not(.wp-block-group):not(.wp-block-post-featured-image):not(.wp-block-query):not(.wpzoom-blocks_portfolio-block):not(.wp-block-cover) img {
  width: 100vw;
  max-width: 100vw;
}

.single-featured-image-header img {
  display: block;
  margin: auto;
}

/*.wp-block-button:not(.is-style-outline) a:hover {
    background-color: var.$color-primary;
    color: #fff !important;
    border-color: var.$color-primary;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):not(.has-text-color):hover,
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):not(.has-text-color):hover {
    background-color: var.$color-primary;
    color: #fff !important;
    border-color: var.$color-primary
}*/
.builder-wrap > .wp-block-gallery,
.builder-wrap > p,
.builder-wrap > p.has-text-align-center {
  margin: 2.8125em auto;
  max-width: 970px;
  padding-left: 2em;
  padding-right: 2em;
}

.wp-block-group > .wp-block-group__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.wp-block-group:where(.has-background) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-post {
  list-style-type: none !important;
}

.wp-block-post .wp-block-post-title {
  font-size: 1.3em;
}

.wp-block-post .wp-block-post-title a {
  text-decoration: none !important;
  color: #000;
}

.wp-block-post .wp-block-post-title a:hover {
  color: #e9a5ac;
}

.wp-block-post .more-link {
  font-weight: 700;
  display: table;
  text-align: left;
  margin: 10px 0;
  text-decoration: none;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.search-form,
.wp-block-search {
  position: relative;
}

.search-form button,
.search-form input,
.wp-block-search button,
.wp-block-search input {
  height: 40px;
  background: 0 0;
  border: 2px solid #565555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.search-form button:focus,
.search-form input:focus,
.wp-block-search button:focus,
.wp-block-search input:focus {
  border-color: #e9a5ac;
}

.search-form .search-field,
.search-form .wp-block-search__input,
.wp-block-search .search-field,
.wp-block-search .wp-block-search__input {
  width: 100%;
  padding: 0 100px 0 10px;
}

.search-form .search-submit,
.search-form .wp-block-search__button,
.wp-block-search .search-submit,
.wp-block-search .wp-block-search__button {
  padding: 0 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
  max-width: 11.1111111111%;
}

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover,
.widget-area .gallery-item a,
.widget-area .gallery-item a:focus,
.widget-area .gallery-item a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: 0 0;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:focus img,
.gallery-item a:hover img {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #8c888c;
  margin: 15px 0;
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: 1.4;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.entry-content ul.blocks-gallery-grid {
  margin-bottom: 0;
}

@media screen and (min-width: 75em) {
  .single .entry-content .alignwide,
  .wp-block-query.alignwide {
    margin-left: -125px;
    margin-right: -125px;
    max-width: 1200px;
    width: 1200px;
  }
}
figure.wp-block-embed:not(:last-child),
figure.wp-block-gallery.has-nested-images:not(:last-child),
figure.wp-block-image:not(:last-child) {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  figure.wp-block-embed:not(:last-child),
  figure.wp-block-gallery.has-nested-images:not(:last-child),
  figure.wp-block-image:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.wp-block-post-content p,
.entry-content p {
  word-wrap: break-word;
}
.wp-block-post-content p:not(:last-child),
.entry-content p:not(:last-child) {
  margin-bottom: 5.2083333333vw;
}
.wp-block-post-content .h6,
.wp-block-post-content h6,
.entry-content .h6,
.entry-content h6 {
  font-size: 4vw;
  margin-bottom: 2vw;
  line-height: 1.6;
}
.wp-block-post-content .h5,
.wp-block-post-content h5,
.entry-content .h5,
.entry-content h5 {
  font-size: 4.2666666667vw;
  margin-bottom: 2.1333333333vw;
  line-height: 1.6;
}
.wp-block-post-content .h4,
.wp-block-post-content h4,
.entry-content .h4,
.entry-content h4 {
  font-size: 4.5333333333vw;
  margin-bottom: 2.2666666667vw;
  line-height: 1.6;
}
.wp-block-post-content .h3,
.wp-block-post-content h3,
.entry-content .h3,
.entry-content h3 {
  font-size: 4.8vw;
  margin-bottom: 2.4vw;
  line-height: 1.6;
}
.wp-block-post-content .h2,
.wp-block-post-content h2,
.entry-content .h2,
.entry-content h2 {
  font-size: 5.0666666667vw;
  margin-bottom: 2.5333333333vw;
  line-height: 1.6;
}
.wp-block-post-content .h1,
.wp-block-post-content h1,
.entry-content .h1,
.entry-content h1 {
  font-size: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
  line-height: 1.6;
}
@media screen and (min-width: 480px) {
  .wp-block-post-content p:not(:last-child),
  .entry-content p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .wp-block-post-content .h6,
  .wp-block-post-content h6,
  .entry-content .h6,
  .entry-content h6 {
    font-size: 17px;
    margin-bottom: 5px;
    padding-top: calc(17px / 2);
    line-height: 1.6;
  }
  .wp-block-post-content .h6:first-child,
  .wp-block-post-content h6:first-child,
  .entry-content .h6:first-child,
  .entry-content h6:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .wp-block-post-content .h5,
  .wp-block-post-content h5,
  .entry-content .h5,
  .entry-content h5 {
    font-size: 17px;
    margin-bottom: 5px;
    padding-top: calc(17px / 2);
    line-height: 1.6;
  }
  .wp-block-post-content .h5:first-child,
  .wp-block-post-content h5:first-child,
  .entry-content .h5:first-child,
  .entry-content h5:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .wp-block-post-content .h4,
  .wp-block-post-content h4,
  .entry-content .h4,
  .entry-content h4 {
    font-size: 21px;
    margin-bottom: 9px;
    padding-top: calc(21px / 2);
    line-height: 1.6;
  }
  .wp-block-post-content .h4:first-child,
  .wp-block-post-content h4:first-child,
  .entry-content .h4:first-child,
  .entry-content h4:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .wp-block-post-content .h3,
  .wp-block-post-content h3,
  .entry-content .h3,
  .entry-content h3 {
    font-size: 24px;
    margin-bottom: 12px;
    padding-top: calc(24px / 2);
    line-height: 1.6;
  }
  .wp-block-post-content .h3:first-child,
  .wp-block-post-content h3:first-child,
  .entry-content .h3:first-child,
  .entry-content h3:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .wp-block-post-content .h2,
  .wp-block-post-content h2,
  .entry-content .h2,
  .entry-content h2 {
    font-size: 26px;
    margin-bottom: 14px;
    padding-top: calc(26px / 2);
    line-height: 1.6;
  }
  .wp-block-post-content .h2:first-child,
  .wp-block-post-content h2:first-child,
  .entry-content .h2:first-child,
  .entry-content h2:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .wp-block-post-content .h1,
  .wp-block-post-content h1,
  .entry-content .h1,
  .entry-content h1 {
    font-size: 28px;
    margin-bottom: 16px;
    padding-top: calc(28px / 2);
    line-height: 1.6;
  }
  .wp-block-post-content .h1:first-child,
  .wp-block-post-content h1:first-child,
  .entry-content .h1:first-child,
  .entry-content h1:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}
.wp-block-post-content .title-marker *,
.entry-content .title-marker * {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #ded8d8));
  background: linear-gradient(transparent 65%, #ded8d8 0%);
  display: inline;
}
.wp-block-post-content .title-marker *:after,
.entry-content .title-marker *:after {
  content: "";
  display: block;
  height: 20px;
}
@media screen and (max-width: 480px) {
  .wp-block-post-content .title-marker *:after,
  .entry-content .title-marker *:after {
    height: 2.4vw;
  }
}
.is-tag-main-meet .wp-block-post-content .title-marker *,
.is-tag-main-meet .entry-content .title-marker * {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #efd7e5));
  background: linear-gradient(transparent 65%, #efd7e5 0%);
  display: inline;
}
.is-tag-main-meet .wp-block-post-content .title-marker *:after,
.is-tag-main-meet .entry-content .title-marker *:after {
  content: "";
  display: block;
  height: 20px;
}
@media screen and (max-width: 480px) {
  .is-tag-main-meet .wp-block-post-content .title-marker *:after,
  .is-tag-main-meet .entry-content .title-marker *:after {
    height: 2.4vw;
  }
}
.is-tag-main-difference .wp-block-post-content .title-marker *,
.is-tag-main-difference .entry-content .title-marker * {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #e2deed));
  background: linear-gradient(transparent 65%, #e2deed 0%);
  display: inline;
}
.is-tag-main-difference .wp-block-post-content .title-marker *:after,
.is-tag-main-difference .entry-content .title-marker *:after {
  content: "";
  display: block;
  height: 20px;
}
@media screen and (max-width: 480px) {
  .is-tag-main-difference .wp-block-post-content .title-marker *:after,
  .is-tag-main-difference .entry-content .title-marker *:after {
    height: 2.4vw;
  }
}
.is-tag-main-talk .wp-block-post-content .title-marker *,
.is-tag-main-talk .entry-content .title-marker * {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #d5e1ef));
  background: linear-gradient(transparent 65%, #d5e1ef 0%);
  display: inline;
}
.is-tag-main-talk .wp-block-post-content .title-marker *:after,
.is-tag-main-talk .entry-content .title-marker *:after {
  content: "";
  display: block;
  height: 20px;
}
@media screen and (max-width: 480px) {
  .is-tag-main-talk .wp-block-post-content .title-marker *:after,
  .is-tag-main-talk .entry-content .title-marker *:after {
    height: 2.4vw;
  }
}
.is-tag-main-feel .wp-block-post-content .title-marker *,
.is-tag-main-feel .entry-content .title-marker * {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #d4e4e3));
  background: linear-gradient(transparent 65%, #d4e4e3 0%);
  display: inline;
}
.is-tag-main-feel .wp-block-post-content .title-marker *:after,
.is-tag-main-feel .entry-content .title-marker *:after {
  content: "";
  display: block;
  height: 20px;
}
@media screen and (max-width: 480px) {
  .is-tag-main-feel .wp-block-post-content .title-marker *:after,
  .is-tag-main-feel .entry-content .title-marker *:after {
    height: 2.4vw;
  }
}
.is-tag-main-with .wp-block-post-content .title-marker *,
.is-tag-main-with .entry-content .title-marker * {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #efd9db));
  background: linear-gradient(transparent 65%, #efd9db 0%);
  display: inline;
}
.is-tag-main-with .wp-block-post-content .title-marker *:after,
.is-tag-main-with .entry-content .title-marker *:after {
  content: "";
  display: block;
  height: 20px;
}
@media screen and (max-width: 480px) {
  .is-tag-main-with .wp-block-post-content .title-marker *:after,
  .is-tag-main-with .entry-content .title-marker *:after {
    height: 2.4vw;
  }
}
.is-tag-main-expands .wp-block-post-content .title-marker *,
.is-tag-main-expands .entry-content .title-marker * {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #e8d3c0));
  background: linear-gradient(transparent 65%, #e8d3c0 0%);
  display: inline;
}
.is-tag-main-expands .wp-block-post-content .title-marker *:after,
.is-tag-main-expands .entry-content .title-marker *:after {
  content: "";
  display: block;
  height: 20px;
}
@media screen and (max-width: 480px) {
  .is-tag-main-expands .wp-block-post-content .title-marker *:after,
  .is-tag-main-expands .entry-content .title-marker *:after {
    height: 2.4vw;
  }
}
.is-tag-main-life .wp-block-post-content .title-marker *,
.is-tag-main-life .entry-content .title-marker * {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #eeebc2));
  background: linear-gradient(transparent 65%, #eeebc2 0%);
  display: inline;
}
.is-tag-main-life .wp-block-post-content .title-marker *:after,
.is-tag-main-life .entry-content .title-marker *:after {
  content: "";
  display: block;
  height: 20px;
}
@media screen and (max-width: 480px) {
  .is-tag-main-life .wp-block-post-content .title-marker *:after,
  .is-tag-main-life .entry-content .title-marker *:after {
    height: 2.4vw;
  }
}
.wp-block-post-content .has-title-voice,
.entry-content .has-title-voice {
  position: relative;
  margin-top: 8vw;
  padding-top: 9vw !important;
}
.wp-block-post-content .title-voice,
.entry-content .title-voice {
  border: solid #4a4942 1px;
  position: absolute;
  display: inline-block;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  padding: 1.3333333333vw;
  text-align: left;
  line-height: 1.4;
  font-size: 3.7333333333vw;
  top: -3.5vw;
}
.wp-block-post-content .title-voice:before,
.entry-content .title-voice:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  width: 4.2666666667vw;
  height: 2.9333333333vw;
  background: url(/assets/images/common/title_fukidashi_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.wp-block-post-content hr,
.entry-content hr {
  display: block;
  border-top: 0.2666666667vw solid #ded8d8;
  padding: 0;
  margin: 6.6666666667vw 0;
  color: transparent;
}
@media screen and (min-width: 480px) {
  .wp-block-post-content hr,
  .entry-content hr {
    border-top: 1px solid #ded8d8;
    margin: 40px 0;
  }
  .wp-block-post-content .has-title-voice,
  .entry-content .has-title-voice {
    margin-top: 50px;
    padding-top: 30px !important;
  }
  .wp-block-post-content .title-voice,
  .entry-content .title-voice {
    border-radius: 6px;
    font-size: 18px;
    padding: 5px 15px !important;
    top: -15px;
  }
  .wp-block-post-content .title-voice:before,
  .entry-content .title-voice:before {
    width: 15px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-post-content hr,
  .entry-content hr {
    margin: 50px 0;
  }
}
.wp-block-post-content img,
.wp-block-post-content video,
.entry-content img,
.entry-content video {
  height: auto;
  max-width: 100%;
}
.wp-block-post-content img.alignleft,
.wp-block-post-content img.alignright,
.entry-content img.alignleft,
.entry-content img.alignright {
  float: none;
  margin: 0;
}
.wp-block-post-content .comment-content .wp-smiley,
.wp-block-post-content .entry-content .wp-smiley,
.wp-block-post-content .page-content .wp-smiley,
.entry-content .comment-content .wp-smiley,
.entry-content .entry-content .wp-smiley,
.entry-content .page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-block-post-content audio:focus,
.wp-block-post-content video:focus,
.entry-content audio:focus,
.entry-content video:focus {
  outline: thin dotted;
}
.wp-block-post-content embed,
.wp-block-post-content iframe,
.wp-block-post-content object,
.entry-content embed,
.entry-content iframe,
.entry-content object {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-block-post-content p > embed:only-child,
.wp-block-post-content p > iframe:only-child,
.wp-block-post-content p > object:only-child,
.entry-content p > embed:only-child,
.entry-content p > iframe:only-child,
.entry-content p > object:only-child {
  margin-bottom: 0;
}
.wp-block-post-content .entry-content .aligncenter:not(.wp-block-gallery),
.wp-block-post-content div.aligncenter:not(.wp-block-gallery),
.entry-content .entry-content .aligncenter:not(.wp-block-gallery),
.entry-content div.aligncenter:not(.wp-block-gallery) {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-post-content .alignleft,
.wp-block-post-content .entry-content .alignleft,
.entry-content .alignleft,
.entry-content .entry-content .alignleft {
  float: left;
  margin-right: 15px;
}
.wp-block-post-content .alignright,
.wp-block-post-content .entry-content .alignright,
.entry-content .alignright,
.entry-content .entry-content .alignright {
  float: right;
  margin-left: 15px;
}
.wp-block-post-content .fullimg,
.wp-block-post-content .fullimg figure,
.entry-content .fullimg,
.entry-content .fullimg figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  max-width: none;
}
.wp-block-post-content .fullimg figure img,
.wp-block-post-content .fullimg img,
.entry-content .fullimg figure img,
.entry-content .fullimg img {
  width: 100% !important;
  height: auto;
}
.wp-block-post-content .gallery-caption,
.wp-block-post-content .wp-caption,
.entry-content .gallery-caption,
.entry-content .wp-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-block-post-content .wp-caption img[class*=wp-image-],
.entry-content .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-post-content .wp-caption .wp-caption-text,
.entry-content .wp-caption .wp-caption-text {
  color: #8c888c;
  font-size: 16px;
  font-size: 1rem;
  margin: 0.9375em 0;
  font-style: italic;
}
.wp-block-post-content .wp-caption.aligncenter,
.entry-content .wp-caption.aligncenter {
  margin: 0 auto 15px;
}
.wp-block-post-content .wp-caption,
.entry-content .wp-caption {
  width: auto;
  text-align: center;
}
.wp-block-post-content .wp-caption img,
.entry-content .wp-caption img {
  background: 0 0;
  border: 0 none;
}
.wp-block-post-content .fullimg .wp-caption.aligncenter,
.entry-content .fullimg .wp-caption.aligncenter {
  margin-bottom: 0;
}
.wp-block-post-content .fullimg .aligncenter,
.entry-content .fullimg .aligncenter {
  margin-bottom: 0;
}
.wp-block-post-content .fullimg p,
.entry-content .fullimg p {
  margin-bottom: 0;
}
.wp-block-post-content .tiled-gallery,
.entry-content .tiled-gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.wp-block-post-content .tiled-gallery .gallery,
.entry-content .tiled-gallery .gallery {
  clear: both;
  text-align: center;
  max-width: 100%;
}
.wp-block-post-content .tiled-gallery .gallery a:hover,
.entry-content .tiled-gallery .gallery a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.wp-block-post-content .wp-block-column:last-child:last-child figcaption,
.entry-content .wp-block-column:last-child:last-child figcaption {
  margin-bottom: 0;
}
.wp-block-post-content .wp-block-table.table-outline-none tr,
.entry-content .wp-block-table.table-outline-none tr {
  border: none;
}
.wp-block-post-content .wp-block-table.table-outline-none td,
.entry-content .wp-block-table.table-outline-none td {
  border: none;
  padding: 0.4rem 2rem 0.4rem 0;
}
.wp-block-post-content .wp-block-table.table-outline-none td:first-child,
.entry-content .wp-block-table.table-outline-none td:first-child {
  min-width: 120px;
}
.wp-block-post-content .wp-block-table.table-outline-none td:last-child,
.entry-content .wp-block-table.table-outline-none td:last-child {
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .wp-block-post-content .wp-block-table.table-outline-none tr,
  .entry-content .wp-block-table.table-outline-none tr {
    display: block;
    padding: 0 0 3vw;
  }
  .wp-block-post-content .wp-block-table.table-outline-none td,
  .entry-content .wp-block-table.table-outline-none td {
    display: block;
    width: 100%;
    padding: 0 0 1vw !important;
  }
  .wp-block-post-content .wp-block-table.table-outline-none td:first-child,
  .entry-content .wp-block-table.table-outline-none td:first-child {
    min-width: none;
    font-size: 115%;
  }
}
.wp-block-post-content .wp-block-columns-spec,
.entry-content .wp-block-columns-spec {
  border-top: solid 2px #ded8d8;
  border-bottom: solid 2px #ded8d8;
  margin: 3em 0;
}
.wp-block-post-content .wp-block-columns-spec > div,
.entry-content .wp-block-columns-spec > div {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
.wp-block-post-content .wp-block-columns-spec > div:last-child,
.entry-content .wp-block-columns-spec > div:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-post-content .wp-block-columns-spec h3, .wp-block-post-content .wp-block-columns-spec h2, .wp-block-post-content .wp-block-columns-spec h3,
.entry-content .wp-block-columns-spec h3,
.entry-content .wp-block-columns-spec h2,
.entry-content .wp-block-columns-spec h3 {
  font-size: 3.7333333333vw;
  font-weight: 700;
  padding: 0.5rem 1rem !important;
  background-color: #f5f3ec;
  display: table;
}
.wp-block-post-content .wp-block-columns-spec .wp-block-table,
.entry-content .wp-block-columns-spec .wp-block-table {
  margin-bottom: 0;
}
.wp-block-post-content .wp-block-columns-spec .wp-block-table table,
.entry-content .wp-block-columns-spec .wp-block-table table {
  margin-bottom: 0;
}
.wp-block-post-content .wp-block-columns-spec .wp-block-table table tr,
.entry-content .wp-block-columns-spec .wp-block-table table tr {
  border: none;
}
.wp-block-post-content .wp-block-columns-spec .wp-block-table table tr td,
.entry-content .wp-block-columns-spec .wp-block-table table tr td {
  border: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-post-content .wp-block-columns-spec .wp-block-table table tr td:first-child,
.entry-content .wp-block-columns-spec .wp-block-table table tr td:first-child {
  width: 6em;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .wp-block-post-content .wp-block-columns-spec,
  .entry-content .wp-block-columns-spec {
    border-width: 1px;
  }
  .wp-block-post-content .wp-block-columns-spec > div,
  .entry-content .wp-block-columns-spec > div {
    padding-top: 2.5em;
    padding-bottom: 1em;
  }
  .wp-block-post-content .wp-block-columns-spec > div:first-child,
  .entry-content .wp-block-columns-spec > div:first-child {
    border-right: solid 1px #ded8d8;
  }
  .wp-block-post-content .wp-block-columns-spec > div:last-child,
  .entry-content .wp-block-columns-spec > div:last-child {
    padding-top: 2.5em;
    padding-bottom: 1em;
  }
  .wp-block-post-content .wp-block-columns-spec h3, .wp-block-post-content .wp-block-columns-spec h2, .wp-block-post-content .wp-block-columns-spec h3,
  .entry-content .wp-block-columns-spec h3,
  .entry-content .wp-block-columns-spec h2,
  .entry-content .wp-block-columns-spec h3 {
    font-size: 14px;
    padding: 0.5rem 1rem !important;
  }
  .wp-block-post-content .wp-block-columns-spec .wp-block-table table tr td,
  .entry-content .wp-block-columns-spec .wp-block-table table tr td {
    padding-right: 0.8em;
  }
  .wp-block-post-content .wp-block-columns-spec .wp-block-table table tr td:first-child,
  .entry-content .wp-block-columns-spec .wp-block-table table tr td:first-child {
    width: 30%;
  }
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-embedded-content {
  max-width: none;
  width: 100%;
}

.btn-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  line-height: 1.5;
}

:root {
  --global--font-size-base: 3.6458333333vw;
  --global--font-size-xs: 2.4vw;
  --global--font-size-sm: 3vw;
  --global--font-size-md: 3.6458333333vw;
  --global--font-size-lg: 4.2vw;
  --global--font-size-xl: 5.2vw;
  --global--font-size-xxl: 6.5vw;
  --global--font-size-xxxl: 8vw;
}
@media screen and (min-width: 480px) {
  :root {
    --global--font-size-base: 1.6rem;
    --global--font-size-xs: 1rem;
    --global--font-size-sm: 1.3rem;
    --global--font-size-md: 1.6rem;
    --global--font-size-lg: 2rem;
    --global--font-size-xl: 2.5rem;
    --global--font-size-xxl: 3.2rem;
    --global--font-size-xxxl: 4rem;
  }
}

:root .is-extra-small-text,
:root .has-extra-small-font-size {
  font-size: var(--global--font-size-xs);
}

:root .is-small-text,
:root .has-small-font-size {
  font-size: var(--global--font-size-sm);
}

:root .is-regular-text,
:root .has-regular-font-size,
:root .is-normal-font-size,
:root .has-normal-font-size,
:root .has-medium-font-size {
  font-size: var(--global--font-size-base);
}

:root .is-large-text,
:root .has-large-font-size {
  font-size: var(--global--font-size-lg);
  line-height: var(--global--line-height-heading);
}

:root .is-larger-text,
:root .has-larger-font-size,
:root .is-extra-large-text,
:root .has-extra-large-font-size {
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading);
}

:root .is-huge-text,
:root .has-huge-font-size {
  font-size: var(--global--font-size-xxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}

:root .is-gigantic-text,
:root .has-gigantic-font-size {
  font-size: var(--global--font-size-xxxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}

#wpadminbar {
  background: rgba(0, 0, 0, 0.5) !important;
}