/*
Theme Name: errigal
Theme URI: https://projecterrigal.com/themes/errigal/
Author: Project Errigal
Author URI: https://projecterrigal.com/
Description: With errigal theme, your website looks clean and professional on any device. errigal is dedicated to helping free up your time with the power of the built-in styles and features. There is no need to add a dozen of plugins or custom stylings. We do the heavy lifting to achieve the best design for your website so that you can focus on what matters to you the most. Whether starting your online presence or taking it to the next level, look no further. Simply install errigal theme and get started.
Version: 1.0.2
Requires at least: 5.6
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: errigal
Tags: two-columns, right-sidebar, accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

errigal WordPress Theme, Copyright 2022 projecterrigal.com
errigal is distributed under the terms of the GNU GPL.
*/
/* A11Y */
.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 0.0625rem;
  margin: calc(-1 * 0.0625rem);
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
  word-wrap: normal !important;
  word-break: normal;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 0.3125rem;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 0.3125rem;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@media (prefers-reduced-motion) {
  * {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
  }
}

input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not(.widefat):not(.tiny-text),
textarea:not(.widefat):not(.editor-post-title__input) {
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 0.0625rem !important;
}

input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not(.widefat):not(.tiny-text).error,
textarea:not(.widefat):not(.editor-post-title__input).error {
  border-color: #c90f2b !important;
  border-width: 0.125rem !important;
}

@-moz-document url-prefix() {
  :focus-visible {
    outline-style: solid !important;
    outline-width: 0.125rem !important;
  }
  .button:focus-visible, .wp-block-search__button:focus-visible,
  .wp-block-button > a:focus-visible {
    outline-color: #383737;
  }
  .button.contained:focus-visible, .contained.wp-block-search__button:focus-visible,
  .wp-block-button.is-style-outline > a:focus-visible {
    outline-color: #919191;
  }
  .chip:focus-visible {
    outline-color: #252525;
  }
  .chip.secondary:focus-visible {
    outline-color: #5e5e5e;
  }
  input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not(.widefat):not(.tiny-text):focus-visible,
  textarea:not(.widefat):not(.editor-post-title__input):focus-visible {
    outline-offset: calc(-1 * 0.125rem) !important;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not(.widefat):not(.tiny-text):focus,
    textarea:not(.widefat):not(.editor-post-title__input):focus {
      outline-offset: calc(-1 * 0.25rem) !important;
    }
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .main-navigation .menu-item > a:focus {
      outline-style: solid !important;
      outline-width: 0.125rem !important;
    }
  }
}

@media (max-width: 767px) {
  body:not(.mobile-device) .menu-container {
    visibility: hidden;
  }
  body:not(.mobile-device) .menu-container.show {
    visibility: visible;
  }
}

.mobile-device button:focus:not(:focus-visible),
.mobile-device .button:not(.edit-media):not(.change-media):focus:not(:focus-visible),
.mobile-device .wp-block-search__button:not(.edit-media):not(.change-media):focus:not(:focus-visible),
.mobile-device [type="button"]:focus:not(:focus-visible),
.mobile-device [type="reset"]:focus:not(:focus-visible),
.mobile-device [type="submit"]:focus:not(:focus-visible),
.mobile-device [type="checkbox"]:focus:not(:focus-visible),
.mobile-device [type="radio"]:focus:not(:focus-visible) {
  outline: none !important;
}

.mobile-device .mobile-search__container .search-field:focus {
  border: none !important;
}

.page-title.autofocused:focus,
.post-header__post-title.autofocused:focus,
.post-content > :first-child.autofocused:focus,
.post-content.autofocused:focus,
body.autofocused:focus,
.site-header__search-button.autofocused:focus,
.site-header__menu-button.autofocused:focus,
.menu-item > a.autofocused:focus,
.sub-menu-toggle.autofocused:focus,
.close-menu-button.autofocused:focus,
.mobile-navigation__button.autofocused:focus,
.mobile-search__close-search-button.autofocused:focus {
  outline: none !important;
}

input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not(.widefat):not(.tiny-text):focus,
textarea:not(.widefat):not(.editor-post-title__input):focus {
  border-color: #4c4c4c !important;
  border-style: solid;
  border-width: 0.125rem !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .editor-post-title__input {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.0625rem dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: calc(-1 * 0.125rem);
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea:not(.widefat):not(.editor-post-title__input),
pre,
iframe,
hr, h1, .editor-post-title__input,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #fcfcfc;
  color: #474747;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

button {
  cursor: pointer;
}

.wp-block-legacy-widget__edit-form .mejs-button.mejs-playpause-button.mejs-play,
.wp-block-legacy-widget__edit-form .mejs-button.mejs-volume-button.mejs-mute {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-button__link,
.wp-block-file__button {
  border-radius: 0.25rem !important;
  padding: 0.5rem 1.5rem !important;
}

.is-style-outline > .wp-block-button__link {
  border: 0.0625rem solid;
}

.wp-block-code {
  border: 0.0625rem solid;
  border-radius: 0.25rem;
  padding: 1.5rem;
}

.wp-block-code > code {
  border: none;
  padding: 0;
}

.wp-block-columns .wp-block-column > * {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
}

.blocks-gallery-grid {
  padding: 0 !important;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: calc(-1 * 0.5rem) calc(-1 * 0.25rem);
}

.gallery .gallery-item {
  padding: 0.5rem 0.25rem;
  text-align: center;
  width: 100%;
}

.gallery img {
  display: inline-block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

.gallery:not(.gallery-size-thumbnail) img {
  width: 100%;
}

.gallery-caption {
  margin-top: 0.5rem;
}

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

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

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

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

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

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

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

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

.blocks-gallery-caption {
  text-align: center;
}

.wp-block-image :not(.is-resized) img {
  width: 100%;
}

body.attachment .wp-block-image {
  text-align: center;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 1rem;
}

.blocks-gallery-caption {
  font-size: 0.875rem;
  line-height: 1.5;
}

.wp-block-group::after, .wp-block-group::before {
  clear: both;
  content: "";
  display: block;
}

.wp-block-group.has-background {
  padding: 1.5rem 2rem;
}

.wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-separator {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.wp-block-separator.is-style-default {
  margin: 5rem auto !important;
  width: 80%;
}

.wp-block-image {
  text-align: center;
}

.wp-block-post-featured-image > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-posts,
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}

.wp-block-latest-posts__post-author:not(:first-child),
.wp-block-latest-posts__post-date:not(:first-child) {
  margin-top: 0.25rem;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  font-size: 0.875rem;
}

ol,
ul {
  padding-left: 1.5rem;
}

ol ol,
ul ul {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 1rem;
}

li {
  margin-bottom: 1rem !important;
}

li > ol,
li > ul {
  margin-top: 1rem;
}

ol.aligncenter,
ul.aligncenter {
  list-style-position: inside;
  padding: 0;
  text-align: center;
}

ol.alignright,
ul.alignright {
  float: none;
  list-style-position: inside;
  padding: 0;
  text-align: right;
}

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

.wp-block-embed__wrapper {
  text-align: center;
}

.wp-block-embed__wrapper > * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-embed__wrapper > blockquote {
  display: inline-block;
}

figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-align: center;
}

figcaption.alignleft, figcaption.alignright,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption-text.alignleft,
.wp-caption-text.alignright,
.wp-block-embed figcaption.alignleft,
.wp-block-embed figcaption.alignright,
.wp-block-image figcaption.alignleft,
.wp-block-image figcaption.alignright,
.wp-block-video figcaption.alignleft,
.wp-block-video figcaption.alignright {
  margin-bottom: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 1.5rem;
}

figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption {
  font-size: 0.875rem;
  line-height: 1.5;
}

pre.wp-block-preformatted {
  overflow-x: auto;
  white-space: pre !important;
}

.wp-block-pullquote {
  border: none;
}

.wp-block-pullquote.is-style-solid-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  background: none;
  border: none !important;
  margin: 0;
  padding: 0 !important;
}

.wp-block-pullquote p {
  font-size: 1.75rem;
  line-height: 1.5;
}

.wp-block-quote, blockquote,
.wp-block-quote.is-style-large,
blockquote.is-style-large {
  border-left: 0.5rem solid !important;
  padding: 2rem !important;
}

.wp-block-quote.has-text-align-right, blockquote.has-text-align-right,
.wp-block-quote.is-style-large.has-text-align-right,
blockquote.is-style-large.has-text-align-right {
  border-left: none;
  border-right: 0.5rem solid !important;
  text-align: right;
}

.wp-block-quote > *:last-child, blockquote > *:last-child,
.wp-block-quote.is-style-large > *:last-child,
blockquote.is-style-large > *:last-child {
  margin-bottom: 0 !important;
}

.wp-block-quote p, blockquote p,
.wp-block-quote.is-style-large p,
blockquote.is-style-large p {
  margin-bottom: 1rem;
}

.wp-block-quote.is-large p, blockquote.is-large p,
.wp-block-quote.is-style-large p,
blockquote.is-style-large p {
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
}

.wp-block-rss {
  padding-left: 0;
}

.wp-block-rss__item {
  list-style: none;
}

.wp-block-search__label {
  margin-bottom: 1rem;
}

.wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.125rem solid !important;
  border-radius: 0.25rem !important;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem !important;
  width: 100%;
}

.wp-block-search__input:focus {
  outline: revert !important;
}

.wp-block-search__button {
  padding: 1rem !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .wp-block-search__input {
    outline-offset: 0;
  }
}

.wp-block-search__button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 413px) {
  .wp-block-search__inside-wrapper {
    display: block;
  }
  .wp-block-search__inside-wrapper .wp-block-search__button {
    margin-left: 0;
    margin-top: 1rem;
    padding: 0.5rem 1.5rem !important;
  }
}

@media (min-width: 1025px) and (max-width: 1365px) {
  .widget_search .wp-block-search__inside-wrapper {
    display: block;
  }
  .widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
    margin-left: 0;
    margin-top: 1rem;
    padding: 0.5rem 1.5rem !important;
  }
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 1rem;
}

.wp-block {
  max-width: 100%;
}

.has-drop-cap:not(:focus)::after {
  clear: both;
  content: "";
  display: table;
}

.wp-block-verse {
  font-family: inherit;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0 1rem 1rem 0 !important;
}

.wp-block[data-align="left"] > * {
  float: left;
  margin: 0 1rem 1rem 0 !important;
}

.alignright {
  float: right;
  margin: 0 0 1rem 1rem !important;
}

.wp-block[data-align="right"] > * {
  float: right;
  margin: 0 0 1rem 1rem !important;
}

.alignleft,
.alignleft {
  max-width: 50% !important;
}

.post-content > *.alignleft,
.post-content > *.alignright,
.post-content > *.alignleft:first-child + *,
.post-content > *.alignright:first-child + *,
.post-content > *.alignfull.has-background {
  margin-top: 0 !important;
}

body {
  padding-left: 2rem;
  padding-right: 2rem;
}

.mce-content-body, .block-editor-block-list__layout.is-root-container {
  word-wrap: break-word;
}

.mce-content-body h1:not(:last-child), .mce-content-body .editor-post-title__input:not(:last-child), .block-editor-block-list__layout.is-root-container h1:not(:last-child), .block-editor-block-list__layout.is-root-container .editor-post-title__input:not(:last-child) {
  margin-bottom: calc(3rem * 1.5);
}

.mce-content-body h1:not(:first-child), .mce-content-body .editor-post-title__input:not(:first-child), .block-editor-block-list__layout.is-root-container h1:not(:first-child), .block-editor-block-list__layout.is-root-container .editor-post-title__input:not(:first-child) {
  margin-top: calc(3rem * 2);
}

@media (max-width: 577px) {
  .mce-content-body h1:not(:last-child), .mce-content-body .editor-post-title__input:not(:last-child), .block-editor-block-list__layout.is-root-container h1:not(:last-child), .block-editor-block-list__layout.is-root-container .editor-post-title__input:not(:last-child) {
    margin-bottom: calc(2.25rem * 1.5);
  }
  .mce-content-body h1:not(:first-child), .mce-content-body .editor-post-title__input:not(:first-child), .block-editor-block-list__layout.is-root-container h1:not(:first-child), .block-editor-block-list__layout.is-root-container .editor-post-title__input:not(:first-child) {
    margin-top: calc(2.25rem * 2);
  }
}

.mce-content-body h2:not(:last-child), .block-editor-block-list__layout.is-root-container h2:not(:last-child) {
  margin-bottom: calc(2.5rem * 1.5);
}

.mce-content-body h2:not(:first-child), .block-editor-block-list__layout.is-root-container h2:not(:first-child) {
  margin-top: calc(2.5rem * 2);
}

@media (max-width: 577px) {
  .mce-content-body h2:not(:last-child), .block-editor-block-list__layout.is-root-container h2:not(:last-child) {
    margin-bottom: calc(2rem * 1.5);
  }
  .mce-content-body h2:not(:first-child), .block-editor-block-list__layout.is-root-container h2:not(:first-child) {
    margin-top: calc(2rem * 2);
  }
}

.mce-content-body h3:not(:last-child), .block-editor-block-list__layout.is-root-container h3:not(:last-child) {
  margin-bottom: calc(2rem * 1.5);
}

.mce-content-body h3:not(:first-child), .block-editor-block-list__layout.is-root-container h3:not(:first-child) {
  margin-top: calc(2rem * 2);
}

@media (max-width: 577px) {
  .mce-content-body h3:not(:last-child), .block-editor-block-list__layout.is-root-container h3:not(:last-child) {
    margin-bottom: calc(1.75rem * 1.5);
  }
  .mce-content-body h3:not(:first-child), .block-editor-block-list__layout.is-root-container h3:not(:first-child) {
    margin-top: calc(1.75rem * 2);
  }
}

.mce-content-body h4:not(:last-child), .block-editor-block-list__layout.is-root-container h4:not(:last-child) {
  margin-bottom: calc(1.75rem * 1.5);
}

.mce-content-body h4:not(:first-child), .block-editor-block-list__layout.is-root-container h4:not(:first-child) {
  margin-top: calc(1.75rem * 2);
}

@media (max-width: 577px) {
  .mce-content-body h4:not(:last-child), .block-editor-block-list__layout.is-root-container h4:not(:last-child) {
    margin-bottom: calc(1.5rem * 1.5);
  }
  .mce-content-body h4:not(:first-child), .block-editor-block-list__layout.is-root-container h4:not(:first-child) {
    margin-top: calc(1.5rem * 2);
  }
}

.mce-content-body h5:not(:last-child), .block-editor-block-list__layout.is-root-container h5:not(:last-child) {
  margin-bottom: calc(1.5rem * 1.5);
}

.mce-content-body h5:not(:first-child), .block-editor-block-list__layout.is-root-container h5:not(:first-child) {
  margin-top: calc(1.5rem * 2);
}

@media (max-width: 577px) {
  .mce-content-body h5:not(:last-child), .block-editor-block-list__layout.is-root-container h5:not(:last-child) {
    margin-bottom: calc(1.125rem * 1.5);
  }
  .mce-content-body h5:not(:first-child), .block-editor-block-list__layout.is-root-container h5:not(:first-child) {
    margin-top: calc(1.125rem * 2);
  }
}

.mce-content-body h6:not(:last-child), .block-editor-block-list__layout.is-root-container h6:not(:last-child) {
  margin-bottom: calc(1.25rem * 1.5);
}

.mce-content-body h6:not(:first-child), .block-editor-block-list__layout.is-root-container h6:not(:first-child) {
  margin-top: calc(1.25rem * 2);
}

@media (max-width: 577px) {
  .mce-content-body h6:not(:last-child), .block-editor-block-list__layout.is-root-container h6:not(:last-child) {
    margin-bottom: calc(1rem * 1.5);
  }
  .mce-content-body h6:not(:first-child), .block-editor-block-list__layout.is-root-container h6:not(:first-child) {
    margin-top: calc(1rem * 2);
  }
}

.mce-content-body > h2, .block-editor-block-list__layout.is-root-container > h2 {
  border: 0.125rem solid;
  border-radius: 0.125rem;
  padding: 1rem 1rem 1rem 1.5rem;
  position: relative;
}

.mce-content-body > h2::after, .block-editor-block-list__layout.is-root-container > h2::after {
  content: "" !important;
  height: calc(100% - 1rem);
  left: 0.5rem !important;
  position: absolute !important;
  top: 0.5rem !important;
  width: 0.5rem;
}

.mce-content-body > h3, .block-editor-block-list__layout.is-root-container > h3 {
  position: relative;
}

.mce-content-body > h3::after, .block-editor-block-list__layout.is-root-container > h3::after {
  bottom: calc(-1 * 1rem) !important;
  content: "" !important;
  height: 0.25rem;
  left: 0 !important;
  position: absolute !important;
  top: auto !important;
  width: 20%;
}

.mce-content-body p.has-background, .block-editor-block-list__layout.is-root-container p.has-background {
  padding: 1.5rem;
}

.mce-content-body iframe, .block-editor-block-list__layout.is-root-container iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.edit-post-visual-editor__post-title-wrapper {
  border-bottom: 1px solid;
  margin-bottom: 5rem !important;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.wp-block.editor-post-title.editor-post-title__block {
  margin: 0;
}

.mce-content-body::after, .mce-content-body::before,
.block-editor-block-list__layout.is-root-container::after,
.block-editor-block-list__layout.is-root-container::before {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

.mce-content-body > *:not(:first-child):not(h1):not(.editor-post-title__input):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.block-editor-block-list__layout.is-root-container > *:not(:first-child):not(h1):not(.editor-post-title__input):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  {
  margin-top: 2rem !important;
}

.mce-content-body > *:not(:last-child):not(h1):not(.editor-post-title__input):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.block-editor-block-list__layout.is-root-container > *:not(:last-child):not(h1):not(.editor-post-title__input):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  {
  margin-bottom: 2rem !important;
}

.checkbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 1rem 0;
}

.checkbox > input[type="checkbox"] {
  border: 0.125rem solid;
  border-radius: 0.25rem;
  height: 1.5rem;
  margin-right: 1rem;
  min-width: 1.5rem;
  width: 1.5rem;
}

.widget-content .checkbox {
  display: inline-block;
  margin: 0 0.25rem 0 0;
}

.input-field {
  margin: 1rem 0 0.5rem;
  position: relative;
}

.input-field input {
  height: 3.5rem;
}

.input-field textarea {
  display: block;
  height: 10rem;
  max-height: calc(10rem * 2);
  max-width: 100%;
  min-height: 10rem;
  min-width: 100%;
  resize: vertical;
}

.input-field input,
.input-field textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid;
  border-radius: 0.25rem;
  padding: 1rem;
  width: 100%;
}

.input-field input.error,
.input-field textarea.error {
  border-width: 0.125rem;
}

.input-field label {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(1rem, 1rem) scale(1);
          transform: translate(1rem, 1rem) scale(1);
  -webkit-transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.input-field label.active {
  padding: 0 0.25rem;
  -webkit-transform: translate(2%, -0.75rem) scale(0.8);
          transform: translate(2%, -0.75rem) scale(0.8);
}

.input-field label.active::after {
  bottom: 0.5rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.input-field label.active {
  font-weight: 600;
}

figure {
  max-width: 100%;
}

figcaption {
  margin-top: 0.5rem;
  pointer-events: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.site textarea {
  max-width: 100%;
}

hr {
  border-bottom: 0.0625rem solid;
  border-left: none;
  border-right: none;
  border-top: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

dt,
dd {
  margin-bottom: 1rem;
}

dd {
  padding-left: 1.5rem;
}

dt {
  font-weight: 600;
}

pre {
  overflow-x: auto;
  white-space: pre !important;
  word-wrap: normal;
}

.block-editor__typewriter pre {
  white-space: pre-wrap !important;
}

code,
pre {
  font-size: 1em !important;
}

.wp-block-legacy-widget__edit-form select:focus {
  outline: revert !important;
}

.wp-block-legacy-widget__edit-preview select, .block-editor-block-list__layout.is-root-container select {
  padding: 0.5rem 1rem;
}

table,
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}

table caption,
.wp-block-table caption {
  margin-bottom: 1.5rem;
}

table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
  text-align: center;
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5rem;
}

table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-width: 0;
}

table figcaption,
.wp-block-table figcaption {
  font-size: 0.875rem;
}

.button:not(.edit-media):not(.change-media), .wp-block-search__button:not(.edit-media):not(.change-media) {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0.0625rem solid;
  border-radius: 0.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 1.5rem;
}

.button:not(.edit-media):not(.change-media).small, .wp-block-search__button:not(.edit-media):not(.change-media).small {
  padding: 0.125rem 0.5rem;
}

.icon-left > .svg-icon {
  margin-right: 0.5rem;
}

.icon-right > .svg-icon {
  margin-left: 0.5rem;
}

.card {
  border: 0.0625rem solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card.large, .card.medium {
  border-radius: 1rem;
}

@media (max-width: 767px) {
  .card.large, .card.medium {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card.small {
  border-radius: 0.5rem;
}

.card.large {
  padding: 2rem 1.5rem;
}

@media (min-width: 578px) {
  .card.large {
    padding: 3rem 2rem;
  }
}

.card.medium {
  padding: 2rem 1.5rem;
}

@media (min-width: 578px) {
  .card.medium {
    padding: 2rem;
  }
}

.card.small {
  padding: 1rem 1.5rem;
}

@media (max-width: 767px) {
  .card.large > *:last-child:not(:only-child) {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .card.large > *:last-child:not(:only-child) {
    margin-left: 2rem;
  }
}

@media (max-width: 767px) {
  .card.medium > *:last-child:not(:only-child) {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .card.medium > *:last-child:not(:only-child) {
    margin-left: 1.5rem;
  }
}

.card.small > *:last-child:not(:only-child) {
  margin-left: 1.5rem;
}

.card-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.card-image .post-thumbnail {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .card.large .card-image {
    width: 35%;
  }
}

.card.large .card-image > a {
  border-radius: 1rem;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.card.large .card-image .post-thumbnail {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.card.medium .card-image {
  border-radius: 1rem;
  height: 12rem;
}

@media (min-width: 768px) {
  .card.medium .card-image {
    min-width: 12rem;
    width: 12rem;
  }
}

.card.medium .card-image .post-thumbnail {
  border-radius: 1rem;
}

.card.small .card-image {
  border-radius: 0.25rem;
  height: 5rem;
  width: 5rem;
}

@media (min-width: 414px) {
  .card.small .card-image {
    height: 8.25rem;
    min-width: 8.25rem;
  }
}

.card.small .card-image .post-thumbnail {
  border-radius: 0.25rem;
}

.card-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

a.card,
.card a {
  text-decoration: none;
}

.chip {
  border-radius: 0.25rem;
  display: inline-block;
  margin: 0.5rem;
  padding: 0.25rem 0.5rem;
}

a.chip,
.chip {
  text-decoration: none;
}

.chip {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.container, .edit-post-visual-editor__post-title-wrapper,
.block-editor-block-list__layout.is-root-container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.section {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0.5rem;
}

@media (min-width: 414px) {
  .row {
    margin: 0 1rem;
  }
}

@media (min-width: 578px) {
  .row {
    margin: 0 1.5rem;
  }
}

@media (min-width: 768px) {
  .row {
    margin: 0 2rem;
  }
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 100%;
}

@media (min-width: 414px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 100%;
  }
}

@media (min-width: 578px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 100%;
  }
}

.modal-background {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.modal-background.show {
  display: block;
  z-index: 20;
}

html {
  font-family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif';
  font-size: 112.5%;
  font-weight: 400;
  line-height: 1.5;
}

html.small-font {
  font-size: 100%;
}

html.large-font {
  font-size: 125%;
}

h1, .editor-post-title__input,
h2,
h3:not(.wp-block-legacy-widget__edit-form-title),
h4,
h5,
h6 {
  line-height: 1.2;
}

h1 a, .editor-post-title__input a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1, .editor-post-title__input {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -1.5px;
}

@media (max-width: 577px) {
  h1, .editor-post-title__input {
    font-size: 2.25em;
  }
}

h2 {
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: -0.5px;
}

@media (max-width: 577px) {
  h2 {
    font-size: 2em;
  }
}

h3:not(.wp-block-legacy-widget__edit-form-title) {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: -0.5px;
}

@media (max-width: 577px) {
  h3:not(.wp-block-legacy-widget__edit-form-title) {
    font-size: 1.75em;
  }
}

h4 {
  font-size: 1.75em;
  font-weight: 600;
}

@media (max-width: 577px) {
  h4 {
    font-size: 1.5em;
  }
}

h5 {
  font-size: 1.5em;
  font-weight: 700;
}

@media (max-width: 577px) {
  h5 {
    font-size: 1.125em;
  }
}

h6 {
  font-size: 1.25em;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

small {
  font-size: 75%;
}

.subtitle, body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.subtitle.small, body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block h2.small {
  font-size: 1.25rem;
}

.subtitle.bold, body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block h2 {
  font-weight: 700;
}

.button-text, .wp-block-button__link,
.wp-block-file__button, .button:not(.edit-media):not(.change-media), .wp-block-search__button:not(.edit-media):not(.change-media) {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

.overline {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.is-large-text,
.has-large-font-size {
  font-size: 1.25rem;
}

.page-header,
.menu-item,
.card-title,
.card-content p,
.site-footer__copyright-text,
.branding,
.widget_tag_cloud .tagcloud,
.wp-block-post-title {
  max-width: 100%;
  word-wrap: break-word;
}

.page-header * {
  max-width: 100%;
  word-wrap: break-word;
}

.site-footer > .container > .row, .site-footer > .edit-post-visual-editor__post-title-wrapper > .row, .site-footer > .block-editor-block-list__layout.is-root-container > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    pre.wp-block-preformatted {
      word-wrap: normal;
    }
    .page-title {
      width: 100%;
    }
    .page-header *,
    .branding *,
    .card-title a {
      max-width: 100%;
      word-wrap: break-word;
    }
    .page-header,
    .card-content,
    .branding {
      min-width: 0;
    }
    .page-description p,
    .menu-item,
    .card-title,
    .card-content p,
    .site-footer__copyright-text {
      word-break: break-word !important;
    }
  }
}

.attachment-metadata > div:not(:first-child) {
  margin-top: 1rem;
}

.attachment-metadata,
.attachment-metadata a {
  font-size: 0.875rem;
}

.comment-list {
  padding-left: 0;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list img.avatar,
.comment-list .children img.avatar {
  border-radius: 50%;
  height: 2.5rem;
  left: 0;
  position: absolute;
  width: 2.5rem;
}

@media (min-width: 768px) {
  .comment-list .children > .comment.depth-2, .comment-list .children > .comment.depth-3, .comment-list .children > .comment.depth-4, .comment-list .children > .comment.depth-5 {
    margin-left: 3rem;
  }
}

.comment {
  margin: 2rem 0;
}

.comment-body {
  position: relative;
}

.bypostauthor {
  display: block;
}

.trackback .comment-body,
.pingback .comment-body {
  margin: 2rem 0;
  padding-left: 0 !important;
}

.comment-list.has-avatar .comment-body {
  padding-left: calc( 2.5rem + 0.5rem);
}

.comment-meta,
.comment-author {
  margin-bottom: 1rem;
}

.comment-content {
  margin-bottom: 1.5rem;
}

.comment-metadata > .edit-link {
  margin-left: 0.5rem;
}

#cancel-comment-reply-link {
  margin-left: 1rem;
}

.comment-respond {
  margin-top: 2rem;
  padding: 1.5rem 1rem;
}

@media (min-width: 414px) {
  .comment-respond {
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .comment-respond {
    padding: 3rem;
  }
}

.logged-in-as {
  margin: 2rem 0;
}

.comment-notes {
  margin: 1rem 0 2rem;
}

.form-submit {
  margin-top: 2rem;
  text-align: center;
}

.form-submit > input[type="submit"] {
  display: inline-block;
}

.comment-form div.error {
  font-size: 1rem;
  font-weight: 400;
}

.comment-reply-link {
  text-decoration: none;
}

.comment-reply-title {
  margin-top: 0;
}

.search-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page-content .search-form,
.mobile-search .search-form,
.widget .search-form {
  border-radius: 0.25rem;
}

.search-submit {
  background: none;
  border: 0;
  margin: 0.5rem;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.search-submit:active {
  background-color: #f5f5f5;
}

.search-submit:hover {
  background-color: rgba(213, 213, 213, 0.5);
}

.search-field-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.search-clear-button {
  background: none;
  border: none;
  display: none;
  margin: auto 1rem;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1.5rem;
  top: 0;
}

.search-clear-button.show {
  display: block;
}

.mobile-search .search-clear-button {
  margin-right: 0.5rem;
}

.search-field {
  border-radius: 0.25rem;
  min-width: 0;
  padding: 1.5rem 3rem 1.5rem 1rem;
}

.search-field:required {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-field::-ms-clear {
  display: none;
}

.mobile-search .search-field-container {
  border-radius: 0.25rem;
}

.mobile-search .search-field {
  border: none !important;
}

.site-header__search .search-field {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.search-label,
.search-field {
  width: 100%;
}

.search-label,
.search-field {
  line-height: 1.5;
}

@media (min-width: 1025px) {
  .widget-area {
    padding-left: 4rem;
  }
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:not(:last-child) {
  margin-bottom: 2rem;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:not(:last-child):after {
  border-bottom: 0.0625rem solid;
  content: "";
  display: block;
  margin-top: 2rem;
  position: relative;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block h2 {
  border: none;
  margin-bottom: 1.5rem !important;
  margin-top: 0 !important;
  padding: 0;
}

.widget > ul,
.widget > ul ul,
.widget .wp-block-group__inner-container ul,
.widget .wp-block-group__inner-container ol,
.widget .menu,
.widget .menu ul {
  list-style: none;
  padding-left: 0;
}

.widget li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.widget li:last-child {
  margin-bottom: 0;
}

.widget select {
  width: 100%;
}

.widget .sub-menu-toggle {
  display: none;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):active, body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):hover, body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):active, body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):hover {
  position: relative;
  z-index: 1;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):active:after, body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):hover:after, body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):active:after, body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):hover:after {
  border-radius: 0.25rem;
  bottom: calc(-1 * 0.125rem);
  content: "";
  left: calc(-1 * 0.25rem);
  position: absolute;
  right: calc(-1 * 0.25rem);
  top: calc(-1 * 0.125rem);
  z-index: -1;
}

.wp-calendar-table td,
.wp-calendar-table th {
  background: none !important;
  border: none !important;
  padding: 0.5rem;
  text-align: center;
}

.wp-calendar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  width: 100%;
}

.wp-calendar-nav .pad {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.widget-title .rsswidget {
  cursor: default;
  pointer-events: none;
}

.widget-title .rsswidget:first-of-type {
  display: none;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor), body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor) {
  text-decoration: none;
}

.wp-calendar-table th {
  font-weight: 700 !important;
}

blockquote p:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0.5C4 0.223858 4.22386 0 4.5 0H10.5C10.7761 0 11 0.223858 11 0.5V12C11 12.3108 10.9928 12.6185 10.9783 12.9231C10.6853 19.1102 7.47505 24 3.57143 24H3.5C3.22386 24 3 23.7761 3 23.5V22.6538C3 22.3777 3.22386 22.1538 3.5 22.1538H3.57143C6.84457 22.1538 8.7101 18.168 9 13L4.49231 12.9307C4.2192 12.9264 4 12.7039 4 12.4307V0.5Z' fill='%234C4C4C'/%3E%3Cpath d='M14 0.5C14 0.223858 14.2239 0 14.5 0H20.5C20.7761 0 21 0.223858 21 0.5V12C21 12.3108 20.9928 12.6185 20.9783 12.9231C20.6853 19.1102 17.475 24 13.5714 24H13.5C13.2239 24 13 23.7761 13 23.5V22.6538C13 22.3777 13.2239 22.1538 13.5 22.1538H13.5714C16.8446 22.1538 18.7101 18.0911 19 12.9231H14.5C14.2239 12.9231 14 12.6992 14 12.4231V0.5Z' fill='%234C4C4C'/%3E%3C/svg%3E");
  margin-left: 0.5rem;
}

blockquote p:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 1.84615H10.4286C7.15543 1.84615 5.2899 6.832 5 12H9.5C9.77614 12 10 12.2239 10 12.5V23.5C10 23.7761 9.77614 24 9.5 24H3.5C3.22386 24 3 23.7761 3 23.5V12C3 11.6892 3.00724 11.3815 3.02171 11.0769C3.31467 4.88985 6.52495 0 10.4286 0H10.5C10.7761 0 11 0.223858 11 0.5V1.34615C11 1.6223 10.7761 1.84615 10.5 1.84615Z' fill='%234C4C4C'/%3E%3Cpath d='M20.5 1.84615H20.4286C17.1554 1.84615 15.2899 6.832 15 12H19.5C19.7761 12 20 12.2239 20 12.5V23.5C20 23.7761 19.7761 24 19.5 24H13.5C13.2239 24 13 23.7761 13 23.5V12C13 11.6892 13.0072 11.3815 13.0217 11.0769C13.3147 4.88985 16.525 0 20.4286 0H20.5C20.7761 0 21 0.223858 21 0.5V1.34615C21 1.6223 20.7761 1.84615 20.5 1.84615Z' fill='%234C4C4C'/%3E%3C/svg%3E");
  margin-right: 0.5rem;
}

blockquote p:after, blockquote p:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  min-width: 1em;
  width: 1em;
  vertical-align: -10%;
}

.comment-form div.error::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23C90F2B'/%3E%3Cpath d='M8 3C7.44772 3 7 3.44772 7 4V10C7 10.5523 7.44772 11 8 11C8.55229 11 9 10.5523 9 10V4C9 3.44772 8.55229 3 8 3Z' fill='%23FFFFFF'/%3E%3Cpath d='M8 13.5C8.55229 13.5 9 13.0523 9 12.5C9 11.9477 8.55229 11.5 8 11.5C7.44772 11.5 7 11.9477 7 12.5C7 13.0523 7.44772 13.5 8 13.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  min-width: 1em;
  width: 1em;
  vertical-align: -10%;
}

.svg-icon {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}

.svg-icon.sm {
  height: 1rem;
  width: 1rem;
}

.svg-icon.md {
  height: 2rem;
  width: 2rem;
}

.svg-icon.lg {
  height: 3rem;
  width: 3rem;
}

.svg-icon.xl {
  height: 4rem;
  width: 4rem;
}

.svg-icon.\32xl {
  height: 6rem;
  width: 6rem;
}

.svg-icon.\33xl {
  height: 8rem;
  width: 8rem;
}

.wp-block-button__link,
.wp-block-file__button {
  background-color: #383737 !important;
  border: none;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(37, 37, 37, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(37, 37, 37, 0.16);
}

.wp-block-button__link:active,
.wp-block-file__button:active {
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(37, 37, 37, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(37, 37, 37, 0.32);
}

.wp-block-button__link:hover,
.wp-block-file__button:hover {
  background-color: #252525 !important;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(37, 37, 37, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(37, 37, 37, 0.24);
}

.is-style-outline > .wp-block-button__link {
  background-color: #ffffff !important;
  border-color: #383737 !important;
  color: #383737 !important;
}

.is-style-outline > .wp-block-button__link:hover {
  background-color: #f9f9f9 !important;
}

.wp-block-code {
  border-color: #e0e0e0;
  color: #474747;
}

.wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #ffffff !important;
}

.blocks-gallery-caption {
  color: #474747;
}

.wp-block-separator {
  color: #383737;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  color: #474747;
}

figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption {
  color: #474747;
}

.wp-block-quote, blockquote,
.wp-block-quote.is-style-large,
blockquote.is-style-large {
  background-color: #f5f5f5;
  border-left-color: #4c4c4c !important;
}

.wp-block-quote.has-text-align-right, blockquote.has-text-align-right,
.wp-block-quote.is-style-large.has-text-align-right,
blockquote.is-style-large.has-text-align-right {
  border-right-color: #4c4c4c !important;
}

.wp-block-search__input {
  border-color: #c2c2c2 !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .wp-block-search__input {
      background-color: #ffffff;
    }
  }
}

.wp-block-search__input:focus {
  outline-color: #4c4c4c !important;
}

.wp-block-search__button {
  background-color: #383737 !important;
  border-color: #383737 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(37, 37, 37, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(37, 37, 37, 0.16);
}

.wp-block-search__button:active {
  background-color: #030303 !important;
  border-color: #030303 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(37, 37, 37, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(37, 37, 37, 0.32);
}

.wp-block-search__button:hover:not([disabled]) {
  background-color: #252525 !important;
  border-color: #252525 !important;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(37, 37, 37, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(37, 37, 37, 0.24);
}

.wp-block-search__button[disabled] {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #ffffff !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: #e0e0e0;
}

.mce-content-body, .block-editor-block-list__layout.is-root-container {
  color: #474747;
}

.mce-content-body > h2, .block-editor-block-list__layout.is-root-container > h2 {
  border-color: #383737;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(37, 37, 37, 0.35);
          box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(37, 37, 37, 0.35);
}

.mce-content-body > h2::after, .block-editor-block-list__layout.is-root-container > h2::after {
  background-color: #383737;
}

.mce-content-body > h3::after, .block-editor-block-list__layout.is-root-container > h3::after {
  background-color: #4c4c4c;
}

.mce-content-body h1, .mce-content-body .editor-post-title__input,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6, .block-editor-block-list__layout.is-root-container h1, .block-editor-block-list__layout.is-root-container .editor-post-title__input,
.block-editor-block-list__layout.is-root-container h2,
.block-editor-block-list__layout.is-root-container h3,
.block-editor-block-list__layout.is-root-container h4,
.block-editor-block-list__layout.is-root-container h5,
.block-editor-block-list__layout.is-root-container h6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mce-content-body h1 a, .mce-content-body .editor-post-title__input a,
.mce-content-body h2 a,
.mce-content-body h3 a,
.mce-content-body h4 a,
.mce-content-body h5 a,
.mce-content-body h6 a, .block-editor-block-list__layout.is-root-container h1 a, .block-editor-block-list__layout.is-root-container .editor-post-title__input a,
.block-editor-block-list__layout.is-root-container h2 a,
.block-editor-block-list__layout.is-root-container h3 a,
.block-editor-block-list__layout.is-root-container h4 a,
.block-editor-block-list__layout.is-root-container h5 a,
.block-editor-block-list__layout.is-root-container h6 a {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.wp-block.editor-post-title__block,
.edit-post-visual-editor__post-title-wrapper {
  border-bottom-color: #858585;
}

.input-field label {
  color: #858585;
}

.input-field label.active::after {
  background-color: #fcfcfc;
}

.input-field input,
.input-field textarea {
  border-color: #c2c2c2;
}

hr {
  border-bottom-color: #ebe9e8;
}

.wp-block-legacy-widget__edit-preview select, .block-editor-block-list__layout.is-root-container select {
  background-color: #ffffff;
  border-color: #c2c2c2;
  color: #474747;
}

table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
  border-color: #383737;
}

.button:not(.edit-media):not(.change-media), .wp-block-search__button:not(.edit-media):not(.change-media) {
  color: #474747;
}

.button:not(.edit-media):not(.change-media):not(.contained), .wp-block-search__button:not(.edit-media):not(.change-media):not(.contained), .button:not(.edit-media):not(.change-media):not(.outlined), .wp-block-search__button:not(.edit-media):not(.change-media):not(.outlined) {
  border-color: transparent;
}

.button:not(.edit-media):not(.change-media).contained, .wp-block-search__button:not(.edit-media):not(.change-media).contained, .button:not(.edit-media):not(.change-media).outlined, .wp-block-search__button:not(.edit-media):not(.change-media).outlined {
  border-color: #383737;
}

.button:not(.edit-media):not(.change-media).contained.secondary, .wp-block-search__button:not(.edit-media):not(.change-media).contained.secondary, .button:not(.edit-media):not(.change-media).outlined.secondary, .wp-block-search__button:not(.edit-media):not(.change-media).outlined.secondary {
  border-color: #919191;
}

.button:not(.edit-media):not(.change-media).contained, .wp-block-search__button:not(.edit-media):not(.change-media).contained {
  background-color: #383737;
  color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(37, 37, 37, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(37, 37, 37, 0.16);
}

.button:not(.edit-media):not(.change-media).contained.secondary, .wp-block-search__button:not(.edit-media):not(.change-media).contained.secondary {
  background-color: #919191;
  color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(94, 94, 94, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(94, 94, 94, 0.16);
}

.button:not(.edit-media):not(.change-media).outlined, .wp-block-search__button:not(.edit-media):not(.change-media).outlined {
  color: #383737;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(37, 37, 37, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(37, 37, 37, 0.16);
}

.button:not(.edit-media):not(.change-media).outlined.secondary, .wp-block-search__button:not(.edit-media):not(.change-media).outlined.secondary {
  color: #919191;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(94, 94, 94, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(94, 94, 94, 0.16);
}

.button:not(.edit-media):not(.change-media):active, .wp-block-search__button:not(.edit-media):not(.change-media):active {
  background-color: #d5d5d5;
  color: #474747;
}

.button:not(.edit-media):not(.change-media):active.contained, .wp-block-search__button:not(.edit-media):not(.change-media):active.contained {
  background-color: #030303;
  border-color: #d5d5d5;
  color: #ffffff;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(37, 37, 37, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(37, 37, 37, 0.32);
}

.button:not(.edit-media):not(.change-media):active.contained.secondary, .wp-block-search__button:not(.edit-media):not(.change-media):active.contained.secondary {
  background-color: #4d4d4d;
  color: #ffffff;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(94, 94, 94, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(94, 94, 94, 0.32);
}

.button:not(.edit-media):not(.change-media):active.outlined, .wp-block-search__button:not(.edit-media):not(.change-media):active.outlined {
  background-color: rgba(196, 196, 196, 0.24);
  color: #030303;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(37, 37, 37, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(37, 37, 37, 0.32);
}

.button:not(.edit-media):not(.change-media):active.outlined.secondary, .wp-block-search__button:not(.edit-media):not(.change-media):active.outlined.secondary {
  background-color: rgba(128, 128, 128, 0.1);
  color: #4d4d4d;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(94, 94, 94, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(94, 94, 94, 0.32);
}

.button:not(.edit-media):not(.change-media):hover:not([disabled]), .wp-block-search__button:not(.edit-media):not(.change-media):hover:not([disabled]) {
  background-color: #f5f5f5;
}

.button:not(.edit-media):not(.change-media):hover:not([disabled]):not(.contained), .wp-block-search__button:not(.edit-media):not(.change-media):hover:not([disabled]):not(.contained), .button:not(.edit-media):not(.change-media):hover:not([disabled]):not(.outlined), .wp-block-search__button:not(.edit-media):not(.change-media):hover:not([disabled]):not(.outlined) {
  border-color: #c4c4c4;
}

.button:not(.edit-media):not(.change-media):hover:not([disabled]).contained, .wp-block-search__button:not(.edit-media):not(.change-media):hover:not([disabled]).contained {
  background-color: #252525;
  border-color: #d5d5d5;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(37, 37, 37, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(37, 37, 37, 0.24);
}

.button:not(.edit-media):not(.change-media):hover:not([disabled]).contained.secondary, .wp-block-search__button:not(.edit-media):not(.change-media):hover:not([disabled]).contained.secondary {
  background-color: #5e5e5e;
  border-color: #d5d5d5;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(94, 94, 94, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(94, 94, 94, 0.24);
}

.button:not(.edit-media):not(.change-media):hover:not([disabled]).outlined, .wp-block-search__button:not(.edit-media):not(.change-media):hover:not([disabled]).outlined {
  background-color: rgba(213, 213, 213, 0.24);
  border-color: #252525;
  color: #252525;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(37, 37, 37, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(37, 37, 37, 0.24);
}

.button:not(.edit-media):not(.change-media):hover:not([disabled]).outlined.secondary, .wp-block-search__button:not(.edit-media):not(.change-media):hover:not([disabled]).outlined.secondary {
  background-color: rgba(145, 145, 145, 0.1);
  color: #5e5e5e;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(94, 94, 94, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(94, 94, 94, 0.24);
}

.button:not(.edit-media):not(.change-media)[disabled], .wp-block-search__button:not(.edit-media):not(.change-media)[disabled] {
  background: none;
  color: #e0e0e0;
}

.button:not(.edit-media):not(.change-media)[disabled].contained, .wp-block-search__button:not(.edit-media):not(.change-media)[disabled].contained, .button:not(.edit-media):not(.change-media)[disabled].outlined, .wp-block-search__button:not(.edit-media):not(.change-media)[disabled].outlined {
  border-color: #e0e0e0;
}

.button:not(.edit-media):not(.change-media)[disabled].contained.secondary, .wp-block-search__button:not(.edit-media):not(.change-media)[disabled].contained.secondary, .button:not(.edit-media):not(.change-media)[disabled].outlined.secondary, .wp-block-search__button:not(.edit-media):not(.change-media)[disabled].outlined.secondary {
  border-color: #e0e0e0;
}

.button:not(.edit-media):not(.change-media)[disabled].contained, .wp-block-search__button:not(.edit-media):not(.change-media)[disabled].contained {
  background-color: #e0e0e0;
  color: #ffffff;
}

.button:not(.edit-media):not(.change-media)[disabled].contained.secondary, .wp-block-search__button:not(.edit-media):not(.change-media)[disabled].contained.secondary {
  background-color: #e0e0e0;
  color: #ffffff;
}

.button:not(.edit-media):not(.change-media)[disabled].outlined, .wp-block-search__button:not(.edit-media):not(.change-media)[disabled].outlined {
  color: #e0e0e0;
}

.button:not(.edit-media):not(.change-media)[disabled].outlined.secondary, .wp-block-search__button:not(.edit-media):not(.change-media)[disabled].outlined.secondary {
  color: #e0e0e0;
}

.card {
  border-color: #e0e0e0;
}

.card.large, .card.medium {
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(194, 194, 194, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(194, 194, 194, 0.16);
}

.card.small {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(194, 194, 194, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(194, 194, 194, 0.24);
}

.card.small:active {
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(94, 94, 94, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(94, 94, 94, 0.32);
}

.card.small:hover {
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(94, 94, 94, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(94, 94, 94, 0.24);
}

.card a {
  color: #474747;
}

.chip {
  background-color: #252525;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(37, 37, 37, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(37, 37, 37, 0.16);
}

.chip.secondary {
  background-color: #5e5e5e;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(94, 94, 94, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(94, 94, 94, 0.16);
}

.chip:active {
  background-color: #030303;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(37, 37, 37, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(37, 37, 37, 0.32);
}

.chip:active.secondary {
  background-color: #4d4d4d;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(94, 94, 94, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(94, 94, 94, 0.32);
}

.chip:hover {
  background-color: #141414;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(37, 37, 37, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(37, 37, 37, 0.24);
}

.chip:hover.secondary {
  background-color: #808080;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(94, 94, 94, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(94, 94, 94, 0.24);
}

.modal-background {
  background-color: rgba(54, 54, 54, 0.75);
}

a {
  color: #383737;
}

a:hover {
  color: #252525;
}

a:active {
  color: #030303;
}

.comment-author,
.comment-content,
.comment-form-cookies-consent,
.comment-metadata,
.comment-notes,
.comment-reply-title,
.comments-title {
  color: #474747;
}

.comment-form div.error {
  color: #c90f2b;
}

.search-clear-button,
.search-submit {
  color: #141414;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor), body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor),
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #474747;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block h2,
body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block h2 a {
  color: #0a0a0a;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:not(:last-child):after {
  border-bottom-color: #e0e0e0;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block a:active,
body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block li > a:active {
  color: #030303;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block a:hover,
body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block li > a:hover {
  color: #252525;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block li > a:active:after {
  background-color: #d5d5d5;
}

body.wp-block-widget-area__inner-blocks.block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block li > a:hover:after {
  background-color: #f5f5f5;
}
