@import url(https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Serif:wght@400;700&display=swap);
@import url(https://use.typekit.net/eiz1nci.css);
@charset "UTF-8";
/**
 * Vendor
 */
/*! 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 {
  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 {
  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, 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: underline dotted;
          text-decoration: underline 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, 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: 1px 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 {
  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"] {
  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: -2px;
  /* 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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**
 * Utils
 */
/**
 * Functions
 */
/**
 * Variables
 */
/**
 * Animations
 */
/**
 * Placeholders
 */
/**
 * Base
 */
/*
 * Alignment
 */
.alignfull {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
  max-width: none !important; }
  @media (max-width: 47.9375rem) {
    .alignfull {
      margin-left: -1.5rem !important;
      margin-right: -1.5rem !important; } }

.alignwide {
  max-width: 69.375rem !important; }

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

.alignleft {
  float: left;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem; }

.alignright {
  float: right;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem; }

.has-red-1-color {
  color: #AC1F28; }

.has-red-1-background-color {
  background-color: #AC1F28; }

.has-blue-1-color {
  color: #1087C8; }

.has-blue-1-background-color {
  background-color: #1087C8; }

.has-dark-red-color {
  color: #5E080D; }

.has-dark-red-background-color {
  background-color: #5E080D; }

.has-light-red-color {
  color: #FCF7F7; }

.has-light-red-background-color {
  background-color: #FCF7F7; }

.has-gold-color {
  color: #E3C663; }

.has-gold-background-color {
  background-color: #E3C663; }

.has-gray-color {
  color: #606060; }

.has-gray-background-color {
  background-color: #606060; }

.has-dark-gold-color {
  color: #E3B163; }

.has-dark-gold-background-color {
  background-color: #E3B163; }

.has-gray-lightest-color {
  color: #fdfdfd; }

.has-gray-lightest-background-color {
  background-color: #fdfdfd; }

.has-gray-lightest-2-color {
  color: #fcfcfc; }

.has-gray-lightest-2-background-color {
  background-color: #fcfcfc; }

.has-gray-lighter-color {
  color: #E6E6E6; }

.has-gray-lighter-background-color {
  background-color: #E6E6E6; }

.has-gray-light-color {
  color: #666666; }

.has-gray-light-background-color {
  background-color: #666666; }

.has-gray-decorator-color {
  color: #C4C4C4; }

.has-gray-decorator-background-color {
  background-color: #C4C4C4; }

.has-gray-very-light-color {
  color: #E9E9E9; }

.has-gray-very-light-background-color {
  background-color: #E9E9E9; }

.has-dark-gray-color {
  color: #2D2D2D; }

.has-dark-gray-background-color {
  background-color: #2D2D2D; }

.has-light-gray-color {
  color: #888888; }

.has-light-gray-background-color {
  background-color: #888888; }

.has-almost-black-color {
  color: #141414; }

.has-almost-black-background-color {
  background-color: #141414; }

.has-almost-black-2-color {
  color: #1C2F38; }

.has-almost-black-2-background-color {
  background-color: #1C2F38; }

.has-blue-gray-color {
  color: #1C2F38; }

.has-blue-gray-background-color {
  background-color: #1C2F38; }

.has-background-color {
  color: #F8F8F8; }

.has-background-background-color {
  background-color: #F8F8F8; }

.has-lighter-red-color {
  color: #DE515A; }

.has-lighter-red-background-color {
  background-color: #DE515A; }

.has-shadow-color {
  color: #526d7a; }

.has-shadow-background-color {
  background-color: #526d7a; }

.has-maroon-color {
  color: #68171C; }

.has-maroon-background-color {
  background-color: #68171C; }

.has-gray-5-color {
  color: #CAD7DC; }

.has-gray-5-background-color {
  background-color: #CAD7DC; }

.has-brown-color {
  color: #7A5252; }

.has-brown-background-color {
  background-color: #7A5252; }

.has-gray-4-color {
  color: #A9BCC5; }

.has-gray-4-background-color {
  background-color: #A9BCC5; }

.has-white-color {
  color: #fff; }

.has-white-background-color {
  background-color: #fff; }

.has-blue-dark-color {
  color: #3B5998; }

.has-blue-dark-background-color {
  background-color: #3B5998; }

.has-blue-darker-color {
  color: #072148; }

.has-blue-darker-background-color {
  background-color: #072148; }

.has-blue-light-color {
  color: #55ACEE; }

.has-blue-light-background-color {
  background-color: #55ACEE; }

.has-blue-cyan-color {
  color: #007BB6; }

.has-blue-cyan-background-color {
  background-color: #007BB6; }

.has-prime-color {
  color: #333333; }

.has-prime-background-color {
  background-color: #333333; }

.has-gray-text-color {
  color: #484848; }

.has-gray-text-background-color {
  background-color: #484848; }

.has-gray-6-color {
  color: #2c4264; }

.has-gray-6-background-color {
  background-color: #2c4264; }

.has-black-color {
  color: #000; }

.has-black-background-color {
  background-color: #000; }

/**
 * Global
 */
* {
  box-sizing: border-box; }

html,
body {
  overflow-x: hidden; }

body {
  font-family: "museo-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  font-size: 1.125rem;
  /* stylelint-disable-next-line */
  line-height: calc(28em / 18); }

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

p:empty {
  display: none; }

.container {
  margin: auto;
  padding: 0 2.5rem;
  width: 100%;
  max-width: 75.75rem; }
  @media (max-width: 47.9375rem) {
    .container {
      padding: 0 1.5rem;
      max-width: 73.75rem; } }

.container-full, .site-inner, .wp-block-group.alignfull > .wp-block-group__inner-container, .block.wrapper.alignfull > .block-inner > .content {
  margin: auto;
  padding: 0 2.5rem;
  width: 100%; }
  @media (max-width: 47.9375rem) {
    .container-full, .site-inner, .wp-block-group.alignfull > .wp-block-group__inner-container, .block.wrapper.alignfull > .block-inner > .content {
      padding: 0 1.5rem; } }

.content-width, body:not(.page-template-ebook) .entry-content > *, .wp-block-group.alignfull > .wp-block-group__inner-container > *, .block.wrapper.alignfull > .block-inner > .content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 45.625rem; }

.content-width-wide, .grid-wrap, .blog main.content, .category main.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 69.375rem; }

body:not(.page-template-ebook) .site-container {
  padding-top: 3.75rem;
  position: relative; }

@media screen {
  .screen-reader-text {
    display: none; } }

.single-post .content > article > .entry-content > p:first-child {
  color: #1C2F38;
  font-size: 1.375rem;
  /* stylelint-disable-next-line */
  line-height: calc(34em / 22); }

.single-post img.aligncenter {
  margin-left: -10%;
  max-width: unset !important;
  width: 120%; }

/**
 * Typography
 */
.is-style-h2.has-decorator, h2.has-decorator, .is-style-h3.has-decorator, h3.has-decorator, .is-style-h4.has-decorator, h4.has-decorator, .is-style-h5.has-decorator, h5.has-decorator, .is-style-h1.has-decorator, h1.has-decorator, .is-style-p1.has-decorator, .is-style-p2.has-decorator, .is-style-p3.has-decorator, .is-style-p4.has-decorator, .is-style-quote.has-decorator {
  position: relative; }
  .is-style-h2.has-decorator::before, h2.has-decorator::before, .is-style-h3.has-decorator::before, h3.has-decorator::before, .is-style-h4.has-decorator::before, h4.has-decorator::before, .is-style-h5.has-decorator::before, h5.has-decorator::before, .is-style-h1.has-decorator::before, h1.has-decorator::before, .is-style-p1.has-decorator::before, .is-style-p2.has-decorator::before, .is-style-p3.has-decorator::before, .is-style-p4.has-decorator::before, .is-style-quote.has-decorator::before {
    content: "";
    display: block;
    height: 0.1875rem;
    position: absolute;
    width: 10rem;
    background-color: #000; }

.is-style-h1.has-decorator::before, h1.has-decorator::before {
  top: -2.5rem; }

.is-style-h2.has-decorator, h2.has-decorator {
  margin-top: 3.75rem; }
  .is-style-h2.has-decorator::before, h2.has-decorator::before {
    top: -2.5rem; }

.is-style-h3.has-decorator, h3.has-decorator {
  padding-bottom: 1.0625rem; }
  .is-style-h3.has-decorator::before, h3.has-decorator::before {
    top: -2.5rem; }

.is-style-h4.has-decorator, h4.has-decorator {
  padding-bottom: 1.875rem; }
  .is-style-h4.has-decorator::before, h4.has-decorator::before {
    bottom: 1rem; }

.is-style-h5.has-decorator, h5.has-decorator {
  padding-bottom: 1.875rem; }
  .is-style-h5.has-decorator::before, h5.has-decorator::before {
    bottom: 1rem; }

.is-style-h1, h1, .is-style-h2, h2, .is-style-h3, h3, .is-style-h4, h4, .is-style-h5, h5 {
  font-family: "Noto Serif", serif; }

.is-style-h1, h1 {
  font-size: 4.5rem;
  /* stylelint-disable-next-line */
  line-height: calc(77em / 72); }
  @media (max-width: 47.9375rem) {
    .is-style-h1, h1 {
      font-size: 3.75rem;
      line-height: 1; } }
  .is-style-h1.has-text-align-center::before, h1.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%); }

.is-style-h2, h2 {
  font-size: 3rem;
  /* stylelint-disable-next-line */
  line-height: calc(55em / 48); }
  .is-style-h2.has-text-align-center::before, h2.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%); }

.is-style-h3, h3 {
  font-size: 1.875rem;
  line-height: 1.6; }
  .is-style-h3.has-text-align-center::before, h3.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%); }

.is-style-h4, h4 {
  font-size: 1.5rem;
  /* stylelint-disable-next-line */
  line-height: calc(31em / 24); }
  .is-style-h4.has-text-align-center::before, h4.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%); }

.is-style-h5, h5 {
  font-size: 1.125rem;
  /* stylelint-disable-next-line */
  line-height: calc(23em / 18);
  letter-spacing: 1px; }
  .is-style-h5.has-text-align-center::before, h5.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%); }

.is-style-p1 {
  font-size: 1.125rem;
  /* stylelint-disable-next-line */
  line-height: calc(28em / 18); }
  .is-style-p1.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%); }

.is-style-p2 {
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 1px; }
  .is-style-p2.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%); }

.is-style-p3 {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400; }
  .is-style-p3.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%); }

.is-style-p4 {
  font-size: 1.375rem;
  /* stylelint-disable-next-line */
  line-height: calc(34em / 22); }
  .is-style-p4.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%); }

.is-style-quote {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700; }
  .is-style-quote.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%); }

p:not([class*="is-style-"]),
.is-style-p1 {
  /*stylelint-disable no-descending-specificity*/ }
  p:not([class*="is-style-"]) + p:not([class*="is-style-"]),
  p:not([class*="is-style-"]) + .is-style-p1,
  .is-style-p1 + p:not([class*="is-style-"]),
  .is-style-p1 + .is-style-p1 {
    /* stylelint-enable */
    margin-top: 1.4375rem; }

@media (max-width: 29.9375rem) {
  .small-on-mobile {
    font-size: 2.25rem;
    /* stylelint-disable-next-line */
    line-height: calc(42em / 36); } }

/**
 * Components
 */
.is-style-gold .btn, .btn.is-gold, .is-style-gold .is-style-default a,
.is-style-default a.is-gold, .is-style-gold .faux-button,
.faux-button.is-gold, .is-style-gold .wp-block-button__link,
.wp-block-button__link.is-gold, .is-style-gold .wp-block-file .wp-block-file__button,
.wp-block-file .wp-block-file__button.is-gold, .is-style-gold .bg-accent,
.bg-accent.is-gold, .is-style-gold .bg-accent-hover:hover,
.bg-accent-hover.is-gold:hover, .is-style-gold .bg-accent-hover:focus,
.bg-accent-hover.is-gold:focus, .is-style-gold input[type="submit"],
input.is-gold[type="submit"], .is-style-gold input[type="button"],
input.is-gold[type="button"], .block .gform_wrapper input[type="submit"] {
  background-color: #E3C663;
  color: #2D2D2D; }
  .is-style-gold .btn:hover, .btn.is-gold:hover, .is-style-gold .is-style-default a:hover,
  .is-style-default a.is-gold:hover, .is-style-gold .faux-button:hover,
  .faux-button.is-gold:hover, .is-style-gold .wp-block-button__link:hover,
  .wp-block-button__link.is-gold:hover, .is-style-gold .wp-block-file .wp-block-file__button:hover,
  .wp-block-file .wp-block-file__button.is-gold:hover, .is-style-gold .bg-accent:hover,
  .bg-accent.is-gold:hover, .is-style-gold .bg-accent-hover:hover,
  .bg-accent-hover.is-gold:hover, .is-style-gold input:hover[type="submit"],
  input.is-gold:hover[type="submit"], .is-style-gold input:hover[type="button"],
  input.is-gold:hover[type="button"], .block .gform_wrapper input:hover[type="submit"] {
    background-color: #E3B163;
    color: #2D2D2D; }

.is-style-white .btn, .btn.is-white, .is-style-white .is-style-default a,
.is-style-default a.is-white, .is-style-white .faux-button,
.faux-button.is-white, .is-style-white .wp-block-button__link,
.wp-block-button__link.is-white, .is-style-white .wp-block-file .wp-block-file__button,
.wp-block-file .wp-block-file__button.is-white, .is-style-white .bg-accent,
.bg-accent.is-white, .is-style-white .bg-accent-hover:hover,
.bg-accent-hover.is-white:hover, .is-style-white .bg-accent-hover:focus,
.bg-accent-hover.is-white:focus, .is-style-white input[type="submit"],
input.is-white[type="submit"], .is-style-white input[type="button"],
input.is-white[type="button"] {
  background-color: #fff;
  color: #2D2D2D; }
  .is-style-white .btn:hover, .btn.is-white:hover, .is-style-white .is-style-default a:hover,
  .is-style-default a.is-white:hover, .is-style-white .faux-button:hover,
  .faux-button.is-white:hover, .is-style-white .wp-block-button__link:hover,
  .wp-block-button__link.is-white:hover, .is-style-white .wp-block-file .wp-block-file__button:hover,
  .wp-block-file .wp-block-file__button.is-white:hover, .is-style-white .bg-accent:hover,
  .bg-accent.is-white:hover, .is-style-white .bg-accent-hover:hover,
  .bg-accent-hover.is-white:hover, .is-style-white input:hover[type="submit"],
  input.is-white:hover[type="submit"], .is-style-white input:hover[type="button"],
  input.is-white:hover[type="button"] {
    background-color: rgba(20, 20, 20, 0.5);
    color: #fff; }

.btn,
.is-style-default a,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
input[type="submit"],
input[type="button"] {
  background-color: #2D2D2D;
  border: none;
  border-radius: 0.125rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.3125rem 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease-in;
  font-size: 1rem;
  line-height: 1.125; }
  .btn:hover,
  .is-style-default a:hover,
  .faux-button:hover,
  .wp-block-button__link:hover,
  .wp-block-file .wp-block-file__button:hover,
  .bg-accent:hover,
  .bg-accent-hover:hover:hover,
  .bg-accent-hover:focus:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background-color: #141414;
    color: #fff; }
  .btn.is-small,
  .is-style-default a.is-small,
  .faux-button.is-small,
  .wp-block-button__link.is-small,
  .wp-block-file .wp-block-file__button.is-small,
  .bg-accent.is-small,
  .bg-accent-hover:hover.is-small,
  .bg-accent-hover:focus.is-small,
  input[type="submit"].is-small,
  input[type="button"].is-small {
    padding: 0.875rem 2.5rem;
    font-size: 0.875rem;
    /* stylelint-disable-next-line */
    line-height: calc(16em / 14); }

input[type="date"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  border: none;
  border-radius: 0.125rem;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
  color: #606060;
  padding: 1.3125rem 1rem;
  font-size: 1.25rem;
  line-height: 1; }

input[type="date"].newsletter-input, input[type="datetime-local"].newsletter-input, input[type="email"].newsletter-input, input[type="month"].newsletter-input, input[type="number"].newsletter-input, input[type="password"].newsletter-input, input[type="search"].newsletter-input, input[type="tel"].newsletter-input, input[type="text"].newsletter-input, input[type="time"].newsletter-input, input[type="url"].newsletter-input, input[type="week"].newsletter-input {
  box-shadow: none;
  color: #333333;
  padding: 1.3125rem 1.5rem; }

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.9375rem; }
  .grid > * {
    margin: 0.9375rem;
    max-width: 21.875rem;
    width: calc(100% / 3 - 1.875rem); }
    @media (max-width: 61.9375rem) {
      .grid > * {
        width: calc(50% - 1.875rem); } }
    @media (max-width: 40.3125rem) {
      .grid > * {
        width: 100%; } }
    .grid > *:not(:nth-child(-n+3)) {
      margin-top: 1.25rem; }
    @media (max-width: 47.9375rem) {
      .grid > *:not(:nth-child(-n+2)) {
        margin-top: 1.25rem; } }
    @media (max-width: 29.9375rem) {
      .grid > *:not(:first-child) {
        margin-top: 1.25rem; } }
    .grid > * img {
      display: block;
      margin-bottom: 1.6875rem;
      margin-top: -2.375rem; }
      @media (max-width: 24.3125rem) {
        .grid > * img {
          margin-top: -1.5rem; } }
    .grid > * h2 {
      color: #AC1F28;
      font-weight: 600;
      margin: 0 0 0.1875rem;
      padding: 0 2.25rem;
      font-size: 1.375rem;
      /* stylelint-disable-next-line */
      line-height: calc(29em / 22); }
      @media (min-width: 40.375rem) and (max-width: 68.6875rem) {
        .grid > * h2 {
          padding: 0 1.5rem; } }
      @media (max-width: 24.3125rem) {
        .grid > * h2 {
          padding: 0 1.5rem; } }
    .grid > * p {
      color: #484848;
      margin: 0.5rem 0 0.9375rem; }
    .grid > * .button-wrap {
      display: flex;
      justify-content: center;
      margin-top: 0.9375rem; }
    .grid > * .btn {
      align-self: center; }
    .grid > * .entry-content {
      padding: 0 2.25rem; }
      @media (min-width: 40.375rem) and (max-width: 68.6875rem) {
        .grid > * .entry-content {
          padding: 0 1.5rem; } }
      @media (max-width: 24.3125rem) {
        .grid > * .entry-content {
          padding: 0 1.5rem; } }
    .grid > * > a {
      background-color: #fff;
      border-radius: 0.125rem;
      display: block;
      height: 100%;
      padding: 2.375rem 0;
      text-decoration: none;
      transition: 0.3s; }
      @media (max-width: 24.3125rem) {
        .grid > * > a {
          padding: 1.5rem 0; } }
      .grid > * > a:hover {
        box-shadow: 0 0 3.4375rem rgba(0, 0, 0, 0.2); }
        .grid > * > a:hover .btn {
          background-color: #141414; }

a {
  color: #1C2F38;
  text-decoration: underline;
  transition: 0.3s; }
  a:hover {
    color: #5E080D; }

p.has-red-1-color a:hover {
  color: #5E080D; }

.pagination {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.75rem;
  margin-top: 4rem;
  margin-bottom: 10.25rem; }
  @media (max-width: 61.9375rem) {
    .pagination {
      margin-top: 3rem; } }
  @media (max-width: 47.9375rem) {
    .pagination {
      margin-top: 2rem; } }
  @media (max-width: 61.9375rem) {
    .pagination {
      margin-bottom: 6.625rem; } }
  @media (max-width: 47.9375rem) {
    .pagination {
      margin-bottom: 3rem; } }
  .pagination a,
  .pagination a::before {
    text-decoration: none;
    transition: 0.13s; }
  .pagination ul {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 0 6.25rem;
    position: relative; }
    @media (max-width: 47.9375rem) {
      .pagination ul {
        padding: 0 0 1.875rem 0; } }
  .pagination .pagination-previous,
  .pagination .pagination-next {
    position: absolute; }
    @media (max-width: 47.9375rem) {
      .pagination .pagination-previous,
      .pagination .pagination-next {
        bottom: 0; } }
    .pagination .pagination-previous a,
    .pagination .pagination-next a {
      color: #2D2D2D;
      display: flex;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 0.75rem;
      line-height: 1; }
      .pagination .pagination-previous a::before,
      .pagination .pagination-next a::before {
        content: "";
        display: block;
        height: 0.625rem;
        position: absolute;
        top: 100%;
        width: 0.3125rem;
        transform: translateY(-100%);
        background-image: url(../images/small-arrow-left.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
  .pagination .pagination-previous {
    left: 0.75rem; }
    .pagination .pagination-previous a {
      padding-left: 0.5rem; }
      .pagination .pagination-previous a::before {
        left: -0.625rem; }
      .pagination .pagination-previous a:hover::before {
        transform: translateX(-100%) translateY(-100%); }
  .pagination .pagination-next {
    right: 0.75rem; }
    .pagination .pagination-next a {
      padding-right: 0.5rem; }
      .pagination .pagination-next a::before {
        right: -0.625rem;
        transform: scale(-1) translateY(100%); }
      .pagination .pagination-next a:hover::before {
        transform: scale(-1) translateX(-100%) translateY(100%); }
  .pagination li:not(.pagination-previous):not(.pagination-next) {
    margin: 0 0.1875rem;
    min-width: 2.375rem; }
    .pagination li:not(.pagination-previous):not(.pagination-next) a {
      color: #2D2D2D;
      display: block;
      letter-spacing: 0.0625rem;
      padding: 0.75rem 0;
      text-align: center;
      font-size: 0.9375rem;
      /* stylelint-disable-next-line */
      line-height: calc(16em / 15); }
    .pagination li:not(.pagination-previous):not(.pagination-next).active a,
    .pagination li:not(.pagination-previous):not(.pagination-next) a:hover {
      background: #5E080D;
      border-radius: 5.625rem;
      color: #fff; }

.podcasts-links .link {
  align-items: center;
  box-shadow: 0 0.5rem 1.875rem rgba(44, 66, 100, 0.15);
  color: #072148;
  display: flex;
  font-weight: 700;
  height: 2.6875rem;
  margin: 1.0625rem 0 0 1.25rem;
  padding: 0.75rem 1rem 0.875rem 1.25rem;
  position: relative;
  text-decoration: none;
  transition: 0.15s; }
  .podcasts-links .link:hover {
    box-shadow: 0 0.5rem 1.625rem rgba(44, 66, 100, 0.3);
    text-decoration: none;
    transform: scale(0.95); }
  .podcasts-links .link img {
    height: 120%; }
  .podcasts-links .link span {
    margin: 0 0 0 1rem;
    font-size: 0.9375rem;
    /* stylelint-disable-next-line */
    line-height: calc(16em / 15); }

.podcasts-links .link.ico-only {
  padding: 0.4375rem 0.875rem; }
  .podcasts-links .link.ico-only img {
    height: 85%; }

.podcasts-links .links-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-top: 0.1875rem; }

.share-buttons {
  align-items: center;
  display: flex; }
  @media (max-width: 31.1875rem) {
    .share-buttons {
      flex-direction: column;
      margin-bottom: -0.75rem; } }
  .share-buttons p {
    font-weight: 900;
    margin: 0 0.625rem 0 0;
    font-size: 1.0625rem;
    /* stylelint-disable-next-line */
    line-height: calc(33em / 17); }
  .share-buttons a {
    border: 0.125rem solid #333333;
    border-radius: 0.3125rem;
    color: #333333;
    display: block;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin: 0 0.625rem;
    padding: 0.5625rem 0.875rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 1rem;
    line-height: 1.1875; }
    @media (max-width: 31.1875rem) {
      .share-buttons a {
        margin: 0.75rem 0; } }
    .share-buttons a:hover {
      background: #333333;
      color: #fff; }
  .share-buttons.is-icon {
    flex-direction: row; }
    .share-buttons.is-icon p {
      color: #5E080D;
      font-weight: 600;
      font-size: 0.9375rem;
      line-height: 1; }
    .share-buttons.is-icon a {
      align-items: center;
      border: none;
      border-radius: 50%;
      display: flex;
      height: 2rem;
      justify-content: center;
      margin: 0 0.3125rem;
      padding: 0;
      position: relative;
      width: 2rem; }
      .share-buttons.is-icon a:hover {
        transform: scale(1.1); }
      .share-buttons.is-icon a.twitter {
        background-color: #55ACEE;
        background-image: url(../images/twitter.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.8125rem; }
      .share-buttons.is-icon a.linkedin {
        background-color: #007BB6;
        background-image: url(../images/linkedin.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.75rem; }
      .share-buttons.is-icon a.facebook {
        background-color: #3B5998;
        background-image: url(../images/facebook.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.4375rem; }

.subscribe-button-wrapper .links:hover, .subscribe-button-wrapper .subscribe-button:hover + .links {
  opacity: 1;
  transform: translateY(0);
  visibility: visible; }

.subscribe-button-wrapper {
  display: inline-block;
  max-width: 14.625rem;
  position: relative; }
  .subscribe-button-wrapper .links {
    background: #fff;
    border-radius: 0.125rem;
    box-shadow: 0 40px 140px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    opacity: 0;
    padding: 1rem 0.5rem;
    position: absolute;
    transform: translateY(-100%);
    visibility: hidden;
    width: 100%;
    z-index: 3;
    font-size: 1.125rem;
    /* stylelint-disable-next-line */
    line-height: calc(26em / 18); }
  .subscribe-button-wrapper a {
    border-radius: 0.125rem;
    color: #666666;
    padding: 0.3125rem 1.625rem;
    text-decoration: none;
    transition: 0.3s; }
    .subscribe-button-wrapper a:hover {
      background-color: #E6E6E6; }
  .subscribe-button-wrapper .subscribe-button {
    font-weight: 700;
    max-width: 14.625rem;
    padding-left: 2rem;
    padding-right: 3.625rem;
    position: relative;
    z-index: 4; }
    .subscribe-button-wrapper .subscribe-button::after {
      content: "";
      display: block;
      height: 0.6875rem;
      position: absolute;
      top: 50%;
      width: 0.6875rem;
      right: 2.0625rem;
      transform: translateY(-50%);
      background-image: url(../images/triangle.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .subscribe-button-wrapper .subscribe-button:hover + .links {
      transition: opacity 0.3s, transition 0.4s, visibility 0s; }

/**
 * Sections
 */
.blog .site-inner, .category .site-inner {
  position: relative; }

.blog .grid-wrap, .category .grid-wrap {
  position: relative; }
  .blog .grid-wrap::after, .category .grid-wrap::after {
    content: "";
    display: block;
    height: 9.875rem;
    position: absolute;
    width: 9.875rem;
    bottom: 10%;
    right: -9.375rem;
    z-index: -1;
    background-image: url(../images/archive-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

main > article > .entry-header > .entry-title {
  color: #AC1F28;
  font-family: "Noto Serif", serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 45.625rem; }
  .page main > article > .entry-header > .entry-title {
    margin-bottom: 1.25rem;
    text-align: center;
    margin-top: 7.0625rem;
    font-size: 4rem;
    /* stylelint-disable-next-line */
    line-height: calc(69em / 64); }
    @media (max-width: 61.9375rem) {
      .page main > article > .entry-header > .entry-title {
        margin-top: 5.0625rem; } }
    @media (max-width: 47.9375rem) {
      .page main > article > .entry-header > .entry-title {
        margin-top: 3rem; } }
  .single-post main > article > .entry-header > .entry-title {
    margin-top: 6.375rem;
    margin-bottom: 2.5rem;
    font-size: 3rem;
    /* stylelint-disable-next-line */
    line-height: calc(56em / 48); }
    @media (max-width: 61.9375rem) {
      .single-post main > article > .entry-header > .entry-title {
        margin-top: 4.6875rem; } }
    @media (max-width: 47.9375rem) {
      .single-post main > article > .entry-header > .entry-title {
        margin-top: 3rem; } }
    @media (max-width: 61.9375rem) {
      .single-post main > article > .entry-header > .entry-title {
        margin-bottom: 2rem; } }
    @media (max-width: 47.9375rem) {
      .single-post main > article > .entry-header > .entry-title {
        margin-bottom: 1.5rem; } }

.featured-post {
  align-items: flex-start;
  background: #fff;
  border-radius: 0.125rem;
  box-shadow: 0 0 4.0625rem rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.125rem;
  position: relative;
  margin-top: 3.875rem;
  margin-bottom: 8rem; }
  @media (max-width: 61.9375rem) {
    .featured-post {
      margin-top: 2.9375rem; } }
  @media (max-width: 47.9375rem) {
    .featured-post {
      margin-top: 1.9375rem; } }
  @media (max-width: 61.9375rem) {
    .featured-post {
      margin-bottom: 5.5rem; } }
  @media (max-width: 47.9375rem) {
    .featured-post {
      margin-bottom: 3rem; } }
  @media (max-width: 47.9375rem) {
    .featured-post {
      align-items: center;
      flex-direction: column;
      padding: 1.5rem; } }
  .featured-post::before {
    content: "";
    display: block;
    height: 25rem;
    left: -9.5rem;
    position: absolute;
    top: -10.25rem;
    width: 25rem;
    z-index: -1;
    background-image: url(../images/featured-post-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 47.9375rem) {
      .featured-post::before {
        display: none; } }
  .featured-post::after {
    content: "";
    display: block;
    height: 25rem;
    position: absolute;
    width: 25rem;
    bottom: -9.0625rem;
    right: -8.625rem;
    z-index: -1;
    background-image: url(../images/featured-post-shape-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 47.9375rem) {
      .featured-post::after {
        display: none; } }
  .featured-post img {
    flex: 0 0 auto;
    margin-right: 2.5rem;
    max-width: 23.125rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 40%; }
    @media (max-width: 47.9375rem) {
      .featured-post img {
        margin: 0 0 2.5rem;
        width: 100%; } }
  .featured-post .column {
    align-self: center;
    flex: 1 1 auto;
    max-width: 38.625rem;
    width: 60%; }
    @media (max-width: 47.9375rem) {
      .featured-post .column {
        text-align: center; } }
  .featured-post h2 {
    color: #5E080D;
    margin: 0 0 0.625rem;
    font-size: 1.375rem;
    /* stylelint-disable-next-line */
    line-height: calc(32em / 22); }
  .featured-post p {
    color: #333333;
    margin: 0 0 2.0625rem;
    max-width: 35.8125rem; }
  .featured-post .btn {
    padding: 1.3125rem 1.5625rem; }

.site-footer .footer-widget-area a, .site-footer .menu-container .menu-item a {
  color: #2D2D2D;
  text-decoration: none; }
  .site-footer .footer-widget-area a:hover, .site-footer .menu-container .menu-item a:hover {
    text-decoration: underline; }

.site-footer .footer-wrap p {
  color: #888888;
  letter-spacing: 1px;
  max-width: 8.75rem;
  font-size: 0.75rem;
  /* stylelint-disable-next-line */
  line-height: calc(16em / 12); }

.site-footer {
  margin-bottom: 7.5rem; }
  @media (max-width: 61.9375rem) {
    .site-footer {
      margin-bottom: 5.25rem; } }
  @media (max-width: 47.9375rem) {
    .site-footer {
      margin-bottom: 3rem; } }
  .site-footer ul {
    list-style: none;
    padding: 0; }
  .site-footer .container {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 47.9375rem) {
      .site-footer .container {
        align-items: center;
        flex-direction: column; } }
  .site-footer .footer-widgets {
    display: flex; }
    @media (max-width: 29.9375rem) {
      .site-footer .footer-widgets {
        flex-direction: column; } }
    .site-footer .footer-widgets > * {
      max-width: 15.625rem; }
    .site-footer .footer-widgets li {
      margin-bottom: 1.375rem; }
  .site-footer .footer-wrap {
    margin: 0.3125rem 3.125rem 0 0.75rem; }
    @media (max-width: 61.9375rem) {
      .site-footer .footer-wrap {
        margin: 0.3125rem 1.5625rem 0 0; } }
    @media (max-width: 47.9375rem) {
      .site-footer .footer-wrap {
        margin: 0; } }
    @media (max-width: 29.9375rem) {
      .site-footer .footer-wrap {
        order: 4; } }
    @media (max-width: 29.9375rem) {
      .site-footer .footer-wrap p {
        text-align: center; } }
  .site-footer .custom-logo-link {
    display: block;
    max-width: 6.5rem; }
    @media (max-width: 47.9375rem) {
      .site-footer .custom-logo-link {
        margin: 0 auto; } }
    .site-footer .custom-logo-link img {
      display: block; }
      @media (max-width: 29.9375rem) {
        .site-footer .custom-logo-link img {
          height: 2.25rem; } }
  .site-footer .footer-widgets-1 {
    margin-right: 6.25rem; }
    @media (max-width: 61.9375rem) {
      .site-footer .footer-widgets-1 {
        margin-right: 1.5625rem; } }
    @media (max-width: 29.9375rem) {
      .site-footer .footer-widgets-1 {
        margin-right: 0; } }
  .site-footer .widget-title {
    color: #AC1F28;
    margin: 0 0 0.9375rem 0;
    font-size: 1.125rem;
    /* stylelint-disable-next-line */
    line-height: calc(23em / 18);
    letter-spacing: 1px; }
  @media (max-width: 47.9375rem) {
    .site-footer .footer-widget-area {
      margin-top: 1.25rem; } }
  .site-footer .menu-footer-podcast-menu-container li {
    margin: 0 0 1.375rem 0; }
  .site-footer .menu-footer-podcast-menu-container a {
    font-size: 1rem;
    line-height: 1.3125;
    letter-spacing: 1px; }
  .site-footer .menu-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 8.125rem; }
    @media (max-width: 61.9375rem) {
      .site-footer .menu-container {
        margin-left: 3.125rem; } }
    @media (max-width: 47.9375rem) {
      .site-footer .menu-container {
        margin: 0; } }
    @media (max-width: 29.9375rem) {
      .site-footer .menu-container {
        max-width: 15.625rem;
        width: 100%; } }
    .site-footer .menu-container h5 {
      color: #AC1F28;
      margin: 0 0 1.125rem 0; }
    .site-footer .menu-container ul {
      margin-top: 0; }
    .site-footer .menu-container .menu-item:not(:first-child) {
      margin-top: 1.375rem; }
  .site-footer .menu-footer-menu-container {
    margin: 0; }

.site-header {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5625rem rgba(0, 0, 0, 0.08);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  @media (max-width: 37.4375rem) {
    .site-header {
      position: absolute;
      top: 0 !important; } }
  @media (max-width: 37.4375rem) {
    .site-header.sticky {
      position: fixed; } }
  .site-header .container {
    align-items: center;
    display: flex;
    height: 3.75rem;
    justify-content: space-between; }
  .admin-bar .site-header {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar .site-header {
        top: 46px; } }
  .site-header a {
    color: #AC1F28;
    display: block;
    text-decoration: none; }
  .site-header .custom-logo-link {
    display: flex;
    flex: 0 0 auto;
    width: 9.75rem; }
  @media (max-width: 47.9375rem) {
    .site-header .nav-primary {
      align-items: center;
      background-color: #fff;
      display: flex;
      height: 100vh;
      justify-content: center;
      left: 0;
      margin: 0;
      opacity: 0;
      padding: 1.5rem;
      position: fixed;
      top: 0;
      transition: visibility 0s ease 300ms, opacity 300ms;
      visibility: hidden;
      width: calc(1 * (100vw - var(--scrollbar-width)));
      z-index: 3; }
      .site-header .nav-primary.active {
        opacity: 1;
        transition: visibility 0s ease 0s, opacity 300ms;
        visibility: visible; } }
  .site-header ul {
    display: flex;
    list-style: none;
    padding: 0; }
    @media (max-width: 47.9375rem) {
      .site-header ul {
        flex-direction: column; } }
  @media (max-width: 47.9375rem) {
    .site-header li {
      margin: 1rem 0; } }
  .site-header li:not(:first-child) {
    margin-left: 4.875rem; }
    @media (max-width: 47.9375rem) {
      .site-header li:not(:first-child) {
        margin-left: 0; } }
  .site-header li a {
    position: relative; }
    @media (max-width: 47.9375rem) {
      .site-header li a {
        text-align: center; } }
    .site-header li a::after {
      content: "";
      display: block;
      height: 0.0625rem;
      left: -15%;
      position: absolute;
      top: 100%;
      width: 130%;
      background: #AC1F28;
      transform: scaleX(0); }
    .site-header li a:hover {
      color: #AC1F28; }
      .site-header li a:hover::after {
        transform: scaleX(1);
        transition: 0.3s; }
  .site-header .menu-toggle {
    align-self: center;
    background-color: transparent;
    border: 0;
    color: #000;
    cursor: pointer;
    display: none;
    height: 2.8125rem;
    margin-left: 1.4375rem;
    padding: 0;
    transition: all 0.32s ease;
    z-index: 999; }
    @media (max-width: 47.9375rem) {
      .site-header .menu-toggle {
        display: block; } }
    .site-header .menu-toggle span,
    .site-header .menu-toggle span::before,
    .site-header .menu-toggle span::after {
      background-color: #000;
      height: 0.125rem;
      width: 100%; }
    .site-header .menu-toggle span {
      display: block;
      opacity: 1;
      position: relative;
      transition: transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 1.625rem; }
      @media (max-width: 61.9375rem) {
        .site-header .menu-toggle span {
          display: block; } }
      .site-header .menu-toggle span::before {
        content: "";
        display: block;
        height: 100%;
        left: 0rem;
        position: absolute;
        top: -0.5rem;
        width: 100%;
        transition: top 0.12s 0.2s ease, transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .site-header .menu-toggle span::after {
        content: "";
        display: block;
        height: 100%;
        left: 0rem;
        position: absolute;
        top: 0.5rem;
        width: 100%;
        transition: opacity 0.12s ease, top 0.12s 0.2s ease;
        width: 1.625rem; }
    .site-header .menu-toggle.active span {
      height: 0.0625rem;
      transform: rotate(-45deg);
      transition: all 0.12s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 1.625rem; }
      .site-header .menu-toggle.active span::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.12s ease, transform 0.12s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .site-header .menu-toggle.active span::after {
        opacity: 0;
        top: 0;
        transition: opacity 0.12s 0.2s ease, top 0.12s ease; }

.newsletter-section {
  margin-top: 5rem;
  margin-bottom: 6.4375rem; }
  @media (max-width: 61.9375rem) {
    .newsletter-section {
      margin-top: 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .newsletter-section {
      margin-top: 2.5rem; } }
  @media (max-width: 61.9375rem) {
    .newsletter-section {
      margin-bottom: 4.75rem; } }
  @media (max-width: 47.9375rem) {
    .newsletter-section {
      margin-bottom: 3rem; } }
  .newsletter-section .background {
    background-color: #5E080D;
    display: flex;
    justify-content: space-between;
    padding: 4.125rem 3.375rem 4.4375rem 5rem; }
    @media (max-width: 61.9375rem) {
      .newsletter-section .background {
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 47.9375rem) {
      .newsletter-section .background {
        margin: 0.625rem 0 0 !important;
        max-width: unset !important;
        padding: 2.5rem 1.25rem; } }
  .newsletter-section .text {
    color: #fff;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0;
    max-width: 24.25rem;
    width: 50%;
    font-size: 2rem;
    /* stylelint-disable-next-line */
    line-height: calc(43em / 32); }
    @media (max-width: 61.9375rem) {
      .newsletter-section .text {
        margin-bottom: 1.25rem;
        max-width: unset;
        text-align: center;
        width: 100%; } }
  .newsletter-section .form {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 0.625rem;
    max-width: 31.0625rem;
    width: 100%; }
    .newsletter-section .form form {
      width: 100%; }
    @media (max-width: 47.9375rem) {
      .newsletter-section .form .formkit-fields {
        flex-direction: column; } }
    .newsletter-section .form .formkit-field {
      margin: 0 !important;
      max-width: 17.75rem !important; }
      @media (max-width: 47.9375rem) {
        .newsletter-section .form .formkit-field {
          max-width: unset !important; } }
    .newsletter-section .form input {
      border-radius: 0.125rem !important;
      color: #333333 !important;
      font-family: "museo-sans", sans-serif;
      font-size: 1.125rem !important;
      padding: 1.25rem 1.5rem !important; }
    .newsletter-section .form button {
      background: #E3C663 !important;
      border-radius: 0.125rem !important;
      margin: 0 0 0 0.5625rem !important;
      max-width: 12.75rem !important; }
      @media (max-width: 47.9375rem) {
        .newsletter-section .form button {
          margin: 0.625rem 0 0 !important;
          max-width: unset !important; } }
      .newsletter-section .form button span {
        color: #2D2D2D;
        font-weight: 900 !important;
        letter-spacing: 0.05em;
        padding: 1.375rem 4.3125rem !important;
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 1.1875; }

.next-podcast {
  align-items: flex-start;
  background: #5E080D;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 45.375rem;
  padding: 0 1.25rem;
  position: relative;
  text-decoration: none;
  padding-top: 2.625rem;
  padding-bottom: 3.5rem;
  margin-top: 7.5rem;
  margin-bottom: 7.75rem; }
  @media (max-width: 61.9375rem) {
    .next-podcast {
      padding-top: 2.0625rem; } }
  @media (max-width: 47.9375rem) {
    .next-podcast {
      padding-top: 1.5rem; } }
  @media (max-width: 61.9375rem) {
    .next-podcast {
      padding-bottom: 2.625rem; } }
  @media (max-width: 47.9375rem) {
    .next-podcast {
      padding-bottom: 1.75rem; } }
  @media (max-width: 61.9375rem) {
    .next-podcast {
      margin-top: 5.25rem; } }
  @media (max-width: 47.9375rem) {
    .next-podcast {
      margin-top: 3rem; } }
  @media (max-width: 61.9375rem) {
    .next-podcast {
      margin-bottom: 5.375rem; } }
  @media (max-width: 47.9375rem) {
    .next-podcast {
      margin-bottom: 3rem; } }
  @media (max-width: 29.9375rem) {
    .next-podcast {
      align-items: center;
      padding-bottom: 0.625rem; } }
  .next-podcast::after {
    content: "";
    display: block;
    height: 6.25rem;
    position: absolute;
    top: 50%;
    width: 1.75rem;
    right: 8.75rem;
    transform: translateY(-50%);
    transition: 0.3s;
    background-image: url(../images/big-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 47.9375rem) {
      .next-podcast::after {
        right: 2.5rem; } }
    @media (max-width: 29.9375rem) {
      .next-podcast::after {
        margin: 0 auto;
        position: unset;
        transform: unset; } }
  .next-podcast:hover {
    color: #fff; }
    .next-podcast:hover::after {
      transform: translate(50%, -50%); }
      @media (max-width: 29.9375rem) {
        .next-podcast:hover::after {
          transform: translateX(50%); } }
  .next-podcast .title {
    letter-spacing: 0.0625rem;
    margin: 0 0 1.125rem 9.1875rem; }
    @media (max-width: 47.9375rem) {
      .next-podcast .title {
        margin: 0 0 1.125rem 0; } }
    @media (max-width: 29.9375rem) {
      .next-podcast .title {
        text-align: center; } }
  .next-podcast p {
    font-weight: 600;
    margin: 0 0 0 9.1875rem;
    max-width: 25.75rem;
    font-size: 1.125rem;
    /* stylelint-disable-next-line */
    line-height: calc(25em / 18); }
    @media (max-width: 47.9375rem) {
      .next-podcast p {
        margin: 0; } }
    @media (max-width: 29.9375rem) {
      .next-podcast p {
        text-align: center; } }

.podcast-hero {
  margin-top: 6.6875rem; }
  @media (max-width: 61.9375rem) {
    .podcast-hero {
      margin-top: 4.875rem; } }
  @media (max-width: 47.9375rem) {
    .podcast-hero {
      margin-top: 3rem; } }
  .podcast-hero .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative; }
    @media (max-width: 74.9375rem) {
      .podcast-hero .container {
        justify-content: space-around; } }
    @media (max-width: 54.9375rem) {
      .podcast-hero .container {
        align-items: center;
        flex-direction: column; } }
    .podcast-hero .container::before {
      content: "";
      display: block;
      height: 27.8125rem;
      position: absolute;
      top: 8.5rem;
      width: 23.25rem;
      right: -14.125rem;
      z-index: 0;
      background-image: url(../images/podcast-hero-right.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .podcast-hero .container::after {
      content: "";
      display: block;
      height: 27.8125rem;
      left: -3.6875rem;
      position: absolute;
      width: 13.875rem;
      bottom: -16.0625rem;
      z-index: 0;
      background-image: url(../images/podcast-hero-down.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (max-width: 47.9375rem) {
        .podcast-hero .container::after {
          display: none; } }
  .podcast-hero .image-with-button {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 22.75rem;
    position: relative;
    width: 33%; }
    @media (max-width: 74.9375rem) {
      .podcast-hero .image-with-button {
        margin-left: 0; } }
    @media (max-width: 54.9375rem) {
      .podcast-hero .image-with-button {
        width: 100%; } }
    .podcast-hero .image-with-button::before {
      content: "";
      display: block;
      height: 13.5625rem;
      left: -6.8125rem;
      position: absolute;
      top: 3.375rem;
      width: 13.5625rem;
      z-index: 0;
      background-image: url(../images/podcast-hero-left.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .podcast-hero .image {
    background: #fcfcfc;
    border-radius: 0.125rem;
    box-shadow: 0 0 4.0625rem rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    max-width: 100%;
    padding: 1rem 0.75rem 0.5rem;
    z-index: 1; }
  .podcast-hero .subscribe-button-wrapper {
    margin-top: 1.3125rem; }
  .podcast-hero .title-with-share {
    margin-left: 5.25rem;
    max-width: 36.25rem; }
    @media (max-width: 74.9375rem) {
      .podcast-hero .title-with-share {
        margin-left: 2.5rem;
        max-width: 28.125rem; } }
    @media (max-width: 54.9375rem) {
      .podcast-hero .title-with-share {
        margin: 1rem 0;
        max-width: 36.25rem; } }
  .podcast-hero .title {
    color: #5E080D;
    margin: 0.625rem 0 0;
    position: relative; }
    @media (max-width: 54.9375rem) {
      .podcast-hero .title {
        margin: 0; } }
  .podcast-hero .desc {
    margin: 0.8125rem 0 0.5625rem; }
  .podcast-hero .share-buttons {
    margin-top: 3rem; }
  .podcast-hero .fbx-player-wrapper {
    margin: 1.25rem auto;
    max-width: 45.625rem;
    width: 100%;
    margin-top: 3.75rem; }
    @media (max-width: 61.9375rem) {
      .podcast-hero .fbx-player-wrapper {
        margin-top: 2.8125rem; } }
    @media (max-width: 47.9375rem) {
      .podcast-hero .fbx-player-wrapper {
        margin-top: 1.875rem; } }

.recent-posts {
  background-color: #F8F8F8;
  padding-top: 7.875rem;
  padding-bottom: 2.5rem;
  margin-top: 7.75rem;
  margin-bottom: 6.25rem; }
  @media (max-width: 61.9375rem) {
    .recent-posts {
      padding-top: 5.4375rem; } }
  @media (max-width: 47.9375rem) {
    .recent-posts {
      padding-top: 3rem; } }
  @media (max-width: 61.9375rem) {
    .recent-posts {
      padding-bottom: 2rem; } }
  @media (max-width: 47.9375rem) {
    .recent-posts {
      padding-bottom: 1.5rem; } }
  @media (max-width: 61.9375rem) {
    .recent-posts {
      margin-top: 5.375rem; } }
  @media (max-width: 47.9375rem) {
    .recent-posts {
      margin-top: 3rem; } }
  @media (max-width: 61.9375rem) {
    .recent-posts {
      margin-bottom: 4.625rem; } }
  @media (max-width: 47.9375rem) {
    .recent-posts {
      margin-bottom: 3rem; } }
  .recent-posts h5 {
    color: #68171C;
    margin-top: 0;
    margin-bottom: 4.125rem; }
    @media (max-width: 61.9375rem) {
      .recent-posts h5 {
        margin-bottom: 3.125rem; } }
    @media (max-width: 47.9375rem) {
      .recent-posts h5 {
        margin-bottom: 2.0625rem; } }
  .recent-posts .more-articles-wrap {
    margin-top: 2.3125rem;
    display: flex;
    justify-content: center;
    padding-bottom: 1.4375rem;
    padding-top: 1.4375rem; }
    @media (max-width: 61.9375rem) {
      .recent-posts .more-articles-wrap {
        margin-top: 1.9375rem; } }
    @media (max-width: 47.9375rem) {
      .recent-posts .more-articles-wrap {
        margin-top: 1.5rem; } }

/**
 * Blocks
 */
.block.content-box {
  background: #FCF7F7;
  border-radius: 0.3125rem;
  margin: 3.125rem auto;
  padding: 2.5rem;
  font-size: 1.125rem;
  /* stylelint-disable-next-line */
  line-height: calc(32em / 18); }
  .block.content-box p {
    margin: 0; }
  .block.content-box a {
    color: #AC1F28;
    transition: 0.3s; }
    .block.content-box a:hover {
      color: #5E080D; }

.block.ebook-hero .right-content, .page-template-ebook .right-content {
  box-shadow: 0 0 3.4375rem rgba(0, 0, 0, 0.25);
  margin: 0 1.4375rem -12.625rem 0;
  max-width: 27.8125rem;
  position: relative;
  width: 40%; }
  @media (max-width: 61.9375rem) {
    .block.ebook-hero .right-content, .page-template-ebook .right-content {
      margin-bottom: -2.6875rem; } }
  @media (max-width: 47.9375rem) {
    .block.ebook-hero .right-content, .page-template-ebook .right-content {
      margin: 0 auto 1.25rem auto;
      width: 100%; } }
  .block.ebook-hero .right-content img, .page-template-ebook .right-content img {
    vertical-align: bottom; }
  .block.ebook-hero .right-content::after, .page-template-ebook .right-content::after {
    content: "";
    display: block;
    height: 16.5625rem;
    position: absolute;
    width: 18.5625rem;
    bottom: -6.625rem;
    right: -7.125rem;
    z-index: -1;
    background-image: url(../images/coffe-ebook-hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 61.9375rem) {
      .block.ebook-hero .right-content::after, .page-template-ebook .right-content::after {
        display: none; } }
  .block.ebook-hero .right-content .text-box, .page-template-ebook .right-content .text-box {
    background-color: #fff;
    padding: 3rem 2.375rem 3.25rem 2.5625rem; }
  .block.ebook-hero .right-content .text-large, .page-template-ebook .right-content .text-large {
    color: #AC1F28;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    font-size: 2rem;
    line-height: 1.3125; }
  .block.ebook-hero .right-content .text-medium, .page-template-ebook .right-content .text-medium {
    margin: 0.5rem 0 1.375rem;
    font-size: 1.25rem;
    line-height: 1; }
  .block.ebook-hero .right-content .text-small, .page-template-ebook .right-content .text-small {
    margin: 1.375rem 0 0;
    font-size: 0.875rem;
    line-height: 1; }

.block.ebook-hero {
  background-color: #5E080D;
  margin-bottom: 12.625rem;
  position: relative; }
  @media (max-width: 61.9375rem) {
    .block.ebook-hero {
      margin-bottom: 2.6875rem; } }
  @media (max-width: 47.9375rem) {
    .block.ebook-hero {
      margin-bottom: 2.5rem; } }
  .block.ebook-hero > .block-inner {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    padding-top: 5.375rem;
    padding-bottom: 6.5625rem; }
    @media (max-width: 61.9375rem) {
      .block.ebook-hero > .block-inner {
        padding-top: 4.0625rem; } }
    @media (max-width: 47.9375rem) {
      .block.ebook-hero > .block-inner {
        padding-top: 2.6875rem; } }
    @media (max-width: 61.9375rem) {
      .block.ebook-hero > .block-inner {
        padding-bottom: 4.8125rem; } }
    @media (max-width: 47.9375rem) {
      .block.ebook-hero > .block-inner {
        padding-bottom: 3rem; } }
    @media (max-width: 47.9375rem) {
      .block.ebook-hero > .block-inner {
        flex-direction: column-reverse; } }
  .block.ebook-hero .left-content {
    color: #fff;
    max-width: 31.0625rem;
    position: relative;
    width: 44%; }
    @media (max-width: 47.9375rem) {
      .block.ebook-hero .left-content {
        margin: 0 auto;
        width: 100%; } }
    .block.ebook-hero .left-content h2 {
      margin-bottom: 1.5rem;
      margin-top: 0;
      max-width: 25rem; }
    .block.ebook-hero .left-content p {
      margin-bottom: 1.8125rem;
      max-width: 26.25rem; }
    @media (max-width: 47.9375rem) {
      .block.ebook-hero .left-content h2,
      .block.ebook-hero .left-content p {
        max-width: 100%;
        text-align: center; } }

.ebook-hero-bottom-decorator {
  position: relative; }
  @media (max-width: 61.9375rem) {
    .ebook-hero-bottom-decorator {
      display: none; } }
  .ebook-hero-bottom-decorator::after {
    content: "";
    display: block;
    height: 15.125rem;
    position: absolute;
    width: 15.125rem;
    bottom: -9.5625rem;
    left: -7.25rem;
    z-index: -1;
    background-image: url(../images/ebook-gray-splash.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.block .gform_wrapper {
  background-color: #5E080D;
  margin-bottom: 6.4375rem;
  margin-top: 3.125rem;
  max-width: 69.375rem !important;
  padding: 2.5625rem 1.25rem 2.25rem;
  text-align: center; }
  .block .gform_wrapper form {
    margin: 0 auto;
    max-width: 45.5625rem; }
  .block .gform_wrapper .gform_heading {
    color: #fff;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin-bottom: 2.1875rem;
    text-align: center;
    width: 100%;
    font-size: 1.875rem;
    /* stylelint-disable-next-line */
    line-height: calc(40em / 30); }
  .block .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0; }
    .block .gform_wrapper .gform_fields li {
      margin-bottom: 1.875rem;
      width: 100%; }
    .block .gform_wrapper .gform_fields li.gf_left_half,
    .block .gform_wrapper .gform_fields li.gf_right_half {
      width: calc(50% - 0.9375rem); }
      @media (max-width: 47.9375rem) {
        .block .gform_wrapper .gform_fields li.gf_left_half,
        .block .gform_wrapper .gform_fields li.gf_right_half {
          width: 100%; } }
    .block .gform_wrapper .gform_fields input,
    .block .gform_wrapper .gform_fields textarea {
      color: #333333;
      padding: 1.25rem 0.625rem 0.9375rem 1.875rem;
      width: 100%;
      font-size: 1.125rem;
      /* stylelint-disable-next-line */
      line-height: calc(28em / 18); }
      .block .gform_wrapper .gform_fields input::-moz-placeholder, .block .gform_wrapper .gform_fields textarea::-moz-placeholder {
        color: #333333; }
      .block .gform_wrapper .gform_fields input:-ms-input-placeholder, .block .gform_wrapper .gform_fields textarea:-ms-input-placeholder {
        color: #333333; }
      .block .gform_wrapper .gform_fields input::placeholder,
      .block .gform_wrapper .gform_fields textarea::placeholder {
        color: #333333; }
    .block .gform_wrapper .gform_fields textarea {
      height: 10.875rem; }

.block.hero > .block-inner {
  display: flex;
  justify-content: space-between;
  min-height: 49.25rem; }
  @media (max-width: 47.9375rem) {
    .block.hero > .block-inner {
      flex-direction: column; } }

.block.hero .content {
  align-self: center;
  max-width: 40.625rem;
  position: relative;
  width: 54%;
  padding-bottom: 3.125rem;
  padding-top: 1.875rem; }
  @media (max-width: 61.9375rem) {
    .block.hero .content {
      padding-bottom: 2.375rem; } }
  @media (max-width: 47.9375rem) {
    .block.hero .content {
      padding-bottom: 1.5625rem; } }
  @media (max-width: 61.9375rem) {
    .block.hero .content {
      padding-top: 1.6875rem; } }
  @media (max-width: 47.9375rem) {
    .block.hero .content {
      padding-top: 1.5rem; } }
  @media (max-width: 47.9375rem) {
    .block.hero .content {
      margin: 0 auto;
      max-width: 100%;
      width: 100%; } }
  .block.hero .content h1 {
    margin-bottom: 1.5rem;
    margin-top: 0;
    max-width: 33.9375rem; }
  .block.hero .content p {
    max-width: 39.5rem;
    margin-bottom: 3.375rem; }
    @media (max-width: 61.9375rem) {
      .block.hero .content p {
        margin-bottom: 2.5625rem; } }
    @media (max-width: 47.9375rem) {
      .block.hero .content p {
        margin-bottom: 1.6875rem; } }
    .block.hero .content p span {
      display: block;
      font-weight: 900; }
  @media (max-width: 47.9375rem) {
    .block.hero .content h1,
    .block.hero .content p {
      max-width: 100%; } }

.block.hero .image {
  align-self: flex-end;
  margin-left: -9.6875rem;
  margin-right: -2.5rem; }
  @media (min-width: 75.75rem) {
    .block.hero .image {
      margin-right: calc(35.375rem - 0.5 * (100vw - var(--scrollbar-width))); } }
  @media (max-width: 47.9375rem) {
    .block.hero .image {
      margin-left: 0;
      margin-right: -1.5rem;
      margin-top: -2.5rem; } }
  .block.hero .image img {
    display: block; }

.block.hero .wp-block-button {
  margin-bottom: 0; }

.block.image-with-content {
  max-width: 57.5rem !important;
  margin-top: 5.1875rem;
  margin-bottom: 7.5rem; }
  @media (max-width: 61.9375rem) {
    .block.image-with-content {
      margin-top: 3.9375rem; } }
  @media (max-width: 47.9375rem) {
    .block.image-with-content {
      margin-top: 2.625rem; } }
  @media (max-width: 61.9375rem) {
    .block.image-with-content {
      margin-bottom: 5.25rem; } }
  @media (max-width: 47.9375rem) {
    .block.image-with-content {
      margin-bottom: 3rem; } }
  .block.image-with-content .block-inner {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 47.9375rem) {
      .block.image-with-content .block-inner {
        flex-direction: column; } }
  .block.image-with-content img {
    border-radius: 0.3125rem;
    box-shadow: -10px 40px 140px rgba(82, 109, 122, 0.24);
    margin-right: 3.75rem;
    max-width: 21.875rem; }
    @media (max-width: 47.9375rem) {
      .block.image-with-content img {
        margin-right: 0; } }
  @media (max-width: 47.9375rem) {
    .block.image-with-content .content {
      text-align: center; } }
  .block.image-with-content h4 {
    font-weight: 700;
    margin: 0.25rem 0;
    max-width: 25.9375rem;
    font-size: 1.5rem;
    line-height: 1.375; }
    @media (max-width: 47.9375rem) {
      .block.image-with-content h4 {
        margin: 1rem 0;
        max-width: unset; } }
  .block.image-with-content p {
    margin: 0.3125rem 0;
    font-size: 1.125rem;
    /* stylelint-disable-next-line */
    line-height: calc(32em / 18); }
  .block.image-with-content .wp-block-buttons {
    margin-top: 1.375rem; }

.block.latest-podcasts ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.block.latest-podcasts p {
  margin: 0; }

.block.latest-podcasts .podcast-date {
  color: #333333;
  font-weight: 300;
  font-size: 0.875rem;
  /* stylelint-disable-next-line */
  line-height: calc(32em / 14); }

.block.latest-podcasts .podcast-title {
  color: #5E080D;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  margin-top: -0.625rem;
  font-size: 1rem;
  line-height: 2; }

.block.latest-podcasts .latest-podcast {
  border-radius: 0.125rem;
  margin-bottom: 1rem;
  padding: 1.3125rem 5.5rem 1.0625rem 1.5rem;
  position: relative;
  transition: 0.2s ease; }
  .block.latest-podcasts .latest-podcast::after {
    content: "";
    display: block;
    height: 3.5rem;
    position: absolute;
    top: 50%;
    width: 3.5rem;
    right: 1rem;
    transform: translateY(-50%);
    background-image: url(../images/play-circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .block.latest-podcasts .latest-podcast:last-of-type {
    margin-bottom: 0; }
  .block.latest-podcasts .latest-podcast:hover {
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.15); }
  .block.latest-podcasts .latest-podcast a {
    display: block;
    text-decoration: none; }

.block.latest-videos {
  margin-bottom: 6.5625rem;
  margin-top: 3.25rem; }
  @media (max-width: 61.9375rem) {
    .block.latest-videos {
      margin-bottom: 4.8125rem; } }
  @media (max-width: 47.9375rem) {
    .block.latest-videos {
      margin-bottom: 3rem; } }
  @media (max-width: 61.9375rem) {
    .block.latest-videos {
      margin-top: 2.4375rem; } }
  @media (max-width: 47.9375rem) {
    .block.latest-videos {
      margin-top: 1.625rem; } }
  .block.latest-videos .video-thumb {
    display: block;
    margin-bottom: 1.6875rem;
    margin-top: -2.375rem;
    padding-top: 56.25%;
    position: relative; }
    @media (max-width: 24.3125rem) {
      .block.latest-videos .video-thumb {
        margin-top: -1.5rem; } }
    .block.latest-videos .video-thumb::after {
      content: "";
      display: block;
      height: 0rem;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 21.71%;
      margin: 0;
      padding-top: 21.71%;
      transform: translate(-50%, -50%);
      transition: all 0.3s;
      background-image: url(../images/play.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .block.latest-videos .video-thumb img {
      height: 100%;
      left: 0;
      margin-bottom: 0;
      margin-top: 0;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .block.latest-videos .video > a:hover .video-thumb::after {
    transform: translate(-50%, -50%) scale(1.2); }

.is-style-leading {
  color: #1C2F38;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  margin-bottom: 2.25rem;
  position: relative;
  margin-top: 7rem;
  font-size: 1.875rem;
  line-height: 1.6; }
  @media (max-width: 61.9375rem) {
    .is-style-leading {
      margin-top: 5rem; } }
  @media (max-width: 47.9375rem) {
    .is-style-leading {
      margin-top: 3rem; } }
  .is-style-leading::before {
    content: "";
    display: block;
    height: 0.125rem;
    left: -4.8125rem;
    position: absolute;
    top: 1.1875rem;
    width: 1.5625rem;
    background-color: #CAD7DC; }

.block.links p {
  font-size: 1rem;
  line-height: 1.1875; }

.block.links span {
  color: #333333;
  font-weight: 700; }
  .block.links span:not(:last-child) {
    margin-right: 2.25rem; }

.block.links a {
  color: inherit;
  transition: 0.3s; }
  .block.links a:hover {
    color: #5E080D; }

.block.phone-shape-with-content {
  background: #fdfdfd;
  border-radius: 1.5625rem;
  box-shadow: 0 0 4.0625rem rgba(0, 0, 0, 0.2);
  max-width: 20.125rem;
  padding: 17.7% 5.55% 13.7%;
  position: relative;
  width: 20.125rem; }
  @media (max-width: 47.9375rem) {
    .block.phone-shape-with-content {
      width: auto; } }
  .block.phone-shape-with-content::before {
    content: "";
    display: block;
    height: 1.1%;
    left: 49%;
    position: absolute;
    top: 1.1875rem;
    width: 20.2%;
    background: #C4C4C4;
    border-radius: 2.5rem;
    transform: translateX(-50%); }
  .block.phone-shape-with-content::after {
    content: "";
    display: block;
    height: 1.17%;
    position: absolute;
    top: 1.1875rem;
    width: 2.49%;
    background: #C4C4C4;
    border-radius: 2.5rem;
    left: calc(50% + 2.6875rem);
    transform: translateX(-50%); }
  .block.phone-shape-with-content figure {
    margin: 0 0 1.8125rem; }
  .block.phone-shape-with-content h4 {
    margin: 1.8125rem 0 0.5rem 1.25rem;
    max-width: 14.625rem;
    text-transform: capitalize; }
  .block.phone-shape-with-content p {
    margin: 0.5rem 0 0 1.25rem;
    max-width: 16.5rem;
    font-size: 1.125rem;
    /* stylelint-disable-next-line */
    line-height: calc(26em / 18); }
  .block.phone-shape-with-content .podcast-subscription-button {
    margin-top: 2.25rem; }
    .block.phone-shape-with-content .podcast-subscription-button .block-inner {
      text-align: center; }

.block.podcast-archive a {
  color: #333333;
  display: block;
  text-decoration: none; }

.block.podcast-archive h2 {
  color: #AC1F28;
  margin-bottom: 3.4375rem;
  margin-top: 0; }

.block.podcast-archive .podcast-archive-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.75rem -2.8125rem; }
  @media (max-width: 47.9375rem) {
    .block.podcast-archive .podcast-archive-grid {
      margin: 0; } }

.block.podcast-archive .podcast {
  background-color: #fff;
  border: 0.0625rem solid #E9E9E9;
  border-radius: 0.125rem;
  box-shadow: 0 0 3.75rem transparent;
  margin: 0 1.75rem 2.8125rem;
  max-width: 32.6875rem;
  padding: 1.875rem 1.375rem 1.3125rem;
  transition: 0.2s ease;
  width: calc(50% - 3.5625rem); }
  .block.podcast-archive .podcast:hover {
    box-shadow: 0 0 3.75rem rgba(0, 0, 0, 0.18); }
  @media (max-width: 47.9375rem) {
    .block.podcast-archive .podcast {
      margin: 0 auto 2.8125rem;
      width: 100%; } }

.block.podcast-archive .episode-header {
  display: flex;
  margin-bottom: 1.0625rem; }
  @media (max-width: 29.9375rem) {
    .block.podcast-archive .episode-header {
      flex-direction: column; } }
  .block.podcast-archive .episode-header img {
    align-self: center;
    margin-right: 1.6875rem;
    width: 7.8125rem; }
    @media (max-width: 29.9375rem) {
      .block.podcast-archive .episode-header img {
        margin: 0 0 0.625rem; } }
  .block.podcast-archive .episode-header .date {
    font-weight: 300;
    margin: 0.6875rem 0 0;
    font-size: 0.875rem;
    line-height: 1; }
  .block.podcast-archive .episode-header .title {
    color: #5E080D;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0.125rem 0 0;
    font-size: 1.125rem;
    /* stylelint-disable-next-line */
    line-height: calc(32em / 18); }

.block.podcast-archive .excerpt {
  margin-bottom: 0;
  padding-left: 0.3125rem;
  font-size: 1rem;
  line-height: 1.5; }

.block.podcast-archive .button-wrapper {
  text-align: right; }
  .block.podcast-archive .button-wrapper .btn {
    margin-bottom: 0;
    margin-top: 1rem;
    padding: 0.75rem 2.8125rem;
    font-size: 1.0625rem;
    /* stylelint-disable-next-line */
    line-height: calc(19em / 17); }

.block.podcast-archive .archive-pagination {
  width: 100%; }

.block.podcast-subscription-button {
  /* stylelint-disable */ }

.block.recent-posts {
  margin-top: 10.625rem;
  margin-bottom: 5rem; }
  @media (max-width: 61.9375rem) {
    .block.recent-posts {
      margin-top: 6.8125rem; } }
  @media (max-width: 47.9375rem) {
    .block.recent-posts {
      margin-top: 3rem; } }
  @media (max-width: 61.9375rem) {
    .block.recent-posts {
      margin-bottom: 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .block.recent-posts {
      margin-bottom: 2.5rem; } }
  .block.recent-posts .container {
    max-width: 74.375rem; }

@media (max-width: 61.9375rem) {
  .responsive-spacer-fullsize {
    display: none; } }

.responsive-spacer-tablet {
  display: none; }
  @media (max-width: 61.9375rem) {
    .responsive-spacer-tablet {
      display: block; } }
  @media (max-width: 47.9375rem) {
    .responsive-spacer-tablet {
      display: none; } }

.responsive-spacer-mobile {
  display: none; }
  @media (max-width: 47.9375rem) {
    .responsive-spacer-mobile {
      display: block; } }

.block.share-buttons {
  /* stylelint-disable */ }

.block.subscribe-form .form {
  height: 4rem; }
  .block.subscribe-form .form form {
    height: 100%; }
  .block.subscribe-form .form .formkit-field {
    margin: 0 !important;
    max-width: 58%; }
    .block.subscribe-form .form .formkit-field input {
      border-radius: 0.125rem !important;
      font-size: 1.125rem !important;
      padding: 1.1875rem 1rem !important; }
  .block.subscribe-form .form .formkit-submit {
    margin-bottom: 0 !important; }
  .block.subscribe-form .form button {
    max-width: calc(42% - 0.5625rem);
    transition: 0.3s; }
    .block.subscribe-form .form button span {
      color: #fff;
      font-weight: 900 !important;
      letter-spacing: 0.05em;
      padding: 1.5rem 0.9375rem 1.25rem !important;
      text-transform: uppercase;
      font-size: 1rem;
      line-height: 1.1875; }
  .block.subscribe-form .form.is-color-orange button {
    background: #E3C663 !important;
    margin-left: 0.5625rem !important; }
    .block.subscribe-form .form.is-color-orange button span {
      color: #2D2D2D !important; }
  .block.subscribe-form .form.is-color-gray button {
    background: #2D2D2D !important; }
    .block.subscribe-form .form.is-color-gray button:hover {
      background-color: #141414 !important; }

.block.subscribe-form h4 {
  color: #fff;
  margin: 0 0 0.875rem;
  font-size: 2.25rem;
  /* stylelint-disable-next-line */
  line-height: calc(42em / 36); }

.block.subscribe-form p {
  color: #fff;
  margin: 0.875rem 0 1.5625rem;
  font-size: 1.125rem;
  /* stylelint-disable-next-line */
  line-height: calc(28em / 18); }

.block.subscribe-form .has-background {
  box-shadow: 0 0 4.0625rem rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .block.subscribe-form .has-background::before {
    content: "";
    display: block;
    height: 27.75rem;
    left: -2.6875rem;
    position: absolute;
    top: -13.25rem;
    width: 28.1875rem;
    z-index: -1;
    background-image: url(../images/subscribe-form-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 61.9375rem) {
      .block.subscribe-form .has-background::before {
        display: none; } }
  .block.subscribe-form .has-background .background-wrapper {
    background-color: #5E080D;
    border-radius: 0.125rem;
    margin: 0;
    padding: 2.0625rem 2rem 2.6875rem 2.4375rem; }
  .block.subscribe-form .has-background form button {
    max-width: 42%; }
    @media (max-width: 61.9375rem) {
      .block.subscribe-form .has-background form button {
        max-width: 100%;
        width: 100%; } }
  .block.subscribe-form .has-background .form {
    height: auto; }
    .block.subscribe-form .has-background .form.is-color-orange button {
      border-radius: 0 0.125rem 0.125rem 0 !important;
      margin-left: 0 !important; }
      @media (max-width: 61.9375rem) {
        .block.subscribe-form .has-background .form.is-color-orange button {
          border-radius: 0.125rem !important;
          margin: 1.25rem 0 0 !important; } }
    @media (max-width: 61.9375rem) {
      .block.subscribe-form .has-background .form .formkit-field {
        max-width: 100%;
        width: 100%; } }
    .block.subscribe-form .has-background .form .formkit-field input {
      border: 0.0625rem solid transparent !important;
      border-radius: 0.125rem 0 0 0.125rem !important; }
      @media (max-width: 61.9375rem) {
        .block.subscribe-form .has-background .form .formkit-field input {
          border-radius: 0.125rem !important; } }

.block.testimonials {
  max-width: 57.5rem !important; }
  .block.testimonials .block-inner {
    position: relative; }
  .block.testimonials .testimonial {
    background: #5E080D;
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.2);
    display: flex; }
    @media (max-width: 61.9375rem) {
      .block.testimonials .testimonial {
        flex-direction: column;
        padding: 1.25rem 5rem; } }
    @media (max-width: 29.9375rem) {
      .block.testimonials .testimonial {
        padding: 1.25rem; } }
  .block.testimonials img {
    max-width: 16.25rem; }
    @media (max-width: 61.9375rem) {
      .block.testimonials img {
        margin: 0 auto;
        max-width: 100%; } }
  .block.testimonials .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 34.8125rem;
    padding: 1.25rem 0; }
  .block.testimonials .description {
    color: #E3C663;
    font-family: "Noto Serif", serif;
    margin: 0.75rem 0 0;
    font-size: 1.25rem;
    line-height: 1.6; }
  .block.testimonials .caption {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    margin: 0.9375rem 0 0;
    font-size: 0.8125rem;
    /* stylelint-disable-next-line */
    line-height: calc(20em / 13); }
  .block.testimonials .slick-track {
    display: flex; }
  .block.testimonials .slick-slide {
    opacity: 0;
    transition: 0.3s; }
    .block.testimonials .slick-slide.slick-current {
      opacity: 1; }
  .block.testimonials .slick-next,
  .block.testimonials .slick-prev {
    height: 2.875rem;
    width: 1.5rem;
    z-index: 1; }
    .block.testimonials .slick-next::before,
    .block.testimonials .slick-prev::before {
      display: block;
      height: 100%;
      width: 100%;
      background-image: url(../images/arrow-left.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    @media (max-width: 29.9375rem) {
      .block.testimonials .slick-next,
      .block.testimonials .slick-prev {
        display: none !important; } }
  .block.testimonials .slick-prev {
    left: -5.5rem;
    transform: translateY(calc(-50% - 0.625rem)); }
    @media (max-width: 74.9375rem) {
      .block.testimonials .slick-prev {
        left: -2.25rem; } }
    @media (max-width: 61.9375rem) {
      .block.testimonials .slick-prev {
        left: 1.875rem; } }
  .block.testimonials .slick-next {
    right: -5.5rem;
    transform: translateY(calc(-50% - 0.625rem)); }
    @media (max-width: 74.9375rem) {
      .block.testimonials .slick-next {
        right: -2.25rem; } }
    @media (max-width: 61.9375rem) {
      .block.testimonials .slick-next {
        right: 1.875rem; } }
    .block.testimonials .slick-next::before {
      transform: rotate(180deg); }

.block.tweet-this {
  border-left: 0.125rem solid #DE515A;
  margin-top: 3.3125rem;
  padding-left: 3.375rem;
  padding-top: 0.5rem;
  position: relative;
  margin-bottom: 5rem;
  margin-top: 3.3125rem; }
  @media (max-width: 61.9375rem) {
    .block.tweet-this {
      margin-bottom: 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .block.tweet-this {
      margin-bottom: 2.5rem; } }
  @media (max-width: 61.9375rem) {
    .block.tweet-this {
      margin-top: 2.5rem; } }
  @media (max-width: 47.9375rem) {
    .block.tweet-this {
      margin-top: 1.6875rem; } }
  @media (max-width: 29.9375rem) {
    .block.tweet-this {
      padding-left: 1.875rem; } }
  .block.tweet-this p {
    color: #1C2F38;
    font-family: "Noto Serif", serif;
    margin-bottom: 1.1875rem;
    margin-top: 0;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700; }
    .block.tweet-this p::before {
      content: '"';
      display: block;
      height: 2.5rem;
      left: -0.75rem;
      position: absolute;
      top: 0rem;
      width: 0.5rem; }
  .block.tweet-this .btn {
    border-radius: 0.1875rem;
    display: inline-flex;
    margin-left: -0.75rem;
    padding: 0.9375rem 1.25rem; }
    .block.tweet-this .btn::before {
      content: "";
      height: 1.125rem;
      margin-right: 1rem;
      width: 1.125rem;
      background-image: url(../images/twitter-black.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }

.wp-block-columns.is-style-justified img, .wp-block-columns.is-style-centered img {
  margin-left: auto;
  margin-right: auto; }

.wp-block-columns.is-style-justified .wp-block-image, .wp-block-columns.is-style-centered .wp-block-image {
  display: block; }

.wp-block-columns.is-style-justified .wp-block-column, .wp-block-columns.is-style-centered .wp-block-column {
  text-align: center; }
  @media (max-width: 37.375rem) {
    .wp-block-columns.is-style-justified .wp-block-column, .wp-block-columns.is-style-centered .wp-block-column {
      margin-bottom: 1.25rem; } }
  .wp-block-columns.is-style-justified .wp-block-column:not(:first-child), .wp-block-columns.is-style-centered .wp-block-column:not(:first-child) {
    margin-left: 0; }

.wp-block-columns.is-style-spaced {
  justify-content: space-between; }

.wp-block-columns.is-style-justified {
  justify-content: space-between; }
  @media (min-width: 37.5rem) and (max-width: 48.75rem) {
    .wp-block-columns.is-style-justified .wp-block-column {
      flex-basis: 33.3333% !important; } }

.wp-block-columns.is-style-centered {
  text-align: center; }

@media (max-width: 37.4375rem) {
  .home .wp-block-columns.is-style-spaced h1, .home .wp-block-columns.is-style-spaced h2, .home .wp-block-columns.is-style-spaced h3, .home .wp-block-columns.is-style-spaced h4, .home .wp-block-columns.is-style-spaced h5, .home .wp-block-columns.is-style-spaced h6 {
    margin-bottom: 0.375rem !important;
    margin-top: 0.375rem !important;
    font-size: 1.875rem;
    /* stylelint-disable-next-line */
    line-height: calc(34em / 30); } }

.wp-block-image {
  margin: 0; }
  .wp-block-image img {
    display: block; }
  .wp-block-image.is-style-white-frame {
    border: 1.25rem solid #fff;
    box-shadow: 0 0 4.0625rem rgba(0, 0, 0, 0.2); }
  .wp-block-image figcaption {
    color: #7A5252;
    margin: 1.8125rem auto 0;
    max-width: 45.625rem;
    padding-left: 2.5rem;
    position: relative;
    font-size: 0.9375rem;
    line-height: 1.6; }
    .wp-block-image figcaption::before {
      content: "";
      display: block;
      height: 0.0625rem;
      left: 0rem;
      position: absolute;
      top: 0.6875rem;
      width: 1.0625rem;
      background-color: #A9BCC5; }

.entry-content > .wp-block-image {
  margin-left: auto;
  margin-right: auto; }
  .entry-content > .wp-block-image:not(:first-child) {
    margin-top: 2.5rem; }
  .entry-content > .wp-block-image:not(:last-child) {
    margin-bottom: 2.5rem; }

.is-style-checklist li, .is-style-arrow-list li {
  color: #1C2F38;
  list-style: none;
  padding: 0;
  position: relative; }
  .is-style-checklist li::before, .is-style-arrow-list li::before {
    background: rgba(172, 31, 40, 0.1);
    border-radius: 50%; }

.is-style-checklist {
  margin: 0;
  padding: 0.375rem 0 0 4.0625rem; }
  .is-style-checklist li::before {
    content: "";
    display: block;
    height: 2.25rem;
    left: -4.0625rem;
    position: absolute;
    top: -0.375rem;
    width: 2.25rem;
    background-image: url(../images/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem; }
  .is-style-checklist li:not(:last-child) {
    margin-bottom: 3.4375rem; }

.is-style-arrow-list {
  margin: 0;
  padding: 0.125rem 0 0 3.25rem; }
  .is-style-arrow-list li::before {
    content: "";
    display: block;
    height: 1.75rem;
    left: -3.25rem;
    position: absolute;
    top: -0.125rem;
    width: 1.75rem;
    background-image: url(../images/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.75rem 0.8125rem; }
  .is-style-arrow-list li:not(:last-child) {
    margin-bottom: 0.875rem; }

blockquote {
  background: #F8F8F8;
  border-left: 0.25rem solid #AC1F28;
  padding: 2.5rem 2.5rem 2.5rem 2.25rem;
  font-size: 1.25rem;
  line-height: 1.4; }
  @media (max-width: 47.9375rem) {
    blockquote {
      padding: 1.5rem 1.5rem 1.5rem 1.25rem; } }
  blockquote p {
    margin: 0; }

.wp-block-separator {
  border: 0;
  border-bottom: 0.0625rem solid;
  margin-bottom: 2.4375rem;
  margin-top: 4.5625rem;
  opacity: 0.1;
  width: 100%; }
  @media (max-width: 47.9375rem) {
    .wp-block-separator {
      margin-bottom: 1.1875rem;
      margin-top: 2.5rem; } }

.block.wrapper .block-inner {
  position: relative; }

.block.wrapper .decorator {
  max-width: unset;
  position: absolute; }
  .block.wrapper .decorator.back {
    z-index: -1; }

.block.wrapper:not(.alignfull):not(.alignwide) {
  display: flex; }
  @media (max-width: 600px) {
    .block.wrapper:not(.alignfull):not(.alignwide) {
      float: none; } }

.block.wrapper.alignright {
  margin-bottom: 0;
  margin-left: 0; }

.block.wrapper.alignleft {
  margin-bottom: 0;
  margin-right: 0; }

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

/**
 * Templates
 */
.error-404 {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 8.75rem 0;
  text-align: center; }
  .error-404 p {
    margin: auto;
    max-width: 30rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3125;
    letter-spacing: 1px; }
    .error-404 p a {
      color: #AC1F28; }
  .error-404 .btn {
    margin: 2.5rem auto; }

.blog .archive-description, .category .archive-description {
  margin-top: 7.5rem;
  margin-bottom: 3.875rem; }
  @media (max-width: 61.9375rem) {
    .blog .archive-description, .category .archive-description {
      margin-top: 5.25rem; } }
  @media (max-width: 47.9375rem) {
    .blog .archive-description, .category .archive-description {
      margin-top: 3rem; } }
  @media (max-width: 61.9375rem) {
    .blog .archive-description, .category .archive-description {
      margin-bottom: 2.9375rem; } }
  @media (max-width: 47.9375rem) {
    .blog .archive-description, .category .archive-description {
      margin-bottom: 1.9375rem; } }

.blog .archive-title, .category .archive-title {
  color: #AC1F28;
  margin: 0;
  text-align: center; }

.page-template-ebook .right-content {
  align-self: center;
  margin: 0;
  position: absolute;
  right: 9.1875rem;
  top: 6.625rem;
  z-index: 1; }
  @media (min-width: 87.5625rem) {
    .page-template-ebook .right-content {
      right: 20%; } }
  @media (max-width: 74.9375rem) {
    .page-template-ebook .right-content {
      right: 3.125rem; } }
  @media (max-width: 61.9375rem) {
    .page-template-ebook .right-content {
      top: 38.125rem; } }
  @media (max-width: 47.9375rem) {
    .page-template-ebook .right-content {
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 33.0625rem) {
    .page-template-ebook .right-content {
      max-width: calc(0.8 * (100vw - var(--scrollbar-width))); } }
  .page-template-ebook .right-content::after {
    bottom: -5.6875rem;
    height: 16.375rem;
    right: -7.3125rem;
    width: 14.125rem;
    z-index: 0; }
    @media (max-width: 47.9375rem) {
      .page-template-ebook .right-content::after {
        content: unset; } }
  .page-template-ebook .right-content::before {
    content: "";
    display: block;
    height: 15.125rem;
    position: absolute;
    width: 15.9375rem;
    right: -8.6875rem;
    top: -7.5rem;
    z-index: -1;
    background-image: url(../images/ebook-gray-splash.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.page-template-ebook .text-box {
  position: relative;
  z-index: 1; }

.page-template-ebook .site-inner {
  background: linear-gradient(90deg, #5E080D 70.1%, #fff 70.1%); }
  @media (max-width: 47.9375rem) {
    .page-template-ebook .site-inner {
      background: #5E080D; } }

.page-template-ebook .site-container {
  overflow: hidden;
  position: relative; }
  @media (max-width: 61.9375rem) {
    .page-template-ebook .site-container {
      overflow: visible;
      overflow-x: hidden; } }

.page-template-ebook .entry-content {
  display: flex;
  min-height: 100vh; }

.page-template-ebook .wrapper {
  color: #fff;
  margin: 12.0625rem 0 auto 6.1875rem;
  max-width: 43.75rem;
  margin-top: 12.0625rem;
  margin-bottom: 6.1875rem; }
  @media (max-width: 61.9375rem) {
    .page-template-ebook .wrapper {
      margin-top: 7.5625rem; } }
  @media (max-width: 47.9375rem) {
    .page-template-ebook .wrapper {
      margin-top: 3rem; } }
  @media (max-width: 61.9375rem) {
    .page-template-ebook .wrapper {
      margin-bottom: 4.625rem; } }
  @media (max-width: 47.9375rem) {
    .page-template-ebook .wrapper {
      margin-bottom: 3rem; } }
  @media (min-width: 87.5625rem) {
    .page-template-ebook .wrapper {
      margin: 12.0625rem 54% auto auto; } }
  @media (max-width: 74.9375rem) {
    .page-template-ebook .wrapper {
      margin-left: 1.25rem; } }
  .page-template-ebook .wrapper h2 {
    margin: 0;
    max-width: 22.3125rem; }
  .page-template-ebook .wrapper p {
    margin-top: 1.125rem;
    max-width: 28rem; }


/*# sourceMappingURL=style.css.map*/